/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    z-index: 1;
}

.banner-one {
    position: relative;
}

.banner-carousel {
    position: relative;
    z-index: 1;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 30px 0px;
    overflow: hidden;
}

.banner-carousel .slide-item .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;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
}

.banner-carousel .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 700px;
    padding: 20px 0px;
    z-index: 5;
}

.banner-carousel .content-box .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0px;
}

.banner-carousel .content-box .inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
}

.banner-carousel .content-box .subtitle {
    display: block;
    font-size: 18px;
    line-height: 1.6em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-carousel .active .content-box .subtitle {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box h1 {
    display: block;
    font-size: 72px;
    line-height: 1.05em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 10px;
    text-transform: uppercase !important;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    text-transform: capitalize;
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 16px;
    line-height: 1.7em;
    color: #ffffff;
    font-weight: 500;
    opacity: 0;
    margin-bottom: 35px;
    max-width: 450px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box .links-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-carousel .active .content-box .links-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.banner-carousel .links-box .theme-btn {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    min-width: 180px;
}

.banner-carousel .next-slide {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 650px;
    padding: 30px 80px 30px 50px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -ms-transform: translateX(120px);
    -o-transform: translateX(120px);
    transform: translateX(120px);
}

.banner-carousel .active .next-slide {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-carousel .next-slide .inner {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-right: 30px;
}

.banner-carousel .next-slide .count {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    font-size: 36px;
    color: #00aa55;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    line-height: 60px;
}

.banner-carousel .next-slide .count:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.banner-carousel .next-slide .text {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    line-height: 30px;
    padding: 15px 0px;
}

.banner-carousel .next-slide .arrow {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -56.5px;
    width: 113px;
    background: #f1f1f1;
    height: 56px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: -0.5px;
    height: 32px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.banner-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    background: none;
    height: 56px;
    width: 56px;
    border: none;
    text-align: center;
    line-height: 56px;
    color: #bcbcbc;
    font-size: 20px;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    background: none;
    height: 56px;
    width: 56px;
    border: none;
    text-align: center;
    line-height: 56px;
    color: #bcbcbc;
    font-size: 20px;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    color: #00aa55;
    background: none;
}

.banner-section .owl-theme .owl-dots {
    display: none;
}


/*** 

====================================================================
		Banner Section Two
====================================================================

***/

.banner-section-two {
    position: relative;
    z-index: 1;
}

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

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

.banner-carousel-two {
    position: relative;
    z-index: 1;
}

.banner-carousel-two .slide-item {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 30px 0px;
    overflow: hidden;
}

.banner-carousel-two .slide-item .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;
}

.banner-carousel-two .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 700px;
    padding: 20px 0px;
    z-index: 5;
}

.banner-carousel-two .content-box .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 60px 0px 0px;
}

.banner-carousel-two .content-box .inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
}

.banner-carousel-two .content-box h1 {
    display: block;
    font-size: 60px;
    line-height: 1.25em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 10px;
    text-transform: capitalize !important;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    text-transform: capitalize;
}

.banner-carousel-two .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel-two .content-box .text {
    display: block;
    font-size: 16px;
    line-height: 1.7em;
    color: #ffffff;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 30px;
    max-width: 480px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel-two .active .content-box .text {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel-two .content-box .links-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-carousel-two .active .content-box .links-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.banner-carousel-two .links-box .theme-btn {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    min-width: 180px;
}

.banner-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;
}

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

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

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

.banner-section-two .owl-theme .owl-dots {
    display: none;
}/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 110px 0px;
    background: #161616;
    color: #a7a7a7;
}

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

.about-section .content-box {
    position: relative;
}

.about-section .content {
    position: relative;
    max-width: 670px;
}

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

