/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); @import url('https://fonts.cdnfonts.com/css/mona-sans'); /**

 * 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.

 */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 1rem;
}

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

/* Website background color and default font styles */
body {
    background: #fff;
    color: #000;
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
}
/* --- Scrollbar Code --- */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track /* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); @import url('https://fonts.cdnfonts.com/css/mona-sans'); /**

 * 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.

 */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 1rem;
}

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

/* Website background color and default font styles */
body {
    background: #fff;
    color: #000;
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
}
/* --- Scrollbar Code --- */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #9CCB5A;
}

::-webkit-scrollbar-thumb {
    background: #7DD3DB;
}

::-webkit-scrollbar-thumb:hover {
    background: #7DD3DB;
}
/**

 * Page Center

 *

 * Apply .page-center to full-width modules.

 */
.container {
    float: none;
    max-width: 1405px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

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

a {
    text-decoration: none;
    outline: none;
    color: #6DCC41;
    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: #000;
}

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;
}

:focus {
    outline: none;
}

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

   Typography

   ========================================================================== */
/* Basic text */
p {
    margin: 0 0 25px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}

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;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0 15px;
    font-weight: 700;
    font-family: Montserrat;
    color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
}

h1 {
    font-size: 60px;
    line-height: 75px;
}

h2 {
    font-size: 50px;
    line-height: 1.4;
}

h3 {
    font-size: 38px;
    line-height: 1.4;
}

h4 {
    font-size: 30px;
    line-height: 1.4;
}

h5 {
    font-size: 24px;
    line-height: 1.4;
}

h6 {
    font-size: 18px;
    line-height: 1.4;
}

/* 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 {
}

.comman_padding {
    padding-top: 75px;
    padding-bottom: 75px;
}

.comman_padding_top {
    padding-top: 75px;
    padding-bottom: 0;
}

.comman_padding_bottom {
    padding-bottom: 75px;
    padding-top: 0;
}

/* header css start */
.custom_header {
    background: #0000;
    width: 100%;
    z-index: 100;
    padding: 10px 0;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    z-index: 100;
    padding: 13px 0px;
}

.custom_header .container, section.banner_section .container {
    max-width: 1405px;
}

.menu_wrap ul {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.menu_wrap ul li {
    padding: 30px 20px;
}

ul#menu-main-menu li {
    list-style: none;
}

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

.menu_wrap ul li a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.15%;
    /* 21.987px */
}

.menu_wrap ul li a:hover {
    color: #6DCC41;
}

.col-md-2.col-2.menu_right:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 71px;
    left: 0px;
    position: absolute;
}

.menu_right {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 28px;
}

.col-md-8.col-8.menu_wrap.left {
    display: flex;
    justify-content: right;
}

.menu-main-menu-container button.sub-menu-toggle {
    display: none;
}

.menu_wrap ul.sub-menu {
    display: none;
    position: absolute;
    background: #6DCC41;
    z-index: 18;
    top: 65px;
    padding: 0px !important;
    width: 300px;
    max-width: 300px;
    height: auto;
    border-radius: 5px;
    transition: .3s all linear;
    overflow: hidden;
}

.menu_wrap ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.menu_wrap ul.sub-menu li {
    list-style: none;
    padding: 10px !important;
}

.menu_wrap ul.sub-menu li a {
    color: #000;
}

.menu_wrap ul.sub-menu li:hover {
    background-color: #6dcc41;
}

.menu_wrap ul.sub-menu li:hover a {
    color: #fff;
}

.menu_wrap ul li.menu-item-has-children:after {
    content: "\f107";
    color: #ffffff;
    position: absolute;
    right: -2px;
    top: 33px;
    font: normal normal normal 26px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}

/* header css end */
/* Common button css */
.common_button {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #6DCC41;
    padding: 11px;
    border: none;
}

.common_button:hover {
    background: #000;
    color: #6DCC41;
}

button.common_button {
    padding: 18px 20px;
    font-weight: 700;
}

.col-md-2.col-2.menu_right span {
    color: #6DCC41;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
}

.col-md-2.col-2.menu_right i {
    color: #6DCC41;
    padding-right: 5px;
}

.header_button:hover {
    color: #6DCC41;
}

.header_button {
    color: #ffffff;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px;
    border: none;
}

.banner_title a.common_button {
    padding: 20px 30px;
    margin-top: 30px;
    display: block;
    max-width: 240px;
}

.banner_title h2 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.2;
    margin-top: 15px;
}

/* common button css  */
/* banner section */
section.banner_section {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.banner_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000;
}

.row.banner_content {
    padding: 400px 0px 294px 0px;
}

h1.sub_top_title , h1.sub_mid_title, h1.sub_bot_title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 55px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
}

h1.sub_top_title {
    margin-bottom: 0px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
}

