body {
    position: relative;
}
button {
    text-decoration: none !important;
}
a {
    outline: none !important;
}
#navigation {
  padding: 0;
}
#navigation ul li {
  display: inline-block;
}
#navigation ul li a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
}
.nav-link {
    color: #d6d6d6 !important;
    text-transform: uppercase;
}
.nav-link:hover {
    color: #FFFFFF !important;
}
#navigation #slide-line {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #5b9be5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#navigation #slide-line:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #5b9be5;
    position: absolute;
    transform: rotate(-90deg);
    top: -7px;
    left: 50%;
}
.navbar-nav {
  position: relative;
  flex-wrap: wrap;
}
@media (min-width: 768px) {  
  #collapsibleNavbar {
    justify-content: flex-end;
  } 
}
@media (max-width: 767px) {  
  #slide-line {
    display: none;
  } 
}
.menu-icon-hide {
    display: none !important;
}
.menu-insta {
    color: #ffffff !important;
}
@media (min-width: 860px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
    .dropdown-menu {
        position: absolute !important;
    }
    .menu-icon-hide {
        display: block !important;
    }
    .menu-insta {
        color: #5b9be5 !important;
    }
}
.dropdown-menu {
    padding: 0;
    background-color: rgba(0,0,0,.5) !important;
}
.dropdown-item:hover {
    color: #FFFFFF !important;
}
.dropdown-item {
    padding: 10px 1.5rem !important;
    color: #d6d6d6 !important;
    text-transform: uppercase;
    background: none !important;
}
.dropdown-toggle::after {
    display: none;
}
#quote {
    background-color: #5b9be5 !important;
}
.current-item a {
    color: #FFFFFF !important;
}
nav .navbar-brand img {
  height: 180px;
  
}
.navbar-brand {
  padding: 30px 15px 30px 25px;
}
nav {
  transition: all .01s ease;
  transform-origin: 0 0;
  transform: scaleY(1);
  background: transparent;
}
nav.shrink {
  background-color: #000000 !important;
  height: 100px;
}
.navbarTop {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.fixed-nav.stick {
    transition: all .01s ease;
    position: fixed;
}
nav.shrink .nav-link {
  color: #FFFFFF !important;
}
.nav-link {
  transition: none;
}
nav {
  height: auto;
  transition: 0.2s linear;
}
.menu-insta {
    padding-right: 40px;
    padding-left: 10px;
    font-size: 25px;
    color: #fff;
}
.carousel-inner {
  height: 100vh;
}
#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-1 p:nth-of-type(1) {
    font-size: 55px;
    font-family: 'Oswald';
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
}
.slide-1 p:nth-of-type(2) {
    font-size: 80px;
    font-family: 'Oswald';
    margin-top: -20px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 200;
}
.slide-1 p:nth-of-type(3) {
    font-size: 50px;
    font-family: 'Oswald';
    font-weight: 200;
    color: #ffffff;
}
.carousel-inner {
    position: relative;
    z-index: 1;
}
.carousel-item {
    position: relative;
    z-index: 3;
}
@-webkit-keyframes swipe-bck {
    0% {
        left: 0;
    }
    100% {
        left: 101%;
    }
}
@font-face {
    font-family: 'font';
    src: url('/css/font.otf');
}
/*Description Block*/
.description {
    background-color: #FFFFFF;
    padding: 80px 0;
}
.description .col-lg-6 {
    padding: 20px 15px;
}
.description p {
    color: #212529;
    font-weight: 200;
}
.description-title {
    font-size: 28px;
    font-family: 'Raleway';
}
.sep-line {
    width: 150px;
    height: 1px;
    background: #212529;
    margin: 25px 0;
}
.description-text {
    font-weight: 300 !important;
}
.awards {
    padding: 135px 0;
}
.awards .parallax {
    background-image:url('/images/parallax.jpg'); 
}
.awards-title {
    font-size: 38px;
    font-family: 'Raleway';
    font-weight: 300;
    color: rgb(220, 220, 220);
}
.info-with-icons {
    padding: 125px 0;
}
.info-icon {
    margin-bottom: 35px;
}
.info-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 400;
    color: #4e4e4e;
}
.info-text {
    margin-bottom: 25px;
    line-height: 1.7;
    color: rgb(155, 155, 155);
    font-weight: 300;
}
.portfolio-gallery {
    text-align: center;
    padding: 0;
}
.portfolio-gallery .col-lg-4, .portfolio-gallery .col-lg-6, .portfolio-gallery .row, .portfolio-gallery .container-fluid {
    margin: 0;
    padding:0;
}

