
/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap");
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Roboto", sans-serif !important;
    color: #6e6e6e;
}

a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #868686;
}

a:hover {
    text-decoration: none;
    color: #164c13;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #164c13;
    font-weight: 700;
}

h3 {
    font-size: 20px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 15px;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control {
    height: 50px;
    color: #164c13;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

.form-control::-webkit-input-placeholder {
    color: #495057;
}

.form-control:-ms-input-placeholder {
    color: #495057;
}

.form-control::-ms-input-placeholder {
    color: #495057;
}

.form-control::placeholder {
    color: #495057;
}

.form-control:focus {
    color: #000000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #868686;
}

.form-control:hover:focus, .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
}

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

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

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

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

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

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

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

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

/*
Default Btn Area Style*/
.default-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #868686;
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 50%;
    background-color: #183e7f;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.default-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 50%;
    background-color: #183e7e;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.default-btn.active {
    margin-left: 30px;
    color: #ffffff;
    background-color: #164c13;
}

.default-btn:hover {
    color: #ffffff;
}

.default-btn:hover::before {
    left: 0;
}

.default-btn:hover::after {
    right: 0;
}

/*
Read More Area Style*/
.read-more {
    line-height: 1;
    color: #868686;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 13px;
}

.read-more:hover {
    color: #868686;
}

.read-more:hover i {
    color: #868686;
    -webkit-animation: rotation 0.5s linear infinite;
    animation: rotation 0.5s linear infinite;
}

/*===== DEFAULT STYLE END ======*/
/*====================================================
HOME PAGE ONE STYLE
======================================================*/
/*
Header Area Style
======================================================*/
.header-area .top-header-area {
    padding: 15px 0;
    background-color: #ffffff;
}

.header-area .top-header-area .header-content-left p {
    color: #164c13;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 800;
}

.header-area .top-header-area .header-content-right {
    float: right;
}

.header-area .top-header-area .header-content-right li {
    display: inline-block;
    padding-right: 20px;
    color: #164c13;
}

.header-area .top-header-area .header-content-right li:last-child {
    padding-right: 0;
}

.header-area .top-header-area .header-content-right li a {
    color: #164c13;
    display: inline-block;
}

.header-area .top-header-area .header-content-right li a i {
    color: #ffffff;
    margin-right: 5px;
    font-size: 15px;
    background-color: #164c13 ;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: 1px;
}

.header-area .top-header-area .header-content-right li a:hover {
    color: #868686;
}

/*
Nav Area Style
======================================================*/
.nav-area .navbar-area .main-nav {
    position: unset;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-weight: 700;
    font-size: 15px;
    color: #164c13;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 0;
    margin: 0 10px;
    position: relative;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size: 15px;
    line-height: 0;
    position: relative;
    top: 3px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a::before {
    content: "";
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #868686;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #868686;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #164c13;
    border: none;
    border-radius: 0;
    top: 80%;
    left: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 13px;
    color: #ffffff;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-left: 0;
    margin-right: 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #164c13;
    background-color: #f3f3f3;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #164c13;
    background-color: #f3f3f3;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: 0px !important;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.nav-area .navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background-color: #164c13;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100% !important;
}

.nav-area .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #ffffff;
}

.nav-area .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a:hover {
    color: #868686;
}

.nav-area .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
    color: #868686;
}

.nav-area .dropdown-toggle::after {
    display: none;
}

.nav-area .others-option {
    position: relative;
    top: 4px;
}

.nav-area .others-option .subscribe {
    display: inline-block;
    position: relative;
}

.nav-area .others-option .subscribe .default-btn {
    padding: 12px 20px;
}

.nav-area .others-option .sidebar-menu {
    display: inline-block;
    margin-left: 15px;
}

.nav-area .others-option .sidebar-menu i {
    font-size: 40px;
    color: #868686;
    position: relative;
    top: -2px;
}

/*
Sidebar Modal Area Style
======================================================*/
.sidebar-modal .navbar-nav li a {
    padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    background-color: #ffffff;
}

.sidebar-modal .modal.right .modal-body {
    padding: 30px;
}

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

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    color: #164c13;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 2px;
    border-radius: 5px;
    background: #868686;
    content: '';
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
    padding: 0;
    margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
    margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
    font-size: 14px;
    color: #164c13;
    font-weight: 500;
    text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
    color: #868686;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
    position: relative;
    font-weight: 500;
    padding-left: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    color: #164c13;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
    font-size: 13px;
    display: block;
    font-weight: 400;
    color: #818992;
    margin-top: 5px;
    text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 29px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #164c13;
    border-radius: 4px;
    font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
    color: #ffffff;
    background: #868686;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
    text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
    display: inline-block;
    padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #164c13;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
    background-color: #868686;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
    color: #868686;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
    color: #ffffff;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
    right: 0;
    -webkit-animation: slideInRight 0.3s linear;
    animation: slideInRight 0.3s linear;
}

.sidebar-modal .modal.right.fade .modal-dialog {
    right: 0;
}

.sidebar-modal .modal-header {
    display: inline;
    padding: 0;
    border: none;
}

.sidebar-modal .modal-header .close {
    height: 30px;
    width: 30px;
    color: #868686;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    opacity: 1;
}

.sidebar-modal .modal-header .close i::before {
    margin-left: 0;
    font-size: 20px;
}

.sidebar-modal .modal-header h2 {
    /* background-color: #164c13; */
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
}

.sidebar-modal button:focus {
    outline: 0px;
}

/*
Banner Area Style
======================================================*/
.main-banner-area {
    position: relative;
    background-color: #c6e3fd;
    padding-top: 225px;
    padding-bottom: 125px;
    z-index: 1;
    overflow: hidden;
}

.main-banner-area .banner-text {
    max-width: 540px;
    margin-left: auto;
}

.main-banner-area .banner-text {
    position: relative;
}

