.header__menu {
  display: none;
}

/*@media screen and (max-width: 549px) {*/
@media screen and (max-width: 767px) {
  .header__logo {
    height: 80px;
    margin-right: 0.5em;
  }
  .header__title {
    margin-left: 0;
    font-size: 2em;
    vertical-align: bottom;
    left: 10px;
    top: 60px;
  }
  .nav {
    z-index: 10;
    background-color: #696969;
    width: 300px;
    /*height: 159px;*/
    height: auto;
    position: absolute;
    /* This trasform moves the drawer off canvas. */
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    transition: transform 0.3s ease;
  }
  .nav.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nav__item {
    display: list-item;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    text-align: left;
    height: auto;
  }
  /*.nav a {
    line-height:20px;
    padding:3px;
  }*/
  .header__menu {
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 1em;
  }
  .header__menu svg {
    width: 56px;
    fill: #E0E0E0;
    height: 40px;
  }

  .hero {
    height: 500px;
  }

  .header-title {
    display:none;
  }

  /*.content {
  	margin-top: 0px;
  }*/

  /*.carousel {
	height: 200px;
  }*/

  /*.carousel-indicators {
  	height: 1px;
  }*/

  .carousel-inner {
  	height: 500px;
  }

  .slider {
  	/*margin-left: 45px;
  	margin-right: 0;*/
  	margin-left: auto;
  	margin-right: auto;
  }

  /*.wrapper {
    width: 300px;
  }*/

    /*p, ul {
    font-size: 18px;
    line-height: 35px;
  }*/

  .item p {
    bottom: 1px;
    left: 1px;
  }

  .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    /*perspective: 1000px;*/
    display: none;
    position: relative;
    box-sizing: border-box;
    height: 600px;
  }

  /*.item item-text {
    bottom: 230px;
    left: 150px;
  }*/

  .item p {
    font-weight: bold;
    color: black;
    /*position: absolute;*/
    bottom: 500px;
    left: 50px;
    line-height: 12px;
  }

  .item h3 {
    font-weight: bold;
    color: black;
    position: absolute;
    font-size: 10px;
    bottom: 470px;
    left: 50px;
    right: 40px;
    line-height: 12px;
  }

  .item h4 {
    display: none;
    /*font-weight: bold;
    color: black;
    position: absolute;
    font-size: 5px;
    bottom: 400px;
    left: 50px;
    right: 30px;
    line-height: 12px;*/
  }

  .four-line-slide, .multi-line-slide {
    display:none;
  }

  .item button {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #add8e6;
    border: none;
    color: black;
    text-decoration: none
  }

  .about-us {
    padding: 0px;
    /*margin-bottom: 50px;*/
  }

  .about-us video {
    margin-top: 60px;
    margin-right: 0;
    margin-left: 0;
    float: left;
    width: 300px;
  }

  .choose-us {
    padding: 0px;
  }

  .choose-us img {
    width: 300px;
  }

  .work-process {
    padding: 0px;
  }

  .col_ {
    width: 100%;
  }

  .our-journey {
    padding: 0px;
    margin-bottom: 50px;
  }

  .our-journey img {
    width: 300px;
  }
  
  .row-image {
    display: table;
  }
  
  .column-image {
    width: 100%;
  }

}

@media screen and (max-width: 980px) {
    .nav {
    z-index: 10000;
    background-color: #696969;
    width: 300px;
    /*height: 159px;*/
    height: auto;
    position: absolute;
    /* This trasform moves the drawer off canvas. */
    -webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    transition: transform 0.3s ease;
  }
  .nav.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .nav__item {
    display: list-item;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    text-align: left;
    height: auto;
  }
  /*.nav a {
    line-height:20px;
    padding:3px;
  }*/
  .header__menu {
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 1em;
  }
  .header__menu svg {
    width: 56px;
    fill: #E0E0E0;
    height: 40px;
  }
 .services-content > .special h2 {
    margin-top: 20px;
    font-size: 30px;
 }
}

