@charset "UTF-8";
/*
                                                                                                                       
Theme URI:	http://www.ozarknephrology.com/
Author: 	
Version:	1.0
Date:		27-03-2022

*/
/* ==========================================================================
   Reset
   ========================================================================== */
::-moz-selection {
    background: #404041;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #404041;
    text-shadow: none;
    color: #ffffff;
}

html, body {
    width: 100%;
    height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #404041;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: scroll;
}

ul {
    list-style: none;
}

a {
    color: #404041;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:link, a:visited {
        color: #404041;
        text-decoration: none;
    }

    a:hover {
        color: #bcbdc0;
        text-decoration: none;
    }

    *:focus,
    a:focus,
    a:active {
        outline: none;
        box-shadow: none;
        text-decoration: none;
    }

figure {
    line-height: 0;
}

p {
    margin: 0 0 9px;
    font-size: 14px;
    color: #4a4a4a;
}

    p:first-child {
        margin-top: 0;
    }

    p:last-child {
        margin-bottom: 0;
    }

img {
    display: inline-block;
    max-width: 100%;
}

address {
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: #404041;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #404041;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #404041;
}

:-ms-input-placeholder {
    color: #404041;
}

/* -----------------------------------------
   TYPOGRAPHY
----------------------------------------- */
html, body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
    font-family: 'Roboto', sans-serif;
}

body, p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    text-rendering: optimizeLegibility;
    margin: 0;
    font-weight: 500;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

