/* =================================== */
/*	Basic Style
/* =================================== */

#nav-header {
    float: right;
    max-width: 77%;
}

#nav-header li a {
    line-height: 4rem;
    font-weight: bold;
}

#nav-header li a:hover {
    color: #0A633B;
}

#nav li a:hover {
    background-color: #0A633B;
}

#navigation {
    background-color: white;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 4px;
}

.nav-logo{
    font-weight: bolder;
    font-size: 3rem;
    margin: 0 5rem;
    line-height: 6.5rem;
    display: inline-block;
}

body {
    background-color: #eeeeee;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    /*color: #666;*/
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
}


a {
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
}

    a:focus, a:hover {
        color: inherit;
    }

h1, h2, h3,
h4, h5, h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
    clear: both;
}

body > section {
    padding: 0;
    margin: auto;
}

.section-title {
    margin: 0 auto 0;
    /*width: 420px;*/
}

    .section-title h2 {
        color: #89ba39;
        font-size: 30px;
        font-weight: bold;
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 10px;
        border-bottom: 1px solid #89ba39;
        display: inline-block;
        padding-right: 50px;
    }

/*.section-title h2:before {
  border-bottom: 1px solid #1f2021;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #1F2021;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-title p {
    line-height: 25px;
    font-weight: 300;
    font-size: 15px;
	margin-bottom:20px;
}*/

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
    background-color: #00c7fc;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 35px;
}

.btn-black {
    background-color: #000;
    color: #89ba39;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 35px;
}

.btn-green {
    background-color: #89ba39;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 35px;
}

    .btn-green:hover {
        background-color: #000;
    }

.btn-new-green {
    background-color: #22B573;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 35px;
    border-radius: 0;
    font-weight: bold;
}

.kill-margin {
    margin: 0 !important;
}

.bold-title {
    font-weight: bold;
    font-size: 30px;
}

.padding-0 {
    padding: 0;
}

.m-0,
.margin-0 {
    margin: 0;
}
.m-auto {
    margin: auto;
}
.w-100 {
    width: 100%;
}
/*************************
*******Navigation******
**************************/
#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.navbar-nav {
    margin: 0 auto;
    float: none;
}
/*.navbg {width:100%; display:inline-block; background-color:#fff;}
*/ .navbar-fixed-top {
    background-color: #eeeeee;
}

nav .nav {
    background-color: #fff;
    border-radius: 5px;
    margin: 10px 0 0 0;
}

.nav > li > a {
    padding: 10px 15px;
}

#navigation > .container {
}

.animated-nav#navigation > .container {
    border-bottom: none;
}

.navbar-brand {
    height: inherit;
    padding: 0;
    float: none;
    text-align: center;
}

    .navbar-brand a {
        display: block;
    }

.navigation .navbar-nav > li > a {
    color: #808080;
}

.navbar-collapse .small a {
    margin-right: 15px;
}

.navigation .navbar-nav > li > a:hover {
    color: #000;
}

.navigation .navbar-nav > li.current > a {
    color: #000;
}

.animated-nav .navigation .navbar-nav > li.current > a {
    color: #000;
}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
    background-color: transparent;
}

.search-form {
    position: relative;
}

    .search-form > #search {
        width: 100%;
    }

    .search-form > #search {
        background-color: transparent;
        height: 40px;
        border: 0;
        margin-top: 28px;
        width: 100%;
    }

    .search-form > #search-sub {
        background: url("../img/icons/search.png") no-repeat scroll 0 0 transparent;
        border: 0;
        bottom: 11px;
        height: 15px;
        position: absolute;
        right: 8px;
        padding: 0;
        text-indent: -9999em;
        width: 15px;
    }

.animated-nav .search-form > #search-sub {
    bottom: 22px;
}
/*************************
*******Main Slider******
**************************/

#home {
    padding: 0;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
}

#home-carousel .carousel-inner .item {
    background-size: cover;
    height: 530px !important;
    margin-top: 9%;
}

.main-text {
    position: absolute;
    top: 35%;
    color: #FFF;
    width: 100%;
    z-index: 1;
}

.z-index2 {
    z-index: 2;
}

.main-text div {
    margin: auto;
}

#home-carousel .slider-content {
    height: 100%;
}

#home-carousel .carousel-caption {
    right: 0;
    top: 0;
    z-index: 11;
    text-align: center;
}

.carousel-caption > div {
    padding: 20px;
    position: absolute;
    top: 5%;
    right: 15%;
    width: 300px;
}

#home-carousel .carousel-inner h2 {
    color: #000;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 20px;
    text-shadow: none;
    text-transform: uppercase;
}

