/* ================================
   Font family
   ================================ */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700|Ubuntu:300,400,400i,500,700&display=swap');

/*
font-family: 'Roboto', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/

/* ================================
   Generic
   ================================ */

body, p {
    font-family: 'Roboto', sans-serif;
}

a:visited {
    color: #606060;
}

ul {
    padding: 0;
    margin: 0;
}

.home_banner {
    overflow: hidden;
}

.logo,
button,
.standard-link .vc_general.vc_btn3.vc_btn3-size-md:before,
.white-link .vc_general.vc_btn3.vc_btn3-size-md:after,
.nav-menu.navigation-main li a:after,
.site-header,
span.menu-text
a {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

body.home .entry-content {
    margin-top: 0;
}

.entry-content {
    padding: 0px 70px;
}


/* ================================
   Btns
   ================================ */

body {
    padding-top: 110px;
}

.bannertxt .phone-banner {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
}

.bannertxt .phone-banner span {
    white-space: nowrap;
    font-size: 24px;
    margin-right: 23px;
}

.green-sec .wpb_wrapper p {
    margin-bottom: 5px;
}

.green-sec ul.contact-info li a:hover, .subheader_content ul.contact-info li a:hover {
    color: #e8bd0f;
}

.bannertxt .vc_column-inner > .wpb_wrapper * {
    color: #fff;
    position: relative;
}

.bannertxt.banner-slider-text {
    margin-bottom: 0px;
}

.bannertxt.banner-slider-text .vc_column-inner {
    margin-bottom: 170px;
}

.bannertxt .vc_column-inner .green-sec {
    background-color: #1d4d3d;
    width: 100%;
    max-width: 770px !important;
    padding: 15px 60px;
    right: 0;
    position: absolute;
}

.green-sec .wpb_wrapper strong {
    display: block;
    margin-bottom: 3px !important;
}

.bannertxt .vc_column-inner > .wpb_wrapper:before {
    content: '';
    background: #091f4d;
    position: absolute;
    left: -100px;
    height: 100%;
    width: calc(100% + 100px);
    top: 0;
    opacity: 0.72;
}

body:not(.home).bannertxt:after {
    content: '';
    position: absolute;
    background: #4c4c4c;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.banner-slider-text, .banner-slider-text p {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.site-header.stickMenu {
    background: #fff;
    box-shadow: 0px 0px 2px #0000006b;
}

.green-sec .wpb_wrapper ul.contact-info {
    display: block;
    width: 100%;
}

.standard-link a:after {
    font-family: 'icomoon' !important;
    content: "\e90b";
}

.white-link .vc_general.vc_btn3.vc_btn3-size-md:after {

    font-family: 'icomoon' !important;
    content: "\e918";
}

.white-link .vc_general.vc_btn3.vc_btn3-size-md:after {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 24px;
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

.white-link .vc_general.vc_btn3.vc_btn3-size-md:hover {
    color: #000000;
}

.white-link .vc_general.vc_btn3.vc_btn3-size-md:hover:after {
    color: #020064;
}


@-webkit-keyframes mover {
    0% {

        top: -1px;
    }
    100% {
        top: 20px;
    }
}

.standard-link a::after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 16px;
}

.standard-link .vc_general.vc_btn3.vc_btn3-size-md {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0px 30px 0 0;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
    line-height: 30px;
    color: #4a9e6a;
    font-weight: 400;
    text-transform: uppercase;
}

.standard-link.blue-btn .vc_general.vc_btn3.vc_btn3-size-md {
    color: #121754;
    text-transform: inherit;
    font-weight: 400;
    font-size: 18px;
}

.standard-link.blue-btn .vc_general.vc_btn3.vc_btn3-size-md:hover {
    color: #4a9e6a;
}

.standard-link.blue-btn .vc_general.vc_btn3.vc_btn3-size-md:hover:before {
    background: #4a9e6a;
}

.standard-link.blue-btn a::after {
    content: '\e901';
    font-size: 19px;
}

.standard-link .vc_general.vc_btn3.vc_btn3-size-md:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 0%;
    background: #020064;
    bottom: 0;
}

