@charset "UTF-8";
@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
}
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, 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, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html body {
  line-height: 1;
}
html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html b {
  font-weight: bold;
}
html i {
  font-style: italic;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}

strong {
  font-weight: 700;
}

body {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  line-height: 1.35;
}
body p b {
  font-size: 18px;
  font-weight: 700;
}

h2, h3 {
  font-family: "linotype-didot", serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: 60px;
}

.my_btn {
  display: inline-block;
  cursor: pointer;
  padding: 0 25px;
  line-height: 65px;
  font-size: 25px;
  min-width: 230px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #000;
  background: #000;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 2px;
}
.my_btn:hover {
  color: #000;
  background: #fff;
}
.my_btn.white {
  color: #000;
  background: #fff;
}
.my_btn.white:hover {
  color: #fff;
  background: #000;
}

a {
  cursor: pointer;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #fff;
  z-index: 11;
  display: none;
}
.policy_popup h3 {
  margin-bottom: 40px;
}
.policy_popup h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
}
.policy_popup p {
  font-size: 20px;
  margin-bottom: 30px;
}
.policy_popup .main_logo {
  width: 200px;
  max-width: 70%;
  margin-bottom: 40px;
}
.policy_popup .inner_content {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  cursor: pointer;
}

.show_message {
  text-decoration: underline;
  cursor: pointer;
}

/* ------------- MENU --------------- */
.hamburger {
  position: absolute;
  left: 60px;
  top: calc(10% + 40px);
  padding: 10px 0;
  z-index: 10;
  width: auto;
  height: 46px;
  z-index: 101;
  border: 1px solid transparent;
}
.hamburger.is-active {
  border: none;
}
.hamburger:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  height: 2px;
  border-radius: 0px;
  width: 100%;
  background: #fff;
}
.hamburger .hamburger-inner:before {
  top: -12px;
}
.hamburger .hamburger-inner:after {
  bottom: -12px;
}
.hamburger .hamburger-box {
  width: 40px;
  transition: 0.4s;
}
.hamburger .hamburger-box:hover {
  transform: scale(1.1);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background: #fff;
}

.menu_container {
  position: absolute;
  min-height: 80%;
  top: 10%;
  left: 0;
  width: 430px;
  max-width: 90%;
  padding: 40px 40px 70px 60px;
  padding-top: 10%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  transform: translate(-100%, 0);
  transition: 0.4s all;
}
.menu_container ul {
  width: 100%;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 3px;
  margin-bottom: 60px;
}
.menu_container ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.menu_container .menu_logo {
  width: 180px;
}
.menu_container.open {
  transform: translate(0, 0);
}

.dark .hamburger .hamburger-inner,
.dark .hamburger .hamburger-inner:after,
.dark .hamburger .hamburger-inner:before {
  background: #000;
}
.dark .hamburger.is-active .hamburger-inner, .dark .hamburger.is-active .hamburger-inner:after, .dark .hamburger.is-active .hamburger-inner:before {
  background: #fff;
}

.background_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
  width: 177.7777777778vh;
  min-width: 100%;
}

/* ------------- MENU END --------------- */
/* ---------------- HEADER -------------- */
/* ---------------- HEADER END -------------- */
/* --------------- MAIN CONTENT ---------------- */
.title {
  text-align: center;
}
.title p {
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0 !important;
  padding: 0 10px;
}
.title .line {
  display: inline-block;
  height: 1px;
  min-width: 275px;
  background: #000;
  margin: 15px auto 20px;
}
.title img {
  width: 24px;
  display: block;
  margin: 0 auto;
}
.title.large h1 {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 20px;
}
.title.large .line {
  min-width: 305px;
}
.title.large img {
  width: 48px;
}
.title.white {
  color: #fff;
}
.title.white .line {
  background: #fff;
}

