
/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
    position: relative;
    padding: 110px 0px 110px;
    background: #f1f1f1;
}

.team-section.alternate {
    background: none;
}

.team-section .sec-title {
    margin-bottom: 50px;
}

.team-block {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .team-block {
    padding: 0;
    margin-bottom: 0;
}

.team-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

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

.team-block .image,
.team-block .image img {
    display: block;
    width: 100%;
}

.team-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.team-section.alternate .hover-box {
    background: rgba(255, 255, 255, 0.95);
}

.team-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team-block .hover-box .hover-inner {
    position: relative;
    display: block;
    padding: 60px 20px 20px;
}

.team-block .hover-box .icon-box {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: #00aa55;
    margin: 0 0 20px;
}

.alternate .team-block .hover-box .icon-box {
    color: #00aa55;
}

.alternate .team-block .hover-upper h6 {
    color: #222222;
}

.alternate .team-block .hover-upper {
    border-bottom-color: rgba(0, 0, 0, 0.10);
}

.team-block .hover-upper {
    position: relative;
    display: block;
    margin: 0 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.team-block .hover-upper h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px;
}

.team-block .hover-lower {
    position: relative;
    display: block;
}

.team-block .info {
    position: relative;
    font-size: 15px;
    line-height: 24px;
}

.team-block .info li {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.team-block .info li a {
    color: #dedede;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.alternate .team-block .info li,
.alternate .team-block .info li a {
    color: #757575;
}

.team-block .info li a:hover {
    color: #00aa55;
    text-decoration: underline;
}

.team-block .social-links {
    position: relative;
    padding-top: 20px;
}

.team-block .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 8px;
}

.team-block .social-links li a {
    color: #dedede;
    font-size: 14px;
    line-height: 24px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.alternate .social-links li a {
    color: #aaaaaa;
}

.team-block .social-links li a:hover {
    color: #00aa55;
}

.team-block .lower-box {
    position: relative;
    display: block;
    padding: 25px 20px 18px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-top: none;
    overflow: hidden;
}

.team-block .lower-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00aa55;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.team-block .inner-box:hover .lower-box:before {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team-block .lower-box h4 {
    position: relative;
    margin-bottom: 5px;
    font-weight: 700;
    z-index: 1;
}

.team-block .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.team-block .inner-box:hover .lower-box h4 a {
    color: #ffffff;
}

.team-block .lower-box h4 a:hover {
    text-decoration: underline;
}

.team-block .lower-box .designation {
    position: relative;
    color: #00aa55;
    font-weight: 500;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
}

.team-block .inner-box:hover .lower-box .designation {
    color: #ffffff;
}

.team-carousel .owl-nav {
    display: none;
}

.team-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 100%;
    text-align: center;
}

.team-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.team-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 4px;
}

.team-carousel .owl-dots .owl-dot.active span {
    background: #00aa55;
    outline-color: #00aa55;
}/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 110px 0px;
    background: #ffffff;
    overflow: hidden;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .news-block {
    margin-bottom: 0;
}

.news-section .news-carousel .owl-stage-outer {
    overflow: visible;
}

.news-section .news-carousel .news-block {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-section .news-carousel .active .news-block {
    opacity: 1;
    visibility: visible;
}

.news-block .inner-box {
    position: relative;
    display: block;
}

.news-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block .image,
.news-block .image img {
    display: block;
    width: 100%;
}

.news-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.news-block .hover-box .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .hover-box .link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #ffffff;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .hover-box .link a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin: -15px 0px 0px -15px;
}

.news-block .hover-box .single-link {
    left: auto;
    right: 0;
}

.news-block .hover-box .single-link a {
    background: #00aa55;
}

.news-block .lower-box {
    position: relative;
    display: block;
    padding: 30px 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    font-family: 'Manjari', sans-serif;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.news-block .lower-box .upper-info {
    position: relative;
    padding-bottom: 20px;
}

.news-block .lower-box h4 {
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
    z-index: 1;
}

.news-block .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .lower-box h4 a:hover {
    color: #00aa55;
    text-decoration: underline;
}

.news-block .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
    margin-bottom: 20px;
}

.news-block .lower-box .cat-info a {
    color: #757575;
}

.news-block .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 14px;
    color: #00aa55;
}

.news-block .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 20px;
}

