

/* custom css */
p.license {
  color: #932c10;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}.frame p, ul.list li{
    color: white;
    text-align: justify;
}.landing-page-button-wrapper a {
  background: #0D2128;
}

/* Default Styles */
html {
  margin-top: 0px !Important;
}
#wpadminbar {
  display: none !important;
}
body {
  font-family: Nunito Sans, sans-serif;
}h1, h1 a {
  color: #932C10;
  font-family: Arvo, serif;
  font-size: 30px;
  line-height: 1.27em;
  margin: 25px 0;
  text-transform: uppercase;
}h2 {
  color: #932C10;
  font-family: Arvo, serif;
  font-size: 1.5em;
  line-height: 2.5rem;
  margin: 25px 0;
  text-transform: uppercase;
}h3 {
  color: #932C10;
  font-family: Arvo, serif;
  font-size: 1.3em;
  line-height: 1.5rem;
  margin: 23px 0;
  text-transform: uppercase;
}h4 {
  color: #932C10;
  font-family: Arvo, serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 25px 0;
  text-transform: uppercase;
}p {
  color: #201e1f;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 15px 0;
}ul {
  list-style-type: none;
}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: 150px;
  padding-bottom: 150px;
}.vertical-padding-extra-large {
  padding-top: 100px;
  padding-bottom: 90px;
}.vertical-padding-large {
  padding-top: 75px;
  padding-bottom: 65px;
}.vertical-padding-medium {
  padding-top: 55px;
  padding-bottom: 45px;
}.vertical-padding-small {
  padding-top: 35px;
  padding-bottom: 35px;
}[class*="fadein-"] {
  opacity: 0;
}.scrollfade {
  opacity: 0;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}.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(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}.from-right.scrollfade {
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}.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(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
@-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;
}.relative {
  position: relative;
}.page-wrapper {
  max-width: 75rem;
  clear: both;
}
/* Header */ 
.header-wrapper {
  float: left;
  padding: 0px 0px;
  position: absolute;
  top: 0;
  width: 100%;
}.company-info {
  background: rgba(149, 165, 134, 0.6);
  height: 96vh;
  padding-top: 20vh;
}.company-info .logo {
  display: block;
  margin: 0 auto;
  width: 15vw;
}.company-info .header-company-title {
  display: inline-block;
  margin: 0;
}.company-info .header-company-title a {
  color: #060606;
  float: left;
  font-family: Cardo, serif;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 3.2rem;
  margin: 5px 0;
  text-decoration: none;
  width: 100%;
}.company-info .header-company-serviceorder {
    color: #060606;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    margin: 15px;
    text-align: center;
}.header-wrapper .social-icons {
  margin-top: 20px;
}.header-wrapper .social-icons a {
  background: #932C10;
  border-radius: 36px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  margin-right: 5px;
  padding: 0px 5px;
  text-align: center;
  width: 32px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}.header-wrapper .social-icons a:hover {
  background: #0D2128;
  color: #ffffff;
}.header-wrapper .social-icons span {
  color: #000000;
  display: inline-block !important;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}
