/* @import url('http://example.com/example_style.css'); */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); /**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */
/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */
/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */
bac {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --containerw: calc((100vw - 1440px) / 2);
}

html {
    font-size: 16px;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

/* Website background color and default font styles */
body {
    background: #fff;
    color: #6c6c6c;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.1875rem;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */
.container {
    float: none;
    max-width: 1280px;
    margin: 0 auto;
}

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

a {
    text-decoration: none;
    outline: none;
    color: #000;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #2b84c6;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #38b6ff;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #38b6ff;
    text-shadow: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/* Basic text */
p {
    margin: 0 0 15px;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}

p:last-child {
    margin: 0;
}

small {
}

strong {
    font-weight: 700;
}

em {
}

cite {
}

code {
}

pre {
}

sup, sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    padding: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0 20px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #000;
}

h1 {
    font-size: 45px;
    line-height: 3.75rem;
}

h2 {
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #000;
}

h3 {
    font-size: 2.875rem;
    line-height: 3.375rem;
}

h4 {
    font-size: 2.125rem;
    line-height: 2.625rem;
}

h5 {
    font-size: 1.5rem;
    line-height: 1.875rem;
}

h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

/* Lists */
ul, ol {
}

ul ul, ul ol, ol ol, ol ul {
}

li {
}

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Quotes */
blockquote {
}

blockquote p {
}

blockquote small {
}

blockquote small:before {
}

q:before, q:after, blockquote:before, blockquote:after {
}

/* --- Scrollbar Code --- */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #2b84c6;
}

::-webkit-scrollbar-thumb {
    background: #719000;
}

::-webkit-scrollbar-thumb:hover {
    background: #575757;
}

.cmn_padd {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.cmn_padd_top {
    padding-top: 6.25rem;
    padding-bottom: 0;
}

.cmn_padd_bottom {
    padding-bottom: 6.25rem;
    padding-top: 0;
}

a.cmn_btn {
    background: #000;
    display: inline-block;
    position: relative;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    padding: 0px 30px;
    border: 1px solid transparent;
}

a.cmn_btn:hover {
    background-color: #000;
}

a.cmn_btn:hover span {
    color: #000;
}

a.cmn_btn.second {
    margin-top: 20px;
    margin-left: 0px;
}

a.cmn_btn:before, a.cmn_btn:after {
    content: "";
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #fff;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

a.cmn_btn:before {
    top: -50%;
}

a.cmn_btn:hover:before {
    top: 0;
}

a.cmn_btn:after {
    bottom: -50%;
}

a.cmn_btn:hover:after {
    bottom: 0;
}

.ub_topcnt_wrap > .container > .row {
    align-items: flex-start;
}

.ub_topcnt_wrap .cnt_wrap {
    display: flex;
    align-items: center;
}

.ub_topcnt_wrap .cnt_wrap .cnt {
    width: 100%;
}

.ub_topcnt_wrap .cnt_wrap.ub_withbtn .cnt {
    max-width: 670px;
    width: 100%;
    padding-right: 15px;
}

.ub_topcnt_wrap .cnt_wrap .btn_wrap {
    max-width: calc(100% - 670px);
    width: 100%;
    text-align: right;
}

.ub_ourser_sec .title h6, .ub_ourser_sec .title h2 {
    text-align: center;
}

.title h6 {
    margin: 0 0 10px;
    color: #719000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.title h6 span {
    color: #000;
    font-weight: 400;
}

.title h2 {
    margin: 0;
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ubhide {
    display: none;
}

.ubhidden_item {
    display: none !important;
}

.ub_graybg {
    background-color: #f5f5f5;
}

.pg_cntwrap {
    color: #000;
}

blockquote.ct_blockquote {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #6c6c6c;
    margin: 0 0 30px;
    padding: 0 0 0 20px;
    border-left: 2px solid #38b6ff;
}

blockquote.ct_blockquote strong {
    font-weight: 700;
}

/* ==========================================================================
   Header
   ========================================================================== */
.custom_header {
    position: relative;
    background-color: #fff;
    z-index: 10;
}

.custom_header .container-fluid {
    position: relative;
    z-index: 1;
}

.custom_header .ct_logo_wrapper {
    padding: 10px 0;
}

.custom_header .ct_logo_wrapper a.navbar-brand {
    display: inline-block;
}

.custom_header .row {
}

.custom_header .ub_hright .sec_menu {
    position: relative;
    z-index: 1;
}

.custom_header .ub_hdr {
    display: flex;
    align-items: flex-end;
}

.custom_header .ub_hdr .ub_hdr_top .ub_cond {
    display: flex;
    justify-content: center;
}

.custom_header .ub_hdr .ub_hdr_top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom_header .ub_hdr .ub_hdr_top ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 65px;
    background: #719000;
    padding: 11px !important;
    border-radius: 50px;
    padding-right: 20px !important;
    padding-bottom: 5px !important;
}

.custom_header .ub_hdr .ub_hdr_top ul li span.icon img {
    position: relative;
    top: -2px;
    margin-right: 6px;
    height: 36px;
}

.custom_header .ub_hdr .ub_hdr_top ul li:first-child {
    padding: 0;
}

.custom_header .ub_hdr .ub_hdr_top ul li a {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.custom_header .ub_hdr .ub_hdr_top ul li a:hover {
    color: #000;
}

.main_header .mainmenu .primary-menu-container > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_header .mainmenu .primary-menu-container > ul > li {
    display: block;
    position: relative;
}

.main_header .mainmenu .primary-menu-container > ul > li > a {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    font-weight: 500;
    color: #fff;
    padding: 0px 10px 15px;
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
}

.main_header .mainmenu .primary-menu-container > ul > li.current-menu-item > a, .main_header .mainmenu .primary-menu-container > ul > li:hover > a, .main_header .mainmenu .primary-menu-container > ul > li > a:hover {
    color: #6b8800;
    border-color: #6b8800;
}

/*=== Submenu Css ===*/
.main_header .mainmenu .primary-menu-container > ul > li ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 10;
    list-style: none;
    margin: 0;
    padding: 24px 0px 0px;
}

ul.sub-menu li:last-child {
    margin-bottom: 0px;
}

li#menu-item-297 {
    /* margin-bottom: 0; */
}

.main_header .mainmenu .primary-menu-container > ul > li > ul.sub-menu > li > ul.sub-menu {
    top: 0;
    left: 100%;
}

.main_header .mainmenu .primary-menu-container > ul > li ul.sub-menu li > a {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    font-weight: 500;
    color: #fff;
    padding: 0px 10px 15px;
    display: block;
    border-bottom: 1px solid #fff;
    position: relative;
}

.main_header .mainmenu .primary-menu-container > ul > li ul.sub-menu li:hover > a, .main_header .mainmenu .primary-menu-container > ul > li ul.sub-menu li > a:hover {
    color: #6b8800;
}

li.menu-item-has-children {
    position: relative;
}

li.menu-item-has-children i.fa {
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 12px;
}

/*====== Home Page Css ======*/
/*=== Banner Css ===*/
.ub_hbanner_wrap {
    height: 750px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: table;
    position: relative;
    overflow: hidden;
    background-color: #6b8900;
}

/*.ub_hbanner_wrap:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  max-width: 62%;*/
/*  background-image: url("../images/banner_overlay.png");*/
/*  background-size: 100% 100%;*/
/*  background-repeat: no-repeat;*/
/*  opacity: 1;*/
/*}*/
.bann_caption {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.ub_hbanner_wrap .ub_binner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.ub_hbanner_wrap .cnt {
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.bann_caption .btn_wrap {
    text-align: center;
}

.cnt .img-fluid {
    margin: 15px auto;
    display: block;
}

.ub_hbanner_wrap .cnt h6 {
    margin: 0 0 10px;
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.ub_hbanner_wrap .cnt h6 span {
    font-weight: 800;
}

.ub_hbanner_wrap .cnt h1 {
    color: #fff;
    font-family: Inter;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.ub_hbanner_wrap .cnt h2 {
    color: #fff;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.ub_hbanner_wrap .cnt h1 span {
    color: #000;
}

.ub_hbanner_wrap .cnt p {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}

/*=== About Page Css ===*/
.ub_aberp_secwrap {
    position: relative;
}

.ub_abcol_left {
    position: relative;
}

.ubab_img {
    display: flex;
    align-items: flex-start;
}

span.dots_img {
    position: absolute;
    right: 20px;
    top: 89px;
}

img.img-fluid.r_img {
    margin-top: 215px;
    padding: 0 22px;
}

img.about_circle {
    position: absolute;
    left: 0;
    top: -198px;
    width: 35%;
}

.ub_aboutinner .ub_abcnt .title {
    margin: 0 0 20px;
}

.ub_aboutinner .ub_abcnt .title h6 {
    margin: 0 0 15px;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
}

.ub_aboutinner .ub_abcnt .title h6 span {
    color: #719000;
    font-weight: 800;
}

.ub_aboutinner .ub_abcnt .title h2 {
    text-transform: initial;
    color: #000;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

.ub_aboutinner .ub_abcnt .mcnt p {
    margin: 0 0 20px;
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}

.ub_aboutmain a.cmn_btn {
    background-color: transparent;
}

.ub_aboutmain a.cmn_btn, .ub_ourser_sec a.cmn_btn, .blog_btn a.cmn_btn, .common_btn .btn_wrap a, .service_content .btn_wrap a, .cleaning-solutions .btn_wrap a {
    background-color: #719000;
    border: 2px solid #719000;
    overflow: hidden;
}

.ub_aboutmain a.cmn_btn span, .ub_ourser_sec a.cmn_btn span, .blog_btn a.cmn_btn span, .common_btn .btn_wrap span, .service_content .btn_wrap span, .cleaning-solutions .btn_wrap span {
    color: #fff;
}

.ub_aboutmain a.cmn_btn:hover span, .ub_ourser_sec a.cmn_btn:hover span, .blog_btn a.cmn_btn:hover span, .common_btn .btn_wrap:hover span, .service_content .btn_wrap:hover a, .cleaning-solutions .btn_wrap:hover a {
    color: #000;
}

.ub_aboutmain a.cmn_btn:hover span, .ub_ourser_sec .btn_wrap:hover a {
    color: #719000;
}

.ub_aboutinner .mcnt {
    margin: 0 0 30px;
}

.ub_aboutinner .ub_abcnt .mcnt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ub_aboutinner .ub_abcnt .mcnt ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.875rem;
    color: #000000;
    padding: 0 0 0 30px;
    position: relative;
}

/*=== Our Services Section Css ===*/
.ub_ourser_sec {
    background: #f4f6ec;
}

.ub_ourser_sec .ub_topcnt_wrap {
    padding-bottom: 3.0625rem;
}

.ub_fser_sec .ub_fser_item .ub_fserimg img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 380px !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
    transition: 0.4s;
}

.ub_fser_sec .ub_fser_item .ub_fserimg .service_icon img {
    width: auto !important;
    height: auto !important;
}

.service_icon {
    width: 98px;
    height: 98px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -50px auto 0;
    z-index: 9;
    position: relative;
}

.ub_fser_all {
    margin: 20px 0px;
    padding: 0px 20px;
}

.ub_fsercnt {
    padding: 15px 20px 20px;
}

.ub_fser_sec.wow.zoomIn .row {
    justify-content: center;
}

.col-md-12.submit .btn_grp {
    max-width: 234px;
    margin: 0 auto;
}

.ub_fser_sec .ub_fser_item {
    position: relative;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 11%);
    transition: 0.4s;
}

.ub_fser_item .ub_fsercnt h5 {
    margin: 0 0 15px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.ub_fsercnt p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    transition: 0.4s;
}

.ub_fser_item:hover {
    background: #719000;
}

.ub_fser_item:hover .ub_fsercnt h5 a, .ub_fser_item:hover .ub_fsercnt p {
    color: #fff;
}

.ub_fser_sec .ub_fser_item .btn_wrap {
    display: none;
}

.ub_fser_sec .ub_fser_first .ub_fser_item .btn_wrap {
    display: block;
}

.ub_fser_sec .ub_fser_all .ub_fser_item .ub_fsercnt p {
    line-height: 1.875rem;
    min-height: 82px;
}

/*=== Why choose us Section css ===*/
.wcu_cnt {
    padding-top: 25px;
    padding-bottom: 25px;
}

.wcu_cnt_wrap {
    padding-right: 75px;
}

.wcu_mimg {
    display: flex;
    align-items: flex-start;
    position: relative;
}

span.dots_img.two {
    right: 186px;
    bottom: 0;
    top: auto;
}

img.plus {
    position: absolute;
    top: 30px;
    left: -40px;
    z-index: -1;
}

.wcu_mimg img.r_img {
    margin-top: 110px;
}

.wcu_cnt p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.wcu_cnt li {
    color: #719000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin: 12px 0px;
}

.wcu_cnt li strong {
    color: #000;
    line-height: 40px;
    font-weight: 600;
}

.wcu_cnt ul {
    padding: 0px 20px;
}

.wcu_cnt a.cmn_btn {
    background: #719000;
    border: 1px solid #719000;
}

/*=== Testimonial Section Css ===*/
.ub_testimonial_sec {
    background-size: cover;
    background-position: center center;
    padding: 6.25rem 0;
    position: relative;
    color: #fff;
    background-color: #719000;
}

.ub_testimonial_sec > div {
    position: relative;
    z-index: 1;
}

.testi_content_box {
    padding-right: 46px;
}

.ub_testimonial_sec .ub_topcnt_wrap .title h6, .ub_testimonial_sec .ub_topcnt_wrap .title h6 span {
    color: #fff;
}

.ub_testimonial_sec .ub_topcnt_wrap .title h2 {
    color: #fff;
    margin-bottom: 24px;
}

.ub_testimonial_sec .cnt_wrap p {
    color: #fff;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 181.818% */
}

.rslider_item {
    border-radius: 10px;
    background: var(--white, #fff);
    padding: 35px 35px 27px;
    position: relative;
}

.scnt p {
    color: #0e0e0e;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 200% */
}

.title_wrap h5 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    display: none;
}

.title_wrap span {
    color: #000;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 320% */
    position: relative;
    display: inline-block;
    /* margin-left: 20px; */
    /* padding-left: 10px; */
}

span.date:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    left: 0px;
    width: 2px;
    height: 16px;
    /* background: #D9D9D9; */
}

.slrating i {
    color: #ff4848;
}

.title_wrap {
    display: flex;
    align-items: center;
}

.title_rate_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.t_img {
    width: 68px;
    height: 68px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    top: -30px;
    left: -30px;
    overflow: hidden;
    display: none;
}

.t_img img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}

.revslider_wrap .owl-item {
    padding: 30px 60px;
}

.ub_testimonial_sec .owl-dots {
    position: absolute;
    bottom: -115px;
    left: -50px;
}

.ub_testimonial_sec .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    border: 1px solid #fff;
}

.ub_testimonial_sec .owl-theme .owl-dots .owl-dot.active span, .ub_testimonial_sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.t_Arrow {
    text-align: center;
    margin-bottom: 40px;
}

.t_Arrow a {
    color: #fff;
    font-size: 26px;
    display: inline-block;
    margin: 0px 13px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
/*=== Footer Top Css ===*/
.footer_top {
    background: #000;
    padding: 210px 0 0;
    margin-top: -1px;
}

.footer_top * {
    color: #fff;
}

.footer_top .footer_logo {
    margin-bottom: 30px;
}

.hcon_item.si_icon {
    text-align: center;
    margin-top: 50px;
}

.fcol.fcol_one {
    border-right: 1px solid #d9d9d9;
    padding-right: 70px;
    width: 28%;
}

.fcol.fcol_three {
    border-left: 1px solid #d9d9d9;
    padding-left: 50px;
    width: 28%;
}

.fcol.fcol_two {
    width: 44%;
}

.fcol.fcol_two .col-md-6 {
    padding: 0px 35px;
}

.footer_top .footer_des p {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}

.footer_top .footer_contact .fconitem {
    display: flex;
    align-items: center;
}

.footer_top .footer_contact .fconitem .ficon {
    display: flex;
    justify-content: center;
}

.footer_top .footer_contact .fconitem .fcontext {
    padding-left: 15px;
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}

.footer_top .footer_contact .fconitem .fcontext strong {
    display: block;
    text-transform: uppercase;
}

.hcon_item.si_icon .sicon_title h5, .footitle h6 {
    margin: 0 0 35px;
    color: #6d8a00;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
}

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

.footer_menu ul.secondarymenu_wrapper li {
    display: block;
    margin-bottom: 20px;
}

.footer_menu ul.secondarymenu_wrapper li:last-child {
    margin: 0;
}

.footer_menu ul.secondarymenu_wrapper li a {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 222.222% */
}

.footer_menu ul.secondarymenu_wrapper li.current-menu-item a {
    color: #2b84c6;
}

.col-md-5.foo_col {
    padding-left: 63px;
    width: 47%;
}

.col-md-7.foo_col:last-child {
    border-left: 1px solid #d9d9d9;
    padding-left: 45px;
    width: 53%;
}

.f_details {
    display: flex;
    margin-top: 55px;
}

.f_details .footer_contact {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 22px 0px;
}

.fnewsletter_wrap {
    margin-bottom: 40px;
}

.fosubsform_des {
    margin-bottom: 20px;
}

.fosubsform_des p {
    line-height: 1.75rem;
    font-size: 1rem;
}

.fosubscription_form .emaillist form .es-form-field-container {
    position: relative;
    background-color: #fff;
}

.fosubscription_form .emaillist form .es-form-field-container .gjs-row {
    margin: 0;
    /* overflow: hidden; */
}

span.nsubbtn {
    position: absolute;
    right: 0;
    width: 110px;
    height: 100%;
    background: #6d8a00;
    overflow: hidden;
}

.fosubscription_form .emaillist form .es-form-field-container .gjs-row input[type="email"] {
    height: 52px;
    margin: 0;
    background: #fff;
    border: 0 none;
    padding: 8px 118px 8px 12px;
    color: #707070;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    outline: none;
    width: 100%;
}

.fosubscription_form .emaillist form .es-form-field-container .gjs-row input[type="submit"] {
    position: relative;
    z-index: 1;
    background: transparent;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.fosubscription_form .emaillist form .es-form-field-container .gjs-row input[type="submit"] {
    background-color: transparent;
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    white-space: normal;
    overflow: hidden;
    z-index: 99;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    position: relative;
}

.fosubscription_form .emaillist form .es-form-field-container .gjs-row input[type="submit"]:hover {
}

.fosubscription_form .emaillist form .es-form-field-container .gjs-row span.nsubbtn:before, .fosubscription_form .emaillist form .es-form-field-container .gjs-row span.nsubbtn:after {
    content: "";
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #2b84c6;
    z-index: 9;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    opacity: 0;
}

.fosubscription_form .emaillist form .es-form-field-container .gjs-row span.nsubbtn:before {
    top: -50%;
}

.fosubscription_form .emaillist form .es-form-field-container .gjs-row span.nsubbtn:hover:before {
    top: 0;
    opacity: 1;
}

.fosubscription_form .emaillist form .es-form-field-container .gjs-row span.nsubbtn:after {
    bottom: -50%;
}

.fosubscription_form .emaillist form .es-form-field-container .gjs-row span.nsubbtn:hover:after {
    bottom: 0;
    opacity: 1;
}

.fosubscription_form .emaillist form .es-form-field-container .gjs-row input[type="submit"]:hover {
    background: transparent;
    color: #fff;
}

.fnewsletter_wrap {
    margin-bottom: 40px;
}

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

.si_icon ul.social_list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 18px;
}

.si_icon ul.social_list li a {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.si_icon ul.social_list li a:hover i {
    color: #2b84c6 !important;
}

/*=== Footer Copyright Css ===*/
.footer_copyright {
    background-color: #0a0a0a;
    color: #fff;
    padding: 25px 0;
    text-align: center;
}

.footer_copyright p {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}

.custom_header .ub_hright {
    padding: 32px 0px;
}

button.navbar-toggler {
    border: none;
    outline: none !important;
    color: #000 !important;
    box-shadow: none !important;
}

nav.navbar {
    border: 2px solid #719000;
    outline: none;
}

span.navbar-toggler-icon {
    color: #000 !important;
}

.navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
}

.logo {
    /* position: absolute; */
    /* top: 5px; */
    /* right: 15px; */
    font-size: 1.2rem;
    color: #0e2431;
}

body {
    overflow-x: hidden;
}

.ub_hdr_bottom {
    display: flex;
    justify-content: flex-end;
}

img.img-fluid.banner_img2 {
    position: absolute;
    top: 0;
    right: 0;
}

.ub_ourser_sec .btn_wrap {
    text-align: center;
    padding-top: 50px;
}

.fblog_title_wrap .title h6, .fblog_title_wrap .title h2 {
    text-align: center;
}

.fblog_title_wrap {
    padding-bottom: 4.0625rem;
}

.ub_fblog_sec .post_img img {
    max-height: 438px;
    min-height: 438px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.ub_fblog_sec .in_bs_item {
    height: 100%;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
}

.ub_fblog_sec .cnt {
    background: #f2f2f2;
    padding: 20px 30px 45px;
    text-align: center;
}

.ub_fblog_sec .post_cnt {
    padding: 0px 25px;
    margin-top: -40px;
    position: relative;
    z-index: 9;
}

.ub_fblog_sec .title_wrap {
    display: block;
}

.ub_fblog_sec .title_wrap h6 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.ub_fblog_sec .cnt p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
}

.ub_fblog_sec .bs_item {
    padding: 0px 15px;
}

.bs_item .btn_wrap {
    text-align: center;
    margin-top: -30px;
}

.bs_item .btn_wrap a {
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 100%;
    line-height: 54px;
    background: #6b8800;
}

.bs_item a.cmn_btn:before, .bs_item a.cmn_btn:after {
    background-color: #000;
}

.ub_fblog_sec .blog_btn {
    text-align: center;
    margin-top: 60px;
}

.ub_fquote_sec.cmn_padd {
    margin-bottom: -137px;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    position: relative;
    padding: 2.8rem 2rem;
}

.ub_fquote_sec .title h6 {
    text-transform: capitalize;
    color: #fff;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: normal;
}

.ub_fquote_sec .title {
    margin-bottom: 40px;
}

.freequote_formwrap .mainform_fq .fq_col_left {
    position: relative;
}

.freequote_formwrap .mainform_fq .fq_col_left .fq_img {
    position: absolute;
    top: 0;
    left: calc(var(--bs-gutter-x) * 0.5);
    height: 100%;
    width: calc(100% - calc(var(--bs-gutter-x) * 0.5));
}

.freequote_formwrap .mainform_fq .fq_col_left .fq_img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.freequote_formwrap .mainform_fq .form_wrap .form-control {
    background-color: #ffffff;
    border: 1px solid #fff;
    padding: 0px 15px;
    height: 70px;
    font-weight: 500;
    font-size: 18px;
    color: #707070;
    line-height: 23px;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    box-shadow: none;
    outline: none;
}

.freequote_formwrap .mainform_fq .form_wrap select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/arrow-bottom.png);
    background-repeat: no-repeat;
    background-position: right 15px top 20px;
    color: #707070;
}

