@font-face {
  font-family: 'Gotham-Book';
  src: url('../css/fonts/Gotham-Book.otf');
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('../css/fonts/Gotham-Medium.otf');
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../css/fonts/MyriadPro-Regular.otf');
}

body {
  font-family: Gotham-Book;
}

h2 {
  font-family: Gotham-Medium;
}

li a {
  font-family: Gotham-Book;
}

p {
  font-family: Gotham-Book; 
}

@media (max-width: 320px) {
   h2 {
    font-size: 1.8rem;
  }
}

footer {
  background-color: #efefef;
}

footer li a {
  color: #8c8c8c;
  -webkit-text-fill-color: #8c8c8c;
  text-decoration: none;
}

footer li a:hover{
  color:#FFAA4D;
  -webkit-text-fill-color: #FFAA4D;
  text-decoration: none;
}

footer li span{
  color:white;
  -webkit-text-fill-color: white;
  text-decoration: none;
}

footer h6 {
  color: #FFAA4D!important;
}

/*.footer-link li a {
  color:#8c8c8c;
  -webkit-text-fill-color: #8c8c8c;
  text-decoration: none; 
}

.footer-link li a:hover {
  color:#FFAA4D;
  -webkit-text-fill-color: #FFAA4D;
  text-decoration: none; 
}*/

.navbar-fixed-top li a{
  color: white;
}

.navbar-fixed-top li a:hover{
  color: #FFAA4D!important;
}

.navbar-fixed-top.scrolled {
  background-color: #fff !important;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  transition:all 1s ease;
  box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15)
}

.navbar-fixed-top.scrolled .nav-link {
  color:#FFAA4D!important;
}

.navbar-fixed-top.scrolled .nav-link:hover {
  color: #8c8c8c!important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,170,77)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-fixed-top li > .active{
  color: #FFAA4D!important;
}

.navbar-fixed-top.scrolled li > .active{
  color: #8c8c8c!important;
}

/* Carousel */
.carousel-item {
  height: 40vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-slides {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
}

.card {
  max-width: 100%;
  border-radius: 1rem;
}

.card.card-img {
  max-width: 100%;
  border-radius: 1rem;
}

.about-us-text p {
  font-size: 15px;
  max-width: 90%;
}

@media screen and (max-width: 414px) {
  .about-us-text h2 {
    text-align: center;
  }

  .about-us-text p{
    font-size: 15px;
    margin: 0 auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .about-us-text p{
    font-size: 15px;
  }
}

.our-services, .our-works {
  padding-left: 5px;
  padding-right: 5px;
}

.our-works-body {
  padding: 15px 25px; 
}

@media (min-width: 992px) {
  .our-services {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 300px;
  }
}

.our-services-about {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 992px) {
  .our-services-about {
    max-width: 300px;
  }
}

.about-us-profile-row {
  margin: 0 auto;
  justify-content:center;
}

@media (max-width: 1200px) {
  .about-us-profile-row {
    max-width: 95%;
  }
}

.about-us-profile {
  padding-left: 5px;
  padding-right: 5px;
  /*margin: 0 10px;*/
}

@media (min-width: 1280px) {
  .about-us-profile {
    max-width: 350px;
    margin: 0 15px;
  }
}

@media (min-width: 992px) {
  .about-us-profile {
    max-width: 350px;
  }
}

@media (max-width: 1920px) {
  .carousel-slides {
    min-height: 700px;
  }
}

@media (max-width: 1280px) {
  .carousel-slides {
    min-height: 450px;
  }
}

@media (max-width: 768px) {
  .carousel-slides {
    min-height: 350px;
  }

  .card {
    max-width: 98%;
  }
}

@media (max-width: 767px) {
  .card {
    max-width: 90%;
  }

  .our-works {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m-force-middle {
    text-align: center!important;
    /* margin-left: auto;
    margin-right: auto; */
  }
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26),
  0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26),
  0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26),
  0 2px 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Zoom + Panning */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700);

.tiles-empty {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 250px;
}

.tiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tile {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 250px;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out;
}

.tile-height {
  height: 400px;
}

.txt {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 10%;
  left: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  cursor: default;
}

.x {
  font-size: 32px;
  line-height: 32px;
}

.brand-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  /*margin-top: 1.25rem; */
  transform: translate(-50%,-50%);
}

.brand-text h5 {
  text-shadow: 2px 2px 4px #000000;
  font-size: 30px;
}

.brand-text p {
  text-shadow: 2px 2px 4px #000000;
  font-size: 20px;
}

.about-left-title {
  display: inline-block;
  text-align: left;
  font-size: 50px;
}

.about-desc {
  padding-left: 10px;
}

