 /*************************************

Template Name: Rocky - Personal & Portfolio Responsive Template
Author: zebtheme
Version: 1.0
Design and Developed by: zwebtheme
NOTE: This is addons stylesheet of the template.

****************************************/

/** Hero **/
.hero-section { height: 100%;}
.hero-area {
    background-size: cover;
    z-index: 1;
    position: relative;
    height: 100%;
    position: relative;
    z-index: 3;
}
.hero-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero-area .hero-table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
 
.hero-area .hero-cell {
    display: table-cell;
    vertical-align: middle;
}
.hero-area .hero-text {}
.hero-area .hero-text h1 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 8px;
}

.hero-area .header_title{font-size: 43px;font-weight: 400}
.hero-area .header_title span{}
 
.hero-area .hero-text h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
}
 
.hero-area .hire-btn {
    display: block;
    width: 135px;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 25px;
    padding: 10px 22px;
}
.hero-area .btn-style {
    padding: 12px 22px;
    color: #fff;
    display: inline-block;
    transition: all 0.5s;
    font-weight: 500;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.hero-area .btn-style:hover,
.hero-area .btn-style:focus {
    background-color: #fff;
    color: #164E71;
    border-color: transparent;
    text-decoration: none;
}
 
#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

/** Social **/
.social-media {
    margin-top: 10px;
    margin-left: -5px;
    text-align: left;
}
.social-media a {
    width: 32px;
    height: 32px;
    color: #000;
    display: inline-table;
    text-align: center;
    font-size: 16px;
    margin-left: 5px;
    margin-bottom: 15px;
    border: 1px solid #eee;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.social-media a i {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
}

/** Heading **/

/** Skill **/
.skill-area {margin-top: 30px;}
.skill-area .progress-bar {
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 10px;
    text-align: left;
    box-shadow: none;
    font-size: 10px;
    line-height: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.skill-area .progress {
    overflow: visible;
    height: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #d7d7d7;
    box-shadow: none;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 20px;
}
 
.skill-area .progressbar-area p {margin-bottom: 28px;}
.skill-area .progress-bar span {
    position: absolute;
    top: -28px;
    right: -6px;
    display: inline-block;
    min-width: 25px;
    height: 22px;
    padding: 0 8px;
    text-align: center;
    letter-spacing: 0;
    border-radius: 30px;
    line-height: 21px;
    width: 36px;
    background: #666;
}
 
.skill-area .progress-bar > span::before {
    position: absolute;
    bottom: -4px;
    left: 12px;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    transform: rotate(45deg);
}

/** Service **/
.service-area {text-align: center;}
.service-area i {
    font-size: 40px;
    margin-bottom: 10px;
    border-radius: 100px;
    padding: 18px;
    height: 86px;
    width: 86px;
    line-height: 51px;
    -webkit-transition: 1s; 
    transition: 1s;
    border: 1px solid #ccc;
}
.service-area i:hover {}
.service-area  h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0px 10px;
}
.service-area p { margin-bottom: 20px;font-size: 14px;}

/** Portfolio **/
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li{margin: 0 5px 10px;}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.sp-simpleportfolio-overlay:before {
    content: '';
    position: absolute; top: 5px; left: 5px;
    right: 5px; bottom: 5px;
    border: 4px solid rgba(255,255,255,.5);
    /*-webkit-border-radius: 5px;
            border-radius: 5px;*/
    opacity: 1;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a{
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 0px;
    line-height: 36px !important;
    text-align: center;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	font-size: 14px;
    display: block;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    padding: 8px 14px;
    font-weight: 300;
    color: #7B7B7B;
    margin: 0px 0px;
    text-transform: uppercase;
    border: 1px solid #eee;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a{background: #f5f5f5;}

/** Testimonial **/
.testimonial-area {}
.testimonial-area  .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #ccc;
}


.testimonial{
    display: table;
    width: 100%; 
}
.testimonial_item{
    display: table-cell;
    vertical-align: top;
}
.testimonial_avatar_section{
    max-width: 383px;
    width: 240px;
    position: relative;
}

.testimonial_avatar{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.testimonial_avatar:before{
    content: '';
    position: absolute; top: 5px; left: 5px;
    right: 5px; bottom: 5px;
    border: 1px solid rgba(255,255,255,.5);
    /*-webkit-border-radius: 5px;
            border-radius: 5px;*/
    opacity: 0.1;
    /*-webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;*/
}
.testimonial:hover .testimonial_avatar:before{
    
}

.testimonial_avatar > img{
    max-width: 383px;
    width: auto;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}

.testimonial_content{
    position: relative;
    z-index: 9;
}
.testimonial_content_inner{
    position: relative; 
    left: -20px;
    margin-top: 3%;
    line-height: 1.5;
    background: #F0F0F0;
    padding: 30px 25px 30px 35px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-border-radius: 5px;
            border-radius: 5px; 
}
.testimonial_title{
    font-size: 24px;
    line-height: 1;
    margin: 10px 0 4px;
    font-weight: 400;
    font-family: 'Futura PT Medium', 'Futura PT Bold', 'Segoe UI', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.testimonial_content_text{
    position: relative;
    padding: 10px;
}

.testimonial_content_text:before,
.testimonial_content_text:after{
    display: inline-block;
    vertical-align: top;
    font-size: 70px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 0.1;
    position: absolute;
    opacity: .1;
}

.testimonial_content_text:before{
    content: '\201c';
    top: 25px; left: -25px;
    margin: 0;
}
.testimonial_content_text:after{
    content: '\201d';
    bottom: -25px; right: 0;
    margin: 0;
}
.testimonial_content_text *{
    position: relative;
    z-index: 9;
}

.testimonial_content_inner .testimonial_ratings{margin-left: 11px;}
.testimonial_content_inner .testimonial_ratings i {
      color: #ff9900;
      font-size: 17px;
    }

.testimonial-area .owl-controls .owl-pagination .owl-page span{background: #ccc;display: block;}