/*  Combine all theme scss into a single CSS file  */
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  background-color: #eaf5fd;
}

section {
  padding: 30px 0;
}
@media screen and (min-width: 700px) {
  section {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  section {
    padding: 60px 0;
  }
}

img {
  max-width: 100%;
}

.container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.narrow-container {
  width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.background-img {
  position: relative;
}
.background-img .bg-img-top {
  position: relative;
}
.background-img .bg-img-top::before {
  content: "";
  background-image: url(https://websitedemos.net/portfolio-02/wp-content/uploads/sites/864/2021/05/bg-02-free-img.png);
  background-position: top right;
  background-repeat: no-repeat;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  opacity: 0.3;
  background-attachment: scroll;
  background-size: 330px auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 170vh;
  z-index: -1;
}
@media screen and (min-width: 700px) {
  .background-img .bg-img-top::before {
    background-size: 400px auto;
  }
}
@media screen and (min-width: 1025px) {
  .background-img .bg-img-top::before {
    background-size: 42% auto;
  }
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #000;
  margin: 0;
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }
}

h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #000;
}
@media screen and (min-width: 700px) {
  h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 44px;
    line-height: 50px;
  }
}

h3 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin: 10px 0 15px 0;
}
@media screen and (min-width: 700px) {
  h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1025px) {
  h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

h4 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin: 10px 0 15px 0;
  font-family: "Playfair Display", serif;
}
@media screen and (min-width: 700px) {
  h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1025px) {
  h4 {
    font-size: 33px;
    line-height: 40px;
  }
}

h5 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  margin: 10px 0 20px 0;
}
@media screen and (min-width: 700px) {
  h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1025px) {
  h5 {
    font-size: 28px;
    line-height: 32px;
  }
}

h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #758398;
}
@media screen and (min-width: 700px) {
  h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1025px) {
  h6 {
    font-size: 22px;
    line-height: 30px;
  }
}

p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border: 1px solid #ddd;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.1);
}

a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  transition: 0.3s ease;
}
a:hover {
  color: #009bdf;
}

section.about--section {
  z-index: 1;
  position: relative;
  padding: 60px 0px;
}
section.about--section .about-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: transparent;
  background-image: linear-gradient(135deg, #F4F6F9 5%, rgba(234, 245, 253, 0.2705882353) 70%);
  opacity: 0.7;
  z-index: -1;
  background: rgba(255, 255, 255, 0.9);
}

