/*-----------------------------------------------------------------------------------

    Template Name: Arkiton
    Template URI:
    Description: This is html5 template
    Author: Rainbow Design
    Author URI: http://rainbowdesign.in/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Theme default CSS
    2. Home 1
        2.2 Menu
        2.3 Slider
        2.4 About Us1
        2.5 Our Service
        2.6 last-project
        2.7 call-to-action-box
        2.8 why-choose-us
        2.9 our-team
        2.10 home-counter
        2.11 newsletter
        2.12 client-testimonial
        2.13 h1-blog
        2.14 our-partners
        2.15 home footer
    3. Blog
    4. Blog Details
    5. Cotnact
    6. Coming-soon
    7. About
    8. Project
    9. Service

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/

/*  Theme default CSS
/*----------------------------------------*/

.clear {
    clear: both
}

::-moz-selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

div#preloader {
    background: #191919 url("../img/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

div#preloader01 {
    background: #191919 url("../img/loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.menu-section.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-40 {
    margin-bottom: 40px;
}

.mar-bot-35 {
    margin-bottom: 35px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-bot-20 {
    margin-bottom: 20px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-80 {
    margin-top: 80px;
}

.mar-top-55 {
    margin-top: 55px;
}

.mar-top-108 {
    margin-top: 108px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

*, *:before, *:after {

}

*:focus {
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #333;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

button, input, textarea {
    letter-spacing: 0px;
}

.background-with-black {
    position: relative;
}

.bg-with-white {
    position: relative;
}

.bg-with-white::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-with-blue {
    position: relative;
}

.bg-with-blue::before {
    background: #00bff3 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.hvr-bs:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#scrollUp {
    background: #232323 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 35px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0) inset;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 17px;
    height: 40px;
    line-height: 20px;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0;
    padding-top: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 40px;
    z-index: 9999;
}

#scrollUp:hover {
    background: #5faf21 none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5) inset, 0 0 20px rgba(255, 255, 255, 0.2);
    color: white;
    outline-offset: 15px;
}

/*----------------------------------------*/

/*  Home
/*----------------------------------------*/

.header-top-section {
    background: #1d1d1d none repeat scroll 0 0;
    padding: 8px 0;
}

.header-top-box {
    display: inline-block;
    margin-right: 26px;
}

.header-top-box:last-child {
    margin-right: 0;
}

.header-top-box i {
    color: #5faf21;
    margin-right: 5px;
}

.header-top-box p {
    color: #fff;
    display: inline-block;
    font-size: 12px;
}

.header-top-section-social {
    text-align: right;
}

.header-top-section-social ul {
    list-style: outside none none;
    padding: 0;
}

.header-top-section-social ul li {
    display: inline-block;
}

.header-top-section-social ul li a {
    color: #ccc;
    font-size: 14px;
    margin-left: 8px;
}

.header-top-section-social ul li a:hover {
    color: #5faf21;
}

.menu-section {
    padding: 15px 0px;
}

/*Menu*/

.menu ul {
    list-style: outside none none;
    padding: 0;
    text-align: right;
}

.menu ul li {
    display: inline-block;
    margin-left: 2.3%;
    position: relative;
}

.menu ul li:first-child {
    margin-left: 0;
}

.menu ul li a {
    color: #222222;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    border-bottom: 3px solid #fff;
    padding: 12px 10px;
    text-transform: uppercase;
}

.menu ul li:hover > a {
    color: #5faf21;
}

.menu ul li .menu-dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 0;
    min-width: 155px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 54px;
    transform: translateY(-20px);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 99;
}

.menu ul li:hover .menu-dropdown {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.menu ul li .menu-dropdown li {
    display: block;
    margin: 0;
    position: relative;
    text-align: left;
}

.menu ul li .menu-dropdown li a {
    display: block;
    padding: 12px;
}

.menu ul li .menu-dropdown li .thidlevel-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    left: 100%;
    min-width: 200px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.menu ul li .menu-dropdown li:hover .thidlevel-menu {
    opacity: 1;
    visibility: visible;
}

/*mean menu customization*/
.mean-container .mean-nav li {
    margin: 0px;
}

.search {
    text-align: right;
}

.search a {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #444444;
    display: inline-block;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 0px;
    padding: 7px 16px;
}

.search-modal-box .modal-dialog {
    height: 100%;
    margin: auto;
    width: 100%;
}

.search-modal-box .modal-content {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    height: 100vh;
    outline: 0 none;
    position: relative;
}

.search-modal-box .modal-title {
    color: #fff;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 46px;
    margin: 100px 0 0;
    text-align: center;
    text-transform: capitalize;
}

.search-modal-box .modal-content form {
    margin: 70px 0;
    text-align: center;
}

.search-modal-box .modal-content input[type="text"] {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 16px;
    height: 60px;
    letter-spacing: 0;
    margin: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    width: 400px;
}

.search-modal-box .modal-close {
    text-align: center;
}

.search-modal-box .modal-close button {
    background: #5faf21 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px 40px;
    text-transform: uppercase;
}

/*Slider*/

/* .slider-container {
   position: relative;
}
.slider-container::before {
   z-index: 8;
   background: #000 none repeat scroll 0 0;
   content: "";
   height: 100%;
   left: 0;
   opacity: 0.6;
   position: absolute;
   top: 0;
   width: 100%;
}  **/

#home_slider .nivo-caption {
    background: transparent none repeat scroll 0 0;
    left: 0;
    opacity: 1;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

#home_slider .caption-title {
    margin: 0 0 0px;
}

#home_slider .caption-title h2 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    text-transform: uppercase;
}

#home_slider .caption-title h2 span {
    color: #5faf21;
}

