html, body {
    height: 100%}
.img-centered {
    margin: 0 auto;
}
.content-row {
    margin-top: 30px;
}
section {
    padding: 100px 0;
}
section.bg-gray {
    background-color: #f5f5f5;
}
@media (max-width:767px) {
    section {
    padding: 75px 0;
}
}.owl-theme .owl-controls .owl-page span {
    background: rgba(34, 34, 34, .5);
}
body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
}
a {
    color: #ef4035;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
p {
    font-size: 18px;
    line-height: 1.5;
}
p.lead {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    color:#2D3E4F;
}
@media (min-width:481px) {
    h1 {
    font-size: 52px;
}
h2 {
    font-size: 50px;
}
}hr {
    max-width: 100px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 2px;
    margin: 15px auto;
}
hr.left {
    margin: 15px auto 15px 0;
}
hr.right {
    margin: 15px 0 15px auto;
}
hr.colored {
    border-color: #05BBD3;
}
@media (min-width:768px) {
    hr {
    max-width: 200px;
    margin: 20px auto;
}
hr.left {
    margin: 20px auto 20px 0;
}
hr.right {
    margin: 20px 0 20px auto;
}
}.text-primary {
    color: #ef4035;

}
.navbar-menuitems {
    font-size: 14px;
    font-weight: 500;

}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {

    color: #DB2669;
    background-color: #2D3E4F;
    border-radius: 50px;
}
.navbar-default {
    background-color: #2D3E4F;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, .5);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgba(255, 255, 255, .5);
}
.navbar-inverse {
    background-color: #2D3E4F;
}
.navbar-default, .navbar-inverse {
    border: 0;
    border-bottom: none;
}
.navbar-default .navbar-brand, .navbar-inverse .navbar-brand {
    padding: 0 15px;
    color: #fff;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.navbar-default .navbar-brand:hover, .navbar-inverse .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-inverse .navbar-brand:focus {
    opacity: 1;
}
.navbar-default .navbar-nav li a, .navbar-inverse .navbar-nav li a {
   color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
}

.navbar-default .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:hover {
    color: rgba(255, 255, 255, .5);
}
@media (min-width:768px) {
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a: hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    border-radius: 5px;
}
.navbar-fixed-top.navbar-expanded {
    padding: 30px 0;
}
.navbar-fixed-top {
    padding: 15px 0;
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    transition: padding .5s;
}
.navbar-fixed-top .navbar-brand:hover {
    opacity: .5;
}
.navbar-default.navbar-expanded, .navbar-inverse.navbar-expanded {
    background: 0 0;
    border: 0;
}
}.navbar a:focus {
    outline: 0;
}
.navbar .navbar-nav li a:focus {
    outline: 0;
}
header {
    position: relative;
    display: block;
    height: auto;
    width: auto;
    min-height: 100%;
    background-color: #222;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 100px 0;
}
header .intro-content {
    color: #fff;
    text-align: center;
    position: relative;
}

.intro-header h1 {
    font-size: 74px;
    font-weight: 900;
    color:#fff;
}

