/*Table Content
 =================================================
 * BASIC STYLE
 - Typography Style
 - Padding and Margin Style
 - General Style
 - Box Hover Style
 - Form Style

 * HEADER
 - Header Style
 - Header style 2
 - Navigation Menu

 * FOOTER

 * ELEMENTS
 - Main Banner
 - Page Intro
 - Testimonial
 - Pagination Navigation
 - Sidebar Widget
 - blog Section
 - Partner Section
 - About Us Page
 - Timeline Section
 - Team
 - Serve
 - Faq Page
 - 404 page
 - Blog Page
 - Register and login Pages
 - Contact Page
 - Preloader
 ================================================
 */


/*-------------------------------------------------------------------------------------------*/


/* BASIC STYLE    ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

body,
html {
    margin: 0;
    padding: 0;
}

body {
    line-height: 24px;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}


/*  Typography Style   ||-----------*/

h1 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    font-family: 'Raleway', sans-serif;
}

h1 span {
    position: relative;
}

h1:before {
    content: attr(data-title);
    font-size: 61px;
    margin-top: 0;
    position: absolute;
    top: 4px;
    left: 3px;
    color: rgba(6, 60, 54, 0.08);
    z-index: 0;
}

h2 {
    font-size: 34px;
    font-weight: 700;
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    color: #6cbe03;
    text-transform: capitalize;
}

h2 span {
    color: #222222;
}

h4 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 17px;
    font-weight: 600;
}

h3,
h4,
h4,
h6 {
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    font-weight: 600;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: #222;
}

.inner-intro h1 {
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .inner-intro h1 {
        font-size: 35px;
    }
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 28px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
}


/*  Padding and Margin Style   ||-----------*/

.padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.no-padding {
    padding: 0;
}

