/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,800,900|Open+Sans:400,400i,600,700,700i,800');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:hover {
        color: #90C404;
        text-decoration: none;
    }

    a:active, a:hover {
        outline: 0 none;
    }

    a:hover, a:focus {
        color: #333;
        text-decoration: none;
    }

body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
}

#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    opacity: 0.6;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
}

    #scrollUp:hover {
        background: #90C404;
        opacity: 1;
    }

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
    box-shadow: none !important;
}

    input:focus, textarea:focus, select:focus {
        outline: none;
    }

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('img/logo/preloader.gif') no-repeat center center;
}

::-moz-selection {
    background: #90C404;
    text-shadow: none;
}

::selection {
    background: #90C404;
    text-shadow: none;
}

.color {
    color: #90C404;
    font-weight: 900;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.area-padding {
    padding: 90px 0px;
}

.area-padding-2 {
    padding: 70px 0px 50px;
}

.padding-2 {
    padding-bottom: 90px;
}

.section-headline {
    margin-bottom: 60px;
    position: relative;
}

    .section-headline h3 {
        display: inline-block;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .section-headline.white-headline h3 {
        color: #fff;
    }

    .section-headline.text-left {
        margin-bottom: 30px;
    }

    .section-headline::after {
        border: 1px solid #90C404;
        bottom: -20px;
        content: "";
        left: 0;
        margin: 0 auto;
        position: absolute;
        width: 60px;
        right: 0;
    }

    .section-headline.text-left h3::after {
        border: 2px solid #90C404;
        left: 0;
        right: auto;
    }

    .section-headline p {
        max-width: 650px;
        font-size: 16px;
        letter-spacing: 0.5px;
        margin: 0 auto;
        line-height: 26px;
    }

.sub-head h4 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
}

    .sub-head h4::after {
        border: 2px solid #90C404;
        bottom: 0px;
        content: "";
        left: 0;
        margin: 0 auto;
        position: absolute;
        width: 20%;
    }

.sub-head p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 26px;
}

.mar-row {
    margin-top: 50px;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}

.topbar-area {
    background: #151D2E none repeat scroll 0 0;
}

.topbar-left ul li a {
    color: #fff;
    display: block;
    font-weight: 400;
    margin-right: 20px;
    padding: 10px 0;
    text-decoration: none;
}

    .topbar-left ul li a i {
        color: #90C404;
        font-size: 16px;
        padding-right: 7px;
    }

.topbar-right {
    position: relative;
    display: block;
}

.top-admin {
    float: right;
    padding: 10px 0px;
}

    .top-admin a {
        color: #fff;
        font-size: 14px;
        padding-right: 15px;
    }

        .top-admin a i {
            padding-right: 10px;
            color: #90C404;
        }

.quote-button {
    float: right;
}

.quote-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #90C404;
    display: inline-block;
    border: 1px solid #90C404;
    padding: 10px 20px;
}

    .quote-btn:hover {
        color: #90C404;
        background: #fff;
        border: 1px solid #90C404;
    }
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.logo {
    display: block;
}

    .logo a {
        display: inline-block;
        height: auto;
        padding: 15px 0 15px 0;
    }

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

    .main-menu ul.navbar-nav li a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #333;
        font-size: 14px;
        font-weight: 700;
        padding: 25px 15px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

    .main-menu ul.navbar-nav li.active a:focus {
        color: #333;
    }

    .main-menu ul.navbar-nav li.active a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #fff;
        position: relative;
        z-index: 9999999;
    }

    .main-menu ul.navbar-nav li a:hover {
        color: #333;
    }

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

    .main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        color: #333;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #333;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #90C404;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
}

.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #666666;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 15px;
    text-transform: uppercase;
}

    .main-menu ul.nav li ul.sub-menu li a span {
        color: #d00b25;
    }

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #fff;
    background: #90C404;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none;
}

.stick span.search-button i, .stick .header-search input {
    color: #444
}

.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}

.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -48px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
}

    .search-option input {
        background: #fff none repeat scroll 0 0;
        border: medium none;
        color: #444;
        display: block;
        float: left;
        font-size: 14px;
        font-style: italic;
        padding: 8px 10px;
        width: 210px;
        height: 44px;
    }

    .search-option button.button {
        background: #90C404;
        border: medium none;
        color: #fff;
        display: inline-block;
        float: right;
        font-size: 17px;
        line-height: 35px;
        padding: 5px 15px;
        text-align: center;
    }

.header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    text-align: center;
    padding: 34px 15px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 5px #ccc, -2px -2px 5px #ccc;
    background: #fff;
}

    .header-area.stick .logo a {
        display: inline-block;
        height: auto;
        padding: 24px 0 10px 0;
    }

    .header-area.stick .main-menu ul.navbar-nav li a {
        padding: 25px 15px;
    }

    .header-area.stick .quote-button {
        float: right;
        padding: 13px 5px;
    }

    .header-area.stick .header-right-link a.main-search {
        padding: 18px 15px;
    }

    .header-area.stick .main-menu ul.nav li ul.sub-menu li a {
        color: #444444;
        display: block;
        font-size: 12px;
        font-weight: 500;
        padding: 6px 15px;
    }

        .header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
            color: #fff;
            background: #90C404;
        }
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #252525
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}

    .mean-container .mean-nav ul li a {
        background: #f8f8f8 none repeat scroll 0 0;
        color: #444;
        display: block;
        float: left;
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        padding: 13px 10px;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        width: 90%;
    }

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*------------------------------
 3. Slider Area
--------------------------------*/
.intro-content {
    position: relative;
    z-index: 1;
}

    .intro-content::after {
        background: rgba(10, 27, 40, 0.8) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -160px;
}

.layer-1-2 {
    margin: 20px 0;
}

.layer-1-1 p {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.60px;
    line-height: 30px;
    max-width: 700px;
}

.layer-1-2 h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    max-width: 700px;
}

.ready-btn {
    border: 1px solid #90C404;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #90C404;
    width: 150px;
    border-radius: 3px;
}

    .ready-btn:hover {
        color: #fff;
        background: #90C404;
        border: 1px solid #90C404;
        text-decoration: none;
    }

    .ready-btn.right-btn {
        margin-left: 15px;
        background: #252525;
        border: 1px solid #252525;
    }

        .ready-btn.right-btn:hover {
            background: #90C404;
            border: 1px solid #90C404;
        }

    .ready-btn.left-btn:hover {
        background: #252525;
        border: 1px solid #252525;
    }

.layer-1-2 .color {
    color: #90C404;
    font-weight: 900;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

    .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
    .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
        color: #fff;
        background: #90C404;
        border: 1px solid #90C404;
    }

.intro-carousel .owl-item .layer-1-2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}

.intro-carousel .owl-item .layer-1-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}

.intro-carousel .owl-item .layer-1-3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}

.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3 {
    transform: translateY(0);
    opacity: 1;
}
/*--------------------------------*/
/* 4.Welcome Services Area
/*--------------------------------*/
.welcome-area {
    background: #fff;
}