#home_slider .caption-details p.text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
    font-weight: normal;
}

#home_slider .caption-details p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

#home_slider .caption-details {
    margin: 0 0 20px;
}

#home_slider .caption-readmore a {
    background: #5faf21 none repeat scroll 0 0;
    border: 1px solid #5faf21;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: 400;
    margin: 0 5px;
    padding: 12px 24px;
    text-transform: uppercase;
}

#home_slider .caption-readmore a:hover {
    background: transparent none repeat scroll 0 0;
}

#home_slider .nivo-directionNav > a {
    background: #5faf21 none repeat scroll 0 0;
    border: 1px solid #5faf21;
    color: #fff;
    height: 40px;
    font-size: 12px;
    line-height: 36px;
    text-align: center;
    width: 40px;
}

#home_slider .nivo-directionNav > a:hover {
    background: transparent none repeat scroll 0 0;
}

#home_slider .nivo-directionNav .nivo-prevNav {
    left: 10px;
}

#home_slider .nivo-directionNav .nivo-nextNav {
    right: 10px;
}

.slider-go-down {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9;
}

.slider-go-down > a {
    display: inline-block;
    height: 46px;
    position: relative;
    width: 24px;
}

.slider-go-down > a::after {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    content: "\2193";
    height: 16px;
    font-size: 30px;
    color: #fff;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -15px;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(12px);
    }
    60% {
        transform: translateY(8px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(12px);
    }
    60% {
        transform: translateY(8px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(12px);
    }
    60% {
        transform: translateY(8px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(12px);
    }
    60% {
        transform: translateY(8px);
    }
}

/*2.4 About Us1*/

.image-container .image {
    position: relative;
    overflow: hidden
}

.single_page .image-container .image::before {
    background: #f4f4f4;
}

.image-container .image::before {
    background: #fcfcfc none repeat scroll 0 0;
    content: "";
    height: 200%;
    position: absolute;
    right: 30px;
    top: 0;
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    width: 122px;
}

.about_us_wrapper {
    background: #fcfcfc;
    padding: 70px 0px;
    overflow: hidden
}

.about_us_wrapper2 {
    background: #fcfcfc;
    padding: 0px 0px;
    overflow: hidden
}

.about_us_wrapper .title h1 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}

.about_us_wrapper .section_title {
    text-align: left;
    overflow: visible;
}

.about_us_text p {
    padding-bottom: 18px;
}

.title h1 .title_word_2 {
    color: #5faf21;
}

.read_more a {
    color: #5faf21;
    font-weight: 700;
    text-decoration: none;
    transition: leeter-spacing 0.4s ease 0s;
}

.read_more a i {
    padding-left: 6px;
}

/*Our Service*/

.our-service-section {
    padding: 70px 0px;
    position: relative;
    background-color: #f5f5f5;
}

.our-service-section::before {
    opacity: 0.8;
}

.our-service-header {
    margin: 0 0 40px;
}

.our-service-header span {
    color: #5faf21;
    margin-bottom: 10px;
    display: inline-block;
}

.our-service-header .our-service-header-title {
    color: #333;
    font-size: 32px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.our-service-header-title-border {
    display: inline-block;
    height: 2px;
    background-color: #5faf21;
    position: relative;
    width: 80px;
}

.our-service-header .our-service-header-text {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin: 7px 0 0;
}

.service-two .service-block {
    border-radius: 0px;
    text-align: center;
    background-color: #fff;
    padding: 25px;
}

.service-two .service-block .service-block-icon {
    float: left;
    width: 100%;
}

.service-two .service-block .service-block-icon i {
    color: #fff;
    font-size: 20px;
    background-color: #5faf21;
    height: 60px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    line-height: 60px;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    width: 60px;
}

.service-two .service-block:hover .service-block-icon i {
    color: #fff;
}

.service-two .service-block .service-block-icon i:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 2px #5faf21;
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0;
    padding: 5px;
    transform: scale(1.2);
    box-sizing: content-box;
    transition: all 0.2s ease 0s;
}

.service-two .service-block:hover .service-block-icon i:after {
    transform: scale(1);
    opacity: 1;
}

.service-two .service-block .service-block-content {
    float: left;
    padding-left: 8px;
    width: 100%;
}

.service-two .service-block .service-block-content h4 {
    color: #000;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 15px;
}

.service-two .service-block .service-block-content p {
    color: #333;
    line-height: 24px;
    font-size: 14px;
}

/*last-project*/

.latest-project-section {
    padding: 70px 0px;
}

.section-title h2 {
    color: #333;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
}

.section-title > p {
    color: #333;
    line-height: 22px;
}

.section-title-border {
    background-color: #5faf21;
    display: inline-block;
    height: 2px;
    position: relative;
    width: 80px;
}

.latest-project-header {
    margin: 0 0 40px;
    text-align: center;
}

.all-latest-project {
    text-align: center;
}

.latest-project-menu-link {
    margin: 0 0 30px;
    display: inline-block;
    border-radius: 0px;
}

.latest-project-menu-link > div {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 16px;
    margin-right: 8px;
    border: 1px solid #ccc;
    padding: 10px 16px;
}

.latest-project-menu-link > div:last-child {
    margin-right: 0;
}

.latest-project-menu-link > div.active {
    background: #5faf21 none repeat scroll 0 0;
    color: #fff;
    border-radius: 0px;
}

#projects-mix .mix {
    float: left;
    width: 33.33%;
}