.ptb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.padding-20 {
    padding: 20px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.padding-60 {
    padding: 60px;
}

.plr-0 {
    padding-left: 0;
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pr-30 {
    padding-right: 30px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ptb-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt {
    padding-top: 110px;
}

.pb {
    padding-bottom: 110px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.plr-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.plr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.ptb-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-90 {
    padding-top: 80px;
}

.pb-90 {
    padding-bottom: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-38 {
    padding-bottom: 38px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.up-80 {
    margin-top: -80px;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.mt-up {
    margin-top: -100px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .up-80 {
        margin-top: 50px;
    }
    .mt-sm-30 {
        margin-top: 30px;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .float-none-sm {
        float: none;
    }
    .float-left-sm {
        float: left;
    }
    .float-right-sm {
        float: right;
    }
    .pl-sm-0 {
        padding-left: 0;
    }
    .plr-xs-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .padding-sm-25 {
        padding: 25px;
    }
    .plr-xs-sm-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .text-xs-left {
        text-align: left !important;
    }
    .pr-xs-0 {
        padding-right: 0;
    }
    .pl-xs-0 {
        padding-left: 0;
    }
    .pr-xs-0 {
        padding-right: 0;
    }
    .plr-xs-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .padding-sm-25 {
        padding: 25px;
    }
    .pb-xs-30 {
        padding-bottom: 30px;
    }
    .pt-xs-60 {
        padding-top: 60px;
    }
    .ptb-xs-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pt-xs-0 {
        padding-top: 0px;
    }
    .pt-xs-40 {
        padding-top: 40px;
    }
    .pb-xs-40 {
        padding-bottom: 40px;
    }
    .pb-xs-60 {
        padding-bottom: 60px;
    }
    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .plr-xs-sm-20 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ml-xs-0 {
        margin-left: 0;
    }
    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .mt-xs-0 {
        margin-top: 0px;
    }
    .mb-xs-0 {
        margin-bottom: 0px;
    }
    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mt-xs-15 {
        margin-top: 15px;
    }
    .mb-xs-15 {
        margin-bottom: 15px;
    }
    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mt-xs-30 {
        margin-top: 30px;
    }
    .mb-xs-30 {
        margin-bottom: 30px;
    }
    .float-none-xs {
        float: none;
    }
    .float-left-xs {
        float: left;
    }
    .float-right-xs {
        float: right;
    }
}

button:focus {
    outline: none;
}


/*gernal*/

.dark-bg {
    background: #323232;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .width-25per {
        width: 30%;
    }
    .project-section .width-25per {
        width: 100%;
        text-align: center;
    }
    .width-75per {
        width: 70%;
    }
    .project-section .tab-respons {
        width: 100%;
        padding: 0 30px 60px;
    }
}

@media (max-width: 767px) {
    .width-25per {
        width: 100%;
    }
    .width-75per,
    .tab-respons {
        width: 100%;
    }
    .project-section {
        margin: 0 auto;
        max-width: 480px;
        width: 100%;
    }
}

.half-width {
    width: 50%;
}

@media (max-width: 767px) {
    .half-width {
        width: 100%;
    }
    .img-responsive {
        width: 100%;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.height-300 {
    height: 300px;
}

.height {
    height: 250px;
}

.border {
    border: 1px solid #ccc;
}

.about-block {
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.v-line {
    border-left: 3px solid #daa106;
    padding-left: 20px;
}

.box-shadow {
    box-shadow: 14px 14px 0 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-l {
    box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.19);
}

.btn-wrap .btn-text:last-child {
    margin-top: 10px;
}


/*Form Style   ||-----------*/

button {
    outline: none;
    border: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button,
input,
textarea,
select {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea,
select {
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #202020;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 0px 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea,
select {
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #202020;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 13px 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}

img {
    max-width: 100%;
}

.italic {
    font-style: italic;
}


/*  Preloader   ||-----------*/

#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #fff;
}

.sk-circle {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #6cbe03;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*-------------------------------------------------------------------------------------------*/


/* Register and login Pages   ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.page-signin .main-body {
    max-width: 480px;
    margin: 10px auto;
}

.page-signin .body-inner {
    position: relative;
    padding: 0 20px 20px;
}

.card {
    position: relative;
    overflow: hidden;
    margin: 10px 0 20px 0;
    border-radius: 2px;
}


/*.mdl-shadow--2dp, .card-panel, .card {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
}*/

.bg-white {
    background-color: #fff;
    color: #3D4051;
}

.z-depth-2,
.page-signin .card {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
}

.page-signin .card .card-content {
    padding: 30px 20px;
}

.page-signin .logo {
    font-size: 26px;
    font-weight: normal;
}

.page-signin .form-group {
    position: relative;
    margin: 0;
}

.ui-input-group {
    position: relative;
    margin: 18px 0 12px;
}

.card .card-action {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.card .card-action.no-border {
    border: 0;
}

.color-primary,
a.color-primary {
    color: #6aaf08;
}

.card .card-action>a {
    margin-right: 20px;
    text-transform: uppercase;
}

.page-signin .additional-info {
    text-align: center;
    font-size: 12px;
}

.page-signin .additional-info a {
    color: #fafafa;
}

.page-signin .additional-info .divider-h {
    border-right: 1px solid #fafafa;
    margin: 0 15px;
}

.page-signin .additional-info {
    text-align: center;
    font-size: 12px;
}

.page-signin .body-inner:before {
    z-index: -1;
    content: ' ';
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #6aaf08;
    height: 220px;
}

.ui-input-group>input {
    padding-left: 0;
    padding-right: 0;
    border: none;
    box-shadow: 0 0 0 #fff;
    border: none;
    border-bottom: 1px solid #CBD5DD;
    margin: 0;
}

.ui-input-group>input:focus {
    border-bottom: 1px solid #CBD5DD;
    box-shadow: 0 0 0 #fff;
}

.page-signin .ui-input-group .form-control {
    color: #555;
}

.ui-input-group .input-bar {
    position: relative;
    display: block;
    width: 100%;
}

.ui-input-group .input-bar:before {
    left: 50%;
}

.ui-input-group .input-bar:before,
.ui-input-group .input-bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #6aaf08;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-input-group .input-bar:after {
    right: 50%;
}

.ui-input-group .input-bar:before,
.ui-input-group .input-bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #6aaf08;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-input-group>label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
}

.ui-input-group>input:focus~label,
.ui-input-group>input:valid~label {
    top: -20px;
    left: 0;
    font-size: 12px;
}

.ui-input-group>input:focus~label,
.ui-input-group>textarea:focus~label {
    color: #6aaf08;
}

.ui-input-group>input:focus~.input-bar:before,
.ui-input-group>input:focus~.input-bar:after {
    width: 50%;
}

.ui-input-group>input:focus~.input-bar:before,
.ui-input-group>input:focus~.input-bar:after {
    width: 50%;
}

.checkbox-field label {
    font-size: 12px;
}

.checkbox-field #check_box {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.custom-check {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #6aaf08;
    top: 4px;
    position: relative;
    margin-right: 10px;
}

.custom-check:before {
    content: "";
    font-family: "Ionicons";
    color: #6aaf08;
    font-size: 24px;
    position: absolute;
    top: -3px;
    left: 5px;
}

.checkbox-field #check_box:checked+.custom-check:before {
    content: "\f3fd";
}

.spacer {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}


/*==============================================
 Top bar Area Css
 ===============================================*/

.gray-bg {
    background-color: #fafafa;
}

a:hover {
    color: #6cbe03;
}

a:focus {
    color: #222;
}

.logo a {
    display: inline-block;
    padding: 26px 0;
}

@media (max-width: 767px) {
    .logo a {
        padding: 0px;
    }
}

.top-bar-area {
    background: #292929;
    padding: 7px 0 8px;
}

.top-bar-area p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 6px 0;
}

.top-bar-area p i {
    color: #222222;
    margin-right: 8px;
}


/*==============================================
 Header Area Css
 ===============================================*/

.header-area {
    padding: 0 0 36px;
}

.header-area2 {
    padding: 0px 0;
}

.header-area2 .logo {
    margin-top: 14px;
}

.header-contact-info {
    overflow: hidden;
    margin-top: 22px;
}

.header-contact-info ul li {
    border-right: 1px solid #f7f7f7;
    display: inline-block;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
    padding-top: 4px;
    padding-bottom: 2px;
}

.header-contact-info ul li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.header-contact-info ul li .iocn-holder {
    width: 48px;
    border-radius: 50%;
    border: 1px solid #222222;
}

.header-contact-info ul li .iocn-holder span {
    color: #222222;
    display: block;
    font-size: 30px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 48px;
}

.header-contact-info ul li .iocn-holder span.top-envelop {
    font-size: 40px;
}

.header-contact-info ul li:hover .iocn-holder span {
    color: #2b2c36;
}

.header-contact-info ul li .iocn-holder,
.header-contact-info ul li .text-holder {
    display: table-cell;
    vertical-align: middle;
}

.header-contact-info ul li .text-holder {
    padding-left: 10px;
}

.header-contact-info ul li .text-holder h6 {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.header-contact-info ul li .text-holder p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 16px;
}

.top-social-links {
    float: right;
    margin: 15px 0;
}

.top-social-links li {
    display: inline-block;
    margin: 0 0 0 15px;
}

.top-social-links li:first-child {
    margin: 0;
}

.top-social-links li a i {
    color: #999;
    font-size: 16px;
    transition: all 500ms ease;
}

.top-social-links li a:hover i {
    color: #222222;
}

.navigation .sub-nav {
    left: 0;
    position: absolute;
    top: 175%;
    width: 200px;
    z-index: 3;
    background-clip: padding-box;
    padding: 0;
    transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    -o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
    opacity: 0;
    visibility: hidden;
    background-color: #2a3b48;
}

.navigation .sub-nav li {
    display: block;
    float: none;
    margin: 0;
    border-bottom: 1px solid #001229;
    padding-bottom: 0;
    position: relative;
}

.navigation li:hover .sub-nav {
    opacity: 1;
    top: 80%;
    transition: top 0.3s ease 0s;
    visibility: visible;
}

.navigation li.sub-menu .sub-nav {
    border: none;
    opacity: 0;
    top: 0;
    transition: top 0.3s ease 0s;
    visibility: visible;
    left: auto;
    right: 110%;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}

.navigation li.sub-menu:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    right: 100%;
    transition: all 0.3s ease 0s;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}


/*==============================================
 Mainmenu Area Css
 ===============================================*/

.mainmenu-area {
    margin-bottom: -35px;
    margin-top: -35px;
    position: relative;
    z-index: 999999;
}

.mainmenu-area.stricky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background: #fff;
}

.mainmenu-area:before {
    position: absolute;
    top: 0;
    width: 0%;
    right: 50%;
    background: #6cbe03;
    height: 100%;
    content: '';
}

.mainmenu-area:after {
    position: absolute;
    top: 0;
    width: 0%;
    left: 50%;
    background: #222222;
    height: 100%;
    content: '';
}

.mainmenu-area.stricky:after,
.mainmenu-area.stricky:before {
    width: 50%;
    transition: all 0.2s ease 0s;
}

.mainmenu-area .mainmenu-bg {
    position: relative;
    background: #6cbe03;
    transition: all 0.5s ease 0s;
    z-index: 9;
}

.main-menu {
    float: left;
    position: relative;
}

.main-menu2 {
    float: right;
}

.main-menu .navbar-collapse {
    padding: 0px
}

.main-menu .navigation {
    float: left;
    margin: 0;
    position: relative;
    padding: 0;
}

.main-menu .navigation li {
    float: left;
    padding: 0;
    position: relative;
    list-style: none;
}

.main-menu .navigation li:first-child {}

.main-menu .navigation li.home a {
    background: #222222;
    font-family: FontAwesome;
    font-size: 24px;
    padding: 19px 24px 18px;
}

.main-menu .navigation li.home a span {
    color: #fff;
}

.main-menu .navigation li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    opacity: 1;
    padding: 19px 0px 18px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}

.main-menu2 .navigation li a {
    color: #222;
    padding: 35px 0;
}

.main-menu2 .navigation li:last-child a {
    margin-right: 0px;
}

.main-menu .navigation>li.dropdown>a {}

.mainmenu-area.stricky-fixed .main-menu .navigation>li:first-child>a {}

.main-menu .navigation li.current.home a,
.main-menu .navigation li:hover.home a {
    background: #2b2c36;
}

.main-menu .navigation>li.dropdown>a:after {}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: #222222;
    opacity: 1;
}

.main-menu .navigation>li>ul {
    position: absolute;
    background: #6cbe03;
    width: 230px;
    z-index: 999;
}

.main-menu .navigation li:hover .sub-nav {
    top: 100%;
}

.main-menu .navigation>li>ul>li {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-right: none;
}

.main-menu .navigation>li>ul>li>a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 0px;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    margin: 0;
}

.main-menu2 .navigation>li>ul>li>a {
    color: #fff;
    padding: 12px 0px;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #222222;
}

.main-menu .navigation>li>ul>li {
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {}

.main-menu .navigation>li>ul>li>ul {}

.main-menu .navigation>li>ul li:hover ul {}

.main-menu .navigation>li>ul>li ul li {}

.main-menu .navigation>li>ul>li ul li:first-child {}

.main-menu .navigation>li>ul>li ul li a {}

.main-menu .navigation>li>ul>li>ul>li:hover>a {}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../img/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    display: block;
    z-index: 5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}


/* Search Box style   */


/*=================== Cart And Search Option ===============*/

.mainmenu-area .right-column {
    position: absolute;
    right: 0;
    width: 270px;
    top: 0;
    z-index: 999;
}

.nav_side_content {
    margin-top: 15px;
    position: relative;
    float: left;
}

.nav_side_content .cart_select>button {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-right: 23px;
    color: #272727;
}

.nav_side_content .cart_select>button span {
    font-weight: normal;
    padding: 0 0px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -20px;
    color: #222222;
}

.nav_side_content .cart_select>button i {
    font-size: 18px;
    margin-left: 5px;
}

.nav_side_content .cart_select,
.nav_side_content .search_option {}

.nav_side_content .search_option>button {
    width: 30px;
    height: 40px;
    position: relative;
    font-size: 14px;
    color: #fff;
    top: -2px;
}

.nav_side_content .search_option form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: 0;
    border-color: #222222;
    top: 54px;
}

.nav_side_content .search_option form input {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #9e9e9e;
    border: 1px solid #f7f7f7;
    padding: 0 47px 0 10px;
    font-size: 15px;
}

.nav_side_content .search_option form button {
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #222222;
}

.nav_side_content .cart_select {
    border-left: 1px solid #ececec;
    padding-left: 5px;
}

.mainmenu-area .link_btn .thm-btn {
    background: #222222;
    line-height: 67px;
    padding: 0 50px;
}

.free-consulation-button {
    position: relative;
    height: 67px;
    width: 205px;
}

.free-consulation-button a {
    background: #2c3e50;
    width: 205px;
    height: 67px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #5f5d5d;
    height: 43px;
    width: 43px;
    cursor: pointer;
    pointer-events: none;
}

.submenu-button::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 20px;
    display: block;
    width: 11px;
    height: 1px;
    background: #5f5d5d;
    z-index: 99;
}

.submenu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 24px;
    display: block;
    width: 1px;
    height: 11px;
    background: #5f5d5d;
    z-index: 99;
}

.navigation .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #323232;
    z-index: 99;
}

@media only screen and (min-width: 991px) {
    .mainmenu-area .mobile-menu {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .mainmenu-area.stricky:after,
    .mainmenu-area.stricky:before {
        display: none;
    }
    .header-area2 .logo {
        margin-top: 14px;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 9999999;
    }
    .header-area {
        padding: 0 0 10px;
    }
    .mainmenu-area .navigation {
        display: none;
    }
    .header-contact-info ul li .iocn-holder {
        border: none;
    }
    .mainmenu-area {
        margin-bottom: 0px;
        margin-top: 0px;
        z-index: 999999;
    }
    .mainmenu-area.stricky-fixed {
        position: static;
        background: none;
    }
    .mainmenu-area .mainmenu-bg {
        background: #f7f7f7;
    }
    .free-consulation-button {
        height: 40px;
        float: left !important;
        margin-top: -40px;
        z-index: 9999999999;
    }
    .free-consulation-button:before {
        background: none;
        width: 205px;
    }
    .free-consulation-button a {
        height: 40px;
        padding: 8px 0;
    }
    .outer-search-box {
        float: right;
        height: 40px;
        width: 45px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0;
        background: #fff;
        border: 2px solid #ff2b58;
    }
    .outer-search-box .seach-toggle {
        margin: 0;
        color: #ff2b58;
        font-size: 14px;
        padding: 8px 0;
        line-height: 24px;
    }
    .search-box {
        background: #ff2b58;
        border-top: 2px solid #f02853;
        opacity: 0;
        padding: 20px;
        position: absolute;
        right: 15px;
        top: 145%;
        transition: all 500ms ease 0s;
        visibility: hidden;
        z-index: 999999999;
    }
    .outer-search-box .seach-toggle:hover,
    .outer-search-box .seach-toggle.active {
        background: transparent;
    }
    .main-menu {
        display: inline-block;
        float: right !important;
        padding-bottom: 0;
        padding-top: 0;
        z-index: 5;
        width: 100%;
    }
    .main-menu .mobile-menu li {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .main-menu .collapse {
        border: 0px !important;
        border-radius: 0px !important;
        float: none;
        margin: 0;
        max-height: 345px;
        overflow: auto !important;
        padding: 0;
        width: 100%;
    }
    .main-menu .collapse.in,
    .main-menu .collapsing {
        border: none;
        border-radius: 0px;
        margin: 0 0 0;
        padding: 0;
        display: block !important;
        border-top: none;
    }
    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        padding: 14px 0px 13px;
        right: 0px;
        z-index: 12;
    }
    .main-menu .navbar-header .navbar-toggle {
        border: 2px solid #222222;
        display: inline-block;
        float: none;
        margin: 0;
        margin-left: 10px;
        z-index: 7;
        width: 45px;
        height: 40px;
        border-radius: 0;
        padding: 9px 10px;
    }
    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #222222;
        font-weight: 700;
    }
    .main-menu .mobile-menu {
        background: #222222;
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        list-style: none;
        padding: 0;
    }
    .main-menu .mobile-menu>li {
        margin: 0px !important;
        float: none !important;
        width: 100%;
        padding: 0;
        position: relative;
        cursor: pointer;
    }
    .main-menu .navigation li.dropdown>a:after {
        display: none !important;
    }
    .main-menu .mobile-menu>li>a {
        padding: 10px 10px !important;
    }
    .main-menu .mobile-menu>li>ul,
    .main-menu .mobile-menu>li>ul>li>ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: none;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
    }
    .main-menu .mobile-menu>li>ul,
    .main-menu .mobile-menu>li>ul>li>ul {
        border-top: 0px solid rgba(255, 255, 255, 1) !important;
        padding: 0;
    }
    .main-menu .mobile-menu>li,
    .main-menu .mobile-menu>li>ul>li,
    .main-menu .mobile-menu>li>ul>li>ul>li {
        border-top: 1px solid #5f5d5d !important;
        opacity: 1 !important;
        top: 0px !important;
        left: 0px !important;
        visibility: visible !important;
    }
    .main-menu .mobile-menu>li>a,
    .main-menu .mobile-menu>li>ul>li>ul>li>a {
        padding: 10px 10px !important;
        line-height: 22px;
        color: #ffffff;
        margin: 0;
        text-align: left;
        display: block;
    }
    .main-menu .mobile-menu>li>ul>li>a {
        padding: 10px 20px !important;
        line-height: 22px;
        color: #ffffff;
        background: #222222;
        text-align: left;
        font-size: 12px;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
    }
    .main-menu .mobile-menu>li:hover>a,
    .main-menu .mobile-menu>li>ul>li:hover>a,
    .main-menu .mobile-menu>li>ul>li>ul>li:hover>a,
    .main-menu .mobile-menu>li.current>a {
        background: #222222;
        color: #ffffff !important;
    }
    .nav_side_content .search_option>button {
        color: #222222;
    }
}