h1.sub_mid_title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    max-width: 855px;
}

h1.sub_mid_title span {
    color: #6DCC41;
}

a.but1 , a.but2 {
    width: 100%;
    padding: 26px 92px 27px 43px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    background: #6DCC41;
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    position: relative;
    margin-right: 8px;
}

a.but2 {
    background: #fff;
}

a.but1:hover {
    background: #ffffff;
}

a.but2:hover {
    background: #6dcc41;
}

.button_wrap {
    position: relative;
    margin-top: 21px;
    display: inline-block;
}

a.but1:after, a.but2:after {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 30px;
}

.form_wrapper {
    border-radius: 10px;
    border: 2px solid #6DCC41;
    background: #000;
    box-shadow: 0px 0px 7.8px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 25px;
}

p.form_subheading {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 22px;
}

p.form_subheading:before {
    content: "";
    background-image: url(../../../../../wp-content/uploads/2024/11/left-a.png);
    background-size: contain;
    width: 117px;
    background-repeat: no-repeat;
    position: absolute;
    left: 28%;
    height: 100%;
    top: 2px;
}

p.form_subheading:after {
    content: "";
    background-image: url(../../../../../wp-content/uploads/2024/11/right-a.png);
    background-size: contain;
    width: 117px;
    background-repeat: no-repeat;
    position: absolute;
    right: 28%;
    height: 100%;
    top: 2px;
}

section.form-section {
    margin-top: -6%;
}

section.form-section span.wpcf7-form-control-wrap input, section.form-section span.wpcf7-form-control-wrap date {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.21);
    background-color: #FFF;
    width: 100%;
    height: 44px;
    color: #989898;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.15%; /* 14.658px */
     -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

section.form-section span.wpcf7-form-control-wrap input::placeholder, section.form-section section.form-section input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date.form_control {
    color: #989898;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    width: 100%;
}

section.form-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 8px 20px;
    border-radius: 10px;
    background: #6DCC41;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 44px;
    width: 100%;
    border: 1px solid #6DCC41;
}

section.form-section input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: #fff;
}

section.form-section button.form_button {
    background: none;
    border: none;
    width: 12.5%;
    height: 44px;
    box-shadow: none;
    padding: 0;
}

/* span.wpcf7-spinner {
  display: none;
} */
section.form-section form.wpcf7-form.invalid p, section.form-section form.wpcf7-form.submitting p {
    display: inline-flex;
    flex-wrap: wrap;
}

section.form-section form.wpcf7-form.init p {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
}

section.form-section span.wpcf7-form-control-wrap {
    width: 21%;
    margin-right: 11px;
}

/* banner section */
/* choose us section */
section.benefits-section {
    padding-top: 90px;
    padding-bottom: 92px;
}

.heading_section h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 58px;
    margin-bottom: 42px;
}

.heading_section p {
    color: #242424;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    text-transform: capitalize;
    text-align: center;
    max-width: 1063px;
    margin: 0 auto;
}

.icon_section {
    margin-top: 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: row;
}

.inner_icon_wrap {
    width: 23%;
    border-radius: 20px;
    border: 1px solid #DADADA;
    background: #FFF;
    padding: 40px;
    height: 308px;
    max-height: 100%;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_icon_wrap p {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    /* 26.873px */
}

.inner_icon_wrap img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.inner_icon_wrap:hover {
    margin-top: -2%;
    border: 1px solid #6DCC41;
    box-shadow: 0px 0px 10px #6DCC41;
}

section.ev_charging_section {
    padding-bottom: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-color: #000;
}

/* choose us section */
/* electrical section   */
.charging_content_section a.but1,.charging_content_section a.but2 {
    padding: 26px 92px 27px 30px;
    width: 50%;
}

.charging_content_section {
    background: rgba(0, 0, 0, 0.72);
    padding: 48px 56px 47px 56px;
    width: 57%;
    text-align: left;
}

section.ev_charging_section .row {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
}

.charging_content_section h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 25px;
    padding-bottom: 0px;
}

.charging_content_section p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    margin-bottom: 52px;
}

.charging_content_section .button_wrap {
    display: inline-flex;
    width: 100%;
}

/* electrical section   */
/* Counter Section */
section.counter-section {
    padding-top: 153px;
    padding-bottom: 116px;
}

span.gill {
    color: #242424;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

section.counter-section .heading_section p {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    max-width: 750px;
}

section.counter-section h2 {
    margin-bottom: 25px;
}

section.counter-section .icon_section {
    margin-top: 30px;
}

span.counter {
    color: #6DCC41;
    font-family: Montserrat;
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    display: block;
    text-align: center;
}

.wrap_counter {
    display: inline-flex ;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Counter section */
/* Service Looking For */
section.service_looking_for {
    background: #2D2D2D;
    padding-top: 160px;
    padding-bottom: 180px;
    text-align: center;
}

.service_lookingfor_section h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 42px;
}

.service_lookingfor_section p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    max-width: 1063px;
    margin: 0 auto;
    margin-bottom: 73px;
    line-height: 40px;
}