.about-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.about-section .content_box .image_box {
    float: left;
    position: relative;
    margin-top: 8px;
}
.about-section .content_box .image_box .icon-box {
    position: absolute;
    top: 33%;
    left: 29%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    background: rgba(0, 175, 85, .9);
    border-radius: 50px;
}
.about-section .content_box .image_box .icon-box span {
    font-size: 15px;
    color: #fff;
}
.about-section .content_box .text_box {
    position: relative;
    margin-left: 158px;
}
.about-section .content_box .text {
    margin-bottom: 20px;
}
.about-section .content_box {
    position: relative;
    padding-bottom: 20px;
}
.about-section .upper-text {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.about-section .upper-text .big-letter {
    position: relative;
    display: block;
    color: #ffffff;
    background: #00aa55;
    float: left;
    font-family: 'Manjari', sans-serif;
    font-size: 60px;
    width: 72px;
    height: 72px;
    font-weight: 700;
    line-height: 72px;
    padding-top: 12px;
    text-align: center;
    margin: 0px 30px 10px 0px;
}

.about-section .text {
    position: relative;
    margin-bottom: 45px;
    line-height: 1.6em;
}

.about-section .signature {
    position: relative;
}
.about-section .signature img {
    width: 150px;
}

.about-section .authour_box .left_float {
    float: left;
    position: relative;
    margin-right: 40px;
}
.about-section .info {
    position: relative;
    font-size: 15px;
    color: #a7a7a7;
    line-height: 1.5em;
}

.about-section .info .name {
    position: relative;
    font-family: 'Manjari', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

.about-section .quote-box {
    position: absolute;
    right: 100px;
    bottom: 100px;
    width: 60px;
    height: 60px;
}

.about-section .quote-box .round-point {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    background: #00aa55;
    color: #ffffff;
    font-weight: 300;
    cursor: pointer;
    border-radius: 50%;
}

.about-section .quote-box .round-point:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    background: #00aa55;
    opacity: 0.30;
    border-radius: 50%;
}

.about-section .quote-box .inner {
    position: absolute;
    right: 0px;
    bottom: 100%;
    margin-bottom: 60px;
    width: 350px;
    padding: 35px 30px 30px;
    line-height: 24px;
    color: #ffffff;
    background: #00aa55;
    -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05), 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05), 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    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;
}

.about-section .quote-box .inner:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 100%;
    border: 20px solid transparent;
    border-top: 20px solid #00aa55;
    border-right: 20px solid #00aa55;
}

.about-section .quote-box:hover .inner {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.about-section .quote-box .icon-one {
    position: absolute;
    right: -20px;
    top: 0px;
    line-height: 1em;
    font-size: 224px;
    color: rgba(0, 0, 0, 0.07);
}

.about-section .quote-box .icon-two {
    position: relative;
    line-height: 1em;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 15px;
}

.about-section .quote-box .text {
    position: relative;
    font-family: 'Manjari', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0;
}

/*** 

====================================================================
	Events Section
====================================================================

***/

.events-section {
    position: relative;
    padding: 110px 0px 90px;
    background: #ffffff;
}

.events-section .sec-title {
    margin-bottom: 20px;
}

.events-section .left-column {
    position: relative;
}

.events-section .left-column .col-inner {
    position: relative;
    display: block;
}

.events-section .carousel-box {
    position: relative;
}

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

.events-section .carousel-box .event-block {
    margin-bottom: 1px;
}

.event-block .inner-box {
    position: relative;
    display: block;
    padding: 20px 0px;
}

.event-block .inner-box:before {
    content: '';
    position: absolute;
    right: -30px;
    top: -2px;
    left: -30px;
    bottom: -1px;
    display: block;
    background: #ffffff;
    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;
}

.event-block .inner-box:hover {
    z-index: 5;
}

.event-block .inner-box:hover:before {
    opacity: 1;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.event-block .inner-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 140px;
    right: 0;
    bottom: 0px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.events-section .left-column .event-block:last-child .inner-box:after {
    display: none;
}

.event-block .inner-box:hover:after {
    opacity: 0;
}

.event-block .content-box {
    position: relative;
    display: block;
    padding-left: 140px;
    min-height: 160px;
    padding-top: 25px;
}

.event-block .content-box .date-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 101px;
    height: 160px;
    color: #222222;
    text-align: center;
    font-family: 'Manjari', sans-serif;
}

.event-block .inner-box:hover .content-box .date-box {
    color: #00aa55;
}

.event-block .content-box .date-box:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.event-block .content-box .date-box .date {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    padding-top: 25px;
    font-size: 30px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    z-index: 3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event-block .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 30px;
}

.event-block .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #757575;
    line-height: 20px;
}

.event-block .content-box .content {
    position: relative;
    display: block;
    padding-right: 160px;
}

.event-block .content-box .cat-info {
    position: relative;
    margin-bottom: 20px;
}
.event-block .content-box .content .notification {
    position: relative;
}

.event-block .content-box .content .notification li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
}

.event-block .content-box .content .notification li:last-child {
    margin-right: 0px;
}

.event-block .content-box .content .notification li span {
    font-size: 14px;
    color: #00aa55;
    margin-right: 8px;
}
.event-block .content-box .cat-info span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    color: #ffffff;
    background: #00aa55;
    padding: 3px 10px;
    border-radius: 13px;
}

