@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,700,800,900');
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
    line-height: 26px;
    color: #333132;
    font-size: 15px;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
}
input:focus,
select:focus {
    outline: none;
}
input,
button {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    color: #333132;
}
a:hover {
    color: #008f73;
}
a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
button:focus {
    outline: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.black-opacity {
    position: relative;
    z-index: 9;
}
.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000d1;
    content: "";
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.bg-img-6 {
    background: url(../images/bg.jpg) no-repeat center center / cover;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.ptb-50 {
    padding: 30px 0;
    min-height: 450px;
}
.pt-50 {
    padding-top: 30px;
}
.pt-120 {
    padding-top: 120px;
}
.ptb-120 {
    padding: 120px 0;
}
.mb-40 {
    margin-bottom: 40px;
}
.bg-1 {
    background: #f1f1f1;
}
.bg-fff {
    background: #fff;
}
a#scrollUp {
    position: fixed;
    right: 10px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    background: #008f73;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}
a#scrollUp:hover {
    background: #d28d21;
}

/*--------header-area start---------*/
.header_home {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.logo {
    margin: 10px 0px;
}
.mainmenu ul li.lang a {
    font-size: 13px;
}
.mainmenu {
    padding: 27px 0px;
    z-index: 999;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
/*.sticky-menu .mainmenu {
    background: #fff;
    width: 100%;
    left: 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-bottom: 1px solid #ededed;
}*/
.mainmenu {
    -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    -moz-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
}
/*.sticky-menu .mainmenu #navigation {
    position: relative;
    left: 13.5%;
}*/
.mainmenu ul,
.search-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mainmenu ul li {
    margin-left: 20px;
    position: relative;
}
.mainmenu ul li:first-child {
    margin-left: 0;
}
.mainmenu ul li a {
    display: block;
    text-transform: uppercase;
    padding: 0 12px;
    font-weight: 400;
    font-weight: bold;
}
.mainmenu ul li>ul li a {
    padding: 5px 10px;
}
.mainmenu ul li.active>a,
.mainmenu ul li:hover>a {
    color: #008f73;
    font-weight: bold;
}
.mainmenu ul li>ul {
    display: block;
    position: absolute;
    left: 0;
    top: 160%;
    min-width: max-content;
    background: #fff;
    border: 1px solid #d28d21;
    padding: 10px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
}
.mainmenu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mainmenu ul li>ul li {
    margin-left: 0px;
    display: block;
}
.mainmenu ul li>ul li a {
    text-transform: capitalize;
}
.mainmenu ul li>ul li:hover a {
    background: transparent;
    color: #008f73;
}
/*--------header-area end---------*/

/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap {
    position: relative;
}
.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0;
    padding: 0px 0px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
}
.slicknav_menu .slicknav_icon {
    margin: 2px 8px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
}
.responsive-menu-wrap .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    padding: 57px 0;
    position: absolute;
    right: 54px;
    top: 5px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    height: 2px;
    width: 25px;
    background: #d28d21;
}
.responsive-menu-wrap .slicknav_nav {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    clear: both;
    color: #008f73;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 57px;
    width: 690px;
    z-index: 99;
    right: 0px;
    z-index: 999;
    position: relative;
    border: 1px solid #d28d21;
}
.slicknav_nav a {
    color: #008f73;
    text-decoration: none;
    text-transform: capitalize;
}
.slicknav_nav a i {
    display: none
}
.slicknav_nav a:hover {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    color: #008f73;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 10px;
    margin: 5px;
    color: #008f73;
}
.sticky-menu {
    width: 100%;
    z-index: 999;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.sticky-menu .breadcumb-wrap {
    display: none;
}

#sticky-header {
    -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    -moz-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
    border-bottom: 1px solid #ededed;
    position: fixed;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 999;
}
/*-------- responsiv-area end ------------*/

/*--------slider-area start---------*/
.slider {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
}
.slider-items {
    position: relative;
}
.slider-items img {
    visibility: hidden;
}
.slider-items:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000007d;
    content: "";
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.slider-content {
    position: absolute;
    left: 0;
    top: 280px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slider-content h2 {
    text-transform: uppercase;
    font-size: 2.2em;
    line-height: 60px;
    color: #008f73;
    font-weight: 800;
}
.slider-content h2 span.color,
.slider-content p span {
    color: #d28d21;
}
.slider-content p {
    color: #008f73;
    font-size: 2.6em;
    font-weight: 800;
}
.slider-content a {
    font-size: 16px;
    color: #d28d21;
    font-weight: 500;
}
.slider-text {
    position: relative;
    padding-left: 50px;
}
.line {
    position: absolute;
    width: 610px;
    height: 410px;
    left: 0;
    top: -40px;
    z-index: -9;
}
.line:before,
.line:after,
.blog-wrap2:before,
.blog-wrap2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: 2px solid transparent;
    content: "";
    z-index: -9;
}
.next-prev-style .owl-item.active .line:before,
.blog-wrap2:hover:before {
    -webkit-animation: animate 1s linear forwards;
            animation: animate 1s linear forwards;
}
@-webkit-keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #d28d21;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #d28d21;
        border-right-color: #d28d21;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: #d28d21;
        border-right-color: #d28d21;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
@keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #d28d21;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #d28d21;
        border-right-color: #d28d21;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: #d28d21;
        border-right-color: #d28d21;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
.next-prev-style .owl-item.active .line:after,
.blog-wrap2:hover:after {
    -webkit-animation: animate2 1s linear forwards;
            animation: animate2 1s linear forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
@-webkit-keyframes animate2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: translate;
        border-left-color: #d28d21;
    }
    50% {
        width: 0;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #d28d21;
        border-left-color: #d28d21;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #d28d21;
        border-left-color: #d28d21;
    }
}
@keyframes animate2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: translate;
        border-left-color: #d28d21;
    }
    50% {
        width: 0;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #d28d21;
        border-left-color: #d28d21;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #d28d21;
        border-left-color: #d28d21;
    }
}
.next-prev-style .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.next-prev-style .owl-nav div:hover {
    background: #d28d21;
}
.next-prev-style .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
/*--------slider-area end---------*/

