
/* Default Styles */
html {
  margin-top: 0px !Important;
}
#wpadminbar {
  display: none !important;
}
body {
  font-family: Arimo, sans-serif;
}h1, h1 a {
  color: #111111;
  font-family: Racing Sans One', cursive;
  font-size: 2em;
  font-weight: bolder;
  line-height: 1.27em;
  margin: 25px 0;
}h2 {
  color: #111111;
  font-family: Racing Sans One', cursive;
  font-size: 32px;
  font-weight: bolder;
  line-height: 2.5rem;
  letter-spacing: 1px;
  margin: 0 0 22px 0;
}h3 {
  color: #111111;
  font-family: Racing Sans One', cursive;
  font-size: 1.3em;
  line-height: 1.5rem;
  margin: 23px 0;
}h4 {
  color: #111111;
  font-family: Racing Sans One', cursive;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 25px 0;
}p {
  color: #111111;
  font-family:Arimo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 15px 0;
}ul {
  color: #111111;
  font-family: Arimo, sans-serif;
  font-size: 16px;
  list-style-type: none;
  list-style-position: inside;
  margin-top: 1em;
}figure {
  margin: 0 auto;
}.row {
  margin: 0 auto;
  max-width: 98em;
  width: 100%;
}.full-width {
  max-width: 100%;
}.overflow-hidden {
  overflow: hidden !important;
}.strip-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}.vertical-padding-xx-large {
  padding-top: 180px;
  padding-bottom: 160px;
}.vertical-padding-extra-large {
  padding-top: 120px;
  padding-bottom: 110px;
}.vertical-padding-large {
  padding-top: 104px;
  padding-bottom: 100px;
}.vertical-padding-medium {
  padding-top: 95px;
  padding-bottom: 90px;
}.vertical-padding-small {
  padding-top: 50px;
  padding-bottom: 50px;
}[class*="fadein-"] {
  opacity: 0;
}.scrollfade {
  opacity:0;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
  -moz-transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-left.scrollfade {
  -moz-transform: translateX(-70px);
  -webkit-transform: translateX(-70px);
  -o-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
}.from-right.scrollfade {
  -moz-transform: translateX(70px);
  -webkit-transform: translateX(70px);
  -o-transform: translateX(70px);
  -ms-transform: translateX(70px);
  transform: translateX(70px);
}.from-left.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-right.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-bottom.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-bottom.scrollfade {
  -moz-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  -o-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  } 40% {
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  } 60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.bounce {
  animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
}.absolute {
  position: absolute !important;
}.relative {
  position: relative !important;
}.page-wrapper {
  max-width: 75rem;
  clear: both;
}
/* Header */
.header-wrapper {
  float: left;
  position: fixed;
  width: 100%;
  z-index: 99;
}.header-company-details {
  padding: 8px 0;
}.header-company-title {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}.header-company-title a {
  color: #ffffff;
  float: left;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.1em;
  margin: 21px 0 5px 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}.header-company-serviceorder {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}.navigation-wrapper {
  background: #ffc800;
  float: left;
  padding: 3px 0px;
  width: 100%;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}.header-inner-wrapper {
  min-height:106px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}.header-inner-wrapper .logo-wrapper {
  float: left;
  max-width: 90px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}.social-header {
  padding-top: 40px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}.social-header .social-title {
  color: #b7b7b7;
  font-family: Arimo, sans-serif;
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 3px;
  text-transform: uppercase;
}.social-header .social-title:after {
  background: #ffc800;
  bottom: 50%;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  right: 0;
  top: 49%;
  width: 67px;
}.social-header .fa {
  color: #ffffff;
  margin: 0 10px;
}.social-header .fa:hover {
  color: #ffffff;
}.header-phone {
  background: #ffffff;
  height: 100%;
  padding: 0;
}.header-phone a {
  box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, 0.29);
  color: #000;
  display:block;
  font-family:Arimo, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 4px;
  height: 106px;
  padding-top: 45px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}.header-phone a:hover {
  background:#ffc800;
}

/*Start Custom CSS*/
.white-text { 
  color: #ffffff !important;
}.header-company-details h1 {
  margin: 5px 0;
}
/*End Custom CSS*/