.well-services {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.main-services {
    display: block;
    overflow: hidden;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.well-icon {
    width: 60px;
    float: left;
    height: 100px;
    font-size: 40px;
    color: #90C404;
}

.services-img {
    overflow: hidden;
    position: relative;
}

    .services-img img {
        transform: scale(1.1);
        transition: 0.4s;
    }

    .services-img::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(144,196,4,0.70) none repeat scroll 0 0;
        z-index: 1;
        opacity: 0;
    }

.service-content h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.service-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    z-index: 2;
}

    .service-btn::after {
        position: absolute;
        content: "\f105";
        font-family: fontAwesome;
        right: -12px;
        top: -2px;
    }

.well-services:hover .services-img img {
    transform: scale(1);
    transition: 0.4s;
}

.well-services:hover .services-img::after {
    opacity: 1;
}

.well-services:hover .service-content h4 {
    color: #90C404;
}

.well-services:hover .service-btn:hover {
    color: #90C404;
}
/*--------------------------------*/
/* 5.Services Area
/*--------------------------------*/
.services-area {
    background: #fff;
}

.single-services {
    box-shadow: none;
    margin-bottom: 30px;
    padding: 20px 15px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.service-images {
    font-size: 40px;
    color: #90C404;
    display: block;
    margin-bottom: 30px;
    transition: 0.4s;
}

.single-services .service-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
}

.single-services .service-content p {
    color: #444;
}

.single-services .service-btn {
    color: #444;
}

    .single-services .service-btn:hover {
        color: #90C404 !important;
    }

.single-services:hover .service-content h4 {
    color: #90C404
}

.single-services:hover .service-images {
    transition: 0.4s;
    transform: scale(1.2);
}

.single-services::after {
    border-bottom: 2px solid #90C404;
    width: 5%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    z-index: -1;
    margin: 0 auto;
    opacity: 0;
}

.single-services:hover::after {
    width: 30%;
    transition: 0.4s;
    opacity: 1;
}
/*----------------------------------------*/
/* 6.Counter Area
/*----------------------------------------*/
.counter-area {
    background: rgba(0, 0, 0, 0) url(images/bg1.jpg) no-repeat scroll center center / cover;
}

.counter-inner {
    background: rgba(255,255,255,0.99);
    padding: 80px 50px;
}

.parallax-bg {
    position: relative;
}

    .parallax-bg:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        content: "";
    }

.counter-inner p {
    font-size: 16px;
    line-height: 28px;
    color: #444;
    letter-spacing: 0.60px;
}

.counter-inner h3 {
    color: #444;
    text-transform: capitalize;
    line-height: 40px;
}

.counter-count {
    padding: 57px 0px;
}

.about-count {
    padding: 50px 0px;
}

.fun-content {
    overflow: hidden;
    margin-top: 40px;
    display: block;
}

.fun_text > a {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #90C404;
    text-align: center;
}

.fun_text {
    float: left;
    width: 33.33%;
    text-align: center;
}

    .fun_text span {
        color: #fff;
        display: block;
        font-size: 40px;
        font-weight: bold;
        padding-bottom: 15px;
    }

    .fun_text > h5 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }
/*--------------------------------*/
/*  7.project Area
/*--------------------------------*/
.project-area {
    background: #f8f8f8 none repeat scroll 0 0;
}

.single-awesome-project {
    float: left;
    overflow: hidden;
    width: 100%;
}

.first-item {
    margin-bottom: 30px;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .awesome-img img {
        transform: scale(1.1);
        transition: 0.4s;
    }

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.4s;
}

.awesome-img > a {
    display: block;
    position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
}

.awesome-img > a::after {
    background: rgba(144,196,4,0.70) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}

.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}

.project-dec {
    display: block;
    padding: 15px 0px 0px 20px;
    position: relative;
}

    .project-dec::before {
        position: absolute;
        left: 0px;
        content: "";
        top: 20px;
        width: 6px;
        height: 15px;
        background: #90C404;
        transition: 0.5s;
    }

.single-awesome-project:hover .project-dec::before {
    width: 6px;
    height: 80%;
    transition: 0.5s;
}

.project-dec h4 {
    color: #444;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: pointer;
}

.project-dec a {
    color: #444;
}

    .project-dec a:hover {
        color: #333;
    }

.project-dec p {
    color: #444;
    font-weight: 400;
}

.pst-content {
    padding-left: 10px;
}

.single-awesome-project:hover .project-dec h4 {
    color: #90C404;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -12%;
    right: 0px;
    width: 30px;
    height: 30px;
    border: 1px solid #90C404;
    text-align: center;
    background: #90C404;
    line-height: 30px;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    right: 51px;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 15px;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #90C404;
    background: #fff;
    border: 1px solid #fff;
}
/*----------------------------------------*/
/*  8. Overview  Area
/*----------------------------------------*/
.overview-area {
    background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll center center / cover;
}

.parallax-bg {
    position: relative;
}

    .parallax-bg:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        content: "";
    }

.review-main {
    padding-right: 10%;
    padding-left: 10%;
}

.review-head h3 {
    font-weight: 400;
    color: #fff;
    line-height: 36px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.review-img {
    margin-top: 30px;
}

    .review-img img {
        width: 100%;
        display: inline-block !important;
        max-width: 100px;
        height: auto;
        border-radius: 50%;
    }

.review-text h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
    color: #90C404;
}

.guest-rev {
    color: #fff;
}

.review-text p {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
}

.review-text span a {
    color: #fff;
}

.review-text h5 {
    color: #fff;
    font-size: 20px;
}

.company-content {
    background: #fff;
    padding: 70px 60px 70px 30px;
}

.main-view {
    float: left;
    padding: 10px 15px;
    width: 50%;
}

.view-images {
    display: block;
    font-size: 34px;
    width: 60px;
    height: 60px;
    border: 1px solid #90C404;
    line-height: 64px;
    text-align: center;
    color: #90C404;
}

.view-content {
    margin-top: 30px;
}

.client-details {
    padding: 12% 10%;
    text-align: center;
    display: block;
    overflow: hidden;
}