/* Medium screen  */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu .navigation li a {
        margin: 0 10px;
    }
    .header-contact-info ul li {
        margin-right: 17px;
        padding-right: 17px;
    }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /***
	 =============================================
	 Top bar Area style
	 =============================================
	 ***/
    .top-bar-area .top-info ul {
        text-align: center;
    }
    .top-bar-area .top-info ul li {
        float: none;
        text-align: center;
    }
    .top-bar-area .top-right {
        float: left;
    }
    /***
	 =============================================
	 Header Area style
	 =============================================
	 ***/
    .header-area .logo {
        text-align: center;
        margin: 0;
    }
    .header-contact-info {
        overflow: hidden;
        width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .top-social-links {
        float: none;
        margin: 20px 0 0;
        text-align: center;
    }
    /***
	 =============================================
	 Mainmenu Area style
	 =============================================
	 ***/
    .main-menu .navigation>li.dropdown>a {
        padding-right: 4px;
    }
    .main-menu .navigation li a {
        padding: 19px 0px 18px;
        margin-left: 15px;
    }
    .outer-search-box {
        float: right;
        height: 40px;
        width: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .outer-search-box .seach-toggle {
        margin: 5px 0 0;
    }
    .search-box {
        background: #ff2b58;
        border-top: 2px solid #f02853;
        opacity: 0;
        padding: 20px;
        position: absolute;
        right: 15px;
        top: 145%;
        transition: all 500ms ease 0s;
        visibility: hidden;
        z-index: 999999999;
    }
    .free-consulation-button {
        height: 45px;
        float: left !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .free-consulation-button:before {
        background: none;
    }
    .free-consulation-button a {
        height: 45px;
        padding: 11px 0;
    }
    .main-menu .navigation>li:hover>ul {
        left: 15px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .header-contact-info ul li {
        padding-top: 15px;
        border: none;
    }
    .header-area .logo img {
        position: relative;
        left: -30px;
    }
}

@media only screen and (max-width: 767px) {
    .top-bar-area {
        text-align: center;
    }
    .top-bar-area .pull-right,
    .top-bar-area .pull-left {
        width: 100%;
    }
    .mainmenu-area .link_btn .thm-btn {
        padding: 0 15px;
    }
    .mainmenu-area .right-column {
        width: 190px;
    }
    .nav_side_content .search_option form {
        width: 250px;
    }
    /***
	 =============================================
	 Top bar Area style
	 =============================================
	 ***/
    .top-bar-area .top-info ul {
        text-align: center;
    }
    .top-bar-area .top-info ul li {
        float: none;
        text-align: center;
    }
    .top-bar-area .top-right {
        float: left;
    }
    /***
	 =============================================
	 Header Area style
	 =============================================
	 ***/
    .header-area {
        padding: 30px 0 10px;
    }
    .header-area .logo {
        text-align: center;
        margin: 0 0 20px;
    }
    .header-area .logo img {
        position: relative;
    }
    .header-contact-info {
        overflow: hidden;
        width: 280px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .header-contact-info ul li {
        border-right: none;
        float: left;
        margin-right: 0;
        padding-right: 0;
        padding-top: 15px;
    }
    .top-social-links {
        float: none;
        width: 280px;
        margin: 0 auto;
        margin-top: 20px;
    }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (max-width: 450px) {
    .nav_side_content .search_option form {
        width: 200px;
        right: -50px;
    }
}

.thm-btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 0 30px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    z-index: 1;
}

.thm-btn:hover {
    color: #fff;
}

.thm-btn:before {
    background-color: #444;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}

.bg-clr1 {
    background: #222222;
    color: #fff;
}

.thm-btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.bg-clr2 {
    background: #222;
    color: #fff;
    position: relative;
}

.bg-clr2:before {
    background-color: #222222;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5, 1);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}

.bg-clr2:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

button {
    outline: none;
    border: none;
    background: none;
}

.float_right {
    float: right;
}

.list {
    list-style: none;
}

.text-color {
    color: #6aaf08;
}


/*-------------------------------------------------------------------------------------------*/


/* Counter STYLE    ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.fact-counter-wrapper {
    position: relative;
}

.single-fact {
    text-align: center;
    display: inline-block;
    margin-bottom: 33px;
}

.single-fact .icon-boxed {
    width: 100px;
    height: 100px;
    font-size: 70px;
    color: #6aaf08;
    text-align: center;
    line-height: 121px;
    margin: 0 auto;
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.single-fact .icon-boxed i:before {
    font-size: 55px;
}

.single-fact span {
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    padding: 4px 0 10px;
    line-height: 1.2;
    display: block;
}

.fact-counter-wrapper h2 {
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    margin: 0;
    margin-bottom: 27px;
}

.single-fact p {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.single-fact .icon-box i:before {
    font-size: 50px;
}

.parallax {
    position: relative;
    background: url(../img/row-cassava-farm.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
}

.overlay-dark:before {
    background-color: rgba(42, 72, 0, 0.75);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}


/*-------------------------------------------------------------------------------------------*/


/* services    ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.black-bg {
    background: #2C2C2C;
}

.about-block {
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.fl {
    float: left;
}

.half-width {
    width: 50%;
}

@media (max-width: 767px) {
    .half-width {
        width: 100%;
    }
    .img-responsive {
        width: 100%;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.img-scale figure {
    overflow: hidden;
    margin: 0px;
}

.img-scale img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.img-scale:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

#serve-section img {
    width: 100%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .box-title h3 {
        font-size: 20px;
    }
}


/* ==============================
 20. Side Bar Widget styles
 ============================== */

.single-sidebar-widget ul {
    list-style: none;
    padding-left: 0;
}

.single-sidebar-widget {
    margin-bottom: 50px;
}

.single-sidebar-widget:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget .sec-title {
    margin-bottom: 30px;
}

.single-sidebar-widget .sec-title h2 {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

.single-sidebar-widget .sec-title {
    font-size: 15px;
    font-weight: 600;
}

.single-sidebar-widget .sec-title h2:after {
    width: 35px;
}

.single-sidebar-widget .contact-form input,
.single-sidebar-widget .contact-form .select-menu+.ui-selectmenu-button {
    height: 40px;
}

.single-sidebar-widget .contact-form .select-menu+.ui-selectmenu-button {
    margin-bottom: 2px;
}

.single-sidebar-widget .contact-form .select-menu+.ui-selectmenu-button .ui-selectmenu-text {
    line-height: 40px;
}

.single-sidebar-widget .dwnld-broucher a {
    text-transform: uppercase;
    color: #08ADD0;
    font-weight: 600;
    margin-top: 30px;
    font-size: 12px;
    display: inline-block;
}

.single-sidebar-widget .special-links li:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget .special-links li a {
    background: #f9f9f9;
    color: #323232;
    border: 1px solid #e9e9e9;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    line-height: 50px;
    position: relative;
    padding: 0 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.single-sidebar-widget .special-links li:hover a:after,
.single-sidebar-widget .special-links li.active a:after {
    color: inherit;
}

.single-sidebar-widget .special-links li a:after {
    content: '\f101';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 50px;
    color: #6A6969;
    font-weight: normal;
}

.single-sidebar-widget .special-links li a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -1px;
    color: #6aaf08;
    font-size: 0px;
    line-height: 50px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 4px solid #6aaf08;
}

.single-sidebar-widget .special-links li:hover a,
.single-sidebar-widget .special-links li a.active {
    background: #fff;
    color: #6aaf08;
}

.single-sidebar-widget .special-links li a.active:after {
    color: #6aaf08;
}

.single-sidebar-widget .special-links li a:hover:before,
.single-sidebar-widget .special-links li a.active:before {
    opacity: 1;
}

.search-box placeholder {
    color: #000;
}

.single-sidebar-widget .search-box form {
    background: #e5e5e5;
    width: 100%;
    height: 48px;
    border: 1px solid #e9e9e9;
}

.single-sidebar-widget .search-box form input {
    padding-left: 30px;
    border: none;
    outline: none;
    height: 100%;
    color: rgba(255, 255, 255, 0.5);
    width: calc(100% - 55px);
    background-color: transparent;
}

.single-sidebar-widget .search-box form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.single-sidebar-widget .search-box form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.single-sidebar-widget .search-box form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.single-sidebar-widget .search-box form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5);
}

.single-sidebar-widget .search-box form input:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: rgba(186, 185, 185, 1);
}

.single-sidebar-widget .search-box form button {
    position: relative;
    left: 2px;
    width: 50px;
    background: #6aaf08;
    color: #000000;
    font-size: 16px;
    padding: 11px 0px;
    border: none;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-sidebar-widget .search-box form button:hover {
    background: #1FB5C7;
}

.single-sidebar-widget .search-box form button:hover i {
    color: #fff;
}

.single-sidebar-widget .search-box form button:hover:after {
    background: #1FB5C7;
}

.single-sidebar-widget .search-box form button i {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-sidebar-widget .categories ul li:last-child a {
    border: none;
}

.single-sidebar-widget .categories ul li a {
    color: #898989;
    text-transform: capitalize;
    line-height: 42px;
    display: block;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}

.single-sidebar-widget .categories ul li a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #C8C8C8;
    position: absolute;
    top: 0;
    right: 0;
}

.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption:before {
    border-width: 2px;
}

.single-sidebar-widget .popular-post li {
    margin-bottom: 30px;
}

.single-sidebar-widget .popular-post li:last-child {
    margin-bottom: 0;
}

.single-sidebar-widget .popular-post .img-box,
.single-sidebar-widget .popular-post .content {
    display: table-cell;
    vertical-align: middle;
}

.single-sidebar-widget .popular-post .img-box {
    width: 110px;
}

.single-sidebar-widget .popular-post .content {
    padding-left: 30px;
}

.single-sidebar-widget .popular-post .content a h4 {
    font-family: 'Open Sans', sans-serif;
    color: #242424;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-sidebar-widget .popular-post .content a h4:hover {
    color: #1FB5C7;
}

.single-sidebar-widget .popular-post .content p {
    color: #8E8D8D;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

.single-sidebar-widget .popular-post .content span {
    color: #1CBAC8;
    font-size: 13px;
    display: block;
    margin-top: 4px;
    font-weight: 500;
}

.single-sidebar-widget .text-box p {
    color: #8E8D8D;
}

.single-sidebar-widget .insta-feed ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-sidebar-widget .insta-feed ul .img-cap-effect .img-box .img-caption:before {
    border-width: 2px;
}

.single-sidebar-widget .insta-feed {
    font-size: 0;
    display: inline-block;
}

.single-sidebar-widget .insta-feed img {
    max-width: 100%;
    display: inline-block;
    font-size: 0;
    margin-bottom: 1px;
    margin-right: 1px;
}

.single-sidebar-widget .tag-cloud {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}

.single-sidebar-widget .tag-cloud li {
    display: inline-block;
}

.single-sidebar-widget .tag-cloud li a {
    display: block;
    color: #787878;
    text-transform: uppercase;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding: 7px 22px;
    font-size: 12px;
    margin: 0 5px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.single-sidebar-widget .tag-cloud li a:hover {
    background: #E5E5E5;
    color: #787878;
    border-color: #E5E5E5;
}

.single-client-box {
    margin-bottom: 50px;
}

.single-client-box:last-child {
    margin-bottom: 0;
}

.single-client-box .icon-box,
.single-client-box .content {
    display: table-cell;
    vertical-align: middle;
}

.single-client-box .icon-box {
    width: 170px;
    text-align: center;
    border-top: 4px solid #1FB5C7;
    border-left: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

.single-client-box .content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
}

.single-client-box .content h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Alegreya', sans-serif;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-client-box .content p {
    color: #898989;
    margin: 0;
}

.single-sidebar-widget ul.brochure-btns li a {
    font-family: 'Open Sans', sans-serif;
    color: #404040;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: block;
    background: #FBFBFB;
    border: 1px solid #EDEDED;
    padding: 12px 20px;
}

.single-sidebar-widget ul.brochure-btns li {
    display: block;
    margin-bottom: 21px;
}

.single-sidebar-widget ul.brochure-btns li a i {
    color: #e94429;
    margin: 0 10px 0;
    font-size: 1.2em;
}

.faq.faq-service .panel-group .panel-heading+.panel-collapse>.panel-body {
    padding: 20px 18px;
    background: rgba(242, 237, 233, 0.38)
}

@media (max-width: 480px) {
    h1 {
        font-size: 36px;
    }
}


/* ----------------------------------------------------------------------*/


/* Sidebar Widget   ---------------------------------------------------- */


/* ----------------------------------------------------------------------*/

.sidebar-widget {
    margin-bottom: 35px;
}

.sidebar-widget h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.sidebar-widget h4 {
    margin: 0px;
    padding-top: 0;
    padding-bottom: 15px;
}

.widget-search {
    position: relative;
}

.widget-search input[type="text"] {
    padding-right: 30px;
    border: 1px solid #DEDEDE;
    margin-bottom: 0;
}

.widget-search input[type="text"]:focus {
    border: 1px solid #6aaf08;
}

.blog-post-hr input[type="text"],
.blog-post-hr textarea {
    border: 1px solid #DEDEDE;
    margin-bottom: 20px;
}

.blog-post-hr input[type="text"]:focus,
.blog-post-hr textarea:focus {
    border: 1px solid #6aaf08;
}

.widget-search input[type="submit"] {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: #8d8d8d;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: "FontAwesome", sans-serif;
    margin: 0;
    outline: 0 none;
    white-space: nowrap;
    padding: 0 3px;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    position: absolute;
    top: 10px;
    right: 10px;
}

.widget-search input[type="submit"]:hover {
    color: #e6ae49;
}

.sidebar-widget hr {
    margin-bottom: 15px;
}

.sidebar-widget ul {
    margin: 0px;
    padding-left: 0px;
}

.sidebar-widget ul li {
    list-style: none;
    font-weight: 400;
}

.categories li {
    border-bottom: 1px solid #DEDEDE;
}

.sidebar-widget ul li a {
    display: inline-block;
    padding: 4px 0px;
    font-size: 13px;
    color: #323232;
    cursor: pointer;
}

.sidebar-widget .categories li a {
    padding: 10px 0px;
    text-transform: capitalize;
    display: block;
}

.sidebar-widget .categories li i {
    float: right;
    margin-top: 5px;
}

.sidebar-widget ul li a:hover {
    color: #6aaf08;
}

.widget-tag {
    display: inline-table;
    margin-top: 15px;
}

.widget-tag li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}

.widget-tag li a {
    padding: 4px 10px !important;
    display: block;
    border: 1px solid #6aaf08;
    color: #6aaf08 !important;
}

.sidebar-widget .widget-tag li a:hover {
    background: #6aaf08;
    color: #fff !important;
}

.sidebar-widget .widget-post {
    position: relative;
}

.sidebar-widget .widget-post .widget-post-media {
    width: 118px;
    display: table-cell;
    padding: 0px 15px 0px 0px;
}

.sidebar-widget .widget-post li {
    margin-bottom: 20px;
}

.sidebar-widget .widget-post a {
    padding: 0px;
}

.sidebar-widget .widget-post h6 a {
    font-size: 15px;
    font-weight: 700;
}

.sidebar-widget .widget-post .widget-post-media img,
.sidebar-widget .widget-post .widget-post-media video {
    width: 100%;
    vertical-align: top;
}

.sidebar-widget .widget-post .widget-post-info {
    display: table-cell;
    vertical-align: top;
}

.sidebar-widget .widget-post .widget-post-info h5,
.sidebar-widget .widget-post .widget-post-info h6 {
    margin-bottom: 5px;
}

.sidebar-widget .widget-post .widget-post-info p {
    margin: 0px;
}

.sidebar-widget .color-widget {
    overflow: hidden;
}

.sidebar-widget .color-widget li {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 8px 8px 0;
    border: 1px solid #f1f1f1;
}

.sidebar-widget .red-box {
    background: #FF0000;
}

.sidebar-widget .yellow-box {
    background: #FFD700;
}

.sidebar-widget .blue-box {
    background: #0000FF;
}

.sidebar-widget .green-box {
    background: #008000;
}

.sidebar-widget .orange-box {
    background: #FF4500;
}

.sidebar-widget .light-b-box {
    background: #ADD8E6;
}

.sidebar-widget .black-box {
    background: #000;
}

.sidebar-widget .darkmagenta-box {
    background: #8B008B;
}

.sidebar-widget .darkturquoise-box {
    background: #00CED1;
}

.sidebar-widget .Olive-box {
    background: #00CED1;
}

.sidebar-widget .Orchid-box {
    background: #DA70D6;
}

.sidebar-widget .purple-box {
    background: #800080;
}

.sidebar-widget .darkturquoise-box {
    background: #8B4513;
}

.sidebar-widget .magenta-box {
    background: #FF00FF;
}

.sidebar-widget .SaddleBrown-box {
    background: #8B4513;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #202020;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 13px 15px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
}

.widget-search input[type="submit"] {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: #8d8d8d;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: "FontAwesome", sans-serif;
    margin: 0;
    outline: 0 none;
    white-space: nowrap;
    padding: 0 3px;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    position: absolute;
    top: 10px;
    right: 10px;
}


/*--carousel arrow--*/

.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.33);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: rgba(245, 245, 245, 0.8);
    color: #252525;
    display: block;
    top: 50%;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center;
}

.owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}

.owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0;
}

.nf-carousel-theme:hover .owl-controls .owl-prev,
.nf-carousel-theme:hover .owl-controls .owl-next {
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
}


/* Blog Page   --------------------------------------------------------- */

p.lead,
.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
}

