.nav a,
body {
    font-family: Roboto, sans-serif;
}
.nav > li:hover .sub-nav,
.our-projects .pro-box:hover img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    -ms-font-smoothing: subpixel-antialiased;
    -o-font-smoothing: subpixel-antialiased;
}
.padding10 {
    padding: 10px 0;
}
.padding20 {
    padding: 20px 0;
}
.padding30 {
    padding: 30px 0;
}
.padding40 {
    padding: 40px 0;
}
.padding50 {
    padding: 50px 0;
}
.padding60 {
    padding: 60px 0;
}
.padding70 {
    padding: 70px 0;
}
.padding80 {
    padding: 80px 0;
}
.padding90 {
    padding: 90px 0;
}
.padding100 {
    padding: 100px 0;
}
.second_row {
    margin-top: 35px;
}
.page-center {
    width: 1200px;
    margin: auto;
}
.home header.first {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    min-height: 900px;
}
.logo {
    height: 50px;
    float: left;
}
.logo img {
    width: 50%;
}
.navbar-toggle span {
    background-color: #fff;
}
.navbar-toggle {
    padding: 9px 6px !important;
    margin: 15px 0 0 !important;
}
.nav {
    margin-top: 5px;
}
.nav a {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.nav a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent !important;
}
.sub-nav {
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    width: 250px;
    opacity: 0;
    border-radius: 5px;
    overflow: hidden;
    background-color: #eee;
}
.sub-nav li {
    list-style: none;
    text-align: center;
}
.sub-nav li a {
    display: block;
}
.nav > li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    z-index: 9999999;
}
.nav > li:hover .sub-nav a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
}
.nav > li:hover .sub-nav a:hover {
    color: #0b9444;
    box-shadow: #ddd 0 0 2px;
}
.banner-content h1,
.banner-content p {
    color: #fff;
    text-align: center;
    font-family: Roboto, sans-serif;
}
input#userfile {
    padding-top: 9px;
}
.banner-content {
    width: 70%;
    padding: 160px 0;
    margin: auto;
    text-align: center;
}
.banner-content h1 {
    font-size: 55px;
    line-height: 60px;
    font-weight: 700;
}
.banner-content p {
    font-size: 20px;
    font-weight: 100;
    margin-top: 25px;
}
.banner-content a {
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    font-size: 20px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 35px;
}
.banner-content a:hover {
    text-decoration: none;
    background-color: #333;
    color: #fff;
}
section.second {
    background-color: #f8f8f8;
}
section.second .ser-box {
    width: 370px;
    height: 300px;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: #e6e6e6 0 0 5px;
    margin-right: 30px;
}
.ser-box-top {
    margin-top: -250px;
}
.ser-box-top-second {
    margin-top: 30px;
}
section.second .ser-box:last-child {
    margin-right: 0 !important;
}
section.second .ser-box h2 {
    text-align: center;
    font-size: 24px;
    color: #4eaf5e;
    line-height: 30px;
    margin-top: 50px;
}
section.second .ser-box h2 span {
    color: #333;
    font-weight: 300;
    display: block;
}
section.second .ser-box p {
    text-align: center;
    font-size: 15px;
    color: #666;
    line-height: 23px;
    margin-top: 15px;
    font-weight: 300;
}
.who-we-are {
    padding-top: 70px;
}
.who-we-are h1 {
    text-align: center;
    font-size: 35px;
    color: #4eaf5e;
    font-weight: 700;
}
.who-we-are h1 span {
    color: #333;
}
.who-we-are p {
    text-align: center;
    font-size: 15px;
    color: #666;
    font-weight: 300;
    margin-top: 20px;
}
.who-we-are a {
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    color: #333;
    background-color: transparent;
    border: 2px solid #333;
    display: block;
    font-size: 17px;
    margin: 30px auto auto;
}
.who-we-are a:hover {
    text-decoration: none;
    background-color: #333;
    color: #fff;
}
.inner_image {
    margin: 30px 0;
}
.our-projects h1 {
    text-align: center;
    font-size: 35px;
    color: #4eaf5e;
    font-weight: 700;
}
.our-projects h1 span {
    color: #333;
}
.our-projects p {
    text-align: center;
    font-size: 15px;
    color: #666;
    font-weight: 300;
    margin: 40px 0;
}
.our-projects .pro-box {
    width: 370px;
    height: 300px;
    position: relative;
    padding: 0;
    background-color: #0b9444;
    box-shadow: #e6e6e6 0 0 5px;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.our-projects .pro-box:nth-child(3),
.our-projects .pro-box:nth-child(6) {
    margin-right: 0;
}
.our-projects .pro-box h3 {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #fff;
    display: none;
}
.our-projects .pro-box a {
    position: absolute;
    bottom: 20px;
    color: #fff;
    right: 20px;
    display: none;
}
.our-projects .pro-box:hover h3 {
    display: block;
}
.our-projects .pro-box:hover a {
    display: block;
    cursor: pointer;
}
.our-projects .pro-box:hover img {
    opacity: 0.2;
}
section.fourth {
    background-color: #f8f8f8;
}
section.fourth h1 {
    font-size: 35px;
    font-weight: 100;
    color: #333;
}
section.fourth h2 {
    font-size: 23px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #333;
}
section.fourth .coustomer-content {
    padding: 0;
    font-family: Roboto, sans-serif;
}
section.fourth .coustomer-content p {
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
    font-family: Roboto, sans-serif;
}
section.fourth .coustomer-content ul {
    margin: 40px 0 0;
    padding-left: 15px;
}
section.fourth .coustomer-content ul li {
    list-style-image: url(../images/li.png);
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #0b9444;
    line-height: 40px;
    font-weight: 500;
}
section.fourth .coustomer-logos {
    padding: 0 0 0 50px;
    font-family: Roboto, sans-serif;
}
section.fourth .coustomer-logos .coust-logos {
    padding: 0 10px;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 35px;
}
.testimonial {
    background-image: url(../images/testi-bg.jpg);
    background-size: cover;
}
.testimonial .quote {
    color: rgba(255, 255, 255, 0.1);
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
#fade-quote-carousel.carousel {
    padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #333;
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
    margin: 20px 0;
}
#fade-quote-carousel .profile-circle {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 90px;
}
.testimonial p {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
footer {
    background-color: #262831;
}
footer .footer-box {
    background-color: #30323b;
    border-radius: 3px;
    padding: 10px 15px;
    min-height: 110px;
}
footer .col-md-3:last-child {
    padding-right: 0;
}
footer .col-md-3:first-child {
    padding-left: 0;
}
footer .footer-box p {
    color: #0b9444;
    margin: 7px 0;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
}
footer .footer-box p span {
    display: inline-block;
    width: 25%;
    color: #ccc;
}
footer .footer-box a {
    color: #0b9444;
}
.footer-about {
    margin: 15px 0 !important;
    color: #ccc !important;
}
footer form input:first-child {
    width: 100%;
    border-radius: 3px;
    border: none;
    background-color: #30323b;
    padding-left: 10px;
    height: 50px;
    margin-bottom: 5px;
    color: #fff;
}
footer form input:last-child {
    width: 100%;
    border-radius: 3px;
    border: none;
    background-color: #0b9444;
    height: 50px;
    margin-top: 5px;
    color: #fff;
    font-size: 17px;
}
footer .container:last-child {
    margin-top: 30px;
    border-top: 2px solid #30323b;
    padding-top: 10px;
}
#mc_embed_signup .mc-field-group {
    width: 100% !important;
}
#mc_embed_signup input {
    border: none !important;
}
footer .footer-menu {
    width: 50%;
    float: left;
    padding: 10px 0;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer .footer-menu ul li {
    float: left;
    padding-right: 20px;
    list-style: none;
}
footer .footer-menu ul li a {
    color: #ccc;
}
footer .footer-menu ul li a:hover {
    text-decoration: none;
    color: #0b9444;
}
footer .copyright {
    width: 50%;
    float: left;
    padding: 10px 0;
    text-align: right;
    color: #ccc;
}
footer .copyright span {
    color: #0b9444;
}
.social {
    width: 100%;
    padding-top: 10px;
    float: left;
}
footer .social li {
    list-style: none;
    float: left;
    margin-right: 20px;
}
footer .social li a {
    color: #ccc;
    font-size: 18px;
}
footer .social li:hover a {
    color: #0b9444;
}
ul.nav li:hover {
    background-color: #f6f6f6;
    border-radius: 3px;
}
ul.nav li:hover a {
    color: #0b9444;
    font-weight: 300;
}
.footer-sub-nav ul li {
    height: 30px;
    width: 100%;
    display: block;
    line-height: 30px;
    text-align: center;
}
.footer-sub-nav ul ul {
    float: left;
    text-align: center;
    width: 100%;
    display: none;
    opacity: 0;
}
li.footer-menu-open ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
}
.footer-sub-nav li {
    color: #ccc;
}
.footer-sub-nav ul ul li a {
    color: #0b9444;
    font-size: 15px;
}
.footer-sub-nav ul ul li a:hover {
    color: #fff;
}
.footer-sub-nav {
    width: 100%;
    float: left;
    margin-top: 10px;
    display: none;
}
#main-menu {
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
#main-menu .row:first-child {
    width: 1170px;
    margin: auto;
}
.fixed-menu {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 99999;
    width: 100%;
    box-shadow: #ccc 0 0 4px;
    display: block;
}
.about-box .about-boxes,
.host-logo {
    box-shadow: #ddd 0 0 3px;
}
.fixed-menu .row {
    width: 1200px;
    margin: auto;
    padding: 10px 0;
}
.fixed-menu .logo {
    margin-left: 15px;
}
.fixed-menu a {
    color: #333;
}
#main-menu .row .navbar-header .logo img.fixed-logo,
.fixed-menu .logo img.main-logo {
    display: none;
}
.fixed-menu .logo img.fixed-logo {
    display: block !important;
    width: 45%;
}
.fixed-menu .btn span {
    background-color: #333;
}
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: 0.4s;
}
button.accordion.active,
button.accordion:hover {
    background-color: #ddd;
}
button.accordion:after {
    content: "\002B";
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2212";
}
div.panel_accordion {
    padding: 0 6px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
input#exampleInputFile {
    padding-top: 9px;
}
.hosting_compnies {
    margin: 40px 15px 0 0;
}
.hosting-content h3,
.hosting-content p {
    margin-left: 15px;
}
.hosting-content .btn {
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #0b9444;
    color: #fff;
    margin-left: 15px;
}
.sidebar img {
    margin-bottom: 15px;
}
.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}
.thumbnail {
    padding: 0;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    width: 100%;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.contact-address .col-md-12 {
    padding-left: 0;
}
.contact-address i {
    color: #0b9444;
    font-size: 35px;
    margin-bottom: 10px;
}
.address-item {
    border: 1px solid #f1f1f1;
    height: 165px;
    text-align: center;
    padding: 19px 0;
    margin-bottom: 15px;
}
.card {
    margin-bottom: 4px;
    bbackground: #f1f1f1;
}
.card-header {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    padding-left: 5px;
    background: #f1f1f1;
}
.card-header a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
.card-block {
    background: #f9f9f9;
    padding: 12px;
    color: #666;
}
a:focus {
    outline: 0;
}
.mb-0 {
    margin: 20px 5px;
}
.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed;
}
.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top;
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px;
}
.breadcrumb-arrow li + li:before {
    padding: 0;
    content: "";
}
.breadcrumb-arrow li span {
    padding: 0 10px;
}
.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    padding: 0 10px;
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #0b9444;
    border: 1px solid #0b9444;
}
.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: "";
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #0b9444;
    border-left-style: solid;
    border-left-width: 11px;
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #067936;
}
.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #09843c;
    border: 1px solid #09843c;
}
.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: #09843c;
}
.breadcrumb-arrow li a:active {
    background-color: #09843c;
    border: 1px solid #09843c;
}
.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #09843c;
}
.breadcrumb-arrow li span {
    color: #434a54;
}
@media only screen and (max-width: 1024px) and (min-width: 986px) {
    .home header.first {
        min-height: 700px;
    }
    .banner-content {
        width: 80%;
        padding: 85px 0;
    }
    .home .banner-content a {
        margin-top: 20px;
    }
    .our-projects .pro-box,
    section.second .ser-box {
        width: 303px;
    }
    section.fourth .coustomer-logos {
        margin-top: 15px;
    }
    section.fourth .coustomer-logos .coust-logos {
        margin-bottom: 30px;
    }
    #fade-quote-carousel blockquote {
        margin: 0;
    }
    footer .footer-box p span {
        width: 20%;
    }
    footer .footer-box p {
        margin: 0 !important;
    }
    footer form input:last-child {
        font-size: 14px;
    }
    footer {
        padding: 50px 0 !important;
    }
    #main-menu .row:first-child {
        width: inherit;
    }
    .fixed-menu .logo {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 985px) and (min-width: 768px) {
    .banner-content {
        padding: 100px 0;
        width: 90%;
    }
    .banner-content h1 {
        font-size: 50px;
    }
    .banner-content p {
        font-size: 19px;
        margin: 0;
    }
    .our-projects .pro-box,
    section.second .ser-box {
        width: 240px;
        margin-right: 15px;
    }
    .home header.first {
        min-height: 700px;
    }
    .our-projects .pro-box {
        height: 250px;
    }
    section.fourth .coustomer-content p {
        margin: 0;
    }
    section.fourth .coustomer-logos {
        margin-top: 30px;
        padding-left: 20px;
    }
    section.fourth .coustomer-content ul {
        margin: 30px;
    }
    .testimonial .quote {
        margin: 0;
    }
    footer .col-md-3:first-child {
        padding-left: 15px;
        margin-bottom: 10px;
    }
    footer .col-md-3:last-child {
        padding-right: 15px;
        margin-top: 10px;
    }
    .testimonial .row,
    footer .container:last-child .row {
        margin: 0;
    }
    footer .footer-menu {
        width: 55%;
    }
    footer .copyright {
        width: 45%;
    }
    footer .footer-menu ul li {
        padding-right: 15px;
    }
    #main-menu .row:first-child {
        width: inherit;
    }
    .fixed-menu .logo {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .banner-content p,
    .row {
        margin: 0;
    }
    .banner-content {
        width: 90%;
        padding: 50px 0;
    }
    .banner-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .home header.first {
        min-height: 400px;
    }
    .ser-box-top {
        margin-top: 0;
    }
    section.second {
        padding: 50px;
    }
    section.second .ser-box h2 {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    section.second .ser-box {
        width: 100%;
        height: 180px;
    }
    section.second .ser-box h2 span {
        display: inline-block;
        margin-right: 5px;
    }
    section.third {
        padding: 50px 0;
    }
    .our-projects .pro-box:nth-child(even) {
        width: 48%;
        float: left;
        margin-right: 0;
    }
    .our-projects .pro-box:nth-child(odd) {
        width: 48%;
        margin-right: 25px;
        float: left;
    }
    section.fourth h2 {
        margin: 0;
    }
    section.fourth .coustomer-content ul {
        margin-top: 20px;
    }
    section.fourth .coustomer-logos {
        padding-left: 7px;
        margin-top: 30px;
    }
    .testimonial .quote {
        margin: 0;
    }
    footer .col-md-3,
    footer .col-md-6 {
        padding: 0;
        margin-bottom: 10px;
    }
    footer .footer-menu ul li {
        padding-right: 30px;
        line-height: 30px;
    }
    .navbar-header {
        margin-bottom: 10px;
    }
    ul.nav li {
        background-color: #f6f6f6;
        width: 100%;
        border-bottom: 1px solid #efefef;
    }
    ul.nav li a {
        color: #0b9444;
        font-weight: 300;
        text-align: center;
    }
    ul.nav li:hover {
        background-color: #333;
    }
    ul.nav li:hover a {
        color: #fff;
    }
    .nav {
        margin-top: 0;
    }
    ul.nav li:first-child {
        border-radius: 5px 5px 0 0;
    }
    ul.nav li:last-child {
        border-radius: 0 0 5px 5px;
        border: none;
    }
    .sub-nav {
        display: none;
    }
    .footer-sub-nav {
        display: block;
    }
    #main-menu .row:first-child {
        width: inherit;
    }
    .fixed-menu .logo {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .banner-content a,
    .navbar-collapse {
        margin-top: 20px;
    }
    footer .copyright,
    footer .social,
    footer .social ul,
    ul.nav li a {
        text-align: center;
    }
    .home header.first {
        padding: 20px 0;
        min-height: 550px;
    }
    .banner-content {
        width: 100%;
        padding: 50px 0;
    }
    .banner-content h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .ser-box-top {
        margin-top: 0 !important;
    }
    section.second {
        padding: 50px 0 !important;
    }
    section.second .ser-box h2 {
        width: 100%;
        float: left;
        margin-top: 30px;
    }
    section.second .ser-box {
        width: 325px;
        height: 240px;
        margin: 0 10px;
    }
    .row,
    section.fourth h2 {
        margin: 0;
    }
    .our-projects .pro-box {
        width: 345px;
    }
    section.fourth .coustomer-content ul li {
        font-size: 19px;
        line-height: 25px;
        height: 35px;
    }
    section.fourth .coustomer-logos {
        padding-left: 10px;
        margin-top: 10px;
    }
    section.fourth .coustomer-logos .coust-logos {
        margin-bottom: 5px;
        margin-top: 30px;
        width: 100%;
    }
    .testimonial .quote {
        margin: 0;
    }
    footer {
        padding: 40px 0 !important;
    }
    footer .col-md-3,
    footer .col-md-6 {
        padding: 0;
        margin-bottom: 10px;
    }
    footer .footer-menu {
        display: none;
    }
    footer .copyright {
        width: 100%;
    }
    footer .social ul {
        display: inline-block;
    }
    ul.nav li {
        background-color: #f6f6f6;
        width: 100%;
        border-bottom: 1px solid #efefef;
    }
    ul.nav li a {
        color: #0b9444;
        font-weight: 300;
    }
    ul.nav li:hover {
        background-color: #333;
    }
    ul.nav li:hover a {
        color: #fff;
    }
    .nav {
        margin-top: 0;
    }
    ul.nav li:first-child {
        border-radius: 5px 5px 0 0;
    }
    ul.nav li:last-child {
        border-radius: 0 0 5px 5px;
        border: none;
    }
    .sub-nav {
        display: none;
    }
    .footer-sub-nav {
        display: block;
    }
    #main-menu .row:first-child {
        width: inherit;
    }
    .fixed-menu .logo {
        margin-left: 15px;
        width: 80%;
    }
}
.about .nav a,
.about header.first #main-menu li {
    color: #333;
}
@media (min-width: 768px) {
    .navbar-header {
        width: 40%;
    }
}
.about .menu-bg {
    background-color: #fff;
    position: absolute;
    height: 80px;
    width: 100%;
    top: 0;
    left: 0;
}
.about header.first {
    background-image: url(../images/about-banner-bg.jpg);
    background-size: cover;
    min-height: 450px;
}
.about header.first #main-menu {
    padding: 0 15px;
}
.about .logo img.main-logo {
    display: none !important;
}
.about .logo img.fixed-logo {
    display: block !important;
}
.about .fixed-logo {
    padding: 0;
}
.about #main-menu .row:first-child {
    padding: 15px 0;
}
.about .logo {
    z-index: 9999999;
    position: absolute;
}
.about .banner-content {
    padding: 140px 0;
}
.about .about-daze {
    background-image: url(../images/about-daze-bg.jpg);
    background-size: cover;
}
.about .about-daze h1 {
    font-size: 30px;
    margin: 20px 0;
}
.about .about-daze p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    font-weight: 300;
}
.about-box .about-boxes {
    height: 200px;
    margin-right: 20px;
    width: 100%;
    padding: 20px 35px;
    margin-bottom: 30px;
}
.about-box .about-boxes:nth-child(3),
.about-box .about-boxes:nth-child(6) {
    margin-right: 0;
}
.about-box .about-boxes i {
    display: block;
    float: left;
    color: #4eaf5e;
    font-size: 35px;
    margin-top: 30px;
}
.about-box .about-boxes h3 {
    width: 80%;
    font-weight: 300;
    padding-left: 20px;
    display: block;
    float: left;
}
.about-box .about-boxes p {
    color: #666;
    width: 100%;
    margin-top: 15px;
    display: block;
    float: left;
}
.about .team {
    background-color: #f6f6f6;
}
.about .team .team-member {
    width: 100%;
    position: relative;
}
.about .team img {
    width: 100%;
}
.about .team .team-member-details {
    width: 100%;
    height: 90px;
    padding: 0 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #4eaf5e;
}
.service .nav a,
.service header.first #main-menu li {
    color: #333;
}
.about .team .team-member:hover .team-member-details {
    background-color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.about .team .team-member-details p {
    margin: 0;
}
.about .team .team-member-details h3 {
    margin-bottom: 5px;
}
.about .navbar-toggle span {
    background-color: #333;
}
@media only screen and (max-width: 985px) and (min-width: 768px) {
    .about .about-daze {
        background-image: none;
        background-color: #f8f8f8;
        padding: 50px 0;
    }
    .about .team .team-member {
        margin-bottom: 30px;
    }
    .about header.first {
        background-position-y: 0;
        min-height: 300px;
    }
    .about .banner-content {
        padding: 100px 0;
    }
    .about .about-box {
        padding: 60px 0 30px;
    }
    .about header.first #main-menu {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 986px) {
    .about .about-daze {
        background-position-x: 70%;
    }
    .about header.first {
        background-position-y: 0;
        min-height: 300px;
    }
    .about .banner-content {
        padding: 100px 0;
    }
    .about header.first #main-menu {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .about .banner-content {
        padding: 50px 0;
    }
    .about header.first {
        background-position-y: 0;
        min-height: 250px;
    }
    .about .about-daze {
        background-image: none;
        background-color: #f8f8f8;
        padding: 30px 0;
    }
    .about .team .team-member {
        margin-bottom: 30px;
    }
    section.team .container {
        padding: 50px 0;
    }
    .about header.first #main-menu {
        padding: 0 15px;
    }
    .about .menu-bg {
        height: 100px !important;
    }
    .about .team .team-member-details h3 {
        font-size: 20px;
        margin-top: 10px;
    }
    .about .team .team-member-details {
        height: 70px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .about .banner-content {
        padding: 50px 0;
    }
    .about header.first {
        background-position-y: 0;
        min-height: 250px;
    }
    .about .about-daze {
        background-image: none;
        background-color: #f8f8f8;
        padding: 30px 0;
    }
    .about .team-member {
        margin-bottom: 30px;
    }
    section.team .container {
        padding: 50px 0;
    }
    .about header.first #main-menu {
        padding: 0 15px;
    }
    .about .team .team-member-details h3 {
        font-size: 20px;
        margin-top: 10px;
    }
    .about .team .team-member-details {
        height: 70px;
    }
}
.portfolio .menu-bg,
.service .menu-bg {
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
}
.service .menu-bg {
    background-color: #fff;
    width: 100%;
}
.service header.first {
    background-image: url(../images/service-banner.jpg);
    background-size: cover;
    min-height: 450px;
}
.service .navbar-toggle span {
    background-color: #333;
}
.service header.first #main-menu {
    padding: 0 15px;
}
.service .logo img.main-logo {
    display: none !important;
}
.service .logo img.fixed-logo {
    display: block !important;
}
.service .fixed-logo {
    padding: 0;
}
.service #main-menu .row:first-child {
    padding: 15px 0;
}
.service .logo {
    z-index: 9999999;
    position: absolute;
}
.service .banner-content {
    padding: 140px 0;
}
.service .about-daze {
    background-image: url(../images/service-daze-bg.jpg);
    background-size: cover;
}
.service .about-daze h1 {
    font-size: 30px;
    margin: 20px 0;
}
.service .about-daze p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    font-weight: 300;
}
.service .about-daze ul {
    margin: 20px 0 0;
    padding: 0 20px;
    width: 50%;
    float: left;
}
.service .about-daze ul li {
    font-size: 22px;
    line-height: 40px;
    color: #00b444;
    list-style-image: url(../images/li.png);
}
.service .about-daze ul li a {
    color: #00b444;
    text-decoration: none;
    cursor: pointer;
}
.service .skill-set img {
    width: 100%;
}
.service .skill-set p {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #666;
}
.service .skill-set ul {
    margin-left: 25px;
    padding: 0;
    margin-top: 20px;
}
.service .skill-set ul li {
    margin: 10px 0;
    list-style-image: url(../images/ + .png);
    color: #00b444;
    font-size: 20px;
    padding-left: 5px;
    cursor: pointer;
}
.service .strategy {
    background-color: #f6f6f6;
}
.service .strategy-box {
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
}
.service .strategy h2 {
    font-weight: 100;
    text-align: center;
    margin-bottom: 20px;
}
.service .strategy i {
    display: block;
    color: #00b444;
    font-size: 45px;
    text-align: center;
}
.portfolio .nav a,
.portfolio header.first #main-menu li {
    color: #333;
}
.service .strategy h3 {
    font-weight: 400;
    text-align: center;
    font-size: 22;
}
.service .strategy p {
    font-weight: 300;
    text-align: center;
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .service .banner-content {
        padding: 50px 0;
    }
    .service header.first {
        background-position-y: 0;
        min-height: 250px;
    }
    .service .about-daze {
        background-image: none;
        background-color: #f8f8f8;
        padding: 30px 0;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .service .banner-content {
        padding: 50px 0;
    }
    .service header.first {
        background-position-y: 0;
        min-height: 250px;
    }
    .service .about-daze {
        background-image: none;
        background-color: #f8f8f8;
        padding: 30px 0;
    }
}
.portfolio .menu-bg {
    background-color: #fff;
    width: 100%;
}
.portfolio header.first {
    background-image: url(../images/portfolio-banner.jpg);
    background-size: cover;
    min-height: 450px;
}
.portfolio .navbar-toggle span {
    background-color: #333;
}
.portfolio header.first #main-menu {
    padding: 0 15px;
}
.portfolio .logo img.main-logo {
    display: none !important;
}
.portfolio .logo img.fixed-logo {
    display: block !important;
}
.portfolio .fixed-logo {
    padding: 0;
}
.portfolio #main-menu .row:first-child {
    padding: 15px 0;
}
.portfolio .logo {
    z-index: 9999999;
    position: absolute;
}
.portfolio .banner-content {
    padding: 140px 0;
}
.portfolio .about-daze h1 {
    font-size: 30px;
    margin: 20px 0;
}
.portfolio .about-daze p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    font-weight: 300;
}
.portfolio .cd-filter {
    opacity: 0;
}
.portfolio .filter-is-visible {
    opacity: 1;
}
.portfolio .cd-gallery li {
    position: relative;
    overflow: hidden;
}
.portfolio .cd-gallery li p {
    position: absolute;
    bottom: -50px;
    height: 50px;
    color: #fff;
    width: 100%;
    opacity: 0;
    background-color: #00b444;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 20px;
    margin: 0;
    font-weight: 300;
}
.contact .nav a,
.contact header.first #main-menu li {
    color: #333;
}
.portfolio .cd-gallery li:hover p {
    bottom: 0;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.portfolio .about-daze {
    background-image: url(../images/portfolio-bg.jpg);
    background-size: cover;
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .portfolio .banner-content {
        padding: 50px 0;
    }
    .portfolio header.first {
        background-position-y: 0;
        min-height: 250px;
    }
    .portfolio .about-daze {
        background-image: none;
        background-color: #f8f8f8;
        padding: 30px 0;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .portfolio .banner-content {
        padding: 50px 0;
    }
    .portfolio header.first {
        background-position-y: 0;
        min-height: 250px;
    }
    .portfolio .about-daze {
        background-image: none;
        background-color: #f8f8f8;
        padding: 30px 0;
    }
}
.contact .menu-bg {
    background-color: #fff;
    position: absolute;
    height: 80px;
    width: 100%;
    top: 0;
    left: 0;
}
.contact header.first {
    background-image: url(../images/contact-banner.jpg);
    background-size: cover;
    min-height: 450px;
}
.career header.first {
    background-image: url(../images/career-banner.jpg);
    background-size: cover;
    min-height: 450px;
}
.contact .about-daze {
    background-color: #f6f6f6;
    text-align: center;
}
.contact .navbar-toggle span {
    background-color: #333;
}
.contact header.first #main-menu {
    padding: 0 15px;
}
.contact .logo img.main-logo {
    display: none !important;
}
.contact .logo img.fixed-logo {
    display: block !important;
}
.contact .fixed-logo {
    padding: 0;
}
.contact #main-menu .row:first-child {
    padding: 15px 0;
}
.contact .logo {
    z-index: 9999999;
    position: absolute;
}
.contact .banner-content {
    padding: 140px 0;
}
.contact .about-daze h1 {
    font-size: 30px;
    margin: 20px 0;
}
.contact .about-daze p {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    font-weight: 300;
}
.contact .about-daze p:nth-child(2) {
    font-size: 20px;
    color: #00b444;
}
.contact .form-container h2 {
    margin-bottom: 30px;
    font-size: 23px;
}
.contact .form-container .form-2-1 {
    width: 50%;
    float: left;
    padding: 5px;
}
.contact .form-container input {
    width: 100%;
    padding-left: 5px;
    height: 40px;
    border: 1px solid #ccc;
}
.contact .form-container textarea {
    width: 100%;
    height: 50px;
    padding-left: 5px;
    border: 1px solid #ccc;
}
.contact .form-container .btn {
    width: 100%;
    height: 50px;
    border: none;
    background: #333;
    color: #fff;
    margin-top: 25px;
    font-size: 20px;
}
.contact .form-container .btn:hover {
    background-color: #00b444;
}
.contact .form-container label {
    font-weight: 300;
    color: #666;
}
.services .nav a,
.services header.first #main-menu li {
    color: #333;
}
.contact .address .map {
    width: 90%;
    height: 230px;
    margin-left: 30px;
    background-color: #ccc;
    margin-top: 100px;
}
.contact .address .map iframe {
    height: 100%;
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .contact .banner-content {
        padding: 50px 0;
    }
    .contact header.first {
        background-position-y: 0;
        min-height: 250px;
    }
    .contact .about-daze {
        background-image: none;
        background-color: #f8f8f8;
        padding: 30px 0;
    }
    .contact .address .map {
        margin-left: 0;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .contact .banner-content {
        padding: 50px 0;
    }
    .contact header.first {
        background-position-y: 0;
        min-height: 250px;
    }
    .contact .about-daze {
        background-image: none;
        background-color: #f8f8f8;
        padding: 30px 0;
    }
    .contact .address .map {
        margin-left: 0;
        width: 100%;
        height: 200px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 986px) {
    .contact .address .map {
        margin-top: 100px;
        height: 200px;
        width: 90%;
    }
}
.services .menu-bg {
    background-color: #fff;
    position: absolute;
    height: 80px;
    width: 100%;
    top: 0;
    left: 0;
}
.services header.first {
    background: 0 #eee;
    background-size: cover;
}
.services .navbar-toggle span {
    background-color: #333;
}
.services header.first #main-menu {
    padding: 0 15px;
}
.services .logo img.main-logo {
    display: none !important;
}
.services .logo img.fixed-logo {
    display: block !important;
}
.services .fixed-logo {
    padding: 0;
}
.services #main-menu .row:first-child {
    padding: 15px 0;
}
.services .logo {
    z-index: 9999999;
    position: absolute;
}
.services .services-title h1 {
    padding: 50px 0;
    font-size: 30px;
    text-align: center;
}
.services .service-content {
    margin: 50px 0;
}
.services .service-content p {
    font-size: 14px;
    font-weight: 300;
}
.services .service-content ul {
    margin: 25px;
    padding: 0;
}
.services .service-content img {
    width: 100%;
}
.services .service-content ul li {
    margin: 10px 0;
    list-style-image: url(../images/li.png);
    color: #00b444;
    font-size: 16px;
    padding-left: 5px;
}
.services .service-content h4 {
    margin-top: 50px;
}
.services .service-content .sidebar h2 {
    border-bottom: solid 1px #ccc;
    font-size: 18px;
    color: #00b444;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 20px;
}
.services .service-content .sidebar ul {
    margin-left: 25px;
    margin-bottom: 30px;
    padding: 0;
}
.services .service-content .sidebar ul li {
    list-style-image: url(../images/ + .png);
}
.services .service-content .sidebar ul li:hover {
    list-style-image: url(../images/ + hover.png);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.services .service-content .sidebar ul li a {
    color: #333;
    display: block;
}
.services .service-content .sidebar ul li:hover a {
    color: #00b444;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
@media only screen and (max-width: 985px) and (min-width: 768px) {
    .services .sidebar {
        margin-top: 30px;
        background-color: #f6f6f6;
        padding: 40px 20px;
    }
    .services .service-content {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
    .services .sidebar {
        margin-top: 30px;
        background-color: #f6f6f6;
        padding: 40px 20px;
    }
    .services .service-content {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .services .sidebar {
        margin-top: 30px;
        background-color: #f6f6f6;
        padding: 40px 20px;
    }
    .services .service-content {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px){
  section.fourth .coustomer-content ul li {
    font-size: 19px;
    line-height: 25px;
    height: 60px;
 }  
}
@media only screen and(max-width: 479px) and (min-width: 320px){
    navbar-nav>ul .sub-nav{
        display: block;
        position: inherit;
        visibility: visible;
        opacity: 1;
        width: 100%;    
    }
    
}
@media only screen and (max-width: 479px) and (min-width: 320px)
{
.sub-nav {
    visibility: visible;
    position: initial;
    opacity: 1; 
    display: block;
    width: 100%;
}
.sub-nav>li a {
    font-size: 12px;
    text-align: right;
 }
}
.portfolio .testimonial p {
    color: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.4766;
    font-size: 17.5px;
}footer .footer-box p {
    line-height: 1.4766;
}

ul.navbar-nav li:last-child{
    display: none !important;
}