.client-head {
    text-align: left;
    margin-left: 40px;
    padding-left: 20px;
    position: relative;
}

    .client-head::before {
        position: absolute;
        content: "";
        width: 5px;
        height: 80px;
        background: #90C404;
        left: 0;
        top: 0px;
    }

    .client-head h3 {
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    .client-head p {
        color: #fff;
    }

.single-client {
    float: left;
    width: 50%;
    padding: 15px 5px;
}

    .single-client a {
        display: inline-block;
        opacity: 0.7;
        transition: 0.4s;
        border: 1px solid #fff;
        background: #fff;
    }

        .single-client a:hover {
            opacity: 1;
            transition: 0.4s;
        }
/*----------------------------------------*/
/*  9. team  Area
/*----------------------------------------*/
.team-area {
    background: #fff;
}

.team-member, page-team-member {
    margin-top: -30px;
}

.single-member {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.team-content {
    position: absolute;
    top: 65%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 27, 40, 0.9) none repeat scroll 0 0;
    padding: 30px 20px;
    transition: 0.5s;
}

.team-share {
    opacity: 0;
}

.single-member:hover .team-content {
    transition: 0.5s;
    top: 0px;
    padding: 50px 20px;
    background: rgba(10, 27, 40, 0.99) none repeat scroll 0 0
}

.single-member:hover .team-share {
    opacity: 1;
}

.team-title h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.team-title h6 {
    color: #90C404;
}

.team-share p {
    color: #fff;
    letter-spacing: 1px;
}

.social-icon li {
    display: inline-block;
}

    .social-icon li a {
        color: #fff;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 18px;
        border-radius: 50%;
    }

        .social-icon li a:hover {
            color: #90C404;
        }

.team-content .social-icon {
    margin-top: 15px;
}
/*----------------------------------------
 10.Quote Area
----------------------------------------*/
.quote-area {
    background: #091B28;
    height: auto;
    width: 100%;
}

.single-contact h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.single-contact a {
    display: block;
    margin-bottom: 10px;
}

    .single-contact a i {
        float: left;
        color: #90C404;
        font-size: 18px;
        padding-right: 20px;
        line-height: 24px;
    }

.single-contact span {
    color: #444444;
}

.form-row {
    margin-top: 60px;
}

.quote-area #contactForm input {
    border: none;
    border-radius: 0;
    height: 46px;
    margin-bottom: 20px;
}

.quote-area .contact-form textarea#message {
    height: 116px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}

.quote-area .quote-btn {
    background: #90C404;
    border: 1px solid #90C404;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

    .quote-area .quote-btn:hover {
        background: #fff;
        color: #90C404;
    }
/*----------------------------------------*/
/*  11. Blog Area
/*----------------------------------------*/
.blog-area {
    background: #fff;
}

.blog-grid {
    margin-top: -30px;
}

.blog-image {
    overflow: hidden;
    display: block;
}

.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}

    .image-scale::after {
        position: absolute;
        content: "";
        background: rgba(0,46,91,0.30);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.blog-content a h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 24px;
}

.blog-meta {
    position: relative;
    top: -40px;
    background: #90C404;
    width: 160px;
    padding: 5px 10px;
    left: 10px;
}

    .blog-meta span {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding-right: 10px;
    }

.blog-title {
    margin-top: -10px;
}

.single-blog:hover .image-scale {
    transform: scale(1);
    transition: 0.5s;
}

    .single-blog:hover .image-scale::after {
        background: rgba(0,46,91,0);
    }