.freequote_formwrap .mainform_fq .form_wrap select.form-control option {
    color: #707070;
}

/*.freequote_formwrap .mainform_fq .form_wrap input[type="date"]:before {*/
/*    color: #707070;*/
/*    content: attr(placeholder) !important;*/
/*    top: 22px;*/
/*    bottom: 0;*/
/*    position: absolute;*/
/*}*/
/*.freequote_formwrap .mainform_fq .form_wrap input[type="date"] {*/
/*    display: flex;*/
/*}*/
/*.freequote_formwrap .mainform_fq .form_wrap input[type="date"]:focus:before,*/
/*.freequote_formwrap .mainform_fq .form_wrap input[type="date"]:valid:before{*/
/*    content: '' !important;*/
/*}*/
.freequote_formwrap .mainform_fq .form_wrap select.form-control::-webkit-input-placeholder, .freequote_formwrap .mainform_fq .form_wrap .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #707070 !important;
    opacity: 1 !important;
}

.freequote_formwrap .mainform_fq .form_wrap select.form-control::-moz-placeholder, .freequote_formwrap .mainform_fq .form_wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070 !important;
    opacity: 1 !important;
}

.freequote_formwrap .mainform_fq .form_wrap select.form-control:-ms-input-placeholder, .freequote_formwrap .mainform_fq .form_wrap .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #707070 !important;
    opacity: 1 !important;
}