p.lead {
    font-style: italic;
}

.blog-post {
    display: inline-block;
    width: 100%;
}

.blog-post .post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.blog-post .post-media iframe {
    width: 100%;
}

.blog-post .post-meta,
.comment-list .post-meta,
.sidebar-widget .post-meta {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
}

.post-meta span>a>i {
    color: #6aaf08;
}

.blog-post .post-meta span,
.comment-list .post-meta span {
    margin-right: 3px;
}

.blog-post .post-header h5,
.blog-post .post-header h4,
.blog-post .post-header h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.blog-post .post-header h2 {
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 30px;
}

.blog-post .post-entry {
    margin-bottom: 30px;
}

.blog-post .post-entry p,
.blog-post .post-entry blockquote,
.post-entry ul {
    margin-bottom: 20px;
}

.blog-post .post-entry ul {
    color: #202020;
}

.lead-point li {
    list-style: none;
    margin-bottom: 10px;
    color: #6aaf08;
    font-weight: 600;
}

.lead-point li i {
    margin-right: 10px;
}

.blog-post .post-tag {
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}

.blog-post .post-tag span {
    margin-right: 10px;
}

.blog-post .post-more-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-meta .post-more-link a {
    padding: 8px 18px;
    display: block;
    text-align: center;
    min-width: 0;
    height: auto;
    line-height: inherit !important;
}

.post-meta .post-more-link a.btn-Blue {
    background: #6aaf08;
    color: #fff;
    border: 2px solid transparent;
    padding: 8px 15px;
}

.post-meta .post-more-link a.btn-Blue:hover {
    background: none;
    color: #6aaf08;
    border: 2px solid #6aaf08
}

.blog-post .post-more-link {
    position: relative;
    z-index: 2;
}

.blog-post .post-more-link a i {
    font-size: 18px;
    margin: 0;
    background: none;
}

.blog-post .icons-hover-black {
    position: absolute;
    bottom: 39px;
    padding: 10px 0;
    visibility: hidden;
}

.post-section .post-more-link {
    margin-top: 17px;
}

.post-section .blog-post .icons-hover-black {
    bottom: auto;
    top: 39px;
}

.blog-section .icons-hover-black {
    bottom: auto;
    top: 39px;
}

.blog-post .post-more-link:hover .icons-hover-black {
    visibility: visible;
}

.blog-post .post-more-link:hover .btn-color-line {
    background: #6aaf08;
    color: #fff;
}

.blog-post .icons-hover-black a {
    opacity: 0;
    transition: all 0.25s ease 0s;
}

.blog-post .post-more-link:hover .icons-hover-black a {
    opacity: 1;
    transition: all 0.25s ease 0s;
}

.facebook-icon {
    background: #3b5998;
}

.twitter-icon {
    background: #00a0d1;
}

.linkedin-icon {
    background: #00a0d1;
}

.googleplus-icon {
    background: #db4a39;
}

.blog-post .icons-hover-black a {
    padding: 8px 12px;
    color: #fff;
}

.blog-post .icons-hover-black a:hover {
    opacity: 0.8;
}

.blog-post .post-more-link .icons-hover-black i {
    line-height: 28px;
}

.blog-post blockquote {
    border-left: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 25px 25px;
    margin: 0px;
    font-weight: 300;
}

.blog-post blockquote:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 7px;
    font-size: 12px;
}

.blog-post blockquote:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 7px;
    font-size: 12px;
}

.blog-post-hr hr {
    margin-bottom: 45px;
}

.post-author {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.post-author img {
    width: 120px;
}

.post-author .post-author-details {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .post-author .post-author-details {
        padding-left: 0;
        padding-top: 25px;
    }
    .get-qoute h2 {
        font-size: 23px;
    }
}

.blog-post .fa-tag {
    padding-right: 10px;
    color: #6aaf08;
}

.post-author h6 {
    margin-top: 0px;
    margin-bottom: 0;
}

.post-author-blog {
    overflow: hidden;
}

.post-author ul.social {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.post-author ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.post-comment {}

.post-comment .comment-numb {
    font-weight: 300;
}

.post-comment .comment-list {
    margin-left: 0px;
    padding-right: 0px;
    list-style: none;
    padding: 0px;
}

.post-comment .comment-list h6 {
    margin-top: 0px;
    margin-bottom: 3px;
}

.post-comment .comment-list li:first-child {
    padding-top: 0px;
}

.post-comment .comment-list li {
    padding-top: 15px;
}

.post-comment .comment-list li:last-child .comment-detail {
    border-bottom: 0px none;
}

.post-comment .comment-list li,
.post-comment .comment-list .comment-reply {
    position: relative;
    padding-left: 100px;
}

.post-comment .comment-list .comment-detail {
    border-bottom: 1px dotted #eee;
    padding-bottom: 24px;
}

.post-comment .comment-list .comment-reply {
    padding-top: 30px;
}

.post-comment .comment-list .comment-reply-btn i {
    padding-right: 3px;
}

.post-comment .comment-avatar {
    left: 0;
    margin-right: 15px;
    position: absolute;
    width: 85px;
}

.post-comment .comment-avatar img {
    width: 100%;
}

.post-comment-star .star-rat {
    display: inline-block;
}

.post-comment-star label {
    margin-right: 6px;
}

.blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #6aaf08;
    color: #fff;
}

.post-media {
    position: relative;
}

.post-media .event-calender,
.first-event .event-calender {
    width: 54px;
    height: 67px;
    font-size: 23px;
    padding-top: 11px;
    z-index: 9;
    text-align: center;
}

.post-media .event-calender span,
.first-event .event-calender span {
    font-size: 12px;
}

.blog-post .blog-date span,
.post-media .event-calender span {
    color: #fff;
}

.post-media img {
    display: block;
    width: 100%;
}

.event-calender span {
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
}

.btn-text {
    border-color: #6aaf08;
    background: #6aaf08;
}

.post-more-link .btn-text {
    font-size: 13px;
    color: #fff;
    line-height: 33px;
    border: 2px solid #6aaf08;
    padding: 4px 10px;
    margin: 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    letter-spacing: 1px;
    background: #6aaf08;
    min-width: 150px;
    height: 44px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    text-transform: uppercase;
    border-radius: 8px;
}

.post-more-link .btn-text:hover {
    color: #6aaf08;
}

.blog-post blockquote {
    border-left: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 25px 25px;
    margin: 0px;
    font-weight: 300;
    background: #6aaf08;
}


/* ----------------------------------------------------------------------*/


/* Pagination Navigation   --------------------------------------------- */


/* ----------------------------------------------------------------------*/

.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center !important;
}

.pagination-nav ul {
    margin: 0px;
    padding: 0px;
}

.pagination-nav ul li {
    display: inline-block;
    margin: 0px 2px;
}

.pagination-nav ul li a {
    display: block;
    border: 1px solid #6aaf08;
    color: #6aaf08;
    height: 36px;
    width: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
}

.pagination-nav ul li.active a,
.pagination-nav ul li:hover a {
    background: #6aaf08;
    color: #fff;
}

