@charset "UTF-8";@import url(flaticon.css);@import url(fontawesome-all.css);@import url(animate.css);@import url(jquery.touchspin.css);@import url(owl.css);@import url(jquery-ui.css);@import url(jquery.fancybox.min.css);* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%
}

body {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Open Sans',sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #126abd
}

a:focus,a:hover,a:visited {
    text-decoration: none;
    outline: 0
}

h1,h2,h3,h4,h5,h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.2em
}

textarea {
    overflow: hidden;
    resize: none
}

button {
    outline: 0!important;
    cursor: pointer
}

.text,p {
    font-size: 15px;
    line-height: 26px;
    font-weight: n;
    color: #555;
    margin: 0
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99
}

li,ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.centered {
    text-align: center!important
}

.btn-style-one {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    background-color: #3e3c3c
}

.btn-style-one:hover {
    background: #222;
    color: #fff
}

.btn-style-two {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #fff
}

.btn-style-two:hover {
    background: #222;
    color: #fff
}

.btn-style-three {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #222
}

.btn-style-three:hover {
    background: #fff;
    color: #222
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    margin-bottom: 12px;
    padding-left: 35px
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    line-height: 24px;
    color: #7abf18;
    font-weight: 600;
    content: "\f193";
    font-family: flaticon
}

.theme_color {
    color: #7abf18
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/logo.png)
}

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

.scroll-to-top {
    position: fixed;
    bottom: 58px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #cc4236;
    display: none;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-to-top:hover {
    background: #4cb57c;
    color: #fff
}

.tabs-box {
    position: relative
}

.tabs-box .tab {
    display: none
}

.tabs-box .tab.active-tab {
    display: block
}

.main-header {
    position: relative;
    width: 100%;
    z-index: 999
}

.main-header .header-top {
    position: relative
}

.main-header .header-top:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #7abf18;
    height: 10px;
    content: ""
}

.main-header .header-top .inner-container {
    padding: 0 25px;
    background-color: #7abf18;
    border-radius: 0 0 20px 20px
}

.main-header .top-left {
    position: relative;
    float: left
}

.main-header .top-left .text {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    padding: 10px 0
}

.main-header .top-right {
    position: relative;
    float: right
}

.main-header .top-right .text {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    padding: 10px 0
}

.main-header .top-right .text a {
    color: #fff
}

.main-header .top-right .social-icon-one {
    position: relative;
    float: right;
    margin-left: 100px;
    padding: 10px 0
}

.social-icon-one {
    position: relative
}

.social-icon-one li {
    position: relative;
    float: left;
    margin-left: 15px
}

.social-icon-one li:first-child {
    margin-left: 0
}

.social-icon-one li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.social-icon-one li a:hover {
    color: #333
}

.main-header .header-upper {
    position: relative;
    z-index: 5;
    background-color: #fff;
    z-index: 99999
}

.main-header .header-upper .logo-outer {
    position: relative;
    float: left;
    z-index: 25
}

.main-header .logo-outer {
    padding: 40px 0
}

.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: auto;
    box-shadow: 0 18px 18px -9px #b7b6b6;
    background-color: #fff;
    padding: 0 2px
}

.main-header .header-upper .upper-right {
    position: relative;
    float: right;
    padding-top: 45px
}

.main-header .info-box {
    position: relative;
    float: left;
    padding-left: 65px;
    margin-left: 40px;
    min-height: 50px
}

.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #4c4c4c;
    font-weight: 600;
    border: 1px dashed #7abf18;
    border-radius: 10px 10px 0 10px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .info-box li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #777;
    font-weight: 400;
    text-transform: capitalize
}

.main-header .info-box li span {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222;
    font-weight: 600
}

.main-header .info-box li a {
    color: #222;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .info-box li a:hover {
    color: #7abf18
}

.main-header .header-lower {
    position: relative;
    z-index: 99999
}

.main-header .header-lower .nav-outer {
    position: static
}

.main-menu {
    position: relative;
    float: right;
    z-index: 111;
    right: 7rem
}

.main-menu .navigation {
    position: static;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    opacity: 1;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #25262c;
    background: #fff
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #292929;
    line-height: 20px;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 110%;
    width: 200px;
    padding: 0 0;
    z-index: 100;
    background: rgba(47,46,50,.9);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 1;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05)
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li:hover>a {
    background: #222
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 110%;
    top: 0;
    width: 200px;
    padding: 0 0;
    z-index: 100;
    background: rgba(47,46,50,.9);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05)
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.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: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: #fff;
    background: #222
}

.main-menu .navigation>li.dropdown:hover>ul {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: none
}

.main-header .outer-box {
    position: relative;
    margin-left: 45px
}

.main-header .search-box-outer {
    position: relative;
    float: left;
    margin-right: 30px
}

.main-header .search-box {
    position: relative;
    padding: 15px 0;
    min-width: 170px
}

.main-header .search-box .form-group {
    position: relative;
    margin: 0
}

.main-header .search-box .form-group input[type=search],.main-header .search-box .form-group input[type=text] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.main-header .search-box .form-group input:focus {
    border-color: #7abf18
}

.main-header .search-box .form-group button,.main-header .search-box .form-group input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 16px;
    background-color: transparent;
    color: #fff
}

.main-header .outer-box .btn-box {
    position: relative;
    float: right
}

.main-header .outer-box .btn-box .theme-btn {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 40px;
    font-weight: 500;
    border-radius: 0
}

.main-menu .navigation>li.has-mega-menu {
    position: static
}

.main-menu .navigation>li>.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1170px;
    background: rgba(47,46,50,.9);
    padding: 30px 30px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05)
}

.main-menu .navigation>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.main-menu .navigation>li>.mega-menu .mega-menu-bar {
    position: relative
}

.main-menu .navigation>li.has-mega-menu h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px
}

.main-menu .navigation>li .mega-menu-bar ul {
    position: relative;
    background-color: #7abf18
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.1);
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li .mega-menu-bar .column {
    position: relative;
    margin-bottom: 10px
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li:last-child {
    border: none
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li .mega-menu-bar .column>ul>li>a:hover {
    background: #222
}

.main-header .main-menu .navigation>li>a:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #7abf18;
    content: "";
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .main-menu .navigation>li>a:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #7abf18;
    content: "";
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .main-menu .navigation>li.current>a:after,.main-header .main-menu .navigation>li:hover>a:after {
    opacity: 1
}

.main-header .main-menu .navigation>li.current>a:before,.main-header .main-menu .navigation>li:hover>a:before {
    width: 100%;
    left: 0
}

.main-header .main-menu .navigation>li.current-menu-item>a,.main-header .main-menu .navigation>li.current>a,.main-header .main-menu .navigation>li:hover>a {
    opacity: 1;
    color: #71b100
}

.header-style-two {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%
}

.header-style-two .header-lower {
    background: 0 0
}

.header-style-two .inner-container {
    position: relative;
    background-color: #fff
}

.header-style-two .logo-outer {
    position: relative;
    float: left;
    padding: 10px 0 10px 20px
}

.header-style-two .header-lower .nav-outer {
    float: right
}

.header-style-two .outer-box {
    float: left;
    margin: 0
}

.header-style-two .main-menu .navigation>li {
    margin-right: 8px
}

.header-style-two .main-menu .navigation>li>a {
    position: relative;
    padding: 20px 15px;
    color: #333;
    font-weight: 500;
    z-index: 9
}

.header-style-two .main-menu .navigation>li>a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #7abf18;
    content: "";
    z-index: -1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header-style-two .header-lower .main-menu .navigation>li.current>a,.header-style-two .header-lower .main-menu .navigation>li:hover>a {
    color: #fff!important
}

.header-style-two .main-menu .navigation>li.current>a:before,.header-style-two .main-menu .navigation>li:hover>a:before {
    height: 110%;
    opacity: 1;
    visibility: visible
}

.header-style-two .search-box-outer {
    position: relative;
    float: right;
    padding: 20px 0;
    margin-left: 25px
}

.header-style-two .search-btn {
    position: relative;
    display: block;
    cursor: pointer;
    background: 0 0;
    font-size: 18px;
    line-height: 29px;
    color: #333;
    font-weight: 600;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header-style-two .search-btn:hover {
    color: #7abf18
}

.dropdown-toggle::after {
    display: none
}

.header-style-two .search-box-outer .dropdown-menu {
    top: 20px!important;
    right: 0!important;
    padding: 0;
    width: 280px;
    border-radius: 0;
    border-top: 3px solid #25262c
}

.header-style-two .search-panel .form-container {
    padding: 25px 20px
}

.header-style-two .search-panel .form-group {
    position: relative;
    margin: 0
}

.header-style-two .search-panel input[type=password],.header-style-two .search-panel input[type=search],.header-style-two .search-panel input[type=text],.header-style-two .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #fff
}

.header-style-two .search-panel input:focus,.header-style-two .search-panel select:focus {
    border-color: #7abf18
}

.header-style-two .search-panel .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555;
    font-size: 12px;
    background: 0 0;
    cursor: pointer
}

.header-style-two .share-btn {
    position: relative;
    float: left;
    padding: 20px 0;
    margin-left: 25px
}

.header-style-two .share-btn a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header-style-two .share-btn a:hover {
    color: #7abf18
}

.header-style-three {
    position: absolute;
    width: 100%;
    top: 0;
    border-top: 2px solid #4db77e
}

.header-style-three .logo-outer {
    position: absolute;
    float: left;
    padding: 50px 0;
    min-width: auto;
    text-align: center;
    background-color: transparent;
    z-index: 9
}

.header-style-three .logo-outer .logo {
    position: absolute;
    top: 0;
    left: 26px;
    box-shadow: none;
    background-color: transparent;
    width: 314px;
    display: block
}

.header-style-three .header-lower .nav-outer {
    padding-left: 60px
}

.header-style-three .main-menu .navigation>li {
    padding: 14px 0
}

.header-style-three .main-menu .navigation>li>a {
    position: relative;
    font-size: 16px;
    line-height: 35px;
    color: #000;
    padding: 0;
    font-weight: 600
}

.header-style-three .main-menu .navigation>li>a:after,.header-style-three .main-menu .navigation>li>a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 0%;
    content: "";
    background-color: transparent;
    transition: all .3s ease
}

.header-style-three .main-menu .navigation>li>a:after {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    border: 0
}

.header-style-three .main-menu .navigation>li.current>a:after,.header-style-three .main-menu .navigation>li.current>a:before,.header-style-three .main-menu .navigation>li:hover>a:after,.header-style-three .main-menu .navigation>li:hover>a:before {
    width: 100%
}

.header-style-three .main-menu .navigation>li.current-menu-item>a,.header-style-three .main-menu .navigation>li.current>a,.header-style-three .main-menu .navigation>li:hover>a {
    color: #ff9000
}

.header-style-three .call-btn {
    position: absolute;
    float: right;
    right: 16px;
    width: 133px;
    top: 17px;
    z-index: 1
}

.header-style-three .call-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: auto;
    background-color: #327d47;
    content: "";
    border-radius: 24px
}

.header-style-three .call-btn a {
    position: initial;
    padding: 8px 26px;
    line-height: 30px;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    float: right;
    text-transform: uppercase;
    background-color: #519643;
    background-image: linear-gradient(to right,#3a842b,#d0c429);
    color: #fff;
    z-index: initial;
    border-radius: 30px
}

.header-style-three .call-btn a::before {
    position: absolute;
    content: "";
    background-image: url(../images/appointmentt.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 52px;
    height: 52px;
    background-size: 47px;
    right: 2rem;
    top: -2px;
    opacity: .15
}

.hader-banner {
    position: relative;
    width: 100%;
    height: 100vh
}

.header-style-three .share-btn {
    position: relative;
    float: left;
    padding: 35px 0;
    margin-right: 60px
}

.header-style-three .share-btn a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #7abf18;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header-style-three .share-btn a:hover {
    color: #222
}

span.nav-icon {
    position: relative;
    display: block;
    text-align: center
}

.nav-icon img {
    width: 34px
}

.phone-number-text {
    position: absolute;
    z-index: 9;
    top: 77px;
    right: 0;
    background-color: #b6392e;
    border-radius: 24px 0 0 24px;
    background: linear-gradient(to left,#f7df4d,#fbefac)
}

.phone-number-text i {
    margin-right: 10px
}

.phone-number-text a {
    color: #000;
    font-size: 15px;
    padding: 5px 14px;
    display: block
}

.social-media {
    position: absolute;
    left: 10px;
    width: 63px;
    bottom: 18rem;
    text-align: center;
    z-index: 9
}

.social-media a {
    width: 32px;
    border: 1px solid;
    height: 32px;
    border-radius: 50%;
    margin-top: 7px;
    color: #b6392e;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 31px
}

.phone-email {
    width: 100%;
    display: table;
    margin-top: 92px;
    text-align: left;
    padding-left: 21px
}

.arrow-down {
    position: absolute;
    cursor: pointer;
    bottom: 6px;
    z-index: 99;
    left: 20%;
    color: #4cb57c;
    width: auto;
    font-size: 46px
}

.p-e-info {
    margin-bottom: 17px
}

.p-e-info i {
    width: 30px;
    height: 30px;
    background-color: #ff9000;
    color: #101010;
    text-align: center;
    border-radius: 50%;
    line-height: 30px
}

.fallow-title {
    position: absolute;
    top: 90px;
    z-index: 333;
    transform: rotate(0);
    text-transform: uppercase;
    left: 2px;
    color: #b1a300;
    font-size: 19px;
    font-weight: 500
}

.top-contact-info {
    float: right;
    margin-right: 9rem;
    margin-top: 18px
}

span.tp-info {
    border-right: 1px solid #000;
    padding-right: 8px;
    margin-right: 8px
}

.tp-info i {
    width: 30px;
    height: 30px;
    background-color: #152433;
    color: #ff9000;
    text-align: center;
    border-radius: 50%;
    line-height: 30px
}

.hader-banner:before {
    content: "";
    background-color: transparent;
    width: 70px;
    left: 0;
    height: 100vh;
    top: 0;
    z-index: 1;
    position: absolute
}

.inner-header-banner::before {
    content: none
}

.header-style-three .search-box-outer {
    position: relative;
    float: left;
    background-color: #fff;
    text-align: center;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header-style-three .search-box-btn {
    line-height: 29px
}

.main-header .search-box-btn {
    position: relative;
    cursor: pointer;
    background: 0 0;
    font-size: 24px;
    color: #222;
    outline: 0;
    padding: 35px 0;
    width: 100px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .search-box-btn:hover {
    color: #7abf18
}

.dropdown-toggle::after {
    display: none
}

.main-header .search-box-outer .dropdown-menu {
    top: 0!important;
    right: 0!important;
    padding: 0;
    width: 280px;
    border-radius: 0;
    border-top: 3px solid #25262c
}

.main-header .search-panel .form-container {
    padding: 25px 20px
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0
}

.main-header .search-panel input[type=password],.main-header .search-panel input[type=search],.main-header .search-panel input[type=text],.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #fff
}

.main-header .search-panel input:focus,.main-header .search-panel select:focus {
    border-color: #25262c
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555;
    font-size: 12px;
    background: 0 0;
    cursor: pointer
}

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    z-index: 99999;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 5px 5px rgba(0,0,0,.05)
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible
}

.fixed-header .sticky-header .logo {
    padding: 10px 0;
    position: relative;
    left: 48%;
    width: 100px
}


.main-header .sticky-header .main-menu .navigation>li {
    margin-right: 0;
    margin-left: 40px;
    padding: 0;
    background-color: transparent
}

.main-header .sticky-header .main-menu .navigation>li:after {
    display: none
}

.main-header .sticky-header .main-menu .navigation>li>a {
    padding: 20px 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sticky-header .main-menu .navigation>li.current-menu-item>a,.sticky-header .main-menu .navigation>li.current>a,.sticky-header .main-menu .navigation>li:hover>a {
    opacity: 1;
    color: #71b100
}

.sticky-header .main-menu .navigation>li:before,.sticky-header .main-menu .navigation>li>a:after,.sticky-header .main-menu .navigation>li>a:before {
    display: none
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
    z-index: 1
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 24px;
    color: #519643;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 12px
}

.sec-title .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 68px;
    background-color: #489038;
    border-right: 10px solid #fff;
    content: ''
}

.sec-title .title:after {
    position: absolute;
    left: 34px;
    bottom: 0;
    height: 2px;
    width: 6px;
    background-color: #ffc107;
    content: ""
}

.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 1.3em;
    color: #313233;
    font-weight: 500;
    text-transform: uppercase
}

.t-s-t h2 {
    color: #fff;
    display: table;
    margin: auto;
    border-bottom: 2px solid
}

.sec-title .text {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #777;
    font-weight: 400;
    margin-top: 25px
}

.sec-title.text-center .title:before {
    left: 0;
    right: 0;
    margin: 0 auto
}

.sec-title.text-center .title:after {
    left: 50%;
    margin-left: 1px
}

.sec-title.light h2 {
    color: #fff
}

.sec-title.light .title:before {
    background-color: #fff;
    border-right-color: #000
}

.page-title {
    position: relative;
    padding: 100px 0 53px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.page-title:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e8e8e8;
    opacity: .7;
    position: absolute
}

.page-title .inner-container {
    position: relative
}

.page-title .title-box {
    position: relative;
    float: left;
    padding: 5px 0
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 26px;
    color: #d04031;
    line-height: 58px;
    font-weight: 600
}

.page-title .bread-crumb {
    position: relative;
    float: inherit;
    background-color: #4fb78c;
    border-radius: 30px;
    border: 1px dashed #fff;
    padding: 8px 40px;
    display: table;
    margin: auto
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    cursor: default;
    padding-right: 30px;
    margin-right: 15px
}

.page-title .bread-crumb li:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -2px;
    font-size: 18px;
    line-height: 30px;
    color: #ffdf7d;
    font-weight: 900;
    content: "\f101"
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

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

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

.page-title .bread-crumb li a:hover {
    color: #000
}

.banner-section {
    position: relative
}

.banner-section .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 240px 0
}

.banner-section .slide-item:before {
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    content: "";
    opacity: .7
}

.banner-section .content-box {
    position: relative;
    text-align: center
}

.banner-section h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px)
}

.banner-section .active h4 {
    opacity: 1;
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.banner-section h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    opacity: 0;
    letter-spacing: -20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease
}

.banner-section .active h2 {
    opacity: 1;
    letter-spacing: 0;
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.banner-section .content-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 55px;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px)
}

.banner-section .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.banner-section .link-box {
    position: relative;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.banner-section .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.banner-section .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section .link-box a:after,.banner-section .link-box a:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-section .link-box a:after {
    width: 60%;
    bottom: -5px
}

.banner-section .link-box a i {
    color: #7abf18
}

.banner-section .link-box a:hover:after,.banner-section .link-box a:hover:before {
    width: 0
}

.banner-section .link-box a:hover {
    color: #7abf18
}

.about-section {
    position: relative;
    padding: 0 0 0;
    background-color: #fff
}

section.about-section:before {
    content: "";
    width: 23%;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: repeat
}

section.about-section:after {
    content: "";
    width: 23%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: -1
}

.about-title {
    color: #868682;
    position: relative;
    text-align: center;
    font-size: 37px;
    margin-bottom: 0;
    z-index: 1;
    position: absolute;
    left: -136px;
    bottom: 307px;
    width: 255px;
    transform: rotate(-90deg);
    text-transform: uppercase
}

.about-title:before {
    content: "";
    background-color: #dc3544;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 15px;
    left: 0
}

.about-title::after {
    content: "";
    background-color: #dc3544;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 15px;
    right: 0
}

.about-section.alternate {
    padding-bottom: 170px
}

.about-section .content-column {
    position: relative;
    position: relative;
    z-index: 9;
    background: #489038;
    padding: 54px 43px
}

.about-section .content-column .inner-column {
    position: relative
}

.about-section .content-column .content {
    position: relative;
    padding: 0 0;
    padding-right: 0;
    text-align: center
}

.about-section .content-column .sec-title {
    margin-bottom: 12px
}

.about-section .content-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #3a3a3a;
    font-weight: 500;
    margin-bottom: 19px
}

.about-section .content-column .link-box {
    position: relative
}

.about-section .content-column .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    border: 1px solid;
    padding: 7px 11px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.about-section .content-column .link-box a i {
    margin-left: 5px;
    font-size: 14px
}

.about-section .content-column .link-box a:hover {
    color: #f9f9f9;
    background-color: #000
}

.about-section .image-column {
    position: relative
}

.about-section .image-column .inner-column {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0
}

.about-section .image-column .image-box {
    position: relative;
    margin-top: 0;
    z-index: 3
}

