/*Fancy Image Frame*/
.cactus-e-img-frame {
    position: relative;
    display: inline-block;
}

.cactus-e-img-frame img {
    position: relative;
    border: 3px solid #fff;
}

.cactus-e-img-frame:before {
    position: absolute;
    left: 15px;
    top: -15px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid #00dfb8;
}

/*Testimonial Carousel*/
.cactus-e-testimonial-item {
    text-align: center;
}

.cactus-e-testimonial-content {
    margin-bottom: 30px;
    padding-left: 40px;
}

.cactus-e-testimonial-content:before {
    content: "\f10d";
    font: normal normal normal 30px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}

.cactus-e-testimonial-item .cactus-e-person-avatar {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    margin: 0 0 10px;
}

.cactus-e-testimonial-item .cactus-e-person-avatar:before {
    content: "";
    border: 3px solid #00dfb8;
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.cactus-e-testimonial-item .cactus-e-person-avatar img {
    position: relative;
    border-radius: 1000px;
    border: 3px solid #000;
}

.cactus-e-testimonial-item .cactus-e-person-name {
    margin: 0 0 10px;
    font-size: 18px;
}

.cactus-e-testimonial-item .cactus-e-person-jobtitle {
    margin: 0;
    font-size: 14px;
}

.cactus-e-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.cactus-e-testimonial-carousel .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
    margin: 3px 7px;
}

.cactus-e-testimonial-carousel .owl-dot.active {
    width: 14px;
    height: 14px;
    margin: 0 4px; 
    background-color: #00dfb8;
}

/*Columns*/
[class*="cactus-e-col"] {
    padding: 0;
    margin: -15px;
    col-style-type: none;
    display: block;
    clear: both;
}

[class*="cactus-e-col"]:before,
[class*="cactus-e-col"]:after {
    display: table;
    content: " ";
}

[class*="cactus-e-col"]:after {
    clear: both;
}

[class*="cactus-e-col"] > * {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 15px;
    width: 100%;
    display: block;
}

[class*="cactus-e-col"].full {
    margin: 0;
}

[class*="cactus-e-col"].full > * {
    padding: 0;
}

.cactus-e-col-xs-1 > * {
    width: 100%;
}

.cactus-e-col-xs-2 > * {
    width: 50%;
}

.cactus-e-col-xs-2 > .cactus-e-2x {
    width: 100%;
}

.cactus-e-col-xs-3 > * {
    width: 33.333333%;
}

.cactus-e-col-xs-3 > .cactus-e-2x {
    width: 66.666666%;
}

.cactus-e-col-xs-3 > .cactus-e-3x {
    width: 100%;
}

.cactus-e-col-xs-4 > * {
    width: 25%;
}

.cactus-e-col-xs-4 > .cactus-e-2x {
    width: 50%;
}

.cactus-e-col-xs-4 > .cactus-e-3x {
    width: 75%;
}

.cactus-e-col-xs-4 > .cactus-e-4x {
    width: 100%;
}

.cactus-e-col-xs-5 > * {
    width: 20%;
}

.cactus-e-col-xs-5 > .cactus-e-2x {
    width: 40%;
}

.cactus-e-col-xs-5 > .cactus-e-3x {
    width: 60%;
}

.cactus-e-col-xs-5 > .cactus-e-4x {
    width: 80%;
}

.cactus-e-col-xs-5 > .cactus-e-5x {
    width: 100%;
}

.cactus-e-col-xs-6 > * {
    width: 16.666666%;
}

.cactus-e-col-xs-6 > .cactus-e-2x {
    width: 33.333333%;
}

.cactus-e-col-xs-6 > .cactus-e-3x {
    width: 50%;
}

.cactus-e-col-xs-6 > .cactus-e-4x {
    width: 66.666666%;
}

.cactus-e-col-xs-6 > .cactus-e-5x {
    width: 83.333333%;
}

