@import url('font-awesome-all.css');
@import url('jquery.fancybox.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('custom-animate.css');

.no-margin{margin:0px;}
/* -- section title -- */
.sec-title {
    position: relative;
    margin-bottom: 24px;
}
.sec-title.small {margin-bottom: 40px;}
.sec-title .icon-box {margin-bottom: 20px;}
.sec-title h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1em;
    padding-bottom: 12px;
}
.sec-title h2:after {
    position: absolute;
    content: '';
    background: url(../images/dots-green.png) no-repeat;
    height: 11px;
    width: 42px;
    bottom: -10px;
    left: 50%;
    margin-left: -22px;
}
/* Dark */
.dark .sec-title h2 {color:#fffc00;}
.dark .sec-title h2:after {
    position: absolute;
    content: '';
    background: url(../images/dots-green.png) no-repeat;
    height: 11px;
    width: 42px;
    bottom: -10px;
    left: 50%;
    margin-left: -22px;
}
.dark .sec-title .text {color:#fff;}
/* Dark End */
.associate-carousel .image{border:1px solid #eee!important;}
.sec-title.light h1 {color: #fff;}
.sec-title .text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2em;
    margin: 60px auto 15px auto;
}
.sec-title.centered {text-align: center;}
.sec-title.centered .icon-box {text-align: center;}
.sec-title h4 {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 50px;
    font-size: 20px;
    font-family: PonyTale;
    letter-spacing: 2px;
}
.sec-title h4:before {
    position: absolute;
    content: '';
    background-color: #111;
    height: 2px;
    width: 15px;
    top: 12px;
    right: 15px;
}
.sec-title h4:after {
    position: absolute;
    content: '';
    background-color: #111;
    height: 2px;
    width: 30px;
    top: 18px;
    right: 0px;
}
.sec-title.small h2 {font-size: 24px;}
.sec-title .text {
    margin: 0px auto 10px auto;
    color: #444;
}
.sec-title.style-two {margin-bottom: 40px;}
.welcome-title {
    text-align: center;
    margin-bottom: 40px;
}
.welcome-title h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* -- button Style One -- */
.btn-style-one {
    position: relative;
    padding: 8px 20px 7px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    background: #94c13d;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    font-family: 'Raleway', sans-serif;
}
.btn-style-one:hover {
    color: #000;
    background: #fffc00;
}
/*Btn Style two*/
.btn-style-two {
    position: relative;
    padding: 8px 20px 7px;
    line-height: 26px;
    color: #000;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    background: #fffc00;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    font-family: 'Raleway', sans-serif;
}
.btn-style-two:hover {
    color: #ffffff;
    background: #101010;
}

/* -- list style  -- */
.list-style-one {position: relative;}
.list-style-one li {
    position: relative;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    padding-left: 28px;
    margin-bottom: 15px;
}
.list-style-one li:before {
    position: absolute;
    content: '\f046';
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: #111;
    font-family: 'FontAwesome';
}
/*List Style Two*/
.list-style-two {
    position: relative;
    margin-bottom: 30px;
}
.list-style-two li {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    margin-bottom: 6px;
}
.list-style-two li:before {
    position: absolute;
    content: "\f105";
    left: 0px;
    top: 0;
    font-family: 'FontAwesome';
    color: #94c13d;
    font-size: 16px;
}

/* -- Header style -- */
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header.style-two {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    border-bottom: 1px solid #e0e0e0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sticky-header .logo {padding: 15px 0px;}
.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.main-header.fixed-header .main-menu {padding-top: 0px;}
.main-header .header-upper {
    position: relative;
    z-index: 5;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header.style-two .header-upper {padding: 0 35px;}
.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.main-header .logo-outer {
    position: relative;
    z-index: 25;
    padding: 15px 0px;
}
.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.main-header .header-upper .upper-right {position: relative;}
.main-header .header-info {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #f0f0f0;
}
.main-header .nav-outer {position: relative;}
.main-menu {
    position: relative;
    float: left;
}
.main-menu .navbar-collapse {padding: 0px;}
.main-menu .navigation {
    position: relative;
    margin: 0px;
}
.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 33px 10px;
}
.main-header .sticky-header .main-menu .navigation>li {
    margin: 0px;
    border: 0px;
}
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    color: #262626;
    line-height: 22px;
    font-weight: 400;
    opacity: 1;
    text-transform: capitalize;
    padding: 0px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation>li>a span {
    font-size: 22px;
    line-height: 25px;
    position: relative;
    top: 2px;
}
.main-menu .navigation>li:first-child>a {padding-left: 0px;}
.main-header .sticky-header .main-menu .navigation>li {padding: 0px;}
.main-header .sticky-header .main-menu .navigation>li>a {
    color: #262626;
    padding: 26px 10px !important;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    min-height: 0px;
    background: none;
    border: 0px;
}
.sticky-header .outer-box {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: 12px;
}
.main-menu .navigation>li:hover>a,.main-menu .navigation>li.current>a,.main-menu .navigation>li.current-menu-item>a {
    color: #94c13d;
    opacity: 1;
}
.main-header .sticky-header .main-menu .navigation>li:hover>a,.main-header .sticky-header .main-menu .navigation>li.current>a,.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
    color: #94c13d;
    background: #ffffff !important;
    opacity: 1;
}
.main-menu .navigation>li:hover>a:after {opacity: 1;}
.main-header .sticky-header .main-menu .navigation>li>ul:before {display: none;}
.main-header .sticky-header .main-menu .navigation>li>ul {top: 100% !important;}
.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 270px;
    padding: 10px 0px;
    z-index: 100;
    display: none;
    background: #fff;
}
.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0px 35px;
}
.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}
.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 7px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #94c13d;
    text-align: left;
    padding-right: 0px !important;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.main-menu .navigation>li>ul>li>a:hover {
    color: #94c13d;
    background: #fff;
    padding-left: 20px;
}
.main-menu .navigation>li>ul>li ul {
    position: absolute;
    left: 100%;
    top: 0%;
    width: 250px;
    z-index: 100;
    display: none;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation>li>ul>li>ul:before {
    position: absolute;
    content: '';
    right: 100%;
    top: 0px;
    width: 20px;
    height: 100%;
}
.main-menu .navigation>li>ul>li>ul li {
    position: relative;
    width: 100%;
    padding: 7px 30px;
    border-bottom: 1px solid #f2f2f2;
}
.main-menu .navigation>li>ul>li>ul li:last-child {border-bottom: none;}
.main-menu .navigation>li>ul>li>ul>li a {
    position: relative;
    display: block;
    padding: 6px 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    text-align: left;
    padding-right: 0px !important;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li>ul>li a:hover {color: #94c13d;}
.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
}
.main-menu .navigation li>ul>li.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0%;
}
.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 43px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 16px;
    line-height: 43px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.main-header .header-upper .outer-box {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: 12px;
}
.navbar-header {display: none;}
/* --- search box btn --- */
.main-header .search-box-outer {
    position: relative;
    left: 3px;
    display: inline-block;
    padding: 3.5px 0;
}
.main-header .link-btn {
    display: inline-block;
    padding-left: 20px;
}
.main-header .search-box-btn {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #222;
    cursor: pointer;
    display: inline-block;
    padding: 7px 0px 6px;
    background: transparent;
    border-radius: 0px;
}
.main-header .header-upper.style-two .search-box-btn {color: #fff;}
.main-header .search-box-outer .dropdown-menu {
    top: 24px !important;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    background: #fff;
    border:none;
}
.mob-login{display:none;}
.mob-login .login-btn {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    color: #222;
    cursor: pointer;
    display: inline-block;
    padding: 7px 0px 6px;
    background: transparent;
    border-radius: 0px;
}
@media only screen and (min-width: 1200px) {
    .main-header .search-box-outer .dropdown-menu {
        left: inherit !important;
        right: 0;
    }
}
.main-header .search-panel .form-container {padding: 10px;}
.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}
.main-header .search-panel input[type="text"],.main-header .search-panel input[type="search"],.main-header .search-panel input[type="password"],.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 50px 9px 15px;
    height: 44px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    background: #ffffff;
}
.main-header .search-panel input:focus,.main-header .search-panel select:focus {
    border-color: #94c13d;
}
.main-header .search-panel .search-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    height: 42px;
    text-align: center;
    color: #94c13d;
    background: #ffffff;
    font-size: 14px;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
}
.dropdown-toggle::after {display: none;}