.service_lookingfor_section {
}

.service_lookingfor_section .button_wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.service_lookingfor_section .button_wrap a.but1,.service_lookingfor_section .button_wrap a.but2 {
    display: block;
    width: 48%;
}
a.ser_button {
    color: #000;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.15%;
    display: inline-block;
}

.service_lookingfor_section .button_wrap a.ser_button {
    border-radius: 20px;
    border: 0px solid #000;
    background: #6DCC41;
    width: 48%;
    display: flex;
    align-items: center;
    padding: 46px 70px;
}
.service_lookingfor_section .button_wrap a.ser_button:hover{
    background-color:#fff;
}
.service_lookingfor_section .button_wrap a.ser_button span{
    padding-left: 60px
}
/* Service Looking For */
/* ev charging installation */
section.charging_installation {
    background-color: #000;
    padding-top: 118px;
    padding-bottom: 118px;
    position: relative;
}

section.charging_installation:after {
    content: "";
    background-image: url(../images/energy_saver.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 878px;
    height: 815px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.ev_charging_installation {
    z-index: 1;
}

.ev_charging_installation h1 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 78px;
    max-width: 1051px;
    margin: 0 auto;
}

.ev_charging_installation h1 span {
    color: #6DCC41;
}

.ev_charging_installation_inner {
    max-width: 60%;
    margin-top: 91px;
}

.ev_charging_installation_inner p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 41px;
}

.ev_charging_installation_inner h3 {
    color: #6DCC41;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 0px;
}

.ev_charging_installation_inner ul {
    padding-left: 25px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.ev_charging_installation_inner ul li {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.ev_charging_installation_inner a.but1 {
    color: #000;
    display: block;
    max-width: 300px;
    margin: 0;
    text-align: center;
    padding: 20px 35px;
}

.ev_charging_installation_inner a.but1:after {
    position: relative;
    top: 2px;
    right: 0;
    margin-left: 14px;
}
.ev_charging_installation_inner a.but1:hover {
    color: #000;
}

/* ev charging installation */
/* reliable service section */
section.reliable_service {
    padding-top: 170px;
    padding-bottom: 155px;
}

section.reliable_service h1 {
    color: #000;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    width: 616px;
    margin-bottom: 30px;
    padding-bottom: 0px;
}

section.reliable_service p {
    color: #242424;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
}

.reliable_service_inner.col-md-7 {
    padding-right: 93px;
}

.reliable_service_image_section.col-md-5 img {
    border-radius: 35px;
}

/* reliable service section */
/* services section */
section.services_section {
    padding-top: 90px;
    padding-bottom: 220px;
    background-image: url(../../../../../wp-content/uploads/2024/11/services_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.services_content {
    border-radius: 30px;
    background: #000;
    padding: 40px;
    height: 100%;
    padding-right: 34px;
}

.services_content img {
    width: 145px !important;
    height: 157px;
    object-fit: cover;
    margin-bottom: 21px;
}

.pro_item {
    padding: 10px 0px;
    height: 100%;
}

.services_content h4 {
    color: #FFF;
    font-family: 'Mona-Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.services_content p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    margin-bottom: 10px;
}

.services_content a {
    display: inline-flex;
    padding: 8px 16px 9px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #6DCC41;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.services_content a:hover{
    background:#fff;
    color: #6DCC41;
}
.our_services_slider.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
    margin-top: 62px;
    position: absolute;
}

.our_services_slider.owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-dot.active span {
    background: #6DCC41;
    width: 22px;
    height: 22px;
}

.our_services_slider.owl-carousel.owl-theme.owl-loaded.owl-drag button.owl-dot span {
    background: #D9D9D9;
    width: 22px;
    height: 22px;
}

section.services_section h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 0px;
}

section.services_section span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    text-transform: capitalize;
    text-align: center;
    display: block;
}

section.services_section .heading_section {
    margin-bottom: 92px;
}

section.services_section .row {
    position: relative;
}

a.services_button {
    padding: 16px 33px 17px 34px;
    border-radius: 10px;
    background: #6DCC41;
    position: absolute;
    bottom: -102px;
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    max-width: 258px;
    right: 12px;
}

a.services_button:hover {
    color: #6DCC41;
    background: #000;
}

section.services_section row {
    position: relative;
}

/* services section */
/* package section */
section.package_section.layout_padding {
    background: #000;
    padding-top: 101px;
    padding-bottom: 130px;
}

section.package_section.layout_padding h4 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 36px;
    padding-bottom: 0px;
}