#projects-mix .mix {
    display: none;
}

.project-block {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.project-block::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}

.project-block:hover img {
    transform: scale3d(1.15, 1.15, 1);
}

.project-block:hover::before {
    opacity: 0.7;
}

.project-block > a {
    display: block;

}

.project-block > a i {
    color: #fff;
    font-size: 20px;
    padding: 12px;
    border-radius: 0px;
    left: 50%;
    border: 1px solid #fff;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.project-block:hover > a i {
    opacity: 1;
    z-index: 2;
}

.project-block a i:hover {
    color: #333;
    background-color: #fff;
}

.project-block > a img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.project-block-content {
    bottom: 60px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.project-block:hover .project-block-content {
    opacity: 1;
    z-index: 2;
    visibility: visible;
}

.project-block-content h5 {
    color: #5faf21;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 22px;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.project-block-content span {
    color: #5faf21;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
}

/*call-to-action-box*/

/*.call-to-action-section {
	background: rgba(0, 0, 0, 0) url("../img/bg/call-to-action-box.jpg") no-repeat scroll center top / cover;
	padding: 70px 0;
}*/
.call-to-action-box {
    text-align: center;
}

.call-to-action-box h2 {
    color: #fff;
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    padding: 16px 0 15px 0;
    text-transform: uppercase;
}

.call-to-action-box p {
    color: #fff;
    padding-bottom: 15px;
}

.call-to-action-box a {
    color: #fff;
    background-color: #5faf21;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    letter-spacing: 0;
    padding: 10px 26px;
    text-transform: uppercase;
}

/*why-choose-us*/

.why-choose-us-section {
    padding: 70px 0px;
}

.why-choose-header {
    text-align: center;
    margin: 0 0 40px;
}

.service-three .service-block {
    border-radius: 0px;
    padding: 0px;
}

.service-three .service-block:hover .service-block-content h4 {
    color: #5faf21;
}

.service-three .service-block .service-block-icon {
    float: left;
    text-align: left;
    width: 18%;
}

.service-three .service-block .service-block-icon i {
    color: #000;
    font-size: 44px;
}

.service-three .service-block .service-block-content {
    float: left;
    width: 75%;
}

.service-three .service-block .service-block-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    position: relative;
    font-weight: 500;
    line-height: 22px;
    margin: 0px 0 16px;
    text-transform: uppercase;
}

.section-title span {
    color: #5faf21;
    margin-bottom: 10px;
    display: inline-block;
}

.service-three .service-block .service-block-content h4:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    background-color: #5faf21;
    content: "";
    width: 50px;
}

.service-three .service-block .service-block-content p {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

/*our-team*/

.our-team-section {
    padding: 70px 0px;
}

.our-team-header {
    margin: 0 0 40px;
    text-align: center;
}

.single-team {
    margin: 20px 0;
    overflow: hidden;
    border: 2px solid #5faf21;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.single-team .single-team-content {
    opacity: 0;
    padding: 15px 0;
    text-align: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.single-team .single-team-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.single-team img {
    border-radius: 0px;
}

.single-team .single-team-content h4 {
    color: #333;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 5px;
    text-transform: capitalize;
}

.single-team .single-team-content p {
    color: #999;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.single-team .single-team-content ul {
    list-style: outside none none;
    padding: 0;
}

.single-team .single-team-content ul li {
    display: inline-block;
}

.single-team .single-team-content ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    height: 40px;
    border: 1px solid #999;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.single-team .single-team-content ul li a:hover {
    color: #fff;
    background-color: #5faf21;
}

.team-caousel .owl-nav > div {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-caousel .owl-nav > div:hover {
    color: #5faf21;
}

.team-caousel .owl-nav > div i {
    margin: 0 5px;
}

.team-caousel .owl-nav .owl-prev {
    left: -68px;
}

.team-caousel .owl-nav .owl-next {
    right: -68px;
}

/*2.11 home-counter*/

/*.counter-section {
	background-image: url(../img/bg/counter-bg.jpg);
	padding: 70px 0px;
} */
.counter-box {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 25px 25px 25px;
    border-radius: 0px;
}

.counter-box .counter-box-icon {
    margin-bottom: 20px;
}

.counter-box .counter-box-icon i {
    color: #5faf21;
    font-size: 50px;
}

.counter-box .counter-box-content h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 8px;
    line-height: 24px;
}

.counter-box .counter-box-content p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding-top: 6px;
    text-transform: uppercase;
    line-height: 24px;
}