/*@media screen and (min-width: 550px) {*/
@media screen and (min-width: 768px) {
  /*.hero {
    order: 0;
    width: 60%;
  }*/

  /*main, .header__inner, .content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }*/

  /*.slider {
  	margin-left: auto;
  	margin-right: auto;
  }*/

  .calc {
  	margin-left:auto;
  	margin-right:auto;
  }

  .slider {
  	margin-right: 0;
  	margin-left: -95px;
  	width: 50%;
  	order: 0;
  }

  /*.wrapper {
  	margin-left: 85px;
  }*/
}

/*@media screen and (max-width: 1200px) {

  .about-us video {
    width: 400px;
  }
}

@media screen and (max-width: 1050px) {

  .our-journey img {
    width: 100%;
  }
}*/

@media screen and (min-width: 1300px) {
  #footer > .inner > .content h3 {
    margin-left: 90px;
  }

  #footer > .inner > .content p {
    margin-left: 90px;
  }
}

/*@media screen and (min-width: 1920px) {*/
@media screen and (min-width: 1700px) {
  .about-us, .choose-us, .work-process, .our-journey {
    width: 90rem;
  }
  .item > .animate {
    left: 210px;
  }
  
  .four-line-slide, .multi-line-slide {
    left:250px;
    bottom:490px;
  }

  .item p {
    bottom: 570px;
    left: 250px;
    font-size: 20px;
  }

  .item h3 {
    bottom: 530px;
    left: 250px;
    right: 40px;
    font-size: 26px;
  }

  .item h4 {
    bottom: 490px;
    left: 250px;
    right: 30px;
    font-size: 22px;
  }

  .item button {
    bottom: 410px;
    left: 250px;
  }

  .item > .animate {
    bottom: 410px;
    margin-left:100px;
  }
  
}

/*@media screen and (max-width: 450px) {*/
/*@media screen and (max-width: 540px) {*/
@media screen and (max-width: 766px) {
  .snippet {
    display: flex;
    flex-wrap: wrap;
  }
  .snippet__thumbnail {
    display: none;
  }
  /*.column {
    width: 100%;
  }*/
  
  .hero {
    height: 300px;
  }

  .carousel-inner {
  	height: 200px;
  }
  
  .item button {
    display:none;
  }
  
  .item > .animate {
    display:none;
  }

  /*.about-us, header.special, .highlights, .highlights .content, .services-heading, .choose-us, .work-process, .our-journey {
    background-color: white;
  }*/

  .services-heading {
    margin-top:5px;
    margin-bottom: 0;
  }

  .about-us {
    height:850px;
  }

  .wrapper {
    background-color: #c1e1ec
  }

  header.special img {
    width: 70%;
  }

  header.special video {
    width: 70%;
  }

  .bullet-point {
    line-height:15px;
  }

  .about-us video {
    width: 100%;
  }
  
  .our-journey img {
    width:100%;
  }

  .about-us button {
    margin-bottom:20px;
  }

  #cta p {
    margin-top: 10px;
    width: 60%;
    /*margin-left:20px;
    margin-right:20px;*/
    font-size: 10px;
  }

  #cta {
    height: 350px;
  }

  #cta .button {
    margin-top:10px;
  }

  #footer > .inner > .content h3 {
    text-align: left;
    margin-left: 3px;
  }

  #footer > .inner > .content p {
    margin-left: 3px;
  }

}

/*@media screen and (min-width: 450px) {
  body {
    background-color: #c1e1ec;
  }

}*/

@media screen and (min-width: 541px) {
  body {
    background-color: #c1e1ec;
  }

}