.news-block .author-info {
    position: relative;
    float: left;
    padding-left: 65px;
    min-height: 50px;
    padding-top: 8px;
}

.news-block .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%;
}

.news-block .author-info .author-title {
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}

.news-block .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase;
}

.news-block .comments-info {
    position: relative;
    float: right;
    padding: 13px 0px;
    line-height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 15px;
}

.news-block .comments-info a {
    font-size: 14px;
    color: #757575;
    display: block;
}

.news-block .comments-info a .fa {
    padding-right: 3px;
    color: #aaaaaa;
}

.news-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -122px;
}

.news-carousel .owl-nav button.owl-next,
.news-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 62px;
    height: 62px;
    line-height: 60px;
    color: #cccccc!important;
    font-size: 24px!important;
    border: 1px solid rgba(0, 0, 0, 0.10)!important;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-carousel .owl-nav .owl-next:hover,
.news-carousel .owl-nav .owl-prev:hover {
    border-color: #00aa55!important;
    color: #00aa55!important;
}

.news-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    display: none;
}

.news-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.news-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 4px;
}

.news-carousel .owl-dots .owl-dot.active span {
    background: #00aa55;
    outline-color: #00aa55;
}/*** 

====================================================================
	News Section
====================================================================

***/

.contact-info-section {
    position: relative;
    padding: 110px 0px 190px;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}

.contact-info-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-info-section .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(241, 241, 241, 0.93);
}

.contact-info-section .sec-title {
    margin-bottom: 50px;
}

.contact-info-section .info-outer {
    position: relative;
}

.contact-info-section .info-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin: 0px 14px 30px;
    font-family: 'Manjari', sans-serif;
}

.contact-info-section .info-box .inner {
    position: relative;
    display: block;
    padding: 40px 20px 35px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.contact-info-section .info-box .inner:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #00aa55;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contact-info-section .info-box:hover .inner:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.contact-info-section .info-box .icon {
    position: relative;
    display: block;
    line-height: 1em;
    font-size: 42px;
    color: #00aa55;
    margin: 0 0 20px;
}

.contact-info-section .info-box strong {
    position: relative;
    display: block;
    line-height: 1.4em;
    font-size: 18px;
    color: #222222;
    margin: 0 0 7px;
}

.contact-info-section .info-box .info,
.contact-info-section .info-box .info a {
    color: #757575;
    font-size: 15px;
    line-height: 24px;
}

.contact-info-section .info-box .info a:hover {
    color: #00aa55;
    text-decoration: underline;
}/*** 

====================================================================
	Testimonilas Section
====================================================================

***/

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

.testimonials-section .carousel-box {
    position: relative;
    display: block;
    margin-top: -110px;
    padding: 90px 20px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    z-index: 1;
}

.testimonials-section .slide-item {
    position: relative;
    display: block;
}

.testimonials-section .slide-item .inner {
    position: relative;
    display: block;
    max-width: 580px;
    margin: 0 auto;
}

.testimonials-section .carousel-box .icon-box {
    position: absolute;
    left: 70px;
    top: 50px;
    display: block;
    color: #f1f1f1;
    font-size: 400px;
    line-height: 1em;
    font-family: 'Manjari', sans-serif;
}

.testimonials-section .slide-item .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.8em;
    color: #757575;
}

.testimonials-section .slide-item .info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 30px;
    padding-left: 120px;
    min-height: 100px;
    margin: 0 0 35px;
}

.testimonials-section .slide-item .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonials-section .slide-item .author-thumb img {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.testimonials-section .slide-item .info .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Manjari', sans-serif;
}