#home-carousel .carousel-inner p {
    color: #000;
    line-height: 18px;
    font-size: 13px;
    margin: 20px 0;
    text-shadow: none;
}

#nav-arrows > a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    height: 60px;
    line-height: 76px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
    z-index: 20;
    margin-top: -30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    #nav-arrows > a.sl-prev {
        left: 50px;
    }

    #nav-arrows > a.sl-next {
        right: 50px;
    }

        #nav-arrows > a.sl-next:hover {
            background-color: #009EE3;
            border-color: #009EE3;
            color: #fff;
        }

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 0.5;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
}

.left-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

section h1,
section h2 {
    color: #000;
    font-weight: bold;
    margin: 10px 0px;
}

.home-link {
    color: #22B573;
}

.padding-right-40 {
    padding-right: 40px;
}

.small-font {
    font-size: 12px;
}

.padding-45 {
    padding: 45px 0;
    background-color: rgb(255, 255, 255);
}

.trouble-section label {
    background-color: #22B573 !important;
    margin: 10px;
    border-radius: 0;
    padding: 1px 4px;
    font-size: 12px;
    border-color: transparent !important;
}

.center-section .row.text-center > div {
    display: inline-block;
    float: none;
}

.medium-font {
    font-size: 20px;
}



/*============================================================
    Services
============================================================*/
#service .media > .pull-left {
    margin-right: 50px;
}

#service .media .media-body h3 {
    color: #00C7FC;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

#service .media .media-body p {
    color: #A8A8A8;
    font-size: 13px;
    line-height: 24px;
}

#service .media {
    padding-bottom: 50px;
    padding-left: 20px;
}




.service-item {
    margin-bottom: 70px;
}

.service-icon {
    float: left;
    margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.service-item h3 {
    color: #00c7fc;
    font-size: 20px;
    margin-bottom: 28px;
}

.service-item p {
    line-height: 24px;
}


/*============================================================
    Service Bottom
============================================================*/

#service-bottom {
    background-color: #1f2021;
    padding-bottom: 0;
    position: relative;
}

.mobile-device {
    position: relative;
}

    .mobile-device img {
        float: left;
        position: relative;
    }

    .mobile-device .black {
        left: 98px;
        z-index: 2;
    }

    .mobile-device .white {
        bottom: -62px;
        z-index: 1;
    }

.service-features {
    background-color: #0f748f;
    color: #fff;
    height: 335px;
    padding: 50px 0 50px 65px;
    position: absolute;
    right: 0;
    top: 18%;
    width: 45%;
}

    .service-features h3 {
        margin-bottom: 60px;
        text-transform: uppercase;
    }

    .service-features ul li {
        background: url("../img/icons/list-bg.png") no-repeat scroll 0 13px transparent;
        font-size: 16px;
        line-height: 36px;
        padding-left: 50px;
    }


/*============================================================
    Portfolio
============================================================*/

#projects {
    width: 100%;
}

.project-filter {
    margin-bottom: 40px;
}

    .project-filter ul li {
        padding: 0;
    }

        .project-filter ul li a {
            color: #000;
            display: block;
            line-height: 18px;
            padding: 10px 20px;
            text-transform: uppercase;
        }

            .project-filter ul li a:hover,
            .project-filter ul li a.active {
                background-color: #00C7FC;
                color: #fff;
            }

.mix {
    display: none;
}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
}

figcaption.mask {
    background-color: #fff;
    bottom: -101px;
    left: 0;
    padding: 30px 0 30px 30px;
    position: absolute;
    width: 100%;
    -webkit-transition: 0.3s ease-out 0s;
    -moz-transition: 0.3s ease-out 0s;
    -ms-transition: 0.3s ease-out 0s;
    -o-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-out 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 30%;
}

figcaption.mask h3 {
    color: #1f2021;
    font-size: 20px;
    line-height: 28px;
}

figcaption.mask span {
    color: #0FAED9;
}


/*============================================================
    About Us
============================================================*/

#about {
    padding-bottom: 0;
}

.about-us img {
    margin: 0 auto;
}

/* Counter section */

#count {
    background-color: #121116;
    padding-bottom: 90px;
}

.counter-section {
    background-color: #096c89;
    padding: 25px 0 40px;
}

.fact-item {
    color: #fff;
}