section.package_section.layout_padding p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 37px;
}

section.package_section.layout_padding .col-md-6 {
    padding: 25px 56px 56px 56px;
    text-align: center;
}

section.package_section.layout_padding a {
    padding: 16px 41px 17.294px 41px;
    border-radius: 10px;
    background: #6DCC41;
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    display: block;
    max-width: 279px;
    margin: 0 auto;
}

section.package_section.layout_padding a:hover {
    color: #6DCC41;
    background: #fff;
}

section.package_section.layout_padding .row .col-md-6 {
    font-size: 20px !important;
}

.col-md-6.border-r {
    position: relative;
}

.col-md-6.border-r:after {
    content: "";
    border-right: 1px dashed #fff;
    flex: 1;
    position: absolute;
    right: 0;
    top: 50px;
    height: 290px;
}

/* package section */
/* Testimonial section */
section.testimonials_section {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #fff;
}

section.testimonials_section h2 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 54px !important;
    max-width: 708px;
    margin: 0 auto;
}

.testimonial_wrap {
    position: relative;
    padding: 41px 68px 41px 104px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    background: #FFF;
    margin-left: 70px;
    transition:.5s;
}
.testimonial_wrap:hover{
    border: 1px solid #6DCC41;
    box-shadow:0px 0px 10px #6DCC41;
}
.testimonial_image_wrap img {
    width: 147px !important;
    height: 148px;
    border-radius: 50%;
}

.testimonial_image_wrap {
    position: absolute;
    left: -70px;
    z-index: 100;
}

.testimonial_content p {
    color: #242424;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
}

.testimonial_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial_inner h5 {
    color: #6DCC41;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 39px;
    margin-bottom: 0px;
}

.rating i.fa.fa-star {
    color: #EAC324;
}

.rating i.fa.fa-star-o {
    color: #D1A118;
}

.our_testimonials_slider.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
    margin-top: 54px;
}

.our_testimonials_slider.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots button.owl-dot span {
    background: #D9D9D9;
    width: 22px;
    height: 22px;
}

.our_testimonials_slider.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots button.owl-dot.active span {
    background: #6DCC41;
}

/* testimonial section */
/* Faq section */
section.faq_section.layout_padding {
    background: #F0F0F0;
    padding-top: 130px;
    padding-bottom: 130px;
}

section.faq_section.layout_padding h4.faq {
    color: #000;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    /* 58.632px */
    text-align: center;
    margin-bottom: 50px;
}

section.faq_section.layout_padding h3 {
    display: none !important;
}

section.faq_section.layout_padding span.fa.fa-laptop {
    display: none;
}

section.faq_section.layout_padding .wpsm_panel-default > .wpsm_panel-heading{
    padding:0px;
    border-radius: 10px;
}
section.faq_section #wpsm_accordion_508 .wpsm_panel-default > .wpsm_panel-heading{
    background: transparent !important;
}
section.faq_section.layout_padding .wpsm_panel-default > .wpsm_panel-heading a{
    padding: 22px 27px 21px 25px !important;
    border-radius: 10px;
    background: #6DCC41;
}
section.faq_section.layout_padding .wpsm_panel-default > .wpsm_panel-heading a.collapsed{
    background: #fff;
}
section.faq_section #wpsm_accordion_508 .ac_open_cl_icon.fa-minus {
    background: #6DCC41 !important;
}
.wpsm_panel.wpsm_panel-default {
    background: #0000;
    border: none;
    box-shadow: none;
}

span.ac_open_cl_icon.fa.fa-minus, span.ac_open_cl_icon.fa.fa-plus {
    float: right;
    margin-top: 5px;
}

span.ac_title_class {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 24.43px */
}

.wpsm_panel.wpsm_panel-default {
    margin-top: 10px !important;
}

section.faq_section .wpsm_panel-body {
    border: none;
    color: #242424;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 732px;
    padding: 37px 0px 42px 42px;
}

.wpsm_panel-heading.active {
    background-color: #6DCC41 !important;
}

/* Faq Section */
/* need help section */
section.need_help_section {
    background-image: url(../../../../../wp-content/uploads/2024/11/need_help_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-top: 54px;
    padding-bottom: 54px;
    background-color: #000;
}

section.need_help_section .need_help_inner {
    max-width: 502px;
    padding-top: 55px;
}

.need_help_inner h4 , .need_help_form h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 30px;
}

.need_help_inner p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
}

.need_help_button {
    border-radius: 10px;
    background: #6DCC41;
    padding: 11px 43px;
    display: inline-block;
    max-width: 290px;
}

.need_help_button span, .need_help_button a {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: block;
    padding-bottom: 4px;
}