/*--------about-area start---------*/
.about-wrap {
    position: relative;
    padding: 60px 0px 60px 30px;
    border-top: 2px solid #d28d21;
    border-left: 2px solid #d28d21;
}
.about-wrap:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #d28d21;
}
.about-wrap:after {
    position: absolute;
    right: -100px;
    top: -2px;
    width: 100px;
    height: 60px;
    border-top: 2px solid #d28d21;
    border-right: 2px solid #d28d21;
    content: "";
}
.about-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #d6a96e;
}
.about-wrap h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about-wrap p {
    margin-bottom: 30px;
}
.about-content {
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    padding: 30px 0px;
    text-align: center;
}
.about-content h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.about-content p {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 20px;
}
.about-img {
    position: relative;
    margin-top: 100px;
}
.about-img:before {
    position: absolute;
    left: -15px;
    bottom: -15px;
    height: 95%;
    width: 98%;
    background: #333132;
    content: "";
    z-index: -9;
}
/*--------about-area end---------*/

/*--------servic-area start---------*/
.section-title {
    margin-bottom: 40px;
}
.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.section-title h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0px;
}
.spacial-img {
    position: relative;
}
.spacial-wrap {
    padding: 60px 0px 30px;
}
.spacial-item {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 49px 0px;
    margin-bottom: 30px;
}
.spacial-item:hover {
    background: #d28d21;
}
.spacial-item span {
    display: block;
    margin-bottom: 10px;
}
.spacial-item span:before {
    font-size: 35px;
}
.spacial-item h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
/*--------servic-area end---------*/

