/*** 

====================================================================
		Portfolio Section
====================================================================

 ***/

 .portfolio-section {
    position: relative;
    padding: 110px 0px 110px;
}

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


/*=== Filter Gallery ===*/

.filter-gallery .filters {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.filter-gallery .filters .filter-tabs {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
    background: #f1f1f1;
    font-family: 'Manjari', sans-serif;
}

.filter-gallery .filters li {
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 0px;
    cursor: pointer;
    color: #222222;
    font-weight: 700;
    margin: 0 17px 0px 16px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.filter-gallery .filters li:before {
    content: ':';
    position: absolute;
    top: 0px;
    left: -16px;
    font-family: 'Montserrat Alternates', sans-serif;
}

.filter-gallery .filters li:first-child:before {
    display: none;
}

.filter-gallery .filters .filter.active,
.filter-gallery .filters .filter.current {
    color: #00aa55;
}

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

.mix {
    display: none;
}

.gallery-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

.gallery-block .image-box {
    position: relative;
    display: block;
    z-index: 1;
}

.gallery-block .image {
    position: relative;
    display: block;
}

.gallery-block .image img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-block .cap-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 30px 25px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 2;
}

.gallery-block .inner-box:hover .cap-box {
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.5s ease 300ms;
    -moz-transition: all 0.5s ease 300ms;
    -ms-transition: all 0.5s ease 300ms;
    -o-transition: all 0.5s ease 300ms;
    transition: all 0.5s ease 300ms;
}

.gallery-block .cap-box h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
}

.gallery-block .cap-box h6 a {
    color: #ffffff;
}

.gallery-block .cap-box h3 {
    position: relative;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.gallery-block .cap-box h3 span {
    position: relative;
    top: -3px;
    font-size: 20px;
}

.gallery-block .cap-box h3 a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-block .cap-box h3 a:hover {
    color: #00aa55;
}

.gallery-block .cap-box h4 {
    position: relative;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.gallery-block .cap-box h4 span {
    position: relative;
    top: -2px;
    font-size: 18px;
}

.gallery-block .cap-box h4 a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-block .cap-box h4 a:hover {
    color: #00aa55;
}

.gallery-block .lower-box {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 0px;
}

.gallery-block .lower-box h4 {
    position: relative;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.gallery-block .inner-box:hover .lower-box h4 {
    opacity: 0;
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.5s ease 300ms;
    -moz-transition: all 0.5s ease 300ms;
    -ms-transition: all 0.5s ease 300ms;
    -o-transition: all 0.5s ease 300ms;
    transition: all 0.5s ease 300ms;
}

.gallery-block .lower-box h4 a {
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-block .lower-box h4 a:hover {
    color: #00aa55;
}

.gallery-block .zoom-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-block .inner-box:hover .zoom-btn {
    opacity: 1;
}

.gallery-block .zoom-btn a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0px 0px -30px;
    display: block;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.gallery-block .inner-box:hover .zoom-btn a {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.gallery-block .zoom-btn a:hover {
    color: #ffffff;
    border-color: #00aa55;
    background: #00aa55;
}

.gallery-block-two {
    position: relative;
    margin-bottom: 40px;
}

.gallery-block-two .inner-box {
    position: relative;
    display: block;
}

.gallery-block-two .image-box {
    position: relative;
    display: block;
}

.gallery-block-two .image {
    position: relative;
    display: block;
}

.gallery-block-two .image img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-block-two .title-box {
    position: relative;
    margin-top: 20px;
}

.gallery-block-two .title-box .title {
    position: relative;
}

.gallery-block-two .title-box h4 {
    position: relative;
    padding-left: 10px;
    margin: 0;
}

.gallery-block-two .title-box h4:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 12px;
    width: 6px;
    height: 6px;
    display: block;
    background: #00aa55;
}

.gallery-block-two .title-box a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-block-two .title-box .title a {
    color: #061138;
}

.gallery-block-two .title-box .category {
    position: relative;
    color: #7f8a99;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.gallery-block-two .title-box .category a {
    position: relative;
    color: #7f8a99;
}

.gallery-block-two .title-box .title a:hover,
.gallery-block-two .title-box .category a:hover {
    color: #00aa55;
}

.gallery-block-two .zoom-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 17, 56, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.gallery-block-two .inner-box:hover .zoom-btn {
    opacity: 1;
}

.gallery-block-two .zoom-btn a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    font-size: 48px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-block-two .zoom-btn .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    margin-left: -40px;
    margin-top: -40px;
    line-height: 80px;
}

.gallery-block-two .link-btn {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 1;
}

.gallery-block-two .link-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #7f8a99;
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-block-two .link-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.gallery-block-two .link-btn a .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 10px;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gallery-block-two .link-btn a:hover .txt {
    opacity: 1;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.3s ease 100ms;
    -moz-transition: all 0.3s ease 100ms;
    -ms-transition: all 0.3s ease 100ms;
    -o-transition: all 0.3s ease 100ms;
    transition: all 0.3s ease 100ms;
}

.gallery-block-two .link-btn a:hover {
    color: #00aa55;
    width: 160px;
}

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

.gallery-block-three .inner-box {
    position: relative;
    display: block;
}

.gallery-block-three .image-box {
    position: relative;
    display: block;
}

.gallery-block-three .image {
    position: relative;
    display: block;
}

.gallery-block-three .image img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-block-three .link-btn {
    position: absolute;
    right: 0px;
    bottom: 0;
    z-index: 2;
}

.gallery-block-three .link-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #7f8a99;
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-block-three .link-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.gallery-block-three .link-btn a:hover {
    color: #ffffff;
    background: #00aa55;
}

.gallery-block-three .zoom-btn {
    position: absolute;
    right: 66px;
    bottom: 0;
    z-index: 2;
}

.gallery-block-three .zoom-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #7f8a99;
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-block-three .zoom-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.gallery-block-three .zoom-btn a:hover {
    color: #ffffff;
    background: #00aa55;
}

.gallery-block-three .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 17, 56, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.gallery-block-three .inner-box:hover .hover-box {
    opacity: 1;
}

.gallery-block-three .hover-box .hover-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    padding: 20px 20px;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
}

.gallery-block-three .hover-box .content {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.gallery-block-three .hover-box h4 {
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
}

.gallery-block-three .hover-box h4 a {
    color: #ffffff;
}

.gallery-block-three .hover-box .separator {
    position: relative;
    display: block;
    width: 80px;
    margin: 5px auto;
    overflow: hidden;
}

.gallery-block-three .hover-box .separator .dot {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ffffff;
}

.gallery-block-three .hover-box .separator .dot:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 100%;
    margin-left: 5px;
    width: 45px;
    border-bottom: 1px solid #ffffff;
}

.gallery-block-three .hover-box .separator .dot:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 100%;
    margin-right: 5px;
    width: 45px;
    border-bottom: 1px solid #ffffff;
}

.gallery-block-three .hover-box .category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5em;
}