.about-section .image-column .image-box:before {
    position: absolute;
    left: -32px;
    top: 80px;
    height: 344px;
    width: 682px;
    background-color: transparent;
    content: "";
    z-index: -1
}

.about-section .image-column .image {
    position: relative;
    margin-bottom: 0;
    box-shadow: 0 2px 23px #232323e0;
    padding: 8px;
    background-color: #ecebe9;
    z-index: 4;
    left: 7px
}

.about-section .image-column .image img {
    display: block;
    width: 100%;
    height: auto
}

.services-section {
    position: relative
}

.services-section .outer-box {
    position: relative;
    margin-top: -85px
}

.service-block {
    position: relative
}

.service-block .inner-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block .inner-box:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.1)
}

.service-block .image-box {
    position: relative
}

.service-block .image-box .image {
    position: relative;
    margin-bottom: 0
}

.service-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.service-block .caption-box {
    position: relative;
    padding: 20px 40px;
    padding-right: 70px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-top: 0
}

.service-block .caption-box .icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
    text-align: center;
    background-color: #7abf18;
    font-size: 30px;
    line-height: 70px;
    color: #fff
}

.service-block .caption-box h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 700
}

.service-block .caption-box h4 a {
    display: inline-block;
    color: #333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block .caption-box h4 a:hover {
    color: #7abf18
}

.service-block .overlay-box {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    background-color: rgb(34,34,34,.9);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .6s ease
}

.service-block .inner-box:hover .overlay-box {
    top: 0
}

.service-block .overlay-box:before {
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 90%;
    width: 1px;
    background-color: #fff;
    content: "";
    opacity: .7
}

.service-block .overlay-box:after {
    position: absolute;
    bottom: 40px;
    left: 0;
    height: 1px;
    width: 90%;
    background-color: #fff;
    opacity: .7;
    content: ""
}

.service-block .overlay-box .inner {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    padding-left: 70px;
    padding-right: 30px
}

.service-block .overlay-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px
}

.service-block .overlay-box .link-box {
    position: relative;
    display: block
}

.service-block .overlay-box .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block .overlay-box .link-box a:hover {
    color: #7abf18
}

.service-block .overlay-box .link-box a i {
    margin-left: 5px;
    color: #7abf18
}

.services-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.services-carousel .owl-next,.services-carousel .owl-prev {
    position: absolute;
    left: -115px;
    top: 0;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.services-carousel .owl-next {
    left: auto;
    right: -115px;
    padding-left: 0;
    padding-right: 25px
}

.services-carousel .owl-next:hover,.services-carousel .owl-prev:hover {
    color: #7abf18
}

.services-carousel .owl-next:before,.services-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #777;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.services-carousel .owl-next:hover:before,.services-carousel .owl-prev:hover:before {
    border-color: #7abf18
}

.services-carousel .owl-next:before {
    left: auto;
    right: 0;
    border: 1px solid #777;
    border-left: 0
}

.services-carousel .owl-next span {
    margin-left: 5px;
    font-size: 14px
}

.services-carousel .owl-prev span {
    margin-right: 5px;
    font-size: 14px
}

.services-section.style-two {
    position: relative;
    padding: 100px 0 40px
}

.services-section.style-two .service-block {
    margin-bottom: 60px
}

.services-section-two {
    position: relative;
    padding: 100px 0
}

.services-section-two .outer-box {
    position: relative
}

.services-section-two .title-column {
    position: relative;
    float: left;
    max-width: 37.5%;
    width: 100%
}

.services-section-two .title-column .inner-column {
    position: relative;
    float: right;
    max-width: 350px;
    width: 100%;
    padding-right: 60px;
    padding-top: 120px
}

.services-section-two .services-column {
    position: relative;
    float: right;
    max-width: 62.5%;
    width: 100%
}

.services-section-two .services-column .inner-column {
    position: relative;
    padding: 85px 55px 0
}

.services-section-two .services-column .inner-column:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 300px;
    width: 100%;
    background-image: url(../images/icons/pattern-2.jpg);
    background-repeat: repeat;
    background-position: center;
    content: ''
}

.services-carousel-two {
    position: relative
}

.service-block-two {
    position: relative;
    padding: 15px 15px 25px
}

.service-block-two .inner-box {
    position: relative;
    background-color: #fff;
    padding: 70px 15px 70px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.1)
}

.service-block-two .icon-box {
    position: relative;
    display: block;
    margin-bottom: 35px
}

.service-block-two .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 1em;
    color: #7abf18;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block-two .inner-box:hover .icon-box .icon {
    color: #222
}

.service-block-two h5 {
    position: relative;
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px
}

.service-block-two h5 a {
    color: #333;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block-two h5 a:hover {
    color: #7abf18
}

.service-block-two .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #666;
    font-weight: 400
}

.service-block-two .link-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto
}

.service-block-two .link-box a {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #7abf18;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-block-two .link-box a:hover {
    background-color: #222
}

.services-carousel-two .owl-nav {
    position: absolute;
    left: -410px;
    bottom: 50px;
    width: 190px
}

.services-carousel-two .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center
}

.services-carousel-two .owl-next,.services-carousel-two .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.services-carousel-two .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px
}

.services-carousel-two .owl-next:hover,.services-carousel-two .owl-prev:hover {
    color: #7abf18
}

.services-carousel-two .owl-next:before,.services-carousel-two .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #ddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.services-carousel-two .owl-next:hover:before,.services-carousel-two .owl-prev:hover:before {
    border-color: #7abf18
}

.services-carousel-two .owl-next:before {
    left: auto;
    right: 0;
    border: 1px solid #ddd;
    border-left: 0
}

.services-carousel-two .owl-next span {
    margin-left: 5px
}

.services-carousel-two .owl-prev span {
    margin-right: 5px
}

.services-section-three {
    position: relative;
    padding: 100px 0
}

.services-carousel-three {
    position: relative
}

.service-block-three {
    position: relative;
    padding: 15px 15px 25px
}

.service-block-three .inner-box {
    position: relative;
    background-color: #fff;
    padding: 40px 15px 70px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.1)
}

.service-block-three .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #7abf18;
    content: "";
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.service-block-three .inner-box:hover:before {
    height: 100%
}

.service-block-three .icon-box {
    position: relative;
    height: 70px;
    width: 70px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto 25px
}

.service-block-three .icon-box .icon {
    position: relative;
    display: inline-block;
    font-size: 54px;
    line-height: 70px;
    color: #7abf18;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.service-block-three .inner-box:hover .icon-box .icon {
    color: #333;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
}

.service-block-three h5 {
    position: relative;
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px
}

.service-block-three h5 a {
    color: #333;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.service-block-three .inner-box:hover h5 a {
    color: #fff
}

.service-block-three .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #666;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.service-block-three .inner-box:hover .text {
    color: #fff
}

.service-block-three .link-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: 0 auto
}

.service-block-three .link-box a {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #7abf18;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.service-block-three .inner-box:hover .link-box a {
    background-color: #222
}

.services-carousel-three .owl-nav {
    position: relative;
    height: 50px;
    width: 190px;
    margin: 80px auto 0
}

.services-carousel-three .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center
}

.services-carousel-three .owl-next,.services-carousel-three .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.services-carousel-three .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px
}

.services-carousel-three .owl-next:hover,.services-carousel-three .owl-prev:hover {
    color: #7abf18
}

.services-carousel-three .owl-next:before,.services-carousel-three .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #ddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.services-carousel-three .owl-next:hover:before,.services-carousel-three .owl-prev:hover:before {
    border-color: #7abf18
}

.services-carousel-three .owl-next:before {
    left: auto;
    right: 0;
    border: 1px solid #ddd;
    border-left: 0
}

.services-carousel-three .owl-next span {
    margin-left: 5px
}

.services-carousel-three .owl-prev span {
    margin-right: 5px
}

.services-section-three .carousel-outer {
    margin: 0 -15px
}

.service-detail-section {
    position: relative;
    padding: 100px 0 60px
}

.service-detail {
    position: relative
}

.service-detail .image-box {
    position: relative
}

.service-detail .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.service-detail .lower-content {
    position: relative;
    padding-top: 30px
}

.service-detail .lower-content h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #333;
    font-weight: 700;
    margin-bottom: 25px
}

.service-detail .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px
}

.service-detail .lower-content p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777;
    font-weight: 400;
    margin-bottom: 27px
}

.service-detail .two-column {
    position: relative;
    margin-top: 30px
}

.service-detail .two-column .image-column {
    position: relative;
    margin-bottom: 30px
}

.service-detail .two-column .image {
    position: relative;
    margin-bottom: 0
}

.service-detail .two-column .image img {
    display: block;
    width: 100%;
    height: auto
}

.service-detail .two-column .info-column {
    position: relative;
    margin-bottom: 30px
}
.table-style-one {
    position: relative
}

.table-style-one table {
    position: relative;
    border: 1px solid #ddd;
    min-width: 800px
}

.table-style-one thead {
    position: relative;
    background-color: #f1f1f1
}

.table-style-one thead th {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    padding: 15px 40px;
    text-align: center
}

.table-style-one thead th:first-child {
    background-color: #333;
    color: #fff;
    text-align: left
}

.table-style-one tbody th {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 40px;
    color: #333;
    font-weight: 400
}

.table-style-one tbody td,.table-style-one tbody tr {
    position: relative;
    text-align: center;
    padding: 20px 40px;
    border-right: 1px solid #ddd
}

.table-style-one tbody tr th:first-child {
    text-align: left;
    border-right: 1px solid #ddd;
    font-weight: 600
}

.table-style-one tbody tr:last-child th {
    padding: 10px 40px;
    font-weight: 700;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.table-style-one tbody tr:last-child th:first-child {
    background-color: #7abf18;
    color: #fff
}

.service-detail .table-style-one {
    margin-bottom: 60px
}

.service-info-tabs {
    position: relative;
    margin-bottom: 60px
}

.service-tabs .tab-btns {
    position: relative;
    z-index: 1
}

.service-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    top: 2px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 30px;
    color: #222;
    font-weight: 700;
    cursor: pointer;
    text-transform: capitalize;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-tabs .tab-btns .tab-btn.active-btn:after,.service-tabs .tab-btns .tab-btn:hover:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #fff;
    border-bottom: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.service-tabs .tab-btns .tab-btn.active-btn,.service-tabs .tab-btns .tab-btn:hover {
    color: #7abf18;
    border-color: #7abf18;
    background: #fff
}

.service-tabs .tabs-content {
    position: relative;
    padding: 30px 30px 30px;
    border: 1px solid #7abf18
}

.service-tabs .tabs-content .tab {
    position: relative;
    display: none
}

.service-tabs .tabs-content .tab.active-tab {
    display: block
}

.service-tabs .tabs-content .tab .content {
    position: relative
}

.service-tabs .tabs-content .tab .content:after {
    display: table;
    content: "";
    clear: both
}

.service-tabs .tabs-content .tab .content .image {
    position: relative;
    float: left;
    margin-bottom: 0;
    margin-right: 30px
}

.service-tabs .tabs-content .tab .content .thumb img {
    display: block;
    width: 100%
}

.service-tabs .tabs-content .tab .content p {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    margin-bottom: 0;
    padding-top: 10px
}

.services--list {
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #ddd
}

.services--list li {
    position: relative;
    overflow: hidden
}

.services--list li a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
    padding: 20px 25px;
    display: block;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-right: 75px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.services--list li:last-child a {
    border-bottom: 0
}

.services--list li .icon {
    position: absolute;
    height: 72px;
    width: 72px;
    background-color: #7abf18;
    color: #fff;
    top: -1px;
    right: -1px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    font-weight: 400
}

.services--list li.active a,.services--list li:hover a {
    color: #fff
}

.services--list li a:after {
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background-color: #222;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services--list li.active a:after,.services--list li:hover a:after {
    width: 101%
}

.brochure-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 45px 40px 50px;
    margin-bottom: 50px;
    text-align: center
}

.brochure-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .9;
    content: ""
}

.brochure-box .sec-title {
    margin-bottom: 20px
}

.brochure-box p {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 24px
}

.brochure-box .theme-btn {
    position: relative;
    padding: 10px 35px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #7abf18;
    border: 1px solid #fff;
    background-color: transparent
}

.brochure-box .theme-btn:hover {
    background-color: #7abf18;
    border-color: #7abf18;
    color: #fff
}

.why-choose-us {
    position: relative;
    padding: 70px 0 8px;
    text-align: center
}

.why-choose-us:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 35%;
    content: ""
}

.why-choose-us .image-column {
    position: relative;
    margin-bottom: 50px
}

.why-choose-us .image-column .inner-column {
    position: relative
}

.why-choose-us .image-column .image {
    position: relative;
    margin-bottom: 0;
    display: inline-block
}

.why-choose-us .image-column .image:before {
    position: absolute;
    top: 60px;
    right: -65px;
    width: 65px;
    height: 460px;
    background-image: url(../images/icons/pattern-4.jpg);
    content: "";
    z-index: 1
}

.why-choose-us .image-column .image img {
    display: block;
    max-width: 100%;
    height: auto
}

.why-choose-us .features-column {
    position: relative
}

.why-choose-us .features-column .inner-column {
    position: relative
}

.why-choose-us .features-column .sec-title {
    margin-bottom: 70px
}

.feature-block {
    position: relative;
    margin-bottom: 50px
}

.feature-block .inner-box {
    position: relative
}

.feature-block .icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #7abf18;
    font-weight: 400;
    margin-bottom: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.feature-block .inner-box:hover .icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: #333
}

.feature-block h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #333;
    font-weight: 700;
    margin-bottom: 25px
}

.feature-block h5 a {
    color: #333;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.feature-block h5 a:hover {
    color: #7abf18
}

.feature-block .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    font-weight: 400;
    padding-right: 30px
}

.work-section {
    position: relative;
    padding: 100px 0 50px
}

.work-tabs {
    position: relative;
    text-align: center
}

.work-tabs .tab-btns {
    position: relative;
    display: inline-block;
    border-radius: 30px;
    z-index: 1
}

.work-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background: #333;
    text-transform: capitalize;
    font-weight: 400;
    cursor: pointer;
    padding: 15px 25px;
    min-width: 200px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.work-tabs .tab-btns .tab-btn:first-child {
    border-radius: 30px 0 0 30px
}

.work-tabs .tab-btns .tab-btn:last-child {
    border-radius: 0 30px 30px 0
}

.work-tabs .tab-btns .tab-btn:after {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.work-tabs .tab-btns .tab-btn.active-btn:after {
    border-top: 10px solid #7abf18
}

.work-tabs .tab-btns .tab-btn.active-btn {
    color: #fff;
    background: #7abf18
}

.work-tabs .tabs-content {
    position: relative;
    text-align: left;
    padding: 70px 0 0
}

.work-tabs .content-column {
    position: relative;
    margin-bottom: 50px
}

.work-tabs .content-column .inner-column {
    position: relative;
    max-width: 370px;
    margin: 0 auto
}

.work-tabs .content-column h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #333;
    font-weight: 700;
    margin-bottom: 35px
}

.work-tabs .content-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 27px;
    margin-bottom: 23px
}

.work-tabs .content-column .list-style-one {
    margin-bottom: 35px
}

.work-tabs .content-column .btn-box {
    position: relative
}

.work-tabs .image-column {
    position: relative;
    margin-bottom: 50px
}

.work-tabs .image-column .inner-column {
    position: relative;
    padding: 0 30px
}

.work-tabs .image-column .image {
    position: relative;
    margin-bottom: 0
}

.work-tabs .image-column .image:before {
    position: absolute;
    left: -60px;
    top: 40px;
    height: 100%;
    width: 100%;
    border: 15px solid #ebebeb;
    content: "";
    z-index: -1
}

.work-tabs .image-column .image img {
    display: block;
    width: 100%;
    height: auto
}

.testimonial-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 14px 0 0;
    margin-top: 0
}

.testimonial-section .testimonial-column {
    position: relative;
    float: right;
    max-width: 600px;
    background-color: #f5f5f5;
    margin-top: -100px;
    border-radius: 15px
}

.testimonial-section .testimonial-column .inner-column {
    position: relative;
    padding: 95px 90px 165px
}

.call-back-and-testimonial {
    position: relative;
    padding: 100px 0 50px;
    background-color: #f5f5f5
}

.call-back-and-testimonial .form-column {
    position: relative;
    margin-bottom: 50px
}

.call-back-and-testimonial .form-column .inner-column {
    position: relative;
    padding-top: 70px;
    padding-left: 100px
}

.call-back-and-testimonial .form-column .image-box {
    position: absolute;
    left: 0;
    top: 0
}

.call-back-and-testimonial .form-column .image {
    position: relative;
    margin-bottom: 0
}

.call-back-and-testimonial .form-column .image img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.appointment-form {
    left: 25px;
    position: relative;
    padding: 7px 3px 0;
    background-color: transparent;
    z-index: 9;
    margin-top: 0;
    max-width: 444px;
    margin: auto
}

.appointment-form .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 25px
}

.appointment-form .title-box h3 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #333;
    font-weight: 700
}

.appointment-form .form-group {
    position: relative;
    margin-bottom: 13px
}

.appointment-form .form-group .form-control {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    padding: 14px 25px;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.appointment-form .form-group textarea {
    height: 100px;
    resize: none;
    margin-bottom: 10px
}

.appointment-form .form-group .form-control::placeholder {
    color: #fff
}

.appointment-form .form-group select.form-control option {
    color: #000
}

.appointment-form .form-group input[type=submit],.appointment-form button {
    margin-top: 14px;
    font-size: 17px;
    min-width: 100%;
    background: #4cb57c;
    text-transform: uppercase
}

.appointment-form .form-group input:focus,.appointment-form .form-group select:focus,.appointment-form .form-group textarea:focus {
    border-color: #7abf18
}

.appointment-form .message-box {
    position: relative;
    margin-top: 25px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    text-align: center
}

.appointment-form .message-box span {
    color: #7abf18
}

.appointment-form .message-box a {
    color: #777;
    display: inline-block
}

.appointment-form .message-box a:hover {
    text-decoration: underline
}

.call-back-and-testimonial .testimonial-column {
    position: relative;
    margin-bottom: 50px
}

.call-back-and-testimonial .testimonial-column .inner-column {
    position: relative;
    padding-top: 70px;
    padding-left: 100px;
    padding-right: 50px
}

.testimonial-carousel {
    position: relative
}

.testimonial-block {
    position: relative
}

.testimonial-block .inner-box {
    position: relative
}

.testimonial-block .info-box {
    position: relative;
    padding-left: 100px;
    padding-top: 10px
}

.testimonial-block .info-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px
}

.testimonial-block .info-box .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.testimonial-block .info-box .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #71b100;
    font-weight: 700
}

.testimonial-block .info-box .designation {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 400
}

.testimonial-block .info-box .rating {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 25px;
    color: #71b100;
    font-weight: 400
}

.testimonial-block .info-box .rating .dark {
    color: #333
}

.testimonial-block .content-box {
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #bbb
}

.testimonial-block .content-box .icon {
    position: absolute;
    right: 30px;
    top: -16px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    text-align: center;
    background-color: #333;
    color: #fff;
    line-height: 30px
}

.testimonial-block .content-box .text {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #777;
    font-weight: 400
}

.testimonial-carousel {
    position: relative
}

.testimonial-carousel .owl-nav {
    display: none
}

.testimonial-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -70px
}

.testimonial-carousel .owl-dot {
    position: relative;
    float: left;
    height: 6px;
    width: 16px;
    margin-right: 10px;
    background-color: #71b100;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.testimonial-carousel .owl-dot:hover {
    background-color: #333
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background-color: #333
}

.projects-section {
    position: relative;
    padding: 100px 0
}

.mixitup-gallery .filters {
    margin-bottom: 65px;
    text-align: center
}

.mixitup-gallery .filters .filter-tabs {
    position: relative;
    display: inline-block
}

.mixitup-gallery .filters li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    padding: 0 0 10px;
    margin: 0 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mixitup-gallery .filters li.active,.mixitup-gallery .filters li:hover {
    color: #7abf18
}

.mixitup-gallery .filters li:after,.mixitup-gallery .filters li:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 1px;
    width: 0%;
    content: "";
    background-color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mixitup-gallery .filters li:after {
    margin: 0;
    bottom: 10px
}

.mixitup-gallery .filters li.active:before {
    width: 100%
}

.mixitup-gallery .filters li.active:after {
    width: 60%
}

.project-block.mix {
    display: none
}

.project-block {
    position: relative;
    padding: 0 2px;
    margin-bottom: 4px
}

.project-block .image-box {
    position: relative;
    overflow: hidden
}