.portfolio-gallery-wrapper {
    height: 100%;
    width: auto;
    overflow: hidden;
    position: relative;
}
.portfolio-gallery-b-w-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #000000;
    mix-blend-mode: color;
    z-index: 10;
    height: 100%;
    width: 100%;
    transition: 1s linear;
}
.portfolio-gallery-wrapper:hover .portfolio-gallery-b-w-overlay {
    left: 0;
}
.portfolio-gallery-overlay {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    background: none;
    flex-direction: column;
    background-color: rgba(0,0,0,.3);
    background-clip: content-box;
    opacity: 1;
    transition: .3s linear;
    z-index: 20;
}
.portfolio-gallery-wrapper:hover .portfolio-gallery-overlay {
    opacity: 1;
    bottom: 0;
}
.portfolio-gallery-wrapper p, .portfolio-gallery-overlay a {
    font-size: 21px;
    font-weight: 600;
    color: #FFFFFF !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio-gallery-overlay a {
    font-size: 16px;
}
.portfolio-gallery-wrapper {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.portfolio-gallery-wrapper img {
    position: absolute;
    margin: auto;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    width: 100%;
}
.description-2 {
    padding: 90px 0 30px 0;
    background-color: #2c3749;
}
.description-2 p {
    color: #FFFFFF;
}
.description-2 .description-title {
    font-weight: 600;
}
.percent-title {
    float: left;
}
.percent-percentage {
    float: right;
}
.percent p:after {
    display: table;
    clear: both;
    content: '';
    height: 1px;
}
.percent-bar {
    width: 100%;
    
    background-color: #3b4249;
    height: 6px;
    position: relative;
    z-index: 3;
}
.percent-bar:after {
    content: '';
    background-color: #FFFFFF;
    height: 6px;
    width: 80%;
    position: absolute;
    z-index: 2;
}
.percent {
    margin-bottom: 15px;
}
.about-with-icons { 
    padding: 135px 0;
}
.about-with-icons .parallax {
    background-image:url('/images/parallax2.jpg');
    background-repeat: no-repeat;
}
.about-with-icons-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}
.about-with-icons-text {
    color: #FFFFFF;
    width: 95%;
}
.about-with-icons-wrapper {
    position: relative;
    left: 30px;
    padding: 0 25px;
}
.about-with-icons-icon {
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 26px;
    color: #FFFFFF;
}
.about-with-icons .col-lg-4 {
    margin-bottom: 25px;
}
.about-with-icons .col {
    padding-bottom: 40px;
}
.about-with-icons-style-2 {
    padding: 80px 0;
}
.about-with-icons-style-2 .about-with-icons-icon {
    color: #5b9be5;
    margin-top: -10px;
}
.about-with-icons-style-2 .about-with-icons-title {
    color: #212529;
    font-weight: 300;
}
.about-with-icons-style-2 .col p {
    color: #4e4e4e;
}
.about-with-icons.about-with-icons-style-2 .about-with-icons-text {
    color: #212529;
}
.about-with-icons-style-3 {
    background-color: #181818;
}
.about-with-icons-style-3 .about-with-icons-icon {
    color: #5b9be5 !important;
    font-size: 24px;
    margin-top: -10px;
}
.about-with-icons-style-3 .about-with-icons-title {
    color: #cecece;
    font-weight: 300;
}
.about-with-icons.about-with-icons-style-3 .about-with-icons-text {
    color: #cecece;
    font-weight: 300;
    font-size: 15px;
}
.about-with-icons .about-with-icons-subtitle {
    color: #cecece;
}
.about-with-icons .about-with-icons-header-title {
    color: #c4c4c4;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 42px;
}
.about-with-icons.about-with-icons-style-3 .about-with-icons-header-title {
    color: #ffffff !important;
}
.about-with-icons .about-with-icons-text {
    color: #FFFFFF;
}
.about-with-icons-style-2 .col {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-with-icons-style-2 .col-md-6 {
    min-height: 70px;
}
.about-with-icons .about-with-icons-subtitle {
    font-weight: 300;
    font-size: 15px;
    font-style: italic;
}
.about-with-icons .about-with-icons-header-title {
    font-weight: 700;
    font-size: 42px;
}
.two-cols-with-image p.subtitle {
    font-style: italic;
}
.two-cols-with-image p.title {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 5px;
}
.two-cols-with-image p.names {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 5px;
}
.two-cols-with-image p.names span {
    font-size: 18px;
}
.two-cols-with-image p {
    color: #ffffff !important;
    font-weight: 200;
}
.two-cols-with-image {
    background-color: #181818;
}
.two-cols-with-image-background {
    height: 600px;
}
.two-cols-with-image-background  .parallax {
    background-image:url('/images/parallax-about.jpg'); 
    background-position: 35% center;

}
.parallax {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 140%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
section {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.two-cols-with-image-text {
    padding-left: 8vw;
    padding-right: 100px;
}
.why-they-love-us .parallax {
    background-image:url('/images/parallax4.jpg'); 
}
.why-they-love-us-text-left-title {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #c4c4c4;
}
.why-they-love-us-img-col {
    padding: 100px 5vw 100px 10vw;
}
.why-they-love-us-text-left-text {
    color: #c4c4c4;
    line-height: 17px;
    font-size: 15px;
    width: 80%;
    line-height: 21px;
}
.why-they-love-us-text-left {
    position: relative;
    left: 30px;
    margin-bottom: 30px;
}
.why-they-love-us-text-left div {
    position: relative;
    left: 30px;
}
.why-they-love-us-left-icon {
    position: absolute;
    top: 10px;
    left: -30px;
    font-size: 32px;
    color: #FFFFFF;
}
.why-they-love-us-text-right-title {
    font-size: 32px;
    font-weight: 700;
}
.why-they-love-us-text-right-title span {
    margin-right: 15px;
}
.why-they-love-us-text-right {
    padding: 60px 8vw 60px 5vw;
}
section, [class^="col-"], .row, [class^="container"] {
    overflow: hidden;
}
.two-cols-with-image-two-rows .row:nth-of-type(2) .two-cols-with-image-text {
    padding-right: 8vw;
    padding-left: 100px;
}
.two-cols-with-image-two-rows .row:nth-of-type(2) {
    background-color: #232323;
    z-index: -3;
    position: relative;
}
.two-cols-with-image-two-rows .row:nth-of-type(2) .parallax {
    background-image: url("/images/parallax1.jpg");
}
.two-cols-with-image-two-rows .row:nth-of-type(2) p {
    color: #FFFFFF;
}
.cta {
    background-color: #252525;
    padding: 80px 0;
}
.cta-title {
    font-size: 32px;
    font-weight: 500;
    color: #5b9be5;
}
.cta-text {
    color: #FFFFFF;
    font-size: 18px;
}
.cta-btn {
    text-align: center;
}
.btn {
    padding: 10px 35px;
    border: 1px solid;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 0;
    transition: .2s linear;
}
.cta .btn {
    color: #c4c4c4 !important;
    border-color: #c4c4c4;
}
.cta-btn .btn:hover {
    background-color: #c4c4c4;
    color: #000000 !important;
}
.cta.cta-style-2 {
    background-color: #181818;
    padding: 120px 0;
    text-align: center;
}
.cta.cta-style-2 .btn {
    margin-top: 35px;
}
.four-cols-with-icons-title {
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0;
}
.four-cols-with-icons-text {
    font-size: 15px;
    line-height: 21px;
}
.four-cols-with-icons img {
    height: 40px;
}
.four-cols-with-icons .col-lg-3 div {
    padding: 40px 35px;
}
.four-cols-with-icons .col-lg-3:nth-of-type(1) {
    background-color: #141414;
}
.four-cols-with-icons .col-lg-3:nth-of-type(2) {
    background-color: #1c1c1c;
}
.four-cols-with-icons .col-lg-3:nth-of-type(3) {
    background-color: #232323;
}
.four-cols-with-icons .col-lg-3:nth-of-type(4) {
    background-color: #282828;
}
.four-cols-with-icons p {
    color: #d1d1d1;
}

.why-us .parallax {
    background-image:url('/images/parallax5.jpg'); 
}
.why-us-text-left-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #c4c4c4;
}
.why-us-color-col {
    padding: 100px 5vw 100px 10vw;
}
.why-us-color-col-2 {
    padding: 100px 5vw 100px 10vw;
    background-color: rgba(0,0,0,.3);
}
.why-us-text-left-text {
    color: #ffffff;
    line-height: 17px;
    font-size: 15px;
    width: 80%;
    line-height: 21px;
}
.why-us-text-left {
    position: relative;
    left: 30px;
    margin-bottom: 30px;
}
.why-us-text-left div {
    position: relative;
    left: 30px;
}
.why-us-left-icon {
    position: absolute;
    top: 10px;
    left: -30px;
    font-size: 26px;
    color: #FFFFFF;
}
.why-us-text-right-subtitle {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    color: #c4c4c4;
}
.why-us-text-right-title {
    font-size: 36px;
    font-weight: 600;
    color: #5b9be5;
}
.why-us-text-right-text {
    color: #ffffff;
    font-weight: 300;
}
.why-us-text-right-title span {
    margin-right: 15px;
}
.why-us-text-right-text span {
    font-size: 23px;
    margin-right: 10px;
    color: #b48c71 !important;
}
.why-us-text-right {
    padding: 120px 3vw 120px 5vw;
}
.contact-info-box {
    color: #383838;
    padding: 120px 50px;
    text-align: center;
}
.contact-info-box-title {
    font-weight: 700;
    font-size: 32px;
}
.contact-info-box span {
    font-size: 29px;
}
.contact-info-box img {
    height: 200px;
}
.contact-info-box-text {
    line-height: 21px;
    font-size: 16px;
}
.contact-form {
    background-color: #f3f3f3;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    border: 1px solid transparent;
    box-shadow: none;
    padding: 10px 10px;
    margin: 10px 0;
}
.contact-form textarea {
    height: 60px;
}
form#contact-form {
    margin: 0 auto;
    text-align: center;
}
form#contact-form .col-lg-4 {
    background-color: #181818;
}
form#contact-form .col-lg-4 p {
    color: #c4c4c4;
    font-size: 18px;
}
form#contact-form .col-lg-4 a {
    color: #5b9be5 !important;
    text-decoration: none !important;
}
form#contact-form .col-lg-4 .sep-line {
    background-color: #c4c4c4;
}
form#contact-form .col-lg-4 .contact-title {
    font-size: 24px;
}
form#contact-form .col-lg-8 {
    padding: 70px;]
    background-color: #f3f3f3;
}
.send-btn {
    border-color: #000000;
    color: #FFFFFF !important;
    margin-top: 40px;
    margin: 0 auto;
    display: block;
    background-color: #2f2f2f;
    font-size: 14px;
}
.send-btn:hover {
    background-color: #2f2f22;
    color: #FFFFFF !important;
}
.contact-title {
    font-weight: 700;
    font-size: 42px;
}
.contact-subtitle {
    font-style: italic;
    font-size: 17px;
}
.contact-form .sep-line {
    background-color: #000000;
    margin: 20px auto;
}
@media (max-width: 991px) {
    .why-us-text-right {
        padding-right: 15vw;
        padding-left: 15vw;
    }
    .main-reviews .col-lg-6:nth-of-type(odd) {
        background-color: #222222 !important;
    }
    .main-reviews .col-lg-6:nth-of-type(even) {
        background: none !important;
    }
    .main-reviews .col-lg-6:nth-of-type(odd) p {
        color: #c4c4c4 !important;
    }
    .main-reviews .col-lg-6:nth-of-type(odd) .why-us-text-right-title {
        color: #5b9be5 !important;
    }
    .main-reviews .col-lg-6:nth-of-type(odd) .sep-line {
        background-color: #5b9be5 !important;
    }
    .main-reviews .col-lg-6:nth-of-type(even) .sep-line {
        background-color: #4e4e4e !important;
    }
    .main-reviews .col-lg-6:nth-of-type(even) p {
        color: #4e4e4e !important;
    }
}
.main-reviews .row:nth-of-type(odd) .col-lg-6:nth-of-type(odd) {
    background-color: #181818;
}
.main-reviews .row:nth-of-type(odd) .col-lg-6:nth-of-type(odd) p {
    color: #c4c4c4;
}
.main-reviews .row:nth-of-type(odd) .col-lg-6:nth-of-type(odd) .sep-line {
    background-color: #5b9be5;
}
.main-reviews .row:nth-of-type(odd) .col-lg-6:nth-of-type(even) {
    background-color: #ffffff;
}
.main-reviews .row:nth-of-type(even) .col-lg-6:nth-of-type(odd) {
    background-color: #ffffff;
}
.main-reviews .row:nth-of-type(even) .col-lg-6:nth-of-type(even) {
    background-color: #181818;
}
.main-reviews .row:nth-of-type(even) .col-lg-6:nth-of-type(even) p {
    color: #c4c4c4;
}
.main-reviews .row:nth-of-type(even) .col-lg-6:nth-of-type(even) .sep-line {
    background-color: #5b9be5;
}
.main-reviews .why-us-text-right{
    padding: 60px 8vw 60px 8vw;
}
.main-reviews .why-us-text-right:not(.why-us-color-col) p {
    color: #4e4e4e;
}
.main-reviews .why-us-text-right:not(.why-us-color-col) .sep-line {
    background-color: #4e4e4e;
}
.faq {
    padding: 100px 0;
}
.card-header {
    background: none;
    border: none;
}
.card {
    border: none;
}
.card .btn {
    font-weight: 400;
    border: none;
    color: #212529;
    font-size: 21px;
    text-align: left;
    padding: 10px;
}
.card .btn:hover {
    color: #5b9be5;
}
.card .btn.collapsed:before {
    content: "\f067";
    font-family:"Font Awesome 5 Pro";
    font-weight: 300;
    color: #5b9be5;
    font-size: 23px;
    margin-right: 20px;
    transition: .4s linear;
    display: inline-block;
}
.card .btn:not(.collapsed):before {
    content: "\f067";
    font-family:"Font Awesome 5 Pro";
    font-weight: 300;
    color: #5b9be5;
    font-size: 23px;
    margin-right: 20px;
    transform: rotate(-45deg) !important;
    display: inline-block;
    transition: .4s linear;
}
#modalContactForm .modal-dialog {
    max-width: 90% !important;
    margin: 0 auto;
}
#modalContactForm .modal-body {
    padding: 2rem 4rem 0 4rem;
}
@media (max-width: 700px) {
    #modalContactForm .modal-body {
        padding: 0;
    }  
}
#modalContactForm .modal-footer {
    padding: 2rem 4rem;
    border: none;
}
#modalContactForm .modal-footer .btn {
    display: block;
    width: 100%;
}
.md-form i {
    position: absolute;
    top: 58px;
    left: 25px;
    color: #4e4e4e;
}
.md-form span.fa-arrow-down {
    position: absolute;
    top: 42px;
    right: 30px;
    z-index: 10;
    color: #4e4e4e;
}
.md-form .form-control {
    position: relative;
    padding-left: 45px;
    background: none !important;
    z-index: 20;
}
.md-form .form-control:active, .md-form .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}
select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}
.label-red {
    color: red;
}
.label-black {
    color: #000000;
}
footer {
    color: #FFFFFF;
    background-color: #202020;
    padding: 5px 0;
}
footer img {
    height: 140px;
    margin-bottom: 40px;
    display: block;
}
footer .fal {
    font-size: 25px;
    color: #5b9be5;
    margin-right: 10px;
}
footer p a {
    font-size: 17px;
    font-weight: 200;
    color: #c4c4c4 !important;
    text-decoration: none !important;
}
footer p a:hover {
    color: #5b9be5 !important;
}
footer .col-lg-4 {
    padding: 40px 10px;
}

