@import url(variables.css);

@media screen and (max-width: 63.9375em) {
  .header {
    padding: 15px 0;
  }
  .header .top-bar .top-bar-right {
    flex: auto;
    margin: 25px 0 0 0;
  }
  .header .title-bar {
    background: transparent;
    padding: 0;
    justify-content: space-between;
  }
  .header .title-bar-left, .header .title-bar-right {
    flex: auto;
  }
  .header .title-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .title-bar-right > *:not(:last-child) {
    margin-right: 20px;
  }
  .header .menu-icon {
    width: 26px;
    height: 18px;
    margin: 0;
  }
  .header .menu-icon::after {
    background: var(--color-black);
    -webkit-box-shadow: 0 8px 0 var(--color-black), 0 16px 0 var(--color-black);
    box-shadow: 0 8px 0 var(--color-black), 0 16px 0 var(--color-black);
  }
  .header .drilldown a {
    background: var(--color-white);
    font-family: var(--font-header);
    font-size: 1.125rem;
    font-weight: var(--global-weight-semi-bold);
    color: var(--color-black);
    padding: 0.7rem 1rem 0.7rem 0;
    letter-spacing: -1%;
  }
  .header .is-drilldown li:not(:last-child) {
    border-bottom: 1px solid var(--color-accent);
  }
  .header .is-drilldown li.is-submenu-parent-item a {
    color: var(--color-primary);
    text-decoration: underline;
  }
  .header .drilldown .is-drilldown-submenu {
    margin: 0;
  }
  .drilldown .is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent var(--color-secondary);
  }
  .drilldown .js-drilldown-back > a::before {
    border-color: transparent var(--color-secondary) transparent transparent;
  }
}



