body {
    font-family: proxima-nova, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "ltc-bodoni-175",serif;
    text-align: center;
}

a {
    color:#9bc32d;
    text-decoration: none;
    font-weight:600;
}

a:hover {
    color:#139ed3;
	text-decoration: none;
}

hr {
    border-top: 1px solid #e4e4e4;
    margin-top:40px;
    margin-bottom:40px;
    width:50%;
}

li {
    font-size:18px;
}
.mainheader {
    background-image: url('../images/mainheader.jpg');
    background-size:cover;
    background-position:50% 60%;
    min-height:640px;
    position:relative;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
}

img.headerlogo {
    display:block;
    margin:0 auto;
}

.mainheader .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-pills > li {
    zoom:1; /* hasLayout ie7 trigger */
}

.nav-pills>li+li {
    margin-left:20px;
}

.nav-pills {
    text-align:center;
}

.pageheader .nav-pills {
    margin-top:30px;
}

.nav-pills li a {
    text-transform:uppercase;
    color:#333333 !important;
    font-weight:600;
    font-size:16px;
}

.mainheader .nav-pills li a {
    color:#fff !important;
}

.mainheader h1 {
    position:absolute;
    bottom:50px;
    left:0;
    right:0;
    text-align: center;
    text-transform: uppercase;
    font-size:36px;
    color:#FFF;
}

.mainheader h1 span {
    font-size:65px;
    color:#a9cd45
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, .nav>li>a:hover, .nav>li>a:focus {
    background:rgba(255,255,255,.25);
}

section.homeservices {
    margin-top:98px;
}


p.description {
    font-weight:300;
    color:#333333;
    font-size:22px;
    text-align: center;
}

p.description span {
    font-weight:600;
    color:#9bc32d;
}

.leftj {
    text-align: left;
}

section.homeservices .homeserv p {
    font-size:18px;
    color:#9bc32d;
    font-weight: 600;
    text-align:center;
}

.arrow_box_bottom {
	position: relative;
	background: #206681;
    width:52px;
    margin: 0 auto 14px;
    border-radius:5px;
    line-height:30px;
    color:#fff;
    text-align:center;
    font-size:18px;
}
.arrow_box_bottom:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #206681;
	border-width: 8px;
	margin-left: -8px;
}

.approach .arrow_box_bottom {
    width:32px;
}

div.homeserv:hover .arrow_box_bottom {
    background:#139ed3;
}

div.homeserv:hover .arrow_box_bottom:after {
    border-top-color: #139ed3;
}

div.homeserv:hover p {
    color: #139ed3;
}

section.aboutservices .aboutserv p {
    font-size:18px;
    color:#9bc32d;
    font-weight: 600;
    text-align:center;
    display:inline-block;
    text-transform:lowercase;
}

section.aboutservices .aboutserv img {
    max-width:32px;
}

.arrow_box_right {
	position: relative;
	background: #206681;
    width:32px;
    margin: 0 25px 0 0;
    border-radius:5px;
    line-height:30px;
    float:left;
}
.arrow_box_right:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #206681;
	border-width: 5px;
	margin-top: -5px;
}

div.aboutserv:hover .arrow_box_right {
    background:#139ed3;
}

div.aboutserv:hover .arrow_box_right:after {
    border-left-color: #139ed3;
}

div.aboutserv:hover p {
    color: #139ed3;
}

.services .arrow_box_bottom,.clients .arrow_box_bottom {
    width:152px;
}
.services .arrow_box_bottom:after, .clients .arrow_box_bottom:after {
	border-width: 15px;
	margin-left: -15px;
}

.clients .arrow_box_bottom {
    margin:0;
}

a.learnmore {
    width:100%;
    background-color: #9bc32d !important;
    border-color:transparent !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-weight:600;
}

a.learnmore:hover {
        background-color: #139ed3 !important;
}

section.testimonials {
    background: url('../images/testimonialbg.jpg');
    background-size:cover;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    margin:75px 0 55px;
    overflow:hidden;
}