/*--------project-area start---------*/
.project-area {
    padding: 30px 0px 20px;
    min-height: 470px;
}
.project-menu button {
    border: 1px solid #d28d21;
    padding: 7px 20px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
.project-menu button.active {
    background: #d28d21;
    color: #ffffff;
}
.project-wrap {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 175px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 0 25px 0;
    border: 1px solid #d28d21;
}
.project-wrap .project-bg {
    webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: #fff;
}
.project-wrap .project-bg {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.project-wrap img {
    width: 100%;
}
.project-wrap h4 {
    font-size: 16px;
    padding: 10px 0;
    z-index: 1;
    font-weight: bold;
    text-transform: capitalize;
}

.project-wrap:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-wrap:hover h4::before, .project-wrap:hover h4::after {
    webkit-transition: all 2s cubic-bezier(.14,1.13,0,.91);
    -moz-transition: all 2s cubic-bezier(.14,1.13,0,.91);
    -o-transition: all 2s cubic-bezier(.14,1.13,0,.91);
    transition: all 2s cubic-bezier(.14,1.13,0,.91);
    opacity: 1;
}
.project-wrap:hover h4::after {
    -webkit-transform: translate(0,-10px) scale(1);
    -moz-transform: translate(0,-10px) scale(1);
    -ms-transform: translate(0,-10px) scale(1);
    -o-transform: translate(0,-10px) scale(1);
    transform: translate(0,-10px) scale(1);
    border-top-width: 3px;
    border-right-width: 3px;
}
.project-wrap:hover h4::before {
    -webkit-transform: translate(-15px,10px) scale(1);
    -moz-transform: translate(-15px,10px) scale(1);
    -ms-transform: translate(-15px,10px) scale(1);
    -o-transform: translate(-15px,10px) scale(1);
    transform: translate(-15px,10px) scale(1);
    border-bottom-width: 3px;
    border-left-width: 3px;
}
.project-wrap h4::before, .project-wrap h4::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-color: #008f73;
    border-style: solid;
    border-width: 0;
    -webkit-transition: all .5s cubic-bezier(1,.2,.26,.7);
    -moz-transition: all .5s cubic-bezier(1,.2,.26,.7);
    -o-transition: all .5s cubic-bezier(1,.2,.26,.7);
    transition: all .5s cubic-bezier(1,.2,.26,.7);
    -webkit-transform: translate(0px,0px) scale(.8);
    -moz-transform: translate(0px,0px) scale(.8);
    -ms-transform: translate(0px,0px) scale(.8);
    -o-transform: translate(0px,0px) scale(.8);
    transform: translate(0px,0px) scale(.8);
    opacity: 1;
    z-index: 100;
    font-weight: bold;
}
.project-wrap:hover .project-bg {
    background: rgb(210 141 33);
}
.project-wrap:hover h4 {
    z-index: 1;
}

/*--------project-area end---------*/

/*--------service-area start---------*/
.service-area {
    padding: 50px 0px 20px;
}
.service-wrap {
    margin-bottom: 30px;
}
.service-img {
    position: relative;
    overflow: hidden;
}
.service-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.service-wrap:hover .service-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, .5);*/
    content: "";
    border: 25px solid rgba(0, 0, 0, .2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9;
}
.service-wrap:hover .service-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.service-content {
    padding: 30px 10px;
    background: #fff;
}
.service-content h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.service-content p {
    margin-bottom: 25px;
}
.service-content a {
    height: 35px;
    width: 110px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background: #008f73;
    color: #ffffff;
    line-height: 35px;
}
.service-content a:hover {
    background: #333132;
    color: #fff;
}
/*--------service-area end---------*/

/*--------fanfact-area start---------*/
.fanfact-area {
    padding: 80px 0px;
}
.funfact-wrap {
    text-align: center;
}
.funfact-wrap h2 {
    color: #d28d21;
    font-size: 72px;
    margin: 0px auto 20px;
    line-height: 51px;
    font-weight: 300;
    width: 100px;
}
.funfact-wrap p {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
}
/*--------fanfact-area end---------*/

