/* Reset
=======================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* Fonts 
=======================================*/

@font-face {
    font-family: 'montheavy_demo';
    src: url('../fonts/mont-heavydemo-webfont.woff2') format('woff2'),
         url('../fonts/mont-heavydemo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* General
=======================================*/

h1 { font-family: 'Poppins', sans-serif; color: #122448; font-size: 60px; line-height: 68px; }
h2 { font-family: 'Poppins', sans-serif; color: #122448; font-size: 40px; }
h3 { font-family: 'Poppins', sans-serif; color: #122448; font-size: 24px; }
h4 {  }
h5 {  }
h6 {  }
p { font-family: 'Lato', sans-serif; font-weight: 600; color: #455b79; line-height: 32px; font-size: 18px; }



/* Main
=======================================*/

header { width: 100%; height: 100px; background: #f1f9fe; }
    .header-container { width: 1100px; height: 100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
        .header-container nav {}
            .header-container nav.desktop ul {  }
                .header-container nav.desktop  ul li { float: left; margin: 0 25px; font-size: 16px; font-family: 'Lato', sans-serif; font-weight: 700; padding: 15px 0; }
                    .header-container nav.desktop  ul li a { color: #000000; text-decoration: none; transition: color 0.3s; }
                    .header-container nav.desktop  ul li a:hover { color: #ffb34d; text-decoration: none; }
                .header-container nav.desktop  ul li.book { background: #ffb34d; padding: 15px 35px; border-radius: 12px; }
                    .header-container nav.desktop  ul li.book a:hover { color: #fff; }
                .header-container nav.desktop  ul li:last-child { margin-right: 0; }

.hero { width: 100%; float: left; overflow: hidden; background: url(../images/hero-bg.png) no-repeat center bottom; background-size: 100%; background-color: #f1f9fe; padding: 80px 0; overflow: hidden; }
    .hero-container { width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
        .hero-container .left { width: 50%; }
            .hero-container .left h1 { margin-bottom: 50px; }
            .hero-container .left p { margin-bottom: 50px; }
            .hero-container .left button { background: #ffb34d; padding: 17px 35px; border-radius: 12px; border: none; color: #000; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 18px; transition: color 0.3s; }
            .hero-container .left button:hover { color: #fff; cursor: pointer; }
        .hero-container .right { width: 50%; }
            .hero-container .right > div { position: relative; width: 526px; height: 615px; float: right; }
                .hero-container .right div img { /*position: absolute;*/ width: 100%; left: 0; top: 0; user-drag: none; user-select: none; -moz-user-select: none; -webkit-user-drag: none;-webkit-user-select: none; -ms-user-select: none; }

.services { width: 100%; overflow: hidden; padding: 100px 0 80px; }
    .services-container { width: 1100px; margin: 0 auto; }
        .services-container h2 { margin-bottom: 40px; text-align: center; }
        .services-container > p { text-align: center; padding: 0 180px; margin-bottom: 100px; }
        .services-row { width: 100%; display: flex; align-items: center; justify-content: space-evenly; margin-bottom: 40px; }
            .services-block { width: 350px; background: #f1f9fe; border-radius: 45px; transition: margin-top 0.2s;}
            .services-block:hover { margin-top: -25px; }
                .services-block img { width: 100%; display: block; }
                .services-block p { text-align: center; padding: 45px 0; line-height: 32px; }

        .services-line { width: 100%; background: #fff; display: flex; align-items: center; justify-content: space-between; border-radius: 45px; overflow: hidden; box-shadow: 0 4.8px 6.1px rgba(0, 0, 0, 0.033), 0 14.9px 21.3px rgba(0, 0, 0, 0.049), 0 20px 80px rgba(0, 0, 0, 0.07); margin-bottom: 50px; }
            .services-line .left { width: 50%; padding: 20px 40px; box-sizing: border-box;}
                .services-line .left h3 { margin-bottom: 30px; line-height: 32px; }
                .services-line .left p { font-size: 16px; line-height: 30px; }
            .services-line .right { width: 50%; }
                .services-line .right img { display: block; width: 100%; }
            .services-line .left.alt { order: 2; }
            .services-line .right.alt { order: 1; }


.process { width: 100%; overflow: hidden; padding: 100px 0; background: url(../images/process-bg.png) no-repeat center bottom; background-size: 100%; background-color: #f1f9fe;}
    .process-container { width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
        .process-container .left { width: 50%; }
            .process-container .left img {  }
        .process-container .right { width: 50%; }
            .process-container .right h2 { text-align: center; margin-bottom: 80px; }
            .process-container .right > div { background: #fff; margin-top: 30px; border-radius: 45px; display: flex; align-items: center; padding: 20px; width: 100%; box-sizing: border-box; box-shadow: 0 4.8px 6.1px rgba(0, 0, 0, 0.033), 0 14.9px 21.3px rgba(0, 0, 0, 0.049), 0 100px 80px rgba(0, 0, 0, 0.07); }
                .process-container .right > div div { background: #ffb34d; color: #07182f; font-size: 45px; text-align: center; line-height: 90px; font-weight: 600; border-radius: 30px; width: 88px; margin-right: 35px; font-family: 'Lato', sans-serif; }
  

.clients { width: 100%; overflow: hidden; padding: 100px 0; }
    .clients-container { width: 1100px; margin: 0 auto; }
        .clients-container h2 { margin-bottom: 40px; text-align: center; }
        .clients-container > p { text-align: center; margin-bottom: 100px; }
        .reviews { width: 100%; display: flex; align-items: center; justify-content: space-between; }
            .reviews div { width: 525px; background: #fff; border-radius: 45px; position: relative; padding: 50px 40px; box-sizing: border-box; box-shadow: 0 4.8px 6.1px rgba(0, 0, 0, 0.033), 0 14.9px 21.3px rgba(0, 0, 0, 0.049), 0 20px 80px rgba(0, 0, 0, 0.07); }
                .quotes { position: absolute; top: -20px; left: 50px; }
                .author { display: block; margin: 0 auto 25px; }
                .reviews div p { font-size: 16px; line-height: 28px; font-weight: 500; text-align: center; }
                .reviews div hr { width: 50px; height: 2px; border: none; background: #68a0d0; margin: 30px auto;}

.booking { width: 100%; overflow: hidden; padding: 100px 0; background: url(../images/hero-bg.png) no-repeat center bottom; background-size: 100%; background-color: #f1f9fe; }
    .booking-container { width: 1100px; margin: 0 auto; }
        .booking-container h2 { text-align: center; margin-bottom: 50px; }
        form { width: 800px; margin: 0 auto; }
            form div { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
                form div input { width: 48%; border-radius: 15px; padding: 25px 20px; box-sizing: border-box; border: none; box-shadow: 0 4.8px 6.1px rgba(0, 0, 0, 0.033), 0 14.9px 21.3px rgba(0, 0, 0, 0.049), 0 20px 80px rgba(0, 0, 0, 0.07); font-size: 16px; font-family: 'Lato', sans-serif; outline: none; }
            textarea { width: 100%; height: 200px; margin-bottom: 30px; resize: none; border-radius: 15px; padding: 20px; box-sizing: border-box; border: none; box-shadow: 0 4.8px 6.1px rgba(0, 0, 0, 0.033), 0 14.9px 21.3px rgba(0, 0, 0, 0.049), 0 20px 80px rgba(0, 0, 0, 0.07); font-family: 'Lato', sans-serif; font-size: 16px; outline: none; }
            ::placeholder { opacity: 0.5; }
            .submit-btn { background: #ffb34d; padding: 17px 35px; border-radius: 12px; border: none; color: #000; font-family: 'Lato', sans-serif; font-weight: 700; font-size: 18px; transition: color 0.3s; margin: 0 auto; display: block;}
            .submit-btn:hover { color: #fff; cursor: pointer; }

.contact { width: 100%; overflow: hidden; padding: 100px 0 80px; }
    .contact-container { width: 1100px; margin: 0 auto; }
        .contact-container h2 { margin-bottom: 40px; text-align: center; }
        .contact-container > p { text-align: center; padding: 0 180px; margin-bottom: 100px; }
        .contact-information { width: 100%; display: flex; align-items: center; justify-content: space-between; }
            .contact-information .left { width: 48%; }
                .contact-information .left div { width: 100%; background: #fff; border-radius: 45px; padding: 40px; width: 100%; box-sizing: border-box; box-shadow: 0 4.8px 6.1px rgb(0 0 0 / 3%), 0 14.9px 21.3px rgb(0 0 0 / 5%), 0 20px 80px rgb(0 0 0 / 7%); margin-bottom: 30px; display: flex; align-items: center; }
                .contact-information .left div img { margin-right: 30px; }
                .contact-information .left div p { font-size: 16px; line-height: 22px; }
                    .contact-information .left p a { text-decoration: none; color: #455b79; }
                    .contact-information .left p a:hover { color: #ffb34d; }
            .contact-information .right { width: 48%; }
                .contact-information .right img { width: 100%; }

.about { width: 100%; overflow: hidden; padding: 100px 0; }
    .about-container { width: 1100px; margin: 0 auto; }
        .about-container h2 { margin-bottom: 40px; text-align: center; }
        .about-container > p { text-align: center; margin-bottom: 100px; }
        .about-container div { display: flex; align-items: center; justify-content: space-between; }
            .about-container div img { width: 48%; }

.map { width: 100%; overflow: hidden; display: block; }

footer { width: 100%; overflow: hidden;}
    .footer-container { max-width: 1100px; padding: 0 20px; box-sizing: border-box; margin: 0 auto; }
        .footer-container p { font-size: 14px; line-height: 92px; text-align: center; } 

.mb-0 { margin-bottom: 0 !important; }

/* Overlay Nav
=======================================*/

.button_container {
  position: fixed;
  top: 37px;
  right: 20px;
  height: 27px;
  width: 40px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  display: none;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #122448;
  width: 100%;
}
.button_container.active .middle {
  opacity: 0;
  background: #122448;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #122448;
  width: 100%;
}
.button_container span {
  background: #ffb34d;
  border: none;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container span.top {
    width: 85%;
}
.button_container span.middle {
    width: 100%;
}
.button_container span.bottom {
    width: 60%;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.overlay {
  position: fixed;
  background: #f1f9fe;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 99;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  animation-delay: 0.65s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 70px;
  font-family: 'Lato', sans-serif; font-weight: 600;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  /*height: 25%;
  height: calc(100% / 4);*/
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  /*display: block;*/
  position: relative;
  color: #111;
  text-decoration: none;
  overflow: hidden;
  /*text-transform: uppercase;*/
  font-family: 'Lato', sans-serif; font-weight: 600;
  letter-spacing: 2px;
  padding: 0 20px;
  font-size: 18px
}

.overlay ul li a:hover {
    color: #ffb34d;
    background: url(../images/bg-menu.jpg) repeat-x 0 55%;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  /*width: 100%;*/
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


/* Media Queries
=======================================*/

@media screen and (max-width: 1100px) {	
    .header-container, .hero-container, .services-container, .process-container, .clients-container, .booking-container, .footer-container, .contact-container, .about-container { width: 960px; }
    .hero-container .right > div { width: 100%; height: auto; }
    h1 { font-size: 50px; line-height: 60px; }
    .hero-container .left h1 { margin-bottom: 30px; }
    .services-block { width: 300px; }
    .services-container > p { padding: 0 75px; }
    .process-container .left img { width: 90%; }
    .reviews div { width: 48%; }

}

@media screen and (max-width: 960px) {	

    .header-container, .hero-container, .services-container, .process-container, .clients-container, .booking-container, .footer-container, .contact-container, .about-container { width: 768px; }
    .header-container nav.desktop ul li { margin: 0 10px; font-size: 14px; }
    h1 { font-size: 40px; line-height: 46px; }
    p { font-size: 16px; line-height: 28px; }
    .services-container > p { padding: 0; }
    .services-block p { line-height: 28px; }
    .services-block { width: 240px; }
    .process-container .right > div p { font-size: 14px; }
    .process-container .right > div div { font-size: 24px; line-height: 70px; margin-right: 15px; width: 64px; }
    form { width: 100%; }
    .contact-information .left div { padding: 40px 30px; }
    .contact-information .left div img { margin-right: 20px; width: 30px; }
    .services-line { display: block; }
    .services-line .left, .services-line .right { width: 100%; }
    .services-line .left { padding: 50px 40px; }
    .services-line .left h3, .services-line .left p { text-align: center; }

}

@media screen and (max-width: 768px) {	

    .header-container, .hero-container, .services-container, .process-container, .clients-container, .booking-container, .footer-container, .contact-container, .about-container { width: 100%; padding: 0 20px; box-sizing: border-box; }
    .hero-container .left { width: 100%; margin-bottom: 40px; }
    .hero-container .right { width: 70%; margin: 0 auto; }
    .hero-container .left button { display: block; margin: 0 auto; }
    .hero-container { display: block; }
    .hero-container .left h1 { text-align: center; }
    .hero-container .left p { text-align: center; }
    .services-row { flex-direction: column; margin-bottom: 0; }
    .services-block { width: 350px; margin-bottom: 20px; }
    .services-block:hover { margin-top: 0; }
    .process-container { flex-direction: column; }
    .process-container .left { width: 100%; order: 2; }
    .process-container .right { width: 100%; order: 1; }
    .process-container .left img { width: 70%; display: block; margin: 40px auto 0; }
    .reviews { flex-direction: column; }
    .reviews div { width: 100%; margin-bottom: 40px; }
    form div { flex-direction: column; margin-bottom: 0; }
    form div input { width: 100%; margin-bottom: 20px; }
    nav.desktop { display: none; }
    .button_container { display: block; }
    .contact-container > p { padding: 0 70px; margin-bottom: 50px; }
    .contact-container > p br { display: none; }
    .contact-information { display: block; }
    .contact-information .left, .contact-information .right { width: 100%; }
    .contact-information .right { margin-top: 30px; }


}

@media screen and (max-width: 500px) {

    .hero { padding: 40px 0 80px; }
    .services-block { width: 100%; }
    h1 { font-size: 32px; line-height: 36px; }
    p { font-size: 14px; line-height: 24px; }
    .services-block p { padding: 28px 0; }
    .services-block p br { display: none; }
    .reviews div { padding: 50px 25px; }
    .reviews div p { font-size: 14px; line-height: 24px; }
    h2 { font-size: 32px; }
    .process-container .right h2 { margin-bottom: 40px; }
    .booking-container h2 { margin-bottom: 40px; }
    .services-container > p { margin-bottom: 60px; }
    .contact-container > p { padding: 0; }
    .services-line .left { padding: 50px 20px; } 
    .about-container div { display: block; }
    .about-container div img { width: 100%; }
    .hide-mobile { display: none; }
    .about-container > p { margin-bottom: 50px; }

}

@media screen and (max-width: 400px) { 



}

