
/*** 

====================================================================
	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;
}/*** 

====================================================================
	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%;
}
/*** 

====================================================================
	Highlights Section
====================================================================

***/

.highlights-section {
    position: relative;
    padding: 110px 0px 0px;
    margin-bottom: -110px;
    z-index: 1;
}

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

.highlights-section .carousel-outer {
    max-width: 730px;
    margin: 0 auto;
}

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

.hi-block {
    position: relative;
}

.hi-block .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    font-family: 'Manjari', sans-serif;
}

.hi-block .upper-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 30px;
    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;
}

.active .hi-block .upper-info {
    opacity: 0;
}

.hi-block .upper-info .count {
    position: relative;
    font-size: 36px;
    display: block;
    color: #c7c7c7;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.hi-block .upper-info h3 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    padding-left: 22px;
    margin: 0;
}

.hi-block .upper-info h3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 9px;
    border-right: 2px solid #00aa55;
}

.hi-block .upper-info h3 a {
    color: #222222;
}

.hi-block .upper-info h3 a:hover {
    color: #00aa55;
}

.hi-block .image-box {
    position: relative;
    display: block;
    top: 140px;
    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;
}

.active .hi-block .image-box {
    top: 0;
}

.hi-block .image,
.hi-block .image img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.hi-block .image-cap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    padding: 30px 30px 20px;
}

.hi-block .image-cap h2 {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
}

.hi-block .image-cap h2 a {
    color: #ffffff;
}

.hi-block .image-cap h2 .num {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    padding-right: 20px;
    margin-right: 15px;
}

.hi-block .image-cap h2 .num:after {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    height: 40px;
    border-right: 2px solid #ffffff;
}

.hi-block .image-cap .video-link {
    position: relative;
    float: right;
    padding-top: 2px;
}

.hi-block .image-cap .video-link .link {
    position: relative;
    display: block;
    min-height: 36px;
    line-height: 24px;
    color: #ffffff;
    padding: 8px 0px 0px 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.hi-block .image-cap .video-link .link .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    padding-left: 2px;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    border: 2px solid;
    border-radius: 50%;
}

.hi-block .image-cap .video-link .link .txt {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.hi-block .image-cap .video-link .link:hover {
    color: #00aa55;
}

.highlights-section .owl-nav {
    position: absolute;
    left: -300px;
    right: -300px;
    top: 60px;
    color: #bbbbbb;
}

.highlights-section .owl-theme .owl-nav .owl-prev,
.highlights-section .owl-theme .owl-nav .owl-next {
    line-height: 36px;
    font-size: 36px;
}

.highlights-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
}

.highlights-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
}

.highlights-section .owl-theme .owl-nav .owl-prev:hover,
.highlights-section .owl-theme .owl-nav .owl-next:hover {
    color: #00aa55;
}


/*** 

====================================================================
	Highlights Section two
====================================================================

***/

.highlights-section-two {
    position: relative;
    padding: 0px 0px;
    z-index: 1;
}

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

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

.highlights-section-two .image-layer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.40);
}

.highlights-section-two .carousel-outer {
    position: relative;
}

.featured-block-five {
    position: relative;
}

.owl-theme .featured-block-five {
    margin: 0;
}

.featured-block-five .inner-box {
    position: relative;
    display: block;
    padding: 110px 40px 130px;
}

.featured-block-five .inner-box:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    height: 150%;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    z-index: 1;
}

.featured-block-five .content {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.featured-block-five .inner-box:hover .content,
.center .featured-block-five .inner-box .content {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.featured-block-five .count-box {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 100px;
    line-height: 1em;
    font-weight: 700;
    color: #ffffff;
    opacity: 0.10;
    font-family: 'Manjari', sans-serif;
    visibility: hidden;
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.featured-block-five .inner-box:hover .count-box,
.center .featured-block-five .inner-box .count-box {
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    transition: all 500ms ease 500ms;
}

.featured-block-five .icon-box {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: #ffffff;
    margin-bottom: 25px;
}

.featured-block-five .content {
    position: relative;
    display: block;
}

.featured-block-five h3 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 20px;
}

.featured-block-five h3 a {
    color: #ffffff;
    -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-five h3 a:hover {
    color: #00aa55;
}

.featured-block-five .text {
    color: #bababa;
    margin-bottom: 30px;
}

.featured-block-five .read-more {
    position: relative;
    display: block;
}

.featured-block-five .read-more a {
    position: relative;
    display: block;
    color: #00aa55;
    background: #ffffff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.featured-block-five .read-more a:hover {
    background: #00aa55;
    color: #ffffff;
}

.featured-block-five .bottom-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Manjari', sans-serif;
    padding: 0px 40px 16px;
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(-0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.featured-block-five .inner-box:hover .bottom-text,
.center .featured-block-five .inner-box .bottom-text {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

.highlights-section-two .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -60px;
    height: 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;
}

.highlights-section-two .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -100px;
    background: none;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 48px;
    opacity: 0.30;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.highlights-section-two .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -100px;
    background: none;
    height: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 48px;
    opacity: 0.30;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.highlights-section-two .owl-nav .owl-prev:hover,
.highlights-section-two .owl-nav .owl-next:hover {
    color: #00aa55;
    opacity: 1;
}
/*** 

====================================================================
	Extended Info Section
====================================================================

***/

.ext-info-section {
    position: relative;
    padding: 0px 0px 105px;
}

.ext-info-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 220px;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.ext-info-section .awards-row {
    position: relative;
}

.ext-info-section .awards-row .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;
}

.ext-info-section .awards-row .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00aa55;
    opacity: 0.93;
}

.ext-info-section .awards-row .auto-container {
    max-width: 1400px;
}

.ext-info-section .awards-row .outer-container {
    position: relative;
    padding: 100px 100px 45px;
    color: #ffffff;
}

.ext-info-section .awards-row .outer-container:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100px;
    bottom: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.50);
    z-index: 3;
}

.ext-info-section .awards-row .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;
}

.ext-info-section .awards-row .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00aa55;
    opacity: 0.93;
}

.ext-info-section .awards-row .row {
    margin: 0px -50px;
}

.ext-info-section .awards-row .column {
    position: relative;
    padding: 0px 50px;
}

.ext-info-section .award-block {
    position: relative;
    margin-bottom: 50px;
}

.ext-info-section .award-block .inner {
    position: relative;
    display: block;
    padding-left: 100px;
}

.ext-info-section .award-block .slash {
    position: absolute;
    left: 0;
    top: -2px;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Manjari', sans-serif;
}

.ext-info-section .award-block h4 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.ext-info-section .award-block h4 a {
    color: #ffffff;
}

.ext-info-section .content-row {
    position: relative;
    padding: 110px 0px 0px;
}

.ext-info-section .content-row .content {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}

.ext-info-section .content-row h4 {
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
}

.ext-info-section .content-row h2 {
    font-weight: 700;
    color: #222222;
    margin-bottom: 30px;
}

.ext-info-section .content-row .theme-btn {
    min-width: 180px;
}

.ext-info-section .content-row .theme-btn .btn-title {
    padding: 14px 25px 10px;
}