.intro-header h2 {
    font-size: 18px;
    font-weight: 100;

}
header .brand-name {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 15px;
}
header .brand-name-subtext {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}
header img {
    max-width: 150px;
    max-height: 150px;
}
header .scroll-down {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}
header .scroll-down .btn {
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    line-height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #fff;
    font-size: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
header .scroll-down .btn:hover {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .5);
    outline: 0;
}
@media (min-width:768px) {
    header {
    height: 100%;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
}
header .intro-content {
    color: #fff;
    text-align: center;
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
header .brand-name {
    font-size: 80px;
    line-height: 80px;
}
header .brand-name-subtext {
    font-size: 30px;
    line-height: 30px;
}
header img {
    max-width: 300px;
    max-height: 300px;
}
}@media (min-width:1025px) {
    header {
    background-attachment: fixed;
}
}header.video .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #2D3E4F;
    z-index: 998;
    opacity: .9;

}
header.video .intro-content {
    z-index: 999;
}
header.video .scroll-down {
    z-index: 999;
}
@media (min-width:768px) {
    header.video .overlay {

    opacity: .9;
   
}
}aside.cta-quote {
    color: #fff;
    background-color: #222;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 100px 0;
    text-align: center;
}
aside.cta-quote span.quote {
    display: block;
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
}
@media (min-width:768px) {
    aside.cta-quote {
    background-attachment: scroll;
    padding: 150px 0;

    }

   
}
aside.cta-quote span.quote {
    font-size: 36px;
    line-height: 1.2em;
}
}@media (min-width:992px) {
    aside.cta-quote {
    padding: 300px 0;
}
aside.cta-quote span.quote {
    font-size: 40px;
    line-height: 1.2em;
}
}@media (min-width:1025px) {
    aside.cta-quote {
    background-attachment: fixed;
}
}.testimonials {
    text-align: center;
    background-color: #E1E9ED !important;
}
.testimonials .testimonials-carousel .item {
    padding: 0;
}
.testimonials .testimonials-carousel .item p.quote {
    margin-bottom: 30px;
}
.testimonials .testimonials-carousel .item .testimonial-info {
    margin-bottom: 30px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-img {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 10px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author {
    display: inline-block;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author hr.colored {
    margin: 3px auto;
    max-width: 50px;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author p {
    margin: 0;
}
.testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .stars {
    color: #f1c40f;
}
.testimonials .testimonials-carousel .owl-controls {
    margin-top: 0;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev, .testimonials .testimonials-carousel .owl-controls .owl-next {
    display: none;
    text-align: center;
    position: absolute;
    height: 60px;
    width: 40px;
    border-radius: 0!important;
    line-height: 50px;
    font-size: 30px!important;
    margin: auto 0!important;
    top: 0;
    bottom: 0;
    background-color: #05BBD3!important;
    color: #fff!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev:hover, .testimonials .testimonials-carousel .owl-controls .owl-next:hover {
    opacity: 1;
}
.testimonials .testimonials-carousel .owl-controls .owl-prev {
    left: 15px;
}
.testimonials .testimonials-carousel .owl-controls .owl-next {
    right: 15px;
}
@media (min-width:768px) {
    .testimonials .testimonials-carousel .item {
    padding: 0 100px;
    }

}
.testimonials .testimonials-carousel .owl-controls .owl-prev, .testimonials .testimonials-carousel .owl-controls .owl-next {
    display: block;
}
}.about-content {
    padding: 30px;
}
.about-carousel .item {
    padding: 15px;
}
.about-carousel .item .caption {
    padding: 15px;
    color: rgba(255, 255, 255, .7);
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-carousel .item .caption h3 {
    margin: 0;
}
.about-carousel .item .caption hr {
    margin: 5px auto;
    max-width: 50px;
}
.about-carousel .item .caption p {
    margin: 0;
}
.about-carousel .item .caption ul.social {
    margin-top: 5px;
}
.about-carousel .item .caption ul.social li a {
    color: rgba(255, 255, 255, .7);
}
.about-carousel .item .caption ul.social li a:hover, .about-carousel .item .caption ul.social li a:focus {
    color: #fff;
}
.about-carousel .owl-controls {
    margin-top: 0;
}
.about-carousel .owl-controls .owl-prev, .about-carousel .owl-controls .owl-next {
    text-align: center;
    position: absolute;
    height: 60px;
    width: 40px;
    border-radius: 0!important;
    line-height: 50px;
    font-size: 30px!important;
    margin: auto 0!important;
    top: 0;
    bottom: 0;
    background-color: #ef4035!important;
    color: #fff!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.about-carousel .owl-controls .owl-prev:hover, .about-carousel .owl-controls .owl-next:hover {
    opacity: 1;
}
.about-carousel .owl-controls .owl-prev {
    left: 15px;
}
.about-carousel .owl-controls .owl-next {
    right: 15px;
}
.services .media {
    margin-bottom: 30px;
}
.services .media i.fa {
    height: 75px;
    width: 75px;
    line-height: 70px;
    text-align: center;
    border: 3px solid #DB2669;
    color:#DB2669;
    border-radius: 100%;
    font-size: 30px;
}
.services .media .media-body {

}
.services .media .media-body h3 {
    margin-bottom: 15px;
}
.services .media .media-body ul {
    list-style: inside;
    padding: 0;
}
.services .media .media-body ul li {
    margin-bottom: 10px;
}
@media (min-width:992px) {
    .services .media {
    margin-bottom: 0;
}
}.portfolio-carousel {
    padding: 0;
    color: #fff;
    background-color: #222;
}
.portfolio-carousel .item {
    background-color: #222;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 55px;
    text-align: center;
}
.portfolio-carousel .item .portfolio-image {
    margin-top: 50px;
}
.portfolio-carousel .item .project-details {
    padding: 0;
}
.portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px;
}
.portfolio-carousel .item .project-details .project-name {
    display: block;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
.portfolio-carousel .item .project-details .project-description {
    display: block;
    font-size: 18px;
    line-height: 18px;
}
.portfolio-carousel .owl-controls {
    margin-top: 0;
}
.portfolio-carousel .owl-controls .owl-prev, .portfolio-carousel .owl-controls .owl-next {
    text-align: center;
    position: absolute;
    height: 75px;
    width: 50px;
    border-radius: 0!important;
    line-height: 70px;
    font-size: 30px!important;
    margin: auto 0!important;
    top: 0;
    bottom: 0;
    background-color: #ef4035!important;
    color: #fff!important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.portfolio-carousel .owl-controls .owl-prev:hover, .portfolio-carousel .owl-controls .owl-next:hover {
    opacity: 1;
}
.portfolio-carousel .owl-controls .owl-prev {
    left: 0;
}
.portfolio-carousel .owl-controls .owl-next {
    right: 0;
}
@media (min-width:992px) {
    .portfolio-carousel .item {
    padding: 150px 55px;
    text-align: left;
}
.portfolio-carousel .item .portfolio-image {
    margin-top: 0;
}
.portfolio-carousel .item .project-details {
    padding: 15% 0 0;
}
.portfolio-carousel .item .project-details img.client-logo {
    margin: 0 auto 25px 0;
}
.portfolio-carousel .item .project-details .project-name {
    display: block;
    font-size: 50px;
    line-height: 50px;
}
.portfolio-carousel .item .project-details .project-description {
    font-size: 20px;
    line-height: 20px;
}
.portfolio-carousel .item hr.colored {
    margin: 20px auto 20px 0;
}
}.portfolio-gallery .item {
    padding: 15px;
}
.portfolio-modal {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.portfolio-modal .modal-content {
    color: #fff;
    background: 0 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}
.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 46px;
}
.portfolio-modal .modal-content img {
    margin: 30px auto;
}
.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}
.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #fff;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}
.pricing {
    color: #fff;
    background-color: #222;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.pricing .pricing-item {
    text-align: center;
    background: #fff;
    color: #222;
    padding: 30px;
    -webkit-box-shadow: 0 0 30px 5px rgba(34, 34, 34, .75);
    -moz-box-shadow: 0 0 30px 5px rgba(34, 34, 34, .75);
    box-shadow: 0 0 30px 5px rgba(34, 34, 34, .75);
    z-index: 1;
    margin-bottom: 30px;
}
.pricing .pricing-item h3 {
    margin: 0;
}
.pricing .pricing-item hr {
    max-width: 100px;
}
.pricing .pricing-item .price {
    margin-bottom: 20px;
}
.pricing .pricing-item .price .number {
    font-weight: 900;
    font-size: 50px;
}
.pricing .pricing-item .price .number sup {
    font-size: 30px;
}
.pricing .pricing-item .list-group-item {
    border-radius: 0;
}
@media (min-width:992px) {
    .pricing {
    background-attachment: scroll;
}
.pricing .pricing-item {
    margin-bottom: 0;
}
.pricing .pricing-item.featured-first {
    margin-right: -15px;
    margin-top: 15px;
}
.pricing .pricing-item.featured {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 45px 30px;
}
.pricing .pricing-item.featured-last {
    margin-left: -15px;
    margin-top: 15px;
}
}@media (min-width:1025px) {
    .pricing {
    background-attachment: fixed;
}
}.floating-label-form-group {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: .5em;
    border: 3px solid #E1E9ED;
    border-radius:50px;
}
.floating-label-form-group input, .floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
    text-align: center;
}
.floating-label-form-group label {
    text-align: center;
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .5s ease, opacity .5s ease;
    -moz-transition: top .5s ease, opacity .5s ease;
    -ms-transition: top .5s ease, opacity .5s ease;
    transition: top .5s ease, opacity .5s ease;
}
.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e1e1e1;
}
.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}
.floating-label-form-group-with-focus label {
    color: #DB2669;
}
form .row:first-child .floating-label-form-group {
    border-top: 3px solid #E1E9ED;
}
footer.footer {
    color: rgba(255, 255, 255, .7);
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0 20px;
}
footer.footer a {
    color: rgba(255, 255, 255, .7);
}
footer.footer a:hover {
    color: #fff;
}
footer.footer p {
    font-size: 22px;
}
footer.footer .contact-details {
    margin: 75px 0;
}
footer.footer .social {
    margin-bottom: 75px;
}
footer.footer .copyright p.small {
    font-size: 14px;
}
@media (min-width:1025px) {
    footer.footer {
    background-attachment: fixed;
}
}.btn-outline-light {
    color: #fff;
    border: 1px solid #fff;
    background: 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.btn-outline-light:hover, .btn-outline-light:focus {
    color: #ef4035;
    background: #fff;
    outline: 0;
}
.btn-outline-dark {
    color: #fff;
    border: 3px solid #DB2669;
    background: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.btn-outline-dark:hover, .btn-outline-dark:focus {
    color: #fff;
    background: #DB2669;
    border-color:#DB2669;
    outline: 0;
 
}
.btn {
    border-radius: 50px;
    padding: 12px 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.btn:focus, .btn:active, .btn.active {
    outline: 0;
}
.btn-full-width {
    border: 0;
    border-radius: 0;
    background-color: #222;
    color: #fff;
    padding: 50px 0;
    font-size: 26px;
    font-weight: 200;
    letter-spacing: normal;
    text-transform: none;
}
.btn-full-width:hover {
    background-color: #ef4035;
    color: #fff;
}
.btn-full-width:focus {
    color: #fff;
}
body.modern {
    font-family: Cardo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
body.modern h1, body.modern h2, body.modern h3, body.modern h4, body.modern h5, body.modern h6 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
body.modern p.lead {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
body.modern header .brand-name {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
body.modern .about-carousel .owl-controls .owl-prev, body.modern .about-carousel .owl-controls .owl-next {
    line-height: 55px;
}
body.modern .portfolio-carousel .item .project-details .project-name {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
body.modern .testimonials .testimonials-carousel .item .testimonial-info .testimonial-author .name {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
body.modern .testimonials .testimonials-carousel .owl-controls .owl-prev, body.modern .testimonials .testimonials-carousel .owl-controls .owl-next {
    line-height: 55px;
}

]


.link {
    border: 2px solid #fff;
    border-radius: 100%;
    line-height: 50px;
    padding: 0;
    letter-spacing: normal;
    color: #fff;
    font-size: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.help-block {
    text-align: center;
    font-weight: 300;
    text-decoration: none;
    font-family: 12px !important;
    list-style: none;
}

.help-block>ul>li {
  list-style: none;
  font-size: 12px !important;
  text-align: center;
}

.text-danger {}