section.testimonials h2 {
    color:#fff;
    text-transform: lowercase;
    text-align: center;
    font-size:36px;
    margin:0 0 40px;
}

section.testimonials h2 img {
    margin:0 30px;
}

.testimonials.clients {
    background: url('../images/clientsbg.jpg');
    background-size:cover;
}

.testimonial p {
    -webkit-animation: homequote 5s linear 0s infinite alternate;
    font-size:22px;
    text-align: center;
}

.quoteimg {
    text-align:center;
}

.quoteheadline {
    margin:50px 0;
}

div.teammembers {
    margin-top:50px;
}

div.teammember {
    margin-bottom:20px;
}

div.teammember.tmleft img {
    float:left;
}

div.teammember.tmright img {
    float:right;
}

div.teammember p {
    font-size:18px;
    margin-top:10px;
}

div.teammember.tmleft p {
    text-align:left;
    margin-left:90px;
}

div.teammember.tmright p {
    text-align:right;
    margin-right:90px;
}

footer {
    background:url(../images/footerbg.jpg);
    background-size: cover;
    color:#FFF;
    min-height:142px;
    margin-top:40px;
}

footer .footercontact {
    margin-top:40px;
}

footer p.footerheadline {
    font-size:18px;
    font-weight: 600;
    margin-bottom:0;
}

footer .pullright {
    text-align:right;
}

.testimonial_slider {
    text-align:center;
    color:rgba(255,255,255,.5);
    font-size:20px;
    margin-bottom:40px;
}



.navbar-default {
    min-height:92px;
}

.nav-pills li a {
    font-size:14px;
    padding:5px 8px;
}

.navbar-brand {
    height:90px;
    padding:5px 15px;
}

.pageheader {
    background:url(../images/pageheader.jpg);
    background-size:cover;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    margin-bottom:70px;
}

.pageheader .navbar-default {
    background-color:#DDDADA;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    border-bottom:none;
}

.navbar-toggle, .navbar-toggle:hover {
    margin-top:25px;
    font-size:24px;
    background-color:rgba(255,255,255,.8) !important;
    padding-bottom:0;
}

.pageheader h1 {
    color:#fff;
    margin:155px 0 60px;
}

.setapart {
    background:url(../images/setapartbg.jpg);
    background-size:cover;
    background-position:50% 60%;
    padding:50px 0;
    margin-top:70px;
}

.setapart h2, .setapart p.description {
    color:#fff;
	text-align: justify;
}

.setapart h2 {
    font-size:40px;
    text-align:center;
    margin-bottom:30px;
}

.setapart div.container-fluid {
    background:rgba(0,0,0,.5);
    padding:40px 0;
    margin-top:30px;
}

p.approachstep {
    font-size:18px;
    text-align: center;
}

p.approachstep span {
    color:#206681;
    font-weight:600;
}

.approach .row {
    margin-top:50px;
}

.serv p {
    text-align:center;
    font-size:18px;
}

.serv {
    margin-bottom:35px;
}

.owl-carousel p {
    color:#fff;
    text-align:center;
    font-size:20px;
}

.owl-carousel p.cite {
    font-size:14px;
    font-weight:600;
}

.customNextBtn, .customPrevBtn {
    z-index:999999;
    font-size:64px;
    font-family: proxima-nova, sans-serif;
    color:#fff;
    margin-top:25px;
    text-align:center;
}

.testimonials .container {
    padding:50px 0 100px;
}

.container-fluid.bio {
    margin-top:100px;
}

.teambio {
    margin-top:-104px;
    margin-bottom:50px;
}

.teambio h1, .teambio h2 {
    text-align:left;
}

.teambio h2 {
    font-family: proxima-nova, sans-serif;
    font-size:18px;
}

.teambio h1 {
    margin-top:55px;
}

.teambio p, .teambio li {
    font-size:16px;
}

.container-fluid.bio:nth-child(even) {
    background:#f8f7f4;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.18);
}