.need_help_button:hover {
    background: #fff;
}
.need_help_button i.fa{
    margin-right:10px
}
.need_help_form form.wpcf7-form.init p , .need_help_form form.wpcf7-form.submitting p, .need_help_form form.wpcf7-form.invalid p {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0;
}

.need_help_form span.wpcf7-form-control-wrap {
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
}
.need_help_form input {
    border-radius: 10px;
    background: #FFF;
    width: 100%;
    height: 61px;
    color: #9C9C9C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    letter-spacing: -0.64px;
    padding: 0px 20px;
    border: 1px solid #fff;
}
.need_help_form textarea.wpcf7-form-control.wpcf7-textarea.form_quote {
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    padding: 14px 20px;
    max-width: 100%;
    height: 136px;
    margin-bottom: 20px;
    resize: none;
}

form.wpcf7-form.sent span.wpcf7-form-control-wrap input, form.wpcf7-form.sent span.wpcf7-form-control-wrap textarea {
    margin-bottom: 20px !important;
}

.need_help_form input.wpcf7-form-control.wpcf7-submit.has-spinner.form_quote {
    border-radius: 10px;
    background: #FFF;
    padding: 21px 0px 20px 0px;
    height: 61px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    /* 19.544px */
    letter-spacing: -0.64px;
    color: #9C9C9C;
    max-width: 200px;
    text-transform: uppercase;
    transition: 0.4s;
    outline: none;
}

.need_help_form input.wpcf7-form-control.wpcf7-submit.has-spinner.form_quote:hover {
    background: #6DCC41;
    color: #fff
}

.need_help_form textarea.wpcf7-form-control.wpcf7-textarea.form_quote::placeholder {
    color: #9C9C9C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    /* 19.544px */
    letter-spacing: -0.64px;
}

.need_help_form input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email.form_quote::placeholder {
    color: #9C9C9C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    /* 19.544px */
    letter-spacing: -0.64px;
}

.need_help_form input.wpcf7-form-control.wpcf7-text.form_quote::placeholder {
    color: #9C9C9C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    /* 19.544px */
    letter-spacing: -0.64px;
}

.need_help_form input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number.form_quote::placeholder {
    color: #9C9C9C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    /* 19.544px */
    letter-spacing: -0.64px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    color: #f00;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
/* need help section */
/* footer  */
footer {
    background: #000;
    padding: 75px 0px;
}

.footer_logo_section img {
    width: 182px !important;
    !i;!; height: 133px;
    margin-bottom: 24px;
}

.footer .col-md-2,.footer .col-md-3 {
    padding-top: 55px;
}

.col-md-3.no-pad {
    padding-top: 0px;
}

.quick_links h4, .contact_information h4 {
    color: #6DCC41;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 22px */
    letter-spacing: -1.1px;
    text-transform: capitalize;
}

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

.footer_menu ul li {
    list-style: none;
}

.footer_menu ul li a {
    list-style: none;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
}

.footer_menu ul li a:hover {
    color: #6dcc41;
}

.email_details span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
}

.phone_number span, .phone_number a, .email_details span, .email_details a, .location_details span, .location_details a, .location_details p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    display: block;
    text-transform: capitalize;
}

.phone_number a, .email_details a, .location_details, .location_details p {
    font-weight: 500;
    color: #fff;
}

.phone_number a:hover, .email_details a:hover {
    color: #6dcc41;
}

.phone_number, .email_details {
    margin-bottom: 20px;
}

section.copyright {
    padding-top: 110px;
    text-align: center;
}

section.copyright p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}

.footer_logo_section p {
    padding-right: 20px;
}

/* footer */
.page-id-104 .custom_header, .page-id-106 .custom_header {
    background: #000;
    position: relative;
}

section.other_pages {
    background: #ffffff;
    text-align: center;
    padding: 50px 0px;
    color: #6cd412;
}

section.other_pages a {
    color: #000;
    font-weight: 800;
}
.counter-section .inner_icon_wrap {
    width: 31.3333%;
    padding: 40px 8%;
}
.faq_section #wpsm_accordion_508 .wpsm_panel-body {
    background: transparent !important;
    border: none !important;
    max-width: 100%;
    font-family: Montserrat !important;
    font-size: 18px !important;
    line-height: 30px !important;
    font-style: normal;
    font-weight: 400;
}
.faq_section .wpsm_panel-heading.acc-a {
    background: red !important;
}
.faq_section .wpsm_panel-group {
    max-width: 1106px;
    width: 100%;
    margin: auto;
}
section.inner-banner-section {
    height: 713px;
    background-color: #000;
    background-size: cover;
    border-radius: 0px 0px 20px 20px;
    display: flex;
    align-items: center;
}

section.inner-banner-section h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    position: relative;
}