.single-blog {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.blog-grid-fast {
    margin-top: -30px;
}

.single-blog.b-mar {
    margin-top: 20px;
}

.blog-content a h4:hover {
    color: #90C404;
}

.blog-btn {
    display: inline-block;
    font-weight: 700;
    color: #444;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}

    .blog-btn::after {
        position: absolute;
        content: "\e87a";
        right: 10px;
        top: 0px;
        font-family: consultant;
        font-size: 13px;
        opacity: 0;
        transition: 0.5s;
    }

    .blog-btn:hover {
        color: #90C404;
    }

        .blog-btn:hover.blog-btn::after {
            right: -20px;
            opacity: 1;
            transition: 0.5s;
        }
/*----------------------------------------*/
/*  12. banner Area
/*----------------------------------------*/
.banner-area {
    background: #90C404;
    display: block;
    overflow: hidden;
    padding: 30px 0px;
}

.banner-contact {
    float: right;
    padding: 10px 0px;
}

    .banner-contact span i {
        display: inline-block;
        width: 40px;
        height: 40px;
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        margin-right: 20px;
    }

    .banner-contact span {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        margin-right: 20px;
    }

.banner-btn {
    float: right;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 20px;
    color: #90C404;
    font-weight: 700;
    font-size: 20px;
    background: #fff;
    border-radius: 5px;
}

    .banner-btn:hover {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

.banner-content h4 {
    float: left;
    margin-bottom: 0;
    color: #fff;
    font-size: 26px;
    max-width: 600px;
    line-height: 32px;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 70px 0;
    background: #252528;
}

.footer-head p {
    color: #777;
}

.footer-head h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.7;
}

.footer-head .single-blog {
    margin-top: 20px;
    position: relative;
    overflow: visible;
}

.footer-head .blog-content a h4 {
    color: #777;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 17px;
}

    .footer-head .blog-content a h4:hover {
        color: #90C404;
    }

.footer-head .blog-btn {
    color: #90C404;
}

.footer-head .blog-text p {
    margin-bottom: 10px;
}

.footer-icons ul li {
    display: inline-block;
}

    .footer-icons ul li a {
        color: #777;
        display: block;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        border: 1px solid #777;
    }

        .footer-icons ul li a:hover {
            color: #fff;
            background: #90C404;
            border: 1px solid #90C404;
        }

.footer-icons {
    margin-top: 30px;
}

.footer-contacts p span {
    color: #90C404;
    font-weight: 700;
}

.footer-area hr {
    border-top: 1px solid #666;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}

.suscribe-input button {
    background: transparent;
    border: 1px solid #777;
    color: #777;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: uppercase;
}

    .suscribe-input button:hover {
        background: #90C404;
        border: 1px solid #90C404;
        color: #fff;
        transition: 0.4s;
    }

.footer-head hr {
    margin-bottom: 10px;
}

.footer-list li a {
    color: #777;
    padding: 5px 0px;
    display: block;
    position: relative;
    font-weight: 500;
}

    .footer-list li a::after {
        position: absolute;
        content: "\e876";
        right: 0;
        top: 5px;
        font-family: consultant;
        font-size: 12px;
    }

    .footer-list li a:hover {
        color: #90C404;
    }

.footer-area-bottom {
    background: #1d1d1f none repeat scroll 0 0;
    padding: 25px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #90C404;
}

.copyright-text a {
    color: #777;
}

.copyright > p {
    color: #777;
    margin-bottom: 0;
    text-align: center;
}

.copyright a {
    color: #90C404;
}

.copyright ul {
    text-align: right;
}

    .copyright ul li {
        display: inline-block;
        margin-left: 20px;
    }

        .copyright ul li a {
            color: #777;
            text-align: right;
        }

            .copyright ul li a:hover {
                color: #90C404;
            }
/*----------------------------------------*/
/*  14. Home 2 Area
/*----------------------------------------*/
.header-style-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.topbar-area.topbar-2 {
    background: transparent;
    border-bottom: 1px solid #777;
}

.header-area.header-area-2 {
    background: transparent;
}

.header-area-2 .main-menu ul.navbar-nav li a,
.header-area-2 .header-right-link a.main-search {
    color: #fff;
}

.header-area-2.stick {
    background: #1d1d1f;
    box-shadow: 0px 0px 5px #333, -2px -2px 5px #333;
}
/*----------------------------------------*/
/*  15. Home 3 Header Area
/*----------------------------------------*/
.topbar-area.topbar-3 {
    background: #f9f9f9;
}

.topbar-left p {
    color: #444;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.topbar-area.topbar-3 .top-admin a {
    color: #444;
}

.header-area-3 .navbar.navbar-default {
    float: left;
}

.header-area-3 {
    background: #002c57;
}

.header-area.header-area-3.stick {
    background: #002c57;
    box-shadow: 0px 0px 5px #002c57, -2px -2px 5px #002c57;
}

.header-area-3 .header-right-link a.main-search {
    padding: 14px 15px;
    color: #fff;
}

.header-area-3 .main-menu ul.navbar-nav li a {
    padding: 20px 25px;
    color: #fff;
}

.header-area-3.stick .main-menu ul.navbar-nav li a {
    padding: 25px 25px;
    color: #fff;
}

.header-area-3 .main-menu ul.navbar-nav li:first-child a {
    padding-left: 0px;
}

.header-area-3 .main-menu ul.nav li ul.sub-menu li a {
    padding: 10px 15px;
}

.header-area-3 .quote-button {
    float: right;
    padding: 8px 0px;
}

.header-middle-area .header-info {
    width: 33.33%;
    float: left;
    padding: 36px 0px;
}

.header-area-3 .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.header-middle-area .header-info-text span {
    display: block;
    font-size: 14px;
}

.header-middle-area .header-icon {
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 38px;
    margin-right: 15px;
}

.header-icon i {
    color: #90C404;
    font-size: 18px;
}

.header-middle-area .logo a {
    padding: 38px 0;
}

.info-first {
    font-weight: 700;
}
/*----------------------------------------*/
/*  16. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
}

.page-area {
    background: url(images/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.breadcumb-overlay {
    position: absolute;
    background: rgba(10, 27, 40, 0.8) none repeat scroll 0 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.breadcrumb {
    padding: 100px 0px;
    background-color: transparent;
    margin-bottom: 0;
}

    .breadcrumb .section-headline {
        margin-bottom: 0px;
    }

        .breadcrumb .section-headline::after {
            display: none;
        }

    .breadcrumb ul {
        padding: 10px 0px;
    }

        .breadcrumb ul li {
            display: inline-block;
            color: #90c406;
            padding: 0px 10px 0px 20px;
            position: relative;
            font-size: 16px;
        }

            .breadcrumb ul li.home-bread:first-child {
                padding-left: 0px;
            }

            .breadcrumb ul li.home-bread::after {
                position: absolute;
                content: "\f105";
                font-family: fontAwesome;
                right: -10px;
                top: 0;
                color: #fff;
            }

            .breadcrumb ul li a {
                color: #ffffff;
            }

    .breadcrumb .section-headline h3 {
        font-size: 26px;
        line-height: 28px;
    }

.webdetails {
    padding: 20px 0px;
}

    .webdetails .section-headline {
        margin-top: 100px;
    }

    .webdetails h6 {
        text-transform: uppercase;
        color: #ffffff;
    }
/*----------------------------------------*/
/*  17. About page Area
/*----------------------------------------*/
.about-inner h5 {
    line-height: 30px;
    font-weight: 500;
}

.contact-btn {
    border: 1px solid #90C404;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #90C404;
    width: 160px;
    border-radius: 3px;
}

    .contact-btn:hover {
        border: 1px solid #252525;
        color: #fff;
        background: #252525;
    }

.about-feature {
    padding-top: 100px;
}

.single-about {
    border: 1px solid #90C404;
    padding: 10px 20px;
    display: block;
    position: relative;
}

.feature-icon {
    display: block;
}

    .feature-icon i {
        font-size: 32px;
        width: 80px;
        height: 80px;
        border: 1px solid #90C404;
        display: inline-block;
        text-align: center;
        line-height: 80px;
        position: relative;
        top: -50px;
        background: #fff;
        color: #90C404;
        border-radius: 50%;
        left: 20px;
        transition: 0.4s;
    }

.feature-text {
    margin-top: -20px;
}

    .feature-text h4 {
        text-transform: uppercase;
    }

    .feature-text p {
        font-size: 16px;
    }

.single-about:hover .feature-icon i {
    border: 1px solid #90C404;
    background: #90C404;
    color: #fff;
    transition: 0.4s;
}

.video-area {
    background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll center center / cover;
}

.parallax-bg-2 {
    position: relative;
}

    .parallax-bg-2:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #030f5a;
        opacity: .9;
        content: "";
    }

.video-text h4 {
    color: #fff;
    line-height: 30px;
    font-size: 24px;
    font-weight: 500;
}

.video-text p {
    color: #fff;
}

.video-inner {
    background: url(img/about/ab.jpg);
    background-repeat: no-repeat;
    position: relative;
}

    .video-inner::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(10, 27, 40, 0.5) none repeat scroll 0 0;
    }

.video-content {
    width: 100%;
    height: 100%;
    min-height: 330px;
}

.video-played p {
    color: #fff;
    padding: 0px 200px;
    margin-top: 20px;
}

.video-play.vid-zone {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    overflow: hidden;
    position: absolute;
    top: 40%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .video-play.vid-zone i {
        color: #90C404;
        margin-left: 5px;
    }

.marker-list li {
    color: #fff;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 16px;
}

    .marker-list li::after {
        position: absolute;
        content: "\e886";
        left: 0;
        top: 3px;
        font-family: consultant;
        color: #90C404;
        font-weight: 700;
    }

.single-well ul li {
    color: #fff;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 16px;
}

    .single-well ul li::after {
        position: absolute;
        content: "\e886";
        left: 0;
        top: 3px;
        font-family: consultant;
        color: #90C404;
        font-weight: 700;
    }
/*----------------------------------------
   18.Testimonial Area Css
----------------------------------------*/
.testimonial-area {
    background: #f6f6f6;
}

.single-testi {
    padding: 30px 20px;
    position: relative;
    background-color: #fff;
}

.testi-img {
    margin-bottom: 30px;
}

    .testi-img img {
        width: 100%;
        display: inline-block !important;
        max-width: 100px;
        height: auto;
        border-radius: 50%;
    }

.client-rating {
    padding-bottom: 10px;
}

    .client-rating a {
        display: inline-block;
        color: #fec731;
        font-size: 18px;
    }

.testi-text h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0px;
}

.testi-text p {
    color: #444;
}

.testi-text h5 {
    color: #444;
    font-size: 20px;
}

.testi-text a {
    color: #90C404;
}

.Reviews-content {
    margin-top: -30px;
}

.testimonial-carousel.item-indicator {
    padding: 30px 0px 50px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: 0px;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

    .testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
        background: #90C404;
    }

.reviews-page .single-testi {
    margin-bottom: 30px;
}
/*----------------------------------------
 19. Blog Details page
----------------------------------------*/
.blog-search-option input {
    padding: 5px 15px;
    width: 70%;
    border: 1px solid #ccc;
    height: 42px;
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
}

    .blog-search-option button {
        background: #90C404;
        border: 1px solid #90C404;
        font-size: 17px;
        padding: 9px 10px;
        width: 28%;
        color: #fff;
        height: 44px;
    }

        .blog-search-option button i {
            line-height: 16px;
            font-size: 20px;
            padding: 0px 10px;
        }

        .blog-search-option button:hover {
            color: #fff;
            background: #252525;
            border: 1px solid #252525;
        }

.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 10px;
    text-transform: uppercase;
}