.project-block .image-box .image {
    position: relative;
    margin-bottom: 0
}

.project-block .image-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.project-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgb(34,34,34,.9);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center
}

.project-block .image-box:hover .overlay-box {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

.project-block .overlay-box:before {
    position: absolute;
    left: 40px;
    top: 0;
    height: 90%;
    width: 1px;
    background-color: #fff;
    content: "";
    opacity: .7
}

.project-block .overlay-box:after {
    position: absolute;
    top: 40px;
    left: 0;
    height: 1px;
    width: 90%;
    background-color: #fff;
    opacity: .7;
    content: ""
}

.project-block .overlay-box .inner {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    padding-left: 70px;
    padding-right: 30px
}

.project-block .overlay-box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px
}

.project-block .overlay-box h4 a {
    color: #fff;
    display: inline-block;
    transition: all .3s ease
}

.project-block .overlay-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px
}

.project-block .overlay-box .link-box {
    position: relative;
    display: block
}

.project-block .overlay-box .link-box a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-block .overlay-box .link-box a:hover {
    color: #7abf18
}

.project-block .overlay-box .link-box a i {
    margin-left: 5px;
    color: #7abf18
}

.project-block .overlay-box .tag {
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-align: right;
    opacity: 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.project-block .image-box:hover .overlay-box .tag {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.projects-section.alternate {
    padding: 100px 0
}

.projects-section.alternate .btn-box {
    position: relative;
    margin-top: 75px
}

.projects-section.alternate .btn-box a {
    font-size: 16px
}

.projects-section-two {
    position: relative;
    padding: 100px 0
}

.projects-carousel-two {
    position: relative;
    max-width: 1100px;
    margin: 0 auto
}

.project-block-two {
    position: relative;
    padding: 0 20px;
    padding-right: 310px;
    transition: all .3s ease
}

.project-block-two .image-box {
    position: relative
}

.project-block-two .image-box .image {
    position: relative;
    margin-bottom: 0
}

.project-block-two .image-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.project-block-two .image-box .date {
    position: absolute;
    left: -20px;
    bottom: 55px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    padding: 9px 35px 9px 55px;
    border: 1px solid #fff;
    background-color: #333;
    border-radius: 0 30px 30px 0
}

.project-block-two .image-box .date:before {
    position: absolute;
    left: 0;
    bottom: -21px;
    border-left: 20px solid transparent;
    border-top: 20px solid #777;
    content: ""
}

.project-block-two .info-box {
    position: absolute;
    right: -40px;
    top: 55px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.projects-carousel-two .active .project-block-two .info-box {
    right: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.project-block-two .info-box .inner-box {
    position: relative;
    background: #fff;
    max-width: 330px;
    width: 100%;
    padding: 35px 40px 40px;
    -webkit-box-shadow: 0 10px 18px rgba(0,0,0,.08);
    -moz-box-shadow: 0 10px 18px rgba(0,0,0,.08);
    -ms-box-shadow: 0 10px 18px rgba(0,0,0,.08);
    -o-box-shadow: 0 10px 18px rgba(0,0,0,.08);
    box-shadow: 0 10px 18px rgba(0,0,0,.08)
}

.project-block-two .info-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #333;
    font-weight: 700;
    margin-bottom: 35px
}

.project-block-two .info-box .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777;
    font-weight: 400;
    margin-bottom: 35px
}

.project-block-two .info-box .link-box {
    position: relative
}

.project-block-two .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #7abf18;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-block-two .link-box a:after,.project-block-two .link-box a:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-block-two .link-box a:after {
    width: 40%;
    bottom: 0
}

.project-block-two .link-box a i {
    color: #7abf18
}

.project-block-two .link-box a:hover:after,.project-block-two .link-box a:hover:before {
    width: 0
}

.project-block-two .link-box a:hover {
    color: #222
}

.projects-section-two .message-box {
    position: relative;
    text-align: right;
    margin-top: -30px
}

.projects-section-two .message-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: 400
}

.projects-section-two .message-box .text a {
    color: #7abf18
}

.projects-section-two .message-box .text a:hover {
    text-decoration: underline
}

.projects-section-two .owl-nav {
    position: absolute;
    right: 0;
    top: -100px;
    width: 190px
}

.projects-section-two .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center
}

.projects-section-two .owl-next,.projects-section-two .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.projects-section-two .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px
}

.projects-section-two .owl-next:hover,.projects-section-two .owl-prev:hover {
    color: #7abf18
}

.projects-section-two .owl-next:before,.projects-section-two .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #ddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.projects-section-two .owl-next:hover:before,.projects-section-two .owl-prev:hover:before {
    border-color: #7abf18
}

.projects-section-two .owl-next:before {
    left: auto;
    right: 0;
    border: 1px solid #ddd;
    border-left: 0
}

.projects-section-two .owl-next span {
    margin-left: 5px
}

.projects-section-two .owl-prev span {
    margin-right: 5px
}

.projects-section-three {
    position: relative;
    padding: 100px 0
}

.projects-section-three .carousel-outer {
    position: relative
}

.projects-section-three .carousel-outer:before {
    position: absolute;
    top: 0;
    right: 100%;
    width: 1000%;
    background-color: #fff;
    height: 100%;
    content: "";
    z-index: 5
}

.projects-carousel-three {
    position: relative;
    padding-bottom: 110px
}

.projects-carousel-three .owl-stage-outer {
    overflow: visible
}

.project-block-three {
    position: relative
}

.project-block-three .inner-box {
    position: relative
}

.project-block-three .image-box {
    position: relative;
    overflow: hidden
}

.project-block-three .image-box .image {
    position: relative;
    margin-bottom: 0
}

.project-block-three .image-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.project-block-three .overlay-box {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    transition: all .5s ease
}

.project-block-three .overlay-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #71b100;
    opacity: .9;
    content: ""
}

.project-block-three .inner-box:hover .overlay-box {
    top: 0
}

.project-block-three .overlay-box .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.project-block-three .overlay-box .inner:before {
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 108%;
    width: 2px;
    background-color: #fff;
    content: "";
    opacity: .7
}

.project-block-three .overlay-box .inner:after {
    position: absolute;
    left: 0;
    bottom: 50px;
    height: 2px;
    width: 100%;
    background-color: #fff;
    opacity: .7;
    content: ""
}

.project-block-three .inner-box:hover .overlay-box .inner {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    bottom: 0
}

.project-block-three .btn-box {
    position: absolute;
    right: 50px;
    top: 50px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.project-block-three .btn-box a {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 14px;
    color: #71b100;
    font-weight: 400;
    line-height: 50px;
    border: 1px dashed #333;
    background-color: #fff;
    margin-left: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-block-three .btn-box a:hover {
    background-color: #333;
    border-color: #fff;
    color: #fff
}

.project-block-three .inner-box:hover .btn-box {
    top: 50px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.project-block-three .overlay-box .link-box {
    position: absolute;
    left: 80px;
    bottom: 80px
}

.project-block-three .overlay-box .link-box a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-block-three .overlay-box .link-box a:hover {
    color: #fff
}

.project-block-three .lower-content {
    position: relative;
    padding: 20px 40px;
    border: 2px solid #ebebeb
}

.project-block-three .lower-content .name {
    position: relative;
    display: block;
    font-size: 20px;
    color: #222;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 5px
}

.project-block-three .lower-content .name a {
    color: #222;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.project-block-three .lower-content .category {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #7abf18;
    font-weight: 400
}

.project-block-three .lower-content .name a:hover {
    color: #7abf18
}

.projects-carousel-three .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 190px;
    margin: 80px auto 0
}

.projects-carousel-three .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center
}

.projects-carousel-three .owl-next,.projects-carousel-three .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.projects-carousel-three .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px
}

.projects-carousel-three .owl-next:hover,.projects-carousel-three .owl-prev:hover {
    color: #7abf18
}

.projects-carousel-three .owl-next:before,.projects-carousel-three .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #ddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.projects-carousel-three .owl-next:hover:before,.projects-carousel-three .owl-prev:hover:before {
    border-color: #7abf18
}

.projects-carousel-three .owl-next:before {
    left: auto;
    right: 0;
    border: 1px solid #ddd;
    border-left: 0
}

.projects-carousel-three .owl-next span {
    margin-left: 5px
}

.projects-carousel-three .owl-prev span {
    margin-right: 5px
}

.projects-section-three .carousel-outer {
    margin: 0 -15px
}


.call-to-action {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 50px
}

.call-to-action:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    content: "";
    opacity: .6
}

.call-to-action .content-column {
    position: relative;
    margin-bottom: 50px
}

.call-to-action .content-column .inner-column {
    position: relative
}

.call-to-action .content-column .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px
}

.call-to-action .content-column h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px
}

.call-to-action .content-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #fff;
    font-weight: 400
}

.call-to-action .btn-column {
    position: relative;
    margin-bottom: 50px
}

.call-to-action .btn-column .inner-column {
    position: relative;
    text-align: right;
    padding-top: 50px
}

.call-to-action .btn-column .message-box {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #7abf18;
    font-weight: 700
}

.call-to-action .btn-column .message-box span {
    float: right;
    line-height: 30px;
    color: #fff;
    margin-left: 25px;
    margin-right: 40px
}

.call-to-action .btn-column .btn-box {
    position: relative;
    display: inline-block
}


.team-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 123px 0 60px;
    margin-top: 0;
    z-index: 1
}

.team-section .sec-title .title:before {
    left: 0;
    right: 0;
    margin: 0 auto
}

.team-section .sec-title .title:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 22px
}

.team-section:before {
    position: absolute;
    left: -107px;
    bottom: -180px;
    height: 250px;
    width: 250px;
    content: "";
    background: rgba(76,181,124,.15);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    border-radius: 50%
}

.team-section:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: transparent;
    background-image: none;
    content: "";
    z-index: -1
}

.team-section .sec-title {
    margin-bottom: 58px;
    text-align: center
}

.team-block {
    position: relative;
    z-index: 9
}

.team-block .inner-box {
    position: relative
}

.team-block .image-box {
    position: relative;
    overflow: hidden
}

.team-block .image-box .image {
    position: relative;
    margin-bottom: 0
}

.team-block .image-box .image img {
    padding: 0 26px;
    display: block;
    width: 100%;
    height: auto
}

.team-carousel.owl-carousel .owl-stage-outer {
    padding: 0 13px;
    margin-right: -26px
}

.team-block .overlay-box {
    position: absolute;
    left: 13px;
    top: 100%;
    height: 100%;
    width: 88%;
    padding-top: 30px;
    padding-right: 30px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#000 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#000 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#000 100%);
    transition: all .5s ease
}

.team-block .inner-box:hover .overlay-box {
    top: 0;
    padding: 0 18px
}

.team-block .overlay-box:before {
    position: absolute;
    left: 40px;
    bottom: 0;
    height: 88%;
    width: 1px;
    background-color: #fff;
    content: "";
    opacity: .7
}

.team-block .overlay-box:after {
    position: absolute;
    left: 0;
    bottom: 13px;
    height: 1px;
    width: 88%;
    background-color: #fff;
    opacity: .7;
    content: ""
}

.team-block .overlay-box .inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -200px;
    padding: 30px 30px 0 55px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.team-block .inner-box:hover .overlay-box .inner {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    bottom: 0
}

.team-block .social-links {
    position: relative;
    top: -20px;
    padding-bottom: 10px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-block .inner-box:hover .social-links {
    top: 0;
    opacity: 1;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.team-block .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 15px
}

.team-block .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-block .social-links li a:hover {
    color: #7abf18
}

.team-block .overlay-box .email {
    position: relative;
    display: block;
    padding: 10px 0
}

.team-block .overlay-box .email a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-block .overlay-box .email a:hover {
    color: #7abf18
}

.team-block .lower-content {
    position: relative;
    padding: 20px 40px;
    background-color: #fff;
    box-shadow: 0 0 10px #b1afaf;
    border-top: 0;
    margin-bottom: 11px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 3px solid #327d47
}

.team-block .lower-content.s1:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 6px;
    top: 29px
}

.team-block .lower-content.s1:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 6px;
    top: 29px
}

.team-block .lower-content.s2:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 7px;
    top: 29px
}

.team-block .lower-content.s2:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 7px;
    top: 29px
}

.team-block .lower-content.s3:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 3px;
    top: 29px
}

.team-block .lower-content.s3:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 3px;
    top: 29px
}

.team-block .lower-content.s4:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 7px;
    top: 29px
}

.team-block .lower-content.s4:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 7px;
    top: 29px
}

.team-block .lower-content.s5:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 6px;
    top: 29px
}

.team-block .lower-content.s5:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 6px;
    top: 29px
}

.team-block .lower-content.s6:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 6px;
    top: 29px
}

.team-block .lower-content.s6:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 6px;
    top: 29px
}

.team-block .lower-content.s7:before {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 7px;
    top: 29px
}

.team-block .lower-content.s7:after {
    content: "";
    background-color: #2d3e50;
    width: 36px;
    height: 2px;
    position: absolute;
    right: 7px;
    top: 29px
}

.team-block .inner-box:hover .lower-content {
    background-color: #519643
}

.team-block .lower-content .name {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: #7abf18;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center
}

.team-block .lower-content .name a {
    color: #2d3e50;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-block .lower-content .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-block .inner-box:hover .lower-content .designation,.team-block .inner-box:hover .lower-content .name a {
    color: #fff
}

.team-carousel {
    position: relative
}

.team-carousel .owl-nav {
    position: absolute;
    right: -7rem;
    top: -61px;
    width: 190px;
    transform: rotate(-90deg)
}

.team-carousel .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: orange;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center
}

.team-carousel .owl-next,.team-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #327d47;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.team-carousel .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px;
    color: #327d47
}

.team-carousel .owl-next:hover,.team-carousel .owl-prev:hover {
    color: orange
}

.team-carousel .owl-next:before,.team-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #327d47;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.team-carousel .owl-next:hover:before,.team-carousel .owl-prev:hover:before {
    border-color: orange
}

.team-carousel .owl-next:before {
    left: auto;
    right: 0;
    border: 1px solid #327d47;
    border-left: 0
}

.team-carousel .owl-next span {
    margin-left: 5px
}

.team-carousel .owl-prev span {
    margin-right: 5px
}

.team-section.style-two {
    background-color: #fff;
    padding: 100px 0 40px
}

.team-section.style-two:before {
    display: none
}

.team-section.style-two .team-block {
    margin-bottom: 60px
}

.pricing-section {
    position: relative;
    padding: 100px 0 70px
}

.pricing-table {
    position: relative;
    margin-bottom: 40px
}

.pricing-table .inner-box {
    position: relative;
    padding: 50px 20px 45px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: 5px solid #7abf18;
    border-bottom: 5px solid #7abf18;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-table.tagged .inner-box,.pricing-table:hover .inner-box {
    border-top: 5px solid #333;
    border-bottom: 5px solid #333
}

.pricing-table .title {
    position: relative;
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px
}

.pricing-table .price {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: #7abf18;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-table .price span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #7abf18;
    font-weight: 400;
    text-align: left
}

.pricing-table.tagged .price,.pricing-table:hover .price {
    color: #333
}

.pricing-table .table-content {
    position: relative;
    padding-top: 55px
}

.pricing-table .table-content ul {
    position: relative;
    max-width: 180px;
    margin: 0 auto 40px;
    text-align: left
}

.pricing-table .table-content ul li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #888;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 20px
}

.pricing-table .table-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #888;
    font-weight: 900;
    content: "\f101";
    font-family: "Font Awesome 5 Free"
}

.pricing-table .table-footer {
    position: relative
}

.pricing-table .table-footer a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    padding: 14px 40px;
    color: #fff;
    font-weight: 700;
    background-color: #333;
    border-radius: 10px;
    border: 1px solid #333
}

.pricing-table .table-footer a i {
    margin-left: 4px
}

.pricing-table .inner-box:hover .table-footer a,.pricing-table.tagged .table-footer a {
    background-color: #fff;
    border-color: #7abf18;
    color: #7abf18
}

.pricing-tabs {
    position: relative
}

.pricing-tabs .tab-buttons {
    position: relative;
    text-align: center;
    margin-top: 40px
}

.pricing-tabs .tab-btns {
    position: relative;
    display: inline-block
}

.pricing-tabs .tab-btns li {
    position: relative;
    float: left;
    padding: 14px 30px;
    line-height: 20px;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    margin-left: -1px;
    cursor: pointer;
    background-color: #fff;
    min-width: 115px;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricing-tabs .tab-btns .tab-btn.active-btn {
    background-color: #7abf18;
    border-color: #7abf18;
    color: #fff
}

.contact-section {
    position: relative;
    padding: 80px 0 84px
}

section.contact-section:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    transform: none;
    z-index: -1
}

.testi-shape {
    position: absolute;
    width: 50%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1
}

.contact-section .t-s-t.sec-title h2::before {
    content: "";
    background-color: transparent;
    width: 48%;
    height: 2px;
    position: absolute;
    top: 20px;
    right: -148px
}

section.contact-section:after {
    border: transparent;
    background-color: #ececec;
    background: 0 0;
    content: "";
    position: absolute;
    width: 40%;
    height: 58px;
    top: 66px;
    right: 0;
    border-right: 0
}

.margin0 {
    margin: 0
}

h2.appointment-title {
    position: relative;
    left: 0;
    text-transform: uppercase;
    transform: inherit;
    top: 0;
    color: #fff;
    text-align: center;
    display: table;
    margin: auto;
    border-bottom: 2px solid;
    font-size: 30px;
    margin-bottom: 34px;
    margin-top: 10
}

.contact-section .image-column {
    position: relative
}

.contact-section .image-column .inner-column {
    position: relative;
    margin-top: -10px
}

.contact-section .image-column .image {
    position: relative;
    margin-bottom: -70px;
    z-index: 9
}

.appointment-icon {
    transform: rotate(90deg);
    position: absolute;
    left: 71px;
    top: -65px
}

.testimonial {
    padding: 55px 0 25px 0;
    margin: 38px;
    text-align: center;
    position: relative;
    min-height: 261px;
    background-color: transparent
}

.testimonial:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 66px;
    height: 66px;
    line-height: 59px;
    background: #4bab7e;
    border: 1px solid #fff;
    margin: 0 auto;
    font-size: 37px;
    font-weight: 900;
    color: #000;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0
}

.testimonial .title {
    padding: 7px 0;
    margin: 21px 0 20px;
    border: 1px solid #fff;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    position: relative
}

.testimonial .title:before {
    content: "";
    position: absolute;
    bottom: 41px;
    width: 1px;
    height: 42px;
    border-right: 1px solid #fff;
    left: 0;
    right: 0;
    margin: 0 auto
}

.testimonial .title:after {
    content: "";
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -33px;
    right: 0
}

.testimonial .post {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize
}

.testimonial .description {
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #fff;
    line-height: 24px
}

.testimonial .description a {
    color: #000
}

.owl-theme .owl-controls {
    margin-top: 0
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f1971f;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1
}

.owl-next:before,.owl-prev:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900
}

.owl-next:before {
    content: "\f061"
}

@media only screen and (max-width: 990px) {
    .testimonial {
        margin:13px;
        margin-top: 45px;
        min-height: 316px
    }
}

.testimonial-section .owl-nav {
    display: block;
    position: absolute;
    bottom: 11px;
    width: 187px;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto
}

.testimonial-section .owl-nav .owl-next,.testimonial-section .owl-nav .owl-prev {
    display: inline-block;
    color: #000;
    margin: 0 7px
}

p.service-sub {
    text-align: center;
    margin: auto;
    color: #000;
    font-size: 14px;
    line-height: 22px
}

.rating {
    position: absolute;
    right: 19px;
    top: 13px;
    color: #ff9000
}

.map-section {
    position: relative;
    background-color: #c6ecb5
}

.map-section {
    position: relative
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #222
}

.map-canvas {
    height: 590px
}

.news-section {
    position: relative;
    padding: 100px 0;
    background-color: #71b100
}

.news-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 240px;
    width: 100%;
    background-color: #fff;
    content: ""
}

.news-section .outer-container {
    position: relative;
    max-width: 1680px;
    padding: 0 15px;
    margin: 0 auto
}

.news-section .title-column {
    position: relative
}

.news-section .title-column .sec-title .text,.news-section .title-column .sec-title span {
    color: #fff;
    max-width: 300px
}

.news-section .carousel-column {
    position: relative
}

.news-section .carousel-outer {
    margin: -40px -15px 0
}

.news-section .news-carousel {
    position: relative
}

.news-block {
    position: relative;
    padding: 20px 30px
}