/*--------team-area start---------*/
.card-wrap {
    border-bottom: 1px solid #d28d21;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-radius: 4px;
    padding: 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.card-wrap .image-wrap img {
    max-height: 220px;
}
.card-wrap h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.team-area .title_page h5::before {
    width: 15%;
}
.team-area .title_page h1::after {
    -webkit-animation-name: LINE-TEAM;
    animation-name: LINE-TEAM;
}
.team-area .mbr-section-title, .blog-content h4 a, .about-page-wrap .title_page h1 {
    color: #008f73;
}
.title_page h5::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 3px;
    background: #d28d21;
    bottom: 0;
    left: 0;
}
.title_page h5::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 5px;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: LINE-TEAM;
    animation-name: LINE-TEAM;
}
.title_page h5 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.mbr-section-subtitle p {padding-bottom: 0.5em; display: inline-flex;}
.contact-wrap li p {display: inline-flex;}
.mbr-section-subtitle span, .contact-wrap span{margin-right: 0;}
.mbr-section-subtitle .team-icon, .contact-wrap .team-icon {
    width: 25px;
    height: 25px;
    line-height: 18px;
    padding-left: 0;
}
.mbr-section-subtitle .team-text, .contact-wrap .team-text {
    padding-left: 0;
}
.mbr-section-subtitle .location {width: 38px;}
.text-email {margin-top: -4px;}
/*--------team-area end---------*/

/*--------testmonial-area start---------*/
.section-title2 h2,
.section-title2 h3 {
    color: #fff;
}
.test-wrap {
    padding: 60px 0px 0px;
    outline: none;
}
.test-wrap i {
    color: #d28d21;
    font-size: 36px;
    margin-bottom: 25px;
    margin-left: 1px;
}
.test-wrap p {
    color: #fff;
    margin-bottom: 35px;
}
.test-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}
.test-wrap span {
    display: block;
    font-size: 14px;
    color: #d28d21;
}
.test-img-active {
    padding: 60px 30px 0px 0px;
    position: relative;
    z-index: 9;
}
.test-img-active:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    height: 95%;
    border: 3px solid #d28d21;
    content: "";
    z-index: -9;
}
.test-img {
    position: relative;
    padding-left: 30px;
    outline: none;
}
.test-img img {
    width: 100%;
}
.test-img ul {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: rgba(0, 0, 0, .7);
}
.test-img ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.test-img ul li i {
    font-size: 14px;
    color: #fcb837;
}
.test-images {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 3px solid #d28d21;
    left: 0px;
    bottom: 80px;
    position: absolute;
    overflow: hidden;
}
ul.slick-dots {
    position: absolute;
    bottom: -50px;
}
.slick-dots li {
    display: inline-block;
    margin-right: 5px;
}
.slick-dots li button {
    height: 15px;
    width: 15px;
    font-size: 0px;
    border-radius: 50%;
    background: #bcb8b8;
    cursor: pointer;
    border: none;
}
.slick-dots li.slick-active button {
    background: #d28d21;
}
/*--------testmonial-area end---------*/

/*--------blog-area start---------*/
.blog-area {
    padding: 30px 0px 20px;
}
.blog-wrap {
    margin-bottom: 30px;
}
.blog-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap:hover .blog-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.blog-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, .5);*/
    border: 25px solid rgb(210 141 33 / 47%);
    content: "";
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap:hover .blog-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content ul li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-content h4 {
    text-transform: uppercase;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #d28d21;
    padding-bottom: 10px;
    margin: 10px 0px 10px;
}
.blog-content p {
    color: #333132;
}
/*--------blog-area end---------*/