/*newsletter*/

.newsletter-section {
    background: rgba(0, 0, 0, 0) url("../img/bg/newsletter-bg.jpg") no-repeat scroll left top / cover;
    padding: 70px 0px;
}

.newsletter {
    text-align: center;
}

.newsletter h2 {
    color: #fff;
    font-size: 35px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.newsletter p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 39px;
}

.newsletter-form-area input[type="email"] {
    border: 0 none;
    border-radius: 0px;
    color: #9b9b9b;
    font-size: 16px;
    padding-left: 15px;
    font-style: italic;
    height: 51px;
    letter-spacing: 0;
    text-align: left;
    width: 460px;
}

.newsletter-form-area input[type="submit"] {
    background: #5faf21 none repeat scroll 0 0;
    border: 0 none;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    color: #fff;
    height: 51px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 1px 58px 0 58px;
}

/*client-testimonial*/

.testimonial-section {
    padding: 70px 0;
}

.testimonial-header {
    text-align: center;
    margin: 0 0 40px;
}

.testimonial-block {
    text-align: center;
    padding: 42px 35px;
}

.testimonial-block .testimonial-block-img {
    position: relative;
    width: 100%;
}

.testimonial-block .testimonial-block-img > img {
    width: auto;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #ccc;
}

.testimonial-block .testimonial-block-img span {
    background: #ccc none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 30px;
}

.testimonial-block .testimonial-block-content {
    width: 100%;
}

.testimonial-block .testimonial-block-content h5 {
    color: #222328;
    font-size: 20px;
    letter-spacing: 0;
    margin: 10px 0 8px;
}