.standard-link .vc_general.vc_btn3.vc_btn3-size-md:hover:before {
    width: 100%;
}

.standard-link.white-txt .vc_general.vc_btn3.vc_btn3-size-md {
    color: #fff;
}

.standard-link.white-txt .vc_general.vc_btn3.vc_btn3-size-md:hover {
    color: #e8bd0f;
}

.standard-link.white-txt .vc_general.vc_btn3.vc_btn3-size-md:hover:before {
    background: #e8bd0f;
}

.white-link .vc_general.vc_btn3.vc_btn3-size-md {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 20px 0px 20px 30px;
    background: transparent;
    border-radius: 0;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    margin-left: 30px;
}


/* ================================
   Banner
   ================================ */

.banner-slider-text h4 {
    color: #fff;
    margin-bottom: 0;
}

.bannertxt.banner-slider-text .wpb_text_column {
    max-width: 500px;
    margin-bottom: 60px;
}

.banner-header h1 {
    position: relative;
    margin-bottom: 0 !important;
    line-height: 1.1;
}

.banner-header h1:before {
    content: '';
    background-color: #020064;
    width: 160%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
}

.standard-header {
    overflow: inherit;
}

body .banner-img {
    min-height: 860px;
    margin-bottom: 60px;
}

#main {
    padding-top: 0px !important;
}

#side-header,
.layout-boxed-mode .side-header-wrapper,
.side-header-background {
    background: transparent;
}

.innerpage-banner .vc_column-inner > .wpb_wrapper .banner-header {
    font-size: 36px;
}

.innerpage-banner .vc_column-inner > .wpb_wrapper .standard-link {
    margin-bottom: 0;
    margin-top: 20px;

}

/* ================================
   Footer
   ================================ */


ul#menu-menu-footer li a {
    color: #606060 !important;
}

footer ul li {
    display: block !important;
}


footer ul li {
    padding-left: 0;
    line-height: 1.6;
}

footer a:hover,
footer ul li a:hover,
ul#menu-menu-footer li a:hover {
    color: #428d55 !important;
}

.standard-link .vc_general.vc_btn3.vc_btn3-size-md:hover {
    text-align: center;
    padding: 0px 30px 0 15px;
    color: #020064;
}

.caps-b {
    font-weight: bold;
    margin-bottom: 25px;
}

span.smal-b {
    font-weight: 300;
    margin-top: 20px;
    display: inline-block;
}

body:not(.home) {
    padding-top: 120px !important;
}

.main-heading,
body:not(.home) h5 {
    color: #1e1f1e;
    font-weight: 400;
}

/* footer */
ul.footer-left, ul.footer-left a {
    font-size: 14px;
    line-height: 36px;
    color: #838383;
    font-weight: 400;
}

ul.footer-right, ul.footer-right li, ul.footer-right li a {
    font-size: 14px;
    line-height: 36px;
    color: #c9c9c9;
    font-weight: 400;
}

footer.site-footer {
    background: transparent;
    overflow: initial;
    color: #606060;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 80px 140px 0;
    width: calc(100% - 150px);
    margin: 50px auto 0;
    border-top: 1px solid #020064;
}

.row-footer {
    display: flex;
    flex-wrap: wrap;
    color: #606060;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
    width: 100%;
    align-items: end;
    margin-bottom: 45px;
}

.row-footer .widget-inner {
/*    width: calc(100% / 3);*/
    width: calc(100% / 4);
    padding-bottom: 0px;
    padding-right: 5%;
}

.row-footer h3 {
    text-transform: capitalize;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    color: #2b2b2b;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
}

footer a, footer ul.contact-info li, footer ul.contact-info li a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 36px;
    color: #1d4d3d;
    font-weight: 400;
}

footer ul.contact-info .icon-phone:before {
    content: 'T';
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}


footer ul.contact-info {
    padding: 0px 0 0 0;
    margin: 0;
    display: flex;
}

footer ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #838383;
    font-weight: 400;
    position: relative;
}

footer a:before,
footer ul li a:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 0;
    bottom: -5px;
    right: 0;
    border-bottom: 1px solid #00847c;
    left: auto;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

