
/*** 

====================================================================
    gallery style
====================================================================

***/

.gallery {
  position: relative;
}
.gallery .section-title h2 {
  color: #fff;
}
.gallery .item {
  position: relative;
  overflow: hidden;
}
.gallery.style-2 .item {
  margin-bottom: 30px;
}
.gallery .item img {
  width: 100%;
}

.gallery .overlay .top {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.7);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}

.gallery .item:hover .overlay .top {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}
.gallery .overlay .top .box {
  display: table;
  width: 100%;
  height: 100%;
}
.gallery .overlay .top .content {
  display: table-cell;
  vertical-align: middle;
}

.gallery .overlay .top a {
  position: relative;
  top: -35px;
  color: #fff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.gallery .overlay .bottom {
  position: absolute;
  left: 10px;
  bottom: -100%;
  text-align: center;
  right: 10px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
}

.gallery .item:hover .overlay .bottom {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
  transition: .9s ease;
  transition-delay: .3s;
}

.gallery .overlay .bottom h4 {
  color: #fff;
  margin-top: 20px;
}
.gallery .img-box {
  position: relative;
  overflow: hidden;
}
.gallery .img-box .overlay {
  position: absolute;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: rgba(141, 198, 63, 0.9);
  transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
  opacity: 0;
  visibility: hidden;
}
.gallery .img-box .overlay .inner-box {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.gallery .img-box .overlay .inner-box .content-box {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.gallery .item:hover .overlay {
  height: 100%;
  transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
  opacity: 1;
  visibility: visible;
}

.gallery .overlay a {
  position: relative;
  color: #fff;
  height: 45px;
  width: 45px;
  border: 1px solid #fff;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  transition: .5s ease;
}

.gallery .overlay a:hover {
  background: #fff;
  color: #8dc63f;
  transition: .5s ease;
}
.gallery .content h4 {
  font-size: 20px;
  color: #fff;
  margin: 15px 0 7px;
}
.gallery.grid-page .content h4,
.gallery.massonary-page .content h4 {
  color: #303030;
}
.gallery.massonary-page .content {
  padding: 20px;
  border: 1px solid #f4f4f4;
  border-top: 0px;
  padding-top: 0px;
  overflow: hidden;
}
.gallery .content p {
  font-size: 14px;
  color: #8dc63f;
}

.gallery .content .text p {
  color: #999;
}

/*======= gallery filter ==========*/

.post-filter {
  display: inline-block;
  margin: 0;
  right: 0;
  top: 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 999;
}
.post-filter.style-3 {
  margin-top: -88px;
}
.gallery.grid-page {
  padding-top: 80px;
}
.massonary-page .post-filter {
  margin-bottom: 50px;
}

.post-filter li {
  padding: 0;
  margin-bottom: 20px;
}

.post-filter li span {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin: 0 5px;
  padding: 6px 20px;
  border: 1px solid #404733;
  background: #242d0f;
  border-radius: 18px;
  cursor: pointer;
  transition: .5s ease;
}
.post-filter.style-2 li span {
  background: transparent;
  color: #999;
  border-color: #f4f4f4;
}
.post-filter li:hover span,
.post-filter li.active span {
  background: #8dc63f;
  border-color: #8dc63f;
  transition: .5s ease;
  color: #fff;
}

.post-filter li span i {
  font-size: 14px;
  margin-right: 5px;
}


/*============ single gallery ============*/


.single-gallery {
  position: relative;
}

.single-gallery .img-box {
  position: relative;
  padding-bottom: 30px;
}


.single-gallery .share-project {
  padding-left: 140px;
  position: relative;
  margin-top: 15px;
}
.single-gallery .share-project .title {
  left: 0;
  position: absolute;
  top: 2px;
}
.single-gallery .share-project .title h5 {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.single-gallery .share-project .social-share {
  padding-left: 40px;
}
.single-gallery .share-project .social-share ul li {
  display: inline-block;
  margin-right: 15px;
}
.single-gallery .share-project .social-share ul li a {
  color: #9a9a9a;
  font-size: 14px;
}

.single-gallery .share-project .social-share ul li a:hover {
  color: #8dc63f;
  transition: .5s ease;
}

.single-gallery .project-info-list {
  overflow: hidden;
  margin: 0 -15px;
  margin-top: 30px;
}
.single-gallery .project-info-list li {
  border-bottom: 1px solid #f7f7f7;
  float: left;
  margin: 0 15px 20px;
  overflow: hidden;
  padding-bottom: 11px;
  width: 42%;
  padding-left: 30px;
  position: relative;
}
.single-gallery .project-info-list li .icon-holder {
  left: 0;
  position: absolute;
  /* top: -5px; */
}
.single-gallery .project-info-list li .icon-holder i {
  font-size: 14px;
  color: #8dc63f;
}
.single-gallery .project-info-list li .text-holder {}
.single-gallery .project-info-list li .text-holder h5 {
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 3px;
}
.single-gallery .project-info-list li .text-holder p {
  margin: 0;  
}





/*** 

====================================================================
    call-out style
====================================================================

***/


.call-out {
  background: #8dc63f;
  padding: 5px 0 25px;
}
.call-out .logo {
  margin-top: 23px;
}
.call-out h4 {
    text-align: center;
  color: #fff;
  margin-top: 33px;
  font-size: 20px;

}
.call-out .thm-btn.style-3 {
  margin-top: 20px;
}



/*** 

====================================================================
    Event style
====================================================================

***/

.event-style1 .thm-btn.style-2 {
  border-color: rgba(255, 255, 255, 0.3);
}
.event-style1 {
  padding: 80px 0 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.event-style1 .section-title h2 {
  color: #fff;
}

.event-style1 .item {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  overflow: hidden;
  border: 1px solid rgba(244, 244, 244, 0.1);
}
.event-style1 .item.style-2 {
  margin-bottom: 28px;
}
.event-style1 .item.style-2 .img-column {
  width: 30%;
  float: left;
}

.event-style1 .item.style-2 .text-column {
  width: 70%;
  float: left;
}

.event-style1 .item.style-2 .clearfix {
  padding: 19px;
}

.event-style1 .item .lower-content{
  position:relative;
  padding: 18px 19px 0;
  border-left: 0px;
}
.event-style1 .item.style-2 .lower-content {
  padding-top: 0px;
}
.event-style1 .item .date {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 55px;
  background: #8dc63f;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding-top: 7px;
  z-index: 9;
  color: #fff;
  text-align: center;
}

.event-style1 .item .date span {
  display: block;
  color: #8dc63f;
  background: #fff;
  margin-top: 5px;
  padding: 6px 0;
}

.event-style1 .item .lower-content .text p{
  margin-bottom: 25px;
  font-size: 14px;
  color: #fff;
}

.event-style1 .item.style-2 .lower-content .text p {
  margin-bottom: 5px;
}

.event-style1 .item .lower-content h4 {
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 30px;
  transition: all 300ms ease;
  color: #fff;
  font-size: 22px;
}

.event-style1 .item .lower-content h4:hover{
  color:#8dc63f;
  transition: all 300ms ease;
}

.event-style1 .item .post-meta{
  color: #8dc63f;
  font-size: 15px;
  border-top: 1px solid rgba(244, 244, 244, 0.1);
  padding: 17px 19px;
}
.event-style1 .item .post-meta li {
  margin-right: 10px;
}
.event-style1 .item .post-meta i {
  margin-right: 5px;
}

.event-style1 .item .lower-content .default_link {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  transition: .5s ease;
}
.event-style1 .item .lower-content .default_link:hover {
  transition: .5s ease;
  color: #8dc63f;
}
.event-style1 .item .lower-content .default_link i {
  font-size: 11px;
}

.event-style1 .item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.event-style1 .item .img-holder a {
  width: 100%;
  overflow: hidden;
}
.event-style1 .item .img-holder img {
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
}

.event-style1 .item .overlay {
    background-color: rgba(16, 37, 46, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.event-style1 .item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.event-style1 .item .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.event-style1 .item .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.event-style1 .item .img-holder .overlay .box .content a i {
    background: #8dc63f;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.event-style1 .item .img-holder .overlay .box .content a:hover i {
    background: #8dc63f;
}


.event-style1 .owl-theme .owl-nav {
    padding: 0;
    position: absolute;
    right: 50%;
    margin: 0;
    margin-right: -51px;
}

.event-style1 .owl-theme .owl-nav [class*=owl-] {
    color: #303030;
    font-size: 15px;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    height: 45px;
    border-radius: 50%;
    width: 45px;
    line-height: 41px;
    border: 2px solid #f4f4f4;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    transition: color .3s ease;
}

.event-style1 .owl-theme .owl-nav [class*=owl-]:hover {
    color: #8dc63f;
    transition: .5s ease;
}



/* event style two  */

.event-style2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.event-style2 .section-title h2 {
  color: #fff;
}

.event-style2 .item {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}

.event-style2 .item .img-column {
  width: 31%;
  float: left;
}

.event-style2 .item .text-column {
  width: 69%;
  float: left;
}

.event-style2 .item .clearfix {
  padding: 19px;
}

.event-style2 .item .lower-content{
  position:relative;
  padding: 15px 19px 0;
  border-left: 0px;
}

.event-style2 .item .date {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 65px;
  height: 65px;
  background: #8dc63f;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  z-index: 9;
  color: #fff;
  text-align: center;
}

.event-style2 .item .date span {
  display: block;
  color: #8dc63f;
  height: 55px;
  width: 55px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 5px;
  padding-top: 7px;
}

.event-style2 .item .lower-content .text p{
  margin-bottom: 15px;
  font-size: 14px;
  color: #999;
}

.event-style2 .item.style-2 .lower-content .text p {
  margin-bottom: 5px;
}

.event-style2 .item .lower-content h4 {
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 30px;
  transition: all 300ms ease;
  color: #303030;
  font-size: 22px;
}

.event-style2 .item .lower-content h4:hover{
  color:#8dc63f;
  transition: all 300ms ease;
}

.event-style2 .item .post-meta{
  color: #8dc63f;
  font-size: 15px;
  border-top: 1px solid #f4f4f4;
  padding: 17px 19px;
}
.event-style2 .item .post-meta li {
  margin-right: 10px;
}
.event-style2 .item .post-meta i {
  margin-right: 5px;
}

.event-style2 .item .lower-content .default_link {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  transition: .5s ease;
}
.event-style2 .item .lower-content .default_link:hover {
  transition: .5s ease;
  color: #8dc63f;
}
.event-style2 .item .lower-content .default_link i {
  font-size: 11px;
}

.event-style2 .item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.event-style2 .item .img-holder a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.event-style2 .item .img-holder img {
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
}

.event-style2 .item .overlay {
    background-color: rgba(16, 37, 46, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.event-style2 .item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.event-style2 .item .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.event-style2 .item .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.event-style2 .item .img-holder .overlay .box .content a i {
    background: #8dc63f;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.event-style2 .item .img-holder .overlay .box .content a:hover i {
    background: #8dc63f;
}


.event-style2 .owl-theme .owl-nav {
    padding: 0;
    position: absolute;
    right: 50%;
    margin: 0;
    margin-right: -51px;
}

.event-style2 .owl-theme .owl-nav [class*=owl-] {
    color: #303030;
    font-size: 15px;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    height: 45px;
    border-radius: 50%;
    width: 45px;
    line-height: 41px;
    border: 2px solid #f4f4f4;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    transition: color .3s ease;
}

.event-style2 .owl-theme .owl-nav [class*=owl-]:hover {
    color: #8dc63f;
    transition: .5s ease;
}



/*========== before event ===============*/



.event-section.with-padd {
  padding: 80px 0 40px;
}


.event-section .item {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
  max-height: 340px;
  overflow: hidden;
  border: 1px solid #f4f4f4;
}

.event-section .item .img-column {
  width: 47%;
  float: left;
}

.event-section .item .text-column {
  width: 53%;
  float: left;
}


.event-section .item .lower-content{
  position:relative;
  padding: 30px 15px 0;
  border-left: 0px;
  min-height: 337px;
}
.event-section .item .date {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 55px;
  background: #8dc63f;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding-top: 7px;
  z-index: 9;
  color: #fff;
  text-align: center;
}

.event-section .item .date span {
  display: block;
  color: #8dc63f;
  background: #fff;
  margin-top: 5px;
  padding: 6px 0;
}

.event-section .item .lower-content .text p{
  margin-bottom: 25px;
  font-size: 14px;
}

.event-section .item .lower-content h4 {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 20px;
}

.event-section .item .lower-content h4 a{
  color:#222;
  transition: all 300ms ease;
  font-size: 18px;
}

.event-section .item .lower-content h4 a:hover{
  color:#8dc63f;
  transition: all 300ms ease;
}

.event-section .item .lower-content .post-meta{
  color: #8dc63f;
  font-size: 15px;
  margin-bottom: 7px;
}

.event-section .item .lower-content .post-meta i {
  margin-right: 5px;
}

.event-section .item .lower-content .default_link {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  transition: .5s ease;
}
.event-section .item .lower-content .default_link:hover {
  transition: .5s ease;
  color: #8dc63f;
}
.event-section .item .lower-content .default_link i {
  font-size: 11px;
}

.event-section .item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.event-section .item .img-holder a {
  width: 100%;
  overflow: hidden;
}
.event-section .item .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
}

.event-section .item:hover .img-holder img {
    transform: scale(1.1);
}
.event-section .item .overlay {
    background-color: rgba(16, 37, 46, 0.9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.event-section .item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.event-section .item .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.event-section .item .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.event-section .item .img-holder .overlay .box .content a i {
    background: #8dc63f;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.event-section .item .img-holder .overlay .box .content a:hover i {
    background: #8dc63f;
}


.event-section .owl-theme .owl-nav {
    padding: 0;
    position: absolute;
    right: 50%;
    margin: 0;
    margin-right: -51px;
}

.event-section .owl-theme .owl-nav [class*=owl-] {
    color: #303030;
    font-size: 15px;
    margin: 0 5px;
    padding: 0;
    background-color: transparent;
    height: 45px;
    border-radius: 50%;
    width: 45px;
    line-height: 41px;
    border: 2px solid #f4f4f4;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    transition: color .3s ease;
}

.event-section .owl-theme .owl-nav [class*=owl-]:hover {
    color: #8dc63f;
    transition: .5s ease;
}







/*========style-2===========*/

.event-section.style-2 .item {
  max-height: inherit;
}
.event-section.style-2 .item .lower-content {
  min-height: inherit;
  padding: 15px 25px 20px;
}

.event-section.style-2 .item .date {
  position: absolute;
  right: 20px;
  top: -41px;
  height: 70px;
  z-index: 9;
  width: 70px;
  font-size: 18px;
  border-radius: 50%;
  border: 2px solid #8dc63f;
  background: #ffffff;
  font-weight: 700;
  font-family: 'museo700', serif;
  line-height: 14px;
  padding-top: 13px;
  color: #8dc63f;
  text-align: center;
}

.event-section.style-2 .item .lower-content .text p {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f4;
}

.event-section.style-2 .overlay2 {
  background-color: rgba(16, 37, 46, 0.9);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  transition: all 450ms ease-out 0s;
}

.event-section.style-2 .item:hover .overlay2 {
  opacity: 1;
  visibility: visible;
  transition: .7s ease;
}

.event-section.style-2 .item .img-holder .thm-btn {
  width: auto;
  top: 50%;
  margin-top: -25px;
}
.event-section.style-2 .item .date span {
  background: transparent;
}


/*=========style-3==========*/

.event-section.style-3 .item {
  max-height: inherit;
  border: 0px;
}
.event-section.style-3 .item:hover .img-holder img {
  transform: scale(1);
}

.event-section.style-3 .item .img-column {
  width: 43%;
}

.event-section.style-3 .item .text-column {
  width: 57%;
}
.event-section.style-3 .item .lower-content {
    position: relative;
    padding: 0px 30px 0;
    border-left: 0px;
    top: -5px;
    min-height: inherit;
}
.event-section.style-3 .blog-sidebar .item {
  margin-bottom: 15px;
}
.event-section.style-3 .blog-sidebar .item .lower-content {
  padding: 0;
}


.event-section.style-3 .overlay2 {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  transition: all 450ms ease-out 0s;
}

.event-section.style-3 .item:hover .overlay2 {
  opacity: 1;
  visibility: visible;
  transition: .7s ease;
}

.event-section.style-3 .item .img-holder .thm-btn {
  width: auto;
  top: 50%;
  margin-top: -25px;
}

.event-section.style-3 .item .lower-content h4 {
  margin-top: 10px;
}

.event-section.style-3 .item .lower-content .text p {
    margin-bottom: 23px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f4f4f4;
}














/*** 

====================================================================
    Testimonials Section style
====================================================================

***/

.testimonials-section{
    position:relative;
    padding: 0 0 80px;
    margin-top: 120px;
}

.testimonials-section .testimonial-slider {
    position: relative;
    margin-top: -63px;
}

.testimonials-section .img-box img {
  width: 120px;
  height: 120px;
  border-radius:50%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testimonials-section .quote {
  position: relative;
  color: #323232;
  font-size: 48px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testimonials-section .quote:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 40%;
  height: 1px;
  background: #323232;
}
.testimonials-section .quote:before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 40%;
  height: 1px;
  background: #323232;
}

.testimonials-section .author h4 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
}

.testimonials-section .author h4:before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #323232;
}


.testimonials-section .author h4 span {
  color: #8dc63f;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}



/*dots*/

.testimonials-section .owl-controls {
    text-align: center;
    display: block;
    position: relative;
    bottom: -10px;
    margin-top: 35px;
}


.testimonials-section .owl-dots .owl-dot {
    display: inline-block;
}
.testimonials-section .owl-dots .owl-dot span {
    border: 2px solid #504f4f;
    border-radius: 50%;
    display: block;
    height: 10px;
    background: transparent;
    width: 10px;
    margin: 5px 7px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.testimonials-section .owl-dots .owl-dot.active span,
.testimonials-section .owl-dots .owl-dot:hover span {
    background-color: #8dc63f;
    border-color: #8dc63f;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

/*** 

====================================================================
  testimonial2
====================================================================

***/


.testimonial2 {
  position: relative;
  padding: 80px 0 20px;
}

.testimonial2 .item {
  position: relative;
  border: 2px solid #f4f4f4;
  margin-bottom: 60px;
}

.testimonial2 .quote {
  position: relative;
  width: 95px;
  margin: 0 auto;
  margin-top: -27px;
  background: #fff;
  color: #ededed;
  font-size: 36px;
}


.testimonial2 .author {
  position: relative;
  max-width: 190px;
  margin: 22px auto 20px;
  border-top: 1px solid #f4f4f4;
  padding-top: 18px;
}
 
.testimonial2 .title {
  position: relative;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 12px;
}

.testimonial2 .author h4 {
  margin-bottom: 5px;
}
.testimonial2 .author p {
  color: #8dc63f;
}









/*** 

====================================================================
  default-blog
====================================================================

***/



.blog-section {
  position: relative;
}
.default-blog-news {
  position: relative;
  transition: .5s ease-in-out;
  margin-bottom: 50px;
}



.default-blog-news:hover {
  transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.default-blog-news .lower-content{
  position:relative;
  padding: 30px 0px 20px;
  border-bottom: 1px solid #f4f4f4;
}

.default-blog-news .lower-content:before {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #eaeaea;
    left: 0;
    bottom: 0;
}

.default-blog-news .lower-content:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    background: #8dc63f;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: .5s ease;
}
.default-blog-news .lower-content:hover:after {
    transform: scaleX(1);
    transition: .5s ease;
}

.default-blog-news .date {
  position: absolute;
  left: 0px;
  top: -15px;
  background: #8dc63f;
  line-height: 20px;
  padding: 5px 15px;
  z-index: 10;
  color: #fff;
  text-align: center;
}

.default-blog-news .lower-content .text p{
  margin-bottom: 10px;
}

.default-blog-news .lower-content h4 {
  color:#222;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 12px;
  transition: all 300ms ease;
  font-size: 18px;
}


.default-blog-news .lower-content h4:hover{
  color:#8dc63f;
  transition: all 300ms ease;
}

.default-blog-news .lower-content .post-meta{
  color: #848484;
  font-size:16px;
  margin-bottom: 7px;
}


.default-blog-news .lower-content .default_link {
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  transition: .5s ease;
}
.default-blog-news .lower-content .default_link:hover {
  transition: .5s ease;
  color: #8dc63f;
}
.default-blog-news .lower-content .default_link i {
  font-size: 11px;
}

.default-blog-news .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.default-blog-news .img-holder a {
  width: 100%;
}
.default-blog-news .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.default-blog-news:hover .img-holder img {
    transform: scale(1.1);
}
.default-blog-news .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}

.default-blog-news:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.default-blog-news .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}
.default-blog-news .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.default-blog-news .img-holder .overlay .box .content a i {
    background: #8dc63f;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.default-blog-news .img-holder .overlay .box .content a:hover i {
    background: #8dc63f;
}

/*blog-large news*/


.blog-large .default-blog-news .lower-content .text p {
  margin-bottom: 20px;
  margin-top: 10px;
}
.blog-single-post .default-blog-news .lower-content h4,
.blog-large .default-blog-news .lower-content h4 {
  font-size: 28px;
}
.blog-large .default-blog-news .lower-content {
  padding-bottom: 5px;
}
.blog-single-post .post-area,
.blog-large .post-area {
  padding: 80px 62px 80px 0px;
  border-right: 1px solid #f4f4f4;
  margin-right: 38px;
}

.blog-single-post .default-blog-news .lower-content:before,
.blog-single-post .default-blog-news .lower-content:after {
  display: none;
}

.blog-single-post .default-blog-news {
  margin-bottom: 20px;
}




/*=================== blog-sidebar ===================*/

.blog-sidebar {
  position: relative;
}

.blog-sidebar .section-title {
  margin-bottom: 35px;
  margin-top:45px;
}

.blog-sidebar .sidebar_search {
  height: 54px;
  position: relative;
}
.blog-sidebar .sidebar_search input {
  width:100%;
  height:54px;
  border:none;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color:#9e9e9e;
}
.blog-sidebar .sidebar_search button {
  width:54px;
  height:100%;
  position: absolute;
  top:0;
  background: #8dc63f;
  right:0;
  color:#fff;
}






.blog-sidebar .category-style-one {
  position: relative;
}
.blog-sidebar .category-style-one ul {
  margin-bottom: 50px;
  margin-top: -15px;
}
.blog-sidebar .category-style-one ul li {border-bottom: 1px solid #eaeaea;margin: 0;padding-bottom: 0px;}

.blog-sidebar .category-style-one ul li a {
  font-weight: normal;
  color: #848484;
  position: relative;
  width: 100%;
  transition: .5s ease;
  line-height: 54px;

  display: block;
}
.blog-sidebar .category-style-one ul li a:hover {
  color: #8dc63f;
  transition: .5s ease;
}

.blog-sidebar .category-style-one ul li a:before {
    content: "\f105";
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    right: 0px;
    top: 0px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/*post-thumb*/


.blog-sidebar .popular-post {
    position: relative;
}

.blog-sidebar .popular-post .item {
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
    min-height: 50px;
    padding: 0px 0px 20px 85px;
    color: #cccccc;
    border-bottom: 1px solid #f1f1f1;
}


.blog-sidebar .popular-post .item .post-thumb{
    position:absolute;
    left:0px;
    top: 5px;
    width: 70px;
    height: 70px;
}

.blog-sidebar .popular-post .item .post-thumb img{
    width:100%;
    display:block;  
}

.blog-sidebar .popular-post .item .post-thumb a{
  position: relative;
}

.blog-sidebar .popular-post .item .post-thumb a:after {
  position: absolute;
  content: "\f0c1";
  font-family: FontAwesome;
  left: 0px;
  top: 0px;
  text-align: center;
  line-height: 70px;
  width: 100%;
  height: 100%;
  background: rgba(141, 198, 63, 0.9);
  color: #ffffff;
  opacity: 0;
  transition: .5s ease;
}

.blog-sidebar .popular-post .item .post-thumb:hover a:after {
  opacity: 1;
  transition: .5s ease;
}

.blog-sidebar .popular-post .item h4 {
  position: relative;
  font-size: 16px;
  margin: 0px 0px 8px;
  line-height: 24px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.blog-sidebar .popular-post .item h4:hover{
  color: #8dc63f;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.blog-sidebar .recent-posts.post-thumb .post .post-info{
    font-size: 14px;
    font-weight:400;
    margin:0px;
    line-height:1.6em;
    color: #9c9c9c;
}
.blog-sidebar .popular-post .item .post-info {
  color: #848484;
  font-size: 16px;
}

.blog-sidebar .popular-post .item .post-info i {
  color: #8dc63f;
  font-size: 14px;
  margin-right: 6px;
  top: -1px;
  position: relative;
}



.blog-sidebar .event-section2 {
  margin-bottom: 40px;
}


.blog-sidebar .event-section2 .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 27px;
}

.blog-sidebar .event-section2 .owl-theme .owl-nav [class*=owl-] {
    color: #202f35;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    border: 0px;
    width: 18px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    transition: color .3s ease;
}

.blog-sidebar .event-section2 .owl-theme .owl-nav [class*=owl-]:hover {
    color: #8dc63f;
    transition: .5s ease;
}




/*facebook feed*/

.blog-sidebar .facebook-feed {
  position: relative;
  background: #f7f7f7;
  overflow: hidden;
}

.blog-sidebar .facebook-feed .img-box {
  position: relative;
}

.blog-sidebar .facebook-feed .overlay {
    position: absolute;
    margin: 10px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.blog-sidebar .facebook-feed .inner-box {
  position: relative;
  padding-left: 70px;
  margin-bottom: 32px;
}

.blog-sidebar .facebook-feed .inner-box .logo {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-sidebar .facebook-feed .inner-box h4 {
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-top: 0px;
  margin-bottom: 3px;
}
.blog-sidebar .facebook-feed .inner-box .like {
  color: #fff;
}

.blog-sidebar .facebook-feed .link a {
  color: #58606f;
  background: #fff;
  display: inline-block;
  line-height: 22px;
  font-size: 13px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #eaeaea;
}
.blog-sidebar .facebook-feed .link a i.fb-icon {
  color: #fff;
  background: #39579b;
  font-size: 12px;
  padding: 2px 3px 0 4px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.blog-sidebar .facebook-feed .link a i.mail {
  color: #6a7081;
  margin-right: 6px;
}

.blog-sidebar .facebook-feed .like-people {
  background: #fff;
  margin: 20px 9px;
  padding: 5px 9px 15px;
}

.blog-sidebar .facebook-feed .like-people p {
  font-size: 13px;
}



/*archive*/

.sidebar-archive .bootstrap-select {
    background: #f7f7f7;
    color: #848484;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 40px;
}
.sidebar-archive .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.sidebar-archive .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.sidebar-archive  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.sidebar-archive  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #8dc63f;
  color: #fff;
}
.sidebar-archive .form-control:focus {
  border-color: #48c7ec;
  box-shadow: none;
}


/*instagram*/
.sidebar-intsgram ul {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 50px;
}
.sidebar-intsgram ul li {
  float: left;
  width: 33.333333333333333333%;
  padding: 5px 4px;

}

.sidebar-intsgram ul li .inner-box {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.sidebar-intsgram ul li .inner-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(141, 198, 63, 0.9);
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
  transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.sidebar-intsgram ul li .inner-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.sidebar-intsgram ul li .inner-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sidebar-intsgram ul li .inner-box .overlay .box .content a {
  font-size: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}
.sidebar-intsgram ul li:hover .inner-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

