.portfolio-filter a {
    color:#ffffff;
}
.page-template-page-templatesparallax-page-php section {

}
.heading-section p {
    width: 50%;
    margin: 20px auto 0 auto;
}
.heading-section p:after {
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 190px;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
    width: 60px;
}
.page-template-page-templatesparallax-page-php .next .icon-wrap {
    background: url("../images/cursor-right.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
}
.page-template-page-templatesparallax-page-php .owl-arrows {
    height: 60px;
    position: relative;
}
.page-template-page-templatesparallax-page-php .prev {
    left: 20px;
    position: absolute;
}
.owl-arrows .prev > h3,
.owl-arrows .next > h3 {
    display: none;
}
.page-template-page-templatesparallax-page-php .next {
    position: absolute;
    right: 20px;
}
.page-template-page-templatesparallax-page-php .next .icon-wrap:hover {
    background: url("../images/cursor-right-hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.page-template-page-templatesparallax-page-php .prev .icon-wrap {
    background: url("../images/cursor-left.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
}
.page-template-page-templatesparallax-page-php .prev .icon-wrap:hover {
    background: url("../images/cursor-left-hover.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.bx-controls-direction .next h3,
.bx-controls-direction .prev h3 {
    display: none;
}
.page-template-page-templatesparallax-page-php .heading-section {
    margin: 50px auto;
}

.page-template-page-templatesparallax-page-php #parallax-nav li.active:before {
    border-radius: 50%;
    content: "";
    height: 9px;
    position: absolute;
    top: 50%;
    -webkit-transform:translateY(-50%) translateX(-50%);
    -moz-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    -o-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    width: 9px;
    left: 50%;
}

#parallax-nav{
    position: fixed;
    right: 30px;
    z-index: 999;
    top: 50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    list-style-type: none;
    z-index: 20px
}

#parallax-nav li{
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    height: 15px;
    margin: 5px;
    padding: 0;
    position: relative;
    width: 15px;
}
.parallax{
    min-height: 500px;
    position: relative;
}
.parallax:before{
    content: "";
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/*--------- WOO Section START ------------*/

.woo-carousel img {
    padding: 20px;
}
.woocommerce-section .owl-carousel.owl-theme {
    margin: 0 0 70px 0px;
}
/*--------- WOO Section END ------------*/


/*--------- Video Section START ------------*/

section.video-section .heading-section {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform:translateY(-50%) translateX(-50%);
    -moz-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    -o-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    z-index: 1;
}

.ggt_video_bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*--------- Video Section End ------------*/


/*--------- Pricing table Section START ------------*/

.prices {
    padding: 50px 0;
}
.prices > div {
    padding: 20px;
}


/*--------- Pricing table Section END ------------*/

/*--------- Recent posts Section START ------------*/

.page-template-page-templatesparallax-page-php .recentpost-date .mon{
    text-transform: uppercase;
}
.page-template-page-templatesparallax-page-php .recent-posts h4 {
    margin: 20px 0 20px 0px;
}
.page-template-page-templatesparallax-page-php .wp-post-image {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
}
.page-template-page-templatesparallax-page-php .recent-posts img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;

}
.page-template-page-templatesparallax-page-php .recent-posts {
    padding: 20px;
}
.mon {
    text-transform: uppercase;
}
/*--------- Recent posts Section START ------------*/


/*--------- Counter Section START ------------*/

.counters {
    padding: 50px 0 70px 0;
}
.counter-icon {
    border: 1px solid;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    font-size: 30px;
    left: 0;
    padding: 15px;
    position: absolute;
}
.counter_number {
    font-size: 70px;
    margin-left: 90px;
    position: relative;
    top: -30px;
}
.counter_text h6 {
    font-size: 13px;
    letter-spacing: 4px;
}
.counter_text {
    margin-left: 90px;
    position: relative;
    top: -30px;
}

/*--------- Counter Section START ------------*/


/*--------- Parallax Section START ------------*/
.page-template-page-templatesparallax-page-php .custom-image {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform:translateY(-50%) translateX(-50%);
    -moz-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    -o-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
}
.page-template-page-templatesparallax-page-php .block-content-parallax-text {
    left: 50px;
    position: absolute;
    top: 50%;
    width: 50%;
    color: #fff;
}
.page-template-page-templatesparallax-page-php .block-content-parallax-text h2 {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    display: inline-block;
    letter-spacing: 7px;
    margin-bottom: 10px;
    padding: 10px;
    text-transform: uppercase;
}
/*--------- Parallax Section End ------------*/

/*--------- Services Section Start ------------*/

.page-template-page-templatesparallax-page-php .services-hover i {
    display: block;
    font-size: 80px;
    height: 150px;
    position: relative;
    width: 150px;
    vertical-align: middle;
}
.page-template-page-templatesparallax-page-php .services-hover {
    padding: 40px;
}
.page-template-page-templatesparallax-page-php .services-hover > span:after {
    content: "";
    height: 1px;
    left: 40px;
    position: absolute;
    top: 180px;
    width: 30px;
}
.page-template-page-templatesparallax-page-php .services-hover img {
    max-height: 100px;
}
.page-template-page-templatesparallax-page-php .services-hover > span {
    display: block;
    min-height: 180px;
}
.page-template-page-templatesparallax-page-php .services-hover > h4 {
    margin-bottom: 30px;
}

/*--------- Services Section END ------------*/

/*--------- Testimonials Section Start ------------*/
.page-template-page-templatesparallax-page-php .bx-next > div,
.page-template-page-templatesparallax-page-php .bx-prev > div {
    display: none;
}
.page-template-page-templatesparallax-page-php .testimonials-section {
    margin: 50px 0 50px 0px;
}
.bx-slider h4 {
    text-transform: none;
}
.bx-slider h4 {
    font-size: 29px !important;
    position: relative;
    right: 40px;
    text-align: right;
    text-transform: none;
    top: 20px;
    -webkit-transform:rotate(-4deg);
    -moz-transform:rotate(-4deg);
    -ms-transform:rotate(-4deg);
    -o-transform:rotate(-4deg);
    transform:rotate(-4deg);
}
/*--------- Testimonials Section END ------------*/


/*--------- Contacts Section Start ------------*/

.page-template-page-templatesparallax-page-php #contacts {
    margin: 0;
}
.page-template-page-templatesparallax-page-php .contacts-iconblock .phone,
.page-template-page-templatesparallax-page-php .contacts-iconblock .fax,
.page-template-page-templatesparallax-page-php .contacts-iconblock .mail {
    background: rgba(0,0,0,0);
}

.page-template-page-templatesparallax-page-php .contact-info i {
    float: left;
}
.page-template-page-templatesparallax-page-php .phone > h5,
.page-template-page-templatesparallax-page-php .fax > h5,
.page-template-page-templatesparallax-page-php .mail > h5 {
    margin-top: 10px;
}
.page-template-page-templatesparallax-page-php .wpcf7-form-control {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.05);
}
.page-template-page-templatesparallax-page-php .contacts-iconblock {
    padding: 20px 30px 0;
}
.page-template-page-templatesparallax-page-php .contact-info li {
    padding: 0;
    margin-bottom: 40px;

}
.page-template-page-templatesparallax-page-php .wpcf7-form-control.wpcf7-submit {
    background: transparent;
    border: 1px solid;
    color: #fff;
}
.page-template-page-templatesparallax-page-php .ctf-block {
    margin: 50px auto 50px auto;
}
/*--------- Contacts Section END ------------*/