.testimonial-block .testimonial-block-content span {
    display: block;
    color: #7e7e7e;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}

.testimonial-block .testimonial-block-content p {
    font-size: 14px;
    line-height: 30px;
    margin: 12px 0 0;
}

.rating .star {
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 13px;
    font-weight: normal;
    height: 22px;
    margin: 0 1px 0 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 14px;
}

.rating .star::after {
    color: #5faf21;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
}

.rating .star-on::after {
    content: "";
}

.rating .star-half::after {
    content: "";
}

.testimonial-caousel .owl-nav {
    text-align: center;
    margin: 26px 0 0;
}

.testimonial-caousel .owl-nav > div {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 26px;
    text-align: center;
    margin: 0px 5px;
}

.testimonial-caousel .owl-nav > div:hover {
    border: 1px solid #d4d4d4;
}

/*blog*/

.blog-section {
    padding: 70px 0px;
    margin: 0px 0px;
    background-color: #f5f5f5;
}

.blog-header {
    margin: 0 0 40px;
    text-align: center;
}

.single-blog-item {
    border: 1px solid #eeeeee;
    background-color: #fff;
    padding: 15px 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog-item a.readmore-btn {
    color: #5faf21;
    font-size: 14px;
}

.single-blog-item:hover {
    border: 1px solid #5faf21;
}

.single-blog-item:hover .single-blog-content .s1sb-title {
    color: #5faf21;
}

.single-blog-item .single-blog-img {
    margin: 0 0 15px 0px;
    position: relative;
}

.single-blog-item .single-blog-content .s1sb-title {
    color: #5faf21;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 4px;
    letter-spacing: 0;
    line-height: 22px;
    text-transform: uppercase;
}

.single-blog-item .single-blog-meta {
    padding: 4px 0px;
    margin: 0px 0px 6px 0px;
}

.single-blog-item .single-blog-meta ul {
    list-style: outside none none;
    padding: 0;
}

.single-blog-item .single-blog-meta ul li {
    display: inline-block;
    color: #333;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 16px;
    margin-right: 12px;
    position: relative;
}

.single-blog-item .single-blog-meta ul li:last-child {
    margin-right: 0;
}

.single-blog-item .single-blog-meta ul li:last-child::after {
    display: none;
}

.single-blog-item .single-blog-meta ul li i {
    color: #333;
    font-size: 18px;
}

.single-blog-item .single-blog-meta ul li a {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: 8px;
}

.single-blog-item .single-blog-content p {
    color: #333;
    margin-bottom: 15px;
}

/*our-partners*/

.our-partners-section {
    padding: 70px 0px;
}

.our-partners-header {
    margin: 0 0 40px;
}

.partners-brand-block {
    height: 100px;
    line-height: 100px;
    background-color: #f5f5f5;
    text-align: center;
    border: 2px solid #fff;
}

.partners-brand-block:hover {
    border: 2px solid #5faf21;
}

.partners-brand-block img {
    display: inline-block !important;
    width: auto !important;
}

.our-partners-carousel .owl-nav {
    position: relative;
    right: 0px;
    left: 0px;
    text-align: center;
    bottom: 0px;
    margin-top: 45px;
}

.our-partners-carousel .owl-nav > div {
    border: 1px solid #b0b0b0;
    color: #b0b0b0;
    display: inline-block;
    height: 22px;
    line-height: 20px;
    text-align: center;
    width: 22px;
}

.our-partners-carousel .owl-nav .owl-prev {
    margin-right: 6px;
}

/*home footer*/

footer.footer-section {
    background-color: #111;
    padding: 70px 0px 0px 0px;
}

.single-footer > img {
    margin: 0 0 12px;
}

.single-footer p {
    color: #fff;
}

.single-footer ul.single-footer-list {
    list-style: outside none none;
    padding-left: 0;
}

.single-footer ul.single-footer-list li, .single-footer ul.single-footer-list li a {
    color: #e5e5e5;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 36px;
}

.single-footer ul.single-footer-list li a:hover {
    color: #5faf21;
}

.single-footer ul.single-footer-list li a span {
    font-size: 8px;
    margin-right: 6px;
    position: relative;
    top: 0px;
}

.single-footer-title {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 20px;
}

.footer-social {
    list-style: outside none none;
    padding: 0;
    margin-top: 15px;
}

.footer-social li {
    display: inline-block;
    height: 36px;
    width: 36px;
}

.footer-social li a {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 0px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 36px;
    text-align: center;
}

.footer-social li a:hover {
    background: #5faf21 none repeat scroll 0 0;
}

.footer-top-block {
    margin: 0 0 70px;
}

.footer-bottom {
    border-top: 2px solid #969696;
    padding: 20px 0px;
}

.footer-bottom-block {
    background-color: #000;
}

.footer-copyright p {
    color: #aaaaaa;
    line-height: 30px;
}

.footer-links ul {
    list-style: outside none none;
    padding: 0;
    float: right;
}

.footer-links ul li {
    margin-left: 28px;
    float: left;
}

.footer-links ul li a {
    color: #e5e5e5;
    display: block;
    font-size: 14px;
    margin-top: 6px;
    letter-spacing: 0;
}

/*----------------------------------------*/

/*  Blog Standard
/*----------------------------------------*/

.inner-page-banner-section {

    background: rgba(0, 0, 0, 0) url("../img/rep.png") no-repeat fixed 0 0 / cover;
    padding: 130px 0 160px;
    position: relative;
}

.productIntrobanner {

    padding: 130px 0 160px;
    position: relative;

}

.inner-page-box {
    text-align: center;
    position: relative;
}

.inner-page-box h2.inner-page-title {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 62px;
    position: relative;
    text-transform: uppercase;
}

.inner-page-box h2.inner-page-title:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    margin: auto;
    bottom: -10px;
}

.breadcrumb-section {
    background: rgba(95, 175, 33, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 9px 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.breadcrumb-menu ul {
    list-style: outside none none;
    padding: 0px;
    display: inline-block;
}

.breadcrumb-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.breadcrumb-menu ul li::after {
    color: #fff;
    content: "/";
    position: absolute;
    right: -28px;
    top: 0;
}

.breadcrumb-menu ul li:last-child {
    margin-right: 0;
}

.breadcrumb-menu ul li:last-child::after {
    display: none;
}

.breadcrumb-menu ul li a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: capitalize;
}

.blog-page-section {
    padding: 84px 0 90px;
}

.blog-box-title {
    margin: 0 0 56px;
    position: relative;
}

.blog-box-title h2 {
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 41px;
    margin: 0 0 30px;
}

.blog-box-title p {
    color: #333;
    line-height: 24px;
}

.single-blog-block {
    margin: 0 0 40px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 40px;
}

.blog-box-img {
    display: inline-block;
    position: relative;
}

.blog-box-i-comments {
    background: #fff none repeat scroll 0 0;
    bottom: 2px;
    min-width: 70px;
    position: absolute;
    left: 2px;
    text-align: center;
}

.blog-box-i-comments span {
    color: #5faf21;
    display: inline-block;
}

.blog-box-i-comments p {
    color: #333;
    font-weight: 500;
    display: inline-block;
}

.blog-page-content {
    padding: 35px 0 0;
}

.blog-page-box-title {
    color: #313131;
    display: block;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 22px;
    margin: 6px 0 16px 0px;
}



.blog-page-meta {
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ecf0f1;
    margin: 0 0 21px;
    padding: 1px 0;
}

.blog-page-meta p {
    color: #5faf21;
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    margin-right: 20px;
    position: relative;
}

.blog-page-meta p:last-child::after {
    display: none;
}

.blog-page-meta p a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
}

.blog-page-text {
    color: #333;
    line-height: 26px;
    margin: 0 0 24px;
}

.blog-page-more {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    background-color: #5faf21;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 0px;
    letter-spacing: 0;
    line-height: 17px;
}

.blog-page-more:hover {
    color: #fff;
}

.blog-page-more i {
    margin-right: 5px;
}

.blog-page-pagination ul {
    list-style: outside none none;
    padding: 0;
}

.blog-page-pagination ul li {
    display: inline-block;
}

.blog-page-pagination ul li a {
    border: 2px solid #efefef;
    color: #3c3c3c;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 0;
    line-height: 38px;
    min-width: 40px;
    padding: 0 12px;
    text-align: center;
}

.blog-page-pagination ul li a:hover {
    background: #5faf21 none repeat scroll 0 0;
    border: 2px solid #5faf21;
    color: #fff;
}

/*blog-sidebar-main*/

.blog-item {
    margin: 0 0 42px;
}

.blog-item .widget-title-box {
    color: #25292f;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 11px;
}

.widget-serach-box {
    position: relative;
}

.widget-serach-box input[type="text"] {
    border: 1px solid #eaeaea;
    color: #b7b7b7;
    font-size: 18px;
    font-weight: 300;
    height: 40px;
    letter-spacing: 0;
    padding: 0 60px 0 10px;
    width: 100%;
}

.widget-serach-box button {
    background: #5faf21 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    height: 100%;
    padding: 0 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.blog-item ul {
    list-style: outside none none;
    padding: 0;
}

.blog-item ul li {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
}

.blog-item ul li:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}

.blog-item ul li a {
    color: #030104;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    padding-left: 25px;
    position: relative;
}

.blog-item ul li a::before {
    color: #030104;
    content: "";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-item ul li a:hover {
    color: #5faf21;
}

.blog-item ul li a:hover::before {
    color: #5faf21;
}

.recent-news-item-box {
    margin: 0 0 17px;
    border: 1px solid #e3e3e3;
    padding: 10px 0px 6px 12px;
}

.recent-news-item-box:last-child {
    margin-bottom: 0;
}

.recent-news-item-box a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 2px;
}

.recent-news-item-box a:hover {
    color: #5faf21;
}

.recent-news-item-box p {
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 300;
}

.widget-tag-box .widget-tags li {
    border: 0 none;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0;
}

.widget-tag-box .widget-tags li a {
    color: #333;
    border: 1px solid #e9e9e9;
    font-size: 13px;
    line-height: 19px;
    padding: 8px 15px;
}

.widget-tag-box .widget-tags li a:hover {
    background: #5faf21 none repeat scroll 0 0;
    color: #fff;
}

.widget-tag-box .widget-tags li a::before {
    display: none;
}

.widget-call-us-box {
    background-color: #5faf21;
    padding: 26px 20px;
    text-align: center;
}

.widget-call-us-box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}