footer a:hover:before,
footer ul li a:hover:before {
    opacity: 1;
    width: 100%;
    left: 0;
}

footer .widget-inner .widget {
    margin-bottom: 0;
}

footer .widget-inner .widget p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #838383;
    font-weight: 400;
}

/*.row-footer .widget-inner:last-child p {
    color: #fff;
}*/

.row-footer .widget-inner:last-child h3.widget-title:after {
    content: '';
    background-color: #fff;
    height: 1px;
    position: absolute;
    left: 170px;
    top: 50%;
    width: 100%;
    z-index: 9999;
}

.row-footer .widget-inner:last-child h3.widget-title {
    color: #fff;
}

/*.row-footer .widget-inner:last-child p a {
    color: #fff;
}*/


.copyright a {
    line-height: 30px;
    font-size: 15px;
}

.copyright {
    color: #c9c9c9 !important;
    line-height: 30px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 10px;
}

.copyright ul {
    padding: 0;
    margin-right: 120px;
}

.copyright > div {
    display: flex;
    justify-content: space-between;
}

ul.social-media-list li a {
    font-size: 18px;
}

ul.social-media-list li {
    margin-left: 15px;
    font-size: 18px;
}

footer .widget-inner .widget p:last-child {
    margin-bottom: 0;
}

.row-footer .widget-inner:last-child {
    padding-right: 0;
    width: 24%;
}


.row-footer .widget-inner:nth-child(3) {
    width: 18%;
}

.row-footer .widget-inner:nth-child(2) {
    width: 23%;
}

.row-footer .widget-inner:nth-child(1) {
/*    width: 40%;*/
    width: 35%;
}

/* ================================
   Header
   ================================ */

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

footer a,
.contact-info li,
.contact-info li a {
    position: relative;
}

ul.contact-info li:last-child {
    border: 0;
    padding-right: 0;
}

.subheader_content {
    padding-right: 0px;
    position: relative;
    margin-bottom: 5px;
    padding-top: 15px;
}

header ul.contact-info li {
    margin-right: 0px;
    border-right: 0px solid #fff;
    padding-right: 0px;
}

header ul.contact-info li:last-child {
    margin-right: 0px;
    margin-left: 10px;
    display: none;
}

.subheader_content ul.contact-info {
    float: right;
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #020064;
    font-weight: 300;
}

.nav-menu.navigation-main > li > a {
    font-size: 18px;
    line-height: 30px;
    color: #030303;
    font-weight: 300;
    position: relative;
    padding-bottom: 30px;
    outline: none;
}

.nav-menu.navigation-main > li > a:hover, .nav-menu.navigation-main li.current-menu-item a {
    color: #020064 !important;
}

.nav-menu.navigation-main li.current-menu-item a:after,
.nav-menu.navigation-main li a:after {
    content: '';
    position: absolute;
    background: transparent;
    border-left: 9px solid #0000;
    border-right: 9px solid #0000;
    border-bottom: 14px solid #020064;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.nav-menu.navigation-main li.current-menu-item a:after,
.nav-menu.navigation-main li a:hover:after {
    bottom: 2px;
    opacity: 1;
    visibility: visible;
}

body {
    overflow-x: hidden;
}

.subheader_content ul.contact-info li, .subheader_content ul.contact-info li a {
    color: #020064;
}

.subheader_content ul.contact-info li span {
    font-size: 16px;
    margin-right: 5px;
}

.main-navigation li {
    padding-right: 16px;
    border-right: 0px solid #737373;
    padding-left: 16px;
}

.main-navigation .nav-menu > li.menu-item-has-children > a:before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: -25px;
    top: 8px;
    color: #020064;
    font-size: 18px;
    font-weight: 600;
    content: "\f0d7";
}

.main-navigation li.menu-item-has-children {
    position: static;
    padding-right: 40px;
}

.main-navigation ul > li:last-child {
    border-right: 0;
    padding-right: 0;
}


.site-branding .vc_row {
    display: flex;
    align-items: center;
}

.logo a {
    display: block;
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding-bottom: 10px;
    background: white;
}