/*--------- Portfolio Section Start ------------*/
.page-template-page-templatesparallax-page-php .portfolio-hover {
    margin: 0;
    padding: 0px;
}

.page-template-page-templatesparallax-page-php .portfolio .container ul {
    margin: 20px auto;
    text-align: center;
}
.page-template-page-templatesparallax-page-php .isotope-item {
    padding: 10px;
}
.page-template-page-templatesparallax-page-php .portfolio-filter {
    display: inline-block;
}
.page-template-page-templatesparallax-page-php .portfolio-filter a:hover{
    border-bottom: 2px solid;
}
.page-template-page-templatesparallax-page-php .portfolio-filter a.selected,
.page-template-page-templatesparallax-page-php .portfolio-filter a {
    border-bottom: 2px solid rgba(0,0,0,0);
    margin: 10px;
    padding: 0;
    display: block;
    text-transform: uppercase;
}
.page-template-page-templatesparallax-page-php .portfolio-image > img {
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius:25px;
    padding: 15px;
}
.page-template-page-templatesparallax-page-php .portfolio-title {
    color: #fff;
    margin: 10px 10px 0;
    text-transform: uppercase;
    text-align: center;
}
.page-template-page-templatesparallax-page-php .portfolio-item-button i {
    font-family: icomoon;
    font-style: normal;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform:translateY(-50%) translateX(-50%);
    -moz-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    -o-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

.page-template-page-templatesparallax-page-php .portfolio-image:hover i {
    opacity: .7;
}
.page-template-page-templatesparallax-page-php .portfolio-filter > a:hover {
    color: inherit;
}
.page-template-page-templatesparallax-page-php .portfolio-filter a.selected {
    background: transparent;
    border-bottom: 2px solid;
}

/*--------- Portfolio Section End ------------*/


/*--------- Team Section Start ------------*/

.page-template-page-templatesparallax-page-php .team-position {
    background: rgba(0,0,0,0);
    font-size: 12px;
    padding: 10px 0px;
    text-transform: uppercase;
}
.page-template-page-templatesparallax-page-php .team-content {
    padding: 0;
}
.page-template-page-templatesparallax-page-php .team-item > h4 {
    margin: 20px 0 0;
}
.page-template-page-templatesparallax-page-php .team-cross-hover a img {
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    width: 100%;
}

.page-template-page-templatesparallax-page-php .soc {

}
.page-template-page-templatesparallax-page-php .soc a{
    font-size: 12px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 5px;
    background: rgba(0,0,0,0);
    border: 1px solid;
}
.page-template-page-templatesparallax-page-php .team-item {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin: 20px;
    padding: 0;
}
.page-template-page-templatesparallax-page-php .team-hover {
    padding: 0px 0 70px 0px;
}

/*--------- Team Section End ------------*/

/*--------- Parallax Menu START ------------*/

.page-template-page-templatesparallax-page-php #parallax-nav > li {
    height: 20px;
    width: 20px;
    margin: 8px;
}
.page-template-page-templatesparallax-page-php #parallax-nav > li:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: -10px;
    -webkit-transform:translateX(-51%);
    -moz-transform:translateX(-51%);
    -ms-transform:translateX(-51%);
    -o-transform:translateX(-51%);
    transform:translateX(-51%);
    width: 1px;
}
.page-template-page-templatesparallax-page-php #parallax-nav > li:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    bottom: -10px;
    -webkit-transform:translateX(-51%);
    -moz-transform:translateX(-51%);
    -ms-transform:translateX(-51%);
    -o-transform:translateX(-51%);
    transform:translateX(-51%);
    width: 1px;
}


/*--------- Parallax Menu END ------------*/

/*--------- GOGETSLIDERS START ------------*/

.page-template-page-templatesparallax-page-php .split-item {
    overflow: hidden;
}
.page-template-page-templatesparallax-page-php #split-thumbs {
    position: absolute;
    width: 100%;
}
.page-template-page-templatesparallax-page-php .split-item .split-content {
    left: 50px;
}

/*--------- GOGETSLIDERS END ------------*/