/* Navigation */
.top-bar {
  background: none;
  float: left;
  width:100%;
}.top-bar-section ul li{
  background:none;
  text-align: center;
}.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section ul li.has-dropdown a:not(.has-form) {
  background:none;
  color: #111111;
  font-family:Arimo, sans-serif;
  font-size:12px;
  padding: 0 30px;
  text-transform:uppercase;
}.top-bar-section li.active:not(.has-form) a:not(.button):hover, 
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: none;
  color: #111111;
}.top-bar-section .dropdown {
  background: #ffc800;
  left: 50%;
  margin-top:0px;
  opacity:0;
  padding: 15px 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
} .top-bar-section .has-dropdown.not-click:hover>.dropdown {
  box-shadow: -1px 6px 20px 0px rgba(52, 51, 51, 0.71);
  opacity:1;
}.top-bar-section .has-dropdown>a:after {
  border-color: #111111 transparent transparent transparent;
  left: 0;
  margin: auto;
  right: 0;
  top: 35px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}.top-bar-section .has-dropdown:hover>a:after {
  border-color: #111111 transparent transparent transparent;
  -ms-transform: rotate(180deg);  
  -webkit-transform: rotate(180deg);  
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  background: none !important;
  color:#000;
} .top-bar-section .dropdown li:not(.has-form) a:not(.button):hover  {
  background: #ffc800 !important;
  color: #000;
}.top-bar-section .dropdown li.active:not(.has-form) {
  background:#ffc800;
}.top-bar-section .has-dropdown>a {
  padding-right: 30px !important;
}
/* Sticky Navigation */
.sticky-nav.active .header-company-title a {
  font-size: 21px;
  margin:3px 0;
}.sticky-nav.active .header-inner-wrapper .logo-wrapper {
  max-width: 54px;
}.sticky-nav.active .social-header {
  padding-top: 27px;
}.sticky-nav.active .header-phone a {
  height: 70px;
  padding-top: 25px;
}.sticky-nav.active .header-inner-wrapper {
  min-height: 60px;
}.sticky-nav.active .navigation-wrapper {
  padding:0;
}.sticky-nav.active .header-company-serviceorder {
  font-size:14px;
}
/* Slider */
.slider-wrapper {
  height: 80vh;
}.slick-background-wrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0 !important;
  width: 100% !important;
  z-index: -1;
}
/* Tagline */
.tagline-wrapper {
  background: #111111;
  float: left;
  width: 100%;
}.tagline {
  background: #ffc800;
}.tagline p {
  color: #000;
  display: inline-block;
  font-family: Racing Sans One', cursive;
  font-size: 25px;
  line-height: 1.8;
  margin: 6px 0;
}.scroll-arrow {
  cursor: pointer;
  padding:13px 0px;
}.scroll-arrow .fa {
  color: #ffffff;
  font-size: 1.7em;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}.scroll-arrow:hover .fa {
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.59);
}.located-in p {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: lighter;
  line-height: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
/* Content */
.dark-blue {
  background: #111111;
}.split-content {
  float: left;
  width: 100%;
}.content-container {
  overflow: hidden;
  padding: 5.6vw 5vw;
}#roof-layers {
  height: 530px;
}#roof-layers span {
  background:url("https://www.create.construction/wp-content/themes/theme/images/roof-layers.png");
  display:inline-block;
  height:44px;
  opacity:0;
  position:absolute;
  top:0;
  width:98px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}#roof-layers .layer-2 {
  background-position:0 -60px; 
}#roof-layers .layer-3 {
  background-position:0 -120px;  
}#roof-layers .layer-4 {
  background-position:0 -190px; 
}#roof-layers .layer-5 {
   background-position:0 -265px;
}#roof-layers .layer-6 {
  background-position:0 -340px;
}#roof-layers .layer-7 {
  background-position:0 -410px;
}#roof-layers .layer-8 {
  background-position:0 -482px; 
}#roof-layers .active {
  opacity:1;
  position:relative;
}#roof-layers .layer-2.active {
  top: 10px;
}#roof-layers .layer-3.active {
  top:20px;
}#roof-layers .layer-4.active {
  top:40px;
}#roof-layers .layer-5.active {
  top:60px;
}#roof-layers .layer-6.active {
  top:80px;
}#roof-layers .layer-7.active {
  top:100px;
}#roof-layers .layer-8.active {
  top:120px
}.triangle-corners::before {
  border-bottom: 40px solid transparent;
  border-left: 35px solid #ffffff;
  border-right: 35px solid #ffffff;
  border-top: 0px solid;
  content:"";
  display:block;
  left:0;
  position:absolute;
  top:-50px;
  width:100%;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}.triangle-corners::after {
  border-bottom: 0px solid;
  border-left: 30px solid #ffffff;
  border-right: 0px solid transparent;
  border-top: 30px solid transparent;
  bottom:-50px;
  content:"";
  display:block;
  left:0;
  position:absolute;
  width:100%;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}.scrollfade.complete .triangle-corners::before,