.footer-lines {
    padding: 0 !important;
    margin: auto;
}
.footer-lines div {
    border-left: 1px solid rgb(48, 48, 48);
    padding: 40px 40px;
    width: 80%;
    margin: 0 auto;
    height: 100%;
}
.footer-title {
    font-size: 13px;
    font-weight: 500;
    color: #c4c4c4;
}
footer p {
    font-weight: 300;
}
.eapps-instagram-feed-posts-item-image {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.copyright {
    text-align: center;
    padding: 15px;
    background-color: #181818;
}
.copyright p {
    color: #c4c4c4;
    margin: 0;
    font-size: 15px;
    font-weight: 100;
}
.copyright a {
    color: #5b9be5 !important;
    text-decoration: none;
}
.about-just-text {
    padding: 60px 0;
}
.about-just-text p {
    font-weight: 300;
}
.about-just-text span {
    font-size: 41px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #5b9be5;
}
.tb-50 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.slide-1.kitchens {
    background-image: url("/images/kitchens-gallery-header.jpg"); 
}
.slide-1.bathrooms {
    background-image: url("/images/bathrooms-gallery-header.jpg"); 
}
.slide-1.wall.units {
    background-image: url("/images/wall-units-gallery-header.jpg"); 
}
.slide-1.decks {
    background-image: url("/images/decks-gallery-header.jpg"); 
}
.slide-1.additions {
    background-image: url("/images/additions-gallery-header.jpg"); 
}
.slide-1.open.concepts {
    background-image: url("/images/open-concepts-gallery-header.jpg"); 
}
.slide-1.staircases {
    background-image: url("/images/staircases-gallery-header.jpg"); 
}
.slide-1.windows.doors {
    background-image: url("/images/windows-and-doors-galler-header.jpg"); 
}
.slide-1.basements {
    background-image: url("/images/basements-gallery-header.jpg"); 
}
.gallery-title {
    text-transform: uppercase;
}
.portfolio-gallery a {
    height: 100%;
}
.about-with-icons-header-title {
    color: #212529 !important;
}
.shrink img {
    height: 20px !important;
}
.gallery-subtitle {
    font-size: 16px !important;
}
.gallery-type {
    text-transform: capitalize !important;
}
.media-box-title .fa {
    background-color: #B99070 !important;
}
@media (max-width: 1259px) {
    nav {
        text-align: center;
    }
    .navbar-toggler {
        background: transparent;
    }
    .navbar-toggler-icon:before {
        content: "\f0c9";
        font-weight: 900;
        font-family: 'Font Awesome 5 Pro';
        color: #5b9be5;
    }
    nav img, .shrink img {
        height: 20px !important;
    }
    .shrink .navbar-collapse {
        background: #000000 !important;
    }
    .slide-line {
        display: none;
    }
}
@media (max-width: 991px) {
    .pad-m-1, .pad-m-2, .pad-m-3, .pad-m-4, .pad-m-5, .pad-m-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .mfs-1, .mfs-2, .mfs-3, .mfs-4, .mfs-5, .mfs-6, .mfs-7, .mfs-8, .mfs-9, .mfs-10 {
        font-size: 23px !important;
    }
    .cta {
        text-align: center;
    }
    .slide-1 p:nth-of-type(1) {
        font-size: 32px;
    }
    .slide-1 p:nth-of-type(2) {
        font-size: 23px;
    }
    .slide-1 p:nth-of-type(3) {
        font-size: 26px;
    }
    footer .col-md-6 img {
        margin: 30px auto;
        display: block;
    }
    .pmh-1, .pmh-2, .pmh-3, .pmh-4, .pmh-5 {
        height: 50vh;
    }
}
@media (max-width: 767px) {
    .footer-lines div {
        border-left: none !important;
        border-right: none !important;
        border-top: 1px solid rgb(48, 48, 48);
    }
    .footer-lines a {
        float: none !important;
    }
    .footer-logo div {
        padding: 40px;
    }
    .footer-logo img {
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 575px) {
    .contact-info-middle {
        border-top: 1px solid rgb(48, 48, 48);
        border-bottom: 1px solid rgb(48, 48, 48); 
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px 0;
    }
    .contact-info p {
        margin: 20px 0 !important;
    }
}
.pd-1 {
    padding: 120px 100px;
    min-height: 60vh;
}
.process .subtitle, .about-us .subtitle  {
    font-weight: 200;
    font-style: italic;
}
.process .title, .about-us .title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 3px;
}
#testimony .title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 70px;
    letter-spacing: 3px;
}
.process p, .about-us p {
    font-weight: 200;
}
@media (max-width: 500px) {
    .pd-1 {
        padding: 60px;
    }
    .process .title, .about-us .title, #testimony .title  {
        font-size: 24px;
    }   
}
.bck-dark {
    background: #232323;
}
.bck-blue {
    background: #5b9be5;
}
.bck-dark p, .bck-blue p {
    color: #FFFFFF;
}
.rating {
    padding: 150px 0;
}

