/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: 
*/



* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html { scroll-behavior: smooth; }
html.suspended {background: rgba(0,0,0,0.6);}
body { position: relative; max-width: 100%;margin: 0 auto;text-align: center; font-family: 'Montserrat', sans-serif;  }
a { font-family: 'Montserrat', sans-serif; color:inherit;text-decoration: none}
a:hover {text-decoration: none;color:inherit;}
h1,h2,h3,h4,h5,h6,p { padding:0; margin:0; line-height: 120%; }
h1,h2,h3,h4,h5,h6 { font-family: 'Gilda Display', serif; font-weight: 400; line-height: 1.2em; letter-spacing: -0.05em; }
p, ul li { font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 20px; line-height: 1.4em; margin: 0; letter-spacing: 0; }
ul, ol { margin: 0; padding: 0; }
.row { max-width: 1600px;margin: 0 auto; }
.db { display: block; }

/*color*/

.white { color: #FFFFFF; }
.dark-green { color: #002D1D; }
.black { color: #212121; }

/*sticky*/

.sticky { position: fixed!important; background: #012F1D; top: 0; width: 100%;  }
.sticky .header-left .content-img { height: 100%; }
.sticky .header-left .content-img img { width: 100px; }
.sticky .header-right .btn { background: #DAC6A6; }


/*.sticky .header-left { width: 10%; }
.sticky .header-right .header-wrap { padding: 0; }*/
/*.sticky nav ul li a, .sticky .header-right .tel { color: #FFFFFF!important; }
.sticky .header-right .tel { border-color: #FFFFFF!important; }
.sticky .header-right .header-info .tel { background: #FCD44A; color: #333333 !important; }*/
/*.sticky .header-section.flexstr { align-items: center!important;  }*/
/*.sticky .header-section { align-items: center; }*/

/*dropdown*/

/*#dropdown { display: none; position: absolute; text-align: left; z-index: 9; background: rgb( 255 255 255 / 90% ); transition: all .5s ease; width: 250px!important; border: 1px solid rgb( 68 68 68 / 20% ); border-radius: 15px; }
#menu_drop > a::after {content: '\f107'; font-family: 'FontAwesome'; color: #0040A5; transition: all .2s linear; display: inline-block; vertical-align: middle; font-size: 14px; margin-left: 5px; position: relative; top: -2px;}
#menu_drop > a:hover::after { color: #FFFFFF; transform: rotateZ(180deg);}
#dropdown li{ display: block!important; padding: 5px 10px!important; }
#dropdown li a { white-space: nowrap; color: #FFFFFF!important; } 
#header nav ul #dropdown li a { padding: 15px 25px; border-radius: 50px; display: block; text-align: center; color: #0040A5!important; }
#header nav ul #dropdown li a::before { display: none!important;  }
#header nav ul #dropdown li.active-menu a, #header nav ul #dropdown li a:hover { background: #FAC341; color: #FFFFFF!important;  }
#menu_drop:hover > #dropdown {display: block!important;}*/

/*flex*/

.fw { flex-wrap: wrap; }
.rr { flex-direction: row-reverse; }
.flexstr { display: flex; justify-content: space-between; align-items: stretch; }
.flexstr-alt { display: flex; align-items: stretch; }
.flex { display: flex; }
.flexs { display: flex; justify-content: space-between; align-items: flex-start; }
.flexc { display: flex; justify-content: space-between; align-items: center; }
.flexe { display: flex; justify-content: space-between; align-items: flex-end; }
.flex-end { display: flex; justify-content: flex-end;  }
.alc { align-items: center; }
.alfs { align-items: flex-start; }
.jcc { justify-content: center; }

/*typography*/

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/*button*/

.btn { max-width: 200px; width: 100%; position: relative; background: #012F1D; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 23px; color: #FFFFFF; line-height: 1.2em; padding: 15px 20px; display: inline-block; text-align: center; z-index: 1; transition: 0.4s; border: none; }
/*.btn a { color: #FFFFFF!important; }*/
.btn:hover {color: #FFFFFF!important; box-shadow: 0px 10px 20px -10px #000;  }
.btn::before {content: ''; background: #DAC6A6; transition: all .3s linear; transform: scaleX(0); position: absolute;  height: 100%; width: 100%;z-index: -1;left: 0; top: 0; z-index: -1; }
.btn:hover::before {transform: scaleX(1);}
.btn.full { max-width: 100%; width: auto; }

/*cookie*/

.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/

.destroy-on-load, .cta {display: none;}

/*contact form messages*/

form .messages p {display: none;font-family: 'Montserrat', sans-serif; font-weight: 400!important; letter-spacing: 0!important; font-size: 18px!important; }
form .loading {display: none;}
form .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
form .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
form .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
form [type="submit"] {margin: 0; color: #FFFFFF; }

.inner form [type="submit"] {margin: 0 auto; } 

/*contact form*/

.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input[type="text"],.ctc-form textarea {font-family: 'Montserrat', sans-serif; font-size: 18px; color: #25251F; height:60px;display: block;width: 100%;border:1px solid #D6D6D6;border-radius: 0;padding: 20px;box-sizing: border-box;margin: 0 auto 20px; }
.ctc-form textarea {height: 200px;}
/*.ctc-form input[type="text"] {font-family:'Libre Franklin', sans-serif; font-size: 16px;color:#333333;height:63px;display: inline-block;width: 32%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 6px 16px;; background: #EEEEEE; font-weight: 500; }
.ctc-form textarea {font-family:'Libre Franklin', sans-serif; font-size: 16px;color:#333333;height:134px;display: inline-block;width: 98.5%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 auto 10px; background: #EEEEEE; font-weight: 500; }*/
.ctc-form button {display: block;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 0 10px;}
.inner .ctc-form .g-recaptcha div {margin: 0 auto 10px;}
.ctc-form .ctc-hide {display: none;}
.ctc-form .formLabel { width: 49.63%; }
.inner-form .ctc-form .formLabel { width: 100%; } 
.ctc-form .btn { display: block; color: #FFFFFF;}
/*.formBox .formLabel { width: 49.5%; }
.formLabel.lg { width: 100%; }*/
::placeholder { color: #111111; }

/*gallery*/

#content .galBox { padding-top: 30px; }
#content .gallery-container {text-align: center;}
#content .gallery {list-style-type: none;margin: 0;padding: 0;}
#content .gallery li {display: inline-block; vertical-align: top; width: 24%; }
#content .gallery li p { line-height: 140%; width: 100%; font-size: 14px; margin: 15px auto;  }
#content .gallery li img { width: 100%; height: 250px; object-fit: cover; } 
#content .thumbnail { border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;transition: border 0.5s ease-in-out 0s;}
#content .thumbnail:hover {transform: scale(1.02);}
#content .page_navigation {display: inline-block;}
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse {background-color: #fff;border: 1px solid #ddd;color:  #0275d8;display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative;}
#content .page_navigation > a:hover , .page_navigation > a.active_page {background-color: #eceeef;border-color: #ddd;color: #014c8c;text-decoration: none;}

/*HEADER*/

#header { position: absolute; left: 0; right: 0; width: 100%; padding: 30px 20px; z-index: 999; transition: height 0.4s ease;  }
#header .row { max-width: 1860px; width: 100%; margin: 0 auto; }
#header nav a#pull { display: none; height: 0; opacity: 0;  transition: height 0.3s ease, padding 0.3s ease; }
#header nav ul { max-width: 100%; width: 100%; padding: 0; margin: 0 auto; padding: 0; gap: 0 40px; }
#header nav ul li { display: inline-block; vertical-align: middle; line-height: 1; padding: 0; }
#header nav ul li a { position: relative; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 23px; color: #FFFFFF; line-height: 1.2em; letter-spacing: 0; display: inline-block; }
/*#header nav ul li a::before { content: ''; background: #FAC341; max-width: 100%; width: 100%; height: 100%; border-radius: 50px; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; transition: all .3s linear; transform: scaleX(0); z-index: -1; }
#header nav ul li:last-of-type a::after { display: none; }
#header nav ul li a:hover::before,
#header nav ul li.active-menu a::before {transform: scaleX(1);}*/
#header nav ul li.active-menu a, #header nav ul li a:hover { color: #FFFFFF; }
/*.header-left { width: 15%; }*/
.header-left { width: 23%; }
.header-left .content-img { height: 100%; transition: height 0.4s ease; }
.header-left .content-img img { width: 100%; height: auto; display: block; will-change: width; transform: translateZ(0); transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
/*.header-right { width: 85%; }*/
.header-right { width: 77%; }
.header-right .header-wrap { gap: 0 45px; }

/*BANNER*/

#banner { position: relative; background: #012F1D33 url('../images/common/banner-background.webp')no-repeat center center; background-size: cover; padding: 105px 20px 0; background-blend-mode: multiply; }
#banner .row { max-width: 1700px; width: 100%; margin: 0 auto; }
.banner-wrap { gap: 0 30px; }
.banner-container, .banner-image { width: 50%; }
/*.banner-image { width: 35%; }
.banner-container { width: 65%; }*/
.banner-image .content-img { width: 75%; }
.banner-content { max-width: 640px; width: 100%; margin-left: auto; padding: 100px 0 0; }
.banner-content .content-text h2 { font-size: 70px; }
.banner-content .content-text p { margin: 20px 0 30px }

/*CONTENT*/

#content { position: relative; }
.content-text h1, .content-text h2 { font-size: 50px; }
.content-text h3 { font-size: 40px; }
.content-text h4 { font-size: 30px; }  
.content-text h5 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 20px; letter-spacing: 0; }
/*.content-text h6 { font-size: 16px; }*/
.content-img img { width: 100%; height: 100%; display: block; object-fit: cover; }
    
    /*WELCOME*/

    .welcome-section { position: relative; padding: 50px; }
    .welcome-section .row { max-width: 100%; width: 100%; }
    .welcome-wrap { position: relative; background: url('../images/content/welcome-background.webp')no-repeat center top; background-size: cover; padding: 50px 20px; min-height: 1110px; border-radius: 50px; }
    .welcome-wrap::before { content: ''; background: linear-gradient( to bottom, rgb( 255 255 255 / 100% ), transparent ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; border-radius: 50px; }
    .welcome-content { position: relative; max-width: 960px; width: 100%; margin: 0 auto; z-index: 2; }
    .welcome-content .content-text p { max-width: 640px; width: 100%; margin: 30px auto; }

    /*ABOUT*/

    .about-section { position: relative; background: #808A80; padding: 140px 20px; }
    .about-section::after { content: ''; background: #DAC6A6; max-width: 74%; width: 100%; height: 100%; position: absolute; top: 0; right: 0; border-top-left-radius: 500px; }
    .about-section .row { position: relative; max-width: 1366px; width: 100%; margin: 0 auto; z-index: 2; }
    .about-wrap { gap: 0 30px; }
    .about-image { width: 33%; }
    .about-image .content-img img { border-radius: 30px; }
    .about-container { width: 67%; }
    .about-content { max-width: 680px; width: 100%; margin-left: auto; }
    .about-content .content-text p { margin: 20px 0 30px; } 

    /*TESTIMONIALS*/

    .testimonials-section { position: relative; padding: 130px 20px 80px; }
    .testimonials-section .row { max-width: 1366px; width: 100%; margin: 0 auto; }

    /*TAG*/

    .tag-section { position: relative; padding: 115px 20px 120px; margin: 0 0 50px; }
    .tag-section::before { content: ''; background: url('../images/content/site-icon.webp')no-repeat center left; background-size: contain; width: 33%; height: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0; }
    .tag-section .row { position: relative; max-width: 960px; width: 100%; margin: 0 auto; z-index: 2; }
    .tag-content .content-text h3 { margin: 0 0 30px; }
    .testimonials-wrap { margin: 35px 0 45px; }
    .testimonials-grid { gap: 0 30px; }
    .testimonials-item { padding: 50px 30px 40px; border-radius: 20px; border: 1px solid #DAC6A6; width: 33.33%; }
    .testimonials-item .stars { font-size: 30px; color: #C39C67; letter-spacing: 0.15em; line-height: 1; margin: 0 0 40px; }
    .testimonials-item .content-text p { margin: 0 0 30px; }
    .testimonials-item .content-text p:last-of-type { margin: 0; }




/*FOOTER*/

footer { position: relative; padding: 50px; }

#footer { position: relative; background: #012F1D; border-radius: 50px; padding: 0 20px; }
#footer .row { max-width: 1740px; width: 100%; margin: 0 auto; }
.footer-wrap { max-width: 1366px; width: 100%; margin: 0 auto; }

.footer-top { position: relative; padding: 100px 20px; border-bottom: 1px solid #DAC6A680; }
.footer-bottom { position: relative; padding: 50px 20px; }

.footer-info { width: 70%; }
.footer-item .tel, .footer-item .mail, .footer-item .loc { position: relative; padding: 0 0 0 35px; }
.footer-item .mail { margin: 40px 0; }
.footer-item .tel::before, .footer-item .mail::before, .footer-item .loc::before { content: ''; font-family: 'FontAwesome'; font-size: 18px; color: #C39B66; position: absolute; top: 50%; transform: translateY(-50%); left: 0; }
.footer-item .tel::before { content: '\f095'; }
.footer-item .mail::before { content: '\f0e0'; }
.footer-item .loc::before { content: '\f3c5'; top: 5px; transform: none; }

.footer-item .tel a { font-family: 'Gilda Display', sans-serif; font-size: 50px; line-height: 1.4em; }
.footer-item .mail a, .footer-item .loc a { font-size: 20px; line-height: 1.4em; }

.footer-logo { width: 30%; }

.footer-nav ul { max-width: 100%; width: 100%; padding: 0; margin: 0 auto; padding: 0; gap: 0 40px; }
.footer-nav ul li { display: inline-block; vertical-align: middle; line-height: 1; padding: 0; }
.footer-nav ul li a { position: relative; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 18px; color: #FFFFFF; line-height: 1.2em; letter-spacing: 0; display: inline-block; }

    /*COPYRIGHT*/

    .copyright .content-text p { font-size: 18px; }

/*INNER PAGES*/

/*HEADER*/

/*BANNER*/

.inner #banner { padding: 0 20px 20px; display: flex; align-items: flex-end; min-height: 450px; }
.inner #banner .banner-container { max-width: 1370px; width: 100%; margin: 0 auto; }
.inner #banner .banner-content { max-width: 100%; width: 100%; margin: 0 auto; }
.inner #banner .banner-content .content-text h1 { font-size: 70px; }

/*CONTENT*/

.inner #content { padding: 60px 20px; min-height: 400px; }

    /*ABOUT*/

    .inner.about #content { padding: 0; min-height: 0; }
    .inner-about-section { position: relative; padding: 50px 20px 60px; }
    .inner-about-section .row { max-width: 1820px; width: 100%; margin: 0 auto; }
    .inner-about-wrap { gap: 0 105px; }
    .inner-about-image { width: 47%; }
    .inner-about-content { width: 53%; }
    .inner-about-content .content-text h2 { margin: 0 0 10px; }
    .inner-about-content .content-text p { margin: 30px 0; }
    .inner-about-content .content-text p:last-of-type { margin: 0!important; }

    /*SERVICES*/

    .inner.services #content { padding: 0; min-height: 0; }
    .inner-services-section { position: relative; padding: 90px 20px 50px; }
    .inner-services-section .row { max-width: 1366px; width: 100%; margin: 0 auto; } 
    .inner-services-wrap { gap: 35px 0; } 
    .inner-services-item { position: relative; width: 32%; }
    .inner-services-item .content-img { position: relative; border-radius: 20px; }
    .inner-services-item .content-img::after { content: ''; background: linear-gradient(to bottom, transparent, rgb( 1 47 29 / 98% )); width: 100%; height: 180px; position: absolute; left: 0; right: 0; bottom: 0; border-radius: 20px; }
    .inner-services-item .content-img img { border-radius: 20px; }
    .inner-services-item .content-text { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 0 30px 30px; }

    .inner.services .testimonials-section { padding: 65px 20px 45px; }  

    /*CONTACT*/

    .inner.contact .row { max-width: 1366px; width: 100%; margin: 0 auto; } 
    .inner.contact .form-wrap { gap: 0 60px; margin: 60px 0 0; } 
    .inner.contact .inner-form, .inner.contact .inner-info { width: 50%; }
    .inner-info .tel::before, .inner-info .mail::before { content: ''; font-family: 'FontAwesome'; font-size: 18px; color: #C39B66; display: block;  margin: 0 0 10px; }
    .inner-info .tel::before { content: '\f095'; }
    .inner-info .mail::before { content: '\f0e0'; }
    .inner-info .tel a { font-family: 'Gilda Display', sans-serif; font-size: 50px; line-height: 1.4em; }
    .inner-info .mail a { font-weight: 400; font-size: 20px; }
    .inner-info .mail { margin: 30px 0; }
    .inner-info .map iframe { width: 100%; height: 300px; }


/*PRIVACY POLICY*/

.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}.example {
    display: grid;
    transition: all .5s;
    user-select: none;
    background: linear-gradient(to bottom, white, black);
}.example {
    display: grid;
    transition: all .5s;
    user-select: none;
    background: linear-gradient(to bottom, white, black);
}