@font-face {
    font-family: MontserratBold;
    src: url('fonts/Montserrat-Bold.otf');
}

@font-face {
    font-family: MontserratMedium;
    src: url('fonts/Montserrat-Medium.otf');
}

@font-face {
    font-family: MontserratSemiBold;
    src: url('fonts/Montserrat-SemiBold.otf');
}

@font-face {
    font-family: MontserratRegular;
    src: url('fonts/Montserrat-Regular.otf');
}

@font-face {
    font-family: centaur;
    src: url('fonts/CENTAUR.TTF');
}

*
{
    font-family: MontserratMedium;
}

body{
    margin: 0%;
}

body, html {
    height: 100%;
}

.bg-home{
    background-image: url("images/home-page.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-contact{
    background-image: url("images/contact2.png");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 767px){
    .bg-contact{
        background-size: unset;
    }
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
/*
# Header Bar
--------------------------------*/
.top-header-bar {
    background: #ff4800;
    color: #fff;
}

/*
# Header Bar Email
--------------------------------*/
.header-bar-email,
.header-bar-text {
    padding: 20px 0;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.header-bar-email a,
.header-bar-text span {
    text-transform: lowercase;
    color: #fff;
    text-decoration: none;
}

/*
# Header Bar Text
--------------------------------*/
.header-bar-text {
    margin-left: 48px;
}

.header-bar-text p {
    margin: 0;
}

/*
# Header Bar Donate Button
--------------------------------*/
.donate-btn a {
    display: inline-block;
    padding: 20px 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-decoration: navajowhite;
    background: #262222;
}

/*
# Site Branding
--------------------------------*/
.site-branding {
    width: calc(100% - 24px);
    padding: 20px 0;
}

.site-branding a {
    margin-top: 6px;
}

@media screen and (min-width: 992px){
    .site-branding {
        width: auto;
    }
    
    .Fdiv {
        padding-top: 8% !important;
    }
    
    .Fcontent {
        padding-top: 7% !important;
    }
}

/*
  Hamburger Menu
----------------------------------------*/
.hamburger-menu {
    right: 12%;
    position: absolute;
    width: 24px;
    height: 22px;
    margin: 0 auto;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #262626;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 10px;
}

.hamburger-menu span:nth-child(4) {
    top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

/*
# Main Menu
--------------------------------*/
.site-navigation ul {
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 320px;
    max-width: calc(100% - 120px);
    height: 100%;
    padding: 30px 15px;
    margin: 0;
    background: #fff;
    list-style: none;
    overflow-x: scroll;
    transition: all 0.35s;
}

.site-navigation.show ul {
    left: 0;
}

.site-navigation ul li {
    margin: 10px 16px !important;
}
.site-navigation ul li a {
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #262626;
    text-decoration: none;
    transition: color .35s;
}


@media screen and (min-width: 992px) {
    .site-navigation ul {
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        overflow: auto;
        background: transparent;
    }

    .site-navigation ul li a {
        padding: 49px 0 30px;
    }
}


/*
# Menu SHopping Cart
--------------------------------*/
.header-bar-cart {
    margin-left: 40px;
}

.header-bar-cart a {
    width: 48px;
    height: 100%;
}

.header-bar-cart a {
    color: #fff;
    text-decoration: none;
}


/* # Site Branding
--------------------------------*/
.site-branding {
    width: calc(100% - 24px);
    padding: 20px 0;
}

.site-branding a {
    margin-top: 6px;
}

@media screen and (min-width: 992px){
    .site-branding {
        width: auto;
    }
}

.flymenu {
    background-image: url("images/MENU.html");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;

}

.flymenu-content {
    position: relative;
    top: 10%;
    left: 15%;
    width: 10%;
    text-align: center;
    margin-top: 30px;
}

.flymenu a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.flymenu a:hover, .flymenu a:focus {
    color: #f1f1f1;
}

.flymenu .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .flymenu a {font-size: 20px}
    .flymenu .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.menu-img{
    width: 43%;
    margin-left: 37%;
}

.site-header span{
    position: absolute;
    right: 0px;
}

.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .content{
    width: 50%;
    margin-left: 10%;
    margin-top: 15%;
  }

  .content p{
    color: white;
    font-size: 30px;
  }

  .contact .content p{
    color: white;
    font-size: 20px;
    font-weight: bold;
  }

  @media screen and (max-width: 767px){
      .content{
          width: fit-content;
      }

      .content p{
          font-size: 23px;
      }

      .content .buttons{
          font-size: 23px !important;
          width: 175px !important;
      }
  }

/*  # Links
--------------------------------------------------------------*/
a {
    color: #262626;
}

a:visited {
    color: #757686;
}

a:hover, a:focus, a:active {
    color: #262626;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
    list-style: none;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
/*
# Header Bar
--------------------------------*/
.top-header-bar {
    background: #ff4800;
    color: #fff;
}

/*
# Header Bar Email
--------------------------------*/
.header-bar-email,
.header-bar-text {
    padding: 20px 0;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.header-bar-email a,
.header-bar-text span {
    text-transform: lowercase;
    color: #fff;
    text-decoration: none;
}

/*
# Header Bar Text
--------------------------------*/
.header-bar-text {
    margin-left: 48px;
}

.header-bar-text p {
    margin: 0;
}

/*
# Site Branding
--------------------------------*/
.site-branding {
    width: calc(100% - 24px);
    padding: 20px 0;
}

.site-branding a {
    margin-top: 6px;
}

@media screen and (min-width: 992px){
    .site-branding {
        width: auto;
    }
}

/*
  Hamburger -img
----------------------------------------*/
.hamburger-menu {
    right: 12%;
    position: absolute;
    width: 24px;
    height: 22px;
    margin: 0 auto;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 10px;
}

.hamburger-menu span:nth-child(4) {
    top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

/*
# Main Menu
--------------------------------*/
.site-headerr{
    background-color: #061743;
}

.site-navigation ul {
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 320px;
    max-width: calc(100% - 120px);
    height: 100%;
    padding: 30px 15px;
    margin: 0;
    background: #061743;
    list-style: none;
    overflow-x: scroll;
    transition: all 0.35s;
}

.site-navigation.show ul {
    left: 0;
}

.site-navigation ul li {
    margin: 0 16px;
}
.site-navigation ul li a {
    display: block;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: white;
    text-decoration: none;
    transition: color .35s;
}

@media screen and (min-width: 992px) {
    .site-navigation ul {
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        overflow: auto;
        background: transparent;
    }

    
}

@media screen and (max-width: 991px) {
    .site-navigation .dropdown-menu {
        width: 320px !important;
    }

    
}

.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
    border-bottom: solid 1px white;
}

.site-navigation .sm-menu-logo:hover{
    border-bottom: 0px;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-slider {
    max-height: 820px;
}

.hero-content-wrap {
    position: relative;
    color: #fff;
}

.hero-content-overlay {
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}

.hero-content-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.hero-content-overlay h1 {
    margin: 0;
    font-size: 102px;
    font-weight: 600;
    line-height: 1;
}

.hero-content-overlay h4 {
    margin: 0;
    font-size: 46px;
    font-weight: 600;
}

.hero-content-overlay p {
    font-weight: 500;
    line-height: 1.8;
}

.hero-content-overlay .entry-footer a.btn {
    color: #fff;
}

.hero-slider .pagination-wrap {
    bottom: 0;
    left: 40%;
    z-index: 99;
    height: 60px;
}


.hero-slider .swiper-pagination-bullet {
    width: 24px;
    height: 20px;
    margin-right: 6px;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
    background: transparent;
    opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #e06733;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    border-radius: 50%;
    background: -moz-linear-gradient(180deg, rgba(224,103,51) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(224,103,51)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(224,103,51) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(224,103,51) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(224,103,51) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(224,103,51) 0%, rgba(255,54,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e06733', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
    transition: all .35s;
}

.hero-slider .swiper-button-next {
    right: 35px;
}

.hero-slider .swiper-button-prev {
    left: 35px;
}

.hero-slider .swiper-button-next span,
.hero-slider .swiper-button-prev span {
    display: block;
    width: 36px;
    padding-top: 15px;
    margin: 0 auto;
}

.hero-slider .swiper-button-next path,
.hero-slider .swiper-button-prev path {
    fill: #fff;
}

.hero-slider .swiper-button-next.swiper-button-disabled,
.hero-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

@media screen and (max-width: 1200px){
    .hero-content-overlay h1 {
        font-size: 72px;
    }

    .hero-content-overlay h4 {
        font-size: 32px;
    }

    .hero-content-overlay p {
        font-size: 14px;
    }

    .hero-slider .pagination-wrap {
        height: 40px;
    }
}

@media screen and (max-width: 992px){
    .hero-content-overlay h1 {
        font-size: 48px;
    }

    .hero-content-overlay h4 {
        font-size: 22px;
    }

    .hero-content-overlay p,
    .hero-slider .pagination-wrap,
    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev{
        display: none;
    }

    .hero-content-overlay footer{
        margin-top: 12px !important;
    }
}

/*
# Menu SHopping Cart
--------------------------------*/
.header-bar-cart {
    margin-left: 40px;
}

.header-bar-cart a {
    width: 48px;
    height: 100%;
}

.header-bar-cart a {
    color: #fff;
    text-decoration: none;
}


.location-content{
    margin-top: 10%;
}

.location-content p{
    transform: rotate(-90deg);
    text-transform: uppercase;
    color: #061743;
    height: 35%;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 5px;
    width: max-content;
    margin-top: 92%;
}

@media screen and (max-width: 991px){
    .location-content p{
        transform: unset;
        margin-top: 15%;
    }
}

.footer-content{
    background-image: url("images/Artboard%2061.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 3%;
}

.footer-content a,
.footer-content .copyright{
    color: white;
}

.footer-content .textF{
    color: white;
    font-size: 20px;
    margin-top: 5%;
    font-weight: bold;
}

.footer-content .img{
    margin-top: 3%;
}

.footer-content .social img{
    width: 15%;
}


@media screen and (min-width: 767px){
    .footer-content .img{
        margin-left: 22%;
    }
}


@media screen and (max-width: 991px){
    .footer-content .copyright{
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px){
    .footer-content .social img{
        width: 5%;
        margin-bottom: 5%;
    }
    
    .menu .social-menu img{
        width: 10% !important;
    }
    
}

.slider-section .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

.slider-section .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 370px;
  }

  .slider-section{
    background-image: url("images/Artboard%2059.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7%;
    padding-bottom: 2%;
}

@media screen and (max-width: 991){
    .slider-section .swiper-slide {
        height: 300px;
      }
}

.slider-section h4,
.slider-section h2{
    color: white;
    letter-spacing: 5px; 
    font-weight: bold;
}

.content a:hover{
    text-decoration: none;
}

.content .home,
.home-about{
    color: white;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 10px;
}

.content .home:hover,
.home-about:hover{
    color: #7d7dbe;
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .social-menu{
        padding-top: 50%;
    }
}

@media screen and (min-width: 992px){
    .menu .social-div{
        height: 100%;
        padding-top: 6%;
        padding-bottom: 6%;
        padding-left: 4%;
    }
}

.about-slider .swiper-slide{
    background-color: transparent;
}

.about-slider .swiper-pagination-bullet-active{
    background-color: white;
}

.about-slider a:hover{
    text-decoration: none;
}

@media screen and (max-width: 767px){
    .about-slider button{
        font-size: 20px !important;
    }

    .see-more-paragraph{
        position: unset !important;
        width: unset !important;
        font-size: 2rem !important;
    }

    .see-more-the-heart{
        font-size: 2rem !important;
        padding-left: 16% !important;
        width: 99% !important;
    }

    .see-more-clam{
        font-size: 2rem !important;
        padding-left: 4% !important;
        padding-right: 3% !important;
        width: 85% !important;
        top: 7% !important;
        margin-left: 0 !important;
    }

    .see-more-aurora-title{
        font-size: 2.25rem !important;
    }

    .see-more-sub-parag{
        font-size: 1.5rem !important;
    }

    .see-more-num{
        font-size: 4rem !important;
    }

    .see-more-last-div{
        padding-right: 0% !important;
        padding-left: 10% !important;
    }
}

.contact .container{
    position: relative;
}

.contact .container .title{
    position: absolute;
    color: #5B80C4;
    font-size: 25px;
    font-weight: bold;
    top: 15%;
    left: 9%;
}

@media screen and (max-width: 991px){
    .contact .input-name{
        width: 50% !important;
        height: 27px;
    }

    .contact .input-email{
        width: 50% !important;
        right: -11% !important;
        height: 27px;
    }

    .contact .input-area{
        width: 111% !important;
        height: 50px !important;
    }
    
    .contact .input-job-title{
        width: 129% !important;
    }

    .contact button{
        width: 120% !important;
        height: 37px !important;
    }

    .contact .text{
        font-size: 17px !important;
    }
}

@media screen and (max-width: 767px){
    .contact{
        margin-top: 0% !important;
    }

    .contact-us{
        height: 387px !important; 
    }

}

.visit-content .visit-home:hover{
    text-decoration: none;
    color: #7d7dbe !important;
}

.visit-content .visit-button:hover{
    text-decoration: none;
}

@media screen and (max-width: 1200px ) and (min-width: 991px) {
    .who-we-are-content-second .sec-text{
        right: 5.95% !important;
    }
}

@media screen and (max-width: 991px){
    .who-we-are-content-second .sec-text{
        right: -56.05% !important;
    }

    .who-we-are-content-second img{
        width: 70% !important;
        margin-left: 38% !important;
    }
}

@media screen and (max-width: 991px){
    .sm-menu-logo{
        display: none;
    }
}

@media screen and (min-width: 992px){
    .big-menu-logo{
        display: none !important;
    }

    .site-navigation{
        margin-right: 15%;
    }
}

@media screen and (max-width: 991px){
    .whopage .who{
        height: 38.5% !important;
        padding: 6% !important;
        margin-right: 15%;
    }

    .whopage .SECf{
        width: 40% !important;
    }

    .whopage .secF{
        padding-right: 15%;
        margin-right: 15%;
    }

    .who-we-are-content-first p,
    .who-we-are-content-third p{
        padding-top: 5% !important;
        margin-left: 5%;
        margin-right: 5%;
    }

    .who-we-are-content-second p{
        padding-top: 0% !important;
    }

    .who-we-are-content-third img{
        width: 40% !important;
    }
}

@media screen and (max-width: 991px){
    .building-sub-div{
        margin-left: 0% !important
    }

    .building-img{
        display: block;
        margin: auto;
    }

    .heart-img{
        display: block;
        margin: auto;
        margin-top: 4% 
    }

    .heart-see-more{
        margin-left: 5%
    }

    .site-navigation ul{
        position: fixed;
    }

    .site-navigation .dropdown{
        position: relative;
    }
}

.sm-menu-logo a{
    border-bottom: 0px !important;
}

@media screen and (max-width: 991px ) and (min-width: 767px) {
    .contact .social{
        bottom: 15% !important;
    }
}

.slider-section .swiper-wrapper .swiper-slide{
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.1)));
}

.path ul{
    font-weight: bold;
}