.about-desc p {
  padding-right: 15px;
  text-align: justify;
  font-size: 16px;
  color: #8c8c8c;
}

@media (min-width: 1200px) {
  .about-desc p {
    padding-right: 15px;
    max-width: 90%;
    font-size: 18px;
  }
  .about-left-title {
    min-width: 226px;
  } 
}

@media (min-width: 768px) {
  .about-left-title {
    font-size: 34px;
  }
}

@media screen and (min-width: 1024px) {
  .about-left-title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .about-left-title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .about-desc p {
    padding-left: 15px;
  }
  .about-left-title br {
    display: none;
  } 
}

@media (max-width: 375px) {
  .about-left-title br {
    display: none;
  }

  .about-left-title {
    font-size: 44px;
  } 
}

@media (max-width: 320px) {
  .about-left-title br {
    display: none;
  }

  .about-left-title {
    font-size: 40px;
  } 
}

.about-desc .row {
  padding-right: 15px;
}

.about-card {
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .about-card {
    width: 90%;
    padding-right: 0;
  } 
}

@media (max-width: 767px) {
  .about-card {
    padding-right: 0;
  } 
}

.about-us-profile .about-us-profile-desc {
  color: #8c8c8c;
}

.about-us-profile-img {
  width: 100%;
  max-width: 250px;
}

.card-text {
	color: #8c8c8c;
	-webkit-text-fill-color: #8c8c8c;
}

/* View More Button*/
.view-work-button {
  border: 1px solid;
  min-width: 200px;
  color: white;
  -webkit-text-fill-color: white;
}

.view-work-button:hover {
  background-color: white;
  color: #FFAA4D;
  -webkit-text-fill-color: #FFAA4D;
}

@media (max-width: 768px) {
  .view-work-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .view-work-button:hover {
    color: white;
    -webkit-text-fill-color: white;
  }
}

/*.view-work-button:visited {
  color: white;
  -webkit-text-fill-color: white;
  text-decoration: none;
}*/

/*Main Button*/
.main-button {
  border: 1px solid;
  min-width: 200px;
  color: white;
  -webkit-text-fill-color: white;
}

.main-button:hover {
  background-color: #FFAA4D;
  color: #FFAA4D;
}

@media (max-width: 768px) {
  .main-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-button:hover {
    background-color: #FFAA4D;
    color: #FFAA4D;
  }
}

/*Parallax Section*/
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.parallax-section p {
  /* For text formatting. */
  color: #FFAA4D;
  font-size: 30px;
}

@media (max-width: 768px) {
  .parallax-section p {
    font-size: 25px;
  }
}