.site-header:before {
    content: '';
    position: absolute;
    left: 60px;
    width: 100%;
    background: #efefef;
    height: 0.9px;
    bottom: 0;
}


.main-navigation ul ul.sub-menu {
    background-color: rgb(243 243 243);
    border-top: 5px solid #045036;
    font-weight: 400;
    display: block;
    box-shadow: none;
    padding: 10px 0;
}

.main-navigation ul ul.sub-menu li a {
    border-bottom: none;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    font-size: 18px;
    line-height: 40px;
    color: #787878;
    font-weight: 300;
}

.main-navigation li li {
    border: 0;
    padding: 0;
}

.main-navigation ul ul.sub-menu li a:hover {
    background-color: #f6f6f6;
    color: #020064 !important;
}


.menu-navigation-container ul#menu-navigation li {
    margin-bottom: 4px;
}

/* ================================
   Banner
   ================================ */

.bannertxt .vc_column-inner > .wpb_wrapper {
    max-width: 925px;
    position: relative;
    z-index: 12;
    padding-left: 212px;
    padding-top: 70px;
    padding-bottom: 0;
}

body .innerpage-banner {
    background: #f7f7f7;
    min-height: auto;
    margin-bottom: 0;
    height: auto;
}

.innerpage-banner .vc_column-inner > .wpb_wrapper {
    max-width: 100%;
    padding: 50px 0px 70px 25%;
}


.banner-header {
    color: #000000;
    position: relative;
    margin-bottom: 30px;
}

header.entry-header {
    display: none;
}

.inner-page-banner {
    position: relative;
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 1;
    /* padding-right: 10%; */
}

body:not(.home) .entry-content {
    margin: 0px auto 0px;
}

.head-title:after, .head-title:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    background: #ccc;
    left: 0;
    height: 1px;
    z-index: -1;
}

.head-title:after {
    background: #dd3333;
    top: 50%;
    height: 2px;
    margin-top: 3px;
}

.head-title strong {
    background: #fff;
    padding-right: 15px;
}

.head-title {
    font-weight: bold;
    font-size: 23px;
    position: relative;
}

body:not(.home) p strong {
    color: #606060;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

body:not(.home) .blue-content p strong {
    color: #8dc2e9;
}

body:not(.home) ul {
    padding: 0;
}

body:not(.home) p a {
    color: #2b2e32;
}

h3[data-fontsize] {
    color: #2b2e32;
}

.wpforms-form label.wpforms-field-label {
    color: #606060 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    font-size: 18px !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    padding: 11px 23px;
    text-transform: uppercase;
    background: #e8bd0f;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #ffffff;
    border-color: #020064;
    color: #020064;
}


.entry-content ul {
    margin-left: 20px;
    margin-bottom: 10px;
}

/* =====================
  Slider Btm
   ====================== */
.green-section,
.slider-btm .green-sec {
    background: #020064;
    text-align: right;
    padding: 26px 10% 26px 0;
    margin-left: 134px;
}

p:empty {
    display: none;
}

.green-sec .wpb_wrapper {
}

.green-sec .wpb_wrapper * {
    color: #fff;
}

.green-sec .wpb_wrapper li a:hover {
    color: #000;
}

.green-section span.icon-phone,
.green-sec .wpb_wrapper span.icon-phone {
    display: none;
}

.green-section ul.contact-info,
.green-sec .wpb_wrapper ul.contact-info {
    list-style: none;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

.green-section,
.green-sec .wpb_wrapper p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
}

.slider-btm .wpb_text_column {
    margin-bottom: 0;
}

.vc_btn3-container.white-link {
    margin-bottom: 0;
}

.green-section em,
.slider-btm .green-sec em {
    font-style: normal;
    margin-left: 20px;
    margin-right: 20px;
}

.green-section strong,
.slider-btm .green-sec strong {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
}

.slider-btm .green-sec:before {
    content: '';
    position: absolute;
    border-right: 83px solid #020064;
    border-left: 83px solid #0000;
    z-index: 1;
    border-top: 83px solid #0000;
    top: 36px;
    left: -31px;
}

.slider-btm .vc_column_container > .vc_column-inner {
    padding: 0;
}

/* =====================
  Heading
   ====================== */

.slider-btm {
    margin-bottom: 65px;
}

.mini-head {
    font-size: 14px;
    line-height: 30px;
    color: #a4a4a4;
    font-weight: 700;
    margin-bottom: 0;
}

h2.mini-title {
    font-size: 30px;
    line-height: 30px;
    color: #1e1f1e;
    font-weight: 700;
    position: relative;
}

.line-head:after {
    content: '';
    background: #000;
    width: 66px;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-left: 30px;
    transform: translateY(-50%);
}

.line-green:after {
    background: #4a9e6a;
}

/* =====================
  expertise
   ====================== */
.expertise-sec:hover h5 a {
    color: #1d4d3d;
}

.expertise-sec .vc_icon_element-inner {
    display: none !important;
}

.expertise-sec .vc_icon_element:before {
    font-size: 70px;
    color: #020064;
}

.expertise-sec > .vc_col-sm-4 {
    text-align: center;
}

.expertise-sec h5 {
    font-size: 20px;
    line-height: 30px;
    color: #091f4d;
    font-weight: 400;
    margin-bottom: 20px;
}

.expertise-sec h5 a {
    color: #091f4d;
}

.expertise-sec .wpb_column:hover h5 a {
    color: #4a9e6a;
}

.expertise-sec .vc_icon_element {
    margin-bottom: 25px;
}

.expert-cs {
    margin-bottom: 30px;
}

.expertise-sec {
    padding: 0px 100px 55px;
}

.expertise-sec .wpb_content_element {
    margin-bottom: 25px !important;
}

.expertise-sec.expertise-flex {
    display: flex;
    justify-content: center;
}

.green-section ul.contact-info li:last-child,
.green-sec .wpb_wrapper ul.contact-info li:last-child {
    display: none;
}

.menu-navigation-container ul#menu-navigation {
    display: flex;
    flex-wrap: wrap;
    height: 145px;
    flex-direction: column;
}