.news-block .row {
    background-color: #fff;
    box-shadow: 0 2px 18px rgba(0,0,0,.18);
    padding-top: 70px
}

.news-block .row:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 100%;
    background-color: #71b100;
    content: ""
}

.news-block .image-column {
    position: relative
}

.news-block .image-column .image {
    position: relative;
    padding: 0 55px 55px;
    padding-right: 40px;
    margin-bottom: 0;
    margin-top: -50px;
    transition: all .5s ease;
    opacity: 0;
    top: -100px
}

.news-section .active .news-block .image-column .image {
    opacity: 1;
    top: 0;
    transition-delay: .4s
}

.news-block .image-column .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 2px 18px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 18px rgba(0,0,0,.1);
    -ms-box-shadow: 0 2px 18px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 18px rgba(0,0,0,.1);
    box-shadow: 0 2px 18px rgba(0,0,0,.1)
}

.news-block .content-column {
    position: relative
}

.news-block .content-column .inner {
    position: relative;
    padding-top: 60px;
    padding-right: 55px;
    padding-bottom: 55px
}

.news-block .content-column h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.6em;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px
}

.news-block .content-column h3 a {
    color: #333;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block .content-column h3 a:hover {
    color: #71b100
}

.news-block .content-column .info {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.news-block .content-column .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #33373f;
    font-weight: 400;
    margin-right: 15px
}

.news-block .content-column .info li a {
    position: relative;
    display: inline-block;
    color: #33373f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block .content-column .info li a:hover {
    color: #7abf18
}

.news-block .content-column .info li i {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #7abf18
}

.news-block .content-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777;
    font-weight: 400;
    margin-bottom: 20px
}

.news-block .content-column .link-box {
    position: relative
}

.news-block .content-column .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block .content-column .link-box a:after,.news-block .content-column .link-box a:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #bbb;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block .content-column .link-box a:after {
    width: 40%;
    bottom: 0
}

.news-block .content-column .link-box a i {
    color: #7abf18
}

.news-block .content-column .link-box a:hover:after,.news-block .content-column .link-box a:hover:before {
    width: 0
}

.news-block .content-column .link-box a:hover {
    color: #7abf18
}

.news-section .owl-nav {
    position: absolute;
    bottom: 20px;
    height: 50px;
    width: 190px;
    left: 0;
    margin-left: -32%
}

.news-section .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center
}

.news-section .owl-next,.news-section .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    text-transform: capitalize;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.news-section .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px
}

.news-section .owl-next:hover,.news-section .owl-prev:hover {
    color: #7abf18
}

.news-section .owl-next:before,.news-section .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #ddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.news-section .owl-next:hover:before,.news-section .owl-prev:hover:before {
    border-color: #7abf18
}

.news-section .owl-next:before {
    left: auto;
    right: 0;
    border: 1px solid #ddd;
    border-left: 0
}

.news-section .owl-next span {
    margin-left: 5px
}

.news-section .owl-prev span {
    margin-right: 5px
}

.blog-block {
    margin-top: 28px
}

.news-section-two {
    position: relative;
    padding: 79px 0 71px;
    background-color: #fff
}

.news-section-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: none;
    background-position: center;
    background-size: cover;
    content: ''
}

.news-sectio-two .carousel-outer {
    margin: 0 -15px
}

.news-sectio-two .news-block-two {
    position: relative;
    padding: 0 15px 15px
}

.news-block-two {
    position: relative
}

.news-block-two .inner-box {
    position: relative;
    background-color: #fff
}

.news-block-two .image-box {
    position: relative
}

.news-block-two .image-box .image {
    position: relative;
    margin-bottom: 0
}

.news-block-two .image-box .image img {
    display: block;
    width: 100%;
    height: auto
}

.news-block-two .overlay-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%
}

.news-block-two .overlay-box:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    opacity: .9;
    z-index: 9;
    content: "";
    background-color: #ff9000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-two .inner-box:hover .overlay-box:before {
    width: 100%
}

.news-block-two .overlay-box .link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    z-index: 99;
    opacity: 0;
    margin-left: -30px
}

.news-block-two .overlay-box .link:hover {
    text-decoration: underline
}

.news-block-two .overlay-box .link i {
    display: inline-block;
    font-size: 14px
}

.news-block-two .inner-box:hover .overlay-box .link {
    opacity: 1;
    margin-left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transition-delay: .3s
}

.news-block-two .lower-content {
    position: relative;
    padding: 30px 30px 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-two .inner-box:hover .lower-content {
    z-index: 2;
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,.13);
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,.13);
    -ms-box-shadow: 0 2px 15px rgba(0,0,0,.13);
    -o-box-shadow: 0 2px 15px rgba(0,0,0,.13);
    box-shadow: 0 2px 15px rgba(0,0,0,.13)
}

.news-block-two .lower-content .info-box {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
    min-height: 80px
}

.news-block-two .lower-content .date {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 50px;
    background-color: #f5f5f5;
    font-size: 24px;
    line-height: 50px;
    color: #33373f;
    font-weight: 700;
    text-align: center
}

.news-block-two .lower-content .date span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #ff9000
}

.news-block-two .lower-content h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #33373f;
    font-weight: 700;
    top: -5px;
    margin-bottom: -3px
}

.news-block-two .lower-content h4 a {
    color: #33373f;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-two .lower-content h4 a:hover {
    color: #7abf18
}

.news-block-two .lower-content .info {
    position: relative;
    display: block
}

.news-block-two .lower-content .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #33373f;
    font-weight: 400;
    margin-right: 15px
}

.news-block-two .lower-content .info li a {
    position: relative;
    display: inline-block;
    color: #33373f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-two .lower-content .info li a:hover {
    color: #7abf18
}

.news-block-two .lower-content .info li i {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #fc9817
}

.news-block-two .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777;
    font-weight: 400
}

.news-carousel-two .owl-nav {
    position: absolute;
    right: 15px;
    top: -110px;
    width: 190px
}

.news-carousel-two .owl-nav:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 19px;
    margin: 0 auto;
    font-size: 16px;
    color: #eadc21;
    font-weight: 400;
    line-height: 20px;
    content: "/";
    text-align: center
}

.news-carousel-two .owl-next,.news-carousel-two .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.news-carousel-two .owl-next {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 25px
}

.news-carousel-two .owl-next:hover,.news-carousel-two .owl-prev:hover {
    color: #7abf18
}

.news-carousel-two .owl-next:before,.news-carousel-two .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    border: 1px solid #ddd;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.news-carousel-two .owl-next:hover:before,.news-carousel-two .owl-prev:hover:before {
    border-color: #7abf18
}

.news-carousel-two .owl-next:before {
    left: auto;
    right: 0;
    border: 1px solid #ddd;
    border-left: 0
}

.news-carousel-two .owl-next span {
    margin-left: 5px;
    font-size: 14px
}

.news-carousel-two .owl-prev span {
    margin-right: 5px;
    font-size: 14px
}

.news-carousel-two .owl-prev span {
    margin-right: 5px;
    font-size: 14px
}

.news-section-two .owl-carousel .owl-stage-outer {
    padding: 0 0 15px
}

.news-section-two.alternate {
    padding: 100px 0
}

.news-section-two.alternate .news-block-two {
    margin-bottom: 50px
}

.news-section-three {
    position: relative;
    background-color: #f5f5f5;
    padding: 100px 0
}

.news-block-three {
    position: relative
}

.news-block-three .row {
    background-color: #fff
}

.news-block-three .image-column {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.news-block-three .image-column .image {
    position: relative;
    margin-bottom: 0;
    display: none
}

.news-block-three .image-column .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 2px 18px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 18px rgba(0,0,0,.1);
    -ms-box-shadow: 0 2px 18px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 18px rgba(0,0,0,.1);
    box-shadow: 0 2px 18px rgba(0,0,0,.1)
}

.news-block-three .content-column {
    position: relative
}

.news-block-three .content-column .inner {
    position: relative;
    padding: 60px 55px
}

.news-block-three .content-column h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.6em;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px
}

.news-block-three .content-column h3 a {
    color: #333;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-three .content-column h3 a:hover {
    color: #71b100
}

.news-block-three .content-column .info {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.news-block-three .content-column .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #33373f;
    font-weight: 400;
    margin-right: 15px
}

.news-block-three .content-column .info li a {
    position: relative;
    display: inline-block;
    color: #33373f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-three .content-column .info li a:hover {
    color: #7abf18
}

.news-block-three .content-column .info li i {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #7abf18
}

.news-block-three .content-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #777;
    font-weight: 400;
    margin-bottom: 20px
}

.news-block-three .content-column .link-box {
    position: relative
}

.news-block-three .content-column .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-three .content-column .link-box a:after,.news-block-three .content-column .link-box a:before {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #bbb;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-three .content-column .link-box a:after {
    width: 40%;
    bottom: 0
}

.news-block-three .content-column .link-box a i {
    color: #7abf18
}

.news-block-three .content-column .link-box a:hover:after,.news-block-three .content-column .link-box a:hover:before {
    width: 0
}

.news-block-three .content-column .link-box a:hover {
    color: #7abf18
}

.news-section-three .owl-nav {
    display: none
}

.news-section-three .owl-dots {
    position: relative;
    display: block;
    margin-top: 60px;
    text-align: center
}

.news-section-three .owl-dot {
    position: relative;
    display: inline-block;
    height: 6px;
    width: 16px;
    margin: 0 5px;
    background-color: #71b100;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-section-three .owl-dot:hover {
    background-color: #333
}

.news-section-three .owl-dot.active {
    width: 30px;
    background-color: #333
}

.blog-section {
    width: 100%;
    position: relative;
    padding: 30px 0 7px;
    background-image: url(../images/icons/pattern-3.jpg)
}

.blog-section::before {
    content: "";
    width: 100%;
    height: 263px;
    position: absolute;
    bottom: 0
}

.blog-img {
    box-shadow: 0 39px 18px -9px #6f6f6f
}

.blog-info h4 {
    color: #d84a4a;
    margin-top: 52px;
    margin-bottom: 12px
}

.blog-info p {
    color: #000
}

.blog-classic {
    position: relative
}

.blog-classic .news-block-two {
    margin-bottom: 50px
}

.news-block-two h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.3em;
    color: #33373f;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 5px
}

.news-block-two h3 a {
    color: #33373f;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-two h3 a:hover {
    color: #7abf18
}

.news-block-two .image-box .abs-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.news-block-two .image-box .abs-link .icon {
    position: absolute;
    left: 0;
    top: 30px;
    height: 40px;
    width: 50px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    font-size: 14px;
    color: #222
}

.news-block-two .image-box .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -60px
}

.news-block-two .image-box .owl-nav .owl-next,.news-block-two .image-box .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    background-color: rgba(255,255,255,.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news-block-two .image-box .owl-nav .owl-next {
    left: auto;
    right: 0
}

.news-block-two .image-box .owl-nav .owl-next:hover,.news-block-two .image-box .owl-nav .owl-prev:hover {
    background-color: rgba(0,0,0,.7);
    color: #fff
}

.blog-detail {
    position: relative
}

.blog-detail .news-block-two p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    font-weight: 400;
    margin-bottom: 30px
}

.blog-detail blockquote {
    position: relative;
    max-width: 600px;
    margin: 35px auto;
    background-color: #f5f5f5;
    border-left: 3px solid #7abf18;
    padding: 25px 40px;
    text-align: right
}

.blog-detail .news-block-two blockquote p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-weight: 700;
    font-style: italic;
    text-align: left;
    margin-bottom: 20px
}

.blog-detail blockquote cite {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    font-style: normal
}

.blog-detail blockquote cite:before {
    position: absolute;
    left: -35px;
    top: 10px;
    height: 2px;
    width: 30px;
    background-color: #7abf18;
    content: ''
}

.blog-detail .two-column {
    position: relative;
    margin-bottom: 25px
}

.blog-detail .two-column .image-column {
    position: relative;
    margin-bottom: 40px
}

.blog-detail .two-column .image-column .image {
    position: relative;
    margin-bottom: 0
}

.blog-detail .two-column .image-column .image img {
    display: block;
    width: 100%
}

.blog-detail .two-column .text-column {
    position: relative;
    padding-top: 25px
}

.blog-detail .post-share-options {
    position: relative;
    padding-top: 20px;
    border-top: 2px solid #ddd
}

.blog-detail .post-share-options .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    font-weight: 700;
    padding: 20px 0 0
}

.blog-detail .post-share-options .social-icon {
    position: relative;
    padding: 15px 0 0
}

.blog-detail .post-share-options .social-icon li {
    position: relative;
    display: inline-block;
    margin-left: 15px
}

.blog-detail .post-share-options .social-icon li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    background-color: #7abf18;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blog-detail .post-share-options .social-icon li a:hover {
    color: #fff;
    background-color: #333
}

.main-footer {
    position: relative
}

.main-footer:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    margin: 0 auto;
    height: 81%;
    width: 100%;
    opacity: 1;
    max-width: 1232px;
    content: "";
    border: 1px solid #ccc
}

.main-footer .widgets-section {
    position: relative;
    padding: 38px 0 4px
}

.main-footer .footer-column {
    position: relative
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 22px
}

.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
    margin-bottom: 25px
}

.main-footer .widget-title::before {
    content: "";
    position: absolute;
    width: 47px;
    height: 2px;
    border-bottom: 2px solid #e65549;
    left: 0;
    bottom: -5px
}

.facilites-text {
    max-width: 781px;
    text-align: center;
    margin: auto;
    margin-bottom: 0;
    color: #fff
}

.main-footer .about-widget {
    position: relative
}

.about-widget a {
    color: #b6382e;
    display: -webkit-inline-box
}

.main-footer .about-widget .footer-logo {
    position: relative;
    margin-bottom: 16px
}

.main-footer .about-widget .footer-logo .image {
    position: relative;
    margin-bottom: 0
}

.main-footer .about-widget .footer-logo img {
    display: block;
    height: auto;
    max-width: 100%
}

.main-footer .about-widget .text {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 27px;
    color: #212121;
    font-weight: 400;
    margin-bottom: 35px
}

.main-footer .about-widget .social-links {
    position: relative;
    display: block
}

.main-footer .about-widget .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 17px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400
}

.main-footer .about-widget .social-links li a {
    color: #fff;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .about-widget .social-links li a:hover {
    color: #7abf18
}

.social-links a {
    margin-right: 13px;
    float: left;
    background-color: #ff9000;
    color: #000;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    line-height: 38px;
    font-size: 19px
}

.main-footer .links-widget {
    position: relative;
    padding-left: 3px
}

.main-footer .list {
    position: relative
}

.main-footer .list li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 9px
}

.main-footer .list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    font-weight: 900;
    content: "\f105";
    font-family: "Font Awesome 5 Free"
}

.main-footer .list li a {
    display: block;
    color: #212121;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 13px
}

.main-footer .list li a:hover {
    color: #c74437
}

.popular-posts {
    position: relative
}

.popular-posts .post {
    position: relative;
    min-height: 80px;
    padding-left: 115px;
    border-bottom: 1px solid #555;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.popular-posts .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.popular-posts .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    overflow: hidden
}

.popular-posts .post .thumb a {
    display: block
}

.popular-posts .post .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.popular-posts .post h4 {
    position: relative;
    top: -3px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px
}

.popular-posts .post h4 a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.popular-posts .post h4 a:hover {
    color: #7abf18
}

.popular-posts .post .date {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #bbb
}

.subscribe-area {
    position: relative;
    padding: 23px 0;
    border-top: 1px solid #444343
}

.subscribe-area .title-column {
    position: relative
}

.subscribe-area .title-column .text {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 0
}

.subscribe-area .title-column .text span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #7abf18;
    margin-left: 15px
}

.main-footer .subscribe-form {
    position: relative
}

.main-footer .subscribe-form .form-group {
    position: relative;
    width: 100%;
    margin: 0
}

.main-footer .subscribe-form .form-group input[type=email],.main-footer .subscribe-form .form-group input[type=text] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    padding: 10px 20px;
    padding-right: 160px;
    height: 50px;
    width: 100%;
    border: 1px solid #d8d8d8;
    background-color: transparent;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-input-placeholder {
    color: #999
}

::-ms-input-placeholder {
    color: #999
}

.main-footer .subscribe-form .form-group input:focus {
    border-color: #7abf18
}

.main-footer .subscribe-form .form-group button,.main-footer .subscribe-form .form-group input[type=submit] {
    position: absolute;
    right: 0;
    top: 36px;
    background-color: #ff9000;
    border-radius: 0
}

.subscribe-text.text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px
}

.menu-icon .bars {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    position: absolute;
    z-index: 2;
    top: 13px
}

.menu-icon .bars .bar1,.menu-icon .bars .bar2,.menu-icon .bars .bar3 {
    display: block;
    content: "";
    height: 2px;
    width: 50px;
    background: #fff;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s
}

.menu-icon .bars .bar2 {
    width: 16px;
    width: 38px
}

.menu-icon .bars .bar3 {
    width: 27px
}

.menu-icon.menu-visible .bars .bar1,.menu-icon.menu-visible .bars .bar3 {
    width: 16px
}

.menu-icon.menu-visible .bars .bar2 {
    width: 32px
}

#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    list-style: none;
    text-align: center;
    line-height: 1;
    z-index: 99;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu {
    width: 100%;
    color: #fff;
    text-align: left;
    height: auto;
    padding-top: 30px
}

#cssmenu ul ul {
    display: none
}

.menu-overlay {
    display: none
}
.align-right {
    float: right
}

#cssmenu>ul>li>a {
    padding: 17px 20px;
    border-bottom: 1px dashed #c7c7c7;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
    background: 0 0;
    background: -moz-linear-gradient(#36aae7,#1fa0e4);
    background: -o-linear-gradient(#36aae7,#1fa0e4);
    background: -ms-linear-gradient(#36aae7,#1fa0e4)
}

#cssmenu>ul>li.active>a,#cssmenu>ul>li.open>a,#cssmenu>ul>li>a:hover {
    color: #000;
    background: 0 0;
    background: -moz-linear-gradient(#1fa0e4,#1992d1);
    background: -o-linear-gradient(#1fa0e4,#1992d1);
    background: -ms-linear-gradient(#1fa0e4,#1992d1)
}

#cssmenu>ul>li.open>a {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.15);
    border-bottom: 1px solid #f3f4f5
}

#cssmenu>ul>li.last>a,#cssmenu>ul>li:last-child>a {
    border-bottom: n
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0
}

.holder::after,.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.holder::after {
    top: 17px;
    border-top: 2px solid #000;
    border-left: 2px solid #000
}

#cssmenu>ul>li.active>a>span::after,#cssmenu>ul>li.open>a>span::after,#cssmenu>ul>li>a:hover>span::after {
    border-color: #000
}

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit
}

#cssmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #b52b3f;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background: #e64057;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

#cssmenu ul ul li.active>a,#cssmenu ul ul li.open>a,#cssmenu ul ul li:hover>a {
    background: #6ea061;
    color: #fff
}

#cssmenu ul ul li:first-child>a {
    box-shadow: none
}

#cssmenu ul ul ul li:first-child>a {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

#cssmenu ul ul ul li a {
    padding-left: 30px
}

#cssmenu>ul>li>ul>li.last>a,#cssmenu>ul>li>ul>li:last-child>a {
    border-bottom: 0
}

#cssmenu>ul>li>ul>li.last.open>a,#cssmenu>ul>li>ul>li.open:last-child>a {
    border-bottom: 1px solid #32373e
}

#cssmenu>ul>li>ul>li.open:last-child>ul>li:last-child>a {
    border-bottom: 0
}

#cssmenu ul ul li.has-sub>a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eee;
    border-left: 2px solid #eee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#cssmenu ul ul li.active>a::after,#cssmenu ul ul li.open>a::after,#cssmenu ul ul li>a:hover::after {
    border-color: #fff
}

.conact-info {
    color: #212121;
    position: relative;
    margin-bottom: 17px;
    font-size: 13px
}

.conact-info a {
    color: #212121
}

.conact-info i {
    position: absolute;
    left: -31px;
    font-size: 20px;
    top: 5px;
    color: #636363
}

.main-footer .footer-bottom {
    position: relative;
    background-color: #7abf18
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    padding: 19px 0;
    text-align: center
}

.main-footer .footer-bottom .copyright-text {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    background-color: #ececec;
    display: table;
    margin: auto;
    width: 58%
}

.main-footer .footer-bottom .copyright-text a {
    color: #000
}

.main-footer .footer-bottom .copyright-text a:hover {
    text-decoration: underline
}

.main-footer.style-two .footer-bottom {
    background-color: transparent
}

.main-footer.style-two .footer-bottom .copyright-text a {
    color: #c52c1f
}