.event-block .content-box h3 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 5px;
}

.event-block .content-box h3 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;
}

.event-block .content-box h3 a:hover {
    color: #00aa55;
}

.event-block .content-box .text {
    margin-bottom: 25px;
}

.event-block .read-more {
    position: absolute;
    right: 0;
    top: 7px;
    height: 100px;
    padding-top: 40px;
    width: 150px;
    display: block;
    text-align: right;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.event-block .read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    color: #00aa55;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    text-transform: capitalize;
    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;
    height: 40px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 130px;
    text-align: center;
    border-radius: 50px;
}

.event-block .read-more a:before {
    content: "\f1bd";
    font-family: 'Flaticon';
    position: absolute;
    left: 30px;
    top: 6px;
    width: 15px;
    line-height: 24px;
    color: #00aa55;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    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;
}
.event-block .read-more a:hover, 
.event-block .inner-box:hover .read-more a {
    color: #00aa55;
    padding-left: 22px;
}

.event-block .read-more a:hover:before,
.event-block .inner-box:hover .read-more a:before {
    opacity: 1;
    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;
}
.event-block .inner-box:hover .read-more a:before {
    left: 13px;
}
.events-section .right-column {
    position: relative;
    margin-bottom: 40px;
}

.events-section .right-column .col-inner {
    position: relative;
    display: block;
    padding-left: 20px;
}

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

.newsletter-box .image-box {
    position: relative;
    display: block;
    padding: 90px 20px;
    color: #ffffff;
    z-index: 1;
}

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

.newsletter-box .image-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.newsletter-box .image-box h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.newsletter-box .image-box .text {
    position: relative;
    color: #ffffff;
}

.newsletter-box .form-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 30px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.newsletter-box .form-box form {
    position: relative;
}

.newsletter-box .form-box .form-group {
    position: relative;
    margin: 0 0 10px;
}

.newsletter-box .form-box .form-group input[type="text"],
.newsletter-box .form-box .form-group input[type="tel"],
.newsletter-box .form-box .form-group input[type="email"],
.newsletter-box .form-box .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 5px 10px 10px;
    height: 40px;
    display: block;
    font-size: 15px;
    background: #ffffff;
    font-weight: 500;
    color: #222222;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newsletter-box .form-box .form-group input[type="text"]:focus,
.newsletter-box .form-box .form-group input[type="email"]:focus,
.newsletter-box .form-box .form-group input[type="tel"]:focus {
    border-color: #00aa55;
}

.newsletter-box .form-box .form-group input::-webkit-input-placeholder {
    color: #757575;
}

.newsletter-box .form-box .form-group .theme-btn {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.newsletter-box .form-box .instruction {
    font-size: 14px;
    color: #757575;
    line-height: 20px;
}

.events-section .see-all {
    position: relative;
    display: block;
    margin-top: 50px;
}

.events-section .see-all .arrow {
    padding-right: 5px;
    vertical-align: middle;
}

.events-section .see-all a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #00aa55;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    text-transform: capitalize;
    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;
}

.events-section .see-all a:hover {
    color: #222222;
}
/*** 

====================================================================
	Events Section
====================================================================

***/

.events-section-two {
    position: relative;
    padding: 110px 0px 80px;
    background: #ffffff;
}

.events-section-two .load-more {
    position: relative;
    padding-top: 20px;
}

.events-section-two .load-more .theme-btn {
    min-width: 180px;
}

.events-section-two .upper-info {
    position: relative;
    margin-bottom: 30px;
}

.events-section-two .upper-info .items-label {
    position: relative;
    float: right;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    padding: 10px 0;
    margin-bottom: 20px;
}

.events-section-two .upper-info .items-label span {
    color: #222222;
    font-weight: 600;
}

.events-section-two .upper-info .sort-by {
    position: relative;
    float: left;
    width: 250px;
    max-width: 100%;
    margin-bottom: 20px;
}

.drop-list-one {
    position: relative;
    display: block;
    width: 100%;
}

.drop-list-one .dropdown-outer {
    position: relative;
}

.drop-list-one .btn-box {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    color: #757575;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 0px 12px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.drop-list-one .btn-box:before {
    content: "\f107";
    font-family: 'Flaticon';
    position: absolute;
    right: 0px;
    top: 11px;
    height: 24px;
    display: block;
    color: #999999;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    z-index: 5;
}