/* header-upper style two */
.header-upper.style-two .main-menu .navigation>li>a {
    color: #fff;
}
.main-header .header-upper .outer-box {
    margin-top: 15px;
}
/* -- Mobile menu -- */
@media only screen and (max-width: 991px) {
    .header-top{display:none;}
    .fixed-header .sticky-header {
        display: none!important;
    }
    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        top: 0px;
        z-index: 12;
    }
    .main-header .logo-outer {
        padding: 15px 0 25px;
        text-align: center;
        width: 100%;
    }
    .main-header .header-upper .upper-right {
        position: relative;
        width: 100%;
        padding-top: 0px;
    }
    .main-header .main-menu {
        width: 100%;
    }
    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        float: none;
        padding: 4px 5px;
        cursor: pointer;
        margin: 0px 0px 10px 0px;
        border-radius: 0px;
        background: #fff;
    }
    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #94c13d;
        height: 2px;
        width: 29px;
        display: block;
        margin: 7px 5px;
    }
    .main-menu .collapse {
        max-height: 310px;
        overflow: auto;
        float: none;
        width: 100%;
        padding: 0px 0px 0px;
        border: none;
        margin: 0px;
        border-radius: 3px;
    }
    .main-menu .navbar-collapse>.navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: #333;
        border: 1px solid #ffffff;
        border-top: none;
    }
    .main-menu .navbar-collapse>.navigation>li {
        margin: 0px !important;
        float: none !important;
        width: 100%;
    }
    .main-menu .navigation>li>a,
    .main-menu .navigation>li>ul:before {
        border: none;
    }
    .main-menu .navbar-collapse>.navigation>li>a {
        padding: 10px 10px !important;
        border: none !important;
    }
    .main-menu .navigation li.dropdown>a:after,
    .main-menu .navigation>li.dropdown>a:before,
    .main-menu .navigation>li>ul>li>a::before,
    .main-menu .navigation>li>ul>li>ul>li>a::before {
        color: #ffffff !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }
    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        padding: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #333333;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        /* border-top:1px solid rgba(255,255,255,1) !important; */
    }
    .main-menu .navbar-collapse>.navigation>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        opacity: 1 !important;
        top: 0px !important;
        padding-top: 0;
        padding-bottom: 0;
        left: 0px !important;
        visibility: visible !important;
        border-bottom: none;
    }
    .main-menu .navbar-collapse>.navigation>li:first-child {
        border: none;
    }
    .main-menu .navbar-collapse>.navigation>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        padding: 10px 10px !important;
        line-height: 22px;
        color: #b8b8b8;
        /* background:#94c13d; */
        text-align: left;
        min-height: 0px;
    }
    .main-menu .navbar-collapse>.navigation>li>a:hover,
    .main-menu .navbar-collapse>.navigation>li>a:active,
    .main-menu .navbar-collapse>.navigation>li>a:focus {
        /* background:#94c13d; */
    }
    .main-menu .navbar-collapse>.navigation>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li.current>a,
    .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
        /* background:#94c13d; */
        color: #ffffff !important;
    }
    .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block;
    }
    .main-menu .navbar-collapse>.navigation li.dropdown:after,
    .main-menu .navigation>li>ul:before,
    .main-header .info-box:after,
    .services-section-two .owl-dots {
        display: none !important;
    }
    /* search outer */
    .main-header .header-upper .outer-box {
        position: absolute;
        right: 0px;
        top: -7px;
        margin-top: 0px;
        z-index: 15;
    }
    .main-header .header-upper .outer-box {
        margin-top: 0;
    }
    .main-header .search-box-outer .dropdown-menu {
        top: 7px !important;
    }
    /* header info */
    .header-contact-info ul li {
        margin-top: 20px;
    }
    .main-header .header-info .float-left {
        width: 100%;
        text-align: center;
    }
    .main-header .header-info {
        margin-bottom: 10px;
    }
    .mob-login{
        display:inline-block;
        padding-right: 25px;
    }
}

