@charset "utf-8";
/* CSS Document */


@import "bootstrap.css";
@import "magnific-popup.css";
@import "ionicons.css";
@import "animate.css";
@import "lightbox.css";
@import "jquery.flexisel.css";
@import "rev_settings.css";
@import "rev_layers.css";
@import "rev_navigation.css";
@import "owl.carousel.css";
@import "owl.transitions.css";
@import "main.css";
@import "responsive-adjustments.css";

/* Customizations from Theme */

h2.head-title {
    font-size: 36px;
}

#about .section-sub-title .head-title:after {
    width: 200px;
}

.orange-link {
    color: #b46e3c;
}

.orange-link:hover {
    text-decoration: underline;
}

#what-people-say {
    min-height: 525px;
}

.carousel-control.left {
    left: -30px;
}

.carousel-control.right {
    right: -30px;
}

#text-carousel .item {
    min-height: 300px;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.carousel-control {
    width: 5%;
}

.carousel-control .glyphicon-chevron-right {
    right: 25%;
}

.carousel-control .glyphicon-chevron-left {
    left: 25%;
}

#get-started_button {
    margin: 0 auto;
    margin-top: 75px;
}

.center-col {
    text-align: center;
}

fieldset.response {
    text-align: center;
}

:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

:focus:-moz-placeholder {
    color: transparent;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

#services .block-feature {
    padding-left: 0;
    text-align: center;
    cursor: pointer;
}

#services .block-feature>i {
    display: block;
    font-size: 72px;
    position: relative;
    top: 0;
    margin-bottom: 20px;
}

.block-feature .service-title {
    font-size: 24px;
    color: white;
    font-family: 'JosefinSans', sans-serif;
    margin: 3px 0 20px;
    display: block;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
     -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.block-feature:hover .service-title {
    color: #b46e3c;
}

#services .block-feature .service-words {
    font-size: 16px;
}

#services .block-feature button {
    margin-top: 20px;
}

.service-details {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 1px #b46e3c;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 100px;
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
}

button {
    transition: max-height 0.5s ease-out;
    overflow: hidden; 
    transition: padding 0.5s ease-out;
    transition: color 0.2s;
}

.service-details span {
    color: white;
    font-style: italic;
    font-size: 1.1em;
}

.service-details .white-text {
    color: white;
}

.service-details button {
    position: absolute;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.arrow-right.rotated {
    transform: rotate(90deg);
}

/* CSS Arrows */

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid #b46e3c;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #b46e3c;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #b46e3c;
    display: inline-block;
    position: relative;
    top: 2px;
        transition: transform 1s;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid #b46e3c; 
}

/* Process Section */

.process-timeline {
    height: 100%;
    border-right: solid 10px #b46e3c;
}

.process-list h4 {
    color: white;
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
}

.process-list i {
    color: #b46e3c;
    margin-right: 20px;
    font-size: 48px;
}