.bg-gray {
    color: #000;
    background-color: #EFF0F1 !important;
}


/*  Team Section  ||-----------*/

.designation {
    display: block;
    text-transform: capitalize;
    font-size: 15px;
}


/*  blog   ||-----------*/

.post-media {
    margin: 0 0 20px;
}

.post-media i {
    display: inline-block;
    font-size: 17px
}

.post-content {
    position: relative;
}

.divider {
    border-top: 1px solid #ddd;
}

.item-nav {
    text-align: center;
    display: block;
    overflow: hidden;
}

.item-nav .item-prev,
.item-nav .item-next,
.item-nav .item-all-view {
    position: relative;
    display: inline-block;
}

.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.item-nav .item-all-view h5:hover,
.item-nav .item-all-view h6:hover {
    color: #e6ae49;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn,
.item-all-view {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    height: 51px;
    line-height: 51px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn {
    color: #6aaf08;
    width: 51px;
    border: 1px solid #6aaf08
}

.item-nav .item-prev:hover .prev-btn,
.item-nav .item-next:hover .next-btn {
    background: #6aaf08;
    color: #fff;
}

.item-nav .item-prev {
    text-align: left;
    float: left;
}

.item-nav .item-next {
    text-align: right;
    float: right;
}

.item-nav .item-prev .item-prev-text,
.item-nav .item-next .item-next-text {
    position: absolute;
    line-height: 51px;
    top: 10px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 150px;
    font-size: 10px;
}

.item-nav .item-prev:hover .item-prev-text,
.item-nav .item-next:hover .item-next-text {
    margin-left: 0;
    margin-right: 0;
    visibility: visible;
    opacity: 1;
}

.item-nav .item-prev .item-prev-text {
    left: 100%;
    margin-left: -110px;
    padding-left: 15px;
}

.item-nav .item-next .item-next-text {
    right: 100%;
    margin-right: -110px;
    padding-right: 15px;
}

.item-nav .item-prev .item-prev-text p,
.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text p,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6,
.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
    padding-top: 8px;
}

.our-point {
    list-style: none;
}


/*  Faq Page  ||-----------*/

.faq h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 38px;
    text-transform: capitalize;
}

.faq .page-header {
    margin: 0;
}

.faq .faq-header h2 strong {
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.faq .faq-header h2 {
    margin-bottom: 27px;
    font-weight: 300;
}

.faq .faq-header {
    margin-bottom: 0;
}

.faq .panel-title>a,
.panel-title a {
    display: block
}

.faq .panel-group .panel+.panel {
    margin-top: 14px;
}

.faq .panel-group .panel-heading+.panel-collapse>.panel-body,
.bg-custom {
    border: none;
    padding: 0 48px 0 18px;
    background: #ffffff;
    border-top: 1px solid #ccc;
}

.faq .panel-default>.panel-heading,
.card-header {
    padding: 0;
    background: #fff;
    border-bottom: none;
}

.card-header {
    border-radius: 0px !important;
}

.faq .panel-default>.panel-heading a,
.panel-title a {
    padding: 15px 60px 15px 28px;
    color: #26211d;
    position: relative;
}

.faq .panel-default>.panel-heading a:hover {
    text-decoration: none;
}

.faq .panel-default>.panel-heading a.collapsed,
.panel-title a {
    background-position: right top
}

.faq .panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none
}

.faq .panel-group .panel p {
    font-weight: 300;
}

.save-lives.ask-us {
    background: #faf8f6;
}

.save-lives.ask-us h2 {
    font-weight: 300;
    margin-bottom: 30px;
}

.faq .panel-heading {
    border-radius: 0;
}

.faq .collape-plus,
.panel-title a i {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 48px;
    height: 100%;
    text-align: center;
}

.collape-plus:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: bold;
    text-transform: capitalize;
}

.faq .collape-plus,
.panel-title a i {
    background: #6cbe03;
    color: #fff;
}

.panel-title a[aria-expanded="true"] .fa-plus:before {
    content: "\f068";
    font-famiyl: 'FontAwesome';
}

.faq .collape-plus,
.panel-title a i {
    background: #6cbe03;
    color: #fff;
}

.panel-title a[aria-expanded="true"] .fa-plus:before {
    content: "\f068";
    font-famiyl: 'FontAwesome';
}

.collape-up:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


/*-------------------------------------------------------------------------------------------*/


/* Partner Section   ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.logo-group {
    overflow: hidden;
    padding: 0;
    border: 1px solid #ddd;
    border-right: none;
    border-bottom: none;
    position: relative;
}

.logo-group li {
    width: 20%;
    float: left;
    height: 150px;
    list-style: none;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.logo-group li img {
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .logo-group li {
        width: 50%;
    }
}

@media only screen and (max-width: 500px) {
    .logo-group li {
        width: 100%;
    }
}


/*-------------------------------------------------------------------------------------------*/


/* Testimonial    ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.testimonial-block {
    text-align: center;
    position: relative;
    padding: 0 30px 30px;
    width: 100%;
}

@media (max-width: 767px) {
    .mb-sm-80 {
        margin-bottom: 80px;
    }
}

.cyan-background {
    background: #fff;
    color: #2f3542;
}

.testimonial-img {
    position: relative;
    top: -40px;
}

.img-circle.img-border {
    border: 6px solid #f5f0f0;
    width: 80px !important;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-author {
    color: #2f3542;
    font-weight: 800;
    display: block;
    font-size: 18px;
    margin-top: -25px;
    margin-bottom: 5px;
}

.testimonial-block .sub-title {
    color: #4d5056;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    display: block;
}

.testimonial-block .small-divider {
    border-color: rgba(47, 53, 66, 0.5);
    margin-bottom: 20px;
    margin-top: 20px;
    width: 41px;
}

.cyan-background p {
    color: #2f3542;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.testimonial-block>span {
    color: #d1d5de;
    font-size: 12px;
}

.star i {
    color: #2f3542;
    font-size: 14px;
    margin-bottom: 25px;
}


/*-------------------------------------------------------------------------------------------*/


/* Testimonial    ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.testimonial-block {
    text-align: center;
    position: relative;
    padding: 0 30px 30px;
    width: 100%;
}

@media (max-width: 767px) {
    .mb-sm-80 {
        margin-bottom: 80px;
    }
}

.cyan-background {
    background: #fff;
    color: #2f3542;
}

.testimonial-img {
    position: relative;
    top: -40px;
}

.img-circle.img-border {
    border: 6px solid #f5f0f0;
    width: 80px !important;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-author {
    color: #2f3542;
    font-weight: 800;
    display: block;
    font-size: 18px;
    margin-top: -25px;
    margin-bottom: 5px;
}

.testimonial-block .sub-title {
    color: #4d5056;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    display: block;
}

.testimonial-block .small-divider {
    border-color: rgba(47, 53, 66, 0.5);
    margin-bottom: 20px;
    margin-top: 20px;
    width: 41px;
}

.cyan-background p {
    color: #2f3542;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.testimonial-block>span {
    color: #d1d5de;
    font-size: 12px;
}

.star i {
    color: #2f3542;
    font-size: 14px;
    margin-bottom: 25px;
}


/*carousel slider*/

.carousel-slider .carousel-item {
    width: 100% !important;
}

.testimonial-section .owl-carousel .owl-stage-outer {
    padding-top: 43px;
}

.arrow_theme .owl-prev,
.arrow_theme .owl-next {
    top: 40%;
    border: 2px solid #e9e9e9;
    color: #ccc;
    font-size: 22px;
    height: 1.8em;
    line-height: 1.6em;
    padding: 0;
    text-align: center;
    width: 1.8em;
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
    background: none;
}

.arrow_theme .owl-prev:hover,
.arrow_theme .owl-next:hover {
    border: 2px solid #6cbe03;
    color: #fff;
    background: #6cbe03;
}

.testimonial-section .owl-prev,
.testimonial-section .owl-next {
    top: 58%;
}

.testimonial-section .owl-prev {
    left: -44px;
}

.testimonial-section .owl-next {
    right: -44px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-section .owl-prev {
        left: 0;
    }
    .testimonial-section .owl-next {
        right: 0;
    }
}

@media (max-width: 767px) {
    .testimonial-section .owl-prev {
        left: 0;
    }
    .testimonial-section .owl-next {
        right: 0;
    }
}


/*Partner Carousel*/

.partenr-carousel.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.partenr-carousel .owl-prev,
.partenr-carousel .owl-next {
    opacity: 1;
    margin: 0;
    background: rgba(50, 50, 50, 0.33);
    color: #fff;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}

.partenr-carousel .owl-prev:hover,
.partenr-carousel .owl-next:hover {
    background: #323232;
}

.partenr-carousel .owl-prev {
    left: -10px;
}

.partenr-carousel .owl-next {
    right: -10px;
}

.owl-carousel .col-sm-1,
.owl-carousel .col-sm-2,
.owl-carousel .col-sm-3,
.owl-carousel .col-sm-4,
.owl-carousel .col-sm-5,
.owl-carousel .col-sm-6,
.owl-carousel .col-sm-7,
.owl-carousel .col-sm-8,
.owl-carousel .col-sm-9,
.owl-carousel .col-sm-10,
.owl-carousel .col-sm-11,
.owl-carousel .col-sm-12 {
    display: block;
    float: left;
    width: auto !important;
}

.carousel-slider .carousel-item {
    max-width: 100% !important;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.testimonial-section .owl-prev,
.testimonial-section .owl-next {
    top: 58%;
}

.arrow_theme .owl-prev,
.arrow_theme .owl-next {
    top: 40%;
    border: 2px solid #e9e9e9;
    color: #ccc;
    font-size: 22px;
    height: 1.8em;
    line-height: 1.6em;
    padding: 0;
    text-align: center;
    width: 1.8em;
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
    background: none;
}

.arrow_theme .owl-prev,
.arrow_theme .owl-next {
    top: 57%;
    border: 2px solid #e9e9e9;
    color: #ccc;
    font-size: 22px;
    height: 1.8em;
    line-height: 1.6em;
    padding: 0;
    text-align: center;
    width: 1.8em;
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
    background: none;
}

.owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0;
}

.owl-prev,
.owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.33);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: rgba(245, 245, 245, 0.8);
    color: #252525;
    display: block;
    top: 50%;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center;
}

@media (max-width: 991px) and (min-width: 768px) style.css:6143 .owl-carousel .col-sm-4 {
    max-width: 250px;
}


/******************************************************************************
 Pages
 *******************************************************************************/

.withe-color h2 span {
    color: #fff;
}

.page-header {
    padding: 90px 0;
}

.page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.page-header h1 {
    margin: 0;
    font-size: 42px;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
}

.breadcrumb.white a {
    color: #ffffff;
}

.breadcrumb {
    border-radius: 0;
    background: none !important;
    color: #7f7f7f;
    font-size: 11px;
    line-height: 18px;
    margin: 0;
    padding: 11px 0;
}

.breadcrumb>li {
    font-size: 15px;
}

.breadcrumb>li>a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s linear 0s;
}

.breadcrumb>li>a:hover {
    opacity: 0.8;
    transition: opacity 0.2s linear 0s;
}

.breadcrumb-item.active {
    color: #9d9e9e;
}

.read_link {
    display: inline-block;
}


/*-------------------------------------------------------------------------------------------*/


