/*** 

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

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