.section {
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center;
}
.section .title {
  margin-bottom: 60px;
}
.section h2 {
  margin-bottom: 65px;
}
.section p {
  margin-bottom: 40px;
}
.section .text {
  margin-bottom: 60px;
}
.section .text p:last-of-type {
  margin-bottom: 0;
}
.section .main {
  margin-top: 80px;
}
.section p.titles {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 60px;
  letter-spacing: 2px;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.hero .logo {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 230px;
}
.hero .title {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 0);
}
.hero .my_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.hero.offset::before {
  position: absolute;
  content: "";
  width: calc(100% - 100px);
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.my_slider_container .slick-dots {
  padding-top: 5px;
}
.my_slider_container .slick-dots li {
  display: inline-block;
  margin: 0 9px;
}
.my_slider_container .slick-dots li button {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #B9B9B9;
}
.my_slider_container .slick-dots li.slick-active button {
  background: #747474;
}

/* --------------- MAIN CONTENT END ---------------- */
/* HOME */
.testimonials .testimonial {
  background: #000;
  color: #fff;
  padding-right: 20px;
  text-align: left;
}
.testimonials .testimonial .capital {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.testimonials .testimonial .name {
  font-weight: 500;
  margin-bottom: 60px;
}
.testimonials .testimonial .content {
  font-size: 25px;
}

.our_process {
  background: url("/img/home/our_process_bg.jpg") center;
}

/* HOME END */
.services .title {
  margin-bottom: 35px;
}
.services .title p {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px !important;
}
.services p {
  margin-bottom: 0;
}
.services .service_img {
  margin-bottom: 50px;
}
.services .row [class^=col-] {
  margin-bottom: 80px;
}

.section .services p {
  margin-bottom: 0;
}

.projects {
  /* the slides */
  /* the parent */
}
.projects .nav .item {
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  letter-spacing: 3px;
}
.projects .nav .item:hover, .projects .nav .item.active {
  border-bottom: 1px solid #000;
  font-weight: 500;
}
.projects .nav [class^=col-lg] {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.projects .slick-slide {
  margin: 0 15px;
}
.projects .slick-list {
  margin: 0 -15px;
}

/* ---------------- FORM STYLES ------------------ */
.form {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s;
  overflow: hidden;
}
.form input[type=text],
.form input[type=search],
.form input[type=tel],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form textarea,
.form select {
  width: 75%;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: none;
  color: #000;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid #000;
  outline: none;
  border-radius: 0;
  padding: 0;
}
.form select {
  border: 1px solid #000;
  padding: 5px 20px;
}
.form .field {
  margin-bottom: 35px;
}
.form .field label {
  width: 20%;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.form .field input {
  display: inline-block;
  vertical-align: bottom;
}
.form .other {
  color: #000;
}
.form textarea {
  margin-bottom: 20px;
}
.form input[type=text]::placeholder,
.form input[type=search]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=number]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
.form select::placeholder,
.form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
.form input[type=text]:-ms-input-placeholder,
.form input[type=search]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  text-transform: uppercase;
}
.form input[type=text]::-ms-input-placeholder,
.form input[type=search]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form input[type=number]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=password]::-ms-input-placeholder,
.form select::-ms-input-placeholder,
.form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
  text-transform: uppercase;
}
.form select option[default] {
  text-transform: uppercase;
}
.form select {
  width: 100%;
  background: url("../img/select_arrow.png") no-repeat 97% center;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}