/*@media screen and (min-width: 700px) {*/
/*@media screen and (min-width: 800px) {*/
/*@media screen and (min-width: 2560px) {*/
@media screen and (min-width: 2200px) {
  /*.hero {
    width: 50%;
  }*/
  /*main {
  	width: 1000px;
  }*/

  .slider {
  	width: 75%;
    margin: 100px;
  }

  .four-line-slide, .multi-line-slide {
    /*display:none;*/
    left:250px;
    bottom:530px;
  }

  /*.wrapper {
  	margin-left: auto;
  }*/

  /*.item {
    height: 1200px;
  }*/

  /*.item item-text {
    bottom: 230px;
    left: 150px;
  }*/

  /*.item p {
    font-weight: bold;
    color: black;
    position: absolute;
    bottom: 500px;
    left: 50px;
    line-height: 12px;
  }*/

  .item p {
    bottom: 600px;
    left: 250px;
    font-size: 20px;
  }

  .item h3 {
    bottom: 560px;
    left: 250px;
    right: 40px;
    font-size: 26px;
  }

  .item h4 {
    bottom: 520px;
    left: 250px;
    right: 30px;
    font-size: 22px;
  }

  .item button {
    bottom: 460px;
    left: 250px;
  }

  .item > .animate {
    bottom: 460px;
    left: 1000px;
    margin-left:100px;
  }

  .about-us, .choose-us, .work-process, .our-journey {
    width: 120rem;
  }

  .inner {
    /*width: 125rem;*/
    /*width:100%;*/
  }

  .about-us video {
    width: 800px;
    /*width:40%;*/
  }

  .about-us h2 {
    font-size: 46px;
  }

  .about-us p {
    font-size: 30px;
    /*width: 900px;*/
    /*width:50%;*/
  }

  /*.services-heading {
    margin-bottom: -25px;
  }*/

  .choose-us img {
    /*width: 1000px;*/
    width:40%;
  }

  .choose-us h2 {
    font-size: 46px;
  }

  .choose-us p {
    font-size: 30px;
    /*width: 900px;*/
    width:50%;
  }

  .col_ img {
    /*width: 400px;*/
    width:80%;
    height:auto;
    /*height: 700px;*/
    /*margin-left: 190px;*/
  }

  .col_ h2 {
    font-size: 46px;
  }

  .col_ p {
    font-size: 30px;
    /*width: 900px;*/
    width:80%;
  }

  .our-journey img {
    /*width: 1000px;*/
    width:40%;
    margin-top: 5px;
  }

  .our-journey h2 {
    font-size: 46px;
  }

  .our-journey p {
    font-size: 30px;
    /*width: 900px;*/
    width:50%;
  }

  .content img {
    width:400px;
    height:300px;
  }

  .content h3 {
    font-size: 30px;
  }

  .special h2 {
    font-size: 46px;
  }

  .special p {
    font-size: 30px;
  }

  header.special img {
    width: 20%;
  }

  header.special video {
    width: 20%;
  }
}

/*@media screen and (min-width: 3840px) {*/
@media screen and (min-width: 2700px) {
  /*.hero {
    width: 50%;
  }*/
  /*main {
    width: 1000px;
  }*/

  .slider {
    width: 75%;
    margin: 100px;
  }

  .four-line-slide, .multi-line-slide {
    /*display:none;*/
    left:400px;
    /*bottom:780px;*/
    font-size: 30px;
    line-height:28px;
  }

  .four-line-slide {
    bottom:780px;
  }

  .multi-line-slide {
    bottom:800px;
  }


  /*.wrapper {
    margin-left: auto;
  }*/

  /*.item {
    height: 1800px;
  }*/

  /*.item item-text {
    bottom: 230px;
    left: 150px;
  }*/

  /*.item p {
    font-weight: bold;
    color: black;
    position: absolute;
    bottom: 500px;
    left: 50px;
    line-height: 12px;
  }*/

  .item p {
    bottom: 900px;
    left: 400px;
    font-size: 28px;
  }

  .item h3 {
    bottom: 860px;
    left: 400px;
    right: 40px;
    font-size: 34px;
  }

  .item h4 {
    bottom: 820px;
    left: 400px;
    right: 30px;
    font-size: 30px;
  }

  .item button {
    bottom: 710px;
    left: 400px;
  }

  .item > .animate {
    bottom: 710px;
    left: 800px;
    margin-left:250px;
  }

  .inner {
    /*width: 150rem;*/
    /*width: 100%;*/
  }

  .about-us, .choose-us, .work-process, .our-journey {
    width: 130rem;
  }

  .about-us video {
    width: 1000px;
    /*margin-left:300px;*/
  }

  .about-us h2 {
    font-size: 46px;
  }

  .about-us p {
    font-size: 30px;
    /*width: 900px;*/
  }

  /*.services-heading {
    margin-bottom: -30px;
  }*/

  .choose-us img {
    /*width: 1000px;*/
    width: 40%;
  }

  .choose-us h2 {
    font-size: 46px;
  }

  .choose-us p {
    font-size: 30px;
    width: 900px;
  }

  .col_ img {
    /*width: 400px;
    height: 700px;*/
    width:50%;
    height:auto;
    margin-left: 190px;
  }

  .col_ h2 {
    font-size: 46px;
  }

  .col_ p {
    font-size: 30px;
    /*width: 900px;*/
    width: 80%;
  }

  .our-journey img {
    /*width: 1000px;*/
    width:40%;
    margin-top: 5px;
  }

  .our-journey h2 {
    font-size: 46px;
  }

  .our-journey p {
    font-size: 30px;
    width: 900px;
  }

  .content img {
    width:400px;
    height:300px;
  }

  .content h3 {
    font-size: 30px;
  }

  .special h2 {
    font-size: 46px;
  }

  .special p {
    font-size: 30px;
  }

  header.special img {
    width: 20%;
  }

  header.special video {
    width: 20%;
  }
  
  .services-content img {
    max-width: 50%;
  }
  
  .services-content video {
    max-width: 50%;
  }

  /*.wrapper {
    padding: 4rem;
  }*/
}