.left-blog {
    background: #f9f9f9 none repeat scroll 0 0;
    overflow: hidden;
    padding-bottom: 20px;
}

    .left-blog li {
        border-bottom: 1px solid #ddd;
        display: block;
    }

    .left-blog ul li a {
        color: #444;
        display: block;
        font-size: 14px;
        padding: 10px;
        text-transform: capitalize;
        position: relative;
    }

        .left-blog ul li a:after {
            position: absolute;
            content: "\e876";
            font-family: consultant;
            right: 12px;
            top: 10px;
            font-size: 14px;
        }

.popular-tag.left-blog ul li a:after {
    display: none;
}

.recent-single-post {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}

    .recent-single-post:last-child {
        border-bottom: none;
    }

.post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
}

.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
}

    .pst-content p a:hover, .left-blog ul li a:hover {
        color: #90C404;
    }

.left-blog-page {
    margin-top: 30px;
}

.pst-content p a {
    color: #444;
    font-size: 15px;
}

.blog-tags {
    padding: 1px 0;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
    color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0 10px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}

    .left-tags .left-side-tags ul li a {
        padding: 3px 10px;
        width: auto;
        border: 1px solid #90C404;
        background: #90C404;
        color: #fff;
        border-radius: 5px;
        font-weight: 700;
        font-size: 14px;
    }

        .left-tags .left-side-tags ul li a:hover {
            border: 1px solid #002c57;
            background: #002c57;
        }

.left-side-tags h4 {
    margin-bottom: 15px;
}

.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 60px;
    padding: 10px;
    position: relative;
}

.blog-content p {
    font-size: 15px;
    text-transform: math-auto;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #90C404;
    font-style: italic;
}

    blockquote p {
        font-size: 18px !important;
        line-height: 28px;
    }

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}

    .author-description h2 a {
        color: #333;
    }

.comments-content-wrap span b {
    margin-right: 5px
}

.comments-content-wrap span a:hover {
}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}

li.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 20px;
}

span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
}

.comment-respond textarea#message-box {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 130px;
    width: 100%;
}

.comments-content-wrap span a {
    color: #333;
}

    .comments-content-wrap span a:hover {
        color: #90C404;
    }

.comment-respond .add-btn.contact-btn {
    background: #90C404;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 12px 20px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #90C404;
    text-transform: uppercase;
    font-weight: 700;
}

    .comment-respond .add-btn.contact-btn:hover {
        background: #252525;
        border: 1px solid #252525;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 40px 0 0px;
    border-radius: 4px;
}

    .pagination > li > a,
    .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #fff;
        background-color: #90C404;
        border: none;
        margin-left: -1px;
        border-radius: 5px;
    }

    .pagination > li {
        display: inline-block;
        margin: 0px 3px;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #002c57;
        border-color: #002c57;
        cursor: default;
        border-radius: 5px;
    }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #002c57;
        border-color: #002c57;
        border-radius: 5px;
    }

.blog-page-details .left-blog-page {
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-post-comments {
    margin-top: 30px;
}
/*----------------------------------------*/
/*  20.	Contact Us page
/*----------------------------------------*/
.map-area-top {
    padding-top: 90px;
}

.contact-details {
    display: block;
    overflow: hidden;
}

.contact-icon {
    background: #333;
    padding: 30px;
}

.contact-head {
    background: #f4f4f4;
    padding: 50px 30px;
}

    .contact-head p {
        font-size: 17px;
    }

.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}

.contact-page .contact-btn {
    background: #90C404;
    border: 1px solid #90C404;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto;
    float: left;
    text-transform: uppercase;
}

    .contact-page .contact-btn:hover {
        background: #002c57 none repeat scroll 0 0;
        border: 1px solid #002c57;
        color: #fff;
        transition: 0.4s;
    }
/*--------------------------------*/
/*  21.Project page Area
/*--------------------------------*/
.project-page {
    padding: 90px 0px 50px;
}

.project-menu {
    margin-bottom: 30px;
}

    .project-menu li {
        display: inline-block;
    }

        .project-menu li a {
            color: #444;
            display: inline-block;
            font-size: 15px;
            margin: 0 12px;
            padding: 8px 1px;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
            font-weight: 700;
        }

            .project-menu li a.active {
                color: #90C404;
                text-decoration: none;
            }

            .project-menu li a:hover {
                color: #90C404;
                text-decoration: none;
            }

.project-page .single-awesome-project {
    margin-bottom: 30px;
}

.project-2 .project-dec::after {
    display: none;
}

.project-history h3 {
    color: #444;
    margin-bottom: 30px;
}

.project-history {
    background: #f2f2f2;
    padding: 50px 30px;
}

.project-name ul li {
    color: #444;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin: 10px 0px;
}

.project-name span {
    padding-right: 15px;
}

.project-name span {
    padding-right: 15px;
    min-width: 127px;
    display: inline-block;
}

.project-image.project-image-2 {
    margin-top: 20px;
}

.project-details h4 {
    font-size: 26px;
    line-height: 32px;
}

.project-details p {
    font-size: 17px;
    color: #666;
    line-height: 26px;
}

.project-share h5 {
    display: inline-block;
}

.project-social {
    display: inline-block;
}

    .project-social li {
        display: inline-block;
        margin: 10px;
    }

        .project-social li a {
            color: #444;
            font-size: 20px;
        }

            .project-social li a:hover {
                color: #90C404;
            }

.project-details .marker-list li {
    color: #444;
}
/*--------------------------------*/
/*  22.Services page Area
/*--------------------------------*/
.services-page {
    padding: 90px 0px 60px;
}

    .services-page .well-services {
        margin-bottom: 30px;
    }
/*----------------------------------------*/
/* 23.Sub Services Pages
/*----------------------------------------*/
.single-page-head {
    margin-bottom: 30px;
}

.single-services-page p {
    color: #666;
}

.left-menu li:first-child {
    margin: 0px 0px 2px
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left-menu li {
    display: block;
    margin: 5px 0;
}

.build-img .page-img {
    padding-bottom: 0;
}

.left-menu ul li.active a {
    background: #90C404 none repeat scroll 0 0;
    color: #fff;
    position: relative;
}

.left-menu ul li a:hover {
    color: #fff;
    background: #90C404;
}

.left-menu ul li a {
    background: #efefef;
    color: #444;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

    .left-menu ul li.active a::after,
    .left-menu ul li a:hover::after {
        content: "\e876";
        font-family: consultant;
        font-size: 15px;
        position: absolute;
        right: 18px;
        top: 15px;
    }

.down-btn {
    border: 1px solid #90C404;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #90C404;
    width: 100%;
    position: relative;
    border-radius: 3px;
}

    .down-btn:hover {
        color: #90C404;
        background: #fff;
        border: 1px solid #90C404;
    }

    .down-btn::after {
        position: absolute;
        content: "\e80b";
        font-family: consultant;
        right: 15px;
        top: 14px;
        font-size: 28px;
    }

.single-page-head .clients-testi {
    padding: 20px 15px;
    border: 1px solid #90C404;
}

.single-page-head .review-text {
    margin-top: 20px;
}

.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #444;
}

.clients-testi .single-review {
    border: none;
}

.single-page-head .review-text p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-style: italic;
}