/* Contact Page   ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.map {
    width: 100%;
    height: 450px;
}

#map {
    height: 100%;
}

#success {
    display: none;
    position: absolute;
    top: -76px;
    left: 0;
    width: 100%
}

.dark-translucent-bg {
    border-top: none;
    border-bottom: none;
    position: absolute;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.dark-translucent-bg {
    background-color: rgba(0, 0, 0, .4);
}

.contact-form {
    position: relative;
    background: #fff;
}

.contact-form input[type="text"],
.contact-form textarea {
    padding-right: 30px;
    border: 1px solid #DEDEDE;
    margin-bottom: 0;
    font-size: 14px;
}

form .error {
    border-color: #e1534f !important;
}

.contact-form textarea {
    height: 202px;
}

.contact-form input[type="text"] {
    display: block;
    height: 46px;
    margin-bottom: 32px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    color: #878787;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus {
    border: 1px solid #6aaf08;
}

.i-block {
    display: inline-block;
}

.icon-circle {
    font-size: 50px;
    border: 1px solid #d5d5d5;
    height: 89px;
    width: 89px;
    text-align: center;
    line-height: 89px;
    margin: 0 auto;
    border-radius: 100%;
    display: block;
}

.contact .icon-circle {
    border: 1px solid #6aaf08;
    color: #6aaf08;
}

.mapmarker .ion-ios-location {
    color: #6aaf08;
    font-size: 50px;
}

.form-full {
    width: 100%;
}

@media (max-width: 767px) {
    .inner-intro .container {
        width: 100%;
        max-width: 720px;
        text-align: center;
    }
}


/*-------------------------------------------------------------------------------------------*/


/*  Main Banner        ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.b-line {
    position: relative;
    width: 60px;
    height: 3px;
    background: #6cbe03;
    display: block;
    margin: 0 auto;
}


/*about*/

.l-left {
    margin: 0;
}

.bott-center {
    margin: 0 auto;
}

.main-banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.main-banner .banner-text .sub-text {
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
}

.main-banner .banner-text h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 10px 0;
}

.main-banner .banner-text h2 span {
    color: #ff0033;
}

.main-banner .banner-text p {
    font-family: 'Lato', serif;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.main-banner .tp-parallax-wrap {}

.main-banner .tp-mask-wrap {
    height: auto;
}

.main-banner .tp-mask-wrap .tp-caption .banner-text h2,
.main-banner .tp-mask-wrap .tp-caption .banner-text h2 span {
    font-size: 45px;
}

.main-banner .tp-mask-wrap .tp-caption .banner-text h2 span {
    color: #6cbe03;
}

.main-banner .more-btn {
    background: #ff0033;
    line-height: 30px;
    padding-left: 38px;
    padding-right: 38px;
    font-weight: 700;
    color: #fff;
}

.main-banner li .btn-text {
    line-height: 60px;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 100px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

#wrapper .main-banner .tp-bullets {
    top: auto;
    left: 52%;
    display: block;
    visibility: visible;
    opacity: 1;
    bottom: 66px;
}

.main-banner .tp-bullet {
    width: 26px;
    height: 3px;
    background: #8f8f8f;
}

.main-banner .tp-bullet.selected {
    background: #6cbe03;
}

.tparrows.tp-leftarrow,
.tparrows.tp-rightarrow {
    border: 1px solid #999999;
    z-index: 99;
    cursor: pointer;
    background: #999999;
    visibility: hidden;
    border-radius: 50%;
}

.main-banner:hover .tparrows.tp-leftarrow,
.main-banner:hover .tparrows.tp-rightarrow {
    visibility: visible;
}

.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover {
    background: #6cbe03;
    border: 1px solid #6cbe03;
}

.slotholder:before {
    border-top: none;
    border-bottom: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.36);
    content: '';
}

@media (max-width: 480px) {
    .main-banner .banner-text h2 {
        font-size: 18px;
    }
    .main-banner .banner-text p {
        line-height: 1.2;
        font-size: 15px;
    }
}

.main-banner li .btn-text {
    line-height: 44px !important;
}

@media (max-width:767px) {
    .main-banner li .btn-text {
        margin-bottom: 10px;
    }
}

.btn-text {
    min-width: 150px;
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 41px;
    border: 2px solid #6aaf08;
    padding: 0 22px;
    border-radius: 0px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #6aaf08;
    height: 44px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.green-bg {
    border: 2px solid #6cbe03;
    background: #6cbe03;
}

.btn-text:hover {
    background: none;
    color: #6cbe03;
    text-decoration: none;
}

.green-bg:hover {
    color: #6cbe03;
}


/*-------------------------------------------------------------------------------------------*/


/* 404 page   ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.big-font {
    font-size: 130px;
    margin-bottom: 22px;
    display: block;
}

.big-font i {
    color: #6aaf08;
}

.page-404 {
    border-top: 1px solid #f1f1f1;
}


/*=========About=====*/

.about-left h4 {
    margin: 0px;
    font-weight: normal;
    color: #8e8e8e;
}

.about-left h2 {
    color: #000;
    font-size: 33px;
    position: relative;
    line-height: 55px;
}

.about-left h2:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #ccc;
    bottom: 0px;
}

.about-left h2 span {
    color: #ccc;
}

.about-left p {
    text-transform: capitalize;
    color: #8e8e8e;
    margin-top: 25px;
}

.icon-lf {
    border: 2px solid #6cbe03;
    text-align: center;
    min-width: 25%;
}

.icon-lf i {
    color: #6cbe03;
    font-size: 45px;
    line-height: 74px;
    text-align: center;
    width: 100%;
    transition: .4s;
}

.right-txt {
    width: 70%;
    margin-left: 10px;
}

.right-txt h3 {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 17px;
}

.right-txt p {
    text-transform: capitalize;
    color: #8e8e8e;
    margin: 0px;
}

.pic-show img {
    width: 100%;
}

.process:hover .icon-lf i {
    color: #222222;
}

.process:hover .icon-lf {
    border-color: #222222;
}


/*=========What May Different==========*/

.different-sec {
    background: #6cbe03
}

.different-sec h2 {
    color: #fff;
}

.different-sec .b-line {
    background: #037903;
}

.our_service {
    background: #f2f2f2;
}

.text__block {
    position: relative;
}

.service_icon {
    font-size: 33px;
    vertical-align: middle;
    background: #037903;
    border-radius: 50%;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    width: 146px;
    margin-right: 20px;
    border: 2px solid #037903;
}

@media (max-width: 991px) and (min-width: 768px) {
    .service_icon {
        display: none;
    }
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #0078d7;
}

.hi-icon:before {
    speak: none;
    font-size: 36px;
    line-height: 64px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.service_details {
    display: inline-block;
    vertical-align: middle;
}

.service_details h3 {
    font-size: 20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .service_details h3 {
        font-size: 16px;
    }
}

.about__block-box {
    position: relative;
    z-index: 1;
    border-left: 1px solid #037903;
    padding-left: 19px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .resposive-use {
        border-left: none;
    }
}

@media (max-width: 767px) {
    .about__block-box {
        margin-bottom: 20px;
    }
}

.service_content p {
    color: #000;
}

.line-h:after {
    content: '';
    width: 168px;
    height: 1px;
    background: #19b5fe;
    position: absolute;
    top: 1px;
    left: -55px;
}

.l-left.line-h:after {
    left: 0;
}


/*-------------------------------------------------------------------------------------------*/


/* SERVICES         ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.our-services {
    padding: 80px 0 70px;
    position: relative;
}

.services .item {
    position: raletive;
    padding-left: 45px;
}

.services h2,
.services .sub-title {
    padding-left: 45px;
}

.left-icon {
    width: 74px;
    display: block;
    float: left;
    height: 74px;
    border: 1px solid red;
    border-radius: 100%;
    padding: 12px;
    position: absolute;
    left: 0;
}

.services .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.services .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    position: static;
    margin: 0 4px !important;
    opacity: 1;
    float: left;
}

.services .owl-controls {
    padding-left: 45px;
    margin-top: 31px;
}

.our-services {
    padding: 80px 0 70px;
    position: relative;
}

.our-services h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.our-services .inner-header-wraper {
    padding-bottom: 10px;
}

.servicebox .icon-circle {
    position: static;
    display: block;
    margin: 0 auto;
}

.servicebox h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    padding: 31px 0 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 600;
}

.line-box {
    background: rgba(232, 232, 232, 0.24);
    text-align: center;
}

.line-box i {
    color: #19b5fe;
    border: none;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    box-shadow: 0 0px 0px 1px #19b5fe inset;
}

.inner-header-wraper:hover i {
    background: #19b5fe;
    color: #fff;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    box-shadow: 0 2px 95px -20px #7e8888;
    box-shadow: 0 0px 0px 46px #19b5fe inset;
}

.line-box p {
    padding: 0 20px;
}

.inner-header-wraper h3 strong {
    position: absolute;
    left: 80px;
    font-size: 40px;
    z-index: -1;
    color: #e8e8e8;
    top: 18px;
}

.inner-header-wraper {
    padding-top: 30px;
    padding-bottom: 24px;
    position: relative;
}

.inner-header-wraper span {
    height: 45px;
    width: 46px;
    background: #6cbe03;
    position: absolute;
    display: block;
    font-size: 23px;
    border-radius: 100%;
    color: #fff;
    left: 0;
    top: 25px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.zoom:hover span {
    box-shadow: 0 2px 95px -20px #7e8888;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.homepage-two .zoom:hover span,
.homepage-three .zoom:hover span {
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.left-block {
    width: 50%;
    float: left;
    position: relative;
    height: 630px;
}

.right-block {
    width: 50%;
    float: right;
    position: relative;
    height: 630px;
}

.bg-color {
    background: #6cbe03;
}

.booking-section {
    overflow: hidden;
}

.icon-arrow {
    position: absolute;
    color: #19b5fe;
    right: 10px;
    top: 40px;
    font-size: 23px;
    pointer-events: none;
    height: 40px;
    width: 28px;
    background: #fff;
    text-align: center;
    line-height: 40px;
}

.treatment {
    float: right;
    max-width: 650px;
    padding: 80px 60px;
}

.we-best .treatment ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.treatment ul li {
    margin-bottom: 28px;
    position: relative;
    padding-left: 132px;
    min-height: 100px
}

.treatment strong {
    font-size: 18px;
}

.first-event {
    padding-top: 6px;
    padding-left: 1px;
    margin-bottom: 26px;
}

.event-calender {
    width: 63px;
    height: 80px;
    display: block;
    background: #19b5fe;
    float: left;
    text-align: center;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    padding-top: 18px;
    margin-right: 23px;
}

.event-calender span {
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
}

.first-event {
    padding-top: 6px;
    padding-left: 1px;
    margin-bottom: 26px;
}

.event-info {
    padding-top: 4px;
    float: left;
    width: 84%;
}

.time-location {
    letter-spacing: 0;
    padding-bottom: 10px;
}

.time-location span {
    font-size: 14px;
    color: #818799;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-right: 24px;
}

.news-img {
    padding-right: 0;
}

.our-event .event-info {
    width: 71%;
}

.our-services h3 a:hover {
    color: #6cbe03;
}


/* Portfolio   --------------------------------------------------------- */


/* ----------------------------------------------------------------------*/

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}

.container-filter li {
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
}

.container-filter li a {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    padding: 6px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff;
    background: #6cbe03;
}