.scrollfade.complete.triangle-corners::before  {
  content:"";
  left:0;
  top:0px;
}.scrollfade.complete .triangle-corners::after,
.scrollfade.complete.triangle-corners::after {
  content:"";
  left:0;
  bottom:0;
}.contact-page.triangle-corners::before {
  top: 0;
}.contact-page.triangle-corners::after {
  bottom: 0;
}.content-wrapper {
  background: #ffffff;
}.content-wrapper .special-font {
  color:#ffc800;
  display:block;
  font-family:Arimo, sans-serif;
  font-size:20px;
  line-height: 19px;
  text-transform: uppercase;
}.content-wrapper .separator {
  background:#ffc800;
  display:block;
  height:3px;
  margin-top:20px;
  position:relative;
  width:50px;
}.content-wrapper .separator.text-center {
  margin-left: auto;
  margin-right: auto;
}ul.square.inside-bullet li {
  color: #ffffff;
  list-style-position: inside;
}.btn-1 {
  background: #111111;
  bottom: 0;
  position: relative;
  font-size: 12px;
  font-family: Arimo, sans-serif;
  letter-spacing: 4px;
  margin: 0;
  right: 0;
  padding: 16px 0px;
  text-transform: uppercase;
  width: 300px;
  z-index: 1;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}.btn-1:hover {
  background: #ffc800;
  color: black;
  width:340px;
}.btn-1 .fa {
  position: relative;
  right:0;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}.btn-1:hover .fa {
  right: -30px;
}.img-container {
  background-size: cover !important;
  background-position: center center !important;
}.img-container-1 {
  background: url(https://www.create.construction/wp-content/themes/theme/images/residential-home-img1.jpg);
}.img-container-2 {
  background: url(https://www.create.construction/wp-content/themes/theme/images/commercial-home-img2.jpg);
}.img-container-3 {
  background: url(https://www.create.construction/wp-content/themes/theme/images/residential-home-img3.jpg);
}
/* CTA section */
.cta-section {
  background: #ffeba1;
  padding: 87px 0;
}.cta-section h2 {
  color: #111111;
}.cta-section .special-font {
  color: #000;
}.cta-section p {
  color:#000;
}.cta-section ul li{
  color:#000;
}.btn-2 {
  background-color: #111111;
  border-radius: 5px;
  font-size: 14px;
  color: white;
  font-weight: lighter;
  letter-spacing: 2px;
  margin-top: 40px;
  max-width: 478px;
  padding: 22px 0;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}.btn-2:hover {
  background-color: #ffc800;
  color: black;
  box-shadow: 1px 1px 40px 6px rgba(0, 0, 0, 0.29);
}
/* Inner page */
.inner-page h1 {
  color: #111111;
  font-family: Racing Sans One', cursive;
  font-size: 32px;
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: 2.5rem;
  margin: 0 0 22px 0;
}.inner-page .dark-blue h2 {
  color:#ffffff;
  padding-top: 35px;
}.inner-page .dark-blue h2 span {
  color:#ffeba1;
}.inner-page .dark-blue h3 {
  color:#ffffff;
}.inner-page .dark-blue p {
  color:#ffffff;
}.inner-page .dark-blue ul.square {
  color: white;
}.inner-page .top-section {
  background:url("https://www.create.construction/wp-content/themes/theme/images/inner-page-bg.jpg");
  background-attachment:fixed;
  background-size:cover;
}
/* Gallery */
.gallery-page .gallery-wrapper .gallery-image {
  border: 0;
  opacity:1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}.gallery-page .gallery-wrapper .gallery-image:hover {
  box-shadow:0px 5px 50px 0px black;
  opacity:0.8;
}.gallery-page .gallery-wrapper .gallery-image::before {
  border-bottom: 40px solid transparent;   
  border-left: 35px solid #000000;
  border-right: 35px solid #000000;
  border-top: 0px solid transparent;
  content:"";
  display:block;
  height:30px;
  position:absolute;
  top:-50px;
  width:100%;
  z-index:9;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}.gallery-page .gallery-wrapper .gallery-image::after {
  border-bottom: 0px solid transparent;  
  border-left: 35px solid #000000;
  border-right: 35px solid #000000;
  border-top: 35px solid transparent;
  bottom:-50px; 
  content:"";
  display:block;
  height:30px;
  position:absolute;
  z-index:9;
  width:100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}.gallery-page .gallery-wrapper .gallery-image:hover::before {
  border-left: 35px solid #000000;
  border-right: 35px solid #000000;
  border-top: 0px solid transparent;
  border-bottom: 40px solid transparent;   
  content:"";
  display:block;
  height:30px;
  position:absolute;
  top:0px;
  z-index:9;
  width:100%;
}.gallery-page .gallery-wrapper .gallery-image:hover::after {
  border-left: 35px solid #000000;
  border-right: 35px solid #000000;
  border-top: 35px solid transparent;
  border-bottom: 0px solid transparent;  
  bottom:0px; 
  content:"";
  display:block;
  height:30px;
  position:absolute;
  width:100%;
  z-index:9;
}
/* Footer */
.footer-wrapper {
  background: #000000;
  padding: 25px 0;
  position:relative;
  width: 100%;
}.footer-wrapper h1 {
  padding: 0 0 25px 0;
}.footer-wrapper p {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}.footer-wrapper strong {
  color: #ffffff;
  display: block;
}.scrollTop {
  bottom: 0;
  color: #ffffff;
  font-size: 36px;
  right: 0;
  padding: 8px 18px;
  z-index: 99;
}.scrollTop .fa {
  cursor:pointer;
}.contact-page {
  position:relative;
}.contactForm  {
  margin-top: 37px;
}.contactForm  label{
  display: block;
  font-weight: bold;
}.contactForm input {
  box-shadow: none;
  font-size: 17px;
  height: 2.5rem;
  margin-bottom: 15px;
  padding: 0px 13px;
  width: 100%;
}.contactForm textarea {
  box-shadow: none;
  font-size: 17px;
  margin-bottom:15px;
  padding: 16px 13px;
  width: 100%;
}.contactForm input:focus,
.contactForm textarea:focus {
  border: 1px solid #e0e0e0;
  box-shadow: 1px 5px 20px 0px #c3c3c3;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .submitWrapper {
  margin-top: 30px;
  text-align: center;
}.contactForm .submitWrapper button.submit {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Racing Sans One', cursive;
  font-size: 23px;
  padding: 10px 20px;
  width: 100%;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}.contactForm .submitWrapper button.submit:hover {
  background-color: #000000;
  box-shadow: 0px 6px 20px 5px rgba(0, 0, 0, 0.35);
}.google-map {
  box-shadow: -5px 4px 39px -2px rgba(0, 0, 0, 0.36);
}.emailConfirmation {
  margin: 0 auto;
  text-align: center;
}.emailConfirmation h1 {
  color: #00CC00;
}

/* SLIDE OUT FORM */
.custom-slide-out-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    background: #e7e7e7;
    padding: 40px 70px;
    z-index: 9999;
    border-radius: 10px 0px 0px 15px;
    -moz-transform: translateX(100%) translateY(-50%);
    -webkit-transform: translateX(100%) translateY(-50%);
    -o-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}.custom-slide-out-wrapper.active {
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    box-shadow: 0px 40px 40px 0px rgba(28, 28, 28, 0.2);
}.custom-slide-out-content h3 {
    margin: 0 0 25px;
    color: #272C33
}.custom-slide-out-form form {
    margin: 0;
}.custom-slide-out-wrapper span.custom-form-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    color:#ffffff;
    font-size: 24px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background:#ffc800;
    border-radius: 40px;
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateX(-70%) translateY(-50%);
    -webkit-transform: translateX(-70%) translateY(-50%);
    -o-transform: translateX(-70%) translateY(-50%);
    -ms-transform: translateX(-70%) translateY(-50%);
    transform: translateX(-70%) translateY(-50%);
    cursor: pointer;
}input.slideOutInput[type="text"] {
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.4;
    height: auto;
    border: none;
    padding: 10px 25px;
    margin-bottom: 10px;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
}.custom-slide-out-form input[type="text"]::placeholder, .custom-slide-out-form .contactForm textarea::placeholder {
    color: #000000;
}.custom-slide-out-form .contactForm textarea {
    width: 100%;
    border-radius: 15px;
    line-height: 1.4;
    border: none;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
    padding: 10px 25px;
    font-size: 15px;
    height: 100px;
    margin-bottom: 10px;
}.custom-slide-out-form .contactForm .captchaWrapper {
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.4;
    height: auto;
    border: none;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 5px 15px;
    min-height: 0;
}.custom-slide-out-form .contactForm .captchaWrapper input {
    border: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    font-size: 15px;
    padding: 0 15px;
    margin: 0 0 0 30px;
    color: #000000;
}.custom-slide-out-form .contactForm .captchaWrapper img {
    max-width: 25%;
}.custom-slide-out-form .contactForm .captchaRefresh {
    vertical-align: top;
}.custom-slide-out-form .contactForm .submitWrapper {
    text-align: center;
    margin-top: 20px;
}.custom-slide-out-form .contactForm .submitWrapper button.submit {
    color: #ffffff;
    font-weight: normal;
    background: #000000;
    border: none;
    text-align: center;
    cursor: pointer;
    min-width: 200px;
    padding: 15px;
    border-radius: 10px;
    width: auto;
    font-size: 20px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.custom-slide-out-form .contactForm .submitWrapper button.submit:hover {
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}.row.slider-badge {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 56%;
}.badge-list li {
    line-height: 1;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    padding: 20px;
}

.badge-list span {
    border: 2px solid;
    display: block;
    padding: 20px;
    min-height: 131px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-list span::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 5px solid #000000;
}
.home-box-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.home-box{
   display: flex;
  flex-direction: column;
  flex: 1;
}.row.testimonial-wrapper {
  background: black;
  max-width: 100%;
  padding: 2% 0;
}.fa.fa-star {
  color: #ffc800;
}.test-box p{
  color: white;
}
/* END SLIDE OUT FORM */            
/* Laptops */
@media screen and (max-width: 1680px){
  .slider-wrapper {
    height: 65vh;
}.row.slider-badge{
  top: 45%;
}
}
@media screen and (max-width:1440px) and (min-width:1280px) {
  .header-company-title a {
    margin: 17px 0 5px 0;
  }.header-company-serviceorder {
    font-size: 13px;
  }.social-header .social-title {
    letter-spacing:1px;
  }.social-header .social-title:after {
    right: -5px;
    width:30px;
  }.social-header .fa {
    margin: 4px 2px;
  }.header-phone a {
    font-size: 15px;
    padding-top: 33px;
  }.sticky-nav.active .header-phone a {
    padding-top: 8px;
  }.sticky-nav.active .header-company-serviceorder {
    font-size:11px;
  }.header-phone a span {
    display:block;
  }.top-bar-section li:not(.has-form) a:not(.button), 
  .top-bar-section li.active:not(.has-form) a:not(.button), 
  .top-bar-section ul li.has-dropdown a:not(.has-form){
    font-size: 10px;
    padding: 0 13px;
  }.top-bar-section .has-dropdown>a {
    padding-right: 13px !important;
  }.slider-wrapper {
    height: 73vh;
  }.slick-background-wrapper {
    position: relative;
    top: 150px !important;
  }.badge-list li{
    font-size: 18px;
  }
}
/* Tablets */
@media screen and (max-width:1025px) {
.scrollfade, [class*="fadein-"] {
  opacity:1;
    -moz-transform: translateX(0px) translateY(0px) !important;
    -webkit-transform: translateX(0px) translateY(0px) !important;
    -o-transform: translateX(0px) translateY(0px) !important;
    -ms-transform: translateX(0px) translateY(0px) !important;
    transform: translateX(0px) translateY(0px) !important; 
    opacity: 1;
}.header-wrapper {
    position: relative;
  }.navigation-inner-wrapper {
    padding: 0;
  }.top-bar .toggle-topbar.menu-icon a {
    color:#ffffff;
  }.top-bar .toggle-topbar.menu-icon a span:after {
    box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
  }.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px #111111, 0 7px 0 1px #111111, 0 14px 0 1px #111111;
  }.top-bar .name {
    background:#000000;
  }.top-bar-section .dropdown li.title h5 a {
    color:#ffffff;
  }.top-bar-section li:not(.has-form) a:not(.button), 
   .top-bar-section li.active:not(.has-form) a:not(.button),
   .top-bar-section li.has-dropdown:not(.has-form) a:not(.button) {
    font-size:18px;
    padding: 10px 0px;
    text-align:center;
  }.top-bar-section .dropdown {
    left: 100%; 
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }.top-bar-section .has-dropdown>a:after {
    border-color: #ffffff transparent transparent transparent;
    left: initial;
    right: 20px;
    top: 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }.top-bar-section .has-dropdown:hover>a:after {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }.top-bar-section .has-dropdown>a {
    padding-right: 0px !important;
  }.social-header {
    padding-top: 0px;
  }.social-header .social-title {
    display:block;
    text-align:center;
    padding-bottom:10px;
  }.social-header .social-title::after {
    bottom:0;
    left:0;
    margin:auto; 
    right:0;
  }.header-phone {
    margin-top: 10px;
  }.header-phone a{
    height: auto;
    padding:20px 0px;
  }.slider-wrapper {
    height: auto;
  }.slick-background-wrapper {
    position: relative;
  }.img-container {
    height:300px !Important;
  }.gallery-page .gallery-wrapper .gallery-image::before,
   .gallery-page .gallery-wrapper .gallery-image::after {
    display:none;
  }.img-container-1 {
    background: none;
    display: none;
}.vertical-padding-small {
    padding-top: 30px;
    padding-bottom: 30px;
}
}
/* Smartphones */
@media screen and (max-width:767px) {
  .header-inner-wrapper .logo-wrapper {
    max-width: 15%;
    padding-left: 10px;
    width: 100%;
  }.header-inner-wrapper .logo-wrapper img {
    display:block;
    margin: 0 auto;
    max-width: 45px;
  }.header-company-title a {
    font-size:20px;
    margin:0;
  }.header-company-serviceorder {
    display:block;
    font-size: 11px;
    line-height: 19px;
    margin-top:29px;
  }.social-header .social-title {
    font-size:12px;
  }.header-phone a {
    padding: 30px 0px;
  }.navigation-wrapper {
    padding:0;
  }.slider-wrapper {
    height: 140px;
  }.content-container {
    padding-bottom: 64px;
    padding-top: 64px;
  }.top-bar-section li:not(.has-form) a:not(.button), 
   .top-bar-section li.active:not(.has-form) a:not(.button), 
   .top-bar-section li.has-dropdown:not(.has-form) a:not(.button){
    font-size:14px;
  }.scroll-arrow {
    padding: 0;
  }.tagline p {
    color: #ffffff;
    font-size: 15px;
    margin: 0;
  }.located-in p {
    font-size: 9px;
    line-height: 13px;
  }.btn-2 { 
    font-size: 11px;
  }.home-box-wrapper{
    display: block;
  }.vertical-padding-small {
    padding-top: 30px;
    padding-bottom: 30px;
}
}