section.inner-banner-section h1:after {
    content: '';
    width: 131px;
    height: 12px;
    background: #6DCC41;
    position: absolute;
    left: 0px;
    bottom: -20px;
}
.abt_img {
    /* background: #000; */
}
.abtmain_repeater_content .row:nth-child(2n) {
    flex-direction: row-reverse;
    padding: 40px 0px
}

.abt_img img {
    border-radius: 30px;
    background: #000;
}

.inn_about_content h4 {
    color: #000;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.15%; 
    text-transform: uppercase;
    margin-bottom: 30px;
}

.inn_about_content p {
    color: #242424;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px; 
}

.inn_about_content p:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

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

.inn_about_content {
    padding-left: 38px;
}
.abtmain_repeater_content .row:nth-child(2n) .inn_about_content {
    padding-right: 40px;
    padding-left:0px;
}
.abtmain_content h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.15%; 
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.abtmain_content h5 {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    padding: 0px 12%;
    margin: 0;
}

.container-fluid.about_content_wrapper {
    padding: 100px 0px;
}

.abtmain_content {
    padding-bottom: 70px;
}
.container-fluid.why_choose_us_wrapper {
    background: #000;
    padding: 100px 0px;
}
.abtmain_content.why_content h2, .abtmain_content.why_content h5 {
    color: #fff;
}
.inn_whyus_items {
    border-radius: 20px;
    border: 1px solid #DADADA;
    background: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px 49px 49px 0px;
    transition: .4s;
}
.inn_whyus_items:hover{
    border: 1px solid #6DCC41;
    box-shadow:0px 0px 10px #6DCC41
}
.whyus_content h6 {
    color: #6DCC41;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 156%; 
    text-transform: capitalize;
}

.whyus_content p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 156%;
    text-transform: capitalize;
}
.whyus_repeater_content .row {
    justify-content: space-between;
}
.whyus_content {
    width: 90%;
    padding-left: 15%;
}

.whyus_icon {
    margin-left: -41px;
}

.whyus_items {
    width: 46%;
    margin-bottom: 50px;
}
.why_text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 156%;
    width: 60%;
}

.whyus_bottom_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}
a.custom-btn {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.15%; 
    border-radius: 10px;
    background: #6DCC41;
    padding: 30px 77px;
    display: inline-block;
}

a.custom-btn:hover {
    background: #fff;
}

.custom-btn {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.15%; 
    border-radius: 10px;
    background: #6DCC41;
    padding: 30px 77px;
    display: inline-block;
}

a.custom-btn:hover {
    background: #fff;
}
section.blog {
    padding: 100px 0px 50px;
}
.blog_wrap {
    height: 100%;
    border-radius: 35px;
    background: #F2F2F2;
    overflow: hidden;
    padding: 15px 15px 40px;
    transition:.4s;
}
.blog_wrap:hover{
    background: #6DCC41;
}
.blog_image img {
    height: 340px !important;
    border-radius: 30px;
    width: 100% !important;
    object-fit: cover;
    background-color:#000;
}

.blog_image {
    margin-bottom: 22px;
}

h5 {
    color: #000;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.15%;
}

.blog_content p {
    color: #242424;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
    min-height: 220px;
}
.date {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    text-transform: capitalize;
    padding: 10px 0px 15px;
}

.blog_read_more {
    padding: 12px 14.682px 12px 17px;
    border-radius: 10px;
    background: #6DCC41;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.15%;
    display: inline-block;
    transition:.4s;
}
.blog_wrap:hover .blog_read_more{
    background:#000;
    color: #fff;
}
.blog_wrap_outer {
    padding: 0px 10px;
    margin-bottom: 30px;
}
.load_more_btn{
	text-align: center;
	padding-top: 40px;
}
a#loadMoregallery {
    padding: 28px 40px 25px;
    border-radius: 10px;
    background: #6DCC41;
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.15%;
    display: inline-block;
    transition:.4s;
}
a#loadMoregallery:hover {
    background: #000;
    color: #fff;
}
.container-fluid.default_wrapper {
    padding: 80px 0px;
}

.single-post section.testimonials_section {
    background: #f1f1f1;
}

.container-fluid.blogs_wrapper {
    padding: 80px 0px 60px;
}

.container-fluid.blogs_wrapper h2 {
    text-align: center;
    margin-bottom: 30px;
}
.services_items .blog_wrap {
    padding: 0px;
}

.services_items .blog_image img {
    border-radius: 0px;
}

.services_items .blog_content {
    text-align: center;
    padding: 15px 20px 35px;
}

.services_items .blog_content h5 {
    text-transform: uppercase;
    padding: 0px 10px;
    min-height: 68px;
}
.service_btn {
    display: flex;
    justify-content: space-evenly;
    padding: 0px 42px;
}