.container-filter li a:before,
.container-filter li a:after {
    content: '';
    left: 0;
    position: absolute;
    background: #6cbe03;
    width: 100%;
    height: 1px;
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.container-filter li a:before {
    top: -10px;
}

.container-filter li a:after {
    bottom: -10px;
}

.container-filter li a.active,
.container-filter li a:hover {
    background: #222222;
    color: #ffffff !important;
}

.container-filter li a.active:before {
    width: 100%;
}

.container-filter li a.active:before {
    top: -4px;
    opacity: 1;
}

.container-filter li a.active:after {
    bottom: -4px;
    opacity: 1;
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

.item-box a {
    display: inline-block;
}

.item-box:hover .item-mask {
    opacity: 1;
    visibility: visible;
}

.item-box:hover .item-mask .item-caption,
.item-box:hover .item-mask .link {
    bottom: 30px;
    opacity: 1;
}

.item-box:hover .item-mask .link {
    bottom: 107px;
}

.item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

.item-box img {
    width: 100%;
}

.item-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    opacity: 0;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.item-box:hover:after {
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    opacity: 1;
}

.gallery-heading h4 {
    margin-bottom: 0;
}

.gallery-heading h4 a {
    color: #fff;
}

.gallery-heading h4 a:hover {
    color: #222222;
}

.gallery-heading {
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    padding-left: 25px;
    color: #fff;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.69+49,0.83+71 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 49%, rgba(0, 0, 0, 0.83) 71%, rgba(0, 0, 0, 0.83) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 49%, rgba(0, 0, 0, 0.83) 71%, rgba(0, 0, 0, 0.83) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 49%, rgba(0, 0, 0, 0.83) 71%, rgba(0, 0, 0, 0.83) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d4000000', GradientType=0);
    /* IE6-9 */
}

.item-box .gallery-heading {
    bottom: 0;
    transition: all 0.3s linear 0.1s;
    -webkit-transition: all 0.3s linear 0.1s;
}

.link-zoom {
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    height: 40px;
    position: absolute;
    top: 55%;
    left: 50%;
    color: #fff;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0;
}

.item-box:hover .link-zoom {
    top: 50%;
    opacity: 1;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.link-zoom a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #222222;
    font-size: 17px;
    color: #fff;
}

.link-zoom a.project_links {
    background: #222222;
}

.item-box a {
    display: inline-block
}

.item-box>a {
    display: block;
}

.item-box:hover .item-mask {
    opacity: 1;
    visibility: visible;
}

.item-box:hover .item-mask .item-caption,
.item-box:hover .item-mask .link {
    bottom: 30px;
    opacity: 1;
}

.item-box:hover .item-mask .link {
    bottom: 107px;
}

.item-box:hover .item-container {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}


/* ===================================================================================================== */


/* Contants (Portfolio, Blog, Shop, etc) -------------------  */


/* ===================================================================================================== */


/* ===================================================================================================== */


/* Contants (Portfolio, Blog, Shop, etc) -------------------  */


/* ===================================================================================================== */

.container.nf-container1 {
    padding-left: 15px;
    padding-right: 15px;
}

.nf-row1 {
    margin-left: -15px;
    margin-right: -15px;
}

.nf-col-padding {
    padding-left: 25px;
    padding-right: 25px;
}

.nf-row1:before,
.nf-row1:after,
.nf-row2:before,
.nf-row2:after {
    display: table;
    content: " ";
}

.nf-row1:after,
.nf-row2:after {
    clear: both;
}

.nf-row1 .nf-item.spacing,
.nf-row1 .grid-sizer.spacing {
    padding: 15px;
}

.nf-row2 .nf-item.spacing,
.nf-item.spacing,
.nf-row2 .grid-sizer.spacing,
.spacing-box {
    padding: 10px;
}

.spacing-grid {
    padding-top: 25px;
    padding-bottom: 25px;
}

.nf-col-1 .nf-item,
.nf-col-1 .grid-sizer {
    width: 100%;
    min-height: 1px;
}

.nf-col-2 .nf-item,
.nf-col-2 .grid-sizer {
    width: 50%;
    min-height: 1px;
}

.nf-col-3 .nf-item,
.nf-col-3 .grid-sizer {
    width: 33.3333%;
    min-height: 1px;
}

.nf-col-4 .nf-item,
.nf-col-4 .grid-sizer {
    width: 25%;
    min-height: 1px;
}

.nf-col-4 .w2x {
    width: 50%;
}

.nf-col-5 .nf-item,
.nf-col-5 .grid-sizer {
    width: 20%;
    min-height: 1px;
}

.nf-col-6 .nf-item,
.nf-col-6 .grid-sizer {
    width: 16.6666%;
    min-height: 1px;
}

.nf-col-1 .nf-item.w1,
.nf-col-2 .nf-item.w1,
.nf-col-3 .nf-item.w1,
.nf-col-4 .nf-item.w1 {
    width: 100%;
}

.nf-col-1 .nf-item.w2,
.nf-col-2 .nf-item.w2,
.nf-col-3 .nf-item.w2,
.nf-col-4 .nf-item.w2 {
    width: 50%;
}

.nf-col-1 .nf-item.w3,
.nf-col-2 .nf-item.w3,
.nf-col-3 .nf-item.w3,
.nf-col-4 .nf-item.w3 {
    width: 33.3333%;
}

.nf-col-1 .nf-item.w4,
.nf-col-2 .nf-item.w4,
.nf-col-3 .nf-item.w4,
.nf-col-4 .nf-item.w4 {
    width: 25%;
}

.nf-col-1 .nf-item.w4-2,
.nf-col-2 .nf-item.w4-2,
.nf-col-3 .nf-item.w4-2,
.nf-col-4 .nf-item.w4-2,
.nf-col-1 .nf-item.w3-2,
.nf-col-2 .nf-item.w3-2,
.nf-col-3 .nf-item.w3-2,
.nf-col-4 .nf-item.w3-2 {
    width: 50%;
}

.nf-col-1 .nf-item.w4-1,
.nf-col-2 .nf-item.w4-1,
.nf-col-3 .nf-item.w4-1,
.nf-col-4 .nf-item.w4-1 {
    width: 75%;
}

.nf-col-1 .nf-item.w3-1,
.nf-col-2 .nf-item.w3-1,
.nf-col-3 .nf-item.w3-1,
.nf-col-4 .nf-item.w3-1 {
    width: 66.6666%;
}

@media (max-width: 991px) {
    .nf-col-2 .nf-item,
    .nf-col-3 .nf-item,
    .nf-col-4 .nf-item,
    .nf-col-1 .nf-item.w2,
    .nf-col-2 .nf-item.w2,
    .nf-col-3 .nf-item.w2,
    .nf-col-4 .nf-item.w2,
    .nf-col-1 .nf-item.w3,
    .nf-col-2 .nf-item.w3,
    .nf-col-3 .nf-item.w3,
    .nf-col-4 .nf-item.w3,
    nf-col-1 .nf-item.w4,
    .nf-col-2 .nf-item.w4,
    .nf-col-3 .nf-item.w4,
    .nf-col-4 .nf-item.w4,
    .nf-col-1 .nf-item.w4-1,
    .nf-col-2 .nf-item.w4-1,
    .nf-col-3 .nf-item.w4-1,
    .nf-col-4 .nf-item.w4-1,
    .nf-col-1 .nf-item.w3-1,
    .nf-col-2 .nf-item.w3-1,
    .nf-col-3 .nf-item.w3-1,
    .nf-col-4 .nf-item.w3-1 {
        width: 50%;
    }
    .nf-col-5 .nf-item,
    .nf-col-6 .nf-item {
        width: 33.3333%;
    }
    .nf-row2 .nf-item.spacing,
    .nf-row2 .grid-sizer.spacing {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .container {
        margin: 0 auto;
        max-width: 480px;
        width: 100%;
    }
    .nf-col-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .spacing-grid {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nf-col-2 .nf-item,
    .nf-col-3 .nf-item,
    .nf-col-4 .nf-item,
    .nf-col-1 .nf-item.w2,
    .nf-col-2 .nf-item.w2,
    .nf-col-3 .nf-item.w2,
    .nf-col-4 .nf-item.w2,
    .nf-col-1 .nf-item.w3,
    .nf-col-2 .nf-item.w3,
    .nf-col-3 .nf-item.w3,
    .nf-col-4 .nf-item.w3,
    nf-col-1 .nf-item.w4,
    .nf-col-2 .nf-item.w4,
    .nf-col-3 .nf-item.w4,
    .nf-col-4 .nf-item.w4,
    .nf-col-1 .nf-item.w4-1,
    .nf-col-2 .nf-item.w4-1,
    .nf-col-3 .nf-item.w4-1,
    .nf-col-4 .nf-item.w4-1,
    .nf-col-1 .nf-item.w3-1,
    .nf-col-2 .nf-item.w3-1,
    .nf-col-3 .nf-item.w3-1,
    .nf-col-4 .nf-item.w3-1 {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
    .nf-col-3,
    .nf-col-4 {
        margin: 0 auto;
        max-width: 480px;
    }
    .nf-col-5 .nf-item,
    .nf-col-6 .nf-item {
        width: 100%;
    }
    .nf-row2 .nf-item.spacing,
    .nf-row1 .nf-item.spacing,
    .spacing-box {
        padding: 15px;
    }
    body .xs-hidden {
        visibility: hidden;
        display: none;
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .nf-col-5 .nf-item,
    .nf-col-6 .nf-item {
        width: 100%;
    }
}


/*============Process=============*/

.section_blck_bg {
    background: #6cbe03;
}

.section-split-right h2 {
    color: #222222;
}

.section-split-right h2 span {
    color: #fff;
}

.light-color {
    color: #fff;
}


/* #Accordion-box
  ================================================== */

.accordion-box-1 .accordion {
    background: #fff;
    margin-bottom: 10px;
}

.accordion-box-1 .accordion .accordion-title {
    cursor: pointer;
    padding: 10px 20px 10px 30px;
    border: 1px solid #e6e6e6;
    margin: 0;
    font-size: 18px;
    color: #333333;
}

.accordion-box-1 .accordion .accordion-title span {
    width: 30px;
    position: relative;
    height: 30px;
    float: right;
    vertical-align: bottom;
}

.accordion-box-1 .accordion .accordion-title span:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    display: inline-block;
    width: 2px;
    height: 12px;
    background: #aaaaaa;
}

.accordion-box-1 .accordion .accordion-title span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #aaaaaa;
}

.accordion-box-1 .accordion .accordion-title p {
    margin: 0;
}

.accordion-box-1 .accordion.open .accordion-title span:before {
    display: none;
}

.accordion-box-1 .content-inner {
    border: 1px solid #ededed;
    padding: 25px 30px 20px 30px;
}

.accordion-box-2 .accordion.open .accordion-title {
    background: #559404;
}

.accordion-box-2 .accordion .accordion-title {
    border: none;
    background: #559404;
}

.accordion-box-2 .accordion .accordion-title p {
    color: #fff;
}

.accordion-box-2 .accordion .accordion-content .content-inner {
    background: #6cbe03;
    border: none;
    color: #fff;
}

.accordion-box-2 .accordion .accordion-content .content-inner ul,
.accordion-box-2 .accordion .accordion-content .content-inner strong {
    display: block;
    margin-bottom: 20px;
}

.accordion-box-2 .accordion .accordion-content .content-inner p {
    color: #fff;
    margin-bottom: 0;
}

.accordion-box-2 .accordion .accordion-content .content-inner p strong {
    display: inline-block;
}

.overflow_hidden {
    overflow: hidden;
    position: relative;
}

.image_cover {
    background-image: url(../img/bg-10.jpg);
    background-size: cover;
    display: block;
    position: absolute;
    width: 33.33%;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    background-position: 50% 50%;
}

.image_cover_right {
    width: 50%;
    right: 0;
    left: auto;
    background-image: url(../img/bg-11.jpg);
}

@media(min-width:768px) and (max-width:991px) {
    #choose_us .image_cover {
        display: none;
    }
}

@media(max-width:767px) {
    .image_cover {
        position: static;
        width: 100%;
        height: 300px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}


/*-------------------------------------------------------------------------------------------*/


/* Tetstimonial   ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

#testimonial-section h4 {
    font-size: 14px;
    font-weight: 600;
}

#testimonial-section h4 span {
    text-transform: capitalize;
    font-weight: 300;
    display: inline-block;
    margin-right: 5px;
}

.client-avtar {
    position: absolute;
    left: 42px;
    top: -36px;
    width: 70px;
    height: 70px;
    border: 2px solid #6cbe03;
}

.right-pos {
    left: auto;
    right: 42px;
}

.bg-dark {
    position: relative;
}

.dark-gray-bg {
    background: #eaeff3;
}


/*-------------------------------------------------------------------------------------------*/


/*  Team Box         ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

#team {
    overflow: hidden;
    background: #f9f9f9;
}

.team-item-img {
    position: relative;
}

.team-item-img .team-item-detail {
    background-color: rgba(29, 29, 29, 0.7);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible;
}

.team-item-img .team-item-detail .team-item-detail-inner,
.cent-mid-content {
    margin: auto;
    padding: 20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .team-item-img .team-item-detail .team-item-detail-inner,
    .cent-mid-content {
        padding: 10px;
    }
    .light-color h5 {
        margin-top: 0px;
    }
    .team-item-detail-inner p {
        margin-bottom: 0px;
    }
}

.team-item-img .team-item-detail .team-item-detail-inner .social {
    margin: 0;
    padding: 15px 0;
}

.team-item-img .team-item-detail .team-item-detail-inner .social li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}

.team-item-img .team-item-detail .team-item-detail-inner .social li a {
    width: 35px;
    height: 35px;
    background: #6cbe03;
    color: #fff;
    border-radius: 100%;
    display: block;
    line-height: 40px;
    font-size: 18px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .team-item-img .team-item-detail .team-item-detail-inner .social li a {
        width: 29px;
        height: 29px;
        line-height: 31px;
        font-size: 15px;
    }
}

#team #team-carousel .owl-controls .owl-dots {
    width: 100%;
    text-align: center;
}

#team #team-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
}

#team #team-carousel .owl-controls .owl-dots .owl-dot span {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #222;
    margin: 0px 5px;
    border-radius: 50%;
}

#team #team-carousel .owl-controls .owl-dots .active span {
    background: #6cbe03;
}

.team-item-info {
    padding-top: 15px;
    text-align: center;
}

.team-item-info h5 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 800;
    color: #323232;
    text-transform: uppercase;
}

.light-color h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.light-color a {
    color: #fff;
}

.btn-color-line {
    border-radius: 0px;
    padding: 12px 25px;
    font-size: 12px;
    line-height: normal;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-color: #c30000;
    color: #c30000;
    border: 1px solid;
    background: none;
}

.btn-color-line:hover {
    background: #c30000;
    color: #fff;
}

.btn-white-line {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid;
    background: none;
    border-color: #fff;
    border-radius: 0px;
}

.btn-white-line:hover {
    color: #ffffff;
    background: #6cbe03;
    border-color: #6cbe03;
}


/*Avaiablity Section*/

.available_wrap__block {
    background-image: url(../img/bg-green.jpg);
    height: 500px;
    display: table;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    width: 100%;
    position: relative;
}

.available_wrap__block:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 111, 2, 0.79);
    content: '';
}

.available_content__block {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    position: relative;
    z-index: 9;
}

.available_content__block h2 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
}

@media(max-width:991px) {
    .available_wrap__block {
        height: auto;
        padding: 40px 0;
    }
    .quote__block input[type="submit"] {
        float: left;
    }
}


/* ----------------------------------------------------------------------*/


/* Blog   --------------------------------------------------------- */


/* ----------------------------------------------------------------------*/

#blog h2.mt-sm {
    color: #323232;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
}