.expertise-sec h5 a:hover {
    color: #020064;
}

/* =====================
  Contacts
   ====================== */

.contact-sec {
    min-height: 940px;
    padding-bottom: 50px;
    margin-bottom: 70px;
    padding-top: 120px;
    position: relative;
}


.contact-sec .inner-content * {
    color: #000;
}

.contact-sec .inner-content h4 {
    margin-bottom: 0;
}

.list-red ul li {
    position: relative;
    list-style: none;
    margin: 0 0 4px 0;
    padding: 0 0 0 20px;
}

.list-red ul li:before {
    content: '';
    background: #cd0144;
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 3px;
}

.list-red ul {
    margin: 0;
}

.contact-sec .inner-text-content {
    position: relative;
    z-index: 9;
}

.contact-sec .inner-text-content .vc_column-inner {
    max-width: 550px;
    margin-left: 21%;
}

.contact-sec .inner-text-content * {
    color: #fff;
}

.contact-sec:before {
    content: '';
    background: #091f4d;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.72;
}

.contact-sec:after {
    content: '';
    position: absolute;
    left: 50px;
    height: calc(100% - 100px);
    width: calc(100% - 100px);
    border: 1px solid #8b7001;
    top: 50px;
    z-index: 0;
}

.inner-contact > .vc_column-inner > .wpb_wrapper {
    background: #1d4d3d;
    padding: 55px 80px 10px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 650px;
}

.contact-sec .inner-content .list-red {
    margin-bottom: 0;
}

.inner-contact > .vc_column-inner > .wpb_wrapper * {
    color: #fff;
    line-height: 26px;
}


::-webkit-input-placeholder { /* Edge */
    font-size: 16px;
    line-height: 30px;
    color: #a0a0a0;
    font-weight: 300;
    font-style: italic;

}

:-ms-input-placeholder { /* Internet Explorer */
    font-size: 16px;
    line-height: 30px;
    color: #a0a0a0;
    font-weight: 300;
    font-style: italic;

}

::placeholder {
    font-size: 16px;
    line-height: 30px;
    color: #a0a0a0;
    font-weight: 300;
    font-style: italic;
}