em, i {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

strong, b {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

address {
    font-family: 'Roboto', sans-serif;
}


/*  ==========================================================================
	Form Controls
	========================================================================== */
input,
select,
textarea {
    font-size: 14px;
    color: #4c4c4c;
    padding: 8px 12px;
    border: solid 1px #cdcdcd;
}

textarea {
    height: auto;
    padding: 12px;
    resize: vertical;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
    display: block;
    width: 100%;
    min-height: 40px;
}

input[type="checkbox"] {
    width: auto;
    height: auto;
    position: relative;
    outline: none;
    border: solid 1px #d7d7d7;
    margin: 0 5px 0;
    background: #fff;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    input[type="checkbox"]:hover:before,
    input[type="checkbox"]:checked:before {
        content: "\2714";
        font-size: 14px;
        line-height: 15px;
        left: 1px;
        text-align: center;
        width: 16px;
        color: #ccc;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    input[type="checkbox"]:checked:before {
        color: #1e7e34;
    }

input[type="radio"] {
    width: auto;
    height: auto;
    position: relative;
    outline: none;
    border: solid 1px #d7d7d7;
    margin: 0 5px 0;
    background: #fff;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

    input[type="radio"]:hover:before,
    input[type="radio"]:checked:before {
        content: "\2714";
        font-size: 14px;
        line-height: 15px;
        left: 1px;
        text-align: center;
        width: 16px;
        color: #ccc;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    input[type="radio"]:checked:before {
        color: #1e7e34;
    }

input[type="file"] {
    height: auto;
    padding: 12px;
}

/*input.button[type="submit"],
input.button[type="button"]{
	width:auto;
}
*/
label {
    display: block;
    padding-top: 8px;
    font-weight: normal;
}

::-webkit-input-placeholder {
    color: #767676;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #767676;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #767676;
}

:-ms-input-placeholder {
    color: #767676;
}

.nopadding {
    padding: 0;
}

.formRow {
    margin-bottom: 18px;
    position: relative;
}

    .formRow label {
        margin: 0;
        padding: 5px 0 0 15px;
        font-size: 10px;
        line-height: 1;
    }

    .formRow.formSubmit {
        margin-bottom: 0;
    }

    .formRow.error:before, .formRow .error:before, .formRow.success:before, .formRow .success:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        right: 3px;
        top: 3px;
        z-index: 10;
        font-size: 10px;
        line-height: 15px;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
    }

    .formRow.error label, .formRow .error label {
        color: #dd5044;
    }

    .formRow.error:before, .formRow .error:before {
        content: "\e905";
        color: #dd5044;
    }

    .formRow.success label, .formRow .success label {
        color: #fff36e;
    }

    .formRow.success:before, .formRow .success:before {
        content: "\e904";
    }

.form-control {
    color: #444;
    border: 1px solid #cbc6c9;
    background: transparent;
    box-shadow: none;
    padding: 12px;
    height: 44px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .form-control:focus {
        border: 1px solid #cbc6c9;
        background-color: #fff;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

/*  ==========================================================================
	CTA
	========================================================================== */
.cta {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: auto;
    height: auto;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .cta i {
        margin-right: 6px;
    }

    .cta.inline {
        padding: 8px 20px !important;
        min-width: 0;
    }

    .cta.white {
        background: #ffffff;
        color: #000000;
        -webkit-transition: 0.2s, 0.3s;
        -moz-transition: 0.2s, 0.3s;
        -ms-transition: 0.2s, 0.3s;
        -o-transition: 0.2s, 0.3s;
        transition: 0.2s, 0.3s;
    }

        .cta.white:visited {
            color: #000000;
        }

        .cta.white:hover {
            color: #000000;
        }

/*  Custom Upload  */
.upload {
    position: relative;
}

    .upload input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        z-index: 50;
        opacity: 0;
    }

/* -- Common Layout elements -- */
/* -----------------------------------------
   Bootstrap Overrides
----------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    vertical-align: text-top;
    background-repeat: no-repeat;
}

/* -----------------------------------------
   Header
----------------------------------------- */
.site-header__top {
    background-color: #1e7e34;
    padding: 10px 170px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.site-header__top-left {
    display: flex;
    align-items: center;
}

    .site-header__top-left p {
        font-size: 16px;
        color: #1e7e34;
        margin: 0;
        padding: 0;
        font-family: 'Roboto', sans-serif;
    }

.site-header__top-right {
    display: flex;
}

    .site-header__top-right .contact-nav {
        display: flex;
        align-items: center;
    }

        .site-header__top-right .contact-nav ul li {
            display: inline-block;
            margin: 0 25px 0 0;
        }

            .site-header__top-right .contact-nav ul li a {
                font-family: 'Roboto', sans-serif;
                color: #ffffff;
                font-weight: 300;
            }            
            
            .site-header__top-right .contact-nav ul li span {
                color: #ffffff;
                display: inline-block;
                font-size: 13px;
                margin-right: 7px;
            }

            .site-header__top-right .contact-nav ul li:last-child {
                border-right: 1px solid rgba(0, 0, 0, 0.5);
                padding-right: 30px;
            }

    .site-header__top-right .sm-nav {
        display: flex;
        align-items: center;
    }

        .site-header__top-right .sm-nav ul {
            margin-right: 20px;
        }

            .site-header__top-right .sm-nav ul li {
                display: inline-block;
                margin-right: 15px;
            }

                .site-header__top-right .sm-nav ul li a span {
                    color: #ffffff;
                    font-size: 13.5px;
                }

.site-header__nav {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 170px;
    position: relative;
}
.site-header__nav .logo{
    max-width: 265px;
}
.site-header__nav-menu ul li {
    display: inline-block;
    margin: 0 20px;
}

    .site-header__nav-menu ul li a {
        text-transform: uppercase;
        color: #111111;
        font-family: 'Roboto', sans-serif;
        font-weight:500;
        font-size: 16px;
    }

        .site-header__nav-menu ul li.active a,
        .site-header__nav-menu ul li a:hover {
            color: #1e7e34;
        }

    .site-header__nav-menu ul li:last-child {
        margin-right: 0;
    }

/* -----------------------------------------
   Footer
----------------------------------------- */
.site-footer {
    padding: 80px 0 50px 0;
    width: 100%;
    background-color: #052014;
    color: #1e7e34
}

    .site-footer h5 {
        color: #1e7e34;
        text-transform: uppercase;
        display: inline-block;
        margin: 0 0 35px 0;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
    }

    .site-footer .address ul li {
        display: list-item;
        margin: 0 0 15px 0;
        padding: 0 0 0 30px;
        font-size: 15px;
        line-height: 24px;
        color: #1e7e34;
        position: relative;
    }

        .site-footer .address ul li span {
            position: absolute;
            left: 0;
            top: 3px;
            color: #1e7e34;
            font-size: 18px;
        }

        .site-footer .address ul li a {
            text-decoration: none;
            font-size: 15px;
            color: #1e7e34;
        }

.site-footer__nav ul li {
    display: list-item;
    margin: 0 0 10px 0;
}

    .site-footer__nav ul li a {
        padding: 0;
        font-size: 15px;
        line-height: 26px;
        color: #1e7e34;
    }
    .site-footer__nav ul li a:hover,
    .site-footer__sm ul li a:hover,
    .site-footer .address ul li a:hover {
        color:#fff;
    }
.site-footer__logo {
    max-width: 150px;
    margin: 0 0 50px 0;
}

.site-footer__sm ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}

    .site-footer__sm ul li a {
        color: #1e7e34;
        font-size: 20px;
        margin: 0 0 15px 0;
    }

.cf-copyright {
    border-top: 1px solid #1e7e34;
    padding: 30px 0;
    width: 100%;
    text-align: center;
    background-color: #1e7e34;
}

.cf-copyright p{
    color: #fff;
}

/* -----------------------------------------
   Navigation
----------------------------------------- */
/* -----------------------------------------
  Elements appears in general
----------------------------------------- */
.clearfix:before,
.clearfix:after,
.home-navigation:before {
    content: " ";
    display: table;
    clear: both;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    vertical-align: text-top;
    background-repeat: no-repeat;
}

/* Elements using icon font */
.container.headerBot .nav > ul > li > a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tfgowners' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loader {
    background: url(../img/loader.gif) center center no-repeat;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin: 15px auto;
}

.content p, .inner-pcontent p {
    font-size: 16px;
    margin-bottom: 18px;
}

.content h1, .inner-pcontent h1 {
    font-size: 24px;
    color: #000000;
    padding: 0 0 12px 0;
    color: #242424;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}

    .content h1:first-child, .inner-pcontent h1:first-child {
        padding-top: 0;
    }

.content h2, .inner-pcontent h2 {
    font-size: 32px;
    color: #000000;
    padding-bottom: 20px;
}

.content h3, .inner-pcontent h3 {
    font-size: 30px;
    color: #000000;
    padding-bottom: 20px;
}

.content h4, .inner-pcontent h4 {
    font-size: 28px;
}

.content h5, .inner-pcontent h5 {
    font-size: 26px;
}

.content h6, .inner-pcontent h6 {
    font-size: 24px;
}

.content h4, .content h5, .content h6, .inner-pcontent h4, .inner-pcontent h5, .inner-pcontent h6 {
    color: #000000;
    padding-bottom: 20px;
}

.content p, .content li, .inner-pcontent p, .inner-pcontent li {
    color: #404041;
    margin-bottom: 15px;
    padding: 0;
    line-height: 1.4;
}

.content ul, .inner-pcontent ul {
    overflow: hidden;
}

    .content ul li, .inner-pcontent ul li {
        padding-left: 16px;
        position: relative;
        border: none !important;
    }

        .content ul li:before, .inner-pcontent ul li:before {
            content: "";
            background: blue;
            width: 5px;
            height: 5px;
            position: absolute;
            left: 0;
            top: 7px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

.content ol li, .inner-pcontent ol li {
    margin-left: 20px;
}

.content table, .inner-pcontent table {
    border-color: #C8E4DF;
    margin-bottom: 20px;
}

    .content table tr:nth-child(even), .inner-pcontent table tr:nth-child(even) {
        background: #fff4f4;
    }

    .content table tr th, .inner-pcontent table tr th {
        padding: 10px;
        border-bottom: solid 1px #ebd3d3;
        background: #ebd3d3;
    }

    .content table tr td, .inner-pcontent table tr td {
        padding: 5px 10px;
        border-bottom: solid 1px #ebd3d3;
    }

.theme-btn {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
    border-radius: 0;
    font-weight: 700;
    border: 2px solid #fff;
}

    .theme-btn.theme-btn-light {
        background-color: transparent;
        color: #fff;
    }

    .theme-btn.theme-btn-dark {
        background-color: #fff;
        color: #555;
    }

.cta {
    font-size: 13px;
    border-radius: 0;
    padding: 18px 15px;
}

    .cta.cta__white {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
    }

    .cta.cta__white-solid {
        background-color: #fff;
        border-color: #fff;
        color: #4a4a4a;
    }

    .cta.cta__blue {
        background-color: #539ab6;
        border-color: #539ab6;
        color: #fff;
    }

    .cta.cta__solid--red {
        border-radius: 30px;
        background-color: #f7f7f7;
        color: #000000;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        padding: 7px 13px 4px 13px;
        cursor:pointer;
    }

    .cta.cta__solid-blue--large {
        background-color: #1e7e34;
        font-size: 32px;
        font-family: 'Roboto', sans-serif;
        padding: 13px 50px 10px 50px;
        border-radius: 30px;
        color: #ffffff;
    }

    .cta.cta__solid--blue {
        background-color: #1e7e34;
        font-size: 19px;
        display: inline-block;
        margin-top: 15px;
        font-family: 'Roboto', sans-serif;
        padding: 12px 40px 9px 40px;
        border-radius: 30px;
        color: #ffffff;
    }

    .cta.cta__border-blue {
        font-size: 15px;
        color: #1e7e34;
        border: 2px solid #1e7e34;
        border-radius: 30px;
        padding: 10px 22px;
        font-family: 'Roboto', sans-serif;
    }

    .cta:hover {
        opacity: 0.8;
    }

/* -----------------------------------------
   Banner General Styles
----------------------------------------- */
.pbanner {
    margin: 0;
    position: relative;
}

.pbanner__bg {
    width: 100%;
    height:700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 16%;
}

.pbanner.inner-banner .pbanner__bg {
    height: 300px;
}

.pbanner.inner-banner .pbanner__head {
    padding: 110px 0 0 10%;
}

    .pbanner.inner-banner .pbanner__head h1 {
        font-size: 45px;
    }

.pbanner__head {
    padding: 130px 0 0 0;
    position: absolute;
}

    .pbanner__head h1 {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 75px;
        font-family: 'Roboto', sans-serif;
        margin: 0 0 20px 0;
    }

        .pbanner__head h1 span {
            color: #ffffff;
        }

    .pbanner__head h2 {
        text-transform: uppercase;
        font-size: 35px;
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        letter-spacing: 1.2px;
        margin-bottom: 30px;
    }

.pbanner .container-fluid-banner {
    width: 100%;
    height: 100%;
    padding-right: 170px;
    padding-left: 170px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    margin: 0 auto !important;
}

@media (max-width: 1550px) {
    .pbanner .container-fluid-banner {
        max-width: 1140px;
        left: 50%;
        margin-left: -590px !important;
        padding: 0px 30px !important;
    }
}

.pbanner .banner-contact {
    width: 420px;
    height: 100%;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pbanner .banner-contact__inner {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 0 0 2px 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

    .pbanner .banner-contact__inner input[type="text"],
    .pbanner .banner-contact__inner input[type="email"],
    .pbanner .banner-contact__inner input[type="tel"],
    .pbanner .banner-contact__inner input[type="date"] {
        width: 100%;
        border: 1px solid #ededed;
        border-radius: 30px;
        padding: 12px 15px;
        font-size: 14px;
        color: #767676;
    }

    .pbanner .banner-contact__inner h3 {
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        color: #1b170c;
        font-size: 40px;
        margin: 0 0 10px 0;
    }

    .pbanner .banner-contact__inner .input-wrap {
        margin-bottom: 12px;
    }

        .pbanner .banner-contact__inner .input-wrap.radio-button-wrap {
            padding-left: 15px;
        }

            .pbanner .banner-contact__inner .input-wrap.radio-button-wrap span {
                display: inline-flex;
                align-items: center;
            }

            .pbanner .banner-contact__inner .input-wrap.radio-button-wrap p {
                font-size: 15px;
                color: #767676;
                margin: 0;
            }

            .pbanner .banner-contact__inner .input-wrap.radio-button-wrap label {
                font-size: 15px;
                color: #767676;
                cursor: pointer;
            }

        .pbanner .banner-contact__inner .input-wrap .head-label {
            margin-bottom: 7px;
        }

    .pbanner .banner-contact__inner input[type="checkbox"] {
        width: 22px;
        color: #767676;
    }

    .pbanner .banner-contact__inner footer label {
        display: flex;
        color: #767676;
    }

    .pbanner .banner-contact__inner footer .cta-wrap {
        text-align: right;
        z-index: 99;
        position: relative;
    }

/* -- Common Components -- */
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("../lib/fonts/slick.eot");
    src: url("../lib/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../lib/fonts/slick.woff") format("woff"), url("../lib/fonts/slick.ttf") format("truetype"), url("../lib/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'ΓåÉ';
}

[dir='rtl'] .slick-prev:before {
    content: 'ΓåÆ';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'ΓåÆ';
}

[dir='rtl'] .slick-next:before {
    content: 'ΓåÉ';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: 'ΓÇó';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

/* -- Pages -- */
/* -----------------------------------------
   home Page
----------------------------------------- */
.sec-title-wrap h3 {
    margin: 0 0 45px 0;
    color: #242424;
    font-size: 61px;
    font-family: 'Roboto', sans-serif;
}

    .sec-title-wrap h3 span {
        color: #8c8c8c;
        display: block;
        font-size: 20px;
        margin-bottom: 0;
        font-family: 'Roboto', sans-serif;
    }

.sec-title-wrap p {
    font-size: 19px;
    line-height: 26px;
    color: #767676;
}

.sec-title-wrap--with-p h3 {
    margin: 0 0 15px 0;
    color: #242424;
    font-size: 61px;
    font-family: 'Roboto', sans-serif;
}

    .sec-title-wrap--with-p h3 span {
        color: #8c8c8c;
        display: block;
        font-size: 20px;
        margin-bottom: 0;
        font-family: 'Roboto', sans-serif;
    }

.sec-title-wrap--with-p p {
    font-size: 19px;
    line-height: 26px;
    color: #767676;
    margin: 0 0 45px 0;
}

.hsec1 {
    padding: 50px 0 60px 0;
    position: relative;
}

    /*.hsec1:after {
        content: "";
        background-image: url(../images/habout-background.png);
        background-size: contain;
        background-position: right top;
        background-repeat: no-repeat;
        width: 750px;
        height: 100%;
        position: absolute;
        opacity: 0.5;
        top: 0;
        margin-top: 150px;
        margin-right: 80px;
        right: 0;
    }*/

    .hsec1 p {
        font-size: 16px;
        color: #303030;
        line-height: 28px;
        margin: 0 0 30px 0;
    }

        .hsec1 p span {
            color: #1e7e34;
            font-size: 24px;
            display: block;
            line-height: 32px;
            font-family: 'Roboto', sans-serif;
            margin: 0 0 30px 0;
        }

.hsec2 {
    padding: 0 0 60px 0;
}

.img-sqr {
    display: flex;
}

.img-sqr--img {
    margin-bottom: 20px;
}

.img-sqr__left {
    margin-right: 10px;
}

.img-sqr__right {
    margin-left: 10px;
}

.experts-slider {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.experts-slider__box {
    margin: 0 auto;
    text-align: left;
}

.experts-slider__box-img {
    width: 100%;
    height: 380px;
    margin: 0;
}

    .experts-slider__box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.experts-slider__box-title {
    padding: 18px 0 0 25px;
}

    .experts-slider__box-title p {
        font-size: 18px;
        color: #838383;
    }

        .experts-slider__box-title p span {
            display: block;
            margin: 5px 0 0 0;
            color: #2f2f2f;
            font-size: 20px;
            font-family: 'Roboto', sans-serif;
        }

.hsec3 {
    background-color: #ebf3ec;
    padding: 80px 0;
}

.ei-boxs {
    display: flex;
}

.ei-boxs__column {
    display: flex;
    flex-direction: column;
}

.ei-boxs__column-row {
    display: flex;
    flex-direction: row;
}

.ei-boxs__column-row--vertical {
    flex-direction: column;
}

.ei-boxs__column-row .box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    height: 240px;
    width:100%;
    overflow: hidden;
    position: relative;
}
.ei-boxs__column-row .box img{
    height: 100%;
    width: auto;
    object-fit: cover;
    max-height: inherit;
}

.services .box{
    background: #fff;   
    padding: 20px; 
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom-left-radius:30px;
}
.services figure{
    margin:0;
    overflow: hidden;
    border-top-right-radius:30px;
}
.services .box h3{
    font-size:20px;
    font-weight: bold;
    margin-bottom:10px;
}
.services .box p{
    color: #767676;
    font-size:16px;
    margin-bottom:10px;
}
.services .box .cta{
    padding: 0;
     font-size:14px;
    font-weight: bold;
    color: #1e7e34;
}


@media (max-width: 1225px) {
    .ei-boxs__column-row .box {
        width: 300px;
    }
}

.ei-boxs__column-row .box.arrow-left:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #ffffff transparent transparent;
    right: 0;
    top: 45%;
    z-index: 99;
}

.ei-boxs__column-row .box.arrow-right:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #ffffff;
    left: 0;
    top: 45%;
    z-index: 99;
}

.ei-boxs__column-row .box.arrow-top:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    bottom: 0;
    left: 45%;
    z-index: 99;
}

.ei-boxs__column-row .box.content-box {
    flex-direction: column;
    text-align: center;
}

    .ei-boxs__column-row .box.content-box .cta {
        margin-top: 10px;
    }

.ei-boxs__column-row .box--bg-blue {
    background-color: #1e7e34;
}

.ei-boxs__column-row .box--bg-white {
    background-color: #ffffff;
}

.ei-boxs__column-row .box--bg-red {
    background-color: #ee1b24;
}

.ei-boxs__column-row .box--bg-grey {
    background-color: #7e7e7e;
}

.ei-boxs__column-row .box h3 {
    font-size: 22px;
    color: #303030;
    margin-bottom: 10px;
}

.ei-boxs__column-row .box p {
    font-size: 13px;
    color: #303030;
    line-height: 18px;
}

.video-slide {
    width: 100%;
    position: relative;
    height: 750px;
}

@media (max-width: 1400px) {
    .video-slide {
        height: 550px;
    }
}

@media (max-width: 1024px) {
    .video-slide {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .video-slide {
        height: auto;
    }
}

.video-slide .slide-banner {
    width: 100%;
}

    .video-slide .slide-banner iframe {
        height: 750px;
    }

@media (max-width: 1400px) {
    .video-slide .slide-banner iframe {
        height: 550px;
    }
}

@media (max-width: 1024px) {
    .video-slide .slide-banner iframe {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .video-slide .slide-banner iframe {
        height: 350px;
    }
}

.video-slide__head {
    position: absolute;
    bottom: 80px;
    left: 50px;
}

    .video-slide__head h5 {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 30px;
        font-family: radomir-tinkov-gilroy-bold;
    }

.video-slide .slide-nav {
    bottom: 100%;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .video-slide .slide-nav {
        padding: 0 50px;
    }
}

.video-slide .slide-nav .slide-nav-img {
    width: 152px !important;
    height: 152px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 1200px) {
    .video-slide .slide-nav .slide-nav-img {
        width: 120px !important;
        height: 120px;
    }
}

@media (max-width: 767px) {
    .video-slide .slide-nav .slide-nav-img {
        width: 80px !important;
        height: 80px;
    }
}

.video-slide .slide-nav .slide-nav-img iframe {
    pointer-events: none;
}

.video-slide .slide-nav .slick-slide .slide-nav-img {
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.video-slide .slide-nav .slick-slide.slick-current .slide-nav-img {
    border: 4px solid #1e7e34;
}

.video-slide .slide-nav button.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
}

.video-slide .slide-nav button.slick-next {
    right: 0;
    background: url(../images/slide-arrow-right-black.png) right center no-repeat;
    width: 20px;
    height: 43px;
}

    .video-slide .slide-nav button.slick-next:before {
        content: "";
        font-size: 0;
    }

.video-slide .slide-nav button.slick-prev {
    left: -30px;
    background: url(../images/slide-arrow-left-black.png) right center no-repeat;
    width: 20px;
    height: 43px;
}

@media (max-width: 767px) {
    .video-slide .slide-nav button.slick-prev {
        left: 10px;
    }
}

.video-slide .slide-nav button.slick-prev:before {
    font-size: 0;
    content: "";
}

.video-slide__nav {
    width: 540px;
    position: absolute;
    right: 16%;
    bottom: 0;
}

.video-slide .right-0 {
    right: 0;
}

.hsec4 {
    padding: 60px 0;
}

.blog-post {
    padding: 50px 0 40px 0;
}

.blog-post__box {
    position: relative;
    border: 1px solid #cfcfcf;
    margin: 0 0 30px 0;
}

.blog-post__box-img {
    height: 180px;
}

    .blog-post__box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blog-post__box-head {
    border-bottom: 1px solid rgba(154, 154, 154, 0.2);
    padding: 12px 10px 10px 10px;
    margin: 0 0 10px 0;
}

    .blog-post__box-head h4 {
        font-size: 14px;
        color: #1e7e34;
        padding: 0 0 5px 0;
        font-family: radomir-tinkov-gilroy-bold;
    }

    .blog-post__box-head p {
        font-size: 14px;
        color: #9a9a9a;
    }

        .blog-post__box-head p span {
            color: #000000;
        }

.blog-post__box-content {
    padding: 0 10px 25px 10px;
}

    .blog-post__box-content h2 {
        height: 60px;
        font-size: 15px;
        line-height: 21px;
    }

        .blog-post__box-content h2 a {
            color: #000000;
            font-family: radomir-tinkov-gilroy-regular;
        }

    .blog-post__box-content p {
        color: #616161;
        font-size: 13px;
        line-height: 18px;
        padding: 0 0 15px 0;
        font-family: radomir-tinkov-gilroy-regular;
        margin: 0 0 25px 0;
    }

.blog-post__box-footer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .blog-post__box-footer .read-more {
        width: 45px;
        height: 40px;
        background-color: #1e7e34;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 6px;
    }

        .blog-post__box-footer .read-more:after {
            content: "+";
            color: #ffffff;
            font-size: 15px;
        }

        .blog-post__box-footer .read-more:hover {
            background-color: #c13434;
        }

    .blog-post__box-footer .comment {
        display: flex;
    }

        .blog-post__box-footer .comment span {
            display: inline-block;
            margin-right: 10px;
            color: #cbcbca;
        }

        .blog-post__box-footer .comment p {
            font-size: 13px;
            color: #292b2a;
            font-family: 'Roboto', sans-serif;
        }

@media (max-width: 1200px) and (min-width: 991px) {
    .blog-post__box-footer .comment p {
        font-size: 12px;
    }
}

.blog-post__box-footer .sm {
    padding-right: 20px;
}

    .blog-post__box-footer .sm ul li {
        display: inline-block;
        margin-left: 12px;
    }

        .blog-post__box-footer .sm ul li span {
            color: #1e7e34;
            font-size: 18px;
        }

.hsec6 {
    padding: 0;
    position: relative;
    background: #f8f9fa;
}

.hsec6__left {
    padding: 65px 40px 70px 0;
}

.hsec6__left-head {
    padding: 0 0 56px 0;
}

    .hsec6__left-head h4 {
        font-size: 26px;
        color: #113349;
        font-weight: 500;
    }

        .hsec6__left-head h4 span {
            color: #3c8fb8;
        }

.hsec6__left-form .input-wrap input[type="text"],
.hsec6__left-form .input-wrap input[type="email"],
.hsec6__left-form .input-wrap input[type="tel"],
.hsec6__left-form .input-wrap textarea {
    border: 0;
    border-bottom: 1px solid #113349;
    color: #113349;
    font-size: 15px;
    padding:10px;
    margin: 0 0 20px 0;
    height: 40px;
}

.hsec6__left-form .input-wrap textarea {
    height: 100px;
}

.hsec6__left-form .cta-wrap {
    margin: 30px 0 0 0;
    text-align: right;
    display: block;
}

    .hsec6__left-form .cta-wrap .cta__rounded-borderd {
        background-color: #1e7e34;
        font-size: 19px;
        display: inline-block;
        margin-top: 15px;
        padding: 14px 30px 11px 30px;
        border-radius: 30px;
        color: #ffffff;
    }

.hsec6__right {
    position: absolute;
    right: 0;
    top: 0;
    width: 49%;
    height: 100%;
}

.hsec6__right-gmap {
    position: relative;
    height: 100%;
}

    .hsec6__right-gmap img {
        height: 100%;
        object-fit: cover;
    }

    .hsec6__right-gmap .address-pin {
        position: static;
        /* top: 100px;
        left: 20%; */
        height: 100%;
        background-color: #ffffff;
       /*  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center; 
        padding: 0px;
        border-radius: 10px;*/
    }
    .hsec6__right-gmap .address-pin img{
        width:48%;
    }

        .hsec6__right-gmap .address-pin .content p {
            font-size: 20px;
            font-weight: 500;
            color: #1e7e34;
            margin: 0;
        }

            .hsec6__right-gmap .address-pin .content p span {
                font-size: 16px;
                color: #5a6d7a;
                display: block;
                margin: 10px 0 0 0;
            }

/* -----------------------------------------
   home Page
----------------------------------------- */
.inner-pcontent {
    border-bottom: 1px solid #f1f1f1;
    padding: 60px 0 20px 0;
}

.inner-pcontent__wrap p {
    font-size: 16px;
    color: #303030;
    line-height: 28px;
    margin: 0 0 30px 0;
}

.sidbar-contact {
    width: 100%;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 15px;
    padding-bottom: 15px;
}

.sidbar-contact__inner {
    padding: 20px 0;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 0;
}

    .sidbar-contact__inner input[type="text"],
    .sidbar-contact__inner input[type="email"],
    .sidbar-contact__inner input[type="tel"],
    .sidbar-contact__inner input[type="date"]{
        width: 100%;
        border: 1px solid #ededed;
        border-radius: 30px;
        padding: 12px 15px;
        font-size: 13px;
        color: #767676;
    }

    .sidbar-contact__inner textarea {
        width: 100%;
        border: 1px solid #ededed;
        border-radius: 13px;
        padding: 12px 15px;
        font-size: 13px;
        color: #767676;
        resize:none;
    }

    .sidbar-contact__inner h3 {
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        color: #1e7e34;
        font-size: 25px;
        margin: 0 0 30px 0;
    }

    .sidbar-contact__inner .input-wrap {
        margin-bottom: 12px;
    }

        .sidbar-contact__inner .input-wrap.radio-button-wrap {
            padding-left: 5px;
        }

            .sidbar-contact__inner .input-wrap.radio-button-wrap span {
                display: inline-flex;
                align-items: center;
            }

            .sidbar-contact__inner .input-wrap.radio-button-wrap p {
                font-size: 14px;
                color: #767676;
                margin: 0;
            }

            .sidbar-contact__inner .input-wrap.radio-button-wrap label {
                font-size: 14px;
                color: #767676;
            }

        .sidbar-contact__inner .input-wrap .head-label {
            margin-bottom: 7px;
        }

    .sidbar-contact__inner input[type="checkbox"] {
        width: 30px;
        color: #767676;
    }

    .sidbar-contact__inner footer label {
        display: flex;
        color: #767676;
    }

    .sidbar-contact__inner footer .cta-wrap {
        text-align: right;
    }

.sidebar-services {
    border-left: 1px solid #f1f1f1;
    padding-left: 15px;
    padding-top: 30px;
}

.sidebar-services__head h4 {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #1e7e34;
    font-size: 25px;
    margin: 0 0 20px 0;
}

.sidebar-services__list ul {
    margin: 0 0 0 8px;
}

    .sidebar-services__list ul li {
        display: list-item;
        padding: 3px 0 3px 16px;
        margin: 0 0 5px 0;
        border-bottom: 1px dashed #f1f1f1;
        position: relative;
    }

        .sidebar-services__list ul li:before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #ee1b24;
            position: absolute;
            left: 0;
            top: 12px;
        }

        .sidebar-services__list ul li a {
            color: #000000;
            font-size: 14px;
        }

        .sidebar-services__list ul li:last-child {
            border-bottom: 0;
        }

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px !important;
}

table.dataTable thead th, table.dataTable thead td,
table.dataTable tbody th, table.dataTable tbody td,
div.dataTables_wrapper {
    font-size: 13px;
}

.service-block h6{
    padding: 0 0 5px 0;
    font-size: 20px;
}
.service-block figure{
    padding: 20px 0 0 0;
}

.site-header__nav-menu ul li a {
   
}

.content ul.parsley-errors-list {
    margin: 0px;
    list-style: none;
    font-size: 12px;
    color: #B94A48;
}


    .content ul.parsley-errors-list li::before,
    .inner-pcontent ul.parsley-errors-list li::before {
        display: none;
    }

    .content ul.parsley-errors-list li {
        margin-bottom: 0px !important;
        font-size: 12px;
    }

    .content ul.parsley-errors-list li,
    .inner-pcontent ul.parsley-errors-list li {
        margin-bottom: 0px !important;
        font-size: 12px;
        padding: 0px;
        color: #B94A48;
    }


a.ReadMoreBtn {
    font-size: 14px;
    color: #1e7e34 !important;
}

/*    a.ReadMoreBtn:hover {
        background: #1e7e34;
        color: #ffffff !important;
    }*/
/*
a.ReadMoreBtn {
    border: 2px solid #1e7e34;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    padding: 5px 20px;
    color: #1e7e34 !important;
}
    a.ReadMoreBtn:hover {
        background: #1e7e34;
        color: #ffffff !important;
    }*/

.UserProfileImage div {
    border: 4px solid rgb(223 223 223);
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    border-radius: 150px;
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

    .UserProfileImage div img {
        width: 100%;
        height: 100%;
    }


    .members h6{
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }


    /* ---  Events Gallery --- */

    .events-gall figure {
        width: 100%;
        height:220px;
        overflow: hidden;
    }

    .events-gall figure img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .events-gall figure:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    .events-gall figure.more-img:hover{
        position: relative;
    }
    .events-gall figure.more-img:hover:after{
        content: "";
        position: absolute;
        width: 100%;
        height:220px;
        top: 0%;
        left: 0;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .events-gall figure.more-img:hover:before{
        content: "CLICK TO VIEW MORE PHOTOS";
        position: absolute;       
        top:50%;
        left: 0;
        width: 100%;
        z-index: 15;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }