@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*:not(i){
    font-family: "DM Sans", system-ui;
    font-style: normal;
    font-weight: 300;
}
h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 * {
  
    font-weight: 300;
}

a,
a:hover {
    text-decoration: none;
    font-weight: 400;
}
header {
    opacity: 1;
}
.scroll-nav {
    opacity: 1;
}
.header-wrap {
    position: fixed;
    background-color: #fff;
    padding: 15px 0px;
    margin: 0 0;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.header-wrap .wrapper {
    position: relative;
}
header img {
    max-width: 50px;
    margin:0 auto;
    display: block;
}
header.scroll-nav {
    padding: 15px 0px;
}
header.scroll-nav .main-nav ul li a {
    font-size: 14px;
}
.main-nav {
    background-color: transparent;
    position: static;
    text-align: center;
    display: block !important;
}
.main-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-nav ul li {
    display: inline-block;
    margin:0 3.75px;
}
.main-nav ul li a {
    background-color: transparent;
    display: inline-block;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    font-weight: 300;
    z-index: 100;
    color:#000;
}
.main-nav ul li:first-child {
    margin-left: 0;
}

body {

    font-family: "museo-sans",sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #000;
    margin: 0;
}
img {
    max-width: 100%;
    height:auto;
}
.intro-pic {
    width: 100%;
    /*border: 20px solid rgba(197, 197, 197, 0.3);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.20);*/
    margin: 0px auto -20px auto;
    position: relative;
    z-index: 1;
}
.image_frame {
    border: 60px solid #fff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.20);
    margin-top: 60px;
}
.intro-pic img {
    opacity: 0.80;
}
#fly {
    display: block;
    position: relative;
    width: 15px;
    height: auto;
    left: 63%;
    margin-top: 12%;
    margin-bottom: -12%;
    z-index: 100;
}
.intro-text {
    margin: 0 auto;
    position: relative;
}
/*
.intro-text::before {
    content: '';
    background-color: #fdfdfd;
    width: 33%;
    height: 100%;
    position: absolute;
    left: 30%;
    top: -9%;
    margin: 0 0 0 0;
    transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    z-index: -1;
} */
#fly {
    width: 30px;
    margin-top: 4%;
    margin-bottom: -4%;
}
.info-content {
    margin: 0 auto 60px;
}
.info-content-top {
    position: relative;
    padding: 25px 0 0;
}
/*
.info-content-top::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.85);
    width: 30%;
    height: 80%;
    display: block;
    position: absolute;
    left: 20%;
    top: 45%;
    transform: skewX(150deg);
    -webkit-transform: skewX(150deg);
    z-index: -1;
} */
 /*
.intro-pic::before {
    display: block;
    content: '';
    background-color: rgba(254, 254, 254, 0.8);
    width: 10%;
    height: 30%;
    position: absolute;
    left: 9%;
    top: -13%;
    transform: skewX(-32deg);
    -webkit-transform: skewX(-32deg);
    z-index: -1;
} */
.intro-pic::before {
    width: 9%;
    height: 25%;
    left: 6%;
    top: -10%;
}
.info-content figure {
    width: 116%;
    margin: 0 -10%;
    position: relative;
    z-index: 99;
}
.info-content figure img {
    opacity: 0.8;
    z-index: 99;
}
.info-content-main, .page-intro, .row-content, #email-entry, .page-intro-content, .columns-intro {
    padding: calc(30px + 1rem) calc(30px + 1rem) 30px;
}
.info-content-main {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    padding: 0px;
    z-index: 99;
}
.aboutintro-content p, .info-content-main p, .page-intro-content p, .row-content p, .columns-intro p {
    font-size: 16px;
}
.info-content-main ul {
    text-align: center;
    list-style: none;
    padding:15px 0;
    margin-bottom: 0;
    border:1px solid #000;
}
.info-content-main ul li {
    border-bottom:solid thin #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.info-content-main ul li:nth-last-child(1) {
    border-bottom:none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.info-content-main .col-md-6  p {
    font-family: "DM Sans", system-ui;
    font-size: 24px;
    margin-bottom: 7px;
}
.info-content-main ul>li {
    font-size: 16px;
    color:#000;
}
.info-content-main .col-md-6 {
    text-align: center;
}
.info-content-main .row {
    margin-top: 30px;
    padding-bottom: 30px;
}
.info-content-top::after {
    border: 1px solid #000;
    border-right: none;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.pic-placeholder {
    margin: 0 auto 30px;
}
.info-content-top {
    position: relative;
    padding: calc(30px + 1rem) calc(30px + 1rem) 30px;
}
/*
.info-content:nth-child(4) .info-content-top::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.85);
    width: 25%;
    height: 50%;
    display: block;
    position: absolute;
    left: 60%;
    top: 45%;
    transform: skewX(150deg);
    -webkit-transform: skewX(150deg);
    z-index: -1;
} */


.logo {
    text-align: center;
}
.info-content:nth-child(5) {
    margin-bottom: 0;
    padding-bottom: 60px;
    overflow: hidden;
}
/*
.info-content:nth-child(5) .info-content-top::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.85);
    width: 25%;
    height: 90%;
    display: block;
    position: absolute;
    left: 36%;
    top: 60%;
    transform: skewX(-150deg);
    -webkit-transform: skewX(-150deg);
    z-index: -1;
} */

footer {

}
footer img {
    max-width: 300px;
}
.footer-wrap {

background:#fff;
}
.footer-main {
margin: 0;
} 
.footer-nav {
text-align: center;
width: 100%;
height: auto;
margin: 0px auto;
}
.footer-nav ul {
width: auto;
padding: 0;
margin: 0 auto;
list-style: none;
}
.footer-nav ul li {
display: inline-block;
position: relative;
margin: 0 3.75px;
}
.footer-nav ul li a {
display: inline-block;
position: relative;
font-weight: 300;
font-size: 10px;
color: #000;
text-decoration: none;
text-transform: uppercase;
z-index: 100;
}
.footer-nav ul li a {
font-size: 16px;
margin: 0 5px 5px;
}
.footer-social {
text-align: center;
}
.footer-logo {

text-align: center;
}
.testimonial_panel p:nth-last-child(1) {
    font-family: "DM Sans", system-ui;
    font-weight: 500;
}
.info-content-top.testimonial_con:before {
    content:none !important;
}
.faqs_panel p:nth-child(1) {
    font-weight: 600;
}
.info-content-top.faqs_con:before {
    content:none !important;
}
.padding-top-30rem {
    padding-top:calc(30px + 1rem)
}




.main-nav ul li a,
.footer-nav ul li a {
    text-decoration: none;
    padding: 3.5px 7.5px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    font-family: "DM Sans", system-ui;
  }
  
  .main-nav ul li a::before,
  .main-nav ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #000;
    transition: all 0.5s;
  }
  
  .main-nav ul li a::before {
    top: 0;
    left: 0;
  }
  
  .main-nav ul li a::after {
    bottom: 0;
    right: 0;
  }
  
  .main-nav ul li a:hover::before {
    width: 100%;
    transition: width 0.25s ease-in-out;
  }
  
  .main-nav ul li a:hover::after {
    width: 100%;
    transition: width 0.25s ease-in-out 0.25s;
  }
  

  .footer-nav ul li a::before,
  .footer-nav ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #000;
    transition: all 0.5s;
  }
  
  .footer-nav ul li a::before {
    top: 0;
    left: 0;
  }
  
  .footer-nav ul li a::after {
    bottom: 0;
    right: 0;
  }
  
  .footer-nav ul li a:hover::before {
    width: 100%;
    transition: width 0.25s ease-in-out;
  }
  
  .footer-nav ul li a:hover::after {
    width: 100%;
    transition: width 0.25s ease-in-out 0.25s;
  }
  figure {
    margin-bottom: 0;
  }
  .margin-top-120  {
    margin-top: 120px;
  }
  
  .margin-bottom-120 {
    margin-bottom: 120px;
  }
  .carousel_items {
    margin-bottom: 60px;
    text-align: center;
  }
  .carousel_items h2 {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .owl-carousel-2 {
    margin-top: 30px;
  }

  .section_1 {
    text-align: center;
  }
  .section_1 img {
    width:100%;
    max-width: 450px;
    margin:0 auto 60px;
    display: block;
  }
  .section_1 h1 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize;
  }
  .section_1 p {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }
  .section_1 a:not(.btn) {
    text-decoration: underline;
    color:#000
  }
  .section_1 a.btn {
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    transition: 0.1s background-color linear, 0.1s color linear;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: .1em;
    border-color: #000;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 25px 46px;
    color:#000;
    margin-top: calc(30px - 1rem);
}
.section_1 a.btn:hover {
    background:#000;
    color:#fff;
}
  .margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-120 {
    margin-top: 120px;
}

