body {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
}
body ::-webkit-scrollbar {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
}
p{
    font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
/* HEADER STYLES*/
  .page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.15);
    cursor: pointer;
}
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    color: #670cd1;
    cursor: pointer;

}
.page-header.is-sticky img {
    max-width: 80%;
}
.nav_menu i {
    font-size: 25px;
    color: #4f88c7;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}
.about-mathilda-sec {
    background: whitesmoke;
    padding: 3rem 0;
    margin-top:86px;
}
.page-footer {
    position: fixed;
    right: 0;
    bottom: 50px;
    display: flex;
    align-items: center;
    padding: 5px;
    z-index: 1;
    background: white;
}
.mian-logo>span {
    font-size: 1.35em;
}
.main-header {
    z-index: 999;
}

hr.border-light {
    max-width: 300px;
    opacity: 0.9;
}
.nav_menu a {
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 500;
  color: #4f88c7;
}
header img {
  width: 220px;
}
.btn-holder {
  display: flex;
  flex-wrap: wrap;
}
.btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 160px;
}
  .btn span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
  }
  
  /*--- btn-3 ---*/
.btn-3 {
  padding: 5px;
}
.btn-3 span {
  color: #fff;
  background-color: #4f88c7;
}
.btn-3::before,
.btn-3::after {
  background: transparent;
  z-index: 2;
}

/* 11. hover-border-1 */
.btn.hover-border-1::before,
.btn.hover-border-1::after {
  width: 10%; height: 25%;
  transition: 0.35s;
}
.btn.hover-border-1::before {
  top: 0; left: 0;
  border-left: 1px solid #515151;
  border-top: 1px solid #515151;
}
.btn.hover-border-1::after {
  bottom: 0; right: 0;
  border-right: 1px solid #515151;
  border-bottom: 1px solid #515151;
}
.btn.hover-border-1:hover::before,
.btn.hover-border-1:hover::after {
  width: 99%;
  height: 98%;
}
.btn-holder  ::before,
.btn-holder  ::after {
  position: absolute;
  content: "";
}

.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}
@keyframes widthSlide {
    0% {
        width: 0%;
        opacity: 0;
    }

    50% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}
@keyframes titleCover {
    0% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    20% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    30% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    55% {
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        opacity: 1;
    }

    95% {
        left: 0;
        right: 0;
        width: 10%;
    }

    100% {
        left: 0;
        right: 0;
        width: 10%;
        opacity: 0.5;
    }
}

@keyframes bgScale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(4);
    }
}
.banner-btn button {
    border-radius: 50px !important;
    border: 0 !important;
    width: 210px;
    height: 55px;
    margin-left: 22px;
}
/* blog_section */
.Organization_text {
   max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 40px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    box-shadow: 0 2px 20px 0 rgb(79 136 199 / 20%);
}
.Organization_text h1 {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 900;
    color: #4f88c7;
}
.Organization_text p {
    font-size: 1rem;
    line-height: 1.8;
}
.Organization_text li {
    line-height: 2.2;
}
.Organization_text i {
  position: relative;
  left: -5px;
}
.Organization_text_disclaimer {
    width: 100%;
    max-width: 900px;
}
.Organization_text_disclaimer p {
    text-align: start;
    font-size: 16px;
    line-height: 1.9;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-section {
  background: #4f88c7;
  position: relative;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.copyright-text.text-center {
  padding: 14px 0;
}
.copyright-text a {
  color: #fff;
}
a {
  text-decoration: none;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.faq-sec li span {
    font-family: 'Raleway';
}
li.nav-item a {
    color: #212529;
}
li.nav-item .active {
color:#4f88c7; 
}
@media screen and (max-width: 992px) {
.navbar-collapse {
    background: #fff;
    padding:10px 0 20px 0;
    box-shadow: 0 5px 12px rgb(79 136 199 / 15%);
}
div#navbarSupportedContent a {
    font-size: 16px !important;
}
.page-header.is-sticky .navbar-collapse {
    background: transparent !important;
    box-shadow: none;
}
}
@media screen and (max-width: 768px) {
    .mian-logo>span {
        font-size: 1em;
    }
.navbar-toggler {
    padding: 0.25rem 0.25rem;
}
}
@media screen and (max-width: 575px) {

    @keyframes sample {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }
    hr.border-light {
        max-width: 200px;
    }
header img {
    width: 200px;
}

}