/* -- Top Bar Style -- */
.header-top {
    position: relative;
    font-size: 12px;
    padding: 5px 0px;
    background: #f5f5f5;
    border-bottom:1px solid #e5e5e5;
}
.header-top .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-top a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header-top .top-left {}
.header-top .links-nav li {
    position: relative;
    margin-right: 25px;
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 16px;
    letter-spacing:.5px;
}
.header-top .links-nav li:last-child {
    padding-right: 0px;
    border-right: 0px;
}
.header-top .top-right .links-nav li {
    margin-right: 0px;
    margin-left: 25px;
}
.header-top .links-nav li a {
    position: relative;
    font-size: 14px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.header-top.black-bg .links-nav li a {color: #fff;}
.header-top .links-nav li a:hover {
    color: #94c13d;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.header-top .links-nav li i {
    padding-right: 8px;
    font-size: 16px;
    color: #94c13d;
}
.header-top .link-btn,
.header-top .text{
    display: inline-block;
}
.header-top .text {color: #111;}
.header-top a:hover {color: #94c13d;}
.header-top .theme-btn {
    color: #222;
    font-size: 16px;
}
.header-top .theme-btn:hover {color: #94c13d;}
.header-top .theme-btn span {
    color: #94c13d;
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    .header-top .top-left,
    .header-top .top-right {
        width: 100%;
        text-align: center;
    }
    .main-slider .light h1{font-size: 20px !important;}
    .main-slider .text{font-size: 14px !important;}
    .main-slider .slider-wrapper .image img{width: 100% !important;}
    .main-slider {min-height: 200px !important;}
}
@media only screen and (max-width: 1800px){
.main-slider .slider-wrapper .image img {
    width: 100% !important;
}
}
/* -- Home Banner style -- */
.main-slider {min-height: auto;}
.main-slider .container-fluid {padding: 0px;}
.main-slider .slider-wrapper {position: relative;}
.main-slider .slider-wrapper .image img {
    min-height: 200px;
    width: 100%;
    max-width: none;
}

.main-slider h1 {
    position: relative;
    color: #222;
    font-size: 60px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 20px;
}
.main-slider .light h1 {color: #fff;}
.main-slider .slider-caption {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
}
.main-slider .slider-caption .inner-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.main-slider .light h1 {
    color: #fff;
    position: relative;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
}
/*.main-slider h1:after {
        position: absolute;
        content: '';
        background:url(../images/home-banner-dots.png) no-repeat;
        height: 11px;
        width: 42px;
        bottom: -15px;
        left: 50%;
        margin-left:-22px;
}*/
.main-slider .link-btn {
    padding-top: 10px;
    margin: 0 -10px;
}
.main-slider .theme-btn {margin: 0 10px;}
.main-slider .text {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 1.7em;
    margin: 0 auto 30px auto;
}
.main-slider .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 3;
}

/* slide animation */
.main-slider .owl-item .slider-caption * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.main-slider .owl-item.active .slider-caption h1 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.main-slider .owl-item.active .slider-caption h2 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.main-slider .owl-item.active .slider-caption h3 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.main-slider .owl-item.active .slider-caption .text {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.main-slider .owl-item.active .slider-caption .link-btn {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* slide nav */
.slide-nav .owl-nav {
    padding: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.97);
    -ms-transform: translateY(-50%) scale(0.97);
    transform: translateY(-50%) scale(0.97);
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.slide-nav:hover .owl-nav {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
}
.slide-nav .owl-nav .owl-next,
.slide-nav .owl-nav .owl-prev {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 56px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 24px;
    color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.slide-nav .carousel-outer:hover .owl-nav .owl-next,
.slide-nav .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}
.slide-nav .owl-nav .owl-prev {
    left: 20px;
    float: left;
}
.slide-nav .owl-nav .owl-next {
    right: 20px;
    float: right;
}
.slide-nav .owl-nav .owl-next:hover,.slide-nav .owl-nav .owl-prev:hover {
    color: #94c13d;
    border-color: #94c13d;
}

/* --- Canpaign Style --- */
.cause-block {margin-bottom: 30px;}
.cause-block .image {
    position: relative;
    overflow: hidden;
    margin: 0;
}
.cause-block .image .overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
    -o-transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
    transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
    opacity: 0;
    visibility: hidden;
}
.cause-block .inner-box:hover .overlay {
    height: 100%;
    -webkit-transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
    -o-transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
    transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
    opacity: 1;
    visibility: visible;
}
.cause-block .lower-content {
    position: relative;
    padding: 0px;
    padding-bottom: 15px;
    background: #fff;
    border-top: 0px;
    text-align: center;
}
.cause-block .lower-content h5 {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.cause-block .lower-content h4 {
    font-weight: 700;
    padding: 15px 15px 0px;
    text-transform:capitalize;
}
.cause-block .lower-content .text {
    font-weight: 500;
    padding: 20px 15px 10px;
    line-height:22px;

}
.cause-block .lower-content .donate {
    color: #94c13d;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px;
}
.cause-block .lower-content .link-btn {margin-top: 10px;}
.cause-block .lower-content .link-btn .theme-btn {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-transform:capitalize;
    border: none;
    background:#d0d0d0;
    padding: 6px 15px;
    line-height: 16px;
    border-radius: 25px;
    text-align: center;
}
.cause-block .lower-content .link-btn .theme-btn:hover {
    background-color: #fffc00;
    color: #000;
}
.progress-levels {	position: relative;}
.default-section .progress-levels {	padding-top: 7px;}
.progress-levels .progress-box {
    position: relative;
    padding-bottom: 10px;
    padding-top: 0px;
    overflow: hidden;
}
.progress-levels .progress-box:last-child {margin-bottom: 0px;}
.progress-levels .progress-box:last-child {margin-bottom: 0px;}
.progress-levels .progress-box .bar {
    position: relative;
    height: 10px;
    background: #eeeeee;
    border-radius: 0px;
}
.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 10px;
}
.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    left: -100%;
    top: 0px;
    width: 0px;
    border-radius: 0px;
    height: 10px;
    background: #94c13d;
    -webkit-transition: all 2000ms ease 300ms;
    -o-transition: all 2000ms ease 300ms;
    transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box.html .bar .bar-fill {background: #ef6267;}
.progress-levels .progress-box.wp .bar .bar-fill {background: #ff9924;}
.progress-levels .progress-box.php .bar .bar-fill {background: #14dbba;}
.progress-levels .progress-box.animated .bar .bar-fill {left: 0px;}

/* --- Parallax --- */
.parallax-section {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 22px 0 22px;
}
.parallax-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.parallax-section h1 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 40px;
}
.parallax-section h3 {
    position: relative;
    color: #94c13d;
    font-size: 24px;
    line-height: 1.2em;
    padding: 0 50px;
    margin-bottom: 20px;
    font-family: PonyTale;
    letter-spacing: 2px;
    display: inline-block;
}
.parallax-section h3:before {
    position: absolute;
    content: '';
    background-color: #94c13d;
    height: 2px;
    width: 15px;
    top: 12px;
    left: 15px;
}
.parallax-section h3:after {
    position: absolute;
    content: '';
    background-color: #94c13d;
    height: 2px;
    width: 30px;
    top: 18px;
    left: 0px;
}
.parallax-section h3 span {
    position: relative;
    display: block;
    top: -28px;
    right: -50px;
}
.parallax-section h3 span:before {
    position: absolute;
    content: '';
    background-color: #94c13d;
    height: 2px;
    width: 15px;
    top: 12px;
    right: 15px;
}
.parallax-section h3 span:after {
    position: absolute;
    content: '';
    background-color: #94c13d;
    height: 2px;
    width: 30px;
    top: 18px;
    right: 0px;
}

/* --- About Us --- */
.about-us .container {max-width: 1366px;}
.image-block-one .big-image img {
    position: relative;
    float: right;
    max-width: none;
    right: -80px;
}
.image-block-one .small-image {
    position: absolute;
    right: -110px;
    bottom: -45px;
    border: 10px solid #fff;
}
.about-block {position: relative;}
.about-us .sec-title h2{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1em;
    padding-bottom: 0px;
}
.sec-title h2:after{display:none;}
.about-us .sec-title h3{
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color:#94c13d;
    line-height: 1.1em;
    padding-bottom:15px;
}
.about-block .text {
    position: relative;
    margin-bottom: 30px;
}
.about-block .text {line-height: 1.8em;}
.about-block .author {
    position: relative;
}

.about-block .author .inner-box {
    position: relative;
    margin-bottom: 10px;
}

.about-block h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-block-two h1 {
    position: relative;
    color: #222;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.about-block-two h4 {
    position: relative;
    color: #222;
    font-size: 20px;
    line-height: 1.2em;
    padding: 0 50px;
    margin-bottom: 20px;
    font-family: PonyTale;
    letter-spacing: 2px;
    display: inline-block;
}

.about-block-two h4:before {
    position: absolute;
    content: '';
    background-color: #222;
    height: 2px;
    width: 15px;
    top: 6px;
    left: 15px;
}

.about-block-two h4:after {
    position: absolute;
    content: '';
    background-color: #222;
    height: 2px;
    width: 30px;
    top: 12px;
    left: 0px;
}

.about-block-two h4 span {
    position: relative;
    display: block;
    top: -28px;
    right: -50px;
}

.about-block-two h4 span:before {
    position: absolute;
    content: '';
    background-color: #222;
    height: 2px;
    width: 15px;
    top: 14px;
    right: 15px;
}

.about-block-two h4 span:after {
    position: absolute;
    content: '';
    background-color: #222;
    height: 2px;
    width: 30px;
    top: 20px;
    right: 0px;
}

.about-block-two .text {
    position: relative;
    margin-bottom: 40px;
}

.about-block-two .author {
    position: relative;
}

.about-block-two .author .inner-box {
    position: relative;
    margin-bottom: 10px;
    padding-left: 100px;
    display: inline-block;
}

.about-block-two .author .inner-box .image {
    position: absolute;
    left: 0;
    top: 10px;
}

.about-block-two h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/* -- Fact & Figure -- */
.fact-counter {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 20px 0 0px;
}
.fact-counter:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
}
.fact-counter .count-outer {
    position: relative;
    font-family: 'lato', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
}
.fact-counter .counter-column {padding: 0px;}
.fact-counter .inner-box {
    position: relative;
    text-align:center;
    margin-left: 30px;
}
.fact-counter .icon-box {text-align:center;padding-bottom:8px;}
.fact-counter .count-outer p {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #94c13d;
}
.fact-counter .count-outer span {
    line-height: 50px;
}

/* -- Subscribe -- */
.subscribe-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 1px 0 1px;
    clear: both;
}
.subscribe-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background-color: rgba(255, 252, 0, 0.70);*/
}
.subscribe-section .title-column,.subscribe-section .call-btn {
    margin-bottom: 0px;
}
.subscribe-section h2 {
    position: relative;
    font-size: 36px;
    line-height: 1.2em;
    color: #fffc00;
    font-weight: 800;
    margin-bottom: 7px;
}
.subscribe-section .text {
    color: #8c8a01;
    font-size: 18px;
    font-weight: 600;
}
.subscribe-section .subscribe-form {margin-top: 12px;}
.subscribe-section .subscribe-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.subscribe-section .subscribe-form .form-group input[type="text"],
.subscribe-section .subscribe-form .form-group input[type="tel"],
.subscribe-section .subscribe-form .form-group input[type="email"],
.subscribe-section .subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 10px 60px 10px 10px;
    height: 54px;
    font-size: 16px;
    border-radius: 27px;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.subscribe-section input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-style: italic;
    font-size: 16px;
}
.subscribe-section input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-style: italic;
    font-size: 16px;
}
.subscribe-section input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-style: italic;
    font-size: 16px;
}
.subscribe-section input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-style: italic;
    font-size: 16px;
}
.subscribe-section .subscribe-form .form-group input[type="text"]:focus,
.subscribe-section .subscribe-form .form-group input[type="tel"]:focus,
.subscribe-section .subscribe-form .form-group input[type="email"]:focus,
.subscribe-section .subscribe-form .form-group textarea:focus {

}
.subscribe-section .subscribe-form .form-group input[type="submit"],.subscribe-section .subscribe-form button {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 18px;
    line-height: 30px;
    padding: 0px 15px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    border-left: 1px solid #fff;
}

/* -- Testimonial --- */
.testimonial-section {
    position: relative;
    background-color: #f7f9f3;
}
.testimonial-block-one {
    position: relative;
}
.testimonial-block-one .inner-box {
    position: relative;
    text-align: center;
}
.testimonial-block-one .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}
.testimonial-block-one span.quote {
    font-size: 50px;
    color: #e5e5e5;
}
.fa-quote-left:before {
    content: inherit;
}
.testimonial-block-one .inner-box h3 span {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
}
.testimonial-block-one .inner-box .text {
    position: relative;
    color: #222;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6em;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
    font-style: italic;
    margin-bottom: 40px;
}
.testimonial-block-one .inner-box .text.light {color: #fff;}

/* --- Footer --- */
.footer {
    position: relative;
    background-color: #0a0a0a;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;margin-top: -8px;
}
.footer .widgets-section {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 20px 0px 20px;
}
.footer .footer-column {
    position: relative;
}
.footer .footer-widget {
    position: relative;
    margin-bottom: 0px;
}
.footer .footer-logo {
    position: relative;
    margin-bottom: 35px;
}
.footer .footer-logo img {
    display: block;
    max-width: 100%;
}
.footer .footer-column .widget-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: -5px;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #fffc00;
}
.footer .about-widget .text {
    font-size: 16px;
    color: #cccccc;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    margin-bottom: 35px;
}