.single-page-head .review-img {
    margin-top: 0px;
}

.clients-support {
    position: relative;
    width: 100%;
    height: auto;
}

.support-text {
    position: relative;
    z-index: 1;
}

.support-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;
    transition: 0.4s;
}

    .support-text h4 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .support-text a {
        margin-bottom: 15px;
        display: block;
        font-size: 22px;
        color: #fff;
        font-weight: 700;
    }

    .support-text p {
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        font-weight: 700;
    }

    .support-text a i {
        display: inline-block;
        font-size: 30px;
        line-height: 23px;
        padding-right: 15px;
    }

.support-img {
    overflow: hidden;
}

    .support-img img {
        width: 100%;
        transform: scale(1.1);
        transition: 0.4s;
    }

.clients-support:hover .support-img img {
    transform: scale(1);
    transition: 0.4s;
}

.clients-support:hover .support-text {
    background: rgba(10, 27, 40, 0.98) none repeat scroll 0 0;
}

.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}

.single-well {
    margin-top: 20px;
}

.single-page {
    overflow: hidden;
}

.single-well h3 {
    margin-bottom: 20px;
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}

    .service-list li::before {
        position: absolute;
        left: 0;
        content: "\f00c";
        font-family: fontawesome;
        top: 0;
        color: #90C404;
    }

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.single-services-page .marker-list li {
    color: #444;
}

.single-services-page .single-well ul li {
    color: #444;
}

.mar-row .single-well {
    margin-top: 0px;
}
/*--------------------------------*/
/* 24. Faq Area
/*--------------------------------*/
.faq-details .panel-heading {
    padding: 0;
}

.panel-default {
    border-color: #ddd;
    border-radius: 0 !important;
}

    .panel-default > .panel-heading {
        color: #444;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
            background: #fff;
        }

.faq-details h4.check-title a {
    color: #444;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    background: #fff;
}

.panel-body {
    padding: 15px 15px 0px 45px;
}

.faq-details h4.check-title {
    color: #444;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.faq-details a span.acc-icons {
    position: relative;
}

    .faq-details a span.acc-icons::before {
        color: #444;
        content: "\e874 ";
        font-family: consultant;
        font-size: 16px;
        left: -26px;
        line-height: 39px;
        position: absolute;
        text-align: center;
        top: -10px;
    }

.faq-details a.active span.acc-icons::before {
    color: #90C404;
    content: "\e873";
    font-family: consultant;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}

.faq-details .panel-heading h4 a.active {
    color: #90C404;
    background: #fff;
}
/*----------------------------------------
   25.Modal CSS
----------------------------------------*/
.modal-content {
    background-clip: padding-box;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}

.o-form {
    color: #444;
    font-weight: 700;
    margin-bottom: 0;
    padding: 20px 0;
    text-transform: uppercase;
}

.section-headline.white-head > h2 {
    color: #fff;
}

.suscribe-form {
    margin: 60px 30px 20px 0px;
}

.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999999;
}

.modal-body {
    position: relative;
    padding: 30px;
}

input.form-quote {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 5px 0px;
    background: #fff;
}

textarea.form-quote.quote-message {
    border: 1px solid #ccc;
    width: 100%;
    height: 150px;
    margin: 5px 0px;
    padding: 10px 15px;
}

.quote-icon {
    display: inline-block;
}

    .quote-icon i {
        font-size: 40px;
        color: #90C404;
        margin-bottom: 15px;
    }

.quote-icon {
    width: 50%;
    float: left;
}

.call-icon p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

button.quote-btn {
    background: #90C404;
    border: 1px solid #90C404;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s;
    margin-top: 10px;
}
/*----------------------------------------
 26.Home page 5
----------------------------------------*/
.red-color .topbar-area.topbar-2 {
    background: rgba(0,0,0,0.20);
}

.red-color .header-area.header-area-2 {
    background: rgba(0,0,0,0.20);
}

.red-color .header-area-2.stick {
    background: #1d1d1f;
    box-shadow: 0px 0px 5px #333, -2px -2px 5px #333;
}

.red-color .color {
    color: #d00b25;
}

.red-color .quote-btn {
    background: #d00b25;
    border: 1px solid #d00b25;
    color: #fff;
}

    .red-color .quote-btn:hover {
        background: #fff;
        border: 1px solid #d00b25;
        color: #d00b25;
    }

.red-color .top-admin a i {
    color: #d00b25;
}

.red-color .topbar-left ul li a i {
    color: #d00b25;
}

.red-color .main-menu ul.nav li ul.sub-menu {
    border-top: 2px solid #d00b25;
}

.red-color .main-menu ul.nav li:hover ul.sub-menu li a:hover {
    background: #d00b25;
}

.red-color .search-option button.button {
    background: #d00b25;
}

.red-color .layer-1-2 h1 {
    font-size: 42px;
    text-transform: uppercase;
}

.red-color .ready-btn {
    border: 1px solid #d00b25;
    background: #d00b25;
    color: #fff;
}

    .red-color .ready-btn.right-btn {
        border: 1px solid #252525;
        background: #252525;
        color: #fff;
    }

    .red-color .ready-btn:hover {
        background: #252525;
        border: 1px solid #252525;
        color: #fff;
    }

    .red-color .ready-btn.right-btn:hover {
        background: #d00b25;
        border: 1px solid #d00b25;
        color: #fff !important;
    }

.red-color .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.red-color .intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    background: #d00b25;
    border: 1px solid #d00b25;
}

.red-color .service-images {
    color: #d00b25;
}

.red-color .single-services .service-btn:hover {
    color: #d00b25 !important;
}

.red-color .well-services:hover .service-content h4 {
    color: #d00b25;
}

.red-color .well-services:hover .service-btn:hover {
    color: #d00b25;
}

.red-color .services-img::after {
    background: rgba(208,11,37,0.70) none repeat scroll 0 0;
}

.red-color .section-headline::after {
    border: 1px solid #d00b25;
}

.red-color .awesome-img > a::after {
    background: rgba(208,11,37,0.70) none repeat scroll 0 0;
}

.red-color .single-services:hover .service-content h4 {
    color: #d00b25;
}

.red-color .single-services::after {
    border-bottom: 2px solid #d00b25;
}

.red-color .fun_text > a {
    border-bottom: 3px solid #d00b25;
}

.red-color .project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.red-color .project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    border: 1px solid #d00b25;
    background: #d00b25;
}

.red-color .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.red-color .project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #d00b25;
}

.red-color .project-dec::before {
    background: #d00b25;
}

.red-color .single-awesome-project:hover .project-dec h4 {
    color: #d00b25;
}