.main-footer.style-three .widgets-section {
    position: relative;
    padding-top: 220px;
    padding-bottom: 10px;
    z-index: 2
}

.main-footer.style-three:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 150px;
    width: 100%;
    background-color: #f5f5f5;
    content: ""
}

.main-footer.style-three:before {
    background-color: #333;
    opacity: .8
}

.main-footer .contact-widget {
    position: relative;
    padding-right: 40px
}
.main-footer .contact-info-list {
    position: relative
}

.main-footer .contact-info-list li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #777;
    font-weight: 400;
    padding-left: 70px;
    min-height: 50px;
    margin-bottom: 50px
}

.main-footer .contact-info-list li:last-child {
    margin-bottom: 0
}

.main-footer .contact-info-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 1px dashed #7abf18;
    border-radius: 10px 10px 0 10px;
    color: #fff;
    font-size: 24px
}

.main-footer .contact-info-list li strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700
}

.main-footer .contact-info-list li p {
    font-size: 15px;
    line-height: 24px;
    color: #bbb;
    font-weight: 400
}

.main-footer .contact-info-list li p a {
    color: #bbb;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .contact-info-list li a:hover {
    color: #7abf18
}

.main-footer .title-column {
    position: relative
}

.main-footer .title-column .text {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 0
}

.main-footer .title-column .text span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    color: #ff9000;
    margin-left: 0
}

.main-footer.style-three .footer-bottom {
    background-color: transparent
}

.main-footer.style-three .footer-bottom .outer-box {
    position: relative;
    border-top: 1px solid #777
}

.main-footer.style-three .footer-bottom .copyright-text {
    position: relative;
    float: left;
    padding: 25px 0
}

.main-footer.style-three .footer-bottom .copyright-text a {
    color: #7abf18
}

.main-footer.style-three .footer-bottom .copyright-text a:hover {
    text-decoration: underline
}

.main-footer.style-three .footer-bottom .social-links {
    position: relative;
    float: right;
    padding: 25px 0
}

.main-footer.style-three .footer-bottom .social-links li {
    margin-left: 20px
}

.main-footer.style-three .footer-bottom .social-links li a {
    font-size: 16px
}

.main-footer.style-three .footer-bottom .social-links li a:hover {
    color: #7abf18
}

.main-footer.style-three.alternate:after {
    display: none
}

.main-footer.style-three.alternate .widgets-section {
    padding-top: 60px
}

.main-footer.style-three.alternate .contact-form-two .form-group textarea {
    height: 200px
}

.main-footer.style-three.alternate .contact-form-two {
    margin-bottom: -160px
}

.cat-list {
    position: relative
}

.cat-list li {
    position: relative
}

.cat-list li a {
    position: relative;
    font-size: 16px;
    color: #888;
    line-height: 20px;
    font-weight: 400;
    padding: 20px 0;
    display: block;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.cat-list li a span {
    float: right
}

.cat-list li:last-child a {
    border-bottom: 0
}

.cat-list li.active a,.cat-list li:hover a {
    color: #7abf18
}

.latest-blocks {
    margin-top: 18px;
    max-width: 100%;
    padding: 21px 0;
    position: relative
}

.latest-blocks::before {
    content: "";
    position: absolute;
    width: 83%;
    height: 100%;
    right: auto;
    left: 75px;
    margin: 0 auto;
    top: 0;
    z-index: -1;
    background-color: #f5f5f5;
    box-shadow: 0 0 10px #a7a6a6
}

.latestdesc {
    margin: auto;
    margin-top: 0;
    position: relative;
    padding: 16px 3px;
    max-width: 341px
}

.latestdesc .title {
    color: #000;
    font-weight: 500;
    font-size: 21px
}

.date-loaction span {
    color: #d84a4a;
    margin-right: 8px;
    padding-right: 9px
}

.latestimg {
    margin: auto;
    position: relative;
    z-index: 1;
    width: auto;
    background-color: #cc4236;
    text-align: center;
    padding: 21px 4px;
    margin-top: 20px;
    box-shadow: 0 0 10px #d8d8d8
}

.latestimg p {
    color: #fff;
    font-size: 25px;
}

.latestimg span {
    color: #fff
}

.latestdesc p {
    color: #000;
    font-size: 14px
}

.latestdesc p a {
    color: #d84a4a;
    display: block
}

.new-info {
    text-align: center;
    padding: 32px 0 18px 0;
    margin-bottom: 9px
}

.new-info h4 {
    color: #375371;
    font-weight: 600;
    margin-bottom: 10px
}

.new-info p {
    color: #d84a4a
}

.latest-news .post {
    position: relative;
    padding-left: 95px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    min-height: 80px
}

.latest-news .post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.latest-news .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 80px;
    width: 80px;
    margin-bottom: 20px
}

.latest-news .post-thumb img {
    position: relative;
    display: block;
    width: 100%
}

.latest-news .post h5 {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    font-weight: 700;
    margin-bottom: 4px
}

.latest-news .post h5 a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.latest-news .post:hover h5 a {
    color: #7abf18
}

.latest-news .post .post-info {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    font-weight: 400
}

.tag-list {
    position: relative;
    display: block
}

.tag-list li {
    position: relative;
    float: left;
    margin-bottom: 13px;
    margin-right: 10px
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 20px;
    padding: 9px 30px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tag-list li a:hover {
    background-color: #7abf18;
    border-color: #7abf18;
    color: #fff
}

.range-slider-one {
    position: relative;
    min-height: 48px;
    padding-top: 10px;
    overflow: hidden;
    margin-top: -20px
}

.range-slider-one .title {
    position: relative;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px
}

.range-slider-one .title:before {
    position: absolute;
    content: '$';
    right: -14px;
    top: 0;
    color: #848484;
    font-size: 16px;
    font-weight: 300
}

.range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    margin-top: 8px;
    position: relative
}

.range-slider-one .input input {
    background: 0 0;
    color: #777;
    font-size: 16px;
    font-weight: 300;
    width: auto;
    text-align: left
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    margin-bottom: 35px;
    background: #eee
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0;
    height: 3px;
    background: #333
}

.range-slider-one .ui-state-default,.range-slider-one .ui-widget-content .ui-state-default {
    top: -3px;
    width: 10px;
    height: 10px;
    background: #7abf18;
    cursor: pointer;
    border-radius: 0;
    border-color: #7abf18
}

.range-slider-one .theme-btn {
    padding: 8px 35px;
    border-radius: 0
}

.range-slider-one .theme-btn:before {
    display: none
}
.group-title {
    position: relative;
    margin-bottom: 55px
}

.group-title h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #333;
    font-weight: 700
}



.cart-section {
    position: relative;
    padding: 100px 0 60px
}

.cart-section .cart-options {
    position: relative;
    padding: 40px 0 10px;
    margin-bottom: 30px;
    border-top: 0
}

.cart-section .apply-coupon {
    position: relative
}

.cart-section .cart-options .cart-btn {
    padding: 13px 36px;
    line-height: 24px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    text-transform: capitalize;
    background-color: #7abf18;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.cart-section .cart-options .cart-btn:hover {
    background-color: #222
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 30px
}

.cart-section .apply-coupon .form-group input[type=text] {
    display: block;
    line-height: 28px;
    padding: 10px 25px;
    border: 1px solid #ccc;
    width: 225px;
    height: 50px;
    background: #fff;
    border-radius: 50px
}

.cart-section .coupon-btn {
    padding: 13px 29px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    text-transform: capitalize;
    background-color: #7abf18;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.cart-section .coupon-btn:hover {
    background-color: #222
}

.cart-section .cart-options .btn-style-one {
    top: -7px;
    padding-left: 32px;
    padding-right: 32px
}

.cart-section .totals-table {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ccc
}

.cart-section .totals-table li {
    line-height: 24px;
    padding: 18px 30px;
    border-bottom: 1px solid #ccc
}

.cart-section .totals-table li:first-child {
    background-color: #ddd
}

.cart-section .totals-table li h3 {
    position: relative;
    font-weight: 700;
    color: #333;
    font-size: 18px
}

.cart-section .totals-table li:last-child {
    border-bottom: none;
    padding: 40px 20px 50px
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    line-height: 24px;
    width: 50%;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize
}

.cart-section .totals-table li .col:last-child {
    text-align: right
}

.cart-section .totals-table .total .price {
    color: #7abf18;
    font-weight: 400
}

.cart-section .totals-table .proceed-btn {
    padding: 13px 33px;
    line-height: 24px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    text-transform: capitalize;
    background-color: #7abf18;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.cart-section .totals-table .proceed-btn:hover {
    background-color: #222
}

.shipping-block {
    position: relative;
    margin-bottom: 60px
}

.shipping-block .inner-box {
    position: relative;
    padding: 20px 25px 10px;
    border: 1px solid #ccc
}

.shipping-block .inner-box h3 {
    position: relative;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: capitalize
}

.shipping-block .inner-box h4 {
    position: relative;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 22px;
    text-transform: capitalize
}

.shipping-form {
    position: relative
}

.shipping-form .row {
    position: relative;
    margin: 0 -10px
}

.shipping-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px
}

.shipping-form .form-group input[type=email],.shipping-form .form-group input[type=password],.shipping-form .form-group input[type=tel],.shipping-form .form-group input[type=text] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    padding: 10px 20px;
    height: 45px;
    font-size: 14px;
    border: 1px solid #ccc;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.shipping-form .form-group input[type=email]:focus,.shipping-form .form-group input[type=password]:focus,.shipping-form .form-group input[type=tel]:focus,.shipping-form .form-group input[type=text]:focus,.shipping-form .form-group select:focus,.shipping-form .form-group textarea:focus {
    border-color: #7abf18
}

.shipping-form button {
    padding: 13px 33px;
    line-height: 24px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-top: 6px;
    border-radius: 50px;
    text-transform: capitalize;
    background-color: #7abf18;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.shipping-form button:hover {
    background-color: #222
}
.checkout-form {
    position: relative
}

.checkout-form .column {
    position: relative;
    margin-bottom: 50px
}

.checkout-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.checkout-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: capitalize;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px
}

.checkout-form .form-group .field-label span {
    position: relative;
    font-size: 16px;
    color: #222;
    display: block;
    font-weight: 600
}

.checkout-form .form-group .field-label sup {
    top: -1px;
    font-size: 15px;
    color: #009fe9
}

.checkout-form .form-group .text {
    position: relative;
    color: #777;
    font-size: 14px;
    line-height: 24px
}

.checkout-form input[type=email],.checkout-form input[type=number],.checkout-form input[type=password],.checkout-form input[type=tel],.checkout-form input[type=text],.checkout-form input[type=url],.checkout-form select,.checkout-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #777;
    padding: 12px 22px;
    height: 50px;
    border: 1px solid #e0e0e0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.checkout-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat
}

.checkout-form textarea {
    resize: none;
    height: 60px!important;
    padding-left: 30px
}

.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus {
    border-color: #7abf18
}
.time-counter {
    position: relative
}

.time-counter .time-countdown {
    position: relative
}

.time-counter .time-countdown .mvvc.counter-column {
    position: relative;
    margin: 0 15px 0;
    width: 140px;
    height: 120px;
    text-align: center;
    display: inline-block;
    color: #7abf18;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 50%;
    font-weight: 700;
    margin-bottom: 60px
}

.time-counter .time-countdown .mvvc.counter-column .count {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 40px;
    padding: 40px 0 30px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700
}


.color-trigger {
    background: #519643 none repeat scroll 0 0;
    cursor: pointer;
    height: 54px;
    right: auto;
    position: absolute;
    top: 13px;
    width: 60px;
    padding-top: 6px;
    z-index: 999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.menu-button.color-trigger {
    top: 31px
}

.fllow {
    transform: rotate(-90deg);
    color: #b6392e;
    position: absolute;
    bottom: -65px;
    left: -6px;
    font-size: 16px;
    width: 72px
}

.addrress-bars {
    position: absolute;
    right: 170px;
    top: 10px
}

.addrress-bars span.address-info:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 33px;
    border: 1px solid #12325f;
    right: -28px;
    top: 10px
}

.addrress-bars span.home-address-info.address-info:nth-child(1)::before {
    border: 1px solid #fff
}

span.address-info {
    margin-right: 53px;
    position: relative;
    float: left
}

.address-info a {
    color: #000
}

.home-address-info a {
    color: #fff
}

span.address-info:last-child {
    margin-right: 0
}

.addrress-bars span img {
    margin-right: 10px;
    margin-left: 26px
}

.info-icon {
    display: block;
    text-align: center
}

.ongoing_fixed {
    position: fixed;
    right: 0;
    top: 44%;
    z-index: 99
}

.ongoing_fixed ul {
    list-style: none
}

.ongoing_fixed ul li {
    width: 50px;
    height: 50px;
    background: #e59500;
    margin: 10px 0;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

.ongoing_fixed ul li a {
    position: absolute;
    top: 41%;
    left: 14px;
    transform: translate(-5%,-35%);
    font-size: 20px
}

.ongoing_fixed ul li.book {
    background: #dc3545;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
}

.ongoing_fixed ul li.enquiry {
    background: #000;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
}

.ongoing_fixed .slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 50px;
    line-height: 31px;
    background: #eebb5c;
    text-align: center;
    border-radius: 3px;
    transition: all .2s ease
}

.ongoing_fixed .slider p {
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0;
    font-weight: 900;
    transition: all .2s ease;
    line-height: 15px
}

.ongoing_fixed .slider p a {
    color: #fff;
    border: none;
    text-decoration: none;
    outline: 0;
    font-size: 14px;
    left: 38px;
    top: 19px
}

.ongoing_fixed .slider p span {
    font-size: 20px;
    padding-top: 7px;
    display: block
}

.ongoing_fixed ul li.book div.slider {
    background: #dc3544
}

.ongoing_fixed ul li.enquiry div.slider {
    background: #000
}

.ongoing_fixed ul li:hover .slider {
    width: 180px
}

.equipments {
    position: relative;
    top: 0;
    width: 100%;
    right: 0;
    margin-top: 0
}

.facilities-head {
    position: relative;
    right: 34px;
    background-color: #489038;
    padding: 63px 50px;
    margin-top: 56px
}

.facilities-head::before {
    content: "";
    position: absolute;
    width: 114%;
    height: 142%;
    top: -86px;
    left: -14px;
    z-index: -1
}

.facilities-head::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 455px;
    top: -51px;
    background-color: #ccc;
    left: -52px;
    z-index: -1
}

.facilities-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    display: table;
    margin: auto;
    margin-bottom: 22px;
    color: #fbfbfb;
    border-bottom: 2px solid;
    padding-bottom: 7px;
    position: relative
}

.facilities-title::before {
    content: "";
    position: absolute;
    width: 61px;
    height: 2px;
    border-bottom: 2px solid #eff300;
    left: 0;
    bottom: -2px
}

.facilities-title span {
    color: #eff300;
    position: relative
}

.equipments .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%
}

.ongoing_fixed ul li:hover .slider p {
    opacity: 1
}

.equpment-section {
    padding: 190px 0 51px;
    position: relative;
    background-color: transparent
}

.service-h-text {
    max-width: 500px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    position: absolute;
    border: 1px solid #ccc;
    top: 60px;
    font-size: 17px;
    padding: 10px 6px
}

.equpment-section::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    width: 2px;
    height: 544px;
    opacity: 1;
    top: 107px;
    border-right: 1px solid #ccc;
    left: 0;
    right: 0;
    margin: 0 auto
}

.equipment-block {
    text-align: center;
    position: relative;
    margin-bottom: 66px
}

.eb-before::before {
    content: "";
    position: absolute;
    width: 218px;
    height: 100px;
    background: #e7ed83;
    left: -3px;
    right: 0;
    margin: 0 auto;
    top: 113px;
    z-index: -1;
    box-shadow: 0 20px 10px -10px #3e3c3c
}

.eq-img {
    width: auto;
    height: auto;
    margin: auto;
    box-shadow: none;
    line-height: 87px;
    background-color: transparent;
    transition: all ease-in-out .7s
}

.equipment-block img {
    width: 186px;
    transition: all ease-in-out .7s
}

.equipment-block:hover img {
    transform: scale(.85)
}

.qg-b-top {
    margin-top: 0
}

.facilties-btn {
    margin-top: 47px;
    font-weight: 500;
    font-size: 18px;
    padding: 36px 32px;
    background: linear-gradient(to right,#489038,rgba(45,45,45,.95))
}

.equipment-block h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 19px;
    color: #313131;
    font-weight: 600
}

.equipment-block h4::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    border-bottom: 2px solid #adacaa;
    left: 0;
    bottom: -10px;
    opacity: 0;
    transition: all ease-in-out .4s;
    left: 0;
    right: 0;
    margin: 0 auto
}

.equipment-block:hover h4::before {
    opacity: 1;
    width: 100px
}

.equipment-block:hover h4 {
    color: #629b5a
}

.team-carousel .owl-dots {
    position: absolute;
    right: -38px;
    bottom: 154px;
    background-color: #fff;
    padding: 5px 7px;
    padding-top: 16px;
    border-radius: 13px 13px 0 0
}

.team-carousel .owl-dots span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #327d47;
    margin-bottom: 7px;
    transition: ease-in-out .4s;
    float: right;
    border-radius: 50%
}

.team-carousel .owl-dots .owl-dot.active span {
    width: 10px;
    background-color: #dc3545
}

.team-block .btn {
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    position: absolute;
    bottom: 0;
    background-color: #dece07;
    color: #000;
    border-color: transparent;
    left: 62px;
    padding: 1px 6px;
    font-size: 13px;
    border-radius: 1px
}

.team-block:hover .btn {
    visibility: visible;
    opacity: 1;
    bottom: 25px
}

.add-img {
    padding: 0;
    background-color: #fff;
    margin-top: 45px;
    text-align: right
}

.add-img img {
    box-shadow: 0 0 14px #bdbdbd;
    margin-top: -117px
}

.subscribe-section {
    position: relative;
    padding: 43px 0;
    z-index: 1;
    margin-top: 0;
    background: #4a4a4a
}

.subscribe-section::before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 58%;
    right: 0
}

.subscribe-block {
    background-color: #10325f;
    background: 0 0;
    padding: 0;
    float: inherit;
    width: 100%;
    margin: auto;
    max-width: 1017px
}

.subscribe-titile {
    text-transform: uppercase;
    font-size: 31px;
    color: #fff;
    padding: 12px 0;
    border-right: 2px solid
}

.subscribe-titile span {
    display: block;
    text-transform: none;
    font-size: 16px;
    margin-top: 6px
}

.subscribe-form {
    margin-top: 23px
}

.subscribe-form .form-control {
    width: 79%;
    float: left;
    height: 63px;
    border-radius: 0;
    border: transparent;
    box-shadow: none;
    padding: 12px 12px;
    background-color: #f3f3f3;
    color: #000
}

.subscribe-form .form-control::placeholder {
    color: #333
}

.subscribe-form .btn {
    border-radius: 0;
    border-color: transparent;
    background-color: #4bbf80;
    color: #fff;
    padding: 11px 12px;
    height: 63px
}

.subscribe-form .btn:hover {
    background-color: #cc4236;
    color: #fff
}

.subscribe-icon {
    position: absolute;
    right: 0;
    top: 20px
}

.latest-news-section {
    position: relative;
    padding: 20px 0 30px 0
}

.latest-news-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #4c4c4b;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 27px;
    border: 5px solid #ccc
}

.news-carousel-two .news-item {
    text-align: center
}

.news-carousel-two .news-item img {
    width: auto;
    display: initial;
    padding: 5px
}

.latet-news-title h2 {
    width: 100%;
    text-align: center;
    color: #fff
}

.news-carousel-two .owl-next:before,.news-carousel-two .owl-prev:before {
    content: none
}

.news-carousel-two .owl-nav {
    position: absolute;
    right: 75px;
    bottom: -29px;
    width: 190px;
    top: auto
}