.container-fluid.bio:nth-child(odd) {
    margin-top:150px;
}

footer img {
    float:left;
    margin-right:10px;
}

.testimonial p {
    color:rgba(255,255,255,.5);
    -webkit-animation: homequote 30s linear 0s infinite normal;
    animation: homequote 30s linear 0s infinite normal;
    font-size:22px;
    text-align: center;
    padding:20px;
    border-radius:5px;
}

.testimonial p.first {
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}

.testimonial p.third {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.testimonial_box {
	position: relative;
	background: #29444f;
	border: 1px solid #5c7985;
}

.testimonial p:after, .testimonial p:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.testimonial p.first:after, .testimonial p.first:before {
    left: 80%;
    -webkit-animation-delay:20s;
    animation-delay:20s;
}

.testimonial p.second:after, .testimonial p.second:before {
    left: 50%;
}

.testimonial p.third:after, .testimonial p.third:before {
    left: 20%;
    -webkit-animation-delay:10s;
    animation-delay:10s;
}

.testimonial p:after {
	border-color: rgba(41, 68, 79, 0);
	border-bottom-color: transparent;
	border-width: 15px;
	margin-left: -15px;
    -webkit-animation:afterquote 30s linear 0s infinite normal;
    animation:afterquote 30s linear 0s infinite normal;
}

.testimonial p:before {
	border-color: rgba(92, 121, 133, 0);
	border-bottom-color: transparent;  
	border-width: 16px;
	margin-left: -16px;
    -webkit-animation:beforequote 30s linear 0s infinite normal;
    animation:beforequote 30s linear 0s infinite normal;
}

a.anchor {
    display: block; 
    position: relative; 
    top: -100px; 
    visibility: hidden;
}

@-webkit-keyframes homequote {
    0% {
        color:rgba(255,255,255,.5);
        background: transparent;
    }
    
    3.33% {
        color:rgba(255,255,255,1);
        background:#29444f;
    }
    
    26.67% {
        color:rgba(255,255,255,1);
        background:#29444f;
    }
    
    33.33% {
        color:rgba(255,255,255,.5);
        background:transparent;
    }

    100% {
        color:rgba(255,255,255,.5);
        background: transparent;
    }
}

@keyframes homequote {
    0% {
        color:rgba(255,255,255,.5);
    }
    
    3.33% {
        color:rgba(255,255,255,1);
    }
    
    26.67% {
        color:rgba(255,255,255,1);
    }
    
    33.33% {
        color:rgba(255,255,255,.5);
    }

    100% {
        color:rgba(255,255,255,.5);
    }
}

@-webkit-keyframes afterquote {
    0% {
        border-bottom-color:transparent;
    }
    
    3.33% {
        border-bottom-color:#29444f;
    }
    
    26.67% {
        border-bottom-color:#29444f;
    }
    
    33.33% {
        border-bottom-color:transparent;
    }

    100% {
        border-bottom-color:transparent;
    }
}

@keyframes afterquote {
    0% {
        border-bottom-color:transparent;
    }
    
    3.33% {
        border-bottom-color:#29444f;
    }
    
    26.67% {
        border-bottom-color:#29444f;
    }
    
    33.33% {
        border-bottom-color:transparent;
    }

    100% {
        border-bottom-color:transparent;
    }
}

@-webkit-keyframes beforequote {
    0% {
        border-bottom-color:transparent;
    }
    
    3.33% {
        border-bottom-color:#5c7985;
    }
    
    26.67% {
        border-bottom-color:#5c7985;
    }
    
    33.33% {
        border-bottom-color:transparent;
    }

    100% {
        border-bottom-color:transparent;
    }
}

@keyframes beforequote {
    0% {
        border-bottom-color:transparent;
    }
    
    3.33% {
        border-bottom-color:#5c7985;
    }
    
    26.67% {
        border-bottom-color:#5c7985;
    }
    
    33.33% {
        border-bottom-color:transparent;
    }

    100% {
        border-bottom-color:transparent;
    }
}