.freequote_formwrap .mainform_fq .form_wrap select.form-control:-moz-placeholder, .freequote_formwrap .mainform_fq .form_wrap .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #707070 !important;
    opacity: 1 !important;
}

.freequote_formwrap .mainform_fq .form_wrap .form-control:focus {
    border-color: #000;
}

.freequote_formwrap .mainform_fq .form_wrap textarea.form-control {
    height: 115px;
    padding: 10px 15px;
    resize: none;
}

.freequote_formwrap .mainform_fq .form_wrap .btn_grp .form_btn {
    width: 100%;
    padding: 0px 25px;
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: transparent;
    border: 1px solid #000;
    height: 100%;
}

.home_bnr_form input.wpcf7-form-control.wpcf7-submit.has-spinner.form_btn {
    background-color: #fff !important;
    color: #000 !important;
    width: 100%;
    height: 100%;
    z-index: 99 !important;
}

.home_bnr_form input.wpcf7-form-control.wpcf7-submit.has-spinner.form_btn:hover {
    background: #000 !important;
    color: #fff !important;
}

.freequote_formwrap .mainform_fq .form_wrap .btn_grp .form_btn:hover {
    color: #000 !important;
    z-index: 99;
    position: relative;
}

.freequote_formwrap .mainform_fq .form_wrap .fqb_cnt {
    text-align: center;
}