@media screen and (max-width: 47.9375em) {
  .header .logo img {
    max-height: 36px;
    width: auto;
  }


  .button {
    padding: 0.8125rem 1.375rem;
  }


  h1 span {
    font-size: 0.8125rem;
  }


  .breadcrumbs li {
    font-size: 0.75rem;
  }


  .carousel-slider-container.carousel-slider-nav-spacing {
    margin-bottom: 40px;
  }
  .carousel-slider-nav {
    bottom: -40px;
  }
  .carousel-slider-nav li {
    width: 20px;
    margin: 0 4px;
  }


  .banner {
    padding: 10vh 0;
  }
  .banner.banner-home {
    padding: 10vh 0 calc(10vh + 60px) 0;
  }
  .banner-text {
    padding-top: 18px;
  }
  .banner-buttons {
    padding-top: 30px;
  }
  .banner-buttons a {
    margin: 10px 10px 0 0;
  }


  .section {
    padding: 60px 0;
  }
  .section-small {
    padding: 40px 0;
  }
  .section-title {
    padding-bottom: 30px;
  }
  .section-buttons {
    padding-top: 25px;
  }
  .section-buttons.section-buttons-center {
    padding-top: 40px;
  }
  .section-img {
    margin: 5px 0 20px 0;
  }


  .loop-1-2-4 .cell:nth-child(n+2) {
    padding-top: 30px;
  }
  .loop-1-2-3 .cell:nth-child(n+2) {
    padding-top: 30px;
  }
  .loop-1-2-2 .cell:nth-child(n+2) {
    padding-top: 30px;
  }
  .loop-1-3-3 .cell:nth-child(n+2) {
    padding-top: 30px;
  }
  .loop-2-2-4 .cell:nth-child(n+3) {
    padding-top: 30px;
  }
  .loop-2-3-4 .cell:nth-child(n+3) {
    padding-top: 30px;
  }
  .loop-1-1-3 .cell:nth-child(n+2) {
    padding-top: 30px;
  }
  .loop-1-1-2 .cell:nth-child(n+2) {
    padding-top: 30px;
  }


  .top-left ul li:not(:first-child) {
    margin-left: 20px;
  }
  .top-left ul li a span {
    display: none;
  }
  .top-right ul li a {
    width: 26px;
    height: 26px;
    font-size: 0.9375rem;
  }


  .why-us {
    margin: -120px 0 60px 0;
    padding: 40px 20px;
  }
  .why-us-box-icon {
    width: 80px;
    height: 80px;
  }
  .why-us-box-icon img {
    width: 40px;
    height: 40px;
  }
  .why-us-box-title {
    padding-top: 10px;
    font-size: 1rem;
  }


  .service-box {
    padding: 30px;
  }
  .service-box-number {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  .service-box-title {
    padding-top: 10px;
  }
  .service-box-text {
    padding-top: 5px;
  }


  .register-box {
    flex-direction: column-reverse;
    padding: 30px;
  }
  .register-box-content {
    text-align: center;
  }
  .register-box-title {
    font-size: 1.25rem;
  }
  .register-box-icon {
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .register-box-icon img {
    width: 64px;
    height: auto;
  }
  .register-img img {
    height: 40vh;
    margin-bottom: 30px;
  }


  .section-title-slider-controls {
    padding: 20px 0 0 0;
  }
  .section-title-slider-controls span {
    width: 32px;
    height: 32px;
    font-size: 0.875rem;
  }
  .section-title-slider-controls span:first-child {
    margin-right: 6px;
  }


  .cta {
    padding: 10vh 0 11vh 0;
  }
  .cta-title {
    font-size: 1.875rem;
  }
  .cta-text {
    font-size: 1.125rem;
  }
  .cta-btn {
    padding-top: 30px;
  }
  .cta-section-title {
    font-size: 1.125rem;
  }
  .cta h1 {
    font-size: 2rem;
  }
  .cta-box {
    text-align: center;
  }
  .cta-box-icon {
    width: 100px;
    height: 100px;
  }
  .cta-box-icon img {
    width: 50px;
    height: 50px;
  }
  .cta-box-title {
    padding-top: 10px;
    font-size: 1.25rem;
  }


  .quick-contact-form {
    padding: 40px 20px 25px 20px;
  }
  .quick-contact-map iframe {
    margin-top: 60px;
    min-height: 350px;
  }


  .footer {
    padding: 60px 0 20px 0;
    font-size: 0.9375rem;
  }
  .footer-col-title {
    margin-bottom: 5px;
    font-size: 1.125rem;
  }
  .footer ul li {
    line-height: 1.45;
  }
  .footer .grid-x .cell:nth-child(n+2) {
    padding-top: 20px;
  }


  .copyright {
    padding: 0 0 20px 0;
    font-size: 0.8125rem;
    line-height: 1.5;
  }


  .contact-details {
    padding: 20px 15px;
    margin-bottom: 40px;
  }
  .contact-details span {
    font-size: 1.0625rem;
  }
  .contact-form h1 {
    margin-bottom: 30px;
  }


  .bio-box-content {
    padding: 20px;
  }
  .bio-box-nationality {
    padding-top: 5px;
  }
  .bio-box-btn {
    padding-top: 20px;
  }


  .bio-profile-img {
    padding: 0 0 30px 0;
  }
  .bio-profile-img img {
    width: 100%;
    height: auto;
  }
  .bio-profile-data {
    padding: 30px 20px;
  }
  .bio-profile-data-box-title {
    font-size: 1.25rem;
  }
  .bio-profile-data-box:not(:last-child) {
    padding-bottom: 40px;
  }
  .bio-profile-data table tr td {
    padding: 0.375rem 0.5rem;
    font-size: 0.9375rem;
    line-height: 1.3;
  }
  .bio-profile-data-skills-title {
    font-size: 1rem;
    line-height: 1.25;
  }
  ul.bio-profile-data-skills {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  ul.bio-profile-data-skills li {
    font-size: 0.9375rem;
  }
  ul.bio-profile-data-skills li::before {
    font-size: 0.875rem;
  }


  .bio-profile-register-modal {
    padding: 15px;
  }
  .bio-profile-register-modal .contact-form-field {
    padding-bottom: 5px;
  }
  .bio-profile-register-modal .contact-form-field div.label {
    top: -12px;
    font-size: 0.875rem;
  }
  .bio-profile-register-modal .contact-form-field textarea {
    min-height: 130px;
    max-height: 130px;
    border-radius: 35px;
  }
  .bio-profile-register-modal .contact-form-field-radio-group {
    border-radius: 35px;
    padding: 1rem 2rem;
  }
  .bio-profile-register-modal .contact-form-field-title {
    padding: 5px 0 30px 33px;
    font-size: 1.25;
    line-height: 1.2;
  }
  .bio-profile-register-modal .contact-form-field-title p {
    line-height: 1.2;
  }

  
  .sidebar {
    margin-top: 40px;
  }
}



@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .header .logo img {
    max-height: 40px;
    width: auto;
  }


  .banner {
    padding: 11vh 0;
  }
  .banner.banner-home {
    padding: 11vh 0 calc(11vh + 90px) 0;
  }


  .section {
    padding: 90px 0;
  }
  .section-small {
    padding: 60px 0;
  }
  .section-img {
    margin: 10px 0 30px 0;
  }


  .loop-1-2-4 .cell:nth-child(n+3) {
    padding-top: 30px;
  }
  .loop-1-2-3 .cell:nth-child(n+3) {
    padding-top: 30px;
  }
  .loop-2-2-4 .cell:nth-child(n+3) {
    padding-top: 30px;
  }
  .loop-2-3-4 .cell:nth-child(n+4) {
    padding-top: 30px;
  }
  .loop-1-1-3 .cell:nth-child(n+2) {
    padding-top: 30px;
  }
  .loop-1-1-2 .cell:nth-child(n+2) {
    padding-top: 30px;
  }


  .why-us {
    margin: -180px 0 90px 0;
  }


  .register-img img {
    height: 40vh;
    margin-bottom: 60px;
  }


  .quick-contact-map iframe {
    margin-top: 60px;
    min-height: 500px;
  }


  .footer {
    padding: 50px 0 20px 0;
  }
  .footer .grid-x:first-child .cell:nth-child(n+3) {
    padding-top: 20px;
  }


  .copyright {
    padding: 0 0 20px 0;
  }


  .bio-profile-img {
    padding: 0 0 30px 0;
  }
  .bio-profile-img img {
    width: 100%;
    height: auto;
  }


  .sidebar {
    margin-top: 40px;
  }
}


@media screen and (min-width: 64em) and (max-width: 75em) {
  .header .dropdown.menu > li > a {
    margin: 0 0.875rem;
  }
}
@media screen and (min-width: 64em) {
  .footer > .grid-container > .grid-x:first-child > .cell {
    max-width: 330px;
  }
}