.main-banner-area .banner-text span {
    font-size: 16px;
    color: #868686;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

.main-banner-area .banner-text h1 {
    font-size: 45px;
    margin-bottom: 25px;
}

.main-banner-area .banner-text p {
    font-size: 16px;
    margin-bottom: 35px;
}

.main-banner-area .shape {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
}

.main-banner-area .banner-shape-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

/*
Choose Us Area Style
======================================================*/
.single-choose {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    border: 1px dotted #164c13;
}

.single-choose::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.single-choose span {
    font-size: 50px;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1;
    color: #868686;
}

.single-choose h3 {
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-choose p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-choose a i {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #868686;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-top: 2px;
}

.single-choose .choose-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 100px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-choose:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #164c13;
}

.single-choose:hover h3 {
    color: #ffffff;
}

.single-choose:hover p {
    color: #ffffff;
}

.single-choose:hover .choose-icon {
    opacity: 0.3;
}

/*
About Area Style
======================================================*/
.about-area {
    background-color: #ffffff;
    height: 100%;
    overflow: hidden;
}

.about-area .about-content span {
    font-size: 14px;
    font-weight: 700;
    color: #868686;
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.about-area .about-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.about-area .about-content .about-list {
    margin-top: 30px;
}

.about-area .about-content .about-list ul {
    display: inline-block;
}

.about-area .about-content .about-list ul li {
    color: #164c13;
    font-size: 16px;
    font-weight: 600;

    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.about-area .about-content .about-list ul li i {
    font-size: 21px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -5px;
}

.about-area .about-content .about-list .about-single-list {
    padding-left: 60px;
    position: relative;
}

.about-area .about-content .about-list .about-single-list i {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 50px;
    color: #164c13;
    line-height: 1;
}

.about-area .about-content .about-list .about-single-list span {
    font-size: 16px;
    color: #164c13;
    line-height: 1.5;
}

.about-area .about-content .default-btn {
    margin-top: 30px;
}

.about-area .about-img-3 {
    position: relative;
    float: right;
}

.about-area .about-img-3 img {
    border-radius: 0 25% 0 0;
}

.about-area .about-img-3 .about-img-2 {
    position: absolute;
    top: 35px;
    left: -90px;
}

/*
Our Vision Area Style
======================================================*/
.our-vision-area {
    position: relative;
}

.our-vision-area .vision-content span {
    font-size: 14px;
    font-weight: 700;
    color: #868686;
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.our-vision-area .vision-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}

.our-vision-area .vision-content .vision-list {
    margin-top: 30px;
}

.our-vision-area .vision-content .vision-list ul {
    display: inline-block;
}

.our-vision-area .vision-content .vision-list ul li {
    color: #164c13;
    font-size: 16px;
    font-weight: 600;

    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.our-vision-area .vision-content .vision-list ul li i {
    font-size: 25px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 3px;
}

/*
Services Area Style
======================================================*/
.services-area {
    position: relative;
    overflow: hidden;
    background-color: #151449;
    z-index: 1;
}

.services-area .section-title span {
    color: #ffffff;
}

.services-area .section-title h2 {
    color: #ffffff;
}

.services-area .section-title p {
    color: #ffffff;
}

.services-area .services-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.single-services {
    padding: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    padding-left: 80px;
    border: 1px dotted #868686;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.single-services h3 {
    margin-bottom: 15px;
    color: #ffffff;
}

.single-services i {
    font-size: 40px;
    color: #868686;
    position: absolute;
    left: 30px;
    top: 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-services p {
    color: #ffffff;
}

.single-services a {
    margin-top: 20px;
    color: #ffffff;
    font-size: 15px;
}

.single-services:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #868686;
}

.single-services:hover i {
    color: #ffffff;
}

.single-services:hover a {
    color: #ffffff;
}

/*
Quat Area Style
======================================================*/
.get-quat-area .quat-form {
    padding: 50px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #164c13;
    border-radius: 12px;
}

.get-quat-area .quat-form .default-btn {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.get-quat-area .quat-form .form-control:focus {
    background-color: #f9f9f9;
}

.get-quat-area .quat-form ul {
    line-height: 1;
}

.get-quat-area .quat-form ul li {
    display: inline-block;
    font-weight: 600;
}

.get-quat-area .quat-form ul li a {
    margin-left: 10px;
}

.get-quat-area .quat-form ul .right {
    float: right;
}

.get-quat-area .quat-form .tabs {
    margin-bottom: 21px;
}

.get-quat-area .quat-form .tabs li a {
    margin-left: 0 !important;
    padding-right: 40px;
    font-size: 20px;
    color: #ffffff;
}

.get-quat-area .quat-form .tabs li a:hover {
    color: #868686;
}

.get-quat-area .quat-form .tabs .current a {
    color: #868686;
}

.get-quat-area .quat-form p {
    margin-bottom: 30px;
    color: #ffffff;
}

.get-quat-area .quat-form .ratings li {
    color: #ffffff;
}

.get-quat-area .quat-form .ratings li a {
    color: #868686;
}

.get-quat-area .tab .tabs_item {
    display: none;
}

.get-quat-area .tab .tabs_item:first-child {
    display: block;
}

.get-quat-area .form-group {
    margin-bottom: 30px;
}

.get-quat-area .nice-select {
    float: unset;
    line-height: 29px;
}

.get-quat-area .nice-select::after {
    width: 8px !important;
    height: 8px !important;
}

.get-quat-area .nice-select .option {
    display: block;
}

/*
Counter Area Style
======================================================*/
.counter-area {
    background-color: #edf0f3;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.counter-area .col-lg-3:nth-child(4) .single-counter {
    border-right: none;
}

.single-counter {
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
    border-right: 1px solid #dadce0;
}

.single-counter i {
    color: #868686;
    font-size: 50px;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}

.single-counter p {
    color: #868686;
    line-height: 1;
    margin-bottom: 0;
    font-size: 18px;
}

.single-counter h2 {
    color: #164c13;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 15px;
}

/*
Achievement Area Style
======================================================*/
.achievement-area {
    padding-bottom: 130px;
}

.achievement-area .achievement-content span {
    font-size: 14px;
    color: #868686;
    display: block;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.achievement-area .achievement-content h2 {
    font-size: 35px;
    margin-bottom: 30px;
    position: relative;
    display: block;
}

.achievement-area .achievement-content .default-btn {
    margin-top: 25px;
}

.achievement-area .video-img {
    position: relative;
    z-index: 1;
}

.achievement-area .video-img::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 100%;
    height: 100%;
    border: 5px solid #164c13;
    z-index: -1;
}

.achievement-area .video-img .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*
Agent Now Area Style
======================================================*/
.agent-now-area {
    background-color: #f2f7fd;
    position: relative;
    z-index: 1;
}

.agent-now-area .call-now {
    background-color: #164c13;
    position: relative;
    padding: 50px;
    padding-left: 165px;
    border-radius: 10px;
}

.agent-now-area .call-now i {
    line-height: 1;
    font-size: 75px;
    position: absolute;
    top: 50px;
    left: 50px;
    color: #ffffff;
}

.agent-now-area .call-now p {
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.agent-now-area .call-now span {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
}

.agent-now-area .subscribe-wrap {
    background-color: #164c13;
    border-radius: 10px;
    padding: 40px 50px;
}

.agent-now-area .subscribe-wrap p {
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.agent-now-area .subscribe-wrap .newsletter-form {
    position: relative;
}

.agent-now-area .subscribe-wrap .newsletter-form .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
}

.agent-now-area .subscribe-wrap .newsletter-form .form-control:focus {
    background-color: #ffffff;
}

.agent-now-area .agent-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/*
Testimonial Area Style
======================================================*/
.testimonial-area.bg {
    background-color: #f9fbfe;
}

.testimonial-area .owl-carousel .owl-item img {
    width: unset;
    margin: auto;
}

.testimonial-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.testimonial-area .owl-theme .owl-nav .owl-prev {
    background-color: transparent !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.testimonial-area .owl-theme .owl-nav .owl-prev i {
    color: #868686;
    font-size: 18px;
    position: relative;
    left: -1px;
}

.testimonial-area .owl-theme .owl-nav .owl-next {
    background-color: transparent !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.testimonial-area .owl-theme .owl-nav .owl-next i {
    color: #868686;
    font-size: 18px;
    position: relative;
    right: -1px;
}

.testimonial-area .owl-theme:hover .owl-prev {
    background-color: #72b4fd !important;
}

.testimonial-area .owl-theme:hover .owl-prev i {
    color: #ffffff;
}

.testimonial-area .owl-theme:hover .owl-next {
    background-color: #72b4fd !important;
}

.testimonial-area .owl-theme:hover .owl-next i {
    color: #ffffff;
}

.testimonial-area .owl-item.active.center .single-client {
    background-color: #164c13;
}

.testimonial-area .owl-item.active.center .single-client h3 {
    color: #ffffff;
}

.testimonial-area .owl-item.active.center .single-client span {
    color: #ffffff;
}

.testimonial-area .owl-item.active.center .single-client p {
    color: #ffffff;
}

.testimonial-area .single-client {
    background-color: #f2f7fd;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.testimonial-area .single-client h3 {
    color: #164c13;
}

.testimonial-area .single-client span {
    color: #868686;
}

.testimonial-area .single-client p {
    color: #6e6e6e;
}

.testimonial-area .single-client .quotes {
    opacity: 0.1;
}

.testimonial-area .single-client:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*
Business Contact Area Style
======================================================*/
.business-contact-area .row {
    background-color: #164c13;
    border-radius: 15px;
}

.business-contact-area .business-img img {
    border-radius: 15px;
}

.business-contact-area .business-content {
    padding: 30px;
    position: relative;
}

.business-contact-area .business-content h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}

.business-contact-area .business-content p {
    color: #ffffff;
    position: absolute;
    bottom: 33px;
    left: 35%;
    font-size: 16px;
}

.business-contact-area .business-content .default-btn {
    background-color: #868686;
}

.business-contact-area .business-content .default-btn::before {
    background-color: #ffffff !important;
}

.business-contact-area .business-content .default-btn::after {
    background-color: #ffffff !important;
}

.business-contact-area .business-content .default-btn:hover {
    color: #868686;
}

/*
Blog Area Style
======================================================*/
.single-blog {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-blog .blog-content {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    max-width: 340px;
    margin: -30px auto 0;
}

.single-blog .blog-content::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #868686;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.single-blog .blog-content::after {
    content: "";
    position: absolute;
    right: -100%;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-color: #868686;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.single-blog .blog-content ul {
    line-height: 1;
    margin-bottom: 15px;
}

.single-blog .blog-content ul li {
    display: inline-block;
    color: #78a9e3;
    border-right: 1px solid #78a9e3;
    line-height: 1;
    padding: 0 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-blog .blog-content ul li:last-child {
    border-right: none;
    padding-right: 0;
}

.single-blog .blog-content ul li:first-child {
    padding-left: 0;
}

.single-blog .blog-content ul li a {
    color: #78a9e3;
}

.single-blog .blog-content ul li a:hover {
    color: #868686;
}

.single-blog .blog-content h3 {
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1.5;
    height: 85px;
}

.single-blog .blog-content p {
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-blog .blog-content .read-more:hover i {
    color: #ffffff;
}

.single-blog:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-blog:hover .blog-content ul li {
    color: #ffffff;
}

.single-blog:hover .blog-content ul li a {
    color: #ffffff;
}

.single-blog:hover .blog-content h3 {
    color: #ffffff;
}

.single-blog:hover .blog-content p {
    color: #ffffff;
}

.single-blog:hover .blog-content .read-more {
    color: #ffffff;
}

.single-blog:hover .blog-content::before {
    left: 0;
}

.single-blog:hover .blog-content::after {
    right: 0;
}

/*
Footer Top Area Style
======================================================*/
.footer-top-area {
    background-image: url(../../assets/img/footer-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

.footer-top-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 76, 19, .85);
    z-index: -1;
    opacity: 0.9;
}

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

.single-widget img {
    margin-bottom: 20px;
}

.single-widget h3 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.single-widget h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #ffffff;
}

.single-widget p {
    margin-bottom: 0;
    color: #ffffff;
}

.single-widget ul li {
    color: #c0cade;
    margin-bottom: 8px;
    font-size: 15px;
}

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

.single-widget ul li span {
    color: #ffffff;
}

.single-widget ul li a {
    color: #c0cade;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-widget ul li a i {
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
}

.single-widget ul li a:hover {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

.single-widget .social-area {
    margin-top: 20px;
}

.single-widget .social-area ul {
    line-height: 1;
}

.single-widget .social-area ul li {
    display: inline-block;
}

.single-widget .social-area ul li a {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 28px;
    background-color: #868686;
    border-radius: 4px;
    text-align: center;
}

.single-widget .social-area ul li a i {
    color: #eeeeee;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 0;
}

.single-widget .social-area ul li a:hover {
    border-color: #868686;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}

.single-widget .social-area ul li a:hover i {
    color: #ffffff;
}

.single-widget .footer-btn {
    margin-top: 20px;
}

.single-widget .footer-btn li {
    display: inline-block;
    max-width: 45%;
    margin-right: 10px;
}

.single-widget .footer-btn li:last-child {
    margin-right: 0;
}

.single-widget.contact ul li {
    position: relative;
    padding-left: 30px;
}

.single-widget.contact ul li a {
    position: relative;
    padding-left: 30px;
}

.single-widget.contact ul li a i {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 15px;
}

.single-widget.contact ul li a span {
    display: block;
    font-weight: 600;
}

.single-widget.contact ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 15px;
}

.single-widget.contact ul li span {
    display: block;
    font-weight: 600;
}

.single-widget .newsletter-p {
    margin-bottom: 20px;
}

.single-widget .default-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.single-widget .form-control:focus {
    background-color: #ffffff;
}

.single-widget #validator-newsletter {
    color: #dc3545;
    text-align: center;
    margin-top: 5px;
}

/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
    background-color: #868686;
    padding: 20px 0;
}

.footer-bottom-area .copy-right {
    text-align: center;
}

.footer-bottom-area .copy-right p {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
}

.footer-bottom-area .copy-right p a {
    color: #ffffff;
}

/*====================================================
HOME PAGE TWO STYLE
======================================================*/
/*
Nav Style Two
======================================================*/
.nev-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #ffffff !important;
}

.nev-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #868686 !important;
}

.nev-style-two .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #c1c1c1 !important;
}

/*
Main Banner Area Two
======================================================*/
.main-banner-area-two {
    position: relative;
    background-image: url(../../assets/img/banner/banner-img-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.main-banner-area-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#03051e), to(rgba(1, 45, 111, 0.8)));
    background-image: linear-gradient(to right, #03051e, rgba(1, 45, 111, 0.8));
}

.main-banner-area-two .banner-text {
    position: relative;
    padding-top: 225px;
    padding-bottom: 95px;
    max-width: 540px;
    margin-left: auto;
}

.main-banner-area-two .banner-text span {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

.main-banner-area-two .banner-text h1 {
    font-size: 45px;
    margin-bottom: 25px;
    color: #ffffff;
}

.main-banner-area-two .banner-text p {
    font-size: 16px;
    margin-bottom: 35px;
    color: #ffffff;
}

.main-banner-area-two .banner-img {
    background-image: url(../../assets/img/banner/banner-img-right.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    border-radius: 50% 0 0  50%;
}

/*
Choose Us Area Two
======================================================*/
.choose-us-area-two .container {
    max-width: 1280px;
}

.choose-us-area-two .single-choose {
    border: none;
}

.choose-us-area-two .single-choose span {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}

/*
Service Area Two Style
======================================================*/
.service-area-two .single-service {
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.service-area-two .single-service img {
    border-radius: 4px 4px 0 0;
}

.service-area-two .single-service .service-content {
    padding: 30px;
    padding-top: 60px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
}

.service-area-two .single-service .service-content .icon-style {
    font-size: 35px;
    background-color: #868686;
    line-height: 70px;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: -36px;
    left: 0;
    right: 0;
    margin: auto;
}

.service-area-two .single-service .service-content h3 {
    margin-bottom: 15px;
}

.service-area-two .single-service .service-content p {
    margin-bottom: 20px;
}

.service-area-two .single-service .service-content a {
    color: #ffffff;
    line-height: 1;
    z-index: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #868686;
    border-radius: 50%;
}

.service-area-two .single-service .service-content a i {
    font-size: 25px;
    position: relative;
    line-height: 30px;
    top: 1px;
    left: 1px;
}

.service-area-two .single-service:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.service-area-two .single-service:hover .service-content .icon-style {
    -webkit-animation: bounce 1s linear;
    animation: bounce 1s linear;
}

/*
Chooses Us Area Two Style
======================================================*/
.chooses-us-area-two {
    background-image: url(../img/choose-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.chooses-us-area-two .section-title {
    margin-left: unset;
    margin-right: auto;
    text-align: left;
    max-width: 460px;
}

.chooses-us-area-two .section-title span {
    color: #ffffff;
}

.chooses-us-area-two .section-title h2 {
    color: #ffffff;
}

.chooses-us-area-two .section-title p {
    color: #ffffff;
}

.chooses-us-area-two .choose-us-wrap {
    max-width: 460px;
}

.chooses-us-area-two .choose-us-wrap ul li {
    margin-bottom: 30px;
    position: relative;
    padding-left: 75px;
}

.chooses-us-area-two .choose-us-wrap ul li i {
    font-size: 50px;
    color: #2f89fc;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 2px;
}

.chooses-us-area-two .choose-us-wrap ul li h3 {
    color: #ffffff;
}

.chooses-us-area-two .choose-us-wrap ul li p {
    color: #ffffff;
}

/*
Counter Area Two Style
======================================================*/
.counter-area-two {
    background-image: url(../../assets/img/counter-bg.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative;
}

.counter-area-two .col-lg-3:nth-child(4) .single-counter {
    border-right: none;
}

.counter-area-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #164c13;
    opacity: 0.9;
}

.counter-area-two .single-counter h2 {
    color: #ffffff;
}

.counter-area-two .single-counter p {
    color: #ffffff;
}

/*
Testimonial Wrap Two Style
======================================================*/
.testimonial-wrap-two .single-client {
    position: relative;
    text-align: left;
    padding: 30px;
    padding-left: 160px;
}

.testimonial-wrap-two .single-client img {
    position: unset;
    border-radius: 4px;
    display: inline-block;
}

.testimonial-wrap-two .single-client .client-text {
    position: absolute;
    top: 30px;
    left: 30px;
}

.testimonial-wrap-two .single-client .client-text h3 {
    margin-top: 40px;
}

.testimonial-wrap-two .single-client .quotes {
    position: absolute;
    bottom: 10px;
    right: 15px;
    line-height: 1;
    color: #5e5e82;
    opacity: 0.5;
    width: unset;
    height: unset;
    font-size: 40px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    display: unset;
    top: unset;
    left: unset;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*
Any Contact Area Style
======================================================*/
.any-contact-area .row {
    background-color: #164c13;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.any-contact-area .contact-text {
    padding: 30px;
}

.any-contact-area .contact-text h3 {
    color: #ffffff;
}

.any-contact-area .contact-call {
    padding: 30px;
}

.any-contact-area .contact-call h3 {
    color: #ffffff;
}

.any-contact-area .contact-call h3 i {
    color: #ffffff;
    margin-right: 10px;
}

/*====================================================
HOME PAGE THREE STYLE
======================================================*/
/*
Header Area Three Style
======================================================*/
.header-area-three .top-header-area {
    background-color: rgba(255, 255, 255, 0.5);
}

.header-area-three .top-header-area .header-content-right li a:hover {
    color: #ffffff;
}

.header-area-three .nav-area .navbar-area .navbar {
    background-color: #164c13 !important;
    /* max-width: 1120px; */
    /* margin: 20px auto 0; */
    position: relative;
}

.header-area-three .nav-area .navbar-area .navbar::after {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background-color: #888894;
    z-index: -1;
    opacity: 0.5;
}

.header-area-three .nav-area .navbar-area.is-sticky .navbar {
    margin-top: 0;
    max-width: 100%;
}

.header-area-three .nav-area .navbar-area.is-sticky .navbar::after {
    display: none;
}

/*
Hero Slider Area Style
======================================================*/
.hero-slider-area .slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hero-slider-area .slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 76, 19, .40);
    /* opacity: 0.8; */
    z-index: -1;
}

.hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../img/slider/1.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/slider/2.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-3 {
    background-image: url(../img/slider/3.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-4 {
    background-image: url(../img/slider/4.jpg);
}

.hero-slider-area .slider-item .slider-text {
    text-align: center;
    position: relative;
    max-width: 690px;
    margin: 130px auto 0;
    z-index: 1;
}

.hero-slider-area .slider-item .slider-text span {
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.hero-slider-area .slider-item .slider-text h1 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 30px;
}

.hero-slider-area .slider-item .slider-text p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 35px;
}

.hero-slider-area .slider-item .slider-text .slider-btn .default-btn {
    margin: 0 20px;
}

.hero-slider-area .slider-item .slider-text .slider-btn .default-btn.white {
    color: #ffffff;
}

.hero-slider-area .owl-item.active .slider-text.overflow-hidden {
    overflow: hidden;
}

.hero-slider-area .owl-item.active .slider-text.one span {
    -webkit-animation: 1s .1s fadeInUpBig both;
    animation: 1s .1s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one .video-btn-animat {
    -webkit-animation: 1s .1s fadeInUpBig both;
    animation: 1s .1s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one h1 {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one p {
    -webkit-animation: 3s .3s fadeInUpBig both;
    animation: 3s .3s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one .slider-btn {
    -webkit-animation: 4s .4s fadeInUpBig both;
    animation: 4s .4s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two span {
    -webkit-animation: 2s .2s fadeInDownBig both;
    animation: 2s .2s fadeInDownBig both;
}

.hero-slider-area .owl-item.active .slider-text.two .video-btn-animat {
    -webkit-animation: 2s .2s fadeInDownBig both;
    animation: 2s .2s fadeInDownBig both;
}

.hero-slider-area .owl-item.active .slider-text.two h1 {
    -webkit-animation: 2s .2s fadeInLeft both;
    animation: 2s .2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .slider-text.two p {
    -webkit-animation: 2s .2s fadeInRight both;
    animation: 2s .2s fadeInRight both;
}

.hero-slider-area .owl-item.active .slider-text.two .slider-btn {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both;
}

.hero-slider-area .owl-theme .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.hero-slider-area .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #bdbdbf;
}

.hero-slider-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #868686;
    width: 40px;
}

.hero-slider-area .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #868686;
}

/*
Choose Us Area Three
======================================================*/
.choose-us-area-three .single-choose {
    border: none;
    background-color: #d5e8fc;
    border-radius: 12px;
}

.choose-us-area-three .single-choose span {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}

.choose-us-area-three .single-choose span svg{
    fill: #43b0fc;
    height: 50px;
    width: auto;
}

.choose-us-area-three .single-choose:hover {
    background-color: #262566;
}
.choose-us-area-three .single-choose h3 {
    color: #262566;
}
.choose-us-area-three .single-choose:hover h3 {
    color: #fff;
}

/*
About Area Three
======================================================*/
.about-area-three .about-img-3 {
    float: unset;
}

.about-area-three .about-img-3 img {
    border-radius: 12px;
}

/*
Services Area Three
======================================================*/
.services-area-three .single-choose {
    border: none;
    background-color: #174c13;
}

.services-area-three .single-choose span {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 1px dotted #868686;
    font-size: 30px;
}

.services-area-three .single-choose h3 {
    color: #ffffff;
}

.services-area-three .single-choose p {
    color: #ffffff;
}

.services-area-three .single-choose:hover {
    background-color: #164c13;
}

/*
Get Quat Area Style
======================================================*/
.get-quat-area-three {
    background-image: url(../../assets/img/quote-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
}

.get-quat-area-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 76, 19, .85);
    opacity: 0.9;
}

.get-quat-area-three .get-quat-content .section-title {
    text-align: left;
    max-width: unset;
}

.get-quat-area-three .get-quat-content .section-title h2 {
    color: #ffffff;
}

.get-quat-area-three .get-quat-content .section-title p {
    color: #ffffff;
}

.get-quat-area-three .get-quat-content ul li {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
}

.get-quat-area-three .get-quat-content ul li:last-child {
    margin-bottom: 0;
}

.get-quat-area-three .get-quat-content ul li i {
    color: #ffffff;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    font-size: 30px;
    background-color: #868686;
    position: absolute;
    left: 0;
    top: -2px;
}

.get-quat-area-three .get-quat-content ul li h3 {
    color: #ffffff;
}

.get-quat-area-three .get-quat-content ul li p {
    color: #ffffff;
    height: 55px;
    font-size: 16px;
    font-weight: 700;
}
.get-quat-area-three .get-quat-content ul li p a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.work-area {
    overflow: hidden;
}

/*====================================================
HOME PAGE FOUR STYLE
======================================================*/
/*
Nav Style Four
======================================================*/
.nav-style-four .navbar-area .main-nav {
    background-color: #ffffff !important;
}

.nav-style-four .navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #164c13;
}

/*====================================================
INNER PAGE STYLE
======================================================*/
/*
Page Title Area Style
=====================================================*/
.page-title-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 240px;
    padding-bottom: 150px;
    text-align: center;
    background-color: #164c13;
    z-index: 1;
}

.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(123, 170, 120, .25);
    z-index: -1;
    /*-webkit-animation: 5s fadeInLeft both;*/
    /*animation: 5s fadeInLeft both;*/
}

.page-title-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(123, 170, 120, .25);
    /* -webkit-animation: 5s fadeInRight both; */
    /* animation: 5s fadeInRight both; */
    z-index: -1;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    right: -3px;
    background-color: #ffffff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
    color: #ffffff;
}

/*
Sign In & Log In  Area Style
=====================================================*/
.user-area-all-style {
    position: relative;
    z-index: 1;
}

.user-area-all-style .contact-form-action {
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 40px;
    max-width: 570px;
    margin: auto;
}

.user-area-all-style .contact-form-action .form-heading {
    margin-bottom: 33px;
}

.user-area-all-style .contact-form-action .form-heading .form-title {
    font-size: 35px;
    color: #233d63;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.user-area-all-style .contact-form-action .form-heading .form-desc {
    font-size: 18px;
    color: #677286;
    font-weight: 500;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc {
    line-height: 30px;
    margin-top: 15px;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc a {
    color: #868686;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc {
    font-size: 16px;
}

.user-area-all-style .contact-form-action .form-heading .reset-desc a {
    font-weight: 600;
}

.user-area-all-style .contact-form-action form .submit-btn {
    margin-top: 24px;
}

.user-area-all-style .contact-form-action form .default-btn {
    font-size: 14px;
    padding: 15px 40px;
    margin-bottom: 30px;
}

.user-area-all-style .contact-form-action form .default-btn.btn-two {
    display: table;
    margin: 0 auto 0;
    padding: 15px 40px;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(1) .default-btn {
    background-color: #FF5733;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
    background-color: #3955bc;
    display: table;
    margin: 0 auto 30px;
}

.user-area-all-style .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
    background-color: #868686;
    float: right;
}

.user-area-all-style .contact-form-action form .reset-btn {
    margin-top: 0;
}

.user-area-all-style .contact-form-action form .form-condition {
    margin-bottom: 20px;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label {
    font-weight: 600;
}

.user-area-all-style .contact-form-action form .form-condition .agree-label a {
    color: #868686;
}

.user-area-all-style .contact-form-action form .form-group {
    margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .account-desc {
    margin: 25px auto 0;
    display: table;
    font-weight: 600;
}

.user-area-all-style .contact-form-action .account-desc a {
    color: #868686;
    margin-left: 10px;
    font-weight: 600;
}

.user-area-all-style .contact-form-action #chb1 {
    position: relative;
    top: 1px;
}

.user-area-all-style .contact-form-action #chb2 {
    position: relative;
    top: 1px;
}

.user-area-all-style .contact-form-action .forget {
    float: right;
    color: #868686;
    font-weight: 600;
}

.user-area-all-style .contact-form-action .now-register {
    font-weight: 600;
    float: right;
    margin-bottom: 30px;
}

.user-area-all-style .contact-form-action .now-register a {
    color: #868686;
}

.user-area-all-style .contact-form-action .now-log-in {
    color: #868686;
    font-weight: 600;
}

.user-area-all-style .contact-form-action .now-log-in .font-q {
    font-weight: 600;
}

/*
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
    position: relative;
    height: 100vh;
    z-index: 1;
    background-color: #164c13;
    overflow: hidden;
}

.coming-soon-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background-color: #091c29;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.coming-soon-area .coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 60px;
    margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
    color: #f3f3f3;
    font-size: 16px;
    max-width: 600px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 45px;
    font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -15px;
    font-size: 16px;
    font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
    margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
    display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -10px;
    font-size: 70px;
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    color: #ffffff;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::placeholder {
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
    border-color: #868686;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
    outline: 0;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
    border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
    border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
    color: #ffffff;
    background-color: #868686;
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
    padding: 50px 0;
    height: 100vh;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

.error-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background-color: #868686;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.error-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background-color: #164c13;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.error-area .error-content-wrap {
    z-index: 1;
    position: relative;
}

.error-area .error-content-wrap h1 {
    font-size: 300px;
    line-height: 1;
    color: #ffffff;
}

.error-area .error-content-wrap h1 span {
    color: #ff0000;
}

.error-area .error-content-wrap h3 {
    margin: 30px 0 0;
    position: relative;
    color: #ff0000;
}

.error-area .error-content-wrap p {
    margin: 20px 0 20px;
    font-size: 19px;
    color: #ffffff;
}

/*
Service Details Area Style
=====================================================*/
.service-sidebar-area .service-details-title {
    background-color: #868686;
    color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.service-sidebar-area .service-card {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-sidebar-area .service-list ul li {
    border-bottom: 1px dashed #eeeeee;
    padding: 15px 20px;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:last-child {
    border-bottom: none;
}

.service-sidebar-area .service-list ul li a {
    color: #164c13;
    display: block;
}

.service-sidebar-area .service-list ul li i {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #868686;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:hover {
    background-color: #868686;
    color: #ffffff;
}

.service-sidebar-area .service-list ul li:hover i {
    background-color: #ffffff;
    color: #868686;
}

.service-sidebar-area .service-list ul li:hover a {
    color: #ffffff;
}

.service-sidebar-area .service-faq .faq-accordion {
    position: unset;
    padding: 0;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-item {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title {
    font-size: 15px;
    font-weight: 600;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title span {
    top: 11px;
}

.service-sidebar-area .paint {
    margin-bottom: 15px;
}

.service-details-wrap .mb-30 {
    margin-bottom: 30px;
}

.service-details-wrap .service-img {
    margin-bottom: 30px;
}

.service-details-wrap ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.service-details-wrap ul li {
    font-weight: 600;
    color: #164c13;
    font-size: 14px;
    padding-left: 35px;
    position: relative;
}

.service-details-wrap ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #868686;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 4px;
    position: absolute;
    top: 0px;
    left: 0;
}

.service-details-wrap .car-service-list-wrap {
    margin-bottom: 35px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul {
    margin: 0;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li {
    margin-bottom: 15px;
    font-size: 13px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li:last-child {
    margin-bottom: 0;
}

.service-details-wrap .list-unstyled {
    margin: 0;
}

.service-details-wrap .list-unstyled li {
    color: #dc3545;
    padding-left: 0 !important;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.service-details-wrap #msgSubmit {
    margin-top: 30px;
}

.service-details-wrap .ask-question {
    text-align: center;
    margin-top: 30px;
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-details-wrap .ask-question h3 {
    font-size: 25px;
    margin-bottom: 30px;
}

.service-details-wrap .ask-question .form-group {
    margin-bottom: 30px;
}

.service-details-wrap .ask-question .default-btn {
    margin: auto;
    display: table;
}

/*
Blog Details Area Style
=====================================================*/
.blog-details-area {
    /*
      Sidebar Widget Area Style
      ================================*/
}

.blog-details-area .blog-details-desc .article-image {
    position: relative;
    background-color: #164c13;
}

.blog-details-area .blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta {
    margin-bottom: -10px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #868686;
    margin-right: 21px;
    font-size: 14px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #868686;
    font-weight: 500;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #666666;
    font-size: 13px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #868686;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li i {
    color: #868686;
    margin-right: 2px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #868686;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none;
}

.blog-details-area .blog-details-desc .article-content h3 {
    margin-bottom: 13px;
    margin-top: 25px;
    font-size: 30px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #868686;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #666666;
    font-weight: 600;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a:hover {
    color: #868686;
}

.blog-details-area .blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #666666;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #ffffff;
    width: 32px;
    height: 32px;
    line-height: 33px;
    border-radius: 50%;
    background-color: #868686;
    text-align: center;
    font-size: 14px;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
    -webkit-animation: rubberBand 1s linear;
    animation: rubberBand 1s linear;
}

.blog-details-area .blog-details-desc .post-navigation {
    margin-top: 30px;
}

.blog-details-area blockquote {
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 50px !important;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 4px;
}

.blog-details-area blockquote p {
    color: #164c13;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 17px !important;
    text-align: center;
}

.blog-details-area blockquote cite {
    display: none;
}

.blog-details-area blockquote::before {
    color: #868686;
    content: "\ed67";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-size: 140px;
    font-weight: 900;
    opacity: 0.5;
}

.blog-details-area blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #868686;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details-area .post-navigation {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-details-area .post-navigation .navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details-area .post-navigation .navigation-links .nav-previous {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-area .post-navigation .navigation-links .nav-previous a i {
    margin-right: 0;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.blog-details-area .post-navigation .navigation-links .nav-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

.blog-details-area .post-navigation .navigation-links .nav-next a i {
    margin-left: 0;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.blog-details-area .post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 600;
    color: #164c13;
}

.blog-details-area .post-navigation .navigation-links div a:hover {
    color: #868686;
}

.blog-details-area .comments-area {
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    background-color: #ffffff;
}

.blog-details-area .comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px;
}

.blog-details-area .comments-area .comments-title::before {
    content: '';
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    background: #868686;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-area .comments-area ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .comments-area .children {
    margin-left: 40px;
}

.blog-details-area .comments-area .comment-body {
    border-bottom: 1px solid #eeeeee;
    padding-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-details-area .comments-area .comment-body .reply {
    margin-top: 15px;
}

.blog-details-area .comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #164c13;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
}

.blog-details-area .comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #868686;
    border-color: #868686;
}

.blog-details-area .comments-area .comment-meta {
    margin-bottom: .8em;
}

.blog-details-area .comments-area .comment-author {
    font-size: 16px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.blog-details-area .comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
    border-radius: 50%;
}

.blog-details-area .comments-area .comment-author .fn {
    font-weight: 600;
    color: #164c13;
    font-size: 18px;
}

.blog-details-area .comments-area .comment-author .says {
    display: none;
}

.blog-details-area .comments-area .comment-metadata {
    color: #666666;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.blog-details-area .comments-area .comment-metadata a {
    color: #666666;
    font-size: 11px;
}

.blog-details-area .comments-area .comment-metadata a:hover {
    color: #868686;
}

.blog-details-area .comments-area .comment-content p {
    font-size: 14px;
}

.blog-details-area .comments-area .comment-respond {
    margin-top: 30px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title {
    margin-bottom: 15px;
    position: relative;
    font-size: 22px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title::before {
    content: '';
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    background: #868686;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.blog-details-area .comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.blog-details-area .comments-area .comment-respond .comment-form-comment {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.blog-details-area .comments-area .comment-respond label {
    display: block;
    font-weight: 500;
    color: #164c13;
    margin-bottom: 5px;
}

.blog-details-area .comments-area .comment-respond input[type="datetime-local"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="datetime-local"]:focus {
    border-color: #868686;
}

.blog-details-area .comments-area .comment-respond input[type="week"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="week"]:focus {
    border-color: #868686;
}

.blog-details-area .comments-area .comment-respond input[type="month"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="month"]:focus {
    border-color: #868686;
}

.blog-details-area .comments-area .comment-respond input[type="text"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="text"]:focus {
    border-color: #868686;
}

.blog-details-area .comments-area .comment-respond input[type="email"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="email"]:focus {
    border-color: #868686;
}

.blog-details-area .comments-area .comment-respond input[type="url"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="url"]:focus {
    border-color: #868686;
}

.blog-details-area .comments-area .comment-respond input[type="password"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="password"]:focus {
    border-color: #868686;
}

.blog-details-area .comments-area .comment-respond input[type="search"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="search"]:focus {
    border-color: #868686;
}

.blog-details-area .comments-area .comment-respond input[type="tel"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="tel"]:focus {
    border-color: #868686;
}

.blog-details-area .comments-area .comment-respond input[type="number"] {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="number"]:focus {
    border-color: #868686;
}

.blog-details-area .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond textarea:focus {
    border-color: #868686;
}

.blog-details-area .comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #666666;
    font-weight: normal;
}

.blog-details-area .comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.blog-details-area .comments-area .comment-respond .form-submit input {
    background: #868686;
    border: none;
    color: #ffffff;
    padding: 14px 30px 12px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 14px;
}

.blog-details-area .comments-area .comment-respond .form-submit input:hover {
    color: #ffffff;
    background-color: #164c13;
}

.blog-details-area .comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background-color: #868686;
}

.blog-details-area .widget-area .widget {
    margin-top: 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
}

.blog-details-area .widget-area .widget .post-wrap {
    padding: 20px;
}

.blog-details-area .widget-area .widget:first-child {
    margin-top: 0;
}

.blog-details-area .widget-area .widget .widget-title {
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
    background-color: #ececec;
    padding: 10px 20px;
    color: #164c13;
    position: relative;
}

.blog-details-area .widget-area .widget .widget-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #868686;
}

.blog-details-area .widget-area .widget_search form {
    position: relative;
}

.blog-details-area .widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.blog-details-area .widget-area .widget_search form .screen-reader-text {
    display: none;
}

.blog-details-area .widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .widget-area .widget_search form .search-field:focus {
    border-color: #868686;
}

.blog-details-area .widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    border: none;
    color: #ffffff;
    background-color: #868686;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.blog-details-area .widget-area .widget_search form button:hover {
    background-color: #164c13;
}

.blog-details-area .widget-area .widget-peru-posts-thumb {
    position: relative;
    overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #164c13;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/img/blog-details/popular-posts-1.png);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/img/blog-details/popular-posts-2.png);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/img/blog-details/popular-posts-3.png);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
    background-image: url(../../assets/img/blog-details/popular-posts-4.png);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info {
    overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info span {
    display: block;
    color: #666666;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
    display: inline-block;
    color: #474c40;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
    color: #868686;
}

.blog-details-area .widget-area .widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666666;
    padding-left: 17px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

.blog-details-area .widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.blog-details-area .widget-area .widget_recent_entries ul li::before {
    background: #868686;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
}

.blog-details-area .widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #666666;
    margin-top: 4px;
}

.blog-details-area .widget-area .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .widget-area .widget_categories ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #666666;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.blog-details-area .widget-area .widget_categories ul li::before {
    background: #868686;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 7px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-details-area .widget-area .widget_categories ul li a {
    display: block;
    color: #666666;
    font-weight: normal;
    font-size: 14px;
}

.blog-details-area .widget-area .widget_categories ul li a span {
    float: right;
    font-size: 13px;
}

.blog-details-area .widget-area .widget_categories ul li a:hover {
    color: #868686;
}

.blog-details-area .widget-area .widget_categories ul li .post-count {
    float: right;
}

.blog-details-area .widget-area .widget_meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .widget-area .widget_meta ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #666666;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget_meta ul li a {
    color: #6e6e6e;
}

.blog-details-area .widget-area .widget_meta ul li a:hover {
    color: #868686;
}

.blog-details-area .widget-area .widget_meta ul li:last-child {
    margin-bottom: 0;
}

.blog-details-area .widget-area .widget_meta ul li::before {
    background: #868686;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.blog-details-area .widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 0;
}

.blog-details-area .widget-area .tagcloud a {
    display: inline-block;
    color: #666666;
    font-weight: normal;
    font-size: 14px !important;
    padding: 7px 10px;
    border: 1px dashed #eeeeee;
    margin-top: 10px;
    margin-right: 10px;
    text-transform: capitalize;
}

.blog-details-area .widget-area .tagcloud a:hover {
    background-color: #868686;
    color: #ffffff;
}

.blog-details-area .widget-area .tagcloud a:focus {
    background-color: #868686;
    color: #ffffff;
    border-color: #868686;
}

.blog-details-area .widget-area .widget_services_list ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #ffffff;
}

.blog-details-area .widget-area .widget_services_list ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
}

.blog-details-area .widget-area .widget_services_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.blog-details-area .widget-area .widget_services_list ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_services_list ul li a:hover {
    background-color: #868686;
    color: #ffffff;
    padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active {
    background-color: #868686;
    color: #ffffff;
    padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li:last-child a {
    border-bottom: none;
}

.blog-details-area .widget-area .widget_download ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #ffffff;
}

.blog-details-area .widget-area .widget_download ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
}

.blog-details-area .widget-area .widget_download ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.blog-details-area .widget-area .widget_download ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_download ul li a:hover {
    background-color: #868686;
    color: #ffffff;
    padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.blog-details-area .widget-area .widget_download ul li a.active {
    background-color: #868686;
    color: #ffffff;
    padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a.active::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.blog-details-area .widget-area .widget_download ul li:last-child a {
    border-bottom: none;
}

.blog-details-area .widget-area .info time {
    font-size: 13px;
    color: #929292;
    display: block;
    margin-bottom: 4px;
}

/*
Contact Area Style
=====================================================*/
.contact-area .section-title {
    margin-bottom: 30px;
}

.contact-area .section-title h2 {
    font-size: 30px;
}

.contact-area .contact-wrap {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 40px;
    text-align: center;
}

.contact-area .contact-wrap .form-group {
    margin-bottom: 30px;
}

.contact-area .contact-wrap .text-danger {
    color: #dc3545 !important;
    margin-top: 30px;
}

.contact-area .contact-wrap .text-success {
    color: #28a745 !important;
}

.contact-area .contact-wrap .list-unstyled {
    text-align: left;
    margin-top: 10px;
    color: #dc3545 !important;
}

.contact-area .quick-contact {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.contact-area .quick-contact h3 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -4px;
}

.contact-area .quick-contact ul li {
    font-size: 18px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    background-color: #868686;
    padding: 19px 20px;
    padding-left: 65px;
}

.contact-area .quick-contact ul li:last-child {
    margin-bottom: 0;
}

.contact-area .quick-contact ul li i {
    position: absolute;
    left: 25px;
    top: 16px;
    font-size: 25px;
}

.contact-area .quick-contact ul li span {
    display: block;
    font-weight: 400;
    font-size: 15px;
}

.contact-area .quick-contact ul li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}

.map-area iframe {
    width: 100%;
    height: 600px;
    border: none;
    margin-bottom: -8px;
}

/*
FAQ Area Style
=====================================================*/
.faq-area .faq-accordion {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin: auto;
}

.faq-area .faq-accordion h2 {
    font-size: 35px;
    margin-bottom: 30px;
    text-align: center;
}

.faq-area .faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-item {
    display: block;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background: #868686;
    margin-bottom: 20px;
}

.faq-area .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-title {
    padding: 12px 20px 12px 50px;
    color: #ffffff;
    position: relative;
    margin-bottom: -1px;
    display: block;
    font-size: 16px;
    border: 1px solid #6644d0;
}

.faq-area .faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #6644d0;
    color: #868686;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
}

.faq-area .faq-accordion .accordion .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-area .faq-accordion .accordion .accordion-title span {
    position: absolute;
    top: 14px;
    left: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #868686;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
}

.faq-area .faq-accordion .accordion .accordion-title.active {
    border-bottom-color: #868686;
}

.faq-area .faq-accordion .accordion .accordion-title.active i {
    background-color: #6644d0;
    color: #fff;
}

.faq-area .faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaf8";
}

.faq-area .faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 20px;
    color: #ffffff;
    font-size: 14px;
    border-top: 1px solid #6644d0;
}

.faq-area .faq-accordion .accordion .accordion-content.show {
    display: block;
}

/*
Client Area Style
======================================================*/
.single-client {
    background-color: #164c13;
    text-align: center;
    padding: 0 30px 30px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-client img {
    border-radius: 50%;
    margin-bottom: -30px !important;
    position: relative;
    top: -30px;
    width: unset;
}

.single-client h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    color: #ffffff;
}

.single-client span {
    margin-bottom: 10px;
    display: block;
    color: #ffffff;
}

.single-client p {
    color: #ffffff;
}

.single-client ul {
    line-height: 1;
}

.single-client ul li {
    display: inline-block;
}

.single-client ul li i {
    color: #ffc107;
}

.single-client .quotes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #8383a7;
    font-size: 90px;
    z-index: -1;
    opacity: 0.3;
}

.single-client:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*
Portfolio Area Style
======================================================*/
.portfolio-wraps {
    text-align: center;
}

.portfolio-wraps .shorting .mix {
    display: none;
}

.portfolio-wraps .shorting-menu {
    margin-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.portfolio-wraps .shorting-menu .filter {
    font-size: 16px;
    font-weight: 500;
    background-color: #eeeeee;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 12px 30px;
    color: #164c13;
    margin: 0 10px;
    border-radius: 0;
}

.portfolio-wraps .shorting-menu .filter i {
    font-size: 20px;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 5px;
}

.portfolio-wraps .shorting-menu .filter:hover {
    color: #868686;
}

.portfolio-wraps .shorting-menu .filter.active {
    color: #868686;
    background-color: #164c13;
}

.single-portfolio {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
}

.single-portfolio .portfolio-image {
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 380px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-portfolio .portfolio-image.bg-1 {
    background-image: url(../../assets/img/portfolio/1.jpg);
}

.single-portfolio .portfolio-image.bg-2 {
    background-image: url(../../assets/img/portfolio/2.jpg);
}

.single-portfolio .portfolio-image.bg-3 {
    background-image: url(../../assets/img/portfolio/3.jpg);
}

.single-portfolio .portfolio-image.bg-4 {
    background-image: url(../../assets/img/portfolio/4.jpg);
}

.single-portfolio .portfolio-image.bg-5 {
    background-image: url(../../assets/img/portfolio/5.jpg);
}

.single-portfolio .portfolio-image.bg-6 {
    background-image: url(../../assets/img/portfolio/6.jpg);
}

.single-portfolio .portfolio-image.bg-7 {
    background-image: url(../../assets/img/portfolio/7.jpg);
}

.single-portfolio .portfolio-image.bg-8 {
    background-image: url(../../assets/img/portfolio/8.jpg);
}

.single-portfolio .portfolio-image img {
    -webkit-transition: all 9s;
    transition: all 9s;
}

.single-portfolio .portfolio-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
    text-align: center;
    width: 93%;
    height: 90%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(37, 36, 94, 0.9);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.single-portfolio .portfolio-content span {
    color: #ffffff;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
}

.single-portfolio .portfolio-content h3 {
    margin-bottom: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-portfolio .portfolio-content h3:hover a {
    text-decoration: underline;
}

.single-portfolio .portfolio-content h3 a {
    color: #ffffff;
}

.single-portfolio .portfolio-content h3:hover a {
    color: #ffffff;
}

.single-portfolio .portfolio-content .read-more:hover {
    color: #ffffff;
}

.single-portfolio:hover .portfolio-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.single-portfolio:hover .portfolio-image img {
    -webkit-transform: scale(2.3) rotate(4deg);
    transform: scale(2.3) rotate(4deg);
}

/*
Team Area Style
=================================================*/
.team-area .owl-theme .owl-dots {
    margin: 0 !important;
    line-height: 1;
}

.team-area .owl-theme .owl-dots .owl-dot span {
    background-color: #b8d5fc !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 5px !important;
}

.team-area .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #164c13 !important;
}

.team-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #164c13 !important;
}

.single-team {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.single-team .image {
    position: relative;
}

.single-team .image .social {
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}

.single-team .image .social li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}

.single-team .image .social li a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #164c13;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-team .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.single-team .image .social li a:hover {
    color: #ffffff;
    background-color: #868686;
}

.single-team .image .social li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-team .image .social li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-team .image .social li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single-team .image .social li:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.single-team .content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
    margin: -30px auto 0;
    max-width: 320px;
}

.single-team .content h3 {
    margin-bottom: 0;
    font-size: 20px;
}

.single-team .content span {
    display: block;
    color: #868686;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 600;
}

.single-team:hover .image .social li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/*
Blog Area Two Columns
=================================================*/
.blog-area-two-columns .single-blog .blog-content {
    max-width: 100%;
    margin: auto;
}

/*====================================================
OTHER STYLE AREA
======================================================*/
/*
Preloader Area Style*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #164c13;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 4px solid #ffffff;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/*
Go Top Style*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 98%;
    left: -10%;
    background-color: #868686;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #868686;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background-color: #164c13;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    left: 95%;
}

/*
Video wave Style*/
.video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 69px;
    text-align: center;
    border-radius: 50%;
    color: #868686;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: #868686;
}

.video-btn i {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.video-btn::after, .video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #868686;
}

.video-btn::before {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
    background-color: #868686;
}

.video-btn:hover i {
    color: #ffffff;
}

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/*
Section Title Area Style*/
.section-title {
    max-width: 660px;
    margin: -8px auto 60px;
    text-align: center;
    position: relative;
}

.section-title span {
    font-size: 14px;
    font-weight: 700;
    color: #868686;
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
    position: relative;
    display: block;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title.white-title span {
    color: #ffffff;
}

.section-title.white-title h2 {
    color: #ffffff;
}

.section-title.white-title p {
    color: #ffffff;
}

/*
Nice select Area Style*/
.nice-select .list {
    width: 100%;
}

.nice-select .option:hover {
    background-color: #868686;
    color: #ffffff;
}

.nice-select .option.selected.focus {
    background-color: #164c13;
    color: #868686;
}

/*
Page-navigation Area Style*/
.page-navigation-area {
    text-align: center;
    margin: 20px auto 0;
    display: table;
}

.page-navigation-area .page-link {
    color: #868686;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px #d0d0d0;
    box-shadow: 0 0 15px #d0d0d0;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
}

.page-navigation-area .page-link i {
    margin-right: -4px;
    font-size: 21px;
}

.page-navigation-area .page-link:hover {
    color: #ffffff;
    background-color: #868686;
    border: 1px solid #868686;
}

.page-navigation-area .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
    margin-left: -4px;
}

.page-navigation-area .page-item {
    padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
    border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
    border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #868686;
    border-color: #868686;
}
/*# sourceMappingURL=style.css.map */



.partner-area {
    padding-top: 60px;
    padding-bottom: 60px;
}
.partner-area {
    padding-top: 60px;
    padding-bottom: 60px;
}
.partner-title h2 {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 900;
}

.single-partner-item {
    text-align: center;
    border: 3px solid #164c1380;
    padding: 10px;
    border-radius: 10px;
    background: #164c1324;
}

.single-partner-item a {
    display: block;
}

.single-partner-item a img {
    width: auto !important;
    display: inline-block !important;
}

.partner-slides .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.partner-slides .owl-nav .owl-prev{
    left: -50px;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 10px;
    line-height: 10px;
}
.partner-slides .owl-nav .owl-next{
    right: -50px;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 10px;
    line-height: 10px;
}

.hero-slider-wrap .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.hero-slider-wrap .owl-nav .owl-prev{
    left: 50px;
    position: absolute;
    border: 1px solid #868686 !important;
    border-radius: 50%;
    padding: 18px !important;
    line-height: 18px !important;
    background: #868686 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}
.hero-slider-wrap .owl-nav .owl-next{
    right: 50px;
    position: absolute;
    border: 1px solid #868686 !important;
    border-radius: 50%;
    padding: 18px !important;
    line-height: 18px !important;
    background: #868686 !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.hero-slider-wrap .owl-nav .owl-prev:hover,.hero-slider-wrap .owl-nav .owl-next:hover{
    border: 1px solid #164c13 !important;
    background: #164c13 !important;
}

.map-area{
    position: relative;
    z-index: 99;
    width: 100%;
    height: 450px;
}
.product-ul li.active, .product-ul li.active a{
    background: #868686;
    color: #fff !important;
}

.service-sidebar-area .service-list ul li.active i{
    background: #fff;
    color: #868686;
}
.hght-85{
    height: 85px;
    overflow: hidden;
}

.padlef-10{
    padding-left: 10px;
}