/*** 

====================================================================
	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;
}/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section-two {
    position: relative;
    padding: 70px 0px 92px;
    background: #f1f1f1;
    z-index: 2;
}

.welcome-section-two.alternate {
    padding-top: 110px;
    background: #ffffff;
}

.welcome-section-two .sec-title {
    margin-bottom: 50px;
}

.welcome-section-two .upper-row {
    position: relative;
    margin-bottom: 20px;
}

.welcome-section-two .upper-row .auto-container {
    max-width: 1280px;
}

.welcome-section-two .upper-row .row {
    margin: 0 0;
}
.welcome-section-two .upper-container {
    position: relative;
    top: -90px;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.featured-block-three {
    position: relative;
    padding: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.welcome-section-two .upper-container .featured-block-three:last-child {
    border-right: none;
}

.featured-block-three .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
}

.featured-block-three .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;
}

.featured-block-three .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

.featured-block-three .content-box {
    position: relative;
    display: block;
    padding: 50px 25px 50px 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-three .content-box .content {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
}

.featured-block-three .content-box .subtitle {
    font-size: 15px;
    color: #8e8e8e;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: 'Manjari', sans-serif;
}

.featured-block-three .content-box h4 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    max-width: 200px;
    margin: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-three .content-box h4 a {
    color: #222222;
}

.featured-block-three .content-box h4 a:hover {
    color: #00aa55;
}

.featured-block-three .content-box .icon-box {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 80px;
    height: 80px;
    color: #00aa55;
    font-size: 60px;
    line-height: 80px;
}

.featured-block-three .content-box .icon-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.featured-block-three .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.featured-block-three .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.featured-block-three .hover-box .inner {
    position: relative;
    display: block;
    padding: 35px 40px 15px;
}

.featured-block-three .hover-box h4 {
    color: #222222;
    font-weight: 700;
    line-height: 1.30em;
    max-width: 220px;
    margin: 0 0 10px;
}

.featured-block-three .hover-box h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-three .hover-box h4 a:hover {
    color: #00aa55;
}

.featured-block-three .hover-box .text {
    color: #757575;
    line-height: 1.6em;
}

.featured-block-three .more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    line-height: 30px;
    text-align: center;
    color: #00aa55;
    font-size: 18px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.featured-block-three:hover .more-link {
    opacity: 1;
}

.featured-block-three .more-link a {
    position: relative;
    display: block;
    line-height: 42px;
    color: #ffffff;
}

.featured-block-three .more-link a:before {
    content: '';
    position: absolute;
    right: -85px;
    bottom: -85px;
    width: 140px;
    height: 140px;
    background: #00aa55;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.featured-block-three .more-link a span,
.featured-block-three .more-link a i {
    position: relative;
    top: 0px;
    z-index: 1;
}

.contact-links-box {
    position: relative;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}

.welcome-section-two .upper-row .contact-links-box {
    position: absolute;
    right: 40px;
    bottom: 100%;
    margin-bottom: 25px;
    width: 300px;
    background: #ffffff;
}

.contact-links-box .inner {
    position: relative;
}

.contact-links-box .info-header {
    position: relative;
    padding: 20px 30px 15px;
    background: #00aa55;
    color: #ffffff;
}

.contact-links-box .info-header h4 {
    font-weight: 700;
    margin: 0;
}

.contact-links-box .info {
    position: relative;
    padding: 10px 30px;
    background: #ffffff;
}

.contact-links-box .info li {
    position: relative;
    padding: 25px 0px 15px 62px;
    min-height: 90px;
    line-height: 24px;
    font-size: 15px;
    color: #757575;
    font-family: 'Manjari', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.sidebar-widget .contact-links-box .info li {
    padding-top: 27px;
}

.contact-links-box .info li a {
    color: #757575;
}

.contact-links-box .info li a:hover {
    text-decoration: underline;
    color: #00aa55;
}

.contact-links-box .info li:last-child {
    border-bottom: 0;
}

.contact-links-box .info li strong {
    display: block;
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
}

.contact-links-box .info li .icon {
    position: absolute;
    left: 0;
    top: 15px;
    line-height: 60px;
    font-size: 42px;
    color: #00aa55;
}

.welcome-section-two .lower-row {
    position: relative;
}

.welcome-section-two .lower-row .sec-title {
    margin-bottom: 40px;
}

.welcome-section-two .text-col {
    position: relative;
    margin-bottom: 30px;
}

.welcome-section-two .text-col .inner {
    display: block;
    padding-right: 40px;
}

.welcome-section-two .text-col .text {
    position: relative;
    margin-bottom: 30px;
}

.welcome-section-two .text-col .info {
    position: relative;
    margin-bottom: 40px;
    line-height: 20px;
}

.welcome-section-two .text-col .info strong {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Manjari', sans-serif;
}

.welcome-section-two .text-col .info .desigantion {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #757575;
}

.welcome-section-two .video-link {
    position: relative;
}

.welcome-section-two .video-link .link {
    position: relative;
    display: block;
    min-height: 60px;
    color: #222222;
    padding: 10px 0px 0px 80px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.welcome-section-two .video-link .link .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    color: #00aa55;
    border: 2px solid #00aa55;
    border-radius: 50%;
}

.welcome-section-two .video-link .link .txt {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
}

.welcome-section-two .video-link .link:hover {
    color: #00aa55;
}

.welcome-section-two .image-col {
    position: relative;
}

.welcome-section-two .image-col .row {
    margin: 0px -5px;
}

.welcome-section-two .image-col .image {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.welcome-section-two .image-col img {
    display: block;
    width: 100%;
}
