/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

body {
	font-family: "Montserrat", sans-serif !important;
	font-weight: 400;
	line-height: 1.4;
}
input {
    width: 100%;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    padding: 17px 20px;
    border: 1px solid #777;
}
textarea {
    width: 100%;
    max-height: 100px;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    padding: 15px 20px;
    border: 1px solid #777;
}

.hero-section {
    height: 90vh;
    padding: 20px 10px;
    background: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.65)), url(/wp-content/uploads/2025/07/peter-broomfield-m3m-lnR90uM-unsplash.jpg) center / cover;
}
.header-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex
;    justify-content: space-between;
    align-items: center;
    border: 1px solid #fff;
}
.header-logo {
    display: flex;
}
.header-logo img {
    width: 100%;
    max-width: 227px;
    border-right: 1px solid #fff;
}
.header-info {
    display: flex;
    align-items: center;
}
.header-menu ul {
    display: flex;
}
.header-menu a {
    display: flex;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}
.header-menu a:hover {
    color: #777;
}
.lang-menu {
    margin: 0px 40px;
}
.lang-menu ul {
    display: flex;
}
.lang-menu a {
    display: flex;
    padding: 10px 5px;
    color: #777;
    text-decoration: none;
    transition: all .3s;
}
.lang-menu .current-language-menu-item a {
    color: #fff;
}
.lang-menu a:hover {
    color: #fff;
}
.hero-block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 160px 10px 120px 10px;
}
.hero-title {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 52px;
    color: #fff;
    font-weight: bold;
}
.hero-title span {
    color: #777;
}
.hero-subtitle {
    padding: 30px 0px 60px 0px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.hero-button {
    display: flex;
    justify-content: center;
}
.hero-button a {
    padding: 16px 50px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    transition: all .3s;
}
.hero-button a:hover {
    background: #333;
    color: #fff;
}
.hero-down {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section {
    padding: 100px 10px;
}
.about-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.about-col-1 {
    width: 50%;
}
.about-title {
    font-size: 36px;
    font-weight: bold;
}
.about-img {
    display: flex;
    margin-top: 30px;
}
.about-img img {
    width: 100%;
    max-width: 460px;
    height: 410px;
    object-fit: cover;
    object-position: bottom;
}
.about-col-2 {
    width: 50%;
}
.about-text {
    font-size: 18px;
}
.about-text p {
    margin-bottom: 25px;
}
.second-button {
    display: flex;
}
.second-button a {
    padding: 16px 50px;
    background: #333;
    border: 1px solid #333;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}
.second-button a:hover {
    background: #fff;
    color: #333;
}

.mission-section {
    padding: 100px 10px;
    background: #eee;
}
.mission-block {
    max-width: 1200px;
    margin: 0 auto;
}
.mission-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.mission-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.mission-item-img {
    display: flex;
    position: relative;
}
.mission-item-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.mission-item-title {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    background: #ffffffd4;
}
.mission-item-text {
    font-size: 18px;
    background: #fff;
    padding: 30px;
    min-height: 200px;
}

.work-section {
    padding: 100px 10px;
}
.work-block {
    max-width: 1200px;
    margin: 0 auto;
}
.work-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.work-item {
    display: flex;
    flex-wrap: wrap;
}
.work-item-second .work-item-img {
    order: 2;
}
.work-item-img {
    display: flex;
    width: 50%;
}
.work-item-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.work-item-block {
    width: 50%;
    padding: 40px;
}
.work-item-info {
    font-size: 18px;
    margin-bottom: 30px;
}
.work-item-title {
    width: max-content;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid;
    font-weight: bold;
    font-size: 18px;
}
.work-item-subtitle {
    font-weight: bold;
}

.adv-section {
    padding: 100px 10px;
}
.adv-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.adv-col-1 {
    width: 50%;
}
.adv-title {
    font-size: 36px;
    font-weight: bold;
}
.adv-img {
    display: flex;
    margin-top: 30px;
}
.adv-img img {
    width: 100%;
    max-width: 460px;
    height: 410px;
    object-fit: cover;
}
.adv-col-2 {
    width: 50%;
}
.adv-item {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    font-size: 18px;
}
.adv-item-ico {
    display: flex;
}
.adv-item-ico img {
    width: 88px;
    height: 88px;
}
.adv-item-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.cta-section {
    padding: 140px 10px;
    background: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.65)), url(/wp-content/uploads/2025/07/tahamie-farooqui-a63MC6Fg4ZI-unsplash.jpg) center / cover;
    background-attachment: fixed;
}
.cta-block {
    max-width: 1200px;
    margin: 0 auto;
}
.cta-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.footer-section {
    padding: 100px 10px;
    background: #000;
}
.footer-block {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-col-1 {
    width: 40%;
}
.footer-logo img {
    width: 100%;
    max-width: 251px;
}
.footer-menu a {
    display: flex;
    padding: 8px 0px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}
.footer-menu a:hover {
    color: #777;
}
.footer-lang ul {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.footer-lang a {
    display: flex;
    color: #777;
    text-decoration: none;
    transition: all .3s;
}
.footer-lang .current-language-menu-item a {
    color: #fff;
}
.footer-lang a:hover {
    color: #fff;
}
.footer-col-2 {
    width: 25%;
}
.footer-contact-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.footer-contact {
    margin-bottom: 30px;
    color: #fff;
    line-height: 2;
}
a.footer-link {
    display: block;
    color: #fff;
}
.footer-col-3 {
    width: 30%;
}
.main-text {
    margin-bottom: 10px;
}
.main-submit {
    position: relative;
}
.wpcf7-submit {
    position: relative;
    background: #000;
    color: #fff;
    transition: all .3s;
}
.wpcf7-submit:hover {
    color: #000;
    background: #fff;
    cursor: pointer;
}

.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    border: 2px solid red;
}
.wpcf7-spinner {
    position: absolute;
    top: 24%;
    right: 10px;
    margin: 0;
}
.wpcf7-response-output {
    margin: 0 !important;
    margin-top: 20px !important;
    color: #fff;
    text-align: center;
    padding: 10px !important;
    font-size: 15px;
    font-weight: 300;
}

.footer-privacy-block {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    color: #777;
}









.hidden-body {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}
.modal {
    display: none;
    justify-content: flex-end;
    position: fixed;
    z-index: 9;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    position: relative;
    padding: 40px;
    background-color: #000;
    color: #fff;
    width: 260px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgb(255 255 255 / 20%), 0 6px 50px 0 rgba(0, 0, 0, 0.3);
    animation-name: animatetop;
    animation-duration: 0.4s;
}
@keyframes animatetop {
    from {right:-300px; opacity:0}
    to {right:0; opacity:1}
}
.close {
    width: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#myBtn {
    display: none;
    margin-right: 15px;
    width: 50px;
    height: 50px;
}
.mobile-menu-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.modal-content .lang-menu a {
    padding: 0;
    padding-right: 10px;
    margin-top: 30px;
}
.modal-content .header-menu ul {
    flex-direction: column;
}
.modal-content .header-menu a {
    padding: 8px 0px;
}
.modal-content .lang-menu {
    margin: 0;
}
.modal-content .lang-menu a {
    padding: 0;
    padding-right: 10px;
}












@media (max-width: 1100px) {
.header-info {
    display: none;
}
#myBtn {
    display: flex;
}

.hero-block {
    padding: 140px 10px 120px 10px;
}
.hero-title {
    font-size: 46px;
}
.hero-subtitle {
    max-width: 500px;
    margin: 0 auto;
}

.about-text {
    font-size: 16px;
}
.about-img img {
    padding-right: 40px;
}

.mission-item-text {
    font-size: 16px;
    min-height: 240px;
}

.work-item-title {
    font-size: 16px;
}
.work-item-info {
    font-size: 16px;
}

.adv-item {
    font-size: 16px;
}
.adv-img img {
    padding-right: 40px;
}
.adv-item-ico img {
    width: 66px;
    height: 66px;
}
}










@media (max-width: 780px) {
.header-logo img {
    max-width: 180px;
}

.hero-block {
    padding: 70px 10px 120px 10px;
}
.hero-title {
    font-size: 32px;
}
.hero-down img {
    width: 80px;
    height: 80px;
}

.about-col-1 {
    width: 100%;
}
.about-title {
    font-size: 30px;
}
.about-img {
    margin-top: 15px;
}
.about-img img {
    height: 200px;
    padding-right: 0;
}
.about-col-2 {
    margin-top: 30px;
    width: 100%;
}

.mission-title {
    font-size: 30px;
}
.mission-wrapper {
    grid-template-columns: 1fr;
}

.work-title {
    font-size: 30px;
}
.work-item-img {
    width: 100%;
}
.work-item-img img {
    height: 200px;
}
.work-item-block {
    width: 100%;
    margin-top: 20px;
    padding: 0;
}
.work-item-second .work-item-img {
    order: 1;
}
.work-item-second .work-item-block {
    order: 2;
}

.cta-title {
    font-size: 30px;
}

.adv-col-1 {
    width: 100%;
}
.adv-title {
    font-size: 30px;
}
.adv-img {
    margin-top: 15px;
}
.adv-img img {
    height: 200px;
    padding-right: 0;
}
.adv-col-2 {
    width: 100%;
}

.footer-col-1 {
    width: 100%;
}
.footer-col-2 {
    margin-top: 60px;
    width: 100%;
}
.footer-col-3 {
    margin-top: 60px;
    width: 100%;
}
}