.drop-list-one .dropdown-menu {
    width: 100%;
    padding: 8px 20px;
    margin: 0px;
    background: #ffffff;
    border-radius: 0px;
    border-top: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-top: none;
}

.drop-list-one .dropdown-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 8px 0px;
    line-height: 24px;
}

.drop-list-one .dropdown-menu li:last-child {
    border-bottom: none;
}

.drop-list-one .dropdown-menu li a {
    position: relative;
    display: block;
    color: #757575;
    font-size: 14px;
    text-transform: capitalize;
}

.drop-list-one .dropdown-menu li a:hover {
    color: #00aa55;
}

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

.event-block-two .inner-box {
    position: relative;
    display: block;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

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

.event-block-two .image-box img {
    display: block;
    width: 100%;
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.event-block-two .inner-box:hover .image-box img {
    -ms-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg);
}

.event-block-two .lower-box {
    position: relative;
    display: block;
    padding: 35px 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;
}

.event-block-two .inner-box:hover .lower-box {
    background: #222222;
}

.event-block-two .content-box {
    position: relative;
    display: block;
    padding-left: 130px;
    min-height: 160px;
}

.event-block-two .content-box .date-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 101px;
    height: 160px;
    color: #222222;
    text-align: center;
    font-family: 'Manjari', sans-serif;
}

.event-block-two .inner-box:hover .content-box .date-box {
    color: #00aa55;
}

.event-block-two .content-box .date-box:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.event-block-two .inner-box:hover .date-box:before {
    border-color: rgba(255, 255, 255, 0.20);
}

.event-block-two .content-box .date-box .date {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    padding-top: 25px;
    font-size: 30px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    z-index: 3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event-block-two .inner-box:hover .lower-box .date {
    background: #222222;
    border-color: rgba(255, 255, 255, 0.20);
}

.event-block-two .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 30px;
}

.event-block-two .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #757575;
    line-height: 20px;
}

.event-block-two .inner-box:hover .lower-box .date .month {
    color: rgba(255, 255, 255, 0.50);
}

.event-block-two .content-box .content {
    position: relative;
    display: block;
}

.event-block-two .content-box .cat-info {
    position: relative;
    margin-bottom: 20px;
}

.event-block-two .content-box .cat-info span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    color: #ffffff;
    background: #00aa55;
    padding: 3px 10px;
    border-radius: 13px;
}

.event-block-two .content-box h3 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 5px;
}

.event-block-two .content-box h3 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;
}

.event-block-two .content-box h3 a:hover {
    color: #00aa55;
}

.event-block-two .inner-box:hover h3 a {
    color: #ffffff;
}

.event-block-two .content-box .location {
    position: relative;
}

.event-block-two .inner-box:hover .location {
    color: #aaaaaa;
}

.event-block-two .read-more {
    position: relative;
    display: block;
    padding-top: 20px;
}

.event-block-two .read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    text-transform: capitalize;
    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;
}

.event-block-two .read-more a:before {
    content: "\f1bd";
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    line-height: 24px;
    color: #00aa55;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    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;
}

.event-block-two .read-more a:hover,
.event-block-two .inner-box:hover .read-more a {
    color: #00aa55;
    padding-left: 20px;
}

.event-block-two .read-more a:hover:before,
.event-block-two .inner-box:hover .read-more a:before {
    opacity: 1;
    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;
}




/*** 

====================================================================
	Events List
====================================================================

***/

.events-list {
    position: relative;
}

.events-list .event-block {
    margin-bottom: 0;
}

.events-list .event-block:last-child {
    margin-bottom: 40px;
}

.event-filters-box {
    position: relative;
    margin-bottom: 30px;
}

.event-filters-box .outer {
    position: relative;
    display: block;
    background: #ffffff;
    padding-right: 160px;
    min-height: 60px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}

.event-filters-box .outer .form-group {
    position: relative;
    float: left;
    width: 40%;
    margin: 0;
}

.event-filters-box .outer .form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 60px;
    padding: 15px 30px;
    line-height: 30px;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #757575;
    border-radius: 0px;
    background-color: #ffffff;
    border: none;
}

.event-filters-box .outer .location {
    width: 60%;
}

.event-filters-box .outer .category:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.event-filters-box .outer .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
}

.event-filters-box .outer .theme-btn .btn-title {
    padding: 15px 0px 13px;
    line-height: 32px;
    height: 60px;
}

.event-filters-box .outer .theme-btn .icon {
    position: relative;
    top: 1px;
    vertical-align: top;
    padding-left: 10px;
}
/*** 

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