/*--------brand-area start---------*/
.brand-area {
    padding: 50px 0px;
    background: #d28d21;
}
/*--------brand-area end---------*/
#googleMap {
    width: 100%;
}
/*--------footer-area start---------*/
.home .footer-area {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer-top {
    padding: 50px 0px 20px;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-logo img {
    margin-bottom: 30px;
}
.footer-logo p {
    margin-bottom: 20px;
}
.footer-logo h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.footer-logo span {
    display: block;
    margin-bottom: 20px;
}
.footer-logo ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
.footer-widget h4.widget-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 30px;
    margin: 20px 0px 20px;
    font-weight: 600;
    position: relative;
}
.footer-widget h4.widget-title:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 12px;
    background: #d28d21;
    content: "";
}
.footer-contact ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    font-size: 14px;
}
.footer-contact ul li i {
    height: 25px;
    width: 25px;
    font-size: 14px;
    border: 1px solid #d28d21;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.footer-contact ul li:last-child {
    margin-bottom: 0px;
}
.footer-menu ul li {
    line-height: 37px;
    padding-left: 30px;
    position: relative;
}
.footer-menu ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f101";
    font-family: fontawesome;
}
.footer-menu ul li:hover:before {
    left: 5px;
    color: #d28d21;
}
.newsletter p {
    margin-bottom: 20px;
}
.newsletter form {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.newsletter input {
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    background: transparent;
    margin-bottom: 10px;
}
.newsletter button {
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    background: #d28d21;
    cursor: pointer;
    color: #ffffff;
}
.newsletter button:hover {
    background: #323131;
    color: #fff;
}
.footer-bootem {
    padding: 5px 0px;
    background: #d28d21;
    text-align: center;
    color: #fff;
}
.footer-bootem .copyright {
    font-size: 13px;
    line-height: 20px;
}
.footer-bootem .copyright p {
    text-transform: uppercase;
    color: #008f73;
    font-weight: bold;
}
/*--------footer-area end---------*/

/*=======================================
        home two style here
=======================================*/
.slider-area2 .slider-text {
    padding-left: 0;
}
.slider-area2 .line {
    height: 360px;
    left: 160px;
}
/*about*/
.about-area2 .about-wrap:after {
    left: 0;
    width: 0;
    height: 140px;
}
a.readmore-btn {
    display: inline-block;
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 14px;
    background: #008f73;
    font-weight: 400;
    color: #ffffff;
}
a.readmore-btn:hover {
    background: #333132;
    color: #fff;
}
.about-area2 .about-wrap {
    padding: 30px 0px 30px 10px;
    border-top: 2px solid #d28d21;
    border-left: none;
    border-right: 2px solid #d28d21;
}
.about-area2 .about-img2 {
    position: relative;
    padding-bottom: 70px;
}
.about-area2 .about-images {
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 3px solid #d28d21;
    border-top: 3px solid #d28d21;
}
.about-area2 .about-images a {
    position: absolute;
    height: 55px;
    width: 55px;
    background: #fff;
    line-height: 55px;
    text-align: center;
    display: block;
    left: 50%;
    border: 2px solid #d28d21;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.about-page-wrap {
    margin: 0 0;
}
.about-page-wrap ul, .service-detail ul {
    padding-left: 25px;
    list-style: revert;
}
/*about*/


.brand-area2 {
    background: #fff;
}
/*------testimonial------*/
.test-img2 {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid #d28d21;
    margin: 0px auto 30px;
    overflow: hidden;
}
.test-wrap2 i {
    font-size: 36px;
    color: #d28d21;
    margin-bottom: 20px;
    display: block;
}
.test-wrap2 {
    padding: 0 20px;
}
.test-wrap2 p {
    margin-bottom: 15px;
}
.test-wrap2 h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.test-wrap2 span {
    display: block;
    font-style: italic;
    font-size: 14px;
}
.test-active {
    padding-bottom: 50px;
}
.test-active .owl-nav div {
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 20px;
}
.test-active .owl-nav div:hover {
    color: #d28d21;
}
.test-active .owl-nav div.owl-next {
    left: auto;
    right: -100px;
}
.test-active .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.test-active .owl-dot {
    display: inline-block;
    margin: 0px 2px;
    height: 15px;
    width: 15px;
    background: #323131;
    border-radius: 50%;
}
.test-active .owl-dot.active {
    background: #d28d21;
}
/*------testimonial------*/

/*-------blog-------*/
.blog-wrap2 {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}
.blog-content2 {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 20px;
    background: rgba(0, 0, 0, .95);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap2:hover .blog-content2 {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content2 span {
    display: block;
    color: #777;
    margin-bottom: 5px;
    font-style: italic;
    margin-top: -30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:hover .blog-content2 span {
    margin-top: 0px;
}
.blog-content2 h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    margin-left: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:hover .blog-content2 h4 {
    margin-left: 0px;
}
.blog-content2 h4 a {
    color: #fff;
}
.blog-content2 h4 a:hover {
    color: #d28d21;
}
.blog-content2 p {
    margin-bottom: 20px;
    color: #f1f1f1;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-content2 a.readmore {
    text-decoration: underline;
    color: #d28d21;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:before,
.blog-wrap2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: 3px solid transparent;
    content: "";
    z-index: 9;
}
.blog-wrap2:hover:before {
    -webkit-animation: animate3 .6s linear forwards;
            animation: animate3 .6s linear forwards;
}
@-webkit-keyframes animate3 {
    0% {
        width: 0;
        height: 0;
        border-top-color: #d28d21;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #d28d21;
        border-right-color: #d28d21;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #d28d21;
        border-right-color: #d28d21;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
@keyframes animate3 {
    0% {
        width: 0;
        height: 0;
        border-top-color: #d28d21;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #d28d21;
        border-right-color: #d28d21;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #d28d21;
        border-right-color: #d28d21;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
.blog-wrap2:hover:after {
    -webkit-animation: animate4 .6s linear forwards;
            animation: animate4 .6s linear forwards;
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}
@-webkit-keyframes animate4 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: translate;
        border-bottom-color: #d28d21;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #d28d21;
        border-bottom-color: #d28d21;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #d28d21;
        border-bottom-color: #d28d21;
    }
}
@keyframes animate4 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: translate;
        border-bottom-color: #d28d21;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #d28d21;
        border-bottom-color: #d28d21;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #d28d21;
        border-bottom-color: #d28d21;
    }
}
/*-------blog-------*/

/*=======================================
        home Three style here
=======================================*/
.slider-area3 .slider-text {
    text-align: right;
    padding-left: 0px;
    padding-right: 50px;
}
.slider-area3 .line {
    left: auto;
    right: 0;
}
/*about-area*/
.about-wrap3 {
    background: #fff;
    padding: 60px 70px;
}
.about-active .slick-list.draggable {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
}
.about-wrap3 h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}
.about-wrap3 h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-wrap3 p {
    margin-bottom: 25px;
}
.about-active {
    margin-right: -80px;
    position: relative;
    z-index: 9;
    margin-top: 32px;
}
.about-img-active i.slick-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.about-img-active i.slick-arrow:hover {
    background: #d28d21;
}
.about-img-active i.slick-arrow.fa-chevron-left {
    right: 40px;
    z-index: 9;
}
.about-wrap-2 {
    padding: 86px 0px;
}
.about-img-active {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
}
/*about-area*/

/*skill-area*/
.skill-wrap {
    padding: 10px 0px;
}
.skill-wrap h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.skill-wrap p {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.progress-wrap {
    overflow: hidden;
    padding-bottom: 35px;
}
.skill-wrap .progress {
    height: 10px;
    overflow: visible;
    background: #323131;
    border-radius: 5px;
}
.skill-wrap .progress-bar {
    position: relative;
    border-radius: 5px;
    background: #d28d21;
}
.skill-wrap .progress-bar:before {
    position: absolute;
    right: -2px;
    top: -5px;
    width: 20px;
    height: 20px;
    background: #d28d21;
    content: "";
    z-index: 9;
    border: 2px solid #323131;
    border-radius: 50%;
}
.skill-wrap .progress-bar span {
    position: absolute;
    right: 0;
    font-weight: 700;
    color: #323131;
    top: -32px;
    font-size: 14px;
}
.skill-img {
    position: relative;
}
.skill-img img {
    visibility: hidden;
}
.skill-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    content: "";
    border: 50px solid rgba(0, 0, 0, .1);
}
/*skill-area*/

/*newsletter-area*/
.newsletter-area {
    padding: 100px 0px;
}
.newsletter-area.black-opacity:before {
    background: #d28d21;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.newsletter-wrap form {
    position: relative;
}
.newsletter-wrap input {
    padding: 0px 165px 0px 20px;
    height: 65px;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 25px;
}
.newsletter-wrap button {
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    background: #323131;
    border: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.newsletter-wrap button:hover {
    background: #d28d21;
    color: #323131;
}
/*newsletter-area*/
/*=======================================
        home Three style here
=======================================*/

/*=======================================
        about page style here
=======================================*/
/*--------breadcumb-area start--------*/
.breadcumb-area {
    background: url('../images/bg_panel.jpg') center center ;
    height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    margin-top: 80px;
}
.breadcumb-wrap h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    color: #008f73;
    margin-bottom: 5px;
    text-align: center;
}
.breadcumb-wrap ul li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.breadcumb-wrap ul li a {
    color: #fff;
}
.breadcumb-wrap ul li a:hover {
    color: #d28d21;
}
/*--------breadcumb-area end--------*/
/*about*/
.about-page-wrap .title_page h1 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.about-page-wrap .title_page, .contact-area-title {
    display: inline-block;
    width: 100%;
    position: relative;
}
/* .title_page h1::before, .contact-area-title h2::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 3px;
    background: #d28d21;
    bottom: 0;
    left: 0;
}
.title_page h1::after, .contact-area-title h2::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 5px;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: LINE-MOVE;
    animation-name: LINE-MOVE;
}*/
@keyframes LINE-MOVE{
    0%{transform:translateX(0)}
    to{transform:translateX(430px)}
} 
@keyframes LINE-TEAM{
    0%{transform:translateX(0)}
    to{transform:translateX(80px)}
}
.about-page-wrap p {
    margin: 15px 0px;
}

.about-sidebar h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #393939;
}
.about-sidebar ul {
    margin-bottom: 60px;
}
.about-sidebar ul li {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #393939;
}
.about-sidebar ul li:last-child {
    border-bottom: none;
}
.about-sidebar-img {
    position: relative;
}
.about-sidebar-img img {
    width: 100%;
}
.about-sidebar-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    border: 30px solid rgba(0, 0, 0, .5);
    content: "";
}
.about-sidebar-img a {
    position: absolute;
    left: 50%;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 4px solid #fff;
    color: #fff;
    border-radius: 50%;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.about-sidebar-img a:hover {
    background: #d28d21;
    color: #393939;
}
.about-title h1::before{
    position: absolute;
    content: "";
    width: 80%;
    height: 3px;
    background: #008f73;
    bottom: 0;
    left: 0;

}
.about-title h1::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 5px;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: LINE-MOVE;
    animation-name: LINE-MOVE;
}
/*about*/
.project-area-without-gutter {
    padding: 120px 0px;
}
.project-area-without-gutter .project-wrap {
    margin-bottom: 0px;
}
/*blog*/
.pagination-wrap {
    margin: 20px 0px 30px;
}
.pagination-wrap ul li {
    display: inline-block;
}
.pagination-wrap ul li a,
.pagination-wrap ul li span {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #008f73;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: block;
}
.pagination-wrap ul li span,
.pagination-wrap ul li:hover a {
    background: #d28d21;
    color: #333132;
}
/*-------------------------sidebar-area start-------------------------*/
.widget {
    margin-bottom: 40px;
}
.search-wrap form {
    position: relative;
}
.search-wrap input {
    width: 100%;
    height: 40px;
    padding-right: 45px;
    border: none;
    border: 1px solid #333132;
    background: transparent;
    padding-left: 15px;
}
.search-wrap button {
    position: absolute;
    right: 0px;
    background: #333132;
    border: none;
    color: #fff;
    height: 40px;
    top: 0px;
    width: 40px;
    cursor: pointer;
}
.search-wrap button:hover {
    color: #333132;
    background: #d28d21;
}
.search-wrap input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.search-wrap input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.search-wrap input:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.search-wrap input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333132;
}
.sidebar-menu ul li {
    line-height: 30px;
}
.sidebar-menu ul li a {
    position: relative;
    padding-left: 20px;
}
.sidebar-menu ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f101";
    font-family: fontawesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar-menu ul li a:hover:before {
    left: 5px;
}
.recent-post ul li {
    overflow: hidden;
    margin-bottom: 20px;
}
.recent-post ul li:last-child {
    margin-bottom: 0px;
}
.post-img {
    float: left;
    margin-right: 15px;
}
.post-content {
    overflow: hidden;
}
.post-content a {
    display: block;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.post-content p {
    font-size: 12px;
    font-style: italic;
}
.tag-wrap ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.tag-wrap ul li a {
    display: block;
    padding: 6px 20px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
}
.tag-wrap ul li a:hover {
    color: #393939;
    background: #d28d21;
    border-color: #d28d21;
}
.tag-wrap {
    margin-bottom: 0px;
}
/*-------------------------sidebar-area end-------------------------*/
.blog-details-area .blog-content h4{
    font-size: 36px;
}
.blog-details-wrap p {
    margin-bottom: 25px;
}
.blog-details-wrap blockquote {
    background: #f1f1f1;
    padding: 30px 25px 30px 40px;
    font-size: 16px;
    font-style: italic;
    margin: 40px 0;
    border-left: 10px solid #d28d21;
}
.socila-link {
    margin-bottom: 100px;
}
.socila-link ul li {
    display: inline-block;
    color: #d28d21;
}
.socila-link ul li a {
    font-size: 16px;
    margin-left: 7px;
}
.blog-form h3 {
    margin-bottom: 25px;
    font-weight: 700;
}
.blog-form span {
    display: block;
    margin-bottom: 3px;
}
.blog-form input,
.blog-form textarea,
.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
    margin-bottom: 15px;
}
.contact-form {
    margin-bottom: 30px;
}
.blog-form textarea,
.contact-form textarea {
    height: 200px;
    padding-top: 10px;
}
.blog-form button,
.contact-form button {
    padding: 8px 30px;
    background: #d28d21;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; 
    color: #008f73;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    width: 100%;
}
.blog-form button:hover,
.contact-form button:hover {
    background: #d28d21;
    color: #008f73;
    font-weight: bold;
}
.contact-form textarea {
  height: 150px;
}
.contact-wrap ul {
    line-height: 33px;
    font-size: 16px;
}
.contact-wrap ul li p{
    font-size: 14px;
    font-weight: 400;
    }