.rating-box {
    background: #ffffff;
    padding: 50px 100px;
    
}
.box-shdw {
    -webkit-box-shadow: 0px 0px 38px 12px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 38px 12px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 38px 12px rgba(0,0,0,0.14);
    background: #FFFFFF;
    
}
#testimony {
    background: rgb(35,35,35);
    background: -moz-linear-gradient(180deg, rgba(35,35,35,1) 50%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(180deg, rgba(35,35,35,1) 50%, rgba(255,255,255,1) 50%);
    background: linear-gradient(180deg, rgba(35,35,35,1) 50%, rgba(255,255,255,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232323",endColorstr="#ffffff",GradientType=1);
}
#testimony, #testimony .container, #testimony .row, #testimony .col-xl-12 {
    overflow: visible !important;
}
.singleRating {
    padding-bottom: 30px;
}
.singleRating>i {
    font-size: 55px;
    color: #000000;
}

.singleRating>h1 {
    color: #5d5d5d;
    font-size: 25px;
    letter-spacing: 0px;
    padding: 25px 0 27px;
}

.singleRating>p {
    color: #5d5d5d;
    line-height: 1.8;
}

.singleRating>h2 {
    color: #000000;
    font-size: 14px;
    line-height: 1.5px;
    letter-spacing: 0px;
    margin-top: 50px;
    margin-bottom: 5px;
}

.singleRating>span {
    color: #999999;
    font-size: 13px;
    letter-spacing: 1px;
}

.rating-carousel .owl-dots {
    margin-top: 35px;
}

.rating-carousel .owl-dot {
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, .3);
    border: none;
    margin-right: 10px;
    display: inline-block;
}