/*@media screen and (max-width: 899px) {
  .slider {
  	margin-right: 0;
  	margin-left: -95px;
  	max-width: 50%;
  	order: 0;
  }
}*/

@media screen and (max-width: 320px) {
  /*.wrapper {
  	width: 280px;
  }*/
  /*#cta p {
    margin-top: 10px;
    margin-left:50px;
    margin-right:50px;
    font-size: 10px;
  }*/

  #cta button {
    margin-top: 30px;
  }

  #cta {
    height: 350px;
  }
}

@media screen and (min-width: 1681px) {
  .item > .animate {
    left: 320px;
  }
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  	/*.wrapper {
  	  width: 600px;
  	}*/
    .item {
      height: auto;
    }
    /*.item h4 {
      bottom: 210px;
    }*/

    /*.about-us, body, header.special, .highlights, .highlights .content, .services-heading, .choose-us, .work-process, .our-journey {
      background-color: white;
    }*/

    .about-us video {
      width:50%;
    }
  	/*.four-line-slide, .multi-line-slide {
      bottom:210px;
    }*/

    /*.our-journey img {
      width: 100%;
    }*/
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1023px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  	/*.wrapper {
  	  width: 600px;
  	}*/
  	.col_ {
      width: 100%;
    }
    

    .bullet-point {
      line-height:18px;
    }

    .item > .animate {
    position: absolute;
    bottom: 100px;
    left: 240px;
    background-color: #6a0dad;
    border: none;
    color: black;
    text-decoration: none
  }

    .item {
      height: auto;
    }

    .item p {
      bottom: 200px;
      left: 100px;
      font-size: 20px;
    }

    .item h3 {
      bottom: 140px;
      left: 100px;
      right: 40px;
      font-size: 22px;
    }

    .item h4 {
      display: none;
    }

    .item button {
      bottom: 100px;
      left: 100px;
    }

    .about-us video {
      width: 100%;
    }

    .choose-us img {
      float: left;
      width:100%;
    }

    /*.about-us, body, header.special, .highlights, .highlights .content, .services-heading, .choose-us, .work-process, .our-journey {
      background-color: white;
    }*/

    .about-us video {
      width:100%;
    }

    .four-line-slide, .multi-line-slide {
      display:none;
    }

    .our-journey img {
      width: 100%;
    }

    #cta p {
      margin-top: 90px;
    }


    #footer > .inner > .content h3 {
    text-align: center;
    margin-left: 70px;
  }

  #footer > .inner > .content p {
    text-align: center;
  }
}