.contact-wrap ul li p span{
  display: block;
}
.contact-area #googleMap{
    margin-top: 10px;
}
.contact-area h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.service .block > h3 {
    margin: 0;
    padding: 15px;
    background: #d28d21;
    text-transform: capitalize;
    color: #008f73;
    font-size: 20px;
    font-weight: bold;
}
.service .block .block-inner {
    border: 1px solid #d28d21;
    padding: 20px 15px;
}
.service .block-inner h5 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}
/* .service .block-inner h5 a {
    color: #008f73;
} */
.social_footer {
	position: fixed;
    bottom: 95px;
    z-index: 9;
    right: 5px;
}
.social_footer .social-item {
    display: inline;
}
.social_footer .social-item.social-zalo a img {
    width: 30px;
    filter: brightness(0) invert(1);
}
.social_footer .social-item.social-phone a img {
	width: 50px;
    margin-top: -4px;
}
.social_footer .social-item.social-fb a img {
    width: 30px;
    filter: brightness(0) invert(1);
}
.social_footer .social-item a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    transition: all 0.3s;
    margin-top: 5px;
}
.social_footer .social-viber a, .social_footer .social-whatsapp a {
    line-height: 46px;
}
.social-item.social-zalo a,  .social-item.social-fb a {
    background-color: #0088ff;
    color: #fff;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    color: #333;
    opacity: 1!important;
    outline: 0;
}
.msg {
    margin: 0;
    color: #f00;
    padding-left: 20px;
}
.title_page_new h1::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 3px;
    background: #008f73;
    bottom: 0;
    left: 0;
}
.title_page_new h1::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 5px;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: LINE-MOVE;
    animation-name: LINE-MOVE;
}
@keyframes LINE-MOVE{
    0%{transform:translateX(0)}
    to{transform:translateX(430px)}
}

.about-page-area .mbr-section-title a, .contact-text, .text-li {
    color: #008f73;
}

.total_count { 
    float: right;
    margin-top: -15px;
    font-size: 13px;
}

.total_count input {
    width: 45px;
    padding: 10px;
    height: 22px 
}

.captcha {
    display: inline-flex;
    margin-bottom: 20px;
}

.captcha .direct-chat-text-code {
    background: #d28d21;
    border-color: #d28d21;
    color: #008f73;
    text-align: center;
    font-weight: bold;
    padding: 10px 15px;
    margin-right: 25px;
}