.widget-call-us-box h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    margin: 8px 0;
}

/*----------------------------------------*/

/*  Blog Details
/*----------------------------------------*/

.blog-details-section {
    padding: 90px 0;
}

.blog-details-img {
    position: relative;
    margin-bottom: 35px;
}

.blog-details-img-content {
    margin-bottom: 21px;
}

.blog-details-img-content h6 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
}

.blog-details-img-content h2 {
    color: #333;
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 24px;
}

.blog-details-img-content ul {
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ecf0f1;
    margin: 0 0 21px;
    padding: 1px 0;
}

.blog-details-img-content ul li {
    display: inline-block;
    margin-right: 19px;
    position: relative;
}

.blog-details-img-content ul li::after {
    color: #333;
    content: "/";
    position: absolute;
    right: -18px;
    top: 0;
}

.blog-details-img-content ul li:last-child {
    margin-right: 0;
}

.blog-details-img-content ul li:last-child::after {
    display: none;
}

.blog-details-img-content ul li a {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
}

.blog-details-img-content ul li a i {
    color: #5faf21;
}

.blog-details blockquote::before {
    left: 0px;
}

.blog-details blockquote {
    padding-top: 0px;
    padding-left: 55px;
}

.blog-details-intro {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 25px;
}

.blog-details-text {
    color: #333;
    line-height: 24px;
    margin: 0 0 32px;
}

.blog-details-blockquote {
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 30px;
    padding-left: 80px;
    position: relative;
}

.blog-details-blockquote::before {
    background: #edf2f5 none repeat scroll 0 0;
    color: #000000;
    content: "";
    font-family: FontAwesome;
    height: 60px;
    left: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 60px;
}

.blog-details-tags-share {
    margin: 0 0 110px;
    overflow: hidden;
}

.blog-details-tags-share .blog-details-tags {
    display: inline-block;
}

.blog-details-tags-share .blog-details-tags ul {
    list-style: outside none none;
    padding: 0;
}

.blog-details-tags-share .blog-details-tags ul li {
    color: #000000;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 5px;
}

.blog-details-tags-share .blog-details-tags ul li a {
    color: #333;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

.blog-details-tags-share .blog-details-tags ul li a:hover {
    color: #000000;
}

.blog-details-tags-share .blog-details-share {
    float: right;
}

.blog-details-tags-share .blog-details-share ul {
    list-style: outside none none;
    padding: 0;
}

.blog-details-tags-share .blog-details-share ul li {
    display: inline-block;
    margin-right: 12px;
}

.blog-details-tags-share .blog-details-share ul li a {
    color: #959595;
    font-weight: 500;
    letter-spacing: 0;
}

.our-author {
    margin: 0 0 112px;
}

.our-author .our-author-title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 36px;
}

.our-author-box {
    overflow: hidden;
    background-color: #f3f3f3;
    padding: 12px;
}