.services_items .blog_content h5 a {
    color: #000;
}
.row.services_content_boxes {
    border-radius: 35px;
    background: #000;
    overflow: hidden;
}

.services_image {
    padding: 0px;
}

.services_re_content{
    display: flex;
    align-items: center;
}
.services_re_content .inn_services_content h3 {
    color: #fff;
}
.inn_services_content h3 {
    color: #000;
    text-transform: uppercase;
    line-height: 122.15%;
    font-family: Montserrat;
}
.inn_services_content p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}
.inn_services_content p:last-child{
    margin-bottom:0px;
}
.inn_services_content a.custom-btn {
    padding: 22px 50px;
}
.services_re_content .yrm-btn-wrapper span {
    color: #fff;
}
.services_re_content .yrm-toggle-expand {
    max-width: 100%;
    border: none !important;
}
.services_re_content .yrm-btn-wrapper {
    text-align: left !important;
    padding-bottom: 20px;
}
.services_common_content p {
    color: #242424;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 154.15%;
}

.services_common_content {
    padding: 60px 5%;
    text-align: center;
}
.services_common_content h2 {
    text-transform: uppercase;
}
.services_repeater_content {
    padding: 35px 0px;
}

.services_items .inn_services_items {
    border-radius: 35px;
    background: #E3E3E3;
    padding: 90px 41.938px 77.706px;
    height: 100%;
}

.services_items .services_content_inn h4 {
    color: #000;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.15%;
    text-transform: uppercase;
    margin: 0;
    min-height: 130px;
}

.services_items .services_content_inn p {
    color: #242424;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    margin: 0;
    padding: 20px 0px 24px;
    min-height: 240px;
}

.services_items .btn {
    padding: 0;
}
.services_items {
    margin-bottom: 25px;
}
.container-fluid.all_services_wrapper {
    background: rgba(227, 227, 227, 0.19);
    padding: 80px 0px;
}

.container-fluid.all_services_wrapper h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    font-size: 70px;
    position: absolute;
    line-height: 9px;
    top: 0;
    color: #000;
}

.blogs_slider {
    position: relative;
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto 0px !important;
    height: 30px;
}
.owl-carousel .owl-nav button.owl-next{
    right: -60px;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -60px;
}
.workplace_btn a {
    border: 2px solid #6DCC41;
    max-width: 416px;
    height: 86px;
    width: 100%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workplace_btn a img {
    margin-right: 20px;
}

.workplace_btn {
    display: flex;
    justify-content: center;
    padding-top: 100px;
}
.page-id-824 .inn_about_content {
    padding-right: 38px;
	padding-left: 0px;
}
.page-id-824 .abtmain_repeater_content .row:nth-child(2n) .inn_about_content {
    padding-right: 0px;
    padding-left: 40px;
}


.container-fluid.simple_steps_wrapper {
    background: #000;
    padding: 100px 0px 220px;
    margin-top: 100px;
}
.inn_steps_items {
    max-width: 452px;
    width: 100%;
    height: 452px;
    background: #2F2F2F;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.inn_services_content h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.15%;
    text-transform: uppercase;
}

.inn_services_content h5 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%;
    padding: 20px 0px;
}

.inn_services_content {
    padding-bottom: 5%;
}
.steps_content_inn h4 {
    color: #6DCC41;
    text-align: center;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.15%; 
    text-transform: uppercase;
}

.steps_content_inn p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.15%; 
}

.steps_icon {
    position: absolute;
    top: 0;
    left: -20px;
}

.steps_content_inn {
    padding: 0px 15%;
}
.inn_steps_items:after {
    content: '';
    position: absolute;
    left: 0;
    right:0px;
    bottom: -84px;
    margin:0px auto;
    width: 131px;
    height: 96px;
    background-image: url('../images/circle_arrow.png');
}
.steps_items {
    position: relative;
}

img.spring {
    position: absolute;
    right: -55px;
    bottom: 15px;
}
.steps_items:last-child img.spring{
    display:none;
}
.number {
    position: absolute;
    right: 98px;
    bottom: -85px;
    color: #6DCC41;
    text-align: center;
    font-family: Arial;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    letter-spacing: -6.4px;
    text-transform: uppercase;
}