.red-color .client-head::before {
    background: #d00b25;
}

.red-color .view-images {
    border: 1px solid #d00b25;
    color: #d00b25;
}

.red-color .banner-btn {
    color: #d00b25;
}

    .red-color .banner-btn:hover {
        color: #fff;
    }

.red-color .view-images {
    border: 1px solid #d00b25;
    color: #d00b25;
}

.red-color .team-title h6 {
    color: #d00b25;
}

.red-color .social-icon li a:hover {
    color: #d00b25;
}

.red-color .sub-head h4::after {
    border: 2px solid #d00b25;
}

.red-color .quote-area .quote-btn:hover {
    color: #d00b25;
    background: #fff;
}

.red-color .quote-area .quote-btn {
    background: #d00b25;
    border: 1px solid #d00b25;
}

.red-color .blog-meta {
    background: #d00b25;
}

.red-color .blog-content a h4:hover {
    color: #d00b25;
}

.red-color .blog-btn:hover {
    color: #d00b25;
}

.red-color .banner-area {
    background: #d00b25;
}

.red-color .footer-contacts p span {
    color: #d00b25;
}

.red-color .footer-head .blog-btn {
    color: #d00b25;
}

.red-color .suscribe-input button:hover {
    background: #d00b25;
    border: 1px solid #d00b25;
}

.red-color .copyright a {
    color: #d00b25;
}

.red-color #scrollUp:hover {
    background: #d00b25;
}

.red-color .footer-icons ul li a:hover {
    color: #fff;
    background: #d00b25;
    border: 1px solid #d00b25;
}

.red-color .copyright ul li a {
    color: #fff;
}

    .red-color .copyright ul li a:hover {
        color: #d00b25;
    }

.red-color .footer-list li a:hover {
    color: #d00b25;
}

.red-color .quote-icon i {
    color: #d00b25;
}

.red-color button.quote-btn {
    background: #d00b25;
    border: 1px solid #d00b25;
}

    .red-color button.quote-btn:hover {
        background: #fff;
        border: 1px solid #d00b25;
        color: #d00b25;
    }
/*----------------------------------------
 .End CSS
----------------------------------------*/
.prodiv {
    transition: all 0.4s ease 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    float: left;
    margin: 20px 0;
    width: 100%;
    border-radius: 50px 0;
}
.proimgdiv_arr {
    float: left;
    overflow: hidden;
    width: 100%;
    border-radius: 50px 0 0 0;
    margin: 10px 0;
}