.cactus-e-col-xs-6 > .cactus-e-6x {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .cactus-e-col-sm-1 > * {
        width: 100%;
    }    
    .cactus-e-col-sm-2 > * {
        width: 50%;
    }
    .cactus-e-col-sm-2 > .cactus-e-2x {
        width: 100%;
    }
    .cactus-e-col-sm-3 > * {
        width: 33.333333%;
    }
    .cactus-e-col-sm-3 > .cactus-e-2x {
        width: 66.666666%;
    }
    .cactus-e-col-sm-3 > .cactus-e-3x {
        width: 100%;
    }
    .cactus-e-col-sm-4 > * {
        width: 25%;
    }
    .cactus-e-col-sm-4 > .cactus-e-2x {
        width: 50%;
    }
    .cactus-e-col-sm-4 > .cactus-e-3x {
        width: 75%;
    }
    .cactus-e-col-sm-4 > .cactus-e-4x {
        width: 100%;
    }
    .cactus-e-col-sm-5 > * {
        width: 20%;
    }
    .cactus-e-col-sm-5 > .cactus-e-2x {
        width: 40%;
    }
    .cactus-e-col-sm-5 > .cactus-e-3x {
        width: 60%;
    }
    .cactus-e-col-sm-5 > .cactus-e-4x {
        width: 80%;
    }
    .cactus-e-col-sm-5 > .cactus-e-5x {
        width: 100%;
    }
    .cactus-e-col-sm-6 > * {
        width: 16.666666%;
    }
    .cactus-e-col-sm-6 > .cactus-e-2x {
        width: 33.333333%;
    }
    .cactus-e-col-sm-6 > .cactus-e-3x {
        width: 50%;
    }
    .cactus-e-col-sm-6 > .cactus-e-4x {
        width: 66.666666%;
    }
    .cactus-e-col-sm-6 > .cactus-e-5x {
        width: 83.333333%;
    }
    .cactus-e-col-sm-6 > .cactus-e-6x {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .cactus-e-col-md-1 > * {
        width: 100%;
    }    
    .cactus-e-col-md-2 > * {
        width: 50%;
    }
    .cactus-e-col-md-2 > .cactus-e-2x {
        width: 100%;
    }
    .cactus-e-col-md-3 > * {
        width: 33.333333%;
    }
    .cactus-e-col-md-3 > .cactus-e-2x {
        width: 66.666666%;
    }
    .cactus-e-col-md-3 > .cactus-e-3x {
        width: 100%;
    }
    .cactus-e-col-md-4 > * {
        width: 25%;
    }
    .cactus-e-col-md-4 > .cactus-e-2x {
        width: 50%;
    }
    .cactus-e-col-md-4 > .cactus-e-3x {
        width: 75%;
    }
    .cactus-e-col-md-4 > .cactus-e-4x {
        width: 100%;
    }
    .cactus-e-col-md-5 > * {
        width: 20%;
    }
    .cactus-e-col-md-5 > .cactus-e-2x {
        width: 40%;
    }
    .cactus-e-col-md-5 > .cactus-e-3x {
        width: 60%;
    }
    .cactus-e-col-md-5 > .cactus-e-4x {
        width: 80%;
    }
    .cactus-e-col-md-5 > .cactus-e-5x {
        width: 100%;
    }
    .cactus-e-col-md-6 > * {
        width: 16.666666%;
    }
    .cactus-e-col-md-6 > .cactus-e-2x {
        width: 33.333333%;
    }
    .cactus-e-col-md-6 > .cactus-e-3x {
        width: 50%;
    }
    .cactus-e-col-md-6 > .cactus-e-4x {
        width: 66.666666%;
    }
    .cactus-e-col-md-6 > .cactus-e-5x {
        width: 83.333333%;
    }
    .cactus-e-col-md-6 > .cactus-e-6x {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .cactus-e-col-lg-1 > * {
        width: 100%;
    }    
    .cactus-e-col-lg-2 > * {
        width: 50%;
    }
    .cactus-e-col-lg-2 > .cactus-e-2x {
        width: 100%;
    }
    .cactus-e-col-lg-3 > * {
        width: 33.333333%;
    }
    .cactus-e-col-lg-3 > .cactus-e-2x {
        width: 66.666666%;
    }
    .cactus-e-col-lg-3 > .cactus-e-3x {
        width: 100%;
    }
    .cactus-e-col-lg-4 > * {
        width: 25%;
    }
    .cactus-e-col-lg-4 > .cactus-e-2x {
        width: 50%;
    }
    .cactus-e-col-lg-4 > .cactus-e-3x {
        width: 75%;
    }
    .cactus-e-col-lg-4 > .cactus-e-4x {
        width: 100%;
    }
    .cactus-e-col-lg-5 > * {
        width: 20%;
    }
    .cactus-e-col-lg-5 > .cactus-e-2x {
        width: 40%;
    }
    .cactus-e-col-lg-5 > .cactus-e-3x {
        width: 60%;
    }
    .cactus-e-col-lg-5 > .cactus-e-4x {
        width: 80%;
    }
    .cactus-e-col-lg-5 > .cactus-e-5x {
        width: 100%;
    }
    .cactus-e-col-lg-6 > * {
        width: 16.666666%;
    }
    .cactus-e-col-lg-6 > .cactus-e-2x {
        width: 33.333333%;
    }
    .cactus-e-col-lg-6 > .cactus-e-3x {
        width: 50%;
    }
    .cactus-e-col-lg-6 > .cactus-e-4x {
        width: 66.666666%;
    }
    .cactus-e-col-lg-6 > .cactus-e-5x {
        width: 83.333333%;
    }
    .cactus-e-col-lg-6 > .cactus-e-6x {
        width: 100%;
    }
}

/*Portfolio*/
.cactus-e-col-lg-4 > * {
    width: 25%;
    float: left;
}

.cactus-e-col-lg-3 > * {
    width: 33.3333%;
    float: left;
}

.cactus-e-port-figure {
    position: relative;
}

.cactus-e-port-figure .cactus-e-port-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.cactus-e-port-figure:hover .cactus-e-port-overlay {
    opacity: 1;
    visibility: visible;
}

.cactus-e-port-overlay:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #002029;
    opacity: .75;
}

.cactus-e-port-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.cactus-e-port-zoom {
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 30px;
    height: 30px;
}

.cactus-e-port-zoom:before,
.cactus-e-port-zoom:after {
    content: "";
    display: block;  
    background-color: #fff;
    position: absolute;
}

.cactus-e-port-zoom:before {
    width: 30px;
    height: 2px;
    left: 0;
    top: 14px;
}

.cactus-e-port-zoom:after {
    width: 2px;
    height: 30px;
    left: 14px;
    top: 0;
}

.cactus-e-port-caption {
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.cactus-e-port-category {
    color: #00dfb8;
    font-size: 14px;
}

.cactus-e-port-title {
    color: #fff;
    margin: 10px 0 0;
    font-size: 18px;
}

.cactus-e-port-filter {
    margin-bottom: 30px;
    font-size: 16px;
}

.cactus-e-port-filter ul {
    margin: 0;
    text-align: center;
}

.cactus-e-port-filter li {
    display: inline-block;
    list-style-type: none;
}

.cactus-e-port-filter li a {
    padding: 2px 30px;
    border-radius: 100px;
}

.cactus-e-port-filter li.active a {
    color: #fff;
    background-color: #00dfb8;
}

/*Team*/
.cactus-e-person {
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 5px 2px rgba(125,125,125,.1);
}

.cactus-e-person-content {
    padding: 20px 10px;
}

.cactus-e-person .cactus-e-person-name {
    font-size: 18px;
    margin: 0 0 10px;
}

.cactus-e-person .cactus-e-person-jobtitle {
    font-size: 14px;
    margin: 0 0 10px;
}

.cactus-e-person .cactus-e-person-desc {
    margin: 0 0 10px;
    text-align: center;
}

.cactus-e-person .cactus-e-person-social a {
    display: inline-block;
    color: #0e0c09;
    margin: 10px 10px 0;
}

.cactus-e-person .cactus-e-person-social {
    border-top: 1px solid #e4e4e4;
}

/*Blog*/
.cactus-e-post-inner {
    background-color: #fff;
    box-shadow: 1px 1px 5px 2px rgba(125,125,125,.1);
}

.cactus-e-post-content {
    padding: 15px 10px;
}

.cactus-e-post-title {
    font-size: 18px;
    margin: 0 0 5px;
}

.cactus-e-post-title a {
    color: inherit;
}

.cactus-e-post-summary {
    margin: 0 0 5px;
}

.cactus-e-post-action {
    border-top: 1px solid #e4e4e4;
    padding-top: 5px;
}

.cactus-e-post-action a {
    color: #00dfb8;
}

.cactus-e-post-figure {
    position: relative;
}

.cactus-e-post-date {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 70px;
    text-align: center;
}

.cactus-e-post-date span {
    display: block;
}

.cactus-e-post-day {
    font-size: 24px;
    color: #0e0c09;
    line-height: 1;
    margin-top: 12px;
}

.cactus-e-post-mon {
    color: #00dfb8;
    line-height: 1;
    margin-top: 5px;
    text-transform: uppercase;
}

.cactus-e-post-action a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f178";
    margin-right: 5px;
}

.cactus-e-post-action a {
    display:block;
    transform: translateX(-18px);
    transition: .2s;
}

.cactus-e-post-action a:hover {
    transform: translateX(0);
}

.cactus-e-post-action {
    overflow: hidden;
}

/*Contact Form 7*/