.rating-carousel .owl-dot.active {
    background: #000000;
}
.contact-form {
    padding: 60px 0;
}
.contact-info {
    padding: 130px 0;
    background: #272727;
}
.footer-lines a {
    color: #c4c4c4 !important;
}
.contact-info p {
    color: #ffffff;
    margin: 30px 0;
}
.contact-info a, .contact-info .fas, .contact-info .fal {
    color:#5b9be5;
}
.contact-info .fas, .contact-info .fal {
    font-size: 32px;
}
.xs-map, #xs-map {
    height: 60vh;
}
.cta-style-large {
    padding: 140px 0;
    text-align: center;
}
.cta-text {
    color: #FFFFFF;
    margin-bottom: 50px;
}
.cta p {
    color: #FFFFFF;
}
.footer-lines p:after {
    display: block;
    content: ' ';
    clear: both;
}
.footer-lines span {
    width: 40px;
    float: left;
}
.footer-lines a {
    width: 80%;
    float: left;
}

@media(max-width: 991px) {
    .singleRating>h1 {}
    .singleRating>h2 {}
    .rating-carousel .owl-dots {
        margin-top: 25px;
    }
}

@media (max-width:767px) {
    .singleRating>h1 {
        padding: 15px 0 5px;
        font-size: 25px;
    }
    .singleRating>i {
        font-size: 40px;
    }
    .singleRating>h2 {
        margin-top: 40px;
    }
    .rating-carousel .owl-dots {
        margin-top: 20px;
    }
}
@media (max-width:600px) {
    .singleRating>p {
        font-size: 15px;
    }
    .rating-box {
        padding: 15px;
    }
    .rating {
        padding: 50px 0;
    }
    .box-shdw {
        box-shadow: none;
    }
}
.form-question:before {
    content: "\f040";
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
    position: absolute;
    top: 5px;
    left: 10px; 
}
.form-question {
    position: relative;
}
label {
    margin-top: 15px;
}
.pseudoLink {
    cursor: pointer;
}
.pseudoLink:hover {
    color: #ffffff !important;
    text-decoration: none;
}
.btn {
    margin-bottom: 10px;
}
.light-blue {
    color: #5b9be5;
}
.cta-btn .btn-2 {
    border-color: #5b9be5 !important;
}
.cta-btn .btn-2:hover {
    background-color: #5b9be5 !important;
    color: #FFFFFF !important;
}
.process-blurb {
    padding-bottom: 80px;
    padding-top: 80px;
}
.sep-line-big {
    display: block;
    height: 1px;
    width: 500px;
    margin: 80px auto;
    background: #5b9be5;
}
.description-m {
    background-color: #000000;
    padding: 80px 0;
    color: #ffffff;
    font-weight: 200;
}
.description-text-m {
    font-weight: 200 !important;
}
.sep-line-m {
    width: 150px;
    height: 1px;
    background: #FFFFFF;
    margin: 25px 0;
}
.ani {
    opacity: 0;
}
@media (max-width: 575px) {
    .navbar-brand img {
        height: 15px !important;
    }
}
@media (max-width: 1259px) {
    #collapsibleNavbar {
        padding: 20px;
        text-align: left;
    }
    #navigation {
        background: #000;
    }
    #navigation #slide-line {
        display: none !important;
    }
    .dropdown-menu {
        padding-left: 20px;
    }
}
.contact-sent {
    opacity: 0;
    margin-top: 40px;
    background: #5b9be5 !important;
    color: #ffffff;
    transition: .4s linear;
}
.quote-sent {
    opacity: 0;
    margin-top: 40px;
    background: #5b9be5 !important;
    color: #ffffff;
    transition: .4s linear;
    width: 90%;
    margin: auto auto 20px auto;
    text-align: center;
}
textarea {
    resize: none;
}
.border-red {
    border-color: red !important;
}
.border-black {
    border-color: transparent;
}
.title-1 {
    font-size: 34px !important;
}
.menu-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.menu-row-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
}
.menu-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