/* Parallax for our works */
.parallax-container-work {
  position: relative;
  overflow: hidden;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-container-work .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container-work .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.parallax-section-work p {
  /* For text formatting. */
  color: #FFAA4D;
  font-size: 30px;
}

@media (max-width: 768px) {
  .parallax-section-work p {
    font-size: 25px;
  }
}

.body-background-about-us {
  background-color: #efefef;
}

.body-background {
  height: 100%;
  background-image: url('../images/web-background2.jpg');
  background-position: center 7%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .body-background {
    background-position: center 1%; 
  }
}

.body-background-about {
  height: 100%;
  background-image: url('../images/web-background10.png');
  background-position: center 57%;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-background-brand {
  height: 100%;
  /*background-image: url('../images/web-background9.png');
  background-position: center 53.5%;
  background-repeat: no-repeat;
  background-size: cover;*/
  background-color: #efefef;
}

.body-background-ourwork {
  height: 100%;
  background-image: url('../images/web-background8.png');
  background-position: center 6.35%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-device-width: 2500px) and (max-device-width: 3839px) {
  .body-background {
    background-position: center 9%; 
  }

  .body-background-about {
    background-position: center 57.5%;
  }

  .body-background-ourwork {
    background-position: center 7.5%;
  }

}

@media only screen and (min-device-width: 1920px) and (max-device-width: 2499px) {
  .body-background {
    background-position: center 9%; 
  }

  .body-background-about {
    background-position: center 57.5%;
  }

  .body-background-ourwork {
    background-position: center 7%;
  }  
}

@media (max-width: 1280px) {
  .body-background-ourwork {
    background-position: center 5.1%;
  }

  .body-background-about {
    background-position: center 56.5%;
  }

  /*.body-background-brand {
    background-position: center 53.5%; 
  }*/
}

@media (max-width: 768px) {
  .body-background-ourwork {
    background-position: center 3.5%; 
  }

  .body-background-about {
    background-position: center 55.5%;
  }

  /*.body-background-brand {
    background-position: center 53%; 
  }*/
}

@media (max-width: 767px) {
  .body-background-ourwork {
    background-position: center 17%;
  }

  .body-background-about {
    background-position: center 60%;
  }

  /*.body-background-brand {
    background-position: center 56%; 
  }*/
}

@media (max-width: 375px) {
  .body-background-ourwork {
    background-position: center 20%;
  }
}

@media (max-width: 320px) {
  .body-background-ourwork {
    background-position: center 30%;
  }

  .body-background-about {
    background-position: center 50%;
  }

  /*.body-background-brand {
    background-position: center 56%; 
  }*/
}

.brand-header-background {
  padding: 156px 10px 100px;
  background-color: #002845;
}

.text-orange {
  color:#FFAA4D;
}

/* Social Media Button */
.wp-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  color: #fff;
  margin-right: 5px;
}

.wp-icon-small {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  color: #fff;
  background-color: #FFAA4D;
}

.fa-facebook-f {
  background: #FFAA4D;
}

.fa-facebook-f:hover {
  background: #3B5998;
}

.fa-whatsapp {
  background: #FFAA4D;
}

.fa-whatsapp:hover {
  background: #25D366;
}

.fa-instagram {
  background: #FFAA4D;
}

.fa-instagram:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.fa-envelope.custom {
  background: #FFAA4D;
}

.custom.fa-envelope:hover {
  background: gray;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1031; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #FFF; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.1s; /* 0.5 second transition effect to slide in the sidenav */
  white-space: nowrap;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 26px;
  text-decoration: none;
  font-size: 20px;
  color: #FFAA4D;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  /* padding: 20px; */
}

@media screen and (max-width: 414px) {
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenav {
    padding-top: 60px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media screen and (max-width: 375px) {
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenav {
    padding-top: 60px;
  }
  .sidenav a {
    font-size: 16px;
    padding: 8px 8px 8px 16px;
  }
}

@media screen and (max-width: 320px) {
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenav {
    padding-top: 60px;
  }
  .sidenav a {
    font-size: 14px;
    padding: 8px 8px 8px 16px;
  }
}

.sidenav > a:not(:first-child):after {
  /*width: calc(100% - 30px);*/
  content: "";
  display: block;
  height: 1px;        
  background-color: #e5e5e5;
}

/* Form */
.contact-form {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-form {
    padding: 40px;
  }
}

.contact-form-title {
  display: block;
  width: 100%;
  color: #333333;
  text-align: center;
  padding-bottom: 20px;
}

.contact-form-row {
  display: -webkit-flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
  display: flex;   
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-form-container {
  background-color: #efefef;
  border: 1px solid #efefef;
  padding: 10px;
}

.contact-form-container-row {
  background-color: #efefef;
  border: 1px solid #efefef;
  padding: 10px;
  width: calc((100% - 30px) / 2);
}

@media (max-width: 1280px) {
  .contact-form-container-row {
    width: 100%;
  }
}

.contact-form-input {
  border: none;
  background-color: transparent;
  padding: 0;
}

.contact-form-input:focus{
  outline: 0;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.submit-button {
  width: 55%;
  color: #FFAA4D;
  border-color: #FFAA4D;
}

.submit-button:hover {
  color: #fff;
  background-color: #FFAA4D;
}

@media (min-width: 1280px) {
  .email-box {
    max-width: 49%;
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .email-box {
    max-width: 49%;
    margin-right: 10px;
  }
}

.col-sm-12.form-check-inline {
  padding: 15px;
  margin-right: 0px;
}

.form-wrap {
  width:calc((100% - 30px) / 2);
}

@media (max-width: 768px){
  .form-wrap {
    width: 100%;
  }
}

/*[type="radio"]:checked {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    background-color: #FFAA4D;
    border-radius: 10px;
} */

/* Custom radio button */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FFAA4D;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Form message after submit */
.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error.invalid-feedback {
  margin-top: 10px;
  margin-bottom: 5px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  /* font-family: Montserrat-SemiBold; */
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-right: 15px;
}

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 40px;
  background-color: #efefef;
  top: 35px;
  left: 0px;
  padding: 0 45px 0 22px;
  pointer-events: none;

  /* font-family: Montserrat-SemiBold; */
  font-size: 18px;
  color: #fa4251;
  line-height: 1.2;
}

.btn-hide-validate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 12px;
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
}

.true-validate::after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 10px;
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #00ad5f;
}

.text--replace{
  overflow:hidden;
  color:transparent;text-indent:100%;
  white-space:nowrap}

.cd-top--is-visible { 
  visibility: visible;
  opacity: 1;
}

.cd-top--fade-out {
  opacity: .5;
}

.cd-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    background: url(../images/cd-top-arrow.svg) no-repeat center 50%;
    background-color: #002845;
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s,visibility .3s,background-color .3s
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top--fade-out {
    opacity: .8
}

.js .cd-top:hover {
    opacity: 1
}

.a-scroll {
  position: absolute;
  left: 50%;
  bottom: 15%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%, 75%);
  transform: translate(-50%, 75%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 60px;
} 

.a-scroll:hover {
  color: #fff;
  text-decoration: none;
}

.span-scroll { 
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.home-banner {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: center;
  background-image: url('../images/HomeBanner.jpg');
  position: relative;
  overflow: hidden;
}

.home-banner-title {
  font-size: 65px;
}

.home-banner-subtitle {
  max-width: 600px;
}

.banner-main-button {
  border: 1px solid;
  min-width: 200px;
  color: white;
  -webkit-text-fill-color: white;
}

.banner-main-button:hover {
  background-color: #FFAA4D;
  color: #FFAA4D;
}

@media screen and (max-width: 320px){
  .home-banner {
    height: 450px;
  }

  .home-banner-title {
    font-size: 22px;
    padding-top: 40px;
  }

  .home-banner-subtitle {
    font-size: 15px;
  }
  
  .banner-main-button {
    min-width: 0;
    font-size: 15px;
  }

  .mobile-spacing {
    margin-top: 15px!important;
  }
}

@media screen and (min-width: 320px){
  .home-banner {
    height: 450px;
  }

  .home-banner-title {
    font-size: 22px;
    padding-top: 40px;
  }

  .home-banner-subtitle {
    font-size: 15px;
  }
  
  .banner-main-button {
    min-width: 0;
    font-size: 15px;
  }

  .mobile-spacing {
    margin-top: 15px!important;
  }
}

@media screen and (min-width: 375px) {
  .home-banner {
    height: 450px;
  }

  .home-banner-title {
    font-size: 26px;
    padding-top: 40px;
  }

  .home-banner-subtitle {
    font-size: 16px;
  }
  
  .banner-main-button {
    min-width: 0;
    font-size: 15px;
  }

  .mobile-spacing {
    margin-top: 15px!important;
  }
}

@media screen and (min-width: 414px) {
  .home-banner {
    height: 500px;
  }

  .home-banner-title {
    font-size: 28px;
    padding-top: 45px;
  }

  .home-banner-subtitle {
    font-size: 18px;
    max-width: 400px;
  }
  
  .banner-main-button {
    min-width: 0;
    font-size: 15px;
  }

  .mobile-spacing {
    margin-top: 15px!important;
  }
}

@media screen and (min-width: 768px) {
  .home-banner {
    height: 500px;
  }

  .home-banner-title {
    font-size: 40px;
    padding-top: 40px;
  }

  .home-banner-subtitle {
    font-size: 22px;
    max-width: 400px;
  }
  
  .banner-main-button {
    min-width: 0;
    font-size: 20px;
  }

  .mobile-spacing {
    margin-top: 15px!important;
  }
}

@media screen and (min-width: 1024px) {
  .home-banner {
    height: 500px;
  }

  .home-banner-title {
    font-size: 42px;
    padding-top: 10px;
  }

  .home-banner-subtitle {
    font-size: 22px;
    max-width: 400px;
  }
  
  .banner-main-button {
    min-width: 0;
    font-size: 20px;
  }

  .mobile-spacing {
    margin-top: 15px!important;
  }
}

@media screen and (min-width: 1280px) {

  .home-banner {
    height: 700px;
    background-position: center 70%; 
  }

  .home-banner-title {
    font-size: 55px;
    padding-top: 0;
  }

  .home-banner-subtitle {
    font-size: 30px;
    max-width: 600px;
  }

  .banner-main-button {
    min-width: 200px;
    font-size: 20px;
  }

  .mobile-spacing {
    margin-top: 1.5rem!important;
  }
}

@media screen and (min-device-width: 1920px) and (max-device-width: 2499px) {
  .home-banner {
    height: 700px;
  }

  .home-banner-title {
    font-size: 55px;
    padding-top: 10px;
  }

  .home-banner-subtitle {
    font-size: 30px;
    max-width: 600px;
  }
  
  .banner-main-button {
    min-width: 200px;
    font-size: 22px;
  }

  .mobile-spacing {
    margin-top: 1.5rem!important;
  }
}

@media screen and (min-device-width: 2500px){
  .home-banner {
    height: 700px;
  }

  .home-banner-title {
    font-size: 65px;
    padding-top: 0;
  }

  .home-banner-subtitle {
    font-size: 35px;
    max-width: 650px;
  }
  
  .banner-main-button {
    min-width: 200px;
    font-size: 25px;
  }

  .mobile-spacing {
    margin-top: 1.5rem!important;
  }
}

.icon-scroll,
.icon-scroll::before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -60px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}

.icon-scroll::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  } 
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}

/*.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff;
}*/