.news-carousel-two .owl-next,.news-carousel-two .owl-prev {
    position: relative;
    left: 0;
    float: left;
    top: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 0;
    padding-left: 25px;
    z-index: 9;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.main-footer {
    background-image: url(../images/bg-coe.png);
    margin-top: 0;
    padding-top: 0
}

.social-media a {
    transform: rotate(-45deg);
    transition: all .3s ease-in
}

.social-media a:hover {
    transform: rotate(0);
    color: #fff;
    background-color: #40b57c
}

.menu-bar {
    position: fixed;
    width: 280px;
    transform: translatex(-200%);
    transition: ease-in .5s all;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 99999;
    background-image: none;
    overflow-y: inherit;
    top: 0;
    padding-bottom: 20px
}

.visible-palate .menu-bar {
    transform: translatex(0)
}

.fixed-header .menu-button {
    position: fixed;
    top: 18px;
    z-index: 99999
}

.menu-overlay {
    transform: translatex(-200%);
    transition: ease-in .5s all
}

.visible-palate .menu-overlay {
    height: 100%;
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    background-color: #000000a1;
    transform: translatex(0)
}

.menu-logo {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 27px
}

.menu-logo img {
    width: 149px;
    box-shadow: 0 0 10px #676767;
    padding: 6px;
    background-color: #fff
}

.close-icon {
    position: absolute;
    right: 0;
    background-color: #dc3545;
    color: #fff;
    padding: 0 10px;
    cursor: pointer;
    z-index: 99999
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.menu-media {
    text-align: center;
    display: table;
    margin: auto
}

.menu-fllow {
    text-transform: uppercase;
    margin-top: 24px;
    font-weight: 600
}

.menu-media a {
    width: 30px;
    height: 30px;
    background: #ffff;
    color: #57974b;
    border: 1px solid;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 29px;
    text-align: center
}

.menu-media a:hover {
    background: #dc3546;
    border: 1px solid #dc3546;
    color: #fff
}

.menu-media a:nth-child(1) {
    background-color: red
}

.banner {
    background-image: url(../images/main-slider/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.inner-wrapper {
    position: relative;
    min-height: 46vh;
    padding: 55px 0
}

.inner-menu-title {
    color: #000
}

.breadcrumb {
    display: table;
    padding: 0 0 20px 0;
    margin: auto;
    margin-top: 17px;
    background: 0 0;
    border-radius: 0;
    border-bottom: 3px solid #4f9441
}

.breadcrumb li {
    float: left;
    margin-right: 14px;
    position: relative
}

.breadcrumb li:last-child {
    padding: 2px 14px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #519643;
    border-radius: 10px;
    border: 1px solid #4f9441
}

.breadcrumb li:before {
    display: none
}

.breadcrumb li a {
    display: block;
    padding: 2px 14px;
    border-radius: 10px;
    border: 1px solid #1d1d1d;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    transition: all .3s ease 0s;
    background-color: #fff
}

.breadcrumb li:hover a {
    text-decoration: none;
    color: #fff;
    background: red;
    border-color: red
}

.breadcrumb li.active span {
    display: block
}

.breadcrumb li a:after,.breadcrumb li a:before,.breadcrumb li.active span:after,.breadcrumb li.active span:before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border: 10px solid transparent;
    border-top: 10px solid #1f1f1f;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0
}

.breadcrumb li a:after,.breadcrumb li.active span:after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #4f9441;
    bottom: -32px
}

@media only screen and (max-width: 479px) {
    .breadcrumb li a,.breadcrumb li:last-child {
        padding:8px;
        font-size: 12px
    }

    .breadcrumb li a:before,.breadcrumb li.active span:before {
        border: 7px solid transparent;
        border-top: 7px solid red;
        bottom: -14px
    }
}

.breacumb-section {
    text-align: center;
    padding: 93px 0 44px 0;
    background-image: url(../images/bread-cumb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.breacumb-section h1 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600
}

.contact-form-section h3 {
    text-align: center;
    background-color: #f5f5f5;
    margin: auto;
    display: table;
    padding: 4px 14px;
    margin-bottom: 24px;
    border-bottom: 2px solid #4f9441;
    color: #000
}

.contact-form-section .btn {
    width: 100%;
    margin-top: 24px;
    background-color: #007bff;
    border-color: transparent
}

.map {
    position: relative
}

.map-title {
    position: absolute;
    z-index: 999;
    background-color: #000;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 122px;
    text-align: center;
    padding: 5px 9px;
    border-radius: 20px;
    margin-top: 121px;
    text-transform: uppercase;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    -o-animation: blink 1s infinite;
    animation: blink 1s infinite
}

.map-title:hover {
    color: #fff
}

@-webkit-keyframes blink {
    0%,49% {
        background-color: #509440
    }

    100%,50% {
        background-color: #000
    }
}

.map iframe {
    width: 100%;
    height: 266px
}

.address-info h3 {
    text-align: center;
    background-color: #f5f5f5;
    margin: auto;
    display: table;
    padding: 4px 14px;
    margin-bottom: 24px;
    border-bottom: 2px solid #4f9441;
    color: #000
}

.address-blocks {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 28px;
    text-align: center
}

.address-blocks a {
    color: #fff
}

.add-icon i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 39px;
    box-shadow: 0 0 10px
}

.address-blocks.add1 {
    background-color: #12325f
}

.address-blocks.add2 {
    background-color: #c90
}

.address-blocks.add3 {
    background-color: #dc3545
}

.address-view {
    font-size: 16px
}

.service-nav {
    box-shadow: 0 0 10px #9e9e9e;
    padding: 12px;
    background-color: #f5f5f5
}

.service-nav ul li a {
    color: #000;
    font-size: 13px;
    border-bottom: 1px dashed;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.service-nav ul li:last-child a {
    border: none
}

.service-nav ul li.active a {
    color: #dc3545
}

.service-nav h4 {
    background-color: #363836;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 11px
}

.service-image {
    margin-bottom: 14px;
    margin-top: 0;
    text-align: center
}

.services-text h3 {
    color: #dc3545;
    display: table;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    font-size: 25px;
    margin-bottom: 7px
}

.services-text p {
    margin-bottom: 10px;
    font-size: 15px
}

.ol-styles {
    list-style-type: none
}

.ol-styles li {
    position: relative;
    padding-left: 24px
}

.ol-styles li i {
    position: absolute;
    left: 0;
    color: #4f9441;
    font-size: 19px;
    top: 4px
}

.ol-styles li::before {
    content: "";
    position: absolute
}

.video-blok iframe {
    width: 100%;
    height: 205px;
    border: 7px solid #ccc;
    box-shadow: 0 0 10px;
    margin-bottom: 26px
}

.gall_row .col-md-3 {
    padding: 0 6px
}

.gallery-box.box {
    position: relative;
    overflow: hidden;
    transition: all .3s
}

.gallery-box.box-img .over-layer:after,.gallery-box.box-img .over-layer:before,.gallery-box.box-img:after,.gallery-box.box-img:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    background: rgba(255,255,255,.4);
    transition: all .4s ease-in-out 0s
}

.gallery-box.box-img:before {
    top: 0;
    left: -100%
}

.gallery-box.box:hover .box-img:before {
    left: 0;
}

.gallery-box.box-img:after {
    top: -100%;
    right: 0;
    background: rgba(255,255,255,.8)
}

.gallery-box.box:hover .box-img:after {
    top: 0;
}

.gallery-box.box-img .over-layer:before {
    left: 0;
    bottom: -100%;
    background: rgba(255,255,255,.8)
}

.gallery-box.box:hover .over-layer:before {
    bottom: 0
}

.gallery-box.box-img .over-layer:after {
    bottom: 0;
    right: -100%
}

.gallery-box.box:hover .over-layer:after {
    right: 0
}

.gallery-box.box:hover {
}

.gallery-box.box:hover:before {
    transform: skew(-45deg) translateX(0)
}

.gallery-box.box img {
    width: 100%;
    transform: scale(1.8);
    transition: all .3s ease 0s
}

.gallery-box.box:hover img {
    filter: grayscale(.7) blur(2px)
}

.gallery-box.box .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translate(-50%,-50%) rotate(180deg);
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 1;
    transition: all .3s 0s cubic-bezier(.6,-.28,.735,.045)
}

.gallery-box.box:hover .box-content {
    opacity: 1;
    transform: translate(-50%,-50%) rotate(0);
    left: 50%;
    transition: all .5s .1s cubic-bezier(.175,.885,.32,1.275)
}

.gallery-box.box .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
    margin: 0 0 7px
}

.gallery-box.box .post {
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 13px;
    display: block
}

.gallery-box.box:hover .icon {
    display: block;
    position: relative;
    top: 70px;
    z-index: 1
}

.gallery-box.box .icon {
    display: none
}

.gallery-box.box .icon {
    padding: 0;
    margin: 0;
    list-style: none
}

.gallery-box.box .icon li {
    margin: 0 4px;
    display: inline-block
}

.gallery-box.box .icon li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50% 50% 0 0;
    display: block;
    transition: all .3s;
    background-color: #000
}

.gallery-box.box .icon li a:hover {
    background: #009432;
    box-shadow: 0 0 10px #fff
}

@media only screen and (max-width: 990px) {
    .gallery-box.box {
        margin-bottom:30px
    }
}

@media only screen and (max-width: 479px) {
    .gallery-box.box .title {
        font-size:20px
    }
}

.gallery-box.box {
    margin-bottom: 12px;
    height: 164px;
}

.gallery-box.box .box-img {
    display: block;
    position: relative;
    height: 100%;
}

.gallery-box.box .box-img img {
    width: 100%;
}

.gallery-box.box .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.gallery-box .box-img .over-layer:after,.gallery-box .box-img .over-layer:before,.gallery-box .box-img:after,.gallery-box .box-img:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    background: rgba(255,255,255,.4);
    transition: all .4s ease-in-out 0s
}

.gallery-box .box-img:before {
    top: 0;
    left: -100%;
}

.gallery-box.box:hover .box-img:before {
    left: 0;
}

.gallery-box .box-img:after {
    top: -100%;
    right: 0;
    background: rgba(115,163,64,.62)
}

.gallery-box.box:hover .box-img:after {
    top: 0;
}

.gallery-box .box-img .over-layer:before {
    left: 0;
    bottom: -100%;
    background: rgba(113,162,64,.58)
}

.gallery-box.box:hover .over-layer:before {
    bottom: 0
}

.gallery-box .box-img .over-layer:after {
    bottom: 0;
    right: -100%
}

.gallery-box.box:hover .over-layer:after {
    right: 0
}

@media only screen and (max-width: 990px) {
    .box {
        margin-bottom:20px
    }
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -7px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: #327d48;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.gallery-section .col-md-3 {
    padding: 0
}

.dropbtn {
    background-color: transparent;
    color: #000;
    padding: 10px 32px;
    font-size: 15px;
    width: 100%;
    border: none;
    display: block;
    text-transform: uppercase
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: ease-in .5s all
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3e8e41;
    width: 231px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    z-index: 1;
    top: 0;
    transition: ease-in .5s all;
    transform: translatex(-200%)
}

.dropdown-btn {
    position: absolute;
    top: 11px;
    right: 26px
}

.customli-d .dropdown-btn {
    display: none
}

.dropdown-content a {
    color: #fff;
    padding: 0 16px;
    text-decoration: none;
    display: block;
    font-size: 11px;
    text-transform: uppercase
}

.dropdown-content a:hover {
    background-color: #000
}

.dropdown:hover .dropdown-content {
    display: block;
    transform: translatex(0);
    left: 280px
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
    color: #fff
}

.services-text h4 {
    color: #9c9313;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 11px
}

h4.s-b-a {
    text-align: center;
    display: table;
    margin: auto;
    background-color: #e5e5e5;
    padding: 8px 19px;
    margin-top: 16px;
    color: #4a943b;
    border-top: 2px solid
}

.about-text p {
    margin-bottom: 15px
}

.about-iamge {
    margin-top: 0;
    border: 3px solid #2b3029;
    box-shadow: 0 0 10px;
    position: relative;
    top: 0
}

.mvv-blocks.testimonialBox {
    text-align: center;
    margin-top: 50px
}

.mvv-blocks.testimonialBox .service-icon {
    color: #fff;
    background: linear-gradient(135deg,#ff87d0,#f6449a);
    font-size: 50px;
    line-height: 67px;
    height: 80px;
    width: 80px;
    margin: 0 auto 25px;
    border-radius: 15px;
    box-shadow: 0 0 0 5px #fff,0 0 12px rgba(0,0,0,.5)
}

.mvv-blocks.testimonialBox .service-icon i.fa {
    transition: all .3s ease 0s
}

.mvv-blocks.testimonialBox:hover .service-icon i.fa {
    text-shadow: 0 0 5px #555;
    transform: rotateY(360deg) rotateX(360deg)
}

.mvv-blocks.testimonialBox .service-content {
    background-color: #ffd6ed;
    padding: 10px 13px 15px;
    border-radius: 10px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,.88);
    min-height: 154px
}

.mvv-blocks.testimonialBox .title {
    color: #fff;
    background: linear-gradient(135deg,#ff87d0,#f6449a);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 15px;
    margin: -21px 7px 15px;
    border-radius: 0 0 25px 25px;
    position: relative;
    z-index: 1
}

.mvv-blocks.testimonialBox .title:after,.mvv-blocks.testimonialBox .title:before {
    content: "";
    background: linear-gradient(-45deg,#9f2685 49%,transparent 50%);
    width: 12px;
    height: 10px;
    position: absolute;
    top: 0;
    left: -12px
}

.mvv-blocks.testimonialBox .title:after {
    transform: rotateY(180deg);
    left: auto;
    right: -12px
}

.mvv-blocks.testimonialBox .description {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin: 0
}

.mvv-blocks.testimonialBox.blue .service-icon,.mvv-blocks.testimonialBox.blue .title {
    background: linear-gradient(135deg,#01b9f7,#008ed0)
}

.mvv-blocks.testimonialBox.blue .title:after,.mvv-blocks.testimonialBox.blue .title:before {
    background: linear-gradient(-45deg,#004b8e 49%,transparent 50%)
}

.mvv-blocks.testimonialBox.orange .service-icon,.mvv-blocks.testimonialBox.orange .title {
    background: linear-gradient(135deg,#ffc500,#fe9b00)
}

.mvv-blocks.testimonialBox.orange .title:after,.mvv-blocks.testimonialBox.orange .title:before {
    background: linear-gradient(-45deg,#da6603 49%,transparent 50%)
}

.mvv-blocks.testimonialBox.green .service-icon,.mvv-blocks.testimonialBox.green .title {
    background: linear-gradient(135deg,#04ddca,#2db0a8)
}

.mvv-blocks.testimonialBox.green .title:after,.mvv-blocks.testimonialBox.green .title:before {
    background: linear-gradient(-45deg,#046b5f 49%,transparent 50%)
}

@media only screen and (max-width: 990px) {
    .mvv-blocks.testimonialBox {
        margin:0 0 40px
    }
}

.mvv-blocks.testimonialBox.blue .service-content {
    background-color: #c4e9ff
}

.mvv-blocks.testimonialBox.orange .service-content {
    background-color: #fff3cc
}

.about-text h3 {
    font-size: 27px;
    border-left: 3px solid;
    padding-left: 12px;
    margin-bottom: 14px;
    margin-top: 27px
}

.about-text h3 span {
    color: #4e9540
}

.team-tile {
    display: table;
    color: #519643;
    border-left: 3px solid;
    background-color: #eeee;
    text-transform: uppercase;
    padding: 5px 8px 5px 8px;
    font-size: 21px;
    margin-bottom: 14px;
    margin-top: 19px
}

.team-box {
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #b9b7b7
}

.team-box img {
    margin: 0 0;
    margin-top: 0
}

.doctor-tile {
    background-color: #c5bd21;
    background: linear-gradient(to right,#c8c12b,#f1efc9);
    color: #000;
    padding: 11px 0
}

.doctor-tile h4 {
    font-size: 20px
}

.doctor-tile p {
    font-size: 13px;
    color: #000
}

.email-signature {
    background: #fff;
    max-width: initial;
    width: 100%;
    padding: 20px 15px 20px 317px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.2);
    position: relative;
    margin-bottom: 86px
}

.email-signature:before {
    content: "";
    background: #f4f3d8;
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.email-signature h3 {
    font-size: 20px;
    color: #dc3545;
    margin-bottom: 10px;
    margin-top: 15px
}

.email-signature .signature-img {
    background: #fff;
    width: auto;
    height: auto;
    padding: 10px 10px;
    box-shadow: 0 0 10px #555;
    outline: 3px solid #4f9441;
    outline-offset: 5px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -37px
}

.email-signature .signature-img img {
    width: 100%;
    height: auto
}

.email-signature .signature-details {
    color: #8854d0;
    margin-bottom: 10px
}

.email-signature .signature-details:after {
    content: '';
    height: 7px;
    width: 120px;
    margin: 0 0 0 5px;
    border-top: 3px solid #519643;
    border-bottom: 2px solid #333;
    display: block;
    clear: both
}

.email-signature .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    color: #519643
}

.email-signature .post {
    color: #000;
    background: linear-gradient(to right,#c8c12b,transparent);
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin-bottom: 15px;
    border-radius: 30px;
    display: inline-block
}

.email-signature .signature-content {
    padding: 0;
    margin: 0 0 0 5px;
    list-style: none
}

.email-signature .signature-content li {
    color: #0c0c0c;
    font-size: 15px;
    line-height: 23px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px
}

.email-signature .signature-content li span {
    color: #bfb609;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 6px
}

@media screen and (max-width: 576px) {
    .email-signature {
        width:100%;
        padding: 220px 20px 20px
    }

    .email-signature:before {
        width: 100%;
        height: 200px
    }

    .email-signature .signature-img {
        left: 50%;
        top: 30px;
        transform: translateY(0) translateX(-50%)
    }

    .email-signature .signature-content,.email-signature .signature-details {
        text-align: center
    }

    .email-signature .signature-details:after {
        margin: 0 auto
    }
}

.values-ol span {
    display: block;
    color: #519643
}

.values-ol li {
    margin-bottom: 15px
}

.strength-block h4 {
    display: table;
    color: red;
    text-transform: uppercase;
    margin-top: 29px;
    margin-bottom: 10px;
    border-bottom: 2px solid
}

.strenght-ol li {
    position: relative;
    padding-left: 23px
}

.strenght-ol li span {
    color: green;
    position: absolute;
    left: 0;
    top: 6px
}

.facilities-block h3 {
    text-align: center;
    margin: auto;
    display: table;
    background-color: #f5f5f5;
    background: linear-gradient(to right,#519643,#bbbc2a);
    padding: 7px 14px;
    margin-bottom: 15px;
    margin-top: 31px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    border-bottom: 2px solid;
    border-radius: 20px 0 20px 0
}

.facilities-block li span {
    display: block;
    text-align: center;
    border: transparent;
    margin-bottom: 18px;
    background-color: #fff;
    padding: 5px 0;
    box-shadow: 0 0 10px #c5c5c5;
    border-left: 3px solid #519643
}

.faci-blocks {
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 10px #afafaf;
    margin-bottom: 9px;
    margin-top: 26px
}

.faci-blocks h5 {
    color: #fff;
    background-color: #4a4848;
    padding: 5px 0;
    margin-bottom: 6px
}

.faci-blocks p {
    font-size: 14px
}

.facilites-amulya {
    text-align: center;
    position: relative;
    margin-top: 37px
}

.facilites-amulya img {
    box-shadow: 0 0 10px #2d2d2d
}

.facilites-amulya h5 {
    background-color: green;
    background: linear-gradient(to right,#c8c12b,#519643);
    color: #fff;
    position: absolute;
    bottom: 18px;
    right: 0;
    padding: 6px 5px 6px 15px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 20px 0 0 20px
}

.team-consultenr-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 38px;
    position: relative
}

.team-consultenr-title::after,.team-consultenr-title::before {
    content: "";
    position: absolute;
    width: 142px;
    height: 2px;
    border-bottom: 2px solid #cac43b;
    top: 12px
}

.team-consultenr-title::before {
    left: 16rem
}

.team-consultenr-title::after {
    right: 16rem
}

.latestdesc a {
    color: #000;
    border: 1px solid;
    background-color: transparent;
    padding: 5px 8px;
    margin-top: 19px;
    display: inline-block
}

.latestdesc a:hover {
    background-color: #38b97c;
    color: #fff
}

.contact-form-section {
    margin-bottom: 30px
}

.contact-form-section .form-control {
    background-color: #f5f5f5
}

.fallow-title,.menu-button.color-trigger {
    top: 31px;
    display: none
}

.ace-responsive-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: inherit;
    width: auto;
    display: table;
    margin: auto;
    position: relative;
    left: 22px
}

.ace-responsive-menu li {
    list-style: none
}

.ace-responsive-menu li ul {
    display: none
}

.ace-responsive-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    float: left
}

.ace-responsive-menu li a {
    color: silver
}

.ace-responsive-menu>li>a {
    display: block;
    position: relative;
    margin: 0;
    border: 0;
    padding: 21px 13px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase
}

.ace-responsive-menu li a i {
    padding-right: 5px;
    color: #ff5737
}

.ace-responsive-menu>li>a i {
    font-size: 16px;
    text-shadow: none;
    color: #ff5737
}

.ace-responsive-menu li ul.sub-menu li a i {
    padding-right: 10px
}

.ace-responsive-menu li ul.sub-menu li a:hover {
    color: #fff14e
}

.ace-responsive-menu li.menu-active>a {
    background: #cf3324;
    color: #fff
}

.ace-responsive-menu li .menu-active {
    position: relative
}

.ace-responsive-menu>li>a>.arrow:before {
    margin-left: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: " \276F";
    font-weight: 300;
    text-shadow: none;
    width: 6px;
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 5px
}

.ace-responsive-menu li ul.sub-menu li>a>.arrow:before {
    content: "\f105"!important
}

.ace-responsive-menu>li>ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
    z-index: 999;
    width: 260px;
    padding: 5px 0
}

.ace-responsive-menu>li>ul.sub-menu.big-menu {
    width: 647px;
    right: 1px;
    padding: 12px 0
}

.ace-responsive-menu>li>ul.sub-menu.big-menu::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 200px;
    border-right: 1px dashed #eee;
    left: 0;
    right: 43px;
    margin: 0 auto;
    top: 43px
}

.ace-responsive-menu>li>ul.sub-menu.big-menu li {
    width: 47%;
    position: relative;
    float: left
}

.ace-responsive-menu>li>ul.sub-menu.big-menu a.fl {
    left: 0
}

.ace-responsive-menu>li>ul.sub-menu.big-menu a.fr {
    right: 0
}

.ace-responsive-menu li ul.sub-menu {
    background: #b6392e
}

.ace-responsive-menu li.custom-drop-down ul.sub-menu {
    width: 140px
}

.ace-responsive-menu li.about-custom-drop-down ul.sub-menu {
    width: 170px
}

.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0 0;
    padding: 1px 11px 1px 22px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    background: 0 0;
    color: #fff;
    text-transform: uppercase
}

.ace-responsive-menu>li>ul.sub-menu>li {
    position: relative
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0;
    display: none;
    list-style: none
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: absolute;
    left: 185px;
    top: 0;
    display: none;
    list-style: none
}

.ace-responsive-menu>li>ul.sub-menu li>a>.arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 0;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f104";
    font-weight: 300;
    text-shadow: none
}

.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background: #333
}

.menu-toggle h3 {
    float: left;
    color: #fff;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px
}

.menu-toggle .icon-bar {
    display: block!important;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5!important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(0,0,0,.25);
    margin: 3px
}

.menu-toggle .icon-bar:hover {
    background-color: #f5f5f5!important
}

.menu-toggle #menu-btn {
    float: right;
    background: #202020;
    border: 1px solid #0c0c0c;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px
}

.hide-menu {
    display: none
}

.palate {
    background: red none repeat scroll 0 0;
    display: block;
    float: left;
    height: 45px;
    margin: 0 2.5% 12px;
    width: 20%;
    cursor: pointer;
    position: relative
}

.colors-list .active::after {
    background: url(../images/icons/tick.png) center center no-repeat!important;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.various-color {
    overflow: hidden;
    padding: 20px 0 15px
}

.colors-list {
    margin: 0 20px
}

.secondary-head {
    background: #222 none repeat scroll 0 0;
    padding: 14px 0
}

.secondary-color {
    padding: 23px 0
}

.secondary-colors-list {
    margin: 0 80px
}

.color-trigger {
    background: #ff9000 none repeat scroll 0 0;
    cursor: pointer;
    height: 54px;
    right: -57px;
    position: absolute;
    top: 0;
    width: 60px;
    padding-top: 6px;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.color-trigger i {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    -moz-animation: fa-spin 2s linear infinite;
    -ms-animation: fa-spin 2s linear infinite;
    -o-animation: fa-spin 2s linear infinite
}

.color-trigger:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    background-color: #28a745;
    z-index: 1;
    opacity: 0;
    font-weight: 900;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.color-trigger i {
    color: #fff;
    font-size: 28px;
    line-height: 40px
}


@media screen and (max-width: 768px) {
    .ace-responsive-menu {
        float:left;
        width: 100%
    }

    .ace-responsive-menu>li {
        border-bottom: 1px solid #242424;
        float: none
    }

    .ace-responsive-menu li a:hover {
        background: #272727!important
    }

    .ace-responsive-menu>li:first-child {
        border-top: 2px solid #fd5025
    }

    .ace-responsive-menu>li>a i {
        padding-right: 10px;
        color: #ff5737
    }

    .ace-responsive-menu>li>a>.arrow:before {
        float: right;
        content: " \276F";
        font-weight: 300;
        text-shadow: none;
        width: 10px;
        display: inline-block;
        transform: rotate(90deg)
    }

    li.menu-active>a>.arrow:before {
        content: " \276F";
        font-weight: 300;
        text-shadow: none;
        width: 10px;
        display: inline-block;
        transform: rotate(90deg)
    }

    .ace-responsive-menu li ul.sub-menu>li {
        width: 100%
    }

    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 30px
    }

    .ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
        padding-left: 50px
    }

    .ace-responsive-menu>li>ul.sub-menu {
        position: static
    }

    .ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
        position: static
    }

    .ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
        position: static
    }

    .ace-responsive-menu li ul.sub-menu li.menu-active>a>.arrow:before {
        content: " \276F";
        font-weight: 300;
        text-shadow: none;
        width: 10px;
        display: inline-block;
        transform: rotate(90deg)
    }
}

