
/* ------------------------------------------------*/
/* Template Backgrounds Start */
/* ------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap");
.media-1 {
  background-image: url("../img/backgrounds/1600x1200-bg-c1-02.jpg");
}



/* ------------------------------------------------*/
/* Template Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Fonts Start */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Fonts End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Base CSS Styles Start */
/* ------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.clip .words-wrapper::after {
    background-color: #ADD322;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

::-moz-selection {
  background-color: #adafaf;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #adafaf;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  display: none;
  width: 6px;
}
@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    display: block;
  }
}

::-webkit-scrollbar-track {
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  position: relative;
  min-width: 320px;
  overflow-x: hidden !important;
  font: normal 400 1.4rem/1.7 "Montserrat", sans-serif;
  background-color: #fff;
  color: #313637;
}

section {
  position: relative;
  min-width: 320px;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  color: #313637;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a.light {
  color: #fff;
}
.no-touch a:hover {
  color: #6f7273;
}
.no-touch a:hover.light {
  color: #b3b3b3;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

img {
  display: block;
  width: auto;
  height: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.fullheight {
  position: static;
  height: 100vh;
}
.intro__headline {

  text-align: center;
}
.headline__description {

  margin: auto;
  margin-top: 40px;
}
.headline__title {

  font-size: 8rem;
  margin-top: 30px;
}
.contact-detailsec {

  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.conttext-sec {

  display: flex;
  align-items: center;
}
.conttext-sec:first-child{

  margin-right: 65px;
  position: relative;
}
.conttext-sec:first-child:before {

  position: absolute;
    content: '';
    width: 1px;
    height: 60px;
    background-color: #fff;
    right: -32px;
    top: 0;
}
.contIcon-sec {
    
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}
.contIcon-sec img {

  width: 33px;
}
.contcallIcon img {

    width: 30px;
}

.conttextlink {

    font-size: 20px;
    color: #ffff;
    font-weight: 500;
    margin-left: 15px;
    letter-spacing: 0.4px;
}
.conttextlink:hover {

  color: #fff !important;
  opacity: 0.8;
}
@media only screen and (min-width: 1200px) {
  .fullheight {
    position: relative;
    height: 100%;
  }
}

.fullheight-mobile {
  position: relative;
  height: 100%;
}

.color-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.color-layer-medium {
  background-color: rgba(0, 0, 0, 0.6);
}

.color-layer-dark {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-light {
  background-color: #fff;
}

.bg-medium {
  background-color: #e6e6e6;
}

.bg-dark {
  background-color: #313637;
}

/* ------------------------------------------------*/
/* Base CSS Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Loading Animation Start */
/* ------------------------------------------------*/
.section-main .headline__subtitle,
.section-main .headline__title {
  opacity: 0;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: translateY(-50px);
     -moz-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.section-main .headline__description,
.section-main .headline__btnholder {
  opacity: 0;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}
.section-main .intro__header .logo,
.section-main .intro__header .menu-trigger {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.section-main .intro__countdown {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.section-main .intro__copyright {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.section-main .aside__content {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.section-main .aside__content.animate-out {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.section-main .aside__socials {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.section-main.loaded .headline__subtitle,
.section-main.loaded .headline__title,
.section-main.loaded .headline__description,
.section-main.loaded .headline__btnholder {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.section-main.loaded .headline__subtitle {
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: transform 0.6s 0s, opacity 0.6s 0s;
  -moz-transition: transform 0.6s 0s, opacity 0.6s 0s, -moz-transform 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s, -webkit-transform 0.6s 0s, -moz-transform 0.6s 0s;
}
.section-main.loaded .headline__title {
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: transform 0.6s 0s, opacity 0.6s 0s;
  -moz-transition: transform 0.6s 0s, opacity 0.6s 0s, -moz-transform 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s, -webkit-transform 0.6s 0s, -moz-transform 0.6s 0s;
}
.section-main.loaded .headline__description {
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: transform 0.6s 0s, opacity 0.6s 0s;
  -moz-transition: transform 0.6s 0s, opacity 0.6s 0s, -moz-transform 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s, -webkit-transform 0.6s 0s, -moz-transform 0.6s 0s;
}
.section-main.loaded .headline__btnholder {
  -webkit-transition: opacity 0.6s 0s, background-color 0.3s, color 0.3s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, background-color 0.3s, color 0.3s, -webkit-transform 0.6s 0s;
  -o-transition: transform 0.6s 0s, opacity 0.6s 0s, background-color 0.3s, color 0.3s;
  -moz-transition: transform 0.6s 0s, opacity 0.6s 0s, background-color 0.3s, color 0.3s, -moz-transform 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s, background-color 0.3s, color 0.3s;
  transition: transform 0.6s 0s, opacity 0.6s 0s, background-color 0.3s, color 0.3s, -webkit-transform 0.6s 0s, -moz-transform 0.6s 0s;
}
.section-main.loaded .intro__header .logo,
.section-main.loaded .intro__header .menu-trigger {
  opacity: 1;
}
.section-main.loaded .intro__countdown {
  opacity: 1;
}
.section-main.loaded .intro__copyright {
  opacity: 1;
}
.section-main.loaded .aside__content {
  opacity: 1;
}
.section-main.loaded .aside__content.animate-out {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.section-main.loaded .aside__socials {
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .section-main .menu {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
  }
  .section-main.loaded .menu {
    opacity: 1;
  }
}

/* ------------------------------------------------*/
/* Loading Animation End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Animated Headline Start */
/* ------------------------------------------------*/
.words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.words-wrapper b.is-visible {
  position: relative;
}
.no-js .words-wrapper b {
  opacity: 0;
}
.no-js .words-wrapper b.is-visible {
  opacity: 1;
}

.clip span {
  display: inline-block;
}
.clip .words-wrapper {
  overflow: hidden;
  vertical-align: top;
  padding-right: 10px;
}
.clip .words-wrapper::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 6px;
  height: 80%;
  -moz-border-radius: 1px;
  border-radius: 1px;
  
}
.clip b {
  opacity: 0;
}
.clip b.is-visible {
  opacity: 1;
}
@media only screen and (min-width: 1400px) {
  .clip .words-wrapper {
    padding-right: 14px;
  }
  .clip .words-wrapper::after {
    width: 8px;
  }
}

/* ------------------------------------------------*/
/* Animated Headline End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Typography Start */
/* ------------------------------------------------*/
h1 {
  font: normal 700 4rem/1.2 "Montserrat", sans-serif;
  letter-spacing: -0.1rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 9rem;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 13rem;
  }
}

.headline__subtitle {
  font: normal 400 1.6rem/1.2 "Montserrat", sans-serif;
  color: #fff;
  padding-left: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .headline__subtitle {
    font-size: 2.4rem;
    margin-bottom: -0.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .headline__subtitle {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .headline__subtitle {
    font-size: 3rem;
  }
}

.headline__description {
  font: normal 400 1.4rem/1.7 "Montserrat", sans-serif;
  color: #fff;
  padding-left: 0.2rem;
  max-width: 500px;
  margin-top: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .headline__description {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
@media only screen and (min-width: 1400px) {
  .headline__description {
    max-width: 610px;
    font-size: 2rem;
  }
}

.headline__btnholder {
  margin-top: 3.6rem;
}
@media only screen and (min-width: 768px) {
  .headline__btnholder {
    margin-top: 3.8rem;
  }
}
@media only screen and (min-width: 1400px) {
  .headline__btnholder {
    margin-top: 4.6rem;
  }
}

h2 {
  position: relative;
  display: inline-block;
  font: normal 700 5rem/1 "Montserrat", sans-serif;
  letter-spacing: -0.14rem;
  color: #adafaf;
  padding-bottom: 0.4rem;
}
h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -3rem;
  width: -moz-calc(100% + 3rem);
  width: calc(100% + 3rem);
  height: 6px;
  background-color: #6f7273;
  -moz-border-radius: 1px;
       border-radius: 1px;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 8.6rem;
  }
  h2::after {
    left: -5rem;
    width: -moz-calc(100% + 5rem);
    width: calc(100% + 5rem);
  }
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 12rem;
  }
  h2::after {
    left: -6rem;
    width: -moz-calc(100% + 6rem);
    width: calc(100% + 6rem);
  }
}

h3 {
  font: normal 700 1.6rem/1.4 "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #1d2021;
  margin-bottom: 1.8rem;
}
h3.light {
  color: #fff;
}
@media only screen and (min-width: 1400px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font: normal 700 1.5rem/1.2 "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #313637;
}
h4.light {
  color: #fff;
}
h4 small {
  display: block;
  margin-top: 0.2rem;
  font: italic 400 1.3rem/1.2 "Montserrat", sans-serif;
  text-transform: none;
}
@media only screen and (min-width: 1400px) {
  h4 {
    font-size: 1.9rem;
  }
  h4 small {
    font-size: 1.4rem;
  }
}

p {
  font: normal 400 1.6rem/1.7 "Montserrat", sans-serif;
  color: #313637;
}
p.light {
  color: #fff;
}
p.copyright {
  font: normal 500 1.1rem/1 "Montserrat", sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.03em;
}
p.copyright a {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.no-touch p.copyright a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.inner__text {
  font: normal 500 1.6rem/1.7 "Montserrat", sans-serif;
  margin-top: 3rem;
  padding-left: 2px;
}
.inner__text span {
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (min-width: 1400px) {
  .inner__text {
    font-size: 2rem;
  }
}

.aside__title {
  font: normal 700 2rem/1.4 "Montserrat", sans-serif;
  color: #fff;
  max-width: 500px;
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 1400px) {
  .aside__title {
    font-size: 2.6rem;
  }
}

.aside__text {
  font: normal 400 1.4rem/1.7 "Montserrat", sans-serif;
  color: #fff;
  max-width: 500px;
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 1400px) {
  .aside__text {
    font-size: 1.6rem;
    margin-bottom: 3.4rem;
  }
}

blockquote {
  position: relative;
  text-align: center;
}
blockquote i {
  display: block;
  font-size: 3rem;
  line-height: 1.2;
  color: #313637;
  margin: 0 auto 3.6rem;
}
blockquote i.light {
  color: #fff;
}
blockquote p {
  font: italic 500 2rem/1.4 "Montserrat", sans-serif;
  color: #1d2021;
  margin-bottom: 3rem;
}
blockquote p.light {
  color: #fff;
}
blockquote cite {
  font: normal 400 1.4rem/1.2 "Montserrat", sans-serif;
  color: rgba(49, 54, 55, 0.8);
}
blockquote cite.light {
  color: rgba(255, 255, 255, 0.8);
}
blockquote cite span {
  display: block;
}
@media only screen and (min-width: 768px) {
  blockquote p {
    max-width: 560px;
    margin: 0 auto 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  blockquote p {
    max-width: 760px;
    font-size: 3rem;
  }
}

.popup__title {
  font: normal 700 2.6rem/1.4 "Montserrat", sans-serif;
  color: #313637;
  margin-bottom: 2rem;
}
.popup__title.light {
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .popup__title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .popup__title {
    font-size: 2.6rem;
  }
}

.popup__subtitle {
  font: normal 400 1.6rem/1.7 "Montserrat", sans-serif;
  color: #313637;
}
.popup__subtitle.light {
  color: #fff;
}
@media only screen and (min-width: 1400px) {
  .popup__subtitle {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------*/
/* Typography End */
/* ------------------------------------------------*/


/* ------------------------------------------------*/
/* Main Section Styles Start */
/* ------------------------------------------------*/
.section-main {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #6f7273;
}
@media only screen and (min-width: 1200px) {
  .section-main {
    overflow: hidden;
  }
}

.section-main__intro {
  position: relative;
  width: 100%;
  background-color: #313637;
  z-index: 3;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .section-main__intro {
    padding-bottom: 78px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-main__intro {
    width: 100%%;
    height: 100%;
    min-height: 568px;
    padding-bottom: 0;
  }
}
.section-main__intro.is-scaled-down {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media only screen and (min-width: 1200px) {
  .section-main__intro.is-scaled-down {
    -webkit-transform: scale(0.92);
       -moz-transform: scale(0.92);
        -ms-transform: scale(0.92);
            transform: scale(0.92);
  }
}

.section-main__aside {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 3rem 0;
}
@media only screen and (min-width: 1200px) {
  .section-main__aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    min-height: 568px;
    z-index: 10;
  }
}
@media only screen and (min-width: 1400px) {
  .section-main__aside {
    padding: 4rem 0;
  }
}

.intro__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}

.intro__header {
  position: relative;
  margin-top: 3rem;
  padding: 0 3rem;
}
.intro__header .logo img {
  width: auto;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .intro__header {
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .intro__header {
    margin-top: 4rem;
    padding: 0 6rem;
  }
}

.intro__headline {
  position: relative;
  padding: 12rem 3rem;
}
@media only screen and (min-width: 768px) {
  .intro__headline {
    padding: 12rem 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__headline {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .intro__headline {
    padding: 0 6rem;
  }
}

.intro__countdown {
  position: relative;
  width: 100%;
  padding: 0 3rem 3rem 3rem;
}
@media only screen and (min-width: 768px) {
  .intro__countdown {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: auto;
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__countdown {
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .intro__countdown {
    bottom: 4rem;
    padding: 0 6rem;
  }
}

.intro__copyright {
  display: none;
  position: relative;
  width: 100%;
  padding: 0 3rem;
}
@media only screen and (min-width: 768px) {
  .intro__copyright {
    display: block;
    position: absolute;
    right: 0;
    bottom: 3rem;
    width: auto;
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__copyright {
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .intro__copyright {
    bottom: 4rem;
    padding: 0 6rem;
  }
}

.aside__content {
  position: relative;
  width: 100%;
  padding: 3rem;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.aside__content.animate-out {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .aside__content {
    padding: 3rem 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aside__content {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 5rem;
  }
  .aside__content.animate-out {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 1400px) {
  .aside__content {
    padding: 0 6rem;
  }
}

.aside__socials {
  position: relative;
  width: 100%;
  padding: 3rem;
}
@media only screen and (min-width: 768px) {
  .aside__socials {
    padding: 3rem 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .aside__socials {
    position: absolute;
    right: 0;
    bottom: 3rem;
    width: auto;
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .aside__socials {
    bottom: 4rem;
    padding: 0 6rem;
  }
}

/* ------------------------------------------------*/
/* Main Section Styles End */
/* ------------------------------------------------*/

@media  (max-width: 1800px) {

.logo {

  margin-top: 80px;
}
}
@media  (min-width: 1801px) {

.logo {

  margin-top: 150px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {

  .headline__title {

    font-size: 6rem;
  }
  .logo {

  margin-top: 75px;
}
}

@media (min-width: 768px) and (max-width: 991px) {

  .headline__title {

    font-size: 4rem;
  }
  .intro__headline {

  padding: 11rem 3rem;
}
.logo {

  margin-top: 75px;
}
}
@media (min-width: 570px) and (max-width: 767px) {

  .headline__title {

    font-size: 4rem;
  }
  .intro__headline {

  padding: 11rem 3rem;
}
.logo {

  margin-top: 75px;
}

}

@media (min-width: 360px) and (max-width: 767px) {

.contact-detailsec {

  flex-direction: column;
}
.conttext-sec:first-child {

  margin-right: 0;
  margin-bottom: 25px;
}
.conttext-sec:first-child:before {

  content: unset;
}
.conttextlink {

  min-width: 300px;
  text-align: center;
  font-size: 19px;
  margin-top: 10px;
}
.contIcon-sec img {
    width: 30px;
}
.contIcon-sec {
    width: 55px;
    height: 55px;

}
.contcallIcon img {
    width: 25px;
}
.conttext-sec {

  flex-direction: column;
}
.fullheight {

  height: calc(100vh - 56px);
}


}

@media (min-width: 360px) and (max-width: 570px) {


.contIcon-sec img {
    width: 27px;
}
.contIcon-sec {
    width: 50px;
    height: 50px;

}
.contcallIcon img {
    width: 22px;
}
.headline__title {

    font-size: 2.6rem;
  }
.logo img {

  width: 265px !important;
}
.intro__headline {

  padding: 6.7rem 3rem;
}
.logo {

  margin-top: 50px;
}
}


/* ------------------------------------------------*/
/* Gallery Custom Styles End */
/* ------------------------------------------------*/