.services_details_wrapper .inn_services_content {
    padding: 8% 8% 40px;
}
.services_details_wrapper h2, .services_details_wrapper h3,.services_details_wrapper h5, .services_details_wrapper p {
    color: #000;
    text-align: center;
}
.container-fluid.services_details_wrapper {
    padding-bottom: 60px;
}
.services_repeater_content .row {
    margin: 0px -20px;
}
.row.services_content_boxes .inn_services_content {
    padding-bottom: 0%;
    padding-right: 5%;
}
.fade:not(.show) {
    opacity: 1;
}
.tab-content {
    height: 539px;
    border-radius: 35px;
    border: 1px solid rgba(0, 0, 0, 0.22);
    background: #FFF;
    overflow:hidden;
}
.tab-pane,.tab-pane p, .tab-pane iframe {
    width: 100%;
    height: 100%;
}
ul.nav.nav-tabs li a {
    border-radius: 25px 25px 0px 0px;
    background: #EBEBEB;
    padding: 21px 23px 15px 24px;
    display: flex;
    width: 354px;
    height: 69px;
    justify-content: center;
    align-items: center;
    color: #979797;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.15%;
    text-transform: uppercase;
}

ul.nav.nav-tabs li {
    padding: 0px 8px;
}

ul.nav.nav-tabs li.active a, ul.nav.nav-tabs li a:hover {
    color: #000;
    background: #6DCC41;
}

ul.nav.nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
}
.container-fluid.contact_details_box_wrapper {
    padding: 80px 0px 50px;
}
ul.contact_items_li {
    background: #E9E9E9;
    display: flex;
    border-radius: 20px;
    justify-content: space-between;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

ul.contact_items_li li {
    list-style: none;
    padding: 0px 30px 0px 31px;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.15%; /* 21.987px */
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

ul.contact_items_li li:last-child {
    padding: 0;
}

ul.contact_items_li li:nth-child(2) {
    background: #F5F3F3;
}

ul.contact_items_li li a.custom-btn {
    border-radius: 0;
    background:#6DCC41;
}

ul.contact_items_li li a.custom-btn:hover {
    background: #000;
    color: #fff;
}

.input_fields input {
    width: 100%;
}

.contact_form_wrp form.wpcf7-form.init p {
    display: block;
}
.inn_cfw_wrp input, .input_fields select, .input_fields textarea{
    color: #001837;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    border-radius: 5px;
    border: 1px solid #EEE;
    background-color: #F7F7F7;
    width: 100%;
    height: 48px;
    padding: 0px 20px;
    margin-bottom: 10px;
}

.input_fields select {
    background-image: url('../images/select.png');
    background-repeat: no-repeat;
    background-position: 96% center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.input_fields textarea{
    height: 168px;
    resize: none;
    padding: 15px 20px;
    margin: 0;
}
.inn_cfw_wrp input.submit_btn{
	border-radius: 4px;
	background: #000;
	color: #FFF;
	text-align: center;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 22.1px; 
	text-transform: uppercase;
    transition:.4s;
}
.inn_cfw_wrp input.submit_btn:hover{
    background: #6DCC41;
}
.input_fields ::placeholder {
  color: #001837;
  opacity: 1; 
}

.input_fields ::-ms-input-placeholder { 
  color: #001837;
}
.input_fields {
    padding: 0px 6px;
}
.inn_ad_items {
    border-radius: 20px;
    border: 1px solid #DADADA;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 14px 18px;
    gap: 14.459px;
    height: 88px;
}

.cd_content h6 {
    color: #242424;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 122.15%;
    text-transform: uppercase;
    margin: 0;
}

.cd_content a {
    color: #242424;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.15%;
}
.cd_content a:hover{
    color: #6DCC41;
}
.cd_icon {
    width: 64px;
    text-align: center;
}

.cd_content {
    width: 73%;
}
.inn_cdw_wrp .contact_details_items:nth-child(2) {
    padding: 10px 0px;
}

.inn_cfw_wrp .row {
    margin: 0;
}
.container-fluid.contact_content_wrapper {
    padding: 80px 0px 60px;
}
span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border: 1px solid #f00!important;

}
.footer_logo_section p {
    color: #fff;
    font-weight: 500;
}
section.bottom_form {
    height: 670px;
}

section.bottom_form iframe {
    height: 100%;
}
.blogs_slider .services_items {
    margin-bottom: 0px;
    padding: 0px 10px;
}
.need_help_form {
    padding-right: 10%;
}
.need_help_form .col-md-12 {
    padding: 0;
}
.need_help_form input {
    margin-bottom: 20px;
}
.services_common_content h5 {
    color: #242424;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #6DCC41;
    text-decoration: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input[type="date"]
{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-width:90%; 
}
section.other_pages a:hover {
    color: #6cd412;
}
.client_logo_wrp {
    padding: 50px 10%;
}
.logo_items {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 203px;
}
.logo_items img{
    width:auto !important;
}
.yrm-btn-wrapper span {
    display: inline-block;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 5px 10px;
}
.services_re_content li {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.services_details_wrapper ul, .services_common_content ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.services_details_wrapper  li, .services_common_content li {
    list-style: none;
    width: 32%;
    text-align: center;
    border: 1px solid #000;
    padding: 18px;
    margin: .5%;
    color: #000;
}