.freequote_formwrap .mainform_fq .form_wrap .fqb_cnt p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #000000;
    font-weight: 300;
}

.freequote_formwrap .mainform_fq .form_wrap .fqb_cnt p a {
    color: #38b6ff;
    font-weight: 800;
}

.freequote_formwrap .mainform_fq .form_wrap .fqb_cnt p a:hover {
    text-decoration: underline;
}

.form_grp span.wpcf7-not-valid-tip {
    font-size: 12px !important;
    color: #f00 !important;
}

.form_grp {
    margin-bottom: 18px;
}

.btn_grp p {
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 0;
    height: 70px;
    background: #000;
    width: 100%;
}

.btn_grp p:before, .btn_grp p:after {
    content: "";
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.btn_grp p:before {
    top: -50%;
}

.btn_grp p:hover:before {
    top: 0;
}

.btn_grp p:after {
    bottom: -50%;
}

.btn_grp p:hover:after {
    bottom: 0;
}

.back-to-top {
    position: fixed;
    z-index: 9;
    bottom: 150px;
    right: -2px;
    background-color: #2b84c6;
    padding: 10px 12px 5px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    box-shadow: 0 0 10px #2b84c6;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

#btn-back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top i {
    transition: all 0.3s ease-in-out;
    color: #fff;
}

.back-to-top:hover {
    background-color: #fff;
}

.back-to-top:hover i {
    color: #2b84c6;
}

.ub_wcu_secwrap.cmn_padd.pos_rel {
    overflow: hidden;
}

.cs_icon {
    width: 138.849px;
    height: 138.849px;
    background: #6b8800;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.cs_content p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ub_cs_main {
    position: relative;
    z-index: 9;
    padding: 0px 0%;
}

.ub_cs_main.wow.zoomIn .row {
    background: #ffffff;
}

.ub_cs_inner {
    background-color: #6b8800;
}

.cs_items {
    background: #6b8800;
    height: 100%;
    padding: 32px;
    transition: 0.4s;
    position: relative;
}

.cs_items_wrp {
    margin-top: 0px;
    padding: 0px !important;
}

.cs_items:hover {
    background: #000;
}

.cs_items:hover .cs_content p {
    color: #fff;
}

.cs_items:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    width: 1px;
    height: 50%;
    top: 25%;
    transition: 0.4s;
    opacity: 1;
}