.fact-icon {
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #1F2021;
    margin: 14.43px auto;
}

    .fact-icon:before,
    .fact-icon:after {
        content: "";
        position: absolute;
        width: 0;
        left: 0;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
    }

    .fact-icon:before {
        bottom: 100%;
        border-bottom: 14.43px solid #1F2021;
    }

    .fact-icon:after {
        top: 100%;
        width: 0;
        border-top: 14.43px solid #1F2021;
    }

    .fact-icon > i {
        line-height: 27px;
    }

.fact-item span {
    display: block;
    font-size: 50px;
    line-height: 42px;
    font-weight: 700;
    margin: 28px 0 20px;
}

.fact-item p {
    font-weight: 300;
}


/*============================================================
    About Us
============================================================*/

.subtitle {
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    line-height: 30px;
}

    .subtitle h3 {
        color: #1f2021;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .subtitle p {
        line-height: 25px;
        margin-bottom: 65px;
    }
/* progress bars */

.progress-bars > span {
    color: #1f2021;
    line-height: 24px;
    text-transform: uppercase;
}

.progress {
    background-color: #dbdbdb;
    border-radius: 0;
    box-shadow: none;
    height: 25px;
    margin-bottom: 25px;
}

    .progress .bar {
        width: 0;
        height: 25px;
        background-color: #00C7FC;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -ms-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }


        .progress .bar small {
            color: #fafafa;
            font-size: 12px;
        }

    .progress.active .bar {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        -moz-animation: progress-bar-stripes 2s linear infinite;
        -ms-animation: progress-bar-stripes 2s linear infinite;
        -o-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }

.progress-success .bar, .progress-green .bar {
    background-color: #00C7FC;
}



/*=================================
    Quotes
===================================*/

#quotes {
    background-color: #1F2021;
}

.call-to-action {
    color: #fff;
    font-weight: 600;
}

    .call-to-action p {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
/*============================================================
    Media Queries
============================================================*/

#subscribe {
    background-color: #1f2021;
    color: #fff;
    line-height: 24px;
}

.subscription-form {
    color: #fff;
    position: relative;
}

    .subscription-form i {
        left: 21px;
        position: absolute;
        top: 22px;
    }

    .subscription-form .subscribe {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
        height: 58px;
        text-indent: 60px;
        width: 100%;
    }

    .subscription-form #mail-submit {
        background-color: #00c7fc;
        border: 0 none;
        color: #fff;
        padding: 16px 35px;
        position: absolute;
        right: 1px;
        top: 1px;
    }


/*============================================================
    Contact Us
============================================================*/

.contact-form .input-field {
    margin-bottom: 10px;
}

.contact-form .form-control {
    border: 1px solid #dbdbdb;
    padding: 20px;
    border-radius: 0;
    height: 58px;
    box-shadow: none;
}

.contact-form .message .form-control {
    height: 198px;
}

.contact-form .form-control::-moz-placeholder {
    color: #1f2021;
}

.contact-form #msg-submit {
    font-size: 20px;
    padding: 15px 50px;
}

    .contact-form #msg-submit:hover {
        color: #fff;
    }

.contact-details {
    margin-bottom: 90px;
}

    .contact-details > span {
        color: #1f2021;
        display: block;
        margin-bottom: 35px;
    }



/*============================================================
    Footer
============================================================*/

#footer {
    padding: 15px 0 15px;
}


.footer-logo {
    margin-bottom: 0;
    text-align: center;
}

.footer-social {
    margin-bottom: 85px;
}

    .footer-social h3 {
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }

        .footer-social h3:after {
            border-bottom: 1px solid #fff;
            bottom: 0;
            content: "";
            display: block;
            left: 50%;
            margin-left: -115px;
            position: absolute;
            width: 230px;
        }

    .footer-social ul li a {
        color: #fff;
        display: block;
        margin: 0 8px;
    }

        .footer-social ul li a:hover {
            color: #00C7FC;
        }

.copyright {
    font-size: 12px;
    color: #666;
}

    .copyright a {
        color: #666;
    }

        .copyright a:hover {
            color: #89ba39;
        }

    .copyright p {
    }

        .copyright p:first-child {
            margin-bottom: 15px;
        }

header {
    padding: 25px 0;
}

.logo {
    text-align: center;
}

.mast-head {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
}

.form {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 15px 20px;
    float: left;
    width: 40%;
}

h2, .h2 {
    font-size: 21px;
    margin: 5px 0 15px 0;
}

.padding {
    padding: 65px 0;
    background-color: rgb(255, 255, 255);
}

.margin {
    margin: 20px 0;
}

.margin-top-20 {
    margin-top: 20px;
}