.body-main .body-main-element {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
}
@media screen and (min-width: 700px) {
  .body-main .body-main-element {
    row-gap: 34px;
  }
}
@media screen and (min-width: 1025px) {
  .body-main .body-main-element {
    row-gap: 40px;
  }
}
.body-main .body-main-element .body-main-content {
  width: 100%;
  border-bottom: 1px solid rgba(117, 131, 152, 0.231372549);
  padding-bottom: 20px;
}
.body-main .body-main-element .body-main-content:nth-child(odd) {
  border-right: 1px solid rgba(117, 131, 152, 0.231372549);
}
@media screen and (min-width: 700px) {
  .body-main .body-main-element .body-main-content {
    width: 48%;
    min-height: 0px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1025px) {
  .body-main .body-main-element .body-main-content {
    width: 48%;
    min-height: 0px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.body-main .body-main-element .body-main-items {
  padding: 20px;
}

footer {
  padding: 20px 30px;
  border-top: 1px solid rgba(8, 63, 135, 0.07);
}
footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 700px) {
  footer .footer-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}
footer .footer-right {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 700px) {
  footer .footer-right {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-right {
    width: 100%;
  }
}
footer .footer-right p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  line-height: 25px;
}
@media screen and (min-width: 700px) {
  footer .footer-right p {
    font-size: 12px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer-right p {
    font-size: 14px;
    line-height: 28px;
  }
}

.profile .profile-row-heading {
  margin-bottom: 35px;
}
.profile .profile-row-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
.profile .profile-row-content {
  width: 100%;
  padding: 20px;
  transition: 0.4s ease;
}
.profile .profile-row-content::before {
  content: "";
}
.profile .profile-row-content:hover {
  box-shadow: 1px 2px 20px 7px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (min-width: 700px) {
  .profile .profile-row-content {
    width: 48%;
    border-bottom: none;
  }
}
@media screen and (min-width: 1025px) {
  .profile .profile-row-content {
    width: 32.33%;
    min-height: 0px;
    border-bottom: none;
  }
}
.profile .profile-row-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .profile .profile-row-items {
    flex-direction: row;
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .profile .profile-row-items {
    flex-direction: row;
    text-align: left;
  }
}
.profile .profile-row-items p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
  color: #758398;
}
@media screen and (min-width: 700px) {
  .profile .profile-row-items p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .profile .profile-row-items p {
    font-size: 16px;
    line-height: 28px;
  }
}
.profile .profile-row-items-left img {
  width: 60px;
  max-width: inherit;
}

header {
  position: relative;
}
header .fixed {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 999;
  transition: all 0.3s ease;
}
header .fixed.scrolled {
  background-color: #Fff;
  box-shadow: 0 3px 11px -9px rgba(0, 0, 0, 0.2);
}
header .fixed.scrolled .header-logo a h4 {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 700px) {
  header .fixed.scrolled .header-logo a h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1025px) {
  header .fixed.scrolled .header-logo a h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
header .header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
header .header-logo a {
  text-decoration: none;
  color: #000;
}
header .header-logo a h4 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin: 10px 0 15px 0;
  font-family: "Playfair Display", serif;
  transition: 0.3s ease;
}
@media screen and (min-width: 700px) {
  header .header-logo a h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1025px) {
  header .header-logo a h4 {
    font-size: 33px;
    line-height: 40px;
  }
}
header .header-listing .breadcrump {
  display: none;
  flex-direction: column;
  list-style: none;
  background-color: #f6f8fa;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 100%;
}
header .header-listing .breadcrump li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
header .header-listing .breadcrump li::before {
  display: none;
}
@media screen and (min-width: 700px) {
  header .header-listing .breadcrump {
    display: flex !important;
    list-style: none;
    gap: 15px;
    position: unset;
    background: none;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  header .header-listing .breadcrump {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 30px;
    position: unset;
    background: none;
    flex-direction: row;
  }
}
header .header-listing a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 20px 40px;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (min-width: 700px) {
  header .header-listing a {
    font-size: 16px;
    padding: 0;
    border: none;
  }
}
@media screen and (min-width: 1025px) {
  header .header-listing a {
    font-size: 18px;
    padding: 0;
    border: none;
  }
}
header .header-listing .active {
  color: #009bdf;
  border-top: 1px solid #eaeaea;
}
@media screen and (min-width: 700px) {
  header .header-listing .active {
    border: none;
  }
}
@media screen and (min-width: 1025px) {
  header .header-listing .active {
    border: none;
  }
}

.menu {
  display: block;
}
@media screen and (min-width: 700px) {
  .menu {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .menu {
    display: none;
  }
}

.body-top .main-content {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 50px;
  flex-direction: column-reverse;
}
@media screen and (min-width: 700px) {
  .body-top .main-content {
    display: flex;
    align-items: center;
    padding-top: 45px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .body-top .main-content {
    display: flex;
    align-items: center;
    padding-top: 90px;
    flex-direction: row;
  }
}
.body-top .main-content .self-content {
  width: 100%;
}
.body-top .main-content .self-content li {
  padding: 0;
}
.body-top .main-content .self-content li::before {
  display: none;
}
@media screen and (min-width: 700px) {
  .body-top .main-content .self-content {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .body-top .main-content .self-content {
    width: 50%;
  }
}
.body-top .main-content .self-content-top > ::before {
  content: "";
  display: inline-block;
  width: 60px;
  border-bottom: 2px solid #758398;
  margin-bottom: -20px;
  margin-right: -57px;
}
.body-top .main-content .self-content-main {
  margin-bottom: 50px;
}
.body-top .main-content .self-content-main h4 {
  color: #758398;
  text-transform: capitalize;
  letter-spacing: 0.04em;
}
.body-top .main-content .self-content-bottom ul li {
  display: flex;
  align-items: center;
}
.body-top .main-content .self-content-bottom ul li a {
  width: 100%;
}
.body-top .main-content .self-content-bottom ul li i {
  padding: 8px;
  border-radius: 4px;
  background-color: #78bfde;
  color: #fff;
  margin-right: 15px;
  box-shadow: 2px 3px 6px 1px rgba(0, 0, 0, 0.17);
}
.body-top .main-content .self-content-bottom ul li i::before {
  font-size: 18px;
}
.body-top .main-content .self-content-bottom ul li span {
  display: flex;
}
.body-top .main-content .self-content-bottom ul li .custom-btn {
  padding: 10px;
  padding: 0;
  background-color: transparent;
  border: unset;
}
.body-top .main-content .self-content-bottom ul li .custom-btn span {
  font-size: 14px;
  padding: 8px 13px;
  border: unset;
  font-weight: 400;
  cursor: pointer;
  text-transform: capitalize;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.body-top .main-content .self-content-bottom ul li:last-child input {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: rgb(234, 245, 253);
  background-clip: padding-box;
  border: 1px solid rgb(234, 245, 253);
  width: 60%;
}
.body-top .main-content .self-content-bottom svg {
  background-color: #009bdf;
  fill: #fff;
  padding: 3px;
  font-size: 25px;
  border-radius: 3px;
  margin-right: 15px;
}
@media screen and (min-width: 700px) {
  .body-top .main-content .self-content-bottom svg {
    padding: 2px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .body-top .main-content .self-content-bottom svg {
    padding: 3px;
    font-size: 25px;
  }
}
.body-top .main-content .main-content-right {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .body-top .main-content .main-content-right {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .body-top .main-content .main-content-right {
    width: 50%;
  }
}
.body-top .main-content .main-content-img {
  margin: 0;
}
@media screen and (min-width: 700px) {
  .body-top .main-content .main-content-img {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .body-top .main-content .main-content-img {
    margin: -30px;
  }
}
.body-top .main-content .main-content-img img {
  border-radius: 100%;
  width: 100%;
  background: #78bfde;
  padding: 50px 0 0 0;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 700px) {
  .body-top .main-content .main-content-img img {
    padding: 60px 0 0 0;
    max-width: 90%;
    display: inherit;
  }
}
@media screen and (min-width: 1025px) {
  .body-top .main-content .main-content-img img {
    padding: 100px 0 0 0;
    max-width: 90%;
  }
}

.pop_box {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}

.pop_box-item {
  width: 500px;
  margin: auto;
  background-color: #fff;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.pop_box-item .btn_submit button {
  padding: 10px 24px;
  background-color: #009bdf;
  color: #fff;
  border: unset;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 4px;
  cursor: pointer;
}
.pop_box-item__content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
}
.pop_box-item__content ul li::before {
  display: none;
}
.pop_box-item__content ul li img {
  margin-right: 20px;
}

.pop_box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  z-index: -1;
}

.pop {
  display: none;
}

.about_us {
  background-color: #fff;
}
.about_us-heading h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px;
}
.about_us-heading h6 {
  margin: 10px 0;
  font-weight: 400;
  color: #009bdf;
}/*# sourceMappingURL=main.css.map */