.blog-post {
    display: inline-block;
    width: 100%;
}

.blog-post .post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.blog-post .post-media iframe {
    width: 100%;
}

.blog-post .post-meta,
.comment-list .post-meta,
.sidebar-widget .post-meta {
    text-transform: uppercase;
    color: #999;
    font-size: 13px;
}

.blog-post .post-meta span,
.comment-list .post-meta span {
    margin-right: 3px;
}

.blog-post .post-header h5,
.blog-post .post-header h4,
.blog-post .post-header h3 {
    margin-top: 5px;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    font-size: 20px;
}

.blog-post .post-entry {
    margin-bottom: 30px;
}

.blog-post .post-entry p,
.blog-post .post-entry blockquote,
.post-entry ul {
    margin-bottom: 20px;
}

.blog-post .post-entry ul {
    color: #202020;
}

.blog-post .post-tag {
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}

.blog-post .post-tag span {
    margin-right: 10px;
}

.blog-post .post-more-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-meta .post-more-link a {
    padding: 8px 16px;
    display: block;
    text-align: center;
}

.blog-post .post-more-link {
    position: relative;
    z-index: 2;
}

.blog-post .post-more-link a i {
    font-size: 18px;
    margin: 0;
}

.blog-post .icons-hover-black {
    position: absolute;
    bottom: 39px;
    padding: 10px 0;
    visibility: hidden;
}

.post-section .post-more-link {
    margin-top: 17px;
}

.post-section .blog-post .icons-hover-black {
    bottom: auto;
    top: 39px;
}

.blog-section .icons-hover-black {
    bottom: auto;
    top: 39px;
}

.blog-post .post-more-link:hover .icons-hover-black {
    visibility: visible;
}

.blog-post .post-more-link:hover .btn-color-line {
    background: #6cbe03;
    color: #fff;
}

.blog-post .icons-hover-black a {
    opacity: 0;
    transition: all 0.25s ease 0s;
}

.blog-post .post-more-link:hover .icons-hover-black a {
    opacity: 1;
    transition: all 0.25s ease 0s;
}

.facebook-icon {
    background: #3b5998;
}

.twitter-icon {
    background: #00a0d1;
}

.linkedin-icon {
    background: #00a0d1;
}

.googleplus-icon {
    background: #db4a39;
}

.blog-post .icons-hover-black a {
    padding: 8px 12px;
    color: #fff;
}

.blog-post .icons-hover-black a:hover {
    opacity: 0.8;
}

.blog-post .post-more-link .icons-hover-black i {
    line-height: 28px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #222222;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #6cbe03;
    border-radius: 0;
}

.blog-post blockquote {
    border-left: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 25px 25px;
    margin: 0px;
    font-weight: 300;
}

.blog-post blockquote:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 7px;
    font-size: 12px;
}

.blog-post blockquote:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 7px;
    font-size: 12px;
}

.blog-post-hr hr {
    margin-bottom: 45px;
}

.post-author {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}

.post-author img {
    width: 120px;
}

.post-author .post-author-details {
    padding-left: 20px;
}

.post-author h6 {
    margin-top: 0px;
    margin-bottom: 0;
}

.post-author-blog {
    overflow: hidden;
}

.post-author ul.social {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.post-author ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.post-comment {}

.post-comment .comment-numb {
    font-weight: 300;
}

.post-comment .comment-list {
    margin-left: 0px;
    padding-right: 0px;
    list-style: none;
    padding: 0px;
}

.post-comment .comment-list h6 {
    margin-top: 0px;
    margin-bottom: 3px;
}

.post-comment .comment-list li:first-child {
    padding-top: 0px;
}

.post-comment .comment-list li {
    padding-top: 15px;
}

.post-comment .comment-list li:last-child .comment-detail {
    border-bottom: 0px none;
}

.post-comment .comment-list li,
.post-comment .comment-list .comment-reply {
    position: relative;
    padding-left: 100px;
}

.post-comment .comment-list .comment-detail {
    border-bottom: 1px dotted #eee;
    padding-bottom: 24px;
}

.post-comment .comment-list .comment-reply {
    padding-top: 30px;
}

.post-comment .comment-list .comment-reply-btn i {
    padding-right: 3px;
}

.post-comment .comment-avatar {
    left: 0;
    margin-right: 15px;
    position: absolute;
    width: 85px;
}

.post-comment .comment-avatar img {
    width: 100%;
}

.post-comment-star .star-rat {
    display: inline-block;
}

.post-comment-star label {
    margin-right: 6px;
}

.blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #6cbe03;
    color: #fff;
}

.post-media {
    position: relative;
}

.post-media .event-calender,
.first-event .event-calender {
    width: 54px;
    height: 67px;
    font-size: 23px;
    padding-top: 11px;
}

.post-media .event-calender span,
.first-event .event-calender span {
    font-size: 12px;
}

.blog-post .blog-date span,
.post-media .event-calender span {
    color: #fff;
}

.post-media img {
    display: block;
}

.quote {
    position: relative;
    padding: 40px;
    min-height: 290px;
}

.light-color {
    color: #fff;
}


/*-------------------------------------------------------------------------------------------*/


/*  Testimonials     ||---------------------------- */


/*-------------------------------------------------------------------------------------------*/

.quote {
    position: relative;
    padding: 40px;
    min-height: 290px;
}

.quote p {
    font-size: 16px;
    line-height: 1.6;
    position: relative;
}

.quote:before {
    font: normal normal normal 45px/1 FontAwesome;
    content: "\f10d";
    color: #0894D6;
    position: absolute;
    left: 26px;
    top: 16px;
    transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    opacity: 0.6;
}

.quote:before {
    color: #559404;
}

.quote:after {
    content: '';
    width: 14px;
    height: 29px;
    background: #6cbe03;
    position: absolute;
    left: 61px;
    bottom: -14px;
    transform: rotate(61deg);
    -webkit-transform: rotate(61deg);
}

.testimonial-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 20px 0 0;
    overflow: hidden;
    float: left;
}

.testimonial-outher {
    overflow: hidden;
    text-align: left;
    float: left;
    padding-top: 37px;
    padding-left: 20px;
}

.testimonial-outher strong,
.testimonial-outher span {
    display: block;
}

.video-btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.video-btn:hover {
    color: #19b5fe;
    border: 1px solid #19b5fe;
}

@media (max-width: 991px) {
    .mb-sm-60 {
        margin-bottom: 60px;
    }
}


/*==========Footer section style=========*/

.footer_box__block h4 {
    font-size: 25px;
}

footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline-block;
    position: relative;
}

.top_footer_info__block {
    background: rgba(52, 88, 0, 0.93);
    color: #ffffff;
}

.single_info__block h4 span {
    display: block;
    font-size: 80%;
    font-weight: normal;
}

.single_info__block i.fa {
    font-size: 28px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}

.single_info__block {
    position: relative;
}

.single_info__block>h4 {
    margin-left: 55px;
    font-size: 15px;
    line-height: 23px;
}

.main_footer__block {
    background-image: url(../img/footer__bg-block.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    color: #fff;
}

.footer-link::before {
    background: rgba(75, 134, 0, 0.91);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer-link {
    position: relative;
}

.footer_box__block li {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.footer_box__block li::after {
    content: "\f105";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 0;
}

.footer_box__block li a {
    color: #ffffff;
}

.footer_box__block.address-box li {
    border: 0 none;
    margin: 0;
}

.footer_box__block.address-box li::after {
    display: none;
}

.address-box li i.fa {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    width: 20px;
}

.footer_box__block.address-box p {
    margin-left: 25px;
    margin-top: 4px;
}

.copyriight_block {
    border-top: 1px solid #ffffff;
}

.footer__block-logo {
    max-width: 99px;
    display: block;
}

@media (max-width: 767px) {
    .copyriight_block img {
        display: block;
        margin: 0 auto 15px;
    }
    .copyriight_block p {
        text-align: center
    }
    /*.padding{
        padding-top: 40px;
        padding-bottom: 40px;
    }*/
    .hero-wrapper__block .container {
        padding: 0;
    }
}