.cs_items:hover:after {
    opacity: 1;
}

.plus2 {
    position: absolute;
    right: 60px;
    top: 45px;
}

.w_l_img {
    width: 95%;
}

.wpcf7-not-valid-tip {
    color: #fff;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    color: #fff;
    text-align: center;
}

.ub_fser_sec .ub_fser_item:hover .ub_fserimg img {
    filter: hue-rotate(45deg);
}

/*========== Inner Banner Css ==========*/
.ub_inner_banner {
    height: 500px;
    width: 100%;
    display: table;
    position: relative;
    padding: 50px 0;
    background-size: cover;
    background-position: center center;
    background-color: #6d8a00;
}

.ub_inner_banner .innbann_inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    color: #fff;
}

.ub_inner_banner .innbann_inner h1 {
    color: #fff;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ub_inner_banner .innbann_inner * {
    color: #fff;
}

.ub_inner_banner .innbann_inner p {
    color: #fbfbf7;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

section.ub_aboutcta {
    background-size: cover;
    background-position: center center;
}

.about_cta_box {
    background-color: #6d8a00;
    background-size: cover;
    background-position: center center;
    padding: 5.25rem 8%;
}

.about_cta_box h2 {
    color: #fff;
    margin-bottom: 25px;
}

.about_cta_box p {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 27px;
}

.inner_content p {
    padding: 15px 0px;
    margin: 0;
}

.common_btn {
    padding-top: 25px;
}

.about_content {
    display: flex;
    align-items: center;
    padding-right: 6%;
}

.about_image {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

img.mobile {
    display: none;
}

.working_processing_wrapper .container {
    background-color: #f4f6ec;
    background-position: center bottom;
    background-size: cover;
    padding: 6.25rem 0rem;
    overflow: hidden;
}

.circle_img {
    background-image: url("../images/circle1.png");
    max-width: 379px;
    width: 100%;
    height: 312px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.working_process_box:nth-child(3) .circle_img {
    background-image: url("../images/circle2.png");
    max-width: 311px;
}

.number {
    background-image: url("../images/c1.png");
    max-width: 168px;
    width: 100%;
    height: 168px;
    position: absolute;
    right: 40px;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.working_process_box:nth-child(2) .number {
    background-image: url("../images/c2.png");
}

.working_process_box:nth-child(3) .number {
    background-image: url("../images/c3.png");
}

.working_process_box {
    position: relative;
    height: 312px;
    max-width: 378px;
    width: 100%;
    padding: 0;
}

.working_process_circle {
    position: relative;
    height: 100%;
    width: 100%;
}

.working_circle_content {
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: 10px 34px 39px;
}

.working_circle_in_content {
    height: 100%;
    width: 312px;
    border-radius: 100%;
    padding: 25px;
}

.row.working_process_wrap {
    justify-content: center;
    padding-top: 35px;
}

.working_process_box:nth-child(3) {
    max-width: 311px;
}

.number span {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    position: relative;
    left: 12px;
    top: 5px;
}

.working_process_box:nth-child(3) .number span {
    left: 6px;
    top: -3px;
}

.working_process_box:nth-child(3) .number {
    right: -15px;
    top: -15px;
}

.in_circle_content h5 {
    color: #719000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 6px;
}

.in_circle_content p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.in_circle_content {
    position: relative;
    z-index: 9;
}

.working_process_box:nth-child(2) .in_circle_content h5 {
    color: #000;
}

.working_process_box:nth-child(3) .in_circle_content h5 {
    color: #0078ad;
}

section.about_video_wrapper {
    background-color: #6d8a00;
    padding: 11rem 0rem;
    background-size: cover;
    background-position: center center;
}

.about_video_wrapper h2 {
    color: #fff;
    text-align: center;
    margin: 0;
}

.about_video_wrapper p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    padding: 40px 0px;
}

.play_btnwrap {
    text-align: center;
}

section.about_video_wrapper .container {
    padding: 0px 9%;
}

.team_photo img {
    max-height: 353px;
    min-height: 353px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.team_content {
    text-align: center;
    margin-bottom: 60px;
}

.team_content_details {
    width: 266px;
    height: auto;
    background: #f2f2f2;
    margin: -42px auto 0;
    padding: 20px 10px;
    position: relative;
    opacity: 0;
    transition: 0.4s;
}

.team_photo {
    background: #000;
}

.team_content_details h6 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.team_content_details p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.our_team_wrp:hover .team_content_details {
    opacity: 1;
}

a.play_cion {
    display: inline-block;
    border-radius: 100%;
}

a.play_cion:hover {
    box-shadow: 0px 0px 15px #000;
}

.blog_cnt h6 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    margin: 0;
}

.blog_cnt .date {
    color: #6b8700;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: block;
    margin: 10px 0;
}

.blog_cnt p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.read_more a {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.blog_posts .post_img {
    border-radius: 12px;
    overflow: hidden;
}

.blog_posts .post_img img {
    width: 100%;
    max-height: 393px;
    min-height: 393px;
}

.blog_post_cnt {
    padding: 30px 0px;
}

.blog_posts .bs_item {
    margin: 20px 0px;
    padding: 0px 20px;
}

.in_bs_item:hover {
    transform: scale(1.02);
}

.in_bs_item:hover .blog_cnt h6 a, .in_bs_item:hover .read_more a {
    color: #6b8700;
}

.ubpost_title h2 {
    color: #000;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ubpost_title .date {
    color: #6b8700;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

section.post_content p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 10px 0;
}

.featured_img {
    margin: 30px 0px;
    text-align: center;
}

section.post_content ul {
    padding: 0px 50px;
}

section.post_content li {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 28px 0px;
}

.map_iframe {
    height: 500px;
}

.map_iframe iframe {
    height: 100%;
    width: 100%;
}

.inner_contact_details li {
    width: 32%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    list-style: none;
    text-align: center;
    padding: 30px;
    border-radius: 12px;
    transition: 0.4s;
}

.inner_contact_details li:hover {
    background: #f1f1f1;
    box-shadow: 0px 0px 10px #2b84c6;
}

.inner_contact_details ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

span.d_content h6 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    /* 135% */
    margin: 10px 0px;
}

span.d_content p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 166.667% */
}

span.d_content {
    clear: both;
    display: block;
    margin-top: 20px;
}

.c_form {
    box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.1);
    padding: 6% 6%;
    /* width: 52%; */
    border-radius: 0px 8px 8px 0px;
    overflow: hidden;
}

.c_image {
    padding: 0;
    /* width: 48%; */
    border-radius: 8px 0px 0px 8px;
    overflow: hidden;
}

.c_form h3 {
    color: #000;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.c_form p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
}

.c_form .form_grp span {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 150% */
    display: block;
    margin-bottom: 5px;
}

.c_form .c_form .row {
    padding-top: 15px;
}

.c_form .form_grp input {
    background: #f9f9f9;
    height: 44px;
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #f9f9f9;
    border-radius: 0;
}

.c_form .form_grp textarea {
    background: #f9f9f9;
    height: 106px;
    color: #707070;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #f9f9f9;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    resize: none;
}

.c_form span.wpcf7-form-control-wrap {
    margin-bottom: 0px;
}

.c_form .btn_grp {
    display: inline-block;
}

.c_form .btn_grp input {
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    border: none;
}

.c_form .btn_grp p {
    background: #719000;
    border: 2px solid #719000;
}

.c_form .btn_grp p:hover input {
    color: #719000;
    z-index: 9;
    position: relative;
}

.c_image img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.c_form .row {
    padding-top: 25px;
}

.social_medias h4 {
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.social_medias ul.social_list li {
    list-style: none;
    margin: 0px 4px;
}

.social_medias ul.social_list {
    display: flex;
    justify-content: center;
    margin: 30px 0px;
}

.social_medias ul.social_list li a {
    border-radius: 8px;
    background: #719000;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.social_medias ul.social_list li a:hover {
    background: #2b84c6;
}

.s_image {
    text-align: center;
}

.s_process_box {
    border-radius: 70.5px;
    background: #fff;
    box-shadow: 0px 14px 34px 0px rgba(0, 0, 0, 0.08);
    margin: 24px 0;
}

.s_in_content h6 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}

.s_in_content p {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.s_in {
    display: flex;
    align-items: center;
    padding: 24px 24px 24px 28px;
}

.s_in_content {
    padding-left: 15px;
}

section.ub_services .row {
    align-items: center;
}

.service_content h2 {
    color: #000;
    font-style: normal;
}

.service_content_wrp .btn_wrap {
    margin-top: 24px;
}

.ub_counter_wrap h2 {
    color: #fff;
    text-align: center;
}

.ub_counter_wrap p {
    color: #fff;
    text-align: center;
}

.ub_counter_wrap {
    padding: 6rem 32rem 12rem;
    background-size: cover;
    margin-top: -2px;
}

.row.stats-row {
    border-radius: 13px;
    background: #fff;
    box-shadow: 0px 14px 54px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 20px;
}

div#ct_speccounter {
    padding: 0px 0px 50px;
    margin-top: -110px;
}

.number_stats {
    color: #6d8a00;
    text-align: center;
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
}

span.counttext {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.ub_specitem {
    padding: 15px 0px 20px;
    background-image: url("../images/line2.png");
    background-repeat: no-repeat;
    background-position: right top;
}

.row.stats-row .col-md-3:last-child .ub_specitem {
    background-image: none;
}

.ss_image {
    padding: 0;
}

.ss_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.ss_content {
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 50px 40px;
}

.ss_content h2, .ss_content h3 {
    color: #fff;
}

.ss_content p {
    color: #fff;
}

.s_icon {
    width: 78px;
    height: 78px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_inn {
    display: flex;
    flex-wrap: wrap;
}

.s_inn_content {
    width: 82%;
    padding-left: 20px;
}

.s_inn_content h6 {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px 0px 4px;
}

.s_wrp_box {
    margin: 30px 0px;
}

.row.stats-row .col-md-3 {
    padding: 0;
}

.btn_wrap.blog_btn a {
    padding: 0px 44px;
}

.freequote_formwrap .mainform_fq .wpcf7-date {
    padding: 21px 15px !important;
}

.menu_text p {
    color: #6d8a00;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.menu_text a {
    color: #6d8a00;
}

.menu_text a:hover {
    color: #2b84c6;
}

.menu_text {
    padding-top: 35px;
}

section.about_content_wrapper.cmn_padd {
    padding-bottom: 3rem;
}

.owl-item .ub_fser_all {
    padding: 0px 12px;
}

section.post_content p strong {
    font-size: 20px;
}

.ub_abcol_right.pos_rel {
    padding-left: 60px;
}

.mainform_fq .col-md-12 input {
    min-height: 92px;
}

.mainform_fq .col-md-12.submit input {
    min-height: auto;
}

.ub_binner:before {
    position: absolute;
    content: "";
    background: rgb(107 137 0 / 50%);
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}

.ctmoreless_cnt {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.showcnt .ctmoreless_cnt {
    opacity: 1;
    max-height: inherit;
    font-size: initial;
    position: relative;
    z-index: 1;
}

a.rmoreless_btn.cmn_btn strong {
    font-weight: 400;
}

a.rmoreless_btn.cmn_btn:after, a.rmoreless_btn.cmn_btn:before {
    display: none;
}

a.rmoreless_btn.cmn_btn:hover {
}

a.rmoreless_btn.cmn_btn {
    margin-top: 20px;
}

.home .ub_testimonial_sec, .page-id-9 .about_video_wrapper {
    margin-bottom: 40px;
}

.single .about_content ul {
    padding: 10px 20px;
}

.single .about_content li {
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

body {
    padding-right: 0px !important;
}

ul.sub-menu a {
    padding: 0px 15px 15px 30px !important;
}

/*ul.sub-menu ul.sub-menu a {*/
/*    padding: 0px 15px 15px 50px !important;*/
/*}*/

/*ul.sub-menu ul.sub-menu ul.sub-menu a {*/
/*    padding: 0px 15px 15px 70px !important;*/
/*}*/

.ss_inner_content li {
    margin: 0 0 15px;
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.ss_inner_content ul {
    padding: 0px 20px;
}

ul.sub-menu {
    display: none;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.ub_flex {
    display: flex;
}

.home-img-right {
    flex-basis: 55%;
}

img.img-fluid.banner_img2 {
    z-index: -1;
}

.home_bnr_form textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 100px !important;
}

.home_bnr_form .btn_grp p:before, .home_bnr_form .btn_grp p:after {
    z-index: -1 !important;
}

/*.home_bnr_form .col-md-12.submit .btn_grp*/
/*{*/
/*    width:100% !important;*/
/*    max-width:100% !important;*/
/*}*/
.home_bnr_form .btn_grp p:before, .home_bnr_form .btn_grp p:after {
    background: transparent !important;
    content: none;
}

.home_bnr_form .btn_grp p {
    height: 50px;
    z-index: 99 !important;
    overflow: visible;
}

.home_bnr_form .btn_grp p span.wpcf7-spinner {
    position: absolute;
    margin: auto;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}

.home_bnr_form .wpcf7 form.invalid .wpcf7-response-output, .home_bnr_form .wpcf7 form.unaccepted .wpcf7-response-output, .home_bnr_form .wpcf7 form.payment-required .wpcf7-response-output {
    color: #6c6c6c;
}

.home_bnr_form .col-md-12.submit {
    z-index: 99;
}

.home_bnr_form {
    background: #fff;
    padding: 30px 30px;
    margin: 25px;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.btn_grp p:before:: hover, .btn_grp p:after::hover {
    background: #000 !important;
}

.bann_caption {
    padding: 50px 0 !important;
}

.c_form .btn_grp p:before, .c_form .btn_grp p:after {
    content: none;
}

.c_form .btn_grp p {
    overflow: visible;
    position: relative;
}

.c_form .btn_grp p span.wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: -30px;
    margin: 0;
    transform: translateY(-50%);
}

.c_form .btn_grp p input.form_btn {
    padding: 10px 30px;
}

.c_form .btn_grp p input.form_btn:hover {
    color: #fff;
    background: #000;
}

.c_form .wpcf7 form.invalid .wpcf7-response-output, .c_form .wpcf7 form.unaccepted .wpcf7-response-output, .c_form .wpcf7 form.payment-required .wpcf7-response-output {
    color: #f00;
    text-align: left;
    padding: 0;
    margin: 20px 0 0;
}

.freequote_formwrap .btn_grp p:before, .freequote_formwrap .btn_grp p:after {
    content: none;
}

.freequote_formwrap .btn_grp p {
    overflow: visible;
}

.freequote_formwrap .btn_grp p span.wpcf7-spinner {
    position: absolute;
    margin: 0;
    padding: 0;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.freequote_formwrap .mainform_fq .form_wrap .btn_grp .form_btn:hover {
    background: #fff;
    color: #000;
}

.gallery-section {
    padding: 70px 10px;
}

.gallery-section .row a {
    overflow: hidden;
    background-color: #000;
    width: 100%;
    height: 300px;
    display: block;
    margin-bottom: 20px;
}

.gallery-section .row a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}

.gallery-section .row a:hover > img {
    transform: scale(1.02);
    opacity: 0.9;
}

.single-post h2 {
    font-size: 28px;
    margin-top: 10px;
}

.single-post h3 {
    font-size: 24px;
    line-height: 1.4;
}

.single-post h4 {
    font-size: 22px;
    line-height: 1.4;
}

.single-post .featured_img {
    max-width: 800px;
}

h1.banner_h1 {
    text-align: center;
    color: #000;
    margin: 2rem 0 0;
}

.container.faqs {
    padding: 40px 10% 60px;
}

.container.faqs .title {
    margin-bottom: 40px;
    text-align: center;
}

.container.faqs h3 {
    display: none !important;
}

.wpsm_panel-group .wpsm_panel-default > .wpsm_panel-heading {
    background-color: #6d8a00 !important;
    border-color: #6d8a00 !important;
}

.wpsm_panel-group .ac_title_class {
    color: #fff;
    font-family: Inter;
    font-weight: 700;
}

.wpsm_panel-group .wpsm_panel-body {
    border-top-color: #e8e8e8 !important;
    font-size: 15px !important;
    font-family: Inter !important;
    border: 2px solid #6d8a00 !important;
    line-height: 25px;
    padding: 20px 30px;
}

.wpsm_panel-group .wpsm_panel-body p {
    font-size: 15px;
    line-height: 25px;
}

.page-id-406 div#free_quote, .page-id-407 div#free_quote {
    margin-top: 50px;
}

.page-id-406 section.post_content ol, .page-id-407 section.post_content ol {
    padding-left: 25px;
}

.logo_slider {
    margin-top: 40px;
}

.logo_slider img {
    height: 80px;
    width: 100%;
    object-fit: contain;
}

.welcome-section {
    padding: 80px 0;
    background: #fff;
}

.welcome-card {
    border: 4px solid #fff;
}

.welcome-card:hover {
    border: 4px solid #719000;
}

.welcome-section .title h2 {
    text-align: center;
}

.welcome-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header .divider {
    width: 70px;
    height: 3px;
    background: #1fb6e9;
    display: block;
    margin: 0 auto 20px;
}

.section-header p {
    font-size: 18px;
    color: #555;
}

.welcome-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
    justify-content: center;
}

.welcome-card {
    background: #fff;
    padding: 40px 25px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    position: relative;
    flex: 0 0 calc(33.333% - 20px);
}

.welcome-card:hover {
    transform: translateY(-8px);
}

/* Icon */
.icon-wrap {
    width: 90px;
    height: 90px;
    border: 2px solid #869f36;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrap img {
    width: 40px;
}

/* Typography */
.welcome-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
}

.welcome-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.ub_topcnt_wrap h2 {
    text-align: center;
    color: #fff;
}

.ub_counter_wrap.new {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.ub_ourser_sec .title h2 {
    color: #000;
}

.how_ub_counter_wrap.new {
    padding: 4rem 0rem;
}
.service-template-single-service-template3 .how_ub_counter_wrap.new {
    background: #869f36;
}
.service-template-single-service-template3 .how_ub_counter_wrap.new h2{
    color:#fff;
}
.content_wrp {
    text-align: center;
    margin-bottom: 34px;
}

.inn_card_item {
    height: 100%;
    border: 2px solid #869f36;
    box-shadow: 0px 0px 10px #869f36;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
}

.inn_card_item h5 {
    font-size: 20px;
    line-height: normal;
    min-height: 49px;
    padding: 0px 30px;
}

.ub_testimonial_sec.new {
    margin-bottom: 20px;
}

.inn_ccard_item {
    height: 100%;
    border: 2px solid #869f36;
    box-shadow: 0px 0px 10px #869f36;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    background: #fff;
}

.inn_ccard_item h5 {
    font-size: 20px;
}
.service-template-single-service-template3 .inn_ccard_item{
    box-shadow: 0px 0px 10px #fff;
}
.row.Challenges {
    row-gap: 20px;
}
.para {
    text-align: center;
    padding-top: 60px;
}
.inn_cp_card_item {
    border: 2px solid #869f36;
    box-shadow: 0px 0px 10px #869f36;
    height: 100%;
    background: #869f36;
    padding: 20px;
}

.inn_cp_card_item .icon-wrap {
    display: none;
}

.inn_cp_card_item .step_no {
    background: #fff;
    color: #869f36;
    padding: 14px 10px;
    box-sizing: border-box;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 28px;
    text-transform: uppercase;
}

.inn_cp_card_item h5, .inn_cp_card_item p {
    color: #fff;
}

.inn_cp_card_item li {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 12px;
}

.inn_cp_card_item ul {
    padding-left: 20px;
}

.inn_cp_card_item h5 {
    font-size: 26px;
    color: #000;
    line-height: normal;
}

.inn_cp_card_item li::marker {
    color: #000;
}


.res_services_wrp {
    padding: 50px 0px;
}

.res_services_wrp h3 {
    text-align: center;
    margin-bottom: 35px;
}

.inn_ser_item {
    width: 25%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.inn_ser_item h5 {
    margin: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: transparent; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output ,.wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: transparent; /* Yellow */
		text-align: center;
	color:#fff;
}
@media (max-width: 992px) {
    .welcome-card {
        flex: 0 0 calc(50% - 15px);
    }
    .freequote_formwrap .container {
    max-width: 100%;
}
.freequote_formwrap .mainform_fq .form_wrap .form-control {
    height: 52px;
}
.ub_counter_wrap.new {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
h2, .number_stats, .ub_inner_banner .innbann_inner h1, .title h2, .ub_aboutinner .ub_abcnt .title h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .inn_cp_card_item h5 {
    font-size: 24px;
}
.inn_cp_card_item .step_no {
    font-size: 18px;
}
.container.faqs {
    padding: 40px 0% 20px;
}
}


@media (max-width: 767px){
    .inn_ser_item {
    width: 50%;
    display: block;
    text-align: center;
        padding: 10px 0px;
}
.icon-wraps {
    margin-bottom: 10px;
}
.service-grid {
    display: block !important;
}
.service-card {
    margin: 10px 0px;
    box-sizing: border-box;
}
.cp_card_items:nth-child(2) {
    margin: 20px 0px;
}

}
/* Mobile */
@media (max-width: 576px) {
    .welcome-card {
        flex: 0 0 100%;
    }
}
.para {
    text-align: center;
    padding-top: 60px;
}
.content_wrp p {
    margin: 0 0 2px;
}
.ccard_items.box li {
    margin-bottom: 10px;
    text-align: left;
}

.box .icon-wrap {
    margin: 0 0 25px;
}

.box .inn_ccard_item h5 {
    text-align: left;
}

.box .inn_ccard_item ul {
    padding-left: 17px;
}
.working_processing_wrapper.process {
    margin-top: 30px;
}
.title p {
    text-align: center;
    padding-top: 10px;
}