.form .missing input[type=text],
.form .missing input[type=search],
.form .missing input[type=tel],
.form .missing input[type=number],
.form .missing input[type=email],
.form .missing input[type=password],
.form .missing textarea {
  border-bottom: 1px solid red;
}
.form .missing input[type=text]::placeholder,
.form .missing input[type=search]::placeholder,
.form .missing input[type=tel]::placeholder,
.form .missing input[type=number]::placeholder,
.form .missing input[type=email]::placeholder,
.form .missing input[type=password]::placeholder,
.form .missing textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.form .missing input[type=text]:-ms-input-placeholder,
.form .missing input[type=search]:-ms-input-placeholder,
.form .missing input[type=tel]:-ms-input-placeholder,
.form .missing input[type=number]:-ms-input-placeholder,
.form .missing input[type=email]:-ms-input-placeholder,
.form .missing input[type=password]:-ms-input-placeholder,
.form .missing textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}
.form .missing input[type=text]::-ms-input-placeholder,
.form .missing input[type=search]::-ms-input-placeholder,
.form .missing input[type=tel]::-ms-input-placeholder,
.form .missing input[type=number]::-ms-input-placeholder,
.form .missing input[type=email]::-ms-input-placeholder,
.form .missing input[type=password]::-ms-input-placeholder,
.form .missing textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.form .missing select {
  border-bottom: 1px solid red;
  color: red;
}
.form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 5px;
}
.form .checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 30px;
}
.form .checkbox label {
  width: auto;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  color: #747474;
}
.form .checkbox input[type=radio]:checked + label,
.form .checkbox input[type=checkbox]:checked + label {
  background: #000;
  color: #747474;
}
.form .checkbox.missing label:before {
  border-color: red;
}
.form .disclaimer {
  margin-bottom: 10px;
}
.form .disclaimer .checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 0px;
}
.form .disclaimer .checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 30px;
}
.form .disclaimer .checkbox label {
  padding-left: 55px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  line-height: 1.3;
  color: #747474;
  font-size: 16px;
}
.form .disclaimer .checkbox label:before {
  content: "";
  position: absolute;
  top: 15px;
  display: block;
  left: -5px;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #747474;
  border-image: initial;
  background: transparent;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
}
.form .disclaimer .checkbox input[type=radio]:checked + label,
.form .disclaimer .checkbox input[type=checkbox]:checked + label {
  background: transparent;
  color: #747474;
}
.form .disclaimer .checkbox input[type=radio]:checked + label:before,
.form .disclaimer .checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  border-color: #747474;
  color: #747474;
}
.form .disclaimer .checkbox.missing label:before {
  border-color: red;
}
.form .disclaimer.interest .checkbox {
  padding: 0;
}
.form .disclaimer .missing .checkbox label:before {
  border-color: red;
}
.form .warning-message,
.form .error-message {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: red;
  padding-top: 7px;
  position: absolute;
}
.form .thank_you_message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  text-align: left;
  transition: all 0.4s;
  background: #fff;
  padding: 30px;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.form .thank_you_message h4, .form .thank_you_message h5 {
  position: absolute;
  text-align: left;
  line-height: 1.2;
  width: 100%;
  font-size: 28px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.form .thank_you_message h5 {
  line-height: 1.4;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
}
.form .my_btn {
  min-width: auto;
}
.form .link {
  color: #fff;
}
.form.submit-in-progress .my_btn {
  background: url("../img/loader.gif") #000 no-repeat right top;
  background-size: 30px;
}
.form.form-done .thank_you_message {
  opacity: 1;
  z-index: 3;
}
.form.white_input input:-webkit-autofill,
.form.white_input input:-webkit-autofill:hover,
.form.white_input input:-webkit-autofill:focus,
.form.white_input input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}

/* ---------------- FORM STYLES END ------------------ */
#design .hero.offset::before {
  background: url("/img/design/hero.jpg") center;
  background-size: cover;
}

#services .hero.offset::before {
  background: url("/img/services/hero.jpg") center;
  background-size: cover;
}

#process .hero.offset::before {
  background: url("/img/process/hero.jpg") center;
  background-size: cover;
}

#stories .hero.offset::before {
  background: url("/img/stories/hero.jpg") center;
  background-size: cover;
}

/* ---------------- FOOTER -------------------- */
#footer {
  padding: 90px 40px;
}
#footer .social {
  margin-bottom: 50px;
}
#footer .social img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 25px;
}
#footer .menu li {
  margin-bottom: 20px;
}
#footer .menu li a {
  border-bottom: 1px solid #000;
}
#footer .book {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.8;
}
#footer .inner {
  max-width: 1780px;
  margin: 0 auto;
}
#footer .main {
  min-height: 600px;
}
#footer p.copy {
  font-size: 15px;
}

/* ---------------- FOOTER END ----------------- */
.grecaptcha-badge {
  display: none !important;
}