.margin-top-m15 {
    margin-top: -15px;
}
.margin-top-m30 {
    margin-top: -30px;
}
.margin-top-m60 {
    margin-top: -60px;
}
.margin-top-m90 {
    margin-top: -90px;
}
.margin-top-m120 {
    margin-top: -120px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-120 {
    padding-top: 120px;
}
.b-border {
    border-bottom:solid thin #ebebeb;
}
.section_2 {
    text-align: center;
}
.section_2 h2 {
    margin-bottom: 30px;
    text-transform: capitalize;
}
.section_2 p {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}
.section_2 .social_media {
    margin-top: 30px;
}
.section_2 a {
    margin:0 7.5px;
}
.section_2 a svg {
    max-width: 45px;
    height:auto
}
.section_3 {
    text-align: center;
}
.section_3 h2 {
    margin-bottom: 30px;
    text-transform: capitalize;
}
.section_3 p {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}
.section_3 a {
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    transition: 0.1s background-color linear, 0.1s color linear;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: .1em;
    border-color: #000;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 25px 46px;
    color:#000;
    margin-top: calc(30px - 1rem);
}
.section_3 a:hover {
    background:#000;
    color:#fff;
}
.footer-wrap {
    text-align: center;
}
.footer-wrap p {
    font-size: 14px;
}
.footer-wrap img {
    margin-bottom: 15px;
}
.footer-wrap p a {
    color:#000;
    font-weight: 300;
}

@media(max-width:767.98px) {

}