div.wpforms-container-full .wpforms-form input, div.wpforms-container-full .wpforms-form label, div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form button, div.wpforms-container-full .wpforms-form textarea,
.inner-contact .wpforms-field-large {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.contact-sec .inner-contact {
    position: relative;
    z-index: 1;
}

.excercise-head {
    display: flex;
    margin-bottom: 80px;
}

.excercise-head > div {
    max-width: 480px;
    width: 100%;
}

/* =====================
  Steps
   ====================== */

.step-sec {
    counter-reset: step;
    margin-bottom: 70px;
    justify-content: center;
}

.step-sec > div {
    padding-top: 65px;
}

.step-sec > div:before {
    counter-increment: step;
    content: counter(step) ".";
    font-size: 22px;
    line-height: 36px;
    color: #a4a4a4;
    font-weight: 400;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.step-sec > div:after {
    content: "\e903";
    font-family: 'icomoon' !important;
    font-size: 66px;
    line-height: 30px;
    color: #4a9e6a;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.step-sec h5 a, .step-sec h5 {
    color: #1e1f1e;
    font-weight: 400;
    min-height: 50px;
}

.step-sec > div > .vc_column-inner {
    max-width: 245px;
    margin: 0px auto;
    position: relative;
}

.step-sec > div:nth-child(2) > .vc_column-inner {
    max-width: 250px;
}

.step-sec > div > .vc_column-inner > .wpb_wrapper:after {
    font-family: 'icomoon' !important;
    content: "\e908";
    color: #d7d7d7;
    font-size: 50px;
    position: absolute;
    left: 100%;
    top: -50%;
}

.step-sec > div:last-child > .vc_column-inner > .wpb_wrapper:after {
    display: none;
}

/* =====================
   Testimonials
   ====================== */
.testimonials * {
    color: #fff;
    font-weight: 300;
}

.slider.testimonials:after {
    content: '';
    background: rgb(2 0 100 / 70%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    color: #515151;
}

.testimonials {
    padding: 130px 80px 90px;
    background: url(../images/testi.png);
    position: relative;
}

.slick-slide img {
    display: inline-block !important;
}

.slider.testimonials:before {
    content: '';
    position: absolute;
    left: 40px;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    border: 1px solid #8b7001;
    top: 40px;
    z-index: 1;
}

.slider-slide {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    font-style: italic;

}

.customer-cs {
    margin-bottom: 40px !important;
    font-size: 18px;
    line-height: 30px;
    color: #cda400;
    font-weight: 400;
    font-style: normal;
    padding-top: 20px;
}

.slick-dots li.slick-active button {
    background: #4a9e6a;

}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #000;
    border: 1px solid #8b7001;
    border-radius: 50%;
}

.slick-dots li button:before {
    display: none;
}

.testimonials .slick-dots {
    position: absolute;
    bottom: 70px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: 70px;
    z-index: 1;
}

.testimonials h4 {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 25px;
}

.compensation-cs {
    padding-right: 80px;
    padding-left: 40px;
    border-top: 1px solid #4a9e6a;
    padding-top: 25px;
}

.counter-section .vc_message_box {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0 0 0 100px;
    position: relative;
    line-height: 0;
}

.counter-section .vc_message_box-icon {
    border-right: 1px solid #949494;
    width: 75px;
}

.counter-section .vc_message_box-icon i {
    color: #499d69;
}

.counter-section .vc_message_box-icon i {
    opacity: 0;
}

.counter-section .vc_message_box[class*=" icon-"]:before {
    position: absolute;
    left: 0;
    top: 50%;
    color: #020064;
    font-size: 40px;
    transform: translateY(-50%);
}

.counter-section .vc_message_box h6 {
    font-size: 18px;
    color: #373737;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
}

.counter-section .vc_message_box p {
    font-size: 30px;
    color: #373737;
    font-weight: 700;
    line-height: 1;
}

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

.counter-section .vc_message_box.icon-people:before {
    font-size: 58px;
    margin-top: 2px;
}

.counter-section .vc_message_box.icon-rating-star:before {
    font-size: 60px;
    margin-left: 0px;
}

.counter-section .vc_message_box.icon-success {
    padding: 0 0px 0 80px;
}

.counter-section .icon-success .vc_message_box-icon {
    width: 60px;
}

.container {
    padding: 0px 10%;
    position: relative;
}


/* ================================
  Contact Banner
   ================================ */

.inner-contact.contact-banner {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 40%;
    z-index: 1;
}

.mb-5 {
    margin-bottom: 70px;
}


.green-section {
    text-align: left;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 570px;
    padding: 21px 40px 21px;
    position: relative;
}

.green-section:after {
    content: '';
    position: absolute;
    border-left: 56px solid #020064;
    border-right: 60px solid #0000;
    z-index: 1;
    border-top: 72px solid #0000;
    top: 0px;
    left: 100%;
}

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

.green-section .contact-info li a {
    color: #fff;
}

body:not(.home) footer.site-footer {
    margin: 50px auto 0;
}

/* ================================
   breadcrumb
   ================================ */

.site-content {
    position: relative;
}

.inner-page-banner .container {
    margin-bottom: 15px;
    padding-right: 70px;
    padding-left: 70px;
    margin-top: 15px;
}

.woocommerce-breadcrumb a {
    color: #a4a4a4;
}

.woocommerce-breadcrumb {
    font-size: 16px;
    line-height: 30px;
    color: #575656;
    font-weight: 300;
}

.woocommerce-breadcrumb span.breadcrumb_last {
    color: #1d4d3d;
}

/* ================================
   contact-info
   ================================ */

.contact-info ul li, .contact-info ul li a {
    font-size: 18px;
    line-height: 30px;
    color: #838383;
    font-weight: 400;
    list-style: none;
}

.contact-info ul li a:hover {
    color: #020064;
}

.woocommerce-breadcrumb a:hover {
    color: #020064;
}

.green-section .contact-info li a:hover {
    color: #000;
}

.contact-info ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-height: 120px;
    flex-direction: column;
    max-width: 550px;
    width: 100%;
    margin-bottom: 70px !important;
}

.contact-section .inner-contact.contact-banner {
    bottom: -110px;
}

.contact-section .inner-contact > .vc_column-inner > .wpb_wrapper {
    padding-bottom: 60px;
}

.page-id-89 .green-section {
    display: none;
}

.page-id-89 footer.site-footer.max-container {
    margin-top: 0;
}

.google-iframe {
    margin-bottom: -20px !important;
}

.stickMenu .nav-menu.navigation-main li.current-menu-item a:after {
    bottom: 13px;
}

.site-header.stickMenu .logo {
    /* top: 30px; */
    padding-top: 0;
}

.main-navigation ul ul.sub-menu li a::after {
    display: none;
}

.main-navigation ul ul.sub-menu {
    width: auto;
    margin-top: -5px;
}

.main-navigation ul {
    position: relative;
    margin-bottom: -30px;
}

.excercise-head > div:first-child {
    max-width: 420px;
}

footer .phone-banner > span {
    display: none;
}

footer .phone-banner ul.contact-info {
    display: block;
}

.row-footer .widget-inner:nth-child(1) .textwidget {
    max-width: 330px;
}


.profiles-listing .profile-team {
    display: flex;
    border-bottom: 1px solid #4a9e6a;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.profiles-listing .profile-team .media {
    max-width: 270px;
    width: 100%;
}

.content-txt h6 {
    color: #1e1f1e;
}

.profiles-listing .profile-team:last-child {
    border: 0;
}

.profiles-listing .profile-team .content-txt {
    padding-left: 40px;
    width: calc(100% - 270px);
}

.profiles-listing .profile-team .content-txt p {
    line-height: 25px;
}

.profiles-listing {
    margin-top: 70px;
}

.slider.testimonials .slick-list {
    position: relative;
    z-index: 4;
}

.testimonial-scha .vc_col-sm-5 {
    position: relative;
}

.testimonial-scha .vc_col-sm-5:before {
    position: absolute;
    top: 40px;
    font-family: 'icomoon' !important;
    content: "\e909";
    right: 80px;
    font-size: 100px;
    line-height: 1;
    color: #515151;
    z-index: 9;
}

.testimonial-scha .vc_col-sm-5 .wpb_wrapper {
    position: relative;
}


.page-content-txt p, .page-content-txt {
    color: #5e5e5e;
}

.banner-inner-bg .vc_column-inner > .wpb_wrapper:before {
    content: '';
    background: #f7f7f7;
    position: absolute;
    right: 0%;
    height: 100%;
    width: calc(100% + 55%);
    top: 0;
    opacity: 0.72;
}

.banner-inner-bg .vc_column-inner > .wpb_wrapper * {
    color: #1a1a1a;
    position: relative;
}

.banner-inner-bg .wpb_wrapper h1 {
    font-size: 48px;
}

.banner-inner-bg .wpb_wrapper {
    position: relative;
    z-index: 12;
}

.banner-inner-bg .vc_column-inner > .wpb_wrapper {
    max-width: 100%;
    padding: 50px 120px 1px 0;
}

.banner-inner-bg h2.vc_custom_heading {
    font-size: 24px;
    line-height: 30px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 7px;
}

.banner-inner-bg .wpb_wrapper p {
    font-size: 18px;
    line-height: 30px;
    color: #2e2e2e;
    font-weight: 400;
    margin-bottom: 25px;
}

.banner-inner-bg a {
    color: #4a9e6a !important;
}

.banner-inner-bg a:hover {
    color: #e8bd0f !important;
}

.second-sec .inner-contact.contact-banner {
    position: relative;
    right: 0;
    margin-top: 40px;
}

.second-sec .inner-contact > .vc_column-inner > .wpb_wrapper {
    margin: 0;
    max-width: 100%;
    margin-bottom: 0;
}

.inverse-row > div > div > div {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.inner-page-text {
    width: 50%;
    margin: 0;
}

.inverse-row .second-sec > div,
.inner-page-text > div {
    width: 100%;
}

.inverse-row .second-sec {
    padding-left: 100px;
    width: 47%;
    margin: 0;
}

.second-sec .inner-contact.contact-banner > div {
    padding: 0;
}

.btn-banner, .btn-banner > div {
    min-height: 600px;
}

.btn-banner .green-sec {
    background-color: #121754;
    width: 100%;
    max-width: 770px !important;
    padding: 15px 60px;
    right: 0;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

.btn-banner .phone-banner {
    display: flex;
    flex-wrap: nowrap;
}

.btn-banner .phone-banner span {
    white-space: nowrap;
    font-size: 24px;
    margin-right: 23px;
}

.btn-banner .green-sec .wpb_wrapper p {
    margin-bottom: 5px;
}

.btn-banner .green-sec ul.contact-info li a:hover {
    color: #e8bd0f;
}

.container.page-content-txt {
    padding-right: 0;
}

.banner-inner-bg {
    margin-bottom: 40px;
}

.inner-page-text ul {
    margin-bottom: 25px;
}

.home .contact-sec .inner-contact {
    margin-top: 150px;
    margin-bottom: -70px;
}

.btn-banner .phone-banner {
    align-items: baseline;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {

    color: #ebb9b9 !important;
}

.height-remove .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.height-remove .vc_column-inner {    margin-top: 20px;
    margin-bottom: 60px !important;
}

.inner-page-structure .inner-contact.contact-banner > .vc_column-inner {
    padding-right: 0;
}

.title-h2-size {
    font-size: 24px;
}
.title-h3-size {
    font-size: 36px;
}
.inner-page-sec .entry-content {
    padding: 0;
}

.inner-page-structure .inner-contact.contact-banner {
    position: relative;
    right: 0;
    width: calc(50% - 30px);
}

.inner-page-structure .inner-contact > .vc_column-inner > .wpb_wrapper {
    float: right;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
}

.container.inner-page-sec {
    padding-right: 40px;
}

.inner-page-sec .banner-inner-bg{
    margin-bottom: 0;
}
.inner-page-sec .mb-5 {
    margin-bottom: 50px;
}
body .wpforms-container-full .wpforms-form textarea {
    border: 1px solid #efefef !important;
    margin-top: 10px;
}
.mobile-only { display:none; }
.gtranslate_wrapper { margin-right: 30px; }