.our-author-box-content h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 18px;
}

.our-author-box-content h5 span {
    color: #333;
    font-size: 12px;
    font-weight: 400;
}

.our-author-box-content p {
    color: #333;
    line-height: 24px;
    margin: 0 0 27px;
}

.our-author-box-content ul {
    list-style: outside none none;
    padding: 0;
}

.our-author-box-content ul li {
    display: inline-block;
}

.our-author-box-content ul li a {
    color: #000000;
    display: block;
    font-size: 16px;
    padding: 0 8px;
}

.comments {
    margin: 0 0 112px;
}

.comments-count-box {
    margin: 0 0 32px;
}

.comments-count-box h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

.comments-count-box h4 span {
    color: #a1a1a1;
}

.comments ol {
    list-style: outside none none;
    padding: 0;
}

.comment-box-text .comment-box-img {
    float: left;
    height: 50px;
    width: 50px;
}

.comment-box-text .comment-box-img img {
    border-radius: 4px;
    height: 100%;
}

.comment-box-text .comment-author-meta-box {
    overflow: hidden;
    padding-left: 30px;
    position: relative;
}

.comment-box-text .comment-author-meta-box .author {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 14px;
}

.comment-box-text .comment-author-meta-box .author span {
    color: #333;
    font-weight: 400;
}

.comment-box-text .comment-author-meta-box .comment-box-content {
    color: #333;
    line-height: 24px;
}

.comment-box-text .comment-author-meta-box .comment-reply-link {
    color: #000000;
    font-weight: 500;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}

.comments .second-comment-box {
    list-style: outside none none;
    padding: 0;
}

.comments .second-comment-box li {
    padding-left: 40px;
}

.comments article {
    margin: 0 0 33px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0efef;
}

.comment-box-form h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 39px;
}

.comment-box-form-box {
    padding: 0px;
}

.comment-box-form-box input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #959595;
    font-size: 14px;
    height: 48px;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 10px;
    width: 100%;
}

.comment-box-form-box input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #959595;
    font-size: 14px;
    height: 48px;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 10px;
    width: 100%;
}

.comment-box-form-box textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #959595;
    font-size: 14px;
    height: 88px;
    letter-spacing: 0;
    margin: 0 0 20px;
    padding: 10px;
    width: 100%;
}

.comment-box-form-box input[type="submit"] {
    background: #5faf21 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 12px 60px;
    text-transform: uppercase;
}

/*----------------------------------------*/

/*  Cotnact
/*----------------------------------------*/

.contact-section {
    padding: 50px 0 54px;
}

.contact-header {
    margin: 0 0 51px;
}

.contact-title {
    color: #000000;
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 0;
}

.contact-second-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 14px;
}

.google-map-box {
    margin: 0 0 34px;
}

#googleMap iframe {
    height: 172px;
    width: 100%
}

.contact-address-box {
    list-style: outside none none;
    padding: 0;
}

.contact-address-box li {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 14px;
}

.contact-address-box li:last-child {
    margin-bottom: 0;
}

.contact-social-box {
    list-style: outside none none;
    padding: 0;
}

.contact-social-box li {
    margin: 0 0 8px;
}

.contact-social-box li:last-child {
    margin-bottom: 0;
}

.contact-social-box li a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 28px;
    position: relative;
}