.gallery-block-four {
    position: relative;
    margin-bottom: 40px;
}

.gallery-block-four .inner-box {
    position: relative;
    display: block;
}

.gallery-block-four .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-block-four .image {
    position: relative;
    display: block;
}

.gallery-block-four .image img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-block-four .link-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.gallery-block-four .link-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #7f8a99;
    background: #ffffff;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-block-four .link-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.gallery-block-four .link-btn a:hover {
    color: #ffffff;
    background: #00aa55;
}

.gallery-block-four .zoom-btn {
    position: absolute;
    right: 66px;
    bottom: 0px;
    -webkit-transition: all 300ms ease 300ms;
    -moz-transition: all 300ms ease 300ms;
    -ms-transition: all 300ms ease 300ms;
    -o-transition: all 300ms ease 300ms;
    transition: all 300ms ease 300ms;
    z-index: 2;
}

.gallery-block-four .zoom-btn a {
    position: relative;
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    line-height: 64px;
    color: #7f8a99;
    background: #ffffff;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-block-four .zoom-btn a .icon {
    position: relative;
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.gallery-block-four .zoom-btn a:hover {
    color: #ffffff;
    background: #00aa55;
}

.gallery-block-four .inner-box:hover .zoom-btn a,
.gallery-block-four .inner-box:hover .link-btn a {
    opacity: 1;
}

.gallery-block-four .lower-box {
    position: relative;
    display: block;
    text-align: center;
    color: #7f8a99;
    padding: 20px 20px 0px;
}

.gallery-block-four .lower-box .content {
    position: relative;
    display: block;
}

.gallery-block-four .lower-box h4 {
    color: #061138;
    text-transform: capitalize;
    margin: 0;
}

.gallery-block-four .lower-box h4 a {
    color: #061138;
}

.gallery-block-four .lower-box .separator {
    position: relative;
    display: block;
    width: 80px;
    margin: 5px auto;
    overflow: hidden;
}

.gallery-block-four .lower-box .separator .dot {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #d1d8e2;
}

.gallery-block-four .lower-box .separator .dot:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 100%;
    margin-left: 5px;
    width: 45px;
    border-bottom: 1px solid #d1d8e2;
}

.gallery-block-four .lower-box .separator .dot:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 100%;
    margin-right: 5px;
    width: 45px;
    border-bottom: 1px solid #d1d8e2;
}

.gallery-block-four .inner-box:hover .lower-box .separator .dot {
    background: #00aa55;
}

.gallery-block-four .inner-box:hover .lower-box .separator .dot:before,
.gallery-block-four .inner-box:hover .lower-box .separator .dot:after {
    border-color: #00aa55;
}

.gallery-block-four .lower-box .category {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5em;
}

.portfolio-section .see-more {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.portfolio-section .see-more {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.portfolio-section .see-more,
.portfolio-section .load-more,
.portfolio-section .pagination-box {
    padding-top: 20px;
}

.portfolio-section .see-more a,
.portfolio-section .load-more a {
    vertical-align: top;
    min-width: 180px;
}