/* -------------- RESPONSIVE ------------------ */
@media (min-width: 1700px) {
  .container {
    max-width: 1620px;
  }
}
@media (max-width: 1700px) {
  body {
    font-size: 26px;
  }
  .testimonials .testimonial .capital {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .testimonials .testimonial .name {
    margin-bottom: 40px;
  }
  .testimonials .testimonial .content {
    font-size: 22px;
    margin-bottom: 0;
  }
  .services .title p {
    font-size: 28px;
  }
  .services .service_img {
    margin-bottom: 40px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 24px;
  }
  .my_btn {
    line-height: 55px;
    font-size: 24px;
  }
  .section .title {
    margin-bottom: 40px;
  }
  .section h2, .section h3 {
    margin-bottom: 50px;
    font-size: 50px;
  }
  .section p.titles {
    font-size: 22px;
  }
  .hamburger {
    top: calc(8% + 40px);
  }
  .menu_container {
    width: 400px;
    padding: 40px 40px 60px 50px;
    padding-top: 8%;
  }
  .menu_container ul {
    font-size: 26px;
    letter-spacing: 2px;
  }
  .testimonials .testimonial .capital {
    margin-bottom: 15px;
  }
  .testimonials .testimonial .name {
    margin-bottom: 30px;
  }
  .testimonials .testimonial .content {
    font-size: 18px;
  }
  .services .title {
    margin-bottom: 30px;
  }
  .services .title p {
    font-size: 24px;
    margin-bottom: 15px !important;
  }
  .services .service_img {
    margin-bottom: 35px;
  }
  .services .row [class^=col-] {
    margin-bottom: 60px;
  }
  #footer {
    padding: 70px 40px;
  }
  #footer .main {
    min-height: 500px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 22px;
  }
  .hero .logo {
    top: 7%;
  }
  .hamburger {
    top: calc(7% + 30px);
    left: 40px;
  }
  .menu_container {
    top: 7%;
    width: 350px;
    padding: 40px 40px 60px 40px;
    padding-top: 8%;
  }
  .menu_container ul {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .menu_container .menu_logo {
    width: 150px;
  }
  .my_btn {
    line-height: 50px;
    font-size: 22px;
    min-width: 210px;
  }
  .title {
    top: 40%;
  }
  .title.large h1 {
    font-size: 26px;
  }
  .title.large .line {
    min-width: 290px;
  }
  .title.large img {
    width: 45px;
  }
  .section h2, .section h3 {
    font-size: 42px;
  }
  .section p {
    margin-bottom: 35px;
  }
  .testimonials .testimonial {
    max-width: 600px;
    margin: 0 auto;
  }
  .projects .nav .item {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 20px;
  }
  .section h2, h3 {
    font-size: 36px;
  }
  .my_btn.long {
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu_container {
    padding-top: 90px;
    z-index: 10;
    max-width: calc(100% - 50px);
  }
  .hero.offset::before {
    width: calc(100% - 50px);
  }
}
@media (max-width: 576px) {
  body {
    font-size: 18px;
  }
  body p {
    line-height: 1.4;
  }
  .hero.offset::before {
    width: 100%;
  }
  .hamburger {
    top: calc(7% + 5px);
    left: 20px;
  }
  .hamburger .hamburger-box {
    width: 30px;
  }
  .menu_container {
    top: 5%;
    padding: 40px 40px 60px 30px;
    padding-top: 70px;
  }
  .container {
    max-width: 100%;
  }
  .my_btn {
    font-size: 19px;
    min-width: 180px;
    line-height: 45px;
  }
  .hero .logo {
    max-width: 45%;
  }
  .title .line {
    min-width: 220px;
  }
  .title.large .line {
    min-width: 260px;
  }
  .title.large h1 {
    font-size: 24px;
  }
  .title.large img {
    width: 40px;
  }
  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .section h2, .section h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .section p {
    margin-bottom: 25px;
  }
  .section .title {
    margin-bottom: 35px;
  }
  .section .text {
    margin-bottom: 50px;
  }
  .section p.titles {
    font-size: 20px;
  }
  .section .main {
    margin-top: 55px;
  }
  .services .title {
    margin-bottom: 25px;
  }
  .services .title p {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
  .services p {
    margin-bottom: 0;
  }
  .services .service_img {
    margin-bottom: 20px;
  }
  .services .row [class^=col-] {
    margin-bottom: 50px;
  }
  .form .field label {
    font-size: 18px;
  }
  .form .field input[type=text],
  .form .field input[type=search],
  .form .field input[type=tel],
  .form .field input[type=number],
  .form .field input[type=email],
  .form .field input[type=password],
  .form .field textarea,
  .form .field select {
    font-size: 18px;
  }
  .full_width_img {
    margin-left: -3rem;
    margin-right: -3rem;
    max-width: 100vw;
  }
  .projects .nav .item {
    font-size: 18px;
  }
  #footer .book {
    font-size: 18px;
  }
}
/* -------------- RESPONSIVE END ------------------ */