.greybg {
    background-color: #dbdbdb;
    padding: 5px 0;
}

    .greybg h2 {
        text-align: left !important;
        color: #1f1f1f;
        font-size: 26px;
        margin: 15px 0;
    }

    .greybg p {
        text-align: left !important;
        color: #1f1f1f;
        font-size: 16px;
        margin: 15px 0;
        line-height: 25px;
    }

footer {
    padding: 15px 0;
    font-size: 15px;
}

select {
    width: 100%;
    padding: 6px 0;
    font-size: 14px;
    line-height: 2;
    /*color: #cacaca;*/
    background-color: #fff;
    background-image: none;
    border: 1px solid #cacaca;
    margin-bottom: 5px;
}

label {
    color: #4d4d4d;
    font-weight: normal;
    margin-right: 10px;
    font-size: 15px;
    margin-bottom: 5px;
}

input[type=text] {
    width: 100%;
    border: 1px solid #cacaca;
    padding: 6px 12px;
}

input[type=submit] {
    margin: 15px 0 5px 0 !important;
    border: 1px solid #2b6ba2;
    padding: 8px 50px;
    background-color: #337ab7;
    color: #fff;
    border-radius: 5px;
}

form .col-md-12, .col-md-9, .col-md-4, .col-md-5 {
    padding: 0 0 0 5px !important
}

form .col-md-3 {
    padding: 0 !important;
}

.wizard, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden
}

    .wizard a, .tabcontrol a {
        outline: 0
    }

    .wizard ul, .tabcontrol ul {
        list-style: none !important;
        padding: 0;
        margin: 0
    }

        .wizard ul > li, .tabcontrol ul > li {
            display: block;
            padding: 0
        }

    .wizard > .steps .current-info, .tabcontrol > .steps .current-info {
        position: absolute;
        left: -999em
    }

    .wizard > .content > .title, .tabcontrol > .content > .title {
        position: absolute;
        left: -999em
    }

    .wizard > .steps {
        position: relative;
        display: block;
        width: 100%
    }

    .wizard.vertical > .steps {
        display: inline;
        float: left;
        width: 30%
    }

    .wizard > .steps .number {
        font-size: 1.429em
    }

    .wizard > .steps > ul > li {
        width: 25%
    }

    .wizard > .steps > ul > li, .wizard > .actions > ul > li {
        float: left
    }

    .wizard.vertical > .steps > ul > li {
        float: none;
        width: 100%
    }

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        display: block;
        width: auto;
        margin: 0 .5em .5em;
        padding: 1em 1em;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
        background: #eee;
        color: #aaa;
        cursor: default
    }

    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        background: #2184be;
        color: #fff;
        cursor: default
    }

    .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
        background: #9dc8e2;
        color: #fff
    }

    .wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
        background: #ff3111;
        color: #fff
    }

    .wizard > .content {
        background: #eee;
        display: block;
        margin: .5em;
        overflow: hidden;
        position: relative;
        width: auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

    .wizard.vertical > .content {
        display: inline;
        float: left;
        margin: 0 2.5% .5em 2.5%;
        width: 65%
    }

    .wizard > .content > .body {
        padding: 1%
    }

        .wizard > .content > .body ul {
            list-style: disc !important
        }

            .wizard > .content > .body ul > li {
                display: list-item
            }

        .wizard > .content > .body > iframe {
            border: 0 none;
            width: 100%;
            height: 100%
        }

        .wizard > .content > .body input {
            display: block;
            border: 1px solid #ccc
        }

            .wizard > .content > .body input[type="checkbox"] {
                display: inline-block
            }

            .wizard > .content > .body input.error, .wizard > .content > .body textarea.error {
                background: #fbe3e4;
                border: 1px solid #fbc2c4;
                color: #8a1f11
            }

        .wizard > .content > .body label {
            display: inline-block;
            margin-bottom: .5em
        }

            .wizard > .content > .body label.error, .wizard > .content > .body textarea.error {
                color: #8a1f11;
                display: inline-block;
            }

    .wizard > .actions {
        position: relative;
        display: block;
        text-align: right;
        width: 100%
    }

    .wizard.vertical > .actions {
        display: inline;
        float: right;
        margin: 0 2.5%;
        width: 95%
    }

    .wizard > .actions > ul {
        display: inline-block;
        text-align: right
    }

        .wizard > .actions > ul > li {
            margin: 0 .5em
        }

    .wizard.vertical > .actions > ul > li {
        margin: 0 0 0 1em
    }

    .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
        background: #2184be;
        color: #fff;
        display: block;
        padding: .5em 1em;
        text-decoration: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

    .wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
        background: #eee;
        color: #aaa
    }

    .wizard > .loading {
    }

        .wizard > .loading .spinner {
        }

    .tabcontrol > .steps {
        position: relative;
        display: block;
        width: 100%
    }

        .tabcontrol > .steps > ul {
            position: relative;
            margin: 6px 0 0 0;
            top: 1px;
            z-index: 1
        }

            .tabcontrol > .steps > ul > li {
                float: left;
                margin: 5px 2px 0 0;
                padding: 1px;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px
            }

                .tabcontrol > .steps > ul > li:hover {
                    background: #edecec;
                    border: 1px solid #bbb;
                    padding: 0
                }

                .tabcontrol > .steps > ul > li.current {
                    background: #fff;
                    border: 1px solid #bbb;
                    border-bottom: 0 none;
                    padding: 0 0 1px 0;
                    margin-top: 0
                }

                .tabcontrol > .steps > ul > li > a {
                    color: #5f5f5f;
                    display: inline-block;
                    border: 0 none;
                    margin: 0;
                    padding: 10px 30px;
                    text-decoration: none
                }

                    .tabcontrol > .steps > ul > li > a:hover {
                        text-decoration: none
                    }

                .tabcontrol > .steps > ul > li.current > a {
                    padding: 15px 30px 10px 30px
                }

    .tabcontrol > .content {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 35em;
        overflow: hidden;
        border-top: 1px solid #bbb;
        padding-top: 20px
    }

        .tabcontrol > .content > .body {
            float: left;
            position: absolute;
            width: 95%;
            height: 95%;
            padding: 2.5%
        }

            .tabcontrol > .content > .body ul {
                list-style: disc !important
            }

                .tabcontrol > .content > .body ul > li {
                    display: list-item
                }