/* Navigation */
.top-bar {
  background: none;
  margin-top: 20px;
  z-index: 99;
  margin-left: 5vw;
}.top-bar-section ul li {
  background: transparent;
  position: relative;
}.top-bar-section li:not(.has-form):not(.active)::before {
  background:#ffffff;
  content:"";
  display:block;
  height: 0px;
  left:0;
  margin:auto;
  opacity:0;
  position:absolute;
  right:0;
  top:45px;
  width:1%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}.top-bar-section li:not(.has-form):hover::before {
  content:"";
  height:1px;
  opacity:1;
  top:45px;
  width:100%;
}.top-bar-section .dropdown li:hover::before, 
.top-bar-section .dropdown li:hover::before {
  display:none !important;
}.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button) {
  background:transparent;
  color: #030303;
  font-size: 13px;
  font-family: Nunito Sans, sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}.top-bar-section li:not(.has-form) a:not(.button):hover {
  background-color:transparent;
}.top-bar-section li.active:not(.has-form) a:not(.button) {
  border-bottom: 1px solid #ffffff;
}.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background:transparent;
  color:#ffffff;
}.top-bar-section .dropdown li.active:not(.has-form) a:not(.button) {
  color: #932C10;
}.top-bar-section ul li.has-dropdown:hover a {
  background-color: transparent;
  border-bottom: 0 !important;
  text-align:Center;
}.top-bar-section .has-dropdown.not-click .dropdown li a {
  background-color:#0D2128;   
 color:#ffffff;
}.top-bar-section .has-dropdown.not-click .dropdown li a:hover {
  background-color:#0D2128;
  border: 0;
  color: #932C10;
}.top-bar-section .dropdown {
  background: #0D2128;
  left: 50%;
  opacity: 0.2;
  padding: 15px 0px;
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}.top-bar-section .dropdown::before {
  border: 9px solid;
  border-color: transparent transparent #060606 transparent;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -16px;
  width: 10px;
}.top-bar-section .has-dropdown.not-click:hover>.dropdown {
  margin-top: 0;
  opacity: 1;
}
/* Slider */
.slider-wrapper {
  height: 95vh;
  width: 100%;
}.slick-background-wrapper {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: -2;
}.slick-slider {
  visibility:hidden;
}.slider-overlay {
  background:url("https://avitiaframing.com/wp-content/themes/carp2/images/overlay2.png");
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}.slider-button a {
  background: #932C10;
  box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.33);
  color: #ffffff !important;
  display: inline-block;
  font-family: Nunito Sans, sans-serif;
  font-size: 19px !Important;
  margin: 25px 0;
  padding: 10px 33px;
  text-transform: uppercase;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}.slider-button a:hover {
  background: #0D2128;
  color: #fbfbfb !important;
}.slider-button a.phone::before {
  content:"\f095";
  font-family:"FontAwesome";
  margin-right:10px;
}.arrow-wrapper .fa {
  color: #060606;
  cursor: pointer;
  text-align: center;
}.arrow-wrapper {
  margin-top: 5px;
}.tagline {
  background: #932C10;
  height: auto;
  position: relative;
  top: 0;
  width: 100%;
}.tagline p {
  color: #ffffff;
  margin: 0;
  padding: 11px 0;
}
/*--Content---*/
.content-wrapper {
  background: #ffffff;
}.content-wrapper h2 {
  font-size: 2.5em;
  font-family: Arvo, serif;
}.frame {
  background: #B1BAA7;
  background-size:cover;
  box-shadow: 6px 5px 10px 2px rgba(0, 0, 0, 0.15);
  margin-right: 5px;
  padding: 80px 80px;
  z-index: 9;
}.frame::before {
  border-bottom: 2px solid #932C10;
  border-left: 2px solid #932C10;
  border-right:150px solid transparent;
  border-top:150px solid transparent;
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:200px;
  z-index: -1;
  -webkit-transition: width 1200ms ease;
  -moz-transition: width 1200ms ease;
  -ms-transition: width 1200ms ease;
  -o-transition: width 1200ms ease;
  transition: width 1200ms ease;
}.frame::after {
  border-bottom:150px solid transparent;
  border-left:150px solid transparent;
  border-right: 2px solid #932C10;
  border-top: 2px solid #932C10;
  content:"";
  height:100%;
  position:absolute;
  right: -1px;
  top:0;
  width:200px;
  z-index: -1;
  -webkit-transition: width 1200ms ease;
  -moz-transition: width 1200ms ease;
  -ms-transition: width 1200ms ease;
  -o-transition: width 1200ms ease;
  transition: width 1200ms ease;
}.frame.scrollfade.complete::before, 
.frame.scrollfade.complete::after  {
  width:400px;
}.top-section {
  background: #ffffff;
}.home-img-1 {
  margin-top:-150px;
  right:0;
  z-index:1;
}.home-img-2 {
  left: 0;
  margin-top: -150px;
}.mid-section {
  background:url("https://avitiaframing.com/wp-content/uploads/sites/5014/2019/10/mid-section.jpg");
  background-attachment:fixed;
  background-size: cover;
}.mid-section::before {
  background: rgba(147, 44, 16, 0.9);
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}.mid-section p {
  color:#ffffff;
  text-align: justify;
}.mid-section h2 {
  color: #b1baa7;
  font-family: Arvo, serif;
  letter-spacing: 2px;
  font-size: 30px;
}.bottom-section {
  background: #ffffff;
  border-top: 6px solid #e7e7e7;
}ul.list li {
  color: #201e1f;;
  font-family: Nunito Sans, sans-serif;
  font-size:16px;
  line-height: 1.8;
  margin-bottom:4px;
}ul.list li::before {
  color:#932C10;
  content:"\f0c8";
  font-family:"FontAwesome";
  font-size:13px;
  margin-right:20px;
}.cta-section {
  background: url("https://avitiaframing.com/wp-content/themes/carp2/images/cta-section-bg.jpg");
  background-size:cover;
}.cta-section-layer1 {
  /*background:url("https://avitiaframing.com/wp-content/themes/carp2/images/cta-section-layer1.png");*/
  background-position: center;
  background-size:cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}.cta-section-layer2 {
  /*background:url("https://avitiaframing.com/wp-content/themes/carp2/images/cta-section-layer2.png") rgba(0, 0, 0, 0);*/
  background-size:cover;
  background-position: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}.cta-section h2 {
  color: #932C10;
  font-size: 35px;
}.cta-section p {
  color:#ffffff;
}.cta-button {
  background: #932C10;
  border-bottom: 2px solid #ffffff;
  font-family: Nunito Sans, sans-serif;
  margin-top: 20px;
  max-width: 330px;
  padding: 20px 0px;
  text-transform: uppercase;
  width: 100%;
}.cta-button:hover,
.cta-button:focus {
  background: #0D2128;
}
/*--Interior Pages--*/
.inner-header .company-info {
  height: 60vh;
  padding-top: 2vh;
}.inner-header .header-company-title a {

  font-size: 1.3em;
}.page-title h1 {
  font-size: 2.5em;
  color: #0D2128;
}.inner-page {
  border-top: 2px solid #932C10;
}.inner-page h2 {
  font-size: 1.8em;
}.slider-wrapper.inner-slider {
  height: 60%;
}.inner-slider .slider-overlay {
  background: rgba(0, 0, 0, 0.32);
}.perspective-wrapper {
  -webkit-perspective: 350px;
  perspective: 350px;
}img.perspective {
  box-shadow: 10px 30px 40px 0px rgba(0, 0, 0, 0.36);
  -webkit-transform: rotateY(-2deg);
  transform: rotateY(-2deg);
}.service {
  border-left:1px dashed #c0c0c0;
  position:relative;
  z-index: 0;
}.service:after {
  background:url("https://avitiaframing.com/wp-content/themes/carp2/images/texture-bg.jpg");
  border:1px dashed #c0c0c0;
  box-shadow: 2px 2px 11px 2px #e2e2e2;
  content:"";
  height:100%;
  left:0;
  opacity:0;
  position:absolute;
  top:0;
  width:100%;
  z-index: -1;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}.service:hover:after {
  opacity:1;
}.service h2::before {
  content:"\f054";
  display: inline-block;
  font-family:"FontAwesome";
  font-size:19px;
  margin-right:10px;
  -webkit-transition: all 1200ms ease;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}.service:hover h2::before {
  content:"\f054";
  display: inline-block;
  font-family:"FontAwesome";
  font-size:19px;
  margin-left:10px;
  margin-right:5px;
}.service .button {
  background:#932C10;
  box-shadow: 0px 3px 9px 1px #929292;
  width:200px;
}.service .button:hover {
  background:#0D2128;
}
/*-Gallery-*/
.gallery-wrapper .gallery-filter {
  border-color: whitesmoke;
  border-style: dashed;
  border-width: 0px 0px 3px 0px;
  max-width: 100%;
  padding-bottom: 20px;
}.gallery-wrapper .gallery-filter li {
  color:#7c7c7c;
  cursor:pointer;
  display:inline-block;
  font-size:15px;
  font-weight:lighter;
  padding:0px 11px;
  text-transform:uppercase;
}.gallery-wrapper .gallery-filter li:hover, 
.gallery-wrapper .gallery-filter li.active {
  background:transparent;
  color: #932C10 !important;
}.gallery-wrapper .gallery-image img {
  width: 100%;   
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}.gallery-wrapper .gallery-image:hover {
  border-color:transparent !important;
}.gallery-wrapper .gallery-image::before {
  background:rgba(0, 0, 0, 0.49);
  bottom: -100%;
  color:#ffffff;
  content:"View More";
  height:100%;
  left:0;
  opacity:0.8;
  padding-top:10%;
  position:absolute;
  width:100%;
  z-index:2;
  -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-wrapper .gallery-image::after {
  background:url("https://avitiaframing.com/wp-content/themes/carp2/images/texture-bg.jpg");
  bottom: 0;
  color: #932C10;
  content:"\f00e";
  opacity:0.7;
  font-family:"FontAwesome";
  font-size:30px;
  height:50%;
  left:0;
  padding-top:20%;
  position:absolute;
  right:0;
  top: -50%;
  z-index:2;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}.gallery-wrapper .gallery-image:hover::after {
  top: 0%;
}.gallery-wrapper .gallery-image:hover::before {
  bottom: -50%;
}.gallery-wrapper .gallery-image:hover img {
  transform:scale(1.2);
}
/*-Contact Form-*/
.contactForm  {
  background-image: url("https://avitiaframing.com/wp-content/themes/carp2/images/texture-bg.jpg");
  border: 5px solid #e7e7e7;
  box-shadow: 1px 3px 9px 3px #b0b0b0;
  margin-top: 20px;
  padding:50px 0;
}.contactForm label{
  display: block;
  font-weight: bold;
}.contactForm input {
  background: rgba(0, 0, 0, 0.1);
  border: 0px;
  box-shadow: none;
  margin-bottom: 20px;
  padding: 11px;
  width: 100%;
}.contactForm textarea {
  background: rgba(0, 0, 0, 0.1);
  border:0;
  height: 150px;
  width: 100%;
}.contactForm textarea:focus {
  background:#ffffff;
}.contactForm .captchaWrapper {
  margin-top: 10px;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .submitWrapper {
  margin-top: 30px;
  text-align: center;
}.contactForm .submitWrapper span.submit {
  background-color: #932C10;
  border: 1px solid #dddddd;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 40px;
}.contactForm .submitWrapper span.submit:hover {
  background-color: #932C10;
  color:#ffffff;
}.contact-info, 
.contact-phone,
.contact-email {
  font-size: 18px;
}.contact-phone::before {
  content:"\f095";
  font-family:"FontAwesome";
  margin-right:6px;
}.contact-email::before {
  content:"\f003";
  font-family:"FontAwesome";
  margin-right:6px;
}.emailConfirmation {
  margin: 0 auto;
}.emailConfirmation h1 {
  color: #00CC00;
}
/*-Footer-*/
.footer-wrapper {
  background:#0D2128;
  padding:40px 0;
  position:relative;
  width: 100%;
}.footer-inner-wrapper {
  margin: 0 auto;
  padding: 25px 0 0 0;
}.footer-inner-wrapper h1 {
  padding: 0 0 25px 0;
}.footer-wrapper p.contact-info {
  color: #932c10;
  font-size: 1em;
  line-height: 2.5rem;
  margin: 2px 0;
  border-left: 1px solid #1f1f1f;
  font-weight: bold;
  letter-spacing: 3px
}.footer-wrapper p.slogan {
  color: #B1BAA7;
  font-size: 24px;
  font-family: Cardo, serif;
  letter-spacing: 1px;
  line-height: 1;
  margin: 10px 0;
}.footer-wrapper p.slogan::before {
  content:"\f10d";
  color:#ffffff;
  font-family:"FontAwesome";
  font-size:20px;
  margin-right:20px;
}.footer-wrapper p.slogan::after {
  content:"\f10e";
  color:#ffffff;
  font-family:"FontAwesome";
  font-size:20px;
  margin-left:20px;
}.scroll-arrow {
  border-left: 1px solid #1f1f1f;
  max-height: 42px;
}.scroll-arrow .fa {
  background: #932C10;
  border-radius: 45px;
  color: #ffffff;
  cursor:pointer;
  font-size: 1.42em;
  line-height: 2.5rem;
  position: relative;
  text-align:Center;
  width:39px;
}
/* Laptops */
@media screen and (max-width:1680px) and (min-width:1440px){
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 10px;
    }.slider-wrapper {
        height: 80vh;
    }
}
@media screen and (max-width:1440px) and (min-width: 1025px) {
    .top-bar-section li:not(.has-form) a:not(.button), 
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        font-size: 10px;
        padding: 0px 7px;
    }.company-info-wrapper {
        margin-left: 0 !important;
        max-width: 100%;
        width: 550px;
    }.company-info {
        height: 635px;
        padding-top: 15vh;
    }.company-info .logo {
        max-width:99px;
    }.company-info .header-company-title{
        margin:5px 0;
    }.company-info .header-company-title a {
        font-size:1.3em;
        line-height:1em;
        margin: 0px;
        padding:0 10px;
    }.inner-header .company-info{
        padding-top: 165px;
        height: 600px;
    }.arrow-wrapper{
        margin-top:10px;
    }.slider-wrapper {
        height: 634px;
    }.slider-wrapper.inner-slider {
        height:600px;
    }.footer-wrapper p.slogan{
        font-size:19px;
    }.scroll-arrow{
        right:3px;
        font-size:13px;
    }
}
/* Tablets */
@media screen and (max-width: 1024px){
     .header-wrapper {
        position:relative;
     }.header-wrapper .social-icons {
        text-align: center;
        position: absolute;
        z-index: 99;
        text-align: center;
        top: 10px;
        margin: 10px;
     }.top-bar-section {
        background: #b1baa7;
        text-align: center;
    }.top-bar {
        margin: 0;
    }.top-bar.expanded {
        height: 100%;
        background: #ffffff;
        z-index: 99;
        width: 100%;
    }.top-bar.expanded .title-area {
        background: #b1baa7;
    }.top-bar-section .dropdown {
        left: 100%;
        opacity:1;
        text-align: center;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        animation:none;
        transition:none;
    }.top-bar-section .has-dropdown.not-click:hover>.dropdown {
        margin-top: 0;
        opacity: 1;
        width:100%;
    }.top-bar-section li:not(.has-form):hover::before {
        display: none;
    }.top-bar-section li.active:not(.has-form) a:not(.button){
        border:none;
    }.top-bar-section ul li.active {
        background: #b1baa7;
    }.company-info-wrapper {
        max-width: 100%;
        padding: 0;
        width: 100%;
    }.company-info {
        height: 100%;
        padding-bottom: 200px;
        padding-top: 200px ;
    }.company-info .logo {
        width: 40vw;
    }.company-info .header-company-serviceorder {
      font-size: 23px;
    }.p.license {
      font-size: 20px;
    }.slider-button a {
        margin: 15px 0;
    }.arrow-wrapper {
        margin-top: 0px;
    }.slider-wrapper {
        height:100% !important;
        position:absolute;
        top:0;
        z-index:-1;
    }.frame {
        margin:0px;
    }.home-img-1 {
        margin:0;
    }.home-img-1 img {
        display:block;
        width:100%;  
    }.home-img-2 {
        margin:0;
    }.home-img-2 img {
        display:block;
        width:100%;  
    }.absolute {
        position:initial;
    }.gallery-wrapper .gallery-image {
        border: none !important;
    }.gallery-wrapper .gallery-image::before, 
    .gallery-wrapper .gallery-image::after {
       display:none;
    }.footer-wrapper {
        text-align:center;
    }.footer-wrapper p.contact-info{
        border:0;
    }.scroll-arrow {
        border: 0;
        bottom: 0px;
        margin-top: 24px;
        padding: 0px 15px;
        position: relative;
        right: 0px;
        text-align: center !important;
        width: 100%;
    }
}
/* iPad Pro */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  .company-info {
    height: 100% !important;
    padding-bottom: 20vh!important;
    padding-top: 17vh!important;
    background: rgba(149, 165, 134, 0.6);
  }
}
/* Smartphones */
@media screen and (max-width: 767px) {
    .top-bar {
        margin-top: 8px;
    }.company-info {
        background: rgba(149, 165, 134, 0.6);
        height: 80vh !important;
        padding: 31px 5px
    }.company-info .logo {
        max-width: 190px;
    }.company-info .header-company-title a {
        font-size:0.7em;
        line-height: 24px;
        margin:0;
    }.company-info .header-company-serviceorder {
        font-size:13px;
        line-height: 1.2;
        margin-bottom: 16px;
    }.company-info-wrapper {
      height: 80vh;
    }.slider-button a {
        border: 0;
        box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.43);
        margin-top: 0px;
        padding: 5px 0;
        width: 75%;
    }.header-wrapper .social-icons {
        text-align:center !important;
        margin: 10px;
        z-index: 99;
        position: absolute;
    }.header-wrapper .social-icons span {
        display: none !important;
    }.tagline p {
        font-size: 12px !important;  
    }.arrow-wrapper .fa {
        color:#0D2128;
    }.content-wrapper p,.company-info .header-company-serviceorder
    .content-wrapper ul.list li {
        font-size: 14px;
    }ul.list li {
        text-indent: -15px;
    }ul.list li::before {
        margin-right: 5px;
    }.content-wrapper h2 {
        font-size:1.7em;
        line-height: 1.5rem;
    }.frame{
        margin-right: 0px;
        padding:20px;
    }.frame.scrollfade.complete::before, 
     .frame.scrollfade.complete::after {
        width: 315px;
    }.page-title h1 {
        font-size: 1.9em;
    }.mid-section{
        background-position:center;
    }.gallery-wrapper .gallery-image {
        border: none !important;
        width: 100% !important;
    }.gallery-wrapper .gallery-image::before, 
    .gallery-wrapper .gallery-image::after {
       display:none;
    }.footer-wrapper p {
        margin:5px 0px !important;
        text-align:Center;
    }.footer-wrapper p.slogan{
        font-size: 21px;
    }.footer-wrapper p.slogan::before {
        font-size: 11px;
        margin-right: 9px;
   }.footer-wrapper p.slogan::after {
        font-size: 11px;
        margin-left: 9px;
    }.scroll-arrow {
        bottom: 0px;
        border-radius: 0;
        position: relative;
        padding: 7px 0;
        right: 0;
    }.vertical-padding-large {
        padding-top: 10px;
        padding-bottom: 30px;
    }.vertical-padding-extra-large {
        padding-top: 47px;
        padding-bottom: 47px;
    }
}