.mobile-phone {
    position: absolute;
    right: 0;
    top: 21px;
    color: #000;
    font-size: 17px;
    padding: 0 10px 0 0
}

.mobile-phone:hover {
    color: #b6392e
}

.mobile-phone::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 67px;
    background-color: #5ed092;
    left: 0;
    top: -29px;
    z-index: -1;
    border-radius: 0 0 34px 34px
}

.mobile-phone img {
    width: 38px
}

.service-after {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
    z-index: -1
}

.emergency-section {
    text-align: center;
    padding: 69px 0 30px;
    background-image: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.emergency-section::before {
    content: "";
    position: absolute;
    width: 56%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #0d2442;
    background: 0 0
}

.emegency-block {
    max-width: 885px;
    margin: auto;
    border-left: 0;
    position: relative;
    padding: 31px 13px 31px;
    left: 0;
    z-index: 1
}

.emegency-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 73%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    border: 1px solid #dedede;
    z-index: -1
}

.emegency-block::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 82%;
    background: 0 0;
    right: 6%;
    bottom: 0;
    opacity: .5;
    z-index: -1
}

.emergency-title {
    text-transform: uppercase;
    color: #07192f;
    font-weight: 600;
    line-height: 50px;
    font-size: 34px;
    margin: 11px 0 11px;
    display: block
}

.emergency-title span {
    color: #cc4236
}

.emergency-title2 {
    color: #a7a7a7;
    font-weight: 400;
    font-size: 33px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Roboto,sans-serif
}

.emegency-block .btn-2 {
    background-color: #ec5c6a;
    background: #cc4236;
    border-color: transparent;
    border: 1px solid #e4e4e4;
    font-size: 23px;
    max-width: initial;
    margin: 18px 26px;
    padding: 12px 12px 12px 54px;
    color: #fff;
    display: inline-block;
    position: relative;
    transition: all ease-in-out .4s
}

.emergency-btn a:hover {
    background: linear-gradient(to right,#ee5549,#cc4236);
    color: #fff
}

.emegency-block .btn-2 i {
    position: absolute;
    left: 0;
    width: 49px;
    top: 0;
    height: 100%;
    background-color: #fff;
    line-height: 50px;
    color: #aba7a7
}

.about-coloum .content h2 {
    color: #fff
}

.about-coloum .sec-title .title::after,.about-coloum .sec-title .title:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 43px;
    background: #489038
}

.about-coloum .title {
    color: #232321;
    font-size: 37px;
    margin-bottom: 36px
}

.abt-title span {
    display: block;
    color: #cbbf32;
    font-size: 24px;
    margin-bottom: 13px;
    text-transform: none
}

.abt-title {
    background: linear-gradient(to right,#114207,#ffffff00);
    color: #fff;
    position: relative;
    width: 100%;
    padding: 38px 22px 46px;
    font-size: 37px;
    left: -16px;
    text-transform: uppercase
}

.welcome-text {
    padding-top: 14px;
    color: #afeca1;
    font-size: 21px;
    position: relative
}


.about-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 113%;
    top: -30px;
    background-color: #489038;
    left: 0;
    z-index: -1
}

.about-text::after {
    content: "";
    position: absolute;
    width: 89%;
    height: 100%;
    top: 0;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1
}


.about-section .about-bg-img .image-box .col-md-4:nth-child(1) .mv-sections::before,.about-section .about-bg-img .image-box .col-md-4:nth-child(2) .mv-sections::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    border-right: transparent;
    right: 0;
    top: 20px
}

.about-section .about-bg-img2 .image-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: auto;
    background: linear-gradient(to left,#489038,rgba(255,255,255,.34901960784313724));
    text-align: center;
    font-size: 25px;
    padding: 39px 0;
    right: 0;
    color: #fff
}

.mv-sections-blocks {
    margin-top: 60px;
    text-align: center
}

.mv-sections-blocks .col-md-12 {
    padding: 0
}

.about-section .about-bg-img .image-box a {
    color: #fff
}

.about-section .about-bg-img .image-box a h4 {
    font-size: 19px;
    margin-top: 0
}

.mvilinks {
    display: block;
    width: 40%;
    padding: 12px 18px;
    background: linear-gradient(to right,#fbff07,#ffffff00)
}

.m-link {
    float: left
}

.v-link {
    float: right;
    background: linear-gradient(to left,#fbff07,#ffffff00)
}

.va-link {
    float: left
}

.service-title h2 {
    color: #383a38
}

.ser-blocks {
    position: relative;
    margin-bottom: 27px;
    box-shadow: none;
    overflow: visible
}

.ser-blocks::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 190px;
    background: #e6e6e6;
    bottom: 41px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 7px #a7a7a7
}

.ser-blocks .ser-content {
    position: relative;
    right: 0;
    top: -31px;
    width: auto;
    background: linear-gradient(to right,#e2e2e2,#f9f9f9);
    box-shadow: 0 20px 10px -10px #3e3c3c
}

.ser-blocks .ser-content h4 {
    font-size: 16px;
    font-weight: 600
}

.ser-blocks:hover .ser-content {
    background: linear-gradient(to right,#1cad40,#2c2b2b)
}

.ser-blocks .ser-content h4 a {
    color: #000;
    padding: 10px 15px;
    display: inline-block
}

.ser-blocks:hover .ser-content h4 a {
    color: #fff
}

.servicelink {
    transition: all ease-in-out .4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -20px;
    bottom: 50px;
    background-color: #efc046;
    color: #000;
    padding: 3px 8px
}

.left-service {
    text-align: center
}

.right-service {
    text-align: center
}

.right-service .servicelink {
    right: auto;
    left: -20px
}

.ser-blocks:hover .servicelink {
    opacity: 1;
    visibility: visible
}

.left-service:hover .servicelink {
    right: 0;
    bottom: 82px;
    left: 0;
    margin: 0 auto;
    width: 105px
}

.right-service:hover .servicelink {
    right: 0;
    bottom: 82px;
    left: 0;
    margin: 0 auto;
    width: 105px
}

.ser-image {
    width: 184px;
    height: 176px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative
}

.ser-image img {
    width: auto
}

.service-section::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 119px;
    width: 100%;
    content: "";
    background-color: #f1f9ee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(79% 41%,70% 100%,87% 100%);
    transform: rotate(-180deg)
}

.footer-logo-section {
    text-align: center;
    
}

.footer-logo-section img {
    width: 282px;
    margin-top: 0;
    margin-bottom: 28px;
    box-shadow: 0 18px 29px -9px #c5c5c5;
    background-color: #fff
}

.footer-social-main span {
    color: #313131;
    margin-right: 10px;
    font-size: 20px
}
.footer-social-main{
    display: inline-block;
    margin-bottom: 39px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
}
.footer-social {
    list-style: none;
    display: inline-block;
    margin: auto;
    
}

.footer-social li {
    display: inline-block;
    margin: 0 5px
}

.footer-social li a {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #4c4c4c;
    border: 1px solid #505050;
    border-radius: 50%;
    line-height: 30px;
    transition: all ease-in-out .4s
}

.footer-social li a:hover {
    background-color: #c74438;
    color: #fff;
    transform: rotate(360deg)
}

.why-section {
    position: relative
}

.why-section::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 133px;
    border-right: 1px dashed #ccc;
    left: 0;
    right: 0;
    top: 82px;
    margin: auto
}

.why-section::after {
    content: "";
    position: absolute;
    width: 133px;
    height: 2px;
    border-bottom: 1px dashed #ccc;
    left: 0;
    right: 0;
    margin: auto;
    top: 140px
}

.why-blocks {
    text-align: center;
    color: #fff;
    margin-top: 32px;
    padding: 14px
}

.why-title {
    color: #f3ee8d;
    font-size: 16px
}

.why-number {
    font-size: 36px;
    margin-bottom: 13px
}

.equpment-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/ser-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: 0
}

.service-title.sec-title {
    position: absolute;
    width: 216px;
    height: 216px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #b6392e;
    border-radius: 50%;
    top: 269px;
    z-index: 1
}

.service-title.sec-title::before {
    content: "";
    box-shadow: 0 0 0 40px #fff1f0;
    position: absolute;
    width: 216px;
    height: 216px;
    border-radius: 50%;
    left: 0
}

.service-title.sec-title::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 216px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1
}

.service-title.sec-title h2 {
    color: #fff;
    font-size: 31px;
    padding-top: 54px
}

.service-title.sec-title h2 span {
    display: block;
    font-size: 43px
}

.service-title.sec-title .title:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: transparent;
    border: #ffdead
}

.service-title.sec-title .title:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: transparent;
    width: auto
}

.services-list {
    margin-bottom: 43px;
    width: 90%;
    border-radius: 57px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 20px #d6d6d6
}

.right-service-list .services-list {
    float: right;
    width: 90%
}

.services-list a {
    display: block;
    padding: 24px 97px 28px 0;
    color: #717171;
    text-transform: uppercase;
    font-size: 15px;
    text-align: right;
    font-weight: 600
}

.right-service-list .services-list a {
    padding: 24px 0 28px 95px;
    text-align: left
}

.service-image {
    margin-top: 0;
    text-align: center;
    position: absolute;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 6px #ffee89;
    background-color: #eac900;
    top: 0;
    right: 0;
    border-radius: 50%;
    line-height: 77px;
    transition: all ease .6s
}

.services-list a:hover {
    color: #fd5025
}

.services-list a:hover .service-image {
    transform: rotate(360deg)
}

.service-image img {
    width: 58px
}

.right-service-list .service-image {
    right: auto;
    left: 0
}

.serv2 {
    right: 57px
}

.serv3 {
    right: 50px
}

.serv6 {
    left: 57px
}

.serv7 {
    left: 50px
}

.serv2 .service-image {
    background-color: #a64bff;
    box-shadow: 0 0 0 6px #d4a7ff
}

.serv3 .service-image {
    background-color: #4cb57c;
    box-shadow: 0 0 0 6px #afffd3
}

.serv4 .service-image {
    background-color: #6574ff;
    box-shadow: 0 0 0 6px #bcc3ff
}

.serv5 .service-image {
    background-color: #de4538;
    box-shadow: 0 0 0 6px #fbb0a9
}

.serv6 .service-image {
    background-color: #48b6c3;
    box-shadow: 0 0 0 6px #c7f9ff
}

.serv7 .service-image {
    background-color: #d24e94;
    box-shadow: 0 0 0 6px #ffd1ed
}

.serv8 .service-image {
    background-color: #f58a00;
    box-shadow: 0 0 0 6px #ffcd8c
}

.services-list::before {
    content: "";
    position: absolute;
    width: 129px;
    height: 2px;
    border-bottom: 1px solid #ccc;
    right: -90px;
    top: 62px;
    transform: rotate(32deg)
}

.services-list.serv2::before {
    right: -99px;
    top: 53px;
    transform: rotate(22deg)
}

.services-list.serv3::before {
    right: -99px;
    top: 30px;
    transform: rotate(-15deg)
}

.services-list.serv4::before {
    right: -99px;
    top: 4px;
    transform: rotate(-40deg)
}

.right-service-list .services-list::before {
    left: -90px;
    top: 62px;
    transform: rotate(-32deg)
}

.right-service-list .services-list.serv6::before {
    left: -99px;
    top: 53px;
    transform: rotate(-22deg)
}

.right-service-list .services-list.serv7::before {
    left: -99px;
    top: 24px;
    transform: rotate(23deg)
}

.right-service-list .services-list.serv8::before {
    left: -99px;
    top: 4px;
    transform: rotate(32deg)
}

.aboutus-title {
    position: absolute;
    bottom: 246px;
    text-transform: uppercase;
    font-size: 58px;
    color: #e6e6e6;
    left: -180px;
    text-align: right;
    transform: rotate(-90deg)
}

.home-abou-us span {
    color: #8a8a8a;
    display: block;
    font-size: 25px;
    margin-bottom: 9px
}

.home-abou-us h2 {
    color: #4cb57c;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-weight: 500;
    border-left: 4px solid;
    padding-left: 12px;
    font-size: 40px;
}

.home-abou-us p {
    margin-bottom: 10px;
    color: #717171
}

.home-abou-us .btn-style-one {
    margin-top: 20px;
    display: inline-block;
    font-weight: 500
}

.about-btn {
    text-align: right
}

.why-titile {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 51px;
    position: relative
}

.why-titile span {
    color: #4cb57c;
    border-bottom: 2px solid
}

.why-choose-blocks {
    position: relative
}

.why-before::before {
    content: "";
    position: absolute;
    right: -40px;
    width: 62px;
    height: 2px;
    border: 1px solid #ccc;
    top: 59px
}

.why-choose-blocks h3 {
    width: 127px;
    height: 127px;
    background-color: #4c4c4c;
    border-radius: 50%;
    margin: auto;
    font-size: 33px;
    line-height: 123px;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 0 0 13px #e4e4e4;
    margin-bottom: 28px
}

.why-bg-green h3 {
    background-color: #4cb57c;
    color: #fff
}

.why-choose-blocks p {
    text-transform: uppercase;
    font-size: 17px;
    color: #444;
    position: relative;
    font-weight: 600
}

.why-choose-blocks p::before {
    content: "";
    position: absolute;
    width: 87px;
    height: 2px;
    border-bottom: 1px solid #4cb57c;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 31px
}

.testimonial-section-block {
    padding: 75px 0;
    position: relative;
    background-image: url(../images/testimonila-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ccc
}

.testimonial-section-block::before {
    content: "";
    position: absolute;
    width: 49%;
    height: 100%;
    left: auto;
    right: 0;
    background-color: #0d2442;
    background: rgba(13,35,64,.94);
    top: 0
}

.testimonial-section-block::after {
    content: "";
    position: absolute;
    width: 51%;
    height: 100%;
    left: 0;
    right: 0;
    background: #47b378;
    top: 0
}

.hospital-mv-blocks {
    position: relative;
    height: 100%;
    margin-top: -4px
}

.hospital-mv-blocks::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 246px;
    background-color: #f1f1f1;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    top: 0
}

.hospital-logo {
    position: absolute;
    right: 0;
    left: 0;
    width: 262px;
    margin: 0 auto;
    top: -24px;
    line-height: 150px;
    text-align: center
}

.hospital-logo::before {
    content: "";
    position: absolute;
    width: 186px;
    height: 186px;
    background-color: #fff;
    left: 38px;
    transform: rotate(45deg);
    z-index: -1;
    box-shadow: 0 0 34px #6d6d6d
}

.hospital-logo img {
    width: 204px
}

.hospital-mv {
    float: left;
    width: 210px;
    height: 210px;
    padding-top: 27px;
    color: #fff;
    margin-top: 123px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    left: 31px;
    top: -9px
}

.hospital-mv::before {
    content: "";
    position: absolute;
    width: 186px;
    height: 186px;
    background-color: #b6392e;
    left: 13px;
    transform: rotate(45deg);
    z-index: -1;
    box-shadow: 0 0 34px #6d6d6d
}

.hospital-mv h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    padding-top: 42px
}

.hospital-mv.hsop-vision {
    float: right;
    background-color: transparent;
    right: 31px;
    top: -11px;
    left: auto
}

.hospital-mv.hsop-vision::before {
    background-color: #369a64
}

.hospital-mv.hospital-values {
    position: absolute;
    left: 1px;
    right: 0;
    margin: 0 auto;
    bottom: 27px;
    top: auto
}