.contact-social-box li a i {
    background: #000 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

.contact-form-input-box {
    margin: 0 0 20px;
}

.contact-form-input-box input[type="text"] {
    border: 1px solid #e5e5e5;
    color: #000000;
    font-size: 13px;
    height: 46px;
    letter-spacing: 0;
    padding: 10px;
    width: 100%;
}

.contact-form-input-box input[type="email"] {
    border: 1px solid #e5e5e5;
    color: #000000;
    font-size: 13px;
    height: 46px;
    letter-spacing: 0;
    padding: 10px;
    width: 100%;
}

.contact-form-input-box textarea {
    border: 1px solid #e5e5e5;
    color: #000000;
    font-size: 13px;
    height: 184px;
    letter-spacing: 0;
    padding: 10px;
    width: 100%;
}

.contact-form-input-box input[type="submit"] {
    background: #5faf21 none repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    padding: 5px 26px;
    text-transform: uppercase;
}

.contact-form-submit {
    text-align: right;
}

/*mail*/

.contact-form-message {
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.contact-form-message p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
    text-transform: capitalize;
}

/*----------------------------------------*/

/*  About
/*----------------------------------------*/

.about-banner-section {
    display: flex;
    flex-wrap: wrap;
}

.about-banner-left {
    background: #344a57 none repeat scroll 0 0;
    padding: 124px 60px 122px 0;
    text-align: right;
    width: 50%;
}

.about-banner-left .about-title, .about-banner-left .about-title span {
    color: #000000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0 0 6px;
}

.about-banner-left .about-title span {
    color: #fff;
}

.about-banner-left .about-text {
    color: #fff;
    font-size: 16px;
    font-style: italic;
}

.about-banner-right {
    background: #5faf21 none repeat scroll 0 0;
    padding: 125px 0 84px 60px;
    width: 50%;
}

.about-banner-right .about-right-title {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0 0 30px;
}

.about-banner-right .about-right-link {
    background: #344a57 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
    padding: 11px 30px;
}

.we-are-best-section {
    padding: 70px 0px;
    position: relative;
}

.we-best-banner-bg {
    left: 0;
    position: absolute;
    top: 14%;
    width: 55%;
    z-index: 9;
}

.we-best-banner {
    height: 80%;
    left: 10%;
    position: absolute;
    top: 28px;
    width: 72%;
    z-index: -1;
}

.we-best-header {
    margin: 0 0 55px;
}

.we-best-header .we-best-title {
    color: #333333;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 48px;
    margin: 0 0 4px;
}

.we-best-header .we-best-text {
    color: #aaaaaa;
    font-size: 20px;
    text-transform: uppercase;
}

.we-best .faq {
    position: relative;
}

.we-best .faq::before {
    background: #eeeeee none repeat scroll 0 0;
    content: "";
    height: 70%;
    left: 25px;
    overflow: hidden;
    position: absolute;
    top: 44px;
    width: 1px;
    z-index: -1;
}

/*about-accordion*/

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

div.panel {
    background-color: white;
    margin-left: 74px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 18px 0 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}

div.panel.show {
    padding-bottom: 12px;
    opacity: 1;
    height: -webkit-fill-available;
    height: -moz-fill-available;
    height: -o-fill-available;
    max-height: -webkit-available;
    max-height: -moz-available;
    max-height: -o-available;
}

.panel p {
    color: #555555;
    font-size: 15px;
    line-height: 26px;
}

.faq .panel {
    margin-bottom: 5px;
}

.faq button.accordion {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 8px;
    color: #333333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 20px;
    outline: medium none;
    padding: 10px 18px 10px 74px;
    position: relative;
}

.faq button.accordion::after {
    background: #dddddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 74px;
    position: absolute;
    width: 40px;
}

.faq button.accordion.active, button.accordion:hover {
    background-color: transparent;
    color: #5faf21;
}

button.accordion.active {
    color: #00b0ff;
}

span.accordion-before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    color: #555555;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.accordion.active span.accordion-before {
    background: #5faf21 none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    color: #fff;
}

/*----------------------------------------*/

/*  Project
/*----------------------------------------*/

.all-project-section {
    padding: 70px 0px 0;
}

.all-project-menu-link {
    margin: 0 0 60px;
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.all-project-menu-link > div {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0 18px;
    padding: 7px 0;
    position: relative;
    text-transform: uppercase;
}

.all-project-menu-link > div.active {
    color: #5faf21;
}

.all-project-menu-link > div::before {
    background: #5faf21 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 0%;
    transition: all 0.3s ease 0s;
}

.all-project-menu-link > div.active::before {
    opacity: 1;
    width: 100%;
}

.all-project-menu-link > div::after {
    background: #5faf21 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 0%;
}

.all-project-menu-link > div.active::after {
    opacity: 1;
    width: 100%;
}

.all-projects-block .mix {
    float: left;
    margin-bottom: 30px;
}

.all-projects-block .mix {
    display: none;
}

.all-project-block {
    position: relative;
}

.all-project-block::before {
    background: #f1f1f1 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.all-project-block:hover::before {
    opacity: 1;
}

.all-project-block a {
    color: #000;
    font-size: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.all-project-block:hover a {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.all-project-block-content {
    bottom: 80px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

.all-project-block:hover .all-project-block-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.all-project-block-content h6 {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0 0 13px;
}

.all-project-block-content p {
    color: #5faf21;
    line-height: 18px;
}

/*----------------------------------------*/

/*  Service
/*----------------------------------------*/

.service-page-our-service {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 70px 0px;
    padding: 0px;
}

.service-page-our-service .our-service-header .our-service-header-title {
    color: #000;
}

.service-page-our-service .our-service-header .our-service-header-text {
    color: #000;
}

.service-page-our-service .service-two .service-block .service-block-icon i {
    color: #fff;
}

.service-page-our-service .service-two .service-block:hover .service-block-icon i {
    color: #fff;
}

.service-page-our-service .service-two .service-block .service-block-content h4 {
    color: #000;
}

.service-page-our-service .service-two .service-block .service-block-content p {
    color: #000;
}

.help-you-section {
    background: rgba(0, 0, 0, 0) url("../img/service/service-counter.jpg") no-repeat fixed left center / cover;
    padding: 70px 0px;
    position: relative;
}

.help-you-header {
    margin: 0 0 58px;
    z-index: 5;
}

.help-you-header h2 {
    color: #fff;
    font-size: 42px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.help-you-header p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.help-you-content {
    margin: 0 0 40px;
}

.help-you-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 40px;
}

.help-you-timer-box {
    margin: 0 0 70px;
    text-align: center;
}

.help-you-timer-box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
}

.help-you-timer-box h2 .help-you-timer-box-icon {
    background: #5faf21 none repeat scroll 0 0;
    border-radius: 0px;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.help-you-timer-view-all a {
    background: #5faf21 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
}