.footer .social-icon-three {
    position: relative;
    display: block;
}

.footer .social-icon-three li {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    margin: 0px 7px 0px 0px !important;
}

.footer .social-icon-three li a {
    position: relative;
    display: inline-block;
    height: 34px;
    width: 34px;
    background-color: #222;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    line-height: 24px;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer .social-icon-three li a:hover {
    background-color: #94c13d;
}
.footer .services-widget {
    position: relative;
    padding-left: 25px;
}
.footer .services-widget .list li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.footer .services-widget .list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #cccccc;
    text-transform: capitalize;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer .services-widget .list li a:hover {color: #ffffff;}
.footer .services-widget .list li:last-child {margin-bottom: 0;}
.footer .contact-info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    padding-left: 30px;
    line-height: 24px;
    color: #cccccc;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.footer .contact-info-list li a {
    color: inherit;
    display: inline-block;
}
.footer .contact-info-list li i {
    position: absolute;
    left: 0;
    top: 5px;
}
.footer .footer-bottom {
    position: relative;
    padding: 15px 0px;
    text-align: center;
}
.footer .footer-bottom p {
    line-height: 30px;
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.footer .footer-bottom p a {color: #94c13d;}
.footer .footer-bottom p a:hover {text-decoration: underline;}
.footer .footer-bottom ul {margin: 0 0px;}
.footer .footer-bottom ul li {
    display: inline-block;
    margin: 0 20px;
}
.footer .footer-bottom ul li a {
    font-size: 16px;
    color: #999999;
}
/* -- donate -- */
.donate-popup {
    position: fixed;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    z-index: 99999999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.donate-popup.popup-visible {
    top: 0;
    visibility: visible;
    opacity: 1;
}
.donate-popup .close-donate {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}
.donate-popup .close-donate:hover {opacity: 0.70;}
.donate-form-area {
    margin-top: 60px;
    margin-bottom: 100px;
    background: #f2f2f2;
    padding: 57px;
    border: 3px solid #94c13d;
}
.donate-form-area .section-title:before {display: none;}
.donate-form-area h4 {margin-bottom: 18px;}
.donate-form-area h3 {
    font-weight: 700;
    margin-top: 38px;
    margin-bottom: 28px;
}
.donate-form-area input[type="text"],
.donate-form-area input[type="email"],
.donate-form-area input[type="password"],
.donate-form-area input[type="number"],
.donate-form-area select,
.donate-form-area textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    padding: 12px 15px;
    background: #fff;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.chicklet-list {
    background: #fff;
    padding: 30px 30px 20px;
}
.chicklet-list li {
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
.chicklet-list input {
    font-size: 1.4em;
    line-height: 1;
    border: 2px solid #3b7840;
    padding: 0.55em 0.55em 0.55em 0.8em;
    color: #3b7840;
}
.chicklet-list input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.chicklet-list label {
    display: block;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    background: #ffffff;
    border: 1px solid #f4f4f4;
    color: #000;
    padding: 8px 27px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.chicklet-list :checked+label {
    background: #94c13d;
    color: #f7f7f7;
    text-shadow: none;
}
.chicklet-list li.other-amount {
    width: 38%;
    float: right;
}
.chicklet-list li span {
    position: absolute;
    left: -30px;
    top: 9px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #303030;
}
.chicklet-list input[type="text"] {height: 40px;}
.donate-form-area .form-bg {
    background: #fff;
    padding: 30px 30px 15px;
}
.donate-form-area .default-form .form-group {margin-bottom: 15px;}
.donate-form-area .payment-option {
    position: relative;
    margin-top: 20px;
    margin-bottom: 35px;
}
.donate-form-area .payment-option li {
    display: inline-block;
    font-size: 18px;
    color: #303030;
    font-size: 15px;
    margin-right: 10px;
}

/* -- Inner Banner -- */
.page-title{
    position:relative;
    color:#ffffff;
    padding:80px 0px 80px;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

.page-title:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:block;
    background-color:rgba(0,0,0,0.75);
}

.page-title .container{
    position:relative;
    z-index:1;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-title h1{
    position:relative;
    font-size:36px;
    line-height:1.2em;
    font-weight:700;
    margin-bottom:20px;
    color:#fff!important;
    padding-left:30px;
    text-transform:capitalize;
    border-left:2px solid #fffc00;
}

.page-title .bread-crumb{
    position:relative;
    padding-top:18px;
    text-align:right;
    margin-right:30px;
}

.page-title .bread-crumb li{
    position:relative;
    display:inline-block;
    line-height:30px;
    margin-left:10px;
    color:#94c13d;
    font-size:16px;
    font-weight:400;
}

.page-title .bread-crumb li:first-child{
    margin-left:0px;
}

.page-title .bread-crumb li:last-child:before{
    display:none;
}

.page-title .bread-crumb li a{
    color:#ffffff;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-title .bread-crumb li .icon{
    position:relative;
    font-size:12px;
    color:#94c13d;
    top:-1px;
    margin-right:6px;
    line-height:1em;
}

.page-title .bread-crumb li a:hover{
    color:#fffc00;
}
@media only screen and (max-width: 1023px){
    .page-title .bread-crumb {
        padding-top: 0px;
        margin-right: 0px;
        text-align: left;
    }
}
.common-box{
    background: #fff;
    /*float: left;*/
    display: inline-block;
    width: 100%;
    padding: 38px 0 25px;
}


/*--- popup ---*/
.bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    z-index: -2;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-image.with-pattern {
    /* background-repeat: repeat; */
    /* -webkit-background-size: auto; */
    -moz-background-size: auto;
    -ms-background-size: auto;
    -o-background-size: auto;
    /* background-size: auto; */
}
.cust-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 415px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.show-model {
    visibility: visible;
}
.modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,0.8);
}
.show-model ~ .modal-overlay {
    opacity: 1;
    visibility: visible;
}
.cust-modal .model-content {
    background: transparent;
    padding: 10px;
    /* overflow-y: scroll;
    overflow-x: hidden; */
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
}
.model-close {
    position: absolute;
    right: 25px;
    top: -10px;
    width: 42px;
    height: 42px;
    background: #ffffff;
    color: #000000;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    z-index: 1;
}
.registr-form input, .registr-form{
    border-radius: 0;
    border: 0;
    font-size: 18px;
    color:#000;
}
.registr-form {
    max-width: 415px;
    position: relative;
    margin-left: auto;
    text-align: center;
    padding: 60px;
    z-index: 1;
    overflow: hidden;
}
.registr-form > a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-top: 22px;
    display: inline-block;
    text-decoration: underline;
}
.show-logn {
    display: none;
}

/* Effect: Fade in and scale up */
.show-model .model-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.cust-modal .model-content{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.registr-form .bg-image.with-pattern {
    background-color: #00c5b5;
}
.registr-form .bg-image.with-pattern {
    background-blend-mode: multiply;
}

.bg-pattern, .bg-image.with-pattern {
    background-repeat: repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -ms-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
.registr-form button {
    position: relative;
    font-family: 'Barlow', sans-serif;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 46px;
    border: 01px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    margin-top: 11px;
}
.registr-form button{
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
/* Popup Login Form */
.secect-acount {
    width:100%;
    margin-right: 15px;
    height: 36px;
    line-height: 36px;
    margin-bottom:15px;
    float: left;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.secect-acount input[type="radio"] {
    display: none;
}
.secect-acount input[type="radio"] + label {
    font-size: 18px;
    color: #000;
    margin-left: 0;
}
.secect-acount label {
    width: 100%;
    cursor: pointer;
}
.secect-acount label .check-icon {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 10;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.secect-acount label .check-icon::before {
    content: "";
    background: #fffc00;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.secect-acount input[type="radio"]:checked + label .check-icon::before {
    background: #000;
}
.secect-acount input[type="radio"] + label .check-icon::after {
    content: "";
    width: 18px;
    height: 14px;
    background: url(../images/checkbox-check.png) -18px top no-repeat cursor: pointer;
    position: absolute;
    left: -1px;
    top: 2px;
}
.secect-acount input[type="radio"]:checked + label .check-icon::after {
    content: "";
    background: url(../images/checkbox-check.png) left top no-repeat;
}
.account-name{
    float: left;
    margin-left: 15px;
}
.home-about{ padding: 8px 0 25px;}
.inner-page-content .common-text-wrap > h3{ max-width: inherit;}
.inner-page-content .common-text-wrap > p{ max-width: inherit;}
.inner-page-content{    padding: 22px 0 4px;}
.inner-page-content .page-contents{ padding-right: 0px; padding-left: 0px;}
.captcha-cal{font-size: 38px; padding: 2px 16px;}

@media only screen and (max-width: 520px){
    .captcha-cal {
        padding: 2px 0px;
    }
}
.error{
    color: red; 
}