.proimgdiv {
    float: left;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(90deg,#35b729 0,#99e164 100%);
    min-height: 200px;
    max-height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    border-radius: 50px 0 0 0;
    margin: 10px 0;
}

    /*.proimgdiv > img {
        transition: all 0.4s ease 0s;
        width: 100%;
    }*/
    .protxtdiv > img {
        width: 70px;
        border: 5px solid #fff;
        border-radius: 50%;
        border-bottom: 0;
        position: absolute;
        top: 12em;
        left: 7.2em;
    }
    /* Extra small devices (phones, 600px and down) */
    @media only screen and (max-width: 992px) {
        .protxtdiv > img {
            position: relative;
            top: -4em;
            left: 0.2em;
        }
    }
    .proimgdiv > h3 {
        font-family: 'Open Sans', sans-serif;
        padding: 0 10px;
        color: #fff;
        font-size: 1em;
        line-height: 1.5em;
        text-align: center;
        overflow-wrap: break-word;
        transition: all 0.4s ease 0s;
    }

.protxtdiv {
    float: left;
    padding: 10px;
    text-align: center;
    width: 100%;
}

    .protxtdiv > h6 {
        border-bottom: 1px solid #e3e3e3;
        color: #444;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
    }

        .protxtdiv > h6::after {
            background-color: #90c404;
            border-radius: 100%;
            bottom: -5px;
            content: "";
            height: 10px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            width: 10px;
        }

    .protxtdiv a {
        color: #444;
    }

    .protxtdiv > h4 {
        font-size: 17px;
        height: 54px;
        overflow-y: hidden;
    }

    .protxtdiv > p {
        border-top: 1px solid #e3e3e3;
        font-size: 13px;
        margin: 0;
        padding: 8px 0 3px;
    }

.prodiv:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.loginpad::before {
    background: rgba(144, 196, 4, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.loginpad {
    border: 6px solid rgba(255, 255, 255, 0.3);
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.leftloginpad {
    float: left;
    padding: 40px 20px 20px 20px;
    position: relative;
    text-align: center;
    width: 40%;
    z-index: 1;
}

    .leftloginpad img {
        margin-bottom: 40px;
        width: 80%;
    }

.loginpad h4 {
    color: #222222;
    font-size: 22px;
    margin: 0 0 20px;
}

.leftloginpad > h4 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
}

    .leftloginpad > h4 span {
        display: block;
    }

.btn-white {
    background-color: #151d2e;
    border-color: #151d2e;
    border-radius: 0;
    color: #ffffff;
}

    .btn-white:hover {
        background-color: transparent;
        border-color: #151d2e;
        color: #151d2e;
    }

.rightloginpad {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    min-height: 290px;
    padding: 20px;
    position: relative;
    width: 60%;
    z-index: 1;
}

.btn-red {
    background-color: #151d2e;
    border-radius: 0;
    color: #ffffff !important;
}

    .btn-red:hover {
        background-color: #90C404;
        border-color: #90C404;
        color: #fff !important;
    }

.forgetlink {
    color: #90C404;
    display: inline-block;
    float: right;
    font-weight: 400;
    margin-top: 12px;
    text-align: right;
    text-decoration: underline;
}

.loginsec {
    background: rgba(0, 0, 0, 0) url("images/loginbg.jpg") repeat scroll 0 0 / cover;
    display: block;
    padding: 60px 0;
    position: relative;
}

    .loginsec::before {
        background-color: #151d2e;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.8;
        position: absolute;
        top: 0;
        width: 100%;
    }

.sideform {
    border: 1px solid #90c404;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: block;
    padding: 10px;
}

    .sideform > h4 {
        margin-bottom: 15px;
        margin-top: 10px;
        text-align: center;
    }

    .sideform li {
        border-bottom: 1px solid #f0f0f0;
        padding: 5px 0;
    }

    .sideform label {
        font-weight: 300;
        margin: 0;
    }

    .sideform .value {
        font-weight: 600;
    }

    .sideform .ready-btn {
        margin: 10px 0 0;
    }

.myprofilepad .left-menu ul li a {
    background-color: #ffffff;
}

.myprofilepad .left-menu ul li.active a {
    background: #90c404 none repeat scroll 0 0;
}

.myprofilepad .left-menu ul li a:hover {
    background: #90c404 none repeat scroll 0 0;
}

.mypropad {
    background-color: #ffffff;
    display: inline-block;
    padding: 20px;
    width: 100%;
}

    .mypropad .prodiv {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

        .mypropad .prodiv:hover {
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
        }

.form-group.uploadfile {
    background-color: #f3f3f3;
    padding: 20px;
}

.uploadfile label {
    display: block;
}

.uploadfile .form-control {
    height: auto;
}

.uploadfile > img {
    border-radius: 50%;
    margin-bottom: 5px;
    width: 100px;
}

.ordercard td {
    vertical-align: middle !important;
}

.ordercard a {
    color: #90c404;
    text-decoration: underline;
}

.ordercard {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.mobsubmenu {
    background-color: #90c404;
    color: #ffffff;
    display: none;
    padding: 5px 10px;
}

.closebtn {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: none;
    padding: 7px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.main-menu ul {
    margin-top: 10px;
}

.cart-icon {
    display: inline-block;
    float: left;
    line-height: 1;
    top: -15px;
    position: relative;
}

    .cart-icon i {
        font-size: 42px;
    }

    .cart-icon span {
        background-color: #90C404;
        border-radius: 100%;
        bottom: -5px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        height: 22px;
        left: 0;
        line-height: 22px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        width: 22px;
    }

.checkboxcontainer {
    -moz-user-select: none;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.checkboxdiv label {
    margin-bottom: 10px;
}
/* Hide the browser's default checkbox */
.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #dedede;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
    background-color: #90C404;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

.checkboxcontainer .checkmark.chklunch:after {
    display: block;
    background-color: #90C404;
}

.checkboxcontainer .checkmark.chklunch, .checkboxcontainer:hover .checkmark.chklunch {
    background-color: #90C404;
}
/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkboxdiv > span {
    border-bottom: 2px solid;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.checkoutlog .ready-btn {
    background: #90C404 !important;
    margin-top: 5px;
    color: #fff;
}

.searchdiv {
    float: right;
    margin: 6px 15px;
    position: relative;
    width: 100%;
}

    .searchdiv .btnicon {
        background-color: rgba(0, 0, 0, 0);
        border: medium none;
        font-size: 16px;
        height: 34px;
        position: absolute;
        right: 5px;
        top: 0;
        width: 34px;
    }

.marker-list-training li {
    color: black;
    padding-right: 40px;
    margin: 10px 0px;
    position: relative;
    font-size: 16px;
}
    .marker-list-training li::after {
        position: absolute;
        content: "\e886";
        left: 0;
        top: 3px;
        font-family: consultant;
        color: #90C404;
        font-weight: 700;
        right: 400px;
    }
.project-details .marker-list-training li {
    color: #444;
}


/*.wrappert {
    padding-right: 1em;
    padding-left: 1em;
}



.wrappert {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0;
}

.info {
    text-align: center;
}

    .info h3, fieldset legend {
         	color: #444444; 
    }

    .info h3 {
        margin-top: 0;
        padding-top: 1.5em;
        font-size: 2.5em;
    }

    .info p {
        font-size: .85em;
        border-bottom: 4px solid rgba(45,57,69);
        padding-bottom: 3em;
        margin-bottom: 0;
    }*/

/*form {
    border-top: 2px solid rgba(45,57,69);
    margin-top: 2px;
    padding-top: 1em;
}*/

/*fieldset {
    border: none;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

    fieldset legend {
        font-size: 1.65em;
        font-weight: bold;
        padding-bottom: .75em;
    }

.contact-infot label {
    display: block;
    padding-bottom: .65em;
    font-size: 1.25em;
}

.newslettert label {
    font-size: 1.25em;
}

.contact-info input, select, textarea {
    box-shadow: 0 0 1px;
    width: 100%;
    height: 4em;
    background-color: #fff;
    outline: none;
    border: none;
    border-radius: 5px;
    border-color: #fff;
    text-indent: 10px;
    transition: border-color .4s ease-in-out;
}

textarea {
    height: 85px;
    padding-top: 10px;
}

    .contact-infot input:focus, select:focus, textarea:focus {
        border: 2px solid #46698B;
        border-radius: 0;
    }

#name:focus,
#email:focus {
    border: 2px solid #FF7463;
}

[type="submit"] {
    width: 100%;
     	background-color: #4EBBB5; 
       background-color: #f8f8e7; 
    background-color: #eeeec6;
    height: 60px;
    border: none;
    border-radius: 5px;
    color: #444444;
    font-size: 1.25em;
}

    [type="submit"]:hover {
        opacity: .8;
    }

.newslettert [type="checkboxt"] {
    transform: scale(1.4);
}

::placeholder {
    text-align: left;
    padding-right: 1em;
}

.footer p {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    margin: 0;
}



    .wrappert {
        max-width: 685px;
    }

    .info h3 {
        font-size: 2.5em;
        letter-spacing: 1px;
    }

    .info p {
        font-size: 1.1em;
    }

    .contact-infot label {
        display: inline-block;
        
    }

    .contact-infot input, select {
        width: 78%;
    }

    .newslettert .checkboxest p {
        padding-top: 2px;
        padding-bottom: 2px;
    }




    .wrappert {
        width: 90%;
        
    

    . contact-infot label {
        display: inline-block;
        width: 26%;
    }

    .contact-infot input, select {
        width: 72%;
    }

    .contact-infot p, .newslettert p {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    form {
        display: flex;
        justify-content: space-between;
    }

    .containert {
        display: flex;
        flex-direction: column;
        min-width: 340px;
        height: 500px;
        justify-content: space-around;
    }

    fieldset {
        margin-right: 0;
        margin-left: 0;
    }

    .contact-infot {
        width: 55%;
    }

    .newslettert {
        width: 41%;
    }

    form {
        padding-top: 1em;
    }*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

/*body {
    padding: 100px 0;
    background: #ecf0f4;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #222;
}*/

.container {
    max-width: 1230px;
    width: 100%;
}

h1 {
    font-weight: 700;
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
}

.header {
    margin-bottom: 80px;
}

#description {
    font-size: 24px;
}

.form-wrap {
    width: 100%;
    max-width: 850px;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    
}

    .form-wrap:before {
        content: "";
        width: 90%;
        height: calc(100% + 60px);
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        top: -30px;
        background: white;
        z-index: -1;
        opacity: 0.8;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
       /* -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);*/
    }

.form-group {
    margin-bottom: 25px;
}

    .form-group > label {
        display: block;
        font-size: 18px;
        color: #000;
    }

.custom-control-label {
    color: #000;
    font-size: 16px;
}

.form-control {
    height: 50px;
    background: #ecf0f4;
    border-color: transparent;
    padding: 0 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .form-control:focus {
        border-color: #00bcd9;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    }

textarea.form-control {
    height: 160px;
    padding-top: 15px;
    resize: none;
}

.btn {
    padding: .657rem .75rem;
    font-size: 18px;
    letter-spacing: 0.050em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #00bcd9;
    border-color: #00bcd9;
}

    .btn-primary:hover {
        color: #00bcd9;
        background-color: #ffffff;
        border-color: #00bcd9;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #00bcd9;
        background-color: #ffffff;
        border-color: #00bcd9;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #00bcd9;
        background-color: #ffffff;
        border-color: #00bcd9;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
            -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
        }