.hospital-mv.hospital-values::before {
    background-color: #4c4c4c
}

.hospital-mv p {
    color: #ececec;
    line-height: 20px
}

.hospital-mv a {
    color: #ffd24c;
    margin-top: 13px;
    display: block
}

section.health-tips {
    padding: 81px 0 74px;
    position: relative
}

section.health-tips {
    background-image: url(../images/tips-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

section.health-tips::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0
}

section.health-tips::after {
    content: "";
    position: absolute;
    width: 273px;
    height: 273px;
    background-color: #eff6ff;
    right: -151px;
    top: 93px;
    transform: rotate(45deg)
}

.health-block {
    position: relative;
    right: 0;
    padding: 24px 28px;
    top: 0
}

.health-tip-title {
    position: relative;
    left: 0;
    text-transform: uppercase;
    top: 0;
    color: #cc4236;
    text-align: center;
    display: inline-block;
    margin: auto;
    border-bottom: 2px solid;
    font-size: 30px;
    margin-bottom: 35px;
    transform: rotate(0)
}

.health-list p {
    margin-bottom: 10px;
    position: relative;
    padding-left: 38px
}

.health-list p:last-child {
    margin-bottom: 0
}

.health-list p::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(../images/favicon.png);
    background-size: 27px;
    background-repeat: no-repeat;
    left: 0;
    top: 0
}

.emergency-why-sections {
    background-image: url(../images/emergency.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.about-care {
    position: relative
}

.about-care::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    background-color: #cc4236;
    z-index: -1;
}

.care-section {
    text-align: center;
    padding: 39px 132px;
    background-color: #cc4236;
    color: #fff
}

.care-section h3 {
    text-transform: uppercase;
    margin-bottom: 20px
}

.care-section p {
    color: #eee;
    font-size: 18px
}

h2.blog-title {
    color: #000;
    margin-bottom: 54px
}

.inner-content-section {
    position: relative;
    min-height: 50vh;
    padding: 80px 0
}

.contactus-info {
    position: relative;
    background-image: url(../images/cotactus-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 310px
}

.contatc-bg {
    padding: 38px 20px;
    background-color: #cc4236;
    color: #fff
}

.emergency-24-7 {
    position: absolute;
    width: 218px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px
}

.contactus-info .contact-blocks {
    position: relative;
    padding-left: 36px;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #ccc
}

.contactus-info .contact-blocks:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.contactus-info .contact-blocks a {
    color: #fff
}

.contactus-info .contact-blocks i {
    position: absolute;
    left: 0;
    font-size: 19px;
    top: 4px
}

.contact-section .form-column {
    position: relative;
    margin-bottom: 0
}

.contact-section .contact-form {
    position: relative;
    max-width: 492px
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 25px
}

.contact-form .form-group select,.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    padding: 11px 15px;
    font-weight: 400;
    height: 45px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contact-form .form-group select option {
    background-color: #327d48;
    color: #fff
}

.contact-form .form-group input::placeholder,.contact-form .form-group textarea::placeholder {
    color: #000;
    opacity: 1
}

.contact-form .form-group input:-ms-input-placeholder {
    color: #000
}

.contact-form .form-group input::-ms-input-placeholder {
    color: #000
}

.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus {
    border-color: #7abf18
}

.contact-form .form-group textarea {
    height: 74px;
    resize: none
}

.contact-form .form-group button {
    margin-top: 0;
    padding: 15px 50px;
    line-height: 20px;
    font-size: 16px;
    background-color: #4fb78c;
    border-color: transparent;
    width: auto
}

.c-form {
    text-align: center
}

.c-form h3 {
    text-transform: uppercase;
    display: table;
    margin: auto;
    position: relative;
    margin-bottom: 36px
}

.c-form h3::before {
    content: "";
    position: absolute;
    width: 149px;
    height: 2px;
    border-bottom: 2px solid #61b87b;
    top: 39px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.c-form .btn-style-one {
    background-color: #61b87b
}

.c-form .form-control {
    background-color: #efefef;
    border: 1px solid #ccc;
    height: 47px
}

.map-c iframe {
    width: 100%;
    height: 265px
}

.inner-contact-c::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 47%;
    height: 30%;
    right: 0
}

.panel_image {
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 28px;
    padding: 22px 0
}

.panel_image h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 600
}

.panel_header h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #17bd78;
    margin-top: 20px
}

.testimonialBox {
    background: #fff;
    text-align: center;
    padding: 0 15px 25px;
    margin: 10px;
    margin-bottom: 33px;
    border: 2px solid #4fb78c;
    border-radius: 50px 0;
    box-shadow: 0 0 8px rgba(0,0,0,.3) inset;
    position: relative;
    transition: all .3s ease 0s;
    min-height: 263px
}

.testimonialBox:after,.testimonialBox:before {
    content: "";
    width: 25px;
    height: 25px;
    border-top: 7px solid #f56859;
    border-right: 7px solid #d04030;
    position: absolute;
    top: -7px;
    right: -7px
}

.testimonialBox:after {
    border-top: none;
    border-right: none;
    border-bottom: 7px solid #d04030;
    border-left: 7px solid #fd6178;
    top: auto;
    right: auto;
    bottom: -7px;
    left: -7px
}

.testimonialBox .service-icon {
    color: #fff;
    background: #4fb78c;
    font-size: 35px;
    width: 90px;
    padding: 0 0 12px;
    margin: 0 auto 30px;
    border-radius: 0 0 15px 15px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    position: relative
}

.testimonialBox:hover .service-icon i {
    transform: rotateX(360deg);
    transition: all .3s
}

.testimonialBox .service-icon:before {
    content: "";
    background: #4fb78c;
    width: calc(100% + 14px);
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    top: -10px;
    left: 50%
}

.testimonialBox .service-icon span:after,.testimonialBox .service-icon span:before {
    content: '';
    background-color: #237352;
    height: 10px;
    width: 15px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: -15px;
    top: -10px
}

.testimonialBox .service-icon span:after {
    left: auto;
    right: -15px
}

.testimonialBox .title {
    color: #cc4236;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px
}

.testimonialBox .description {
    font-size: 14px;
    line-height: 25px
}

.testimonialBox.orange {
    border-color: #f27100
}

.testimonialBox.orange:before {
    border-top-color: #ff8d23;
    border-right-color: #f27100
}

.testimonialBox.orange:after {
    border-left-color: #ff8d23;
    border-bottom-color: #f27100
}

.testimonialBox.orange .service-icon,.testimonialBox.orange .service-icon:before {
    background-color: #ff8d23
}

.testimonialBox.orange .service-icon span:after,.testimonialBox.orange .service-icon span:before {
    background-color: #f27100
}

.testimonialBox.orange .title {
    color: #f27100
}

.testimonialBox.green {
    border-color: #91c100
}

.testimonialBox.green:before {
    border-top-color: #a3d313;
    border-right-color: #91c100
}

.testimonialBox.green:after {
    border-left-color: #a3d313;
    border-bottom-color: #91c100
}

.testimonialBox.green .service-icon,.testimonialBox.green .service-icon:before {
    background-color: #a3d313
}

.testimonialBox.green .service-icon span:after,.testimonialBox.green .service-icon span:before {
    background-color: #91c100
}

.testimonialBox.green .title {
    color: #91c100
}

@media only screen and (max-width: 990px) {
    .testimonialBox {
        margin:10px 10px 50px
    }
}

.feedback-form {
    background-color: #bf4d43;
    text-align: center;
    padding: 31px 46px;
    margin-top: 37px
}

.feedback-form h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 30px
}

.feedback-form .form-control {
    height: 45px;
    margin-bottom: 25px
}

.feedback-form textarea.form-control {
    height: 90px
}

.service-img {
    box-shadow: 0 0 10px #000;
    padding: 5px;
    margin-bottom: 23px
}

.service-description h2 {
    color: #ec2b26;
    margin-top: 26px;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px
}

.service-description h3 {
    color: #54c1c6;
    margin-top: 26px;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 10px
}
.service-description h2 {
    color: #54c1c6;
    margin-top: 26px;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 10px
}
.service-description h4 {
    color: #54c1c6;
    margin-top: 26px;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 10px
}
.ol-styles {
    padding: 0;
    margin-top: 14px
}

.ol-styles li {
    position: relative;
    padding-left: 54px;
    margin-bottom: 6px;
    color: #555
}

.ol-styles li::before {
    content: "";
    position: absolute;
    background-image: url(../images/favicon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 50px;
    height: 25px;
    left: 0
}

.team-section-block .auto-container {
    max-width: 1200px
}

.team-title-head {
    text-align: center;
    text-transform: uppercase;
    font-size: 33px;
    display: table;
    margin: auto;
    margin-bottom: 0;
    border-bottom: 4px dashed #999;
    color: #7b7979;
    padding-bottom: 5px
}

.team-doctor-image {
    position: absolute;
    width: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -204px;
    box-shadow: 0 0 10px #000;
    padding: 5px;
    padding-bottom: 0;
    background-color: #fff
}

.team-section-block {
    background-image: url(../images/team-bg.jpg);
    background-position: center
}

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: '';
    height: 100%;
    width: 2px;
    border: 3px dashed #999;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both
}

.main-timeline .timeline {
    width: 50.05%;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1
}

.main-timeline .timeline:after,.main-timeline .timeline:before {
    content: '';
    background-color: #e53e35;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -12px
}

.main-timeline .timeline:after {
    height: 4px;
    width: 150px;
    border-radius: 0;
    right: -147px
}

.main-timeline .timeline-content {
    text-align: right;
    min-height: 155px;
    padding: 60px 39px 47px 0;
    display: block;
    cursor: inherit
}

.main-timeline .timeline-content:hover {
    text-decoration: none
}

.main-timeline .timeline-year {
    color: #e53e35;
    background-color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    height: 190px;
    width: 190px;
    border: 4px solid #e53e35;
    transform: translateY(-50%);
    position: absolute;
    right: -243px;
    top: 50%;
    z-index: 1
}

.main-timeline .title {
    color: #e53e35;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline h4 {
    font-size: 13px;
    margin-bottom: 13px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase
}

.main-timeline .timeline:nth-child(even) h4 {
    display: table;
    position: relative;
    left: 0px
}

.main-timeline .description {
    color: #4c4c4c;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 22px
}

.main-timeline .timeline:nth-child(even) {
    float: right
}

.main-timeline .timeline:nth-child(even):before {
    right: auto;
    left: -12px
}

.main-timeline .timeline:nth-child(even):after {
    right: auto;
    left: -147px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 48px 0 47px 39px;
    text-align: left
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    right: auto;
    left: -243px
}

.main-timeline .timeline:nth-child(5n+2):after,.main-timeline .timeline:nth-child(5n+2):before {
    background-color: #934666
}

.main-timeline .timeline:nth-child(5n+2) .timeline-year {
    color: #934666;
    border-color: #934666
}

.main-timeline .timeline:nth-child(5n+2) .title {
    color: #934666
}

.main-timeline .timeline:nth-child(5n+3):after,.main-timeline .timeline:nth-child(5n+3):before {
    background-color: #1ca685
}

.main-timeline .timeline:nth-child(5n+3) .timeline-year {
    color: #1ca685;
    border-color: #1ca685
}

.main-timeline .timeline:nth-child(5n+3) .title {
    color: #1ca685
}

.main-timeline .timeline:nth-child(5n+4):after,.main-timeline .timeline:nth-child(5n+4):before {
    background-color: #f05386
}

.main-timeline .timeline:nth-child(5n+4) .timeline-year {
    color: #f05386;
    border-color: #f05386
}

.main-timeline .timeline:nth-child(5n+4) .title {
    color: #f05386
}

.main-timeline .timeline:nth-child(5n+5):after,.main-timeline .timeline:nth-child(5n+5):before {
    background-color: #1657b9
}

.main-timeline .timeline:nth-child(5n+5) .timeline-year {
    color: #f05386;
    border-color: #1657b9
}

.main-timeline .timeline:nth-child(5n+5) .title {
    color: #1657b9
}

.main-timeline .timeline:nth-child(5n+6):after,.main-timeline .timeline:nth-child(5n+6):before {
    background-color: #dca80c
}

.main-timeline .timeline:nth-child(5n+6) .timeline-year {
    color: #f05386;
    border-color: #dca80c
}

.main-timeline .timeline:nth-child(5n+6) .title {
    color: #dca80c
}

.main-timeline .timeline:nth-child(5n+7):after,.main-timeline .timeline:nth-child(5n+7):before {
    background-color: #964ee4
}

.main-timeline .timeline:nth-child(5n+7) .timeline-year {
    color: #f05386;
    border-color: #964ee4
}

.main-timeline .timeline:nth-child(5n+7) .title {
    color: #964ee4
}

@media screen and (max-width: 990px) {
    .main-timeline .timeline-year {
        right:30px
    }

    .main-timeline .timeline-content {
        padding: 15px 160px 15px 15px
    }

    .main-timeline .timeline:nth-child(even) .timeline-year {
        left: 30px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 15px 15px 15px 160px
    }
}

@media screen and (max-width: 767px) {
    .main-timeline:before {
        transform:translateX(0);
        left: -3px
    }

    .main-timeline .timeline {
        width: 100%;
        margin-bottom: 20px
    }

    .main-timeline .timeline:after,.main-timeline .timeline:before,.main-timeline .timeline:nth-child(even):after,.main-timeline .timeline:nth-child(even):before {
        transform: translateY(0);
        top: 14px
    }

    .main-timeline .timeline:after,.main-timeline .timeline:before {
        right: auto;
        left: -12px
    }

    .main-timeline .timeline:after {
        left: 0
    }

    .main-timeline .timeline:after,.main-timeline .timeline:nth-child(even):after {
        width: 50px;
        top: 17px
    }

    .main-timeline .timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: left;
        padding: 70px 10px 10px 20px
    }

    .main-timeline .timeline .timeline-year,.main-timeline .timeline:nth-child(even) .timeline-year {
        line-height: 40px;
        border-width: 5px;
        transform: translateY(0);
        top: 0;
        left: 45px
    }
}

.consultent-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    display: table;
    margin: auto;
    margin-top: 72px;
    margin-bottom: 36px;
    border-bottom: 2px solid
}

.consultent-blocks {
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 22px;
    padding: 18px 15px;
    background-color: #fff
}

.consultent-blocks h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #615e5e;
    font-size: 21px
}

.consultent-blocks h5 {
    color: #e74c47;
    font-size: 16px
}

.news-header {
    padding: 25px 0;
    text-align: center
}

.news-header h2 {
    font-size: 29px;
    color: #d04031;
    line-height: 58px;
    font-weight: 600;
    text-transform: uppercase;
}

.videos-list-box iframe {
    width: 100%;
    height: 250px;
    border: 9px solid #ccc
}

.inner-about-text span {
    display: block;
    color: #cb4236;
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 23px
}

.inner-about-text h2 {
    color: #4cb57c;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    border-left: 4px solid;
    padding-left: 12px
}

.inner-about-text p {
    margin-bottom: 14px
}

.inner-about-text h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: -100%;
    border-bottom: 2px solid #4cb57c;
    top: 20px
}

.inner-ab-img-text {
    position: absolute;
    bottom: 59px;
    left: 27px;
    background: linear-gradient(to right,#e41b1b,rgba(249,101,101,.66));
    font-size: 32px;
    padding: 18px 13px 20px;
    color: #fff
}

.inner-about-image {
    text-align: center
}

.inner-about-image img {
    box-shadow: 0 0 10px #000;
    border: 10px solid #efefef;
    margin-top: 61px
}

.about-box {
    text-align: center;
    border-radius: 50px 50px 80px 80px;
    overflow: hidden;
    margin-top: 50px
}

.about-box .title {
    color: #e4594e;
    background: #fff;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 40px 15px 70px;
    margin: 0;
    box-shadow: 0 -4px 22px -3px rgba(0,0,0,.8) inset
}

.about-box .service-icon {
    color: #e55a4e;
    background: linear-gradient(to top,#f7766a,#cc4236);
    font-size: 50px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: -50px auto 15px;
    border-radius: 100px;
    box-shadow: 7px 7px 0 rgba(0,0,0,.1);
    position: relative;
    z-index: 1;
    transition: all .3s ease 0s
}

.about-box:hover .service-icon i {
    transform: rotate(360deg);
    transition: all .3s
}

.about-box .service-icon:before {
    content: "";
    background: #fff;
    line-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1
}

.about-box .service-content {
    color: #fff;
    background: linear-gradient(-30deg,#d82f21,#d84f43);
    padding: 0 15px 30px;
    border: 1px solid transparent;
    position: relative
}

.about-box .description {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 25px;
    text-shadow: 0 0 2px #333;
    margin: 0;
    color: #fff
}

.about-box.green .service-icon,.about-box.green .title {
    color: #4fb78c
}

.about-box.green .service-content {
    background: linear-gradient(-30deg,#67d680,#439070)
}

.about-box.green .service-icon {
    background: linear-gradient(to top,#5ac786,#60ce82)
}

.about-box.blue .service-icon,.about-box.blue .title {
    color: #d8a612
}

.about-box.blue .service-content {
    background: linear-gradient(-30deg,#906f0c,#f5be19)
}

.about-box.blue .service-icon {
    background: linear-gradient(to top,#ddab15,#b78e10)
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin:0 0 30px
    }
}

.myvagroup-icon {
    position: absolute;
    bottom: 262px;
    z-index: 99;
    width: 95px;
    left: 6px
}

.myva-inner-icon {
    right: 172px;
    width: 94px;
    left: auto;
    top: 3px
}

.carees-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 71%;
    border: 1px solid #ccc;
    left: 0;
    top: 71px;
    z-index: -1
}

.carees-block {
    position: relative;
    max-width: 1000px;
    margin: auto;
    padding: 50px 50px
}

.careers-title {
    display: table;
    margin: auto;
    background-color: #cc4236;
    color: #fff;
    padding: 8px 10px;
    font-size: 19px;
    margin-bottom: 39px
}

.carees-block .form-control {
    background-color: #f5f5f5
}

.carees-block textarea.form-control {
    height: 100px
}

.carees-block .btn-style-one {
    margin-top: 29px
}

.popup-dialouge.modal-dialog {
    max-width: 600px;
    margin-top: 9rem
}

.pp-body {
    padding: 0
}

.pp-header {
    padding: 0
}

button.popup-close.close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #eb3833;
    opacity: 1;
    z-index: 5;
    color: #fff;
    font-size: 27px;
    padding: 2px 9px 5px
}

.c-w-c {
    position: absolute;
    background: linear-gradient(45deg,#b6392e,#349c64);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    max-width: 237px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    padding: 11px 0;
    font-size: 25px
}

.facilitiesBox {
    color: #606060;
    text-align: center;
    padding: 30px 37px 45px;
    border-radius: 0 0 110px 110px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 229px;
    margin-bottom: 24px
}

.facilitiesBox:after,.facilitiesBox:before {
    content: '';
    background: linear-gradient(to right,#d04031,#4fb78c);
    border-radius: 5px 5px 0 0;
    position: absolute;
    left: 0;
    top: 25%;
    bottom: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(0 0,100% 25%,100% 100%,0 100%)
}

.facilitiesBox:after {
    background: linear-gradient(#fff,rgba(255,255,255,.85),#fff);
    border-radius: 20px 20px 100px 100px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 15px;
    clip-path: none
}

.facilitiesBox .service-icon {
    color: #000;
    font-size: 45px;
    margin: 0 0 15px 0
}

.facilitiesBox:hover .service-icon i {
    transform: rotateY(360deg);
    transition: all .3s
}

.facilitiesBox .title {
    color: #6d6f6d;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px
}

.facilitiesBox .description {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin: 0 0 10px
}

.facilitiesBox .read-more {
    color: #3eae40;
    font-size: 15px;
    text-decoration: underline;
    display: inline-block;
    transition: all .3s ease
}

.facilitiesBox .read-more:hover {
    color: #333;
    text-shadow: 0 0 3px rgba(0,0,0,.5)
}

@media only screen and (max-width: 990px) {
    .facilitiesBox {
        margin:0 0 30px
    }
}

.service-description p {
    margin-top: 10px
}

.popup-button {
    position: absolute;
    bottom: 40px;
    left: 42px
}

.neuro-button {
    bottom: 250px
}

.service-description a {
    color: #d0403a
}

.package_block {
    box-shadow: -4px 5px 14px #828282
}
.service-section h1 {
    text-align: center;
    margin: 50px 0px 0px;
    font-size: 33px;
}
.page-wrapper{
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
}
.service-description h5 {
    color: #54c1c6;
    margin-top: 26px;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 10px;
}