.module-header {
    width: 100%;
    
}
.module-header .module-title {
    width: 100%;
    
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}
.module-header .module-title a {
    color: #363636;
    width: calc(100% - 60px);
    
}
.module-header .module-title a:hover {
    color: #f9c52c;
}
.module-header .module-title.title-menu {
    background: #f89b00;
    color: #fff;
    padding: 20px 15px;
}
.module-header .module-title.title-menu .fa {
    margin: 0 10px 0 0;
}
.module-header .sidebar-title {
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 600;
    margin: 10px 0 15px;
    padding: 0 0 10px;
}
.module-header .border-title {
    border-bottom: #e1e1e1 1px solid;
}
.module-header .heading-title {
    width: 100%;
    
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 1.28571em;
    color: #363636;
    margin: 0 0 15px;
}
.module-header .module-title-index {
    width: 100%;
    
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-size: 1.71429em;
    font-weight: 700;
}
.hover-border .product-box {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.hover-border .product-box:hover {
    border: #f9c52c 1px solid;
}
.module-content {
    width: 100%;
}
.sidebar-modules,
.main-content {
    width: 100%;
    
    margin-bottom: 30px;
}
.heading {
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
}
.heading .overlay {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.heading .module-header {
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading .module-header .module-title {
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 0 auto !important;
    text-align: center;
}
@media (min-width: 768px) {
    .heading .module-header .module-title {
        font-size: 2.57143em;
    }
}
@media (max-width: 767px) {
    .heading .module-header .module-title {
        font-size: 1.42857em;
    }
}
.nav-enable .owl-nav > div:before {
    color: #fff;
    background: #e1e1e1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.nav-enable .owl-nav > div:hover {
    border: none !important;
}
.nav-enable .owl-nav > div:hover:before {
    background: #f9c52c;
}
.nav-enable.nav-top-right .owl-nav > div {
    top: -60px !important;
    background: transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.nav-enable.nav-top-right .owl-nav > div.owl-prev {
    left: auto;
    right: 30px;
}
.nav-enable.nav-top-right .owl-nav > div.owl-next {
    right: 0;
}
.nav-enable.nav-top-right .owl-nav > div:hover {
    background: #f9c52c;
}
.nav-enable.nav-top .owl-nav.disabled {
    display: block;
}
.nav-enable.nav-top .owl-nav.disabled > div {
    background: #e1e1e1 !important;
    color: #363636 !important;
}
.nav-enable.nav-top .owl-nav > div {
    top: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.nav-enable.nav-top .owl-nav > div.owl-prev {
    left: calc(50% - 45px);
}
.nav-enable.nav-top .owl-nav > div.owl-next {
    right: calc(50% - 45px);
}
.nav-enable.nav-top .owl-nav > div:before {
    width: 40px;
    height: 40px;
    border: #e1e1e1 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #363636;
}
.nav-enable.nav-top .owl-nav > div:hover:before {
    color: #fff;
    background: #f9c52c;
    border: #f9c52c 1px solid;
}
.slider_home .item {
    height: 90vh;
    position: relative;
}

.slider_home .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_home .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.29);
    display: flex;
    align-items: center;
}

.slider_home .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

.slider_home .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid rgb(239 179 65);
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.slider_home .item .cover .header-content h2 {
    font-weight: bold;
    font-size: 300%;
    color: rgb(239 179 65);
}

.slider_home .item .cover .header-content h3 {
    font-size: 130%;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}


.slider_home .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.slider_home .owl-item.active h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.slider_home .owl-item.active .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.6s;
}

.slider_home .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.slider_home .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.slider_home .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.slider_home .owl-nav .owl-prev:focus {
    outline: 0;
}

.slider_home .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.slider_home .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.slider_home .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.slider_home .owl-nav .owl-next:focus {
    outline: 0;
}

.slider_home .owl-nav .owl-next:hover {
    background: #000 !important;
}

.slider_home:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.slider_home:hover .owl-next {
    right: 0px;
    opacity: 1;
}
.ranger_contact_info {
    background: #724703;
}
.ranger_contact_info .item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.ranger_contact_info .info_image span {
    border: #f89b00 2px solid;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.ranger_contact_info .info_image .fa {
    color: #f89b00;
    font-size: 1.57143em;
}
.ranger_contact_info .info_desc .info_title {
    color: #e1e1e1;
    font-size: 1.28571em;
}
.ranger_contact_info .info_desc .info_content .info_detail {
    color: #fff;
}
.ranger_contact_info .info_desc .info_content .info_detail a {
    font-size: 1.28571em;
    color: #fff;
}
.ranger_contact_info .info_desc .info_content .info_detail a:hover {
    color: #f9c52c;
}
.ranger_news {
    padding: 10px 0 0;
    border-bottom: #e1e1e1 2px solid;
}
.ranger_news .module-header {
    margin: 0 0 30px;
}
.ranger_news .item {
    width: 100%;
}
.ranger_news .item:not(:last-child) {
    margin: 0 0 15px;
}
@media (max-width: 991px) {
    .ranger_news .owl-news-main {
        margin: 0 0 30px;
    }
}
.ranger_news .owl-news-main .article-thumbnail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ranger_news .owl-news-main .article-thumbnail img{
    transition: 0.3s;
}
.ranger_news .owl-news-main .news-item:hover .article-thumbnail img{
    transform: scale(120%);
}
.ranger_news .news-item{

}
.ranger_news .owl-news-main .article-info {
    width: 100%;
    padding: 15px 0;
}
.ranger_news .owl-news-main .article-title {
    margin: 0 0 15px;
    font-size: 1.14286em;
}
.ranger_news .owl-news-main .article-title a {
    color: #363636;
}
.ranger_news .owl-news-main .article-title a:hover {
    color: #f9c52c;
}
.ranger_news .owl-news-main .article-detail {
    margin: 0 0 15px;
}
.ranger_news .owl-news-main .article-summary {
    color: #363636;
    font-size: 1em;
}
.ranger_news .owl-news-sub .article-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1200px) {
    .ranger_news .owl-news-sub .article-thumbnail {
        width: 100px;
        margin: 0 15px 0 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ranger_news .owl-news-sub .article-thumbnail {
        width: 80px;
        margin: 0 15px 0 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ranger_news .owl-news-sub .article-thumbnail {
        width: 100px;
        margin: 0 15px 0 0;
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .ranger_news .owl-news-sub .article-thumbnail {
        width: 100px;
        margin: 0 15px 0 0;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .ranger_news .owl-news-sub .article-thumbnail {
        width: 100px;
        margin: 0 15px 0 0;
    }
}
.ranger_news .owl-news-sub .article-info {
    
}
@media (min-width: 1200px) {
    .ranger_news .owl-news-sub .article-info {
        width: calc(100% - 115px);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ranger_news .owl-news-sub .article-info {
        width: calc(100% - 95px);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ranger_news .owl-news-sub .article-info {
        width: calc(100% - 115px);
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .ranger_news .owl-news-sub .article-info {
        width: calc(100% - 115px);
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .ranger_news .owl-news-sub .article-info {
        width: calc(100% - 115px);
    }
}
@media (max-width: 768px){
    .news-item .info{
        padding: 10px !important;
    }
}
.ranger_news .owl-news-sub .article-title {
    margin: 0 0 15px;
    font-size: 1em;
}
.ranger_news .owl-news-sub .article-title a {
    color: #363636;
}
.ranger_news .owl-news-sub .article-title a:hover {
    color: #f9c52c;
}
.ranger_workflow {
    padding: 20px 0 40px;
    background: #ebfbe5;
}
.ranger_workflow .module-title {
    text-align: center;
    margin: 0 0 45px;
}
.ranger_workflow .item {
    width: 100%;
    
}
.ranger_workflow .item:hover .activities_item_text {
    color: #f9c52c;
}
.ranger_workflow .activities-policy-item {
    width: 100%;
    
    display: inline-flex;
    align-items: center;
    margin: 0 0 20px;
}
.ranger_workflow .activities-policy-item .activities-policy-icon {
    width: 70px;
    height: 70px;
    background: #f89b00;
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin: 0 15px 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.ranger_workflow .activities-policy-item .activities-policy-text {
    width: calc(100% - 95px);
    
    color: #f89b00;
    font-size: 1.28571em;
    font-weight: 600;
    text-transform: uppercase;
}
.ranger_workflow .activities_item_text {
    width: 100%;
    color: #8b5005;
    font-size: 1.14286em;
    margin: 0 0 20px;
    font-style: italic;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ranger_workflow ul {
    width: 100%;
    
}
.ranger_workflow li {
    width: 100%;
    
    position: relative;
    padding: 20px 0;
    display: inline-flex;
    align-items: flex-start;
}
.ranger_workflow li:not(:last-child) {
    border-bottom: #e1e1e1 solid 1px;
}
.ranger_workflow li span {
    width: 20px;
    height: 20px;
    
    margin: 5px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #875e33 2px solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ranger_workflow li span .fa {
    font-size: 0.57143em;
    color: #875e33;
}
.ranger_workflow li a {
    width: calc(100% - 30px);
    
    font-size: 1.14286em;
    color: #875e33;
}
.ranger_workflow li:hover .fa,
.ranger_workflow li:hover a {
    color: #f9c52c;
}
.ranger_workflow li:hover span {
    border-color: #f9c52c;
}
.ranger_workflow .owl-dots {
    bottom: 0;
}
.ranger_projects {
    padding: 60px 0;
    background: white;
}
.ranger_projects .module-title {
    margin-bottom: 20px;
    color: #363636;
    font-weight: 600;
}
.ranger_projects .title-desc {
    color: #898989;
    font-size: 1.14286em;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .ranger_projects .title-desc {
        padding: 0 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ranger_projects .title-desc {
        padding: 0 30px;
    }
}
.ranger_projects .module-header {
    text-align: center;
}
.ranger_projects .module-header .module-title a {
    width: 100%;
    
}
.ranger_projects .tablist_parent {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.ranger_projects ul.ranger_project_tabs {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    border: none;
}
@media (max-width: 991px) {
    .ranger_projects ul.ranger_project_tabs {
        width: 100%;
        
    }
    .ranger_projects ul.ranger_project_tabs .project_mobile_header {
        width: 100%;
        
        margin: 0;
        background: #f89b00;
        border: none !important;
    }
    .ranger_projects ul.ranger_project_tabs .project_mobile_title {
        color: #fff;
        border: transparent 1px solid;
        position: relative;
    }
    .ranger_projects ul.ranger_project_tabs .project_mobile_title:focus,
    .ranger_projects ul.ranger_project_tabs .project_mobile_title:hover {
        background: transparent;
    }
    .ranger_projects ul.ranger_project_tabs .project_mobile_title .fa {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: calc(100% - 30px);
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.ranger_projects ul.ranger_project_tabs li {
    border: #008f38 1px solid;
    margin: 0 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ranger_projects ul.ranger_project_tabs li a {
    margin: 0;
    background: transparent;
    border: #008f38 1px solid;
    color: #005c24;
    text-transform: uppercase;
    border-radius: 0px !important;
}
.ranger_projects ul.ranger_project_tabs li.active {
    background: #008f38 !important;
}
.ranger_projects ul.ranger_project_tabs li.active a {
    color: #fff;
}
.ranger_projects ul.ranger_project_tabs li.active a:focus,
.ranger_projects ul.ranger_project_tabs li.active a:hover {
    background: transparent;
    border: transparent 1px solid;
}
.ranger_projects ul.ranger_project_tabs li:hover {
    background: #008f38;
    border: #079f43 1px solid;
}
.ranger_projects ul.ranger_project_tabs li:hover a {
    color: #fff;
}
.ranger_projects ul.ranger_project_tabs_mobile {
    width: 100%;
    
    padding: 0;
    border: #f89b00 1px solid;
}
.ranger_projects ul.ranger_project_tabs_mobile li {
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ranger_projects ul.ranger_project_tabs_mobile li a {
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #f89b00 !important;
    border: none;
    text-align: center;
    text-transform: none;
    margin: 0 10px;
    padding: 10px 0;
}
.ranger_projects ul.ranger_project_tabs_mobile li:not(:last-child) a {
    border-bottom: #f89b00 1px dashed;
}
.ranger_projects ul.ranger_project_tabs_mobile li.active {
    background: transparent !important;
    position: relative;
}
.ranger_projects ul.ranger_project_tabs_mobile li.active:before {
    content: "\f0da";
    font-family: FontAwesome;
    top: 0;
    bottom: 0;
    left: 10px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ranger_projects ul.ranger_project_tabs_mobile li.active a {
    color: #f89b00 !important;
    text-transform: uppercase;
}
.ranger_projects .tab-content {
    opacity: 1;
    visibility: visible;
}
.ranger_projects .tab-content.active {
    height: auto;
}
.ranger_projects .owl_ranger_projects {
    width: 100%;
}
.ranger_projects .owl_ranger_projects .item {
    width: 100%;
}
.ranger_projects .owl_ranger_projects .product-grid-project {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 7px #ab9f9f;
    border: #e1e1e1 1px solid;
}
.ranger_projects .owl_ranger_projects .product-grid-project .project-thumbnail img{
    transition: 0.3s;
    transform: scale(100%);
}
.ranger_projects .owl_ranger_projects .product-grid-project:hover .project-thumbnail img{
    transform: scale(120%);
}
.ranger_projects .owl_ranger_projects .product-grid-project:not(:last-child) {
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
    .ranger_projects
        .owl_ranger_projects
        .product-grid-project:hover
        .project-info {
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media (min-width: 1200px) {
    .ranger_projects .owl_ranger_projects .project-thumbnail {
        height: 360px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ranger_projects .owl_ranger_projects .project-thumbnail {
        height: 293px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ranger_projects .owl_ranger_projects .project-thumbnail {
        height: 345px;
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .ranger_projects .owl_ranger_projects .project-thumbnail {
        height: 240px;
        padding: 1px;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .ranger_projects .owl_ranger_projects .project-thumbnail {
        height: 288px;
        padding: 1px;
    }
}
.ranger_projects .owl_ranger_projects .project-thumbnail a {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1200px) {
    .ranger_projects .owl_ranger_projects .project-thumbnail a {
        height: 358px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ranger_projects .owl_ranger_projects .project-thumbnail a {
        height: 291px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ranger_projects .owl_ranger_projects .project-thumbnail a {
        height: 343px;
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .ranger_projects .owl_ranger_projects .project-thumbnail a {
        height: 238px;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .ranger_projects .owl_ranger_projects .project-thumbnail a {
        height: 286px;
    }
}
.ranger_projects .owl_ranger_projects .project-info {
    background: #5e7445;
    position: relative;
    z-index: 1;
}
@media (max-width: 1199px) {
    .ranger_projects .owl_ranger_projects .project-info {
        position: relative;
        width: 100%;
        
    }
}
@media (min-width: 543px) and (max-width: 1199px) {
    .ranger_projects .owl_ranger_projects .project-info a {
        min-height: 44px;
    }
}
.ranger_projects .owl_ranger_projects .project-name {
    margin: 0 0 10px;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-size: 1.14286em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
}
.ranger_projects .owl_ranger_projects .project-name a {
    color: #fff;
}
.ranger_projects .owl_ranger_projects .project-name a:hover {
    color: #f9c52c;
}
.ranger_projects .owl_ranger_projects .price-box .special-price {
    color: #ffa54f;
    font-size: 1.14286em;
}
.ranger_projects .owl_ranger_projects .price-box .old-price {
    color: #d4d4d4;
    font-size: 0.92857em;
}
.ranger_projects .viewmore {
    text-align: center;
    margin-top: 60px;
}
.ranger_projects .viewmore a {
    width: 150px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0 auto;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.ranger_testimonial {
    padding: 55px 0;
    background-image: url(../img/testimonial_bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
}
.ranger_testimonial .overlay {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.ranger_testimonial .module-title {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}
.ranger_testimonial .title-desc {
    color: #e6e6e6;
    font-size: 1.14286em;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .ranger_testimonial .title-desc {
        padding: 0 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ranger_testimonial .title-desc {
        padding: 0 30px;
    }
}
.ranger_testimonial .module-header {
    text-align: center;
}
.ranger_testimonial .testimonial-item {
    width: 100%;
    
}
.ranger_testimonial .guest_content {
    width: 100%;
    
    position: relative;
}
.ranger_testimonial .guest_image {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: #fff 5px solid;
    overflow: hidden;
    position: absolute;
    box-shadow: #e1e1e1 1px 0 1px 1px;
    -webkit-box-shadow: #e1e1e1 1px 0 1px 1px;
}
@media (min-width: 768px) {
    .ranger_testimonial .guest_image {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 767px) {
    .ranger_testimonial .guest_image {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
.ranger_testimonial .guest_image span {
    background: #fff;
}
.ranger_testimonial .guest_detail {
    background: #fff;
    
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
@media (min-width: 768px) {
    .ranger_testimonial .guest_detail {
        width: calc(100% - 45px);
        margin-left: 45px;
        padding: 25px 20px 25px 65px;
    }
}
@media (max-width: 767px) {
    .ranger_testimonial .guest_detail {
        width: 100%;
        padding: 65px 20px 25px;
        margin-top: 45px;
    }
}
.ranger_testimonial .guest_name {
    font-weight: 600;
    font-size: 1em;
    color: #363636;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.ranger_testimonial .guest_info {
    font-weight: 400;
    font-size: 1em;
    font-style: italic;
    color: #f89b00;
    margin: 0 0 15px;
}
.ranger_testimonial .guest_description {
    font-size: 1em;
    color: #898989;
}
.ranger_testimonial .owl-dots {
    bottom: -30px;
}
.ranger_features {
    padding: 60px 0 45px;
}
.ranger_features .module-header {
    text-align: center;
}
.ranger_features .module-title {
    color: #363636;
    font-weight: 600;
    margin-bottom: 20px;
}
.ranger_features .module-title a {
    width: 100%;
}
.ranger_features .title-desc {
    color: #898989;
    font-size: 1.14286em;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .ranger_features .title-desc {
        padding: 0 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ranger_features .title-desc {
        padding: 0 30px;
    }
}
.ranger_features .owl-nav {
    top: -70px;
    position: absolute;
    left: 0;
    right: 0;
}
.ranger_features .product-grid-item .product-thumbnail {
    padding: 1px;
}
@media (min-width: 1200px) {
    .ranger_features .product-grid-item .product-thumbnail a:not(.quick-view),
    .ranger_features .product-grid-item .product-thumbnail picture {
        height: 356px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ranger_features .product-grid-item .product-thumbnail a:not(.quick-view),
    .ranger_features .product-grid-item .product-thumbnail picture {
        height: 208px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .ranger_features .product-grid-item .product-thumbnail a:not(.quick-view),
    .ranger_features .product-grid-item .product-thumbnail picture {
        height: 216px;
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .ranger_features .product-grid-item .product-thumbnail a:not(.quick-view),
    .ranger_features .product-grid-item .product-thumbnail picture {
        height: 238px;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .ranger_features .product-grid-item .product-thumbnail a:not(.quick-view),
    .ranger_features .product-grid-item .product-thumbnail picture {
        height: 126px;
    }
}
@media (max-width: 319px) {
    .ranger_features .product-grid-item .product-thumbnail a:not(.quick-view),
    .ranger_features .product-grid-item .product-thumbnail picture {
        max-height: 100px;
    }
}
.ranger_features .product-grid-item .product-thumbnail .product-action {
    position: absolute;
    top: 40%;
    z-index: 1;
    text-align: center;
}
.ranger_features .product-grid-item .product-thumbnail .product-action .btn {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ranger_features
    .product-grid-item
    .product-thumbnail
    .product-action
    .from_left {
    -moz-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
}
.ranger_features
    .product-grid-item
    .product-thumbnail
    .product-action
    .from_right {
    -moz-transform: translateX(500px);
    -o-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}
.ranger_features .product-grid-item .product-thumbnail .product-action a {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -moz-transform: translateX(500px);
    -o-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}
@media (min-width: 1200px) {
    .ranger_features
        .product-grid-item
        .product-thumbnail:hover
        .product-action {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    .ranger_features
        .product-grid-item
        .product-thumbnail:hover
        .product-action
        button {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .ranger_features
        .product-grid-item
        .product-thumbnail:hover
        .product-action
        a {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.sidebar-item {
    width: 100%;
    
}
.sidebar-item:not(:last-child) {
    margin: 0 0 20px;
}
.sidebar-item .item {
    width: 100%;
    
}
.sidebar-item.sidebar_news .item {
    padding: 15px 0;
}
.sidebar-item.sidebar_news .item:not(:last-child) {
    border-bottom: #e1e1e1 1px solid;
}
@media (min-width: 1200px) {
    .sidebar-item.sidebar_news .item .article-thumbnail {
        width: 80px;
        margin: 0 15px 0 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-item.sidebar_news .item .article-thumbnail {
        width: 50px;
        margin: 0 15px 0 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-item.sidebar_news .item .article-thumbnail {
        width: 160px;
        margin: 0 30px 0 0;
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .sidebar-item.sidebar_news .item .article-thumbnail {
        width: 160px;
        margin: 0 15px 0 0;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .sidebar-item.sidebar_news .item .article-thumbnail {
        width: 100px;
        margin: 0 15px 0 0;
    }
}
@media (max-width: 319px) {
    .sidebar-item.sidebar_news .item .article-thumbnail {
        width: 100%;
        margin: 0 0 10px;
    }
}
@media (min-width: 1200px) {
    .sidebar-item.sidebar_news .item .article-info {
        width: calc(100% - 95px);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-item.sidebar_news .item .article-info {
        width: calc(100% - 65px);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-item.sidebar_news .item .article-info {
        width: calc(100% - 190px);
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .sidebar-item.sidebar_news .item .article-info {
        width: calc(100% - 175px);
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .sidebar-item.sidebar_news .item .article-info {
        width: calc(100% - 115px);
    }
}
@media (max-width: 319px) {
    .sidebar-item.sidebar_news .item .article-info {
        width: 100%;
    }
}
.sidebar-item.sidebar_news .item .article-info .article-name {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 500;
    width: 100%;
    
    margin: 0 0 10px;
}
.sidebar-item.sidebar_news .item .article-info .article-name a {
    color: #363636;
    font-size: 1em;
    font-weight: 600;
}
.sidebar-item.sidebar_news .item .article-info .article-name a:hover {
    color: #f9c52c;
}
.sidebar-item.sidebar_project_photo .item {
    border: #e1e1e1 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1200px) {
    .sidebar-item.sidebar_project_photo .item {
        height: 80px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-item.sidebar_project_photo .item {
        height: 100px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-item.sidebar_project_photo .item {
        height: 100px;
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .sidebar-item.sidebar_project_photo .item {
        height: 115px;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .sidebar-item.sidebar_project_photo .item {
        height: 85px;
    }
}
.sidebar-item.sidebar_video iframe {
    width: 100%;
    height: auto;
}
.sidebar-item.sidebar_banner {
    margin-top: 10px;
}
.owl-brands {
    width: 100%;
    
}
.owl-brands .item {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-brands .item img {
    max-width: 200px;
    max-height: 100px;
}
@media (max-width: 767px){
    body{
        padding: 10px;
    }
}
.img_gt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_gt:after {
    content: '';
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 7px solid rgba(255, 255, 255, 0.5);
    position: absolute;
}

.section-achievement {
    background-image: url(../img/solarpanel.jpg);
    background-size: cover;
}

.section-achievement .section-content {
    background-color: #00000048;
    padding: 40px 0;
}

.section-achievement .title-head span {
    font-size: 150%;
}
.section-achievement .module-content {
    background-color: transparent !important;
}
.section-achievement .module-content h3{
    font-size: 250%;
}
.section-achievement .module-content p>strong{
    font-size: 120%;
}