@font-face {
  font-family: "Raleway";
  src: url(../fonts/Raleway-VariableFont_wght.ttf);
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:hover,
a:focus,
input,
button,
textarea {
  outline: none;
  text-decoration: none;
}
img {
  max-width: 100%;
}
/*----------------------Typography Settings---------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
h1 {
  color: #fff;
  font-size: 75px;
  font-weight: 800;
  line-height: 100px;
}
h2 {
  color: #3E6482;
  font-size: 45px;
  font-weight: 800;
  line-height: 60px;
  text-transform: capitalize;
}
h3 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
}
p {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 14px;
  line-height: 27px;
}
/*-------------------------Alignment CSS------------------------*/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*-------------------------Color Settings-----------------------*/
.bg-1 {
  background: #fafafa;
}
.bg-2 {
  background: #3E6482;
}
.white {
  color: #fff;
  padding-bottom: 17px;
}
/*--------------------All Transition Settings-------------------*/
.logo,
header.header-area.sticky .logo,
.main-menu .navbar-nav>li>a,
.main-menu .navbar-nav>li>a:after,
.about-icon i,
.single-about-item h3,
.single-about-item p,
.single-service-item,
.service-item-icon,
.service-item-icon i,
.single-feature-content h3,
.single-service-item>h3,
.portfolio-item .overlay,
.portfolio-menu li:after,
.portfolio-item-caption h6,
.portfolio-item-caption span,
.team-member:before,
.member-info,
.member-social-link a i,
.pricing-table,
.contact-icon i,
.tag-list>a,
.btn1,
.btn2,
.btn3,
.btn4,
.btn5,
.comments .auther-img,
.read-more::before,
.read-btn,
ul.blog-pagination li a,
.blog-img img,
.blog-social-link li a i,
.post-thumbnail>img,
.cat-list li a,
.ftr-social-link ul li a i {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
header.header-area {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  padding: 20px 0;
  transition: 0.3s;
  background-color: transparent;
}
a.btn1,
a.btn2,
a.btn3,
a.btn4,
a.btn5 {
  color: #fff;
}
.section-top {
  margin: 0 auto;
  max-width: 450px;
}
.section-top h3 {
  color: #3E6482;
  font-weight: 600;
}
.slider-area {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  background: url(../images/1.webp) no-repeat center / cover;
}
.slider-area a:hover {
  border-color: white !important;
  color: white !important;
}
.facts-area {
  padding-top: 86px;
  padding-bottom: 95px;
  background: url(../images/3.webp) no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.single-facts-item i {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
}
.single-facts-item .counter {
  color: #fff;
  font-size: 55px;
  display: block;
  font-weight: 800;
}
.single-facts-item h6 {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.expertise-area {
  padding: 100px 0 50px;
}
.expertise-img img {
  width: 100%;
}
.left-column {
  row-gap: 16px;
}
.single-expertise-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.expertise-icon {
  margin-bottom: 6px;
}

.expertise-content>h3 {
  padding-bottom: 10px;
}
.btn5 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 36px;
  padding-left: 30px;
  padding-right: 30px;
  background: #3E6482;
  border: 1px solid #3E6482;
  display: inline-block;
  text-transform: capitalize;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.btn5:hover {
  color: #3E6482;
  background: transparent;
  border: 1px solid #3E6482;
}
.team-area {
  padding: 50px 0 0;
}
.team-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.team-member {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.team-member>img {
  width: 100%;
}
.team-member:before {
  top: 80%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: rgba(62, 100, 130, 0.9);
}
.facts-row {
  row-gap: 20px;
}
.member-info {
  left: 0;
  top: 83%;
  width: 100%;
  position: absolute;
  padding-bottom: 20px;
}
.member-info h3 {
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-transform: capitalize;
  display: block;
}
.overview-area {
  padding: 98px 0;
}
.video-sec h3 {
  left: 50%;
  bottom: 38%;
  color: #fff;
  width: 100%;
  font-size: 25px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.overlay1 {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.overview-content h3 {
  color: #3E6482;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 20px;
}
.contact-area {
  height: 100%;
  width: 100%;
  padding: 100px 0;
}
.single-contact-field {
  margin-bottom: 30px;
}
.single-contact-field .text-field {
  font-size: 14px;
  height: 50px;
  padding: 0 10px;
  width: 100%;
  line-height: 20px;
  border: 1px solid #ddd;
}
.single-contact-field textarea {
  height: 150px;
  width: 100%;
  line-height: 20px;
  padding: 12px 10px;
  border: 1px solid #ddd;
}
#contact .checkbox {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}
#contact .checkbox input {
  position: relative;
  height: 20px;
  width: 20px;
  appearance: none;
  border-radius: 50%;
  border: 1px solid #3E6482;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  cursor: pointer;
  background: #3E6482;
}
#contact .checkbox input::after {
  content: "";
  height: 20px;
  width: 20px;
}
#contact .checkbox input:checked::after {
  content: "";
  background: url(../images/check.svg) no-repeat center;
  background-size: 10px auto;
}
#contact .checkbox label {
  padding: 0;
}
#contact .checkbox label,
#contact .checkbox input {
  cursor: pointer;
}
#contact .checkbox a {
  color: #3E6482;
  margin: 0 auto;
  transition: 0.3s;
}
#contact .checkbox a:hover {
  color: #333;
}


footer.footer-area {
  padding-top: 83px;
  padding-bottom: 89px;
}
footer .row {
  row-gap: 30px;
}
.footer-area .col-md-4 a {
  color: #fff;
  transition: 0.3s;
  font-weight: bold;
}
.footer-area .col-md-4 a:hover {
  color: #ddd;
}
.footer-logo {
  display: flex;
  justify-content: center;
}
.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px 30px;
  flex-wrap: wrap;
  padding-top: 30px;
}
.footer-nav a {
  color: white;
  transition: 0.3s;
}
.footer-nav a:hover {
  color: #ddd;
}
.verification {
  display: none;
}
.verification--open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}
.verification__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 802px;
  padding: 62px 78px 80px;
  background-color: #fff;
  border-radius: 20px;
}
.verification__text {
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 130%;
  text-align: center;
}
.verification__btn {
  min-width: 262px;
  margin-bottom: 20px;
}
.verification__btn:active {
  opacity: 0.5;
}
@media screen and (max-width: 1199.98px) {
  .team-member::before,
  .member-info {
    top: 70%;
  }
  .member-info h3 {
    line-height: normal;
    padding-top: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  .verification__area {
    width: 600px;
    padding: 32px 48px;
    background-size: contain;
  }
  .team-slider {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767.98px) {
  .verification__area {
    width: 400px;
    padding: 32px;
    background-position: center center;
  }
  h1 {
    font-size: 48px;
    line-height: 1.5;
  }
  h5 {
    font-size: 18px;
  }
    h2 {
      font-size: 36px;
      line-height: 1.5;
    }
  .overview-content {
    padding-top: 20px;
  }
  .left-column {
    padding-bottom: 20px;
  }
    .footer-logo {
      justify-content: flex-start;
    }
}
@media screen and (max-width: 575.98px) {
  .verification__area {
    width: 280px;
    padding: 16px;
  }
  h1 {
    font-size: 40px;
  }
    .team-slider {
      grid-template-columns: 1fr;
    }
}

.header-area.page-header {
  background: #3E6482;
}

.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .thanks {
    padding: 150px 0 100px;
  }
}
.docs {
  word-break: break-word;
  padding: 140px 0 100px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
  color: #333;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
  color: #333;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: #3E6482;
  transition: 0.3s;
}
.docs a:hover {
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .docs h1 {
    font-size: 32px;
  }
  .docs h2 {
    font-size: 24px;
  }
  .docs h3 {
    font-size: 20px;
  }
}