@media(max-width: 600px) {
    .wizard > .steps > ul > li {
        width: 50%
    }

    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
        margin-top: .5em
    }

    .wizard.vertical > .steps, .wizard.vertical > .actions {
        display: block;
        float: none;
        width: 100%
    }

    .wizard.vertical > .content {
        display: block;
        float: none;
        margin: 0 .5em .5em;
        width: auto
    }
}

@media(max-width: 480px) {
    .wizard > .steps > ul > li {
        width: 100%
    }
}

/*Install Page*/
.bordered-img {
    width: 150px;
    height: 150px;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid gray;
    border-radius: 50%;
}

.image {
    width: 80%;
    margin: 10px;
}

.relative-header {
    position: relative;
}

    .relative-header .row {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding: 10px 30px;
    }

    .relative-header .nav {
        background-color:transparent;
    }

    .relative-header .nav > li > a{
        color: #fff;
    }

        .relative-header .nav > li > a:hover {
            color: #22B573;
        }

    .relative-header .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.bg-green {
    background-color: #198655;
}

.text-white {
    color: white;
}

.text-green {
    color: #198655
}

/*Buyer Steps*/
#ad-container {
    display:none;
    background-color: #003951;
    margin-top: 1rem;
}

#ad-header{
    font-size: 3rem;
    margin: 20px 0 0;
}

#ad-body{
    font-size: 2rem;
    margin: 0 0 20px;
}

.buyer-steps-container {
    margin: 0 0 2% 0;
    background: url(../images/Home/steps-bg.jpg);
    background-size: cover;
    background-position: right;
}

#green-translucent-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(25, 134, 85, 0.7);
    position: absolute;
    left: 0;
    right: 0;
}

.buyer-step {
    padding: 0px 4% !important;
    margin: 2% 0%;
}

#buyer-steps-carousel {
    padding: 5% 0 16% 0;
}

#fab {
    width: 50px;
    height: 50px;
    background-color: green;
    border-radius: 50px;
    text-align: center;
    position: fixed;
    right: 3%;
    bottom: 4%;
    z-index: 3;
}

#fab i{
    font-size: 2.3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -58%);
}

.green-text {
    color: #198655;
}

.step-text{
    min-height: 15rem;
    font-size: 2rem;
}

.step-image{
    padding: 0 4% !important;
}

.location-card{
    padding: 1rem;
    margin-top: 1rem;
    background-color: white;
    box-shadow: gray 0px 0px 6px;
}

.address-text{
    min-height: 4rem;
}
.maps-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.m-y-2{
    margin: 2rem;
}

.m-y-4 {
    margin: 4rem;
}

.m-l-2{
    margin-left: 2%;
}

.m-r-2{
    margin-right: 2%;
}

.f-s-3{
    font-size: 3rem;
}

.p-3{
    padding: 3rem;
}

.text-blue {
    color: #003951;
}