.testimonials-section .slide-item .info .designation {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    color: #00aa55;
    font-weight: 500;
    text-transform: capitalize;
}

.testimonials-section .owl-theme .owl-nav {
    display: none;
}

.testimonials-section .owl-nav {
    display: none;
}

.testimonials-section .owl-dots {
    position: relative;
    display: block;
    padding-top: 30px;
    width: 100%;
    text-align: center;
}

.testimonials-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.testimonials-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 4px;
}

.testimonials-section .owl-dots .owl-dot.active span {
    background: #00aa55;
    outline-color: #00aa55;
}


/*** 

====================================================================
	Reviews Section
====================================================================

***/

.reviews-section {
    position: relative;
    padding: 110px 0px 110px;
    background: #f1f1f1;
}

.reviews-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.reviews-section .review-block {
    position: relative;
}

.reviews-section .review-block .inner {
    position: relative;
    display: block;
    padding-left: 100px;
    overflow: hidden;
}

.reviews-section .review-block .author-thumb {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.reviews-section .review-block .author-thumb:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    height: 100px;
    border-left: 1px solid rgba(0, 0, 0, 0.20);
}

.reviews-section .review-block .author-thumb:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 12px;
    height: 100px;
    border-left: 1px solid rgba(0, 0, 0, 0.20);
}

.reviews-section .review-block:hover .author-thumb:before,
.reviews-section .review-block:hover .author-thumb:after {
    border-color: #00aa55;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.reviews-section .review-block .author-thumb img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.reviews-section .review-block .text {
    line-height: 1.7em;
}

.reviews-section .review-block .info {
    position: relative;
    margin-top: 25px;
}

.reviews-section .review-block .info .name {
    position: relative;
    display: block;
    font-family: 'Manjari', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
}

.reviews-section .review-block .info .designation {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #00aa55;
}

.reviews-section .review-block .icon-box {
    position: relative;
    color: #00aa55;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 20px;
}

.reviews-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -120px;
}

.reviews-carousel .owl-nav button.owl-next,
.reviews-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    color: #cccccc;
    font-size: 24px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.reviews-carousel .owl-nav .owl-next:hover,
.reviews-carousel .owl-nav .owl-prev:hover {
    border-color: #00aa55;
    color: #00aa55;
}

.reviews-carousel .owl-dots {
    display: none;
}/*** 

====================================================================
	Fluid Section
====================================================================

***/

.fluid-section {
    position: relative;
    padding: 0;
}

.fluid-section .top-icon-box {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    top: -65px;
    width: 130px;
    height: 130px;
    font-size: 60px;
    line-height: 140px;
    background: #f1f1f1;
    color: #00aa55;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
}

.alternate-icon .top-icon-box {
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}

.fluid-section .row {
    margin: 0;
}

.fluid-section .column {
    position: relative;
    padding: 0;
    color: #ffffff;
}

.fluid-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fluid-section .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
}

.fluid-section .column:nth-child(2) .image-layer:before {
    background: #00aa55;
    opacity: 0.90;
}

.fluid-section .column .inner {
    position: relative;
    float: right;
    width: 100%;
    max-width: 600px;
    padding-right: 100px;
}

.fluid-section .column:nth-child(2) .inner {
    float: left;
    padding-right: 0;
    padding-left: 100px;
}

.fluid-section .column .content {
    position: relative;
    display: block;
    padding: 110px 15px 100px;
}

.fluid-section .column .upper-title {
    position: relative;
    display: block;
    padding: 12px 0 0 84px;
    min-height: 60px;
    margin-bottom: 35px;
}

.fluid-section .column .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 60px;
    line-height: 1em;
}

.fluid-section .column .upper-title h4 {
    font-weight: 700;
    margin: 0;
}

.fluid-section .column .upper-title h2 {
    font-weight: 700;
    margin: 0;
}