/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - General
    2.0 - Typography
    3.0 - Global Style
    4.0 - Navigation
    5.0 - Search Box
    6.0 - Page Title Section
    7.0 - Slider Section
    8.0 - Creative Section
    9.0 - Recent Project Section
    9.1 - Overlay and hover effect
    10.0 - Magnific Popup CSS
    11.0 - Feature Section
    12.0 - About Section
    13.0 - Counter Section
    14.0 - Team Section
    15.0 - Video Section
    16.0 - Service Section
    17.0 - Process Section
    18.0 - Portfolio Section
    19.0 - Portfolio Single Page
    20.0 - Partner Section
    21.0 - Case study section
    22.0 - Map Section
    23.0 - Contact Section
    24.0 - Footer Section
    25.0 - Preloader
    26.0 - Homepage Two
    27.0 - Homepage Three
    28.0 - About us Page
    29.0 - About us page two
    30.0 - Blog Page
    31.0 - Blog Page Version Two
    32.0 - Full Width Section
    33.0 - Call to action section
    34.0 - Client Testimonial Style
    35.0 - Parallax Homepage
    36.0 - Contact Page
    37.0 - 404 page
    38.0 - Slick slider customization
-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/


/* Theme Reset Start */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Open+Sans:400,600|Raleway:100,200,300,400');
@import url("bootstrap.min.css");
@import url("custom-icons.min.css");
@import url("icofont.min.css");
@import url("cubeportfolio.css");
@import url("bootsnav.css");
@import url("slick.css");
@import url("animate.css");

/* Transitons */

@-webkit-keyframes it-zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes it-zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

a,
a:hover,
a * {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.feature-box .pull-left {
    width: 15%;
}

.feature-box .pull-right {
    width: 80%;
}

.feature-box-right .pull-left {
    width: 80%;
}

.feature-box-right .pull-right {
    width: 15%;
}

.feature-box-big .pull-left {
    width: 20%;
}

.feature-box-big .pull-right {
    width: 80%;
}

.feature-box-rounded {
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 30px;
    -webkit-box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14);
    box-shadow: -1px 0px 43px 0px rgba(0, 0, 0, 0.14);
}

.feature-box-default-bg {
    background-color: transparent;
    padding: 50px 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-bottom: 1px solid #d11141;
    border-top: solid 1px #eee;
    border-right: solid 1px #eee;
    border-left: solid 1px #eee;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.feature-box-default-bg:hover:after {
    visibility: visible;
    opacity: 1;
}

.feature-box-default-bg:hover.feature-box i,
.feature-box-default-bg:hover.feature-box p,
.feature-box-default-bg:hover.feature-box h4 {
    color: #fff;
}

.feature-box-default-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    background: #d11141;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.dark-box.feature-box-default-bg {
    border-bottom: 1px solid #d11141;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    border-left: solid 1px #333;
}

.dark-box.feature-box-default-bg h4,
.dark-box.feature-box-default-bg p {
    color: #fff;
}


/* Counters */

.counter-wrap {
    margin: 25px 0;
    text-align: center;
    width: 100%;
}

.counter-wrap h2 {
    margin: 15px 0 20px;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
}

.counter-wrap h3 {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #f1f1f1;
    font-family: 'Montserrat', sans-serif;
}

.counter-type-2 {
    padding-left: 75px;
}

.counter-type-2 i {
    position: absolute;
    top: -1px;
    left: 0;
}

.counter-type-3 .counter-wrap {
    text-align: left;
    float: left;
}

.counter-style-two .counter-wrap i {
    font-size: 60px;
}

.counter-type-3 .counter-wrap h2 {
    text-align: left;
    display: inline-block;
}

.counter-type-3 .counter-wrap h2 {
    font-size: 30px;
    margin: -10px 0 0 0;
}

.counter-type-3 .counter-wrap .pull-left .line {
    height: 1px;
    width: 40px;
    margin-bottom: 10px;
    margin-top: 5px;
}


/* Portfolio */

.portfolio .folio-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.portfolio:hover .folio-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio .default-overlay.folio-overlay {
    background-color: rgba(209, 17, 65, 0.9);
}

.portfolio:hover .default-overlay.folio-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -75px;
}

.portfolio-description .portfolio-title,
.portfolio-description .links {
    position: relative;
    left: 0;
    color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.portfolio-description .portfolio-title {
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.portfolio:hover .portfolio-description .portfolio-title {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.portfolio-description .links {
    top: 0px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 13px;
    font-weight: 300;
}

.portfolio:hover .portfolio-description .links {
    top: 25px;
    opacity: 1;
    visibility: visible;
}

.portfolio-description .btn {
    background-color: transparent;
    ;
    border-color: #fff;
    padding: 12px 22px;
    border-radius: 20px;
}

.portfolio-description .btn:hover {
    background-color: #fff;
    ;
    border-color: #fff;
    color: #ff2a40;
}

.portfolio-container .btn.view-more {
    margin-top: 40px;
}

.hover-type-2 .portfolio-wrap {
    margin-top: -110px;
}

.hover-type-2 .portfolio-details {
    top: 35px;
}

.portfolio-details {
    position: relative;
    left: 0;
    top: 50px;
    width: 100%;
}

.portfolio-details li {
    display: inline-block;
    position: relative;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
    margin-right: 15px;
}

.portfolio-details li:last-child {
    margin-right: 0;
}

.portfolio:hover .portfolio-details li {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.portfolio:hover .portfolio-details li:nth-child(1) {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.portfolio:hover .portfolio-details li:nth-child(2) {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.portfolio-details li a {
    display: block;
    color: #f1f1f1;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 48px;
}

.portfolio-details li a:hover {
    display: block;
    color: #d11141;
    border: 2px solid #fff;
    background-color: #fff;
}

.portfolio-type-2 a {
    color: #fff;
    font-size: 40px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

.no-gutters>[class^="col-"],
.no-gutters>[class*="col-"],
.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


/* Portfolio Style 02 */

.portfolio-item {
    float: left;
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio-detail>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.portfolio-item img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.portfolio-item:hover img {
    -webkit-transform: scale(1.2) translateY(-20px);
    transform: scale(1.2) translateY(-20px);
}

.portfolio-item:hover .portfolio-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-info h3,
.portfolio-item:hover .portfolio-info p {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.portfolio-item:hover .portfolio-info h3:after {
    width: 60px;
    opacity: 1;
}

.portfolio-item:hover .portfolio-info-alt h3>a {
    color: #00c3da;
}

.portfolio-info {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.portfolio-info .v-center {
    vertical-align: bottom;
}

.portfolio-info h3 {
    font-size: 20px;
    font-weight: 700;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 0;
}

.portfolio-info p {
    font-size: 14px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    opacity: 0;
}

.portfolio-info-alt {
    padding: 20px 0;
}

.portfolio-info-alt h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin-top: 0;
}

.portfolio-info-alt h3>a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #1f1f1f;
}

.portfolio-info-alt p {
    color: #787878;
    font-size: 14px;
    margin-bottom: 5px;
}


/* Portfolio Single Project 01 */

.portfolio-meta>li {
    margin: 25px 0;
    list-style: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.portfolio-meta>li:last-child {
    border-bottom: 0;
}

.portfolio-meta>li span {
    display: inline-block;
    width: 130px;
    letter-spacing: 1px;
    color: #1d2124;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.portfolio-meta>li a {
    margin-right: 10px;
    color: #a7a7a7;
}

.portfolio-meta>li a:hover {
    color: #d11141;
}


/* Portfolio Single Project 02 */

.portfolio-meta-style-02 .portfolio-meta>li {
    margin: 0px 0 10px 0;
    list-style: none;
    padding-bottom: 0px;
    border-bottom: 0;
}

.portfolio-meta-style-02 .portfolio-meta>li span {
    display: inline-block;
    width: 130px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.portfolio-meta-style-02 .portfolio-meta>li a {
    margin-right: 10px;
    color: #a7a7a7;
}

.portfolio-meta-style-02 .portfolio-meta>li a:hover {
    color: #d11141;
}


/* Portfolio Single Project 03 */

.portfolio-meta-style-03 .portfolio-meta>li {
    margin: 0px 0 25px 0;
    list-style: none;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}

.portfolio-meta-style-03 .portfolio-meta>li:last-child {
    border-bottom: 0;
}

.portfolio-meta-style-03 .portfolio-meta>li span {
    display: inline-block;
    width: 130px;
    letter-spacing: 1px;
    color: #1d2124;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.portfolio-meta-style-03 .portfolio-meta>li a {
    margin-right: 10px;
    color: #a7a7a7;
}

.portfolio-meta-style-03 .portfolio-meta>li a:hover {
    color: #d11141;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    /** * Remove all paddings around the image on small screen */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.92;
}

.mfp-bottom-bar {
    display: none;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-arrow-right::after,
.mfp-arrow-left::after {
    font-family: 'FontAwesome';
    border: none;
    color: #fff;
    font-size: 65px;
    -webkit-transition: .5s;
    transition: .5s;
}

.mfp-arrow-right::after {
    content: "\f105";
}

.mfp-arrow-left::after {
    content: "\f104";
}

.mfp-arrow-right::before,
.mfp-arrow-left::before {
    border: none;
}

.mfp-arrow {
    height: 60px;
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    margin-top: 15px;
    top: -1px;
}

img.mfp-img {
    padding: 40px 0px 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/*====== Newspaper effect ======*/

.mfp-newspaper {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}


/*====== Move-horizontal effect ======*/

.mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}


/*====== Move-from-top effect ======*/

.mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}


/*====== 3d unfold ======*/

.mfp-3d-unfold {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}


/*====== Zoom-out effect ======*/

.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.project-image {}

.project-info {
    list-style: none;
    padding-top: 50px;
    text-align: left;
}

.project-info li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px 0;
    color: #1d2124;
}

.project-info li span {
    font-family: 'Montserrat', sans-serif;
    color: #6d747c;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

.project-title {
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #1d2124;
    margin-bottom: 20px;
}

.project-details {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding-bottom: 50px;
}

.project-details p {
    color: #1d2124;
    font-size: 16px;
    font-weight: 300;
    margin-top: 35px;
}

.portfolio-slider {
    margin-bottom: 30px;
}

.portfolio-slider .slick-dots {
    position: absolute;
    bottom: 25px;
}

.portfolio-right .project-detail-box {
    margin-top: 10px;
}

.portfolio-right .project-detail-box.mt-50 {
    margin-top: 50px;
}

.portfolio-right .project-detail-box li strong {
    min-width: 110px;
    display: inline-block;
}

.portfolio-right .project-detail-box li strong.display-block {
    display: block;
}

.portfolio-right .project-detail-box li {
    line-height: 30px;
    list-style: none;
}

.portfolio-right .project-detail-box li a {
    color: #888;
}

.portfolio-right .project-detail-box li a:hover {
    color: #d11141;
}

.project-type-list {
    margin-top: 30px;
}

.project-type-list li {
    padding: 10px 0;
    border-bottom: 1px solid #E8E8E8;
    font-weight: 300;
    font-size: 14px;
    list-style: none;
}

.project-type-list li i {
    margin-right: 10px;
}

.portfolio-right .project-type-list li,
.portfolio-right .project-detail-box li {
    text-transform: uppercase;
}

.portfolio-nav a {
    overflow: hidden;
    color: inherit;
    cursor: default;
    display: block;
}

.portfolio-nav a.disabled {
    opacity: .6;
    pointer-events: none;
}

.portfolio-nav a.disabled>span {
    cursor: default;
}

.portfolio-nav a.disabled>span:hover {
    color: inherit;
}

.portfolio-nav a.disabled:hover {
    opacity: .4;
}

.portfolio-nav a.prev i {
    margin-right: 10px;
}

.portfolio-nav a.showall {
    text-align: center;
}

.portfolio-nav a.showall span {
    padding: 36px 0;
}

.portfolio-nav a.showall span i {
    font-size: 24px;
    display: block;
}

.portfolio-nav a.showall:hover span i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

@media only screen and (max-width:767px) {
    .portfolio-nav a.showall span i {
        font-size: 30px;
    }
}

.portfolio-nav a.next {
    text-align: right;
}

.portfolio-nav a.next i {
    margin-left: 10px;
}

.portfolio-nav a>span {
    display: inline-block;
    padding: 40px 0;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.portfolio-nav a>span:hover {
    color: #d11141;
}

.portfolio-nav a>span i {
    font-size: 14px;
}

.portfolio-nav a>span i:before {
    vertical-align: middle;
}

@media only screen and (max-width:767px) {
    .portfolio-nav a>span {
        font-size: 0;
    }
    .portfolio-nav a>span i {
        font-size: 30px;
    }
}


/* Teams */


/* Team Style 01 */

.member {
    margin: 40px 0;
    padding: 0 10px;
}

.team-slider .member {
    margin: 20px 0 30px 0;
    padding: 0 10px;
}

.team-fullwidth .member {
    margin: 0;
    padding: 0;
}

.p0.member {
    margin: 0;
    padding: 0;
}

.team-member-container {
    position: relative;
    overflow: hidden;
}

.team-member-img img {
    width: 100%;
}

.team-member-container .member-caption {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    background-color: rgba(191, 7, 49, 0.8);
}

.team-member-container:hover .member-caption {
    opacity: 1;
    visibility: visible;
}

.member-description {
    width: 100%;
    height: 100%;
}

.member-description-wrap {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    margin-top: 0px;
    padding: 25px;
    height: 100%;
}

.member-description .member-title,
.member-description .member-subtitle {
    position: relative;
    left: 0;
    color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.member-description .member-title {
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: -35px;
}

.member-description .member-subtitle {
    top: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.team-member-container:hover .member-description .member-title {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.team-member-container:hover .member-description .member-subtitle {
    opacity: 1;
    visibility: visible;
    top: 25px;
}

.member-icons,
.product-btn-group {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 25px;
    margin-bottom: 0;
}

.member-icons li,
.product-btn-group li {
    display: inline-block;
    position: relative;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
    margin-right: 5px;
}

.member-icons li a,
.product-btn-group li a {
    display: block;
    color: #fff;
}

.member-icons li a:hover,
.product-btn-group li a:hover {
    color: #fff;
}

.team-member-container:hover .member-icons li {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.team-member-container:hover .member-icons li:nth-child(1) {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team-member-container:hover .member-icons li:nth-child(2) {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.team-member-container:hover .member-icons li:nth-child(3) {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.o-team-wrap .o-team-img {
    overflow: hidden;
}

.o-team-wrap .o-team-img img {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}

.o-team-wrap:hover .o-team-img img {
    -webkit-transform: translateX(5%) skewX(2deg);
    -ms-transform: translateX(5%) skewX(2deg);
    transform: translateX(5%) skewX(2deg);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.o-tean-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1d2124;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    z-index: -1;
    width: 100%;
}

.o-team-wrap:hover .o-tean-content {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

.o-tean-content .o-tean-content-inner {
    -webkit-transform: translate3d(-40px, 0, 0) skewX(-15deg);
    transform: translate3d(-40px, 0, 0) skewX(-15deg);
    -webkit-transition: -webkit-transform 0s .3s;
    transition: -webkit-transform 0s .3s;
    -o-transition: transform 0s .3s;
    transition: transform 0s .3s;
    transition: transform 0s .3s, -webkit-transform 0s .3s;
}

.o-tean-content:hover .o-tean-content-inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
}

.o-tean-content .o-tean-content-inner h4 {
    margin: 0 0 8px;
    font-size: 24px;
}

.o-tean-content .o-tean-content-inner p {
    margin: 0;
    font-size: 18px;
}

.o-tean-content .o-tean-content-inner .o-team-social-icons {
    margin: 10px 0 0 0;
}

.o-tean-content .o-tean-content-inner .o-team-social-icons .o-team-social-icon {
    font-size: 25px;
    margin-right: 14px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    color: #fff;
}

.o-tean-content .o-tean-content-inner .o-team-social-icons .o-team-social-icon:hover {
    color: #d11141
}


/* Team Style 02 */

.team-member {
    border: 10px solid #fff;
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.team-thumb:after {
    content: '';
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.team-thumb:hover:after {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.team-thumb img {
    width: 100%;
}

.member-info {
    position: absolute;
    left: 0;
    bottom: -20%;
    width: 100%;
    color: #fff;
    padding: 16px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out .2s;
    -moz-transition: all 0.2s ease-out .2s;
    -o-transition: all 0.2s ease-out .2s;
    transition: all 0.2s ease-out .2s;
}

.team-thumb:hover .member-info {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.member-info h3 {
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0;
}

.member-info .title {
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}

.member-info .social-link {
    margin-top: 25px;
}

.member-info .social-link li a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    background: #fff;
    color: #d11141;
    text-align: center;
    border-radius: 50%;
}

.member-info .social-link li a:hover {
    background: #1d2124;
    color: #fff;
}

.member-info.gradient-bg-two .social-link li a {
    color: #ec77ab;
}

.member-info.gradient-bg-three .social-link li a {
    color: #ca4976;
}

.member-info.gradient-bg-four .social-link li a {
    color: #CE9FFC;
}

.member-info.gradient-bg-seven .social-link li a {
    color: #f6d365;
}

.member-info.gradient-bg-eight .social-link li a {
    color: #C6426E;
}

.member-info.gradient-bg-nine .social-link li a {
    color: #00f38c;
}

.member-info.gradient-bg-ten .social-link li a {
    color: #decba4;
}


/* Blogs */

.blog-slider .post {
    margin: 20px 0;
    padding: 0 10px;
}

.post .post-img,
.service-style-01 .service-box .service-img {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.post-info {
    background-color: #fff;
    transition: all 0.2s ease;
}

.post .post-img img,
.service-box .service-img img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 0;
    -webkit-backface-visibility: hidden;
}

.post:hover .post-img img,
.service-box:hover .service-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.post-info h3 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0px;
}

.post-info h6 {
    color: #d11141;
    font-size: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}

.post-info a {
    color: #1d2124;
}

.post-info a:hover {
    color: #d11141;
}

.post-info p {
    margin-top: 20px;
    color: #bdbdbd;
    font-size: 12px;
}

.post-info .extras-wrap {
    padding: 0px 14px 0px 0px;
    display: inline-block;
    font-size: 14px;
    color: #9e9e9e;
}

.post-info .extras-wrap i {
    position: relative;
    top: 1px;
    padding: 0px 5px 0px 0px;
}

a.readmore {
    letter-spacing: 2px;
    color: #1d2124;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

a:hover.readmore {
    color: #d11141;
}

a.readmore>span {
    display: inline-block;
    vertical-align: middle;
}

.post-info hr {
    border-top: 1px solid #e0e0e0;
    width: 100%;
    height: 1px;
}


/* Blog Style 01 */

.blog-style-01 .post {
    -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    -moz-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-style-01 .post:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
    -moz-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
    box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}

.blog-style-01 .post:hover .post-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.widget {
    margin-bottom: 30px;
}

.blog-masonry-item {
    margin-bottom: 25px;
}

.widget-title {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 45px;
    font-family: 'Raleway', sans-serif;
}

.aside-title {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.search-form input {
    background-color: #fff;
    color: #000;
}

.blog-list {}

.single-blog-list {
    margin: 0;
    padding: 0;
}

.single-blog-list li {
    list-style: none;
    line-height: 1.7em;
    margin-bottom: 60px;
    margin-top: 30px;
}

.post-meta {
    margin: 20px 0 10px 80px;
    border: solid 1px #333;
    border-left: none;
    font-size: 11px;
    background: #333;
}

.post-meta a {
    color: #fff !important;
}

.post-meta span {
    display: inline-block!important;
    width: 24%;
    padding: 10px 0 10px 0;
    text-align: center;
    border-left: solid 1px #505050;
}

.post-meta span i {
    float: none;
    color: #d11141;
    margin-right: 5px;
}

.blog-list .overlay-area {
    display: block;
    z-index: 1000;
    position: relative;
    width: 100%;
    margin-top: -55px;
}

.blog-list .post-text {
    padding-left: 80px;
}

.blog-list .post-text h3 {
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 600;
}

.single-blog-list span {
    font-weight: 400;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.single-blog-list .post-wrap {
    padding-left: 80px;
}

.single-blog-list .post-text {
    padding-left: 0;
}

.single-blog-list .post-text h3 {
    font-size: 24px;
}

.single-blog-list .date-box {
    text-align: center;
    position: absolute;
}

.single-blog-list .date-box .day,
.single-blog-list .date-box .month {
    font-size: 26px;
    color: #fff;
    padding-top: 18px;
    width: 60px;
    height: 60px;
}

.single-blog-list .date-box .day {
    line-height: 20px;
}

.single-blog-list .date-box .month {
    font-size: 14px;
    background: #333;
}

.blog-list .dark.post-text h3 a {
    color: #fff;
}

.blog-list .dark.post-text h3 a:hover {
    color: #d11141;
}

.blog-list .post-text p {
    font-size: 13px;
    margin-bottom: 3px;
    line-height: 22px;
}

a.btn-text {
    text-decoration: none;
    display: inline-block;
    color: #111 !important;
    font-weight: 600;
    padding: 0;
}

a.btn-text:after {
    font-family: 'icofont';
    content: "\eab8";
    padding-left: 5px;
    color: #d11141;
}

.dark a.btn-text {
    color: #fff !important;
}

.blog-list .overlay-area .date-post {
    padding: 15px;
    padding-top: 20px;
    display: inline-block;
    border-radius: 60px;
    width: 80px;
    height: 80px;
}

.blog-list .overlay-area .day {
    font-size: 32px;
}

.blog-list .overlay-area .month {
    letter-spacing: 3px;
}

.blog-list span {
    font-weight: 400;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.blog-list .date-box {
    text-align: center;
    position: absolute;
}

.blog-list .date-box .day,
.blog-list .date-box .month {
    font-size: 26px;
    color: #fff;
    padding-top: 18px;
    width: 60px;
    height: 60px;
}

.blog-list .date-box .day {
    line-height: 20px;
}

.blog-list .date-box .month {
    font-size: 14px;
    background: #333;
}

.dark .blog-list .date-box .month {
    background: #000;
}

.blog-slide {
    padding: 0;
    margin: 0;
}

.blog-list .post-wrap {
    padding-left: 0px;
}

.blog-list .post-img img {
    width: 100%;
    margin-bottom: 20px;
}


/* 10.6 Widget Recent Post */

.post-item {
    overflow: hidden;
    margin-bottom: 20px;
}

.post-item:last-child {
    margin-bottom: 0;
}

.post-item h4 {
    margin: 0;
}

.post-item .post-thumb {
    float: left;
}

.post-item .post-thumb img {
    width: 75px;
    height: 75px;
}

.post-item .post-body {
    margin-left: 100px;
}

.post-item .post-time {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 7px;
    color: #999;
}

.post-item .subtitle {
    line-height: 1.2;
}


/* 10.5 Widget Search */

.search-form {
    position: relative;
}

.search-field {
    border-color: #e9e9e9!important;
    background: #fff;
}

.search-field:focus {
    border-color: #d11141!important;
}


/* Widget Categories */

.widget_categories ul li:first-child,
.widget_archive ul li:first-child {
    margin-top: 0;
}

.widget_categories ul li,
.widget_archive ul li {
    margin-top: 20px;
    line-height: 25px;
    list-style: none;
    position: relative;
}

.widget_archive ul li span {
    position: absolute;
    top: 0;
    right: 0;
}

.widget_categories ul li a,
.widget_archive ul li a {
    color: #888;
    font-weight: 100;
}

.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
    color: #d11141;
    text-decoration: none;
}


/* Widget Tags */

.post-tags a {
    display: inline-block;
    padding: 5px 11px;
    margin: 0 5px 15px 0;
    border: 1px solid #e0e0e0;
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.post-tags a:hover {
    background: #d11141;
    border: 1px solid #d11141;
    color: #fff;
    text-decoration: none;
}


/* pagination */

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

.pagination li {
    display: inline;
}

.pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
    background: #fff
}

.pagination a:hover {
    background-color: #d11141;
    color: #fff
}

.pagination .active a {
    background-color: #eaeaea;
}

.pagination .active a {
    color: #999999;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.blog-standard {
    margin-top: 20px;
}

.blog-standard blockquote {
    margin: 40px 0;
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-left-color: #d11141;
    font-size: inherit;
    line-height: 1.7;
    color: #888;
}

.post-controls {
    margin-top: 30px;
    overflow: hidden;
}

.post-share li {
    display: inline-block;
    padding-right: 10px;
    margin: 0;
}

.post-controls .post-share {
    float: left;
}

.post-controls .comments-info {
    float: right;
}

.post-controls .post-share li a {
    color: #1d2124;
}

.post-controls .post-share li a:hover {
    color: #d11141;
}


/* 10.3 Comments */

.comments-info a {
    color: #1d2124;
}

.comments-info a:hover {
    color: #d11141;
    text-decoration: none;
}

.comment-respond {
    margin-top: 70px;
    margin-bottom: 80px;
}

.comment-reply-title {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.recent-post-title {
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.comment-box {
    margin-bottom: 80px;
}

.post-comment {
    margin: 30px 0;
}

li.post-comment {
    list-style: none;
}

.comment-content {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.post-comment .avatar {
    margin-right: 22px;
    float: left;
}

.post-comment .avatar img {
    width: 74px;
    height: 74px;
    border-radius: 100px;
}

.post-comment .post-body {
    overflow: hidden;
}

.post-comment .comment-header {
    line-height: 1;
    font-size: 13px;
    padding-right: 46px;
    margin-top: 3px;
    margin-bottom: 10px;
}

.post-comment .author a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #1d2124;
}

.post-comment .comment-header .time-ago a {
    font-size: 12px;
    color: #888;
    margin-left: 6px;
}

.post-comment .reply a {
    font-size: 10px;
    color: #888;
    margin-right: 6px;
    float: right;
    background-color: #ececec;
    padding: 5px 10px;
}

.post-comment .reply-comment {
    padding-left: 90px;
}

.post-comment .reply-comment .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

.comment-form .form-control {
    height: 55px;
    border: 1px solid #eee;
}

.comment-form textarea.form-control {
    height: auto;
}


/* Footer */

.footer {
    font-size: 16px;
}

.footer-main {
    padding: 60px 0 60px;
    background-color: #f5f5f5;
    position: relative;
}

.footer .widget-title {
    position: relative;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #1d2124;
    font-family: 'Montserrat', sans-serif;
    margin-top: 11px;
    font-size: 14px;
}

.footer .widget-text p {
    color: #9e9e9e;
    font-size: 14px;
}

.footer .widget-links {
    font-family: 'Open Sans', sans-serif;
}

.footer .widget-links li {
    margin-bottom: 10px;
    list-style: none;
    color: #9e9e9e;
    font-size: 14px;
}

.footer .widget-links li i {
    color: #9e9e9e;
    padding-right: 10px;
}

.footer .widget-links a {
    color: #9e9e9e;
}

.footer .widget-links a:hover {
    color: #d11141;
    text-decoration: none;
}

.footer-copyright {
    padding: 35px 0;
    background-color: #1d2124;
}

.copy-right {
    margin-top: 8px;
    color: #fff;
    font-size: 13px;
}

.copy-right .icon {
    color: #d11141;
    margin-right: 5px;
}

.footer-copyright ul.social-media {
    float: right;
    display: block;
    margin-bottom: 0;
    margin-top: 5px;
}

.footer-copyright ul.social-media li {
    display: inline-block;
    margin-right: 20px;
}

.footer-copyright ul.social-media li:last-child {
    margin-right: 0;
}

.footer-copyright ul.social-media li a {
    font-size: 20px;
    display: inline-block;
    color: #fff;
}

.footer-copyright ul.social-media li a:hover {
    color: #d11141;
}

.popular-tags a {
    display: inline-block;
    padding: 5px 11px;
    margin: 0 5px 15px 0;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    background: transparent;
    font-size: 14px;
}

.popular-tags a:hover {
    background: #d11141;
    border: 1px solid #d11141;
    color: #fff;
    text-decoration: none;
}


/* Google Maps */

.map-section {
    position: relative;
    min-height: 500px;
}

.map-parallax {
    position: fixed;
    width: 100%;
    height: 45%;
    z-index: -3;
}

#myMap,
#map-style-2,
#map-style-3 {
    min-height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#myMap.wide,
#map-style-2.wide,
#map-style-3.wide {
    height: 500px;
    width: 100%;
    position: relative!important;
}

#mapcontent p {
    margin: 0;
    font-size: 16px;
}


/* Go Top */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 100px;
    display: none;
    z-index: 99;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 15px;
    text-align: center;
    display: block;
    line-height: 36px;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}


/* Sliders */

.default-slider,
.home-fullslide {
    position: relative;
    height: 768px;
    overflow: hidden;
}

.default-slider .container {
    padding-top: 60px;
}

.default-slider.slick-dotted.slick-slider,
.blog-grid-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.home-slider {
    height: 100vh;
    padding: 0;
}

.home-slider .default-slider,
.home-slider .slick-list,
.home-slider .slide-img,
.home-slider .hero-text-wrap {
    height: 100vh;
    width: 100%;
}

.default-slider .slide {
    position: relative;
    height: 768px;
}

.default-slider .slick-dots,
.service-slider-2 .slick-dots {
    bottom: 40px;
}

.default-slider .slick-dots li button,
.portfolio-slider .slick-dots li button {
    font-size: 0;
    width: 40px;
    height: 3px;
    padding: 0px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: rgba(195, 195, 195, 0.5);
}

section.dark-block .default-slider .slick-dots li button {
    background: rgba(33, 33, 33, 0.5);
}

.slide-img,
.parallax-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-screen-bg {
    height: 100vh;
    min-height: 100vh;
}

.hero-text-wrap {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.45);
}

.light-slider .hero-text-wrap {
    background-color: rgba(0, 0, 0, 0);
}

.shape-bg {
    position: relative;
}

.shape-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../../../../incognitothemes.com/xtract/assets/images/slide-shape.html) no-repeat;
    width: 590px;
    height: 590px;
    z-index: -1;
    transform: translate(-5%, -18%);
    -webkit-transform: translate(-5%, -18%);
    -moz-transform: translate(-5%, -18%);
    -o-transform: translate(-5%, -18%);
}

.inline-btn p {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    vertical-align: middle;
}

.inline-btn i {
    font-size: 20px;
}

.video-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.video-box_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.play-button {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    line-height: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.play-button:hover {
    -webkit-transform: translateX(-50%) translateY(-50%)scale(1.1);
    transform: translateX(-50%) translateY(-50%)scale(1.1);
}

.play-button:before {
    content: '';
    border: 1px solid;
    border-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-animation: 1s it-zoom linear infinite;
    animation: 1s it-zoom linear infinite;
}

.play-button:after {
    content: '';
    border: 1px solid;
    border-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-animation: 1s it-zoom linear infinite;
    animation: 1s it-zoom linear infinite;
}

.play-button:before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.play-button i {
    line-height: inherit;
    display: block;
    text-align: center;
    color: #1d2124;
    font-size: 60px;
}

.dark.play-button {
    background-color: #1d2124;
}

.dark.play-button:before {
    border-color: #1d2124;
}

.dark.play-button:after {
    border-color: #1d2124;
}

.dark.play-button i {
    color: #fff;
}

.hero-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-video video {
    position: absolute;
    max-width: none;
}

.bg-flex.bg-flex-left {
    left: 0;
}

.bg-flex.bg-flex-right {
    right: 0;
}

.bg-flex {
    padding: 0;
    position: absolute!important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}

.bg-flex-holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-flex-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-flex-right {
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.col-about-right {
    padding-left: 60px;
}

.col-about-left {
    padding-right: 60px;
}

.row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-flex:before {
    content: none;
}

.row-flex>[class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media only screen and (max-width:767px) {
    .row-flex>[class*="col-"]:not([class*="col-xs"]) {
        width: 100%;
    }
}

.row-flex>[class*="col-"] .col-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
}

.col-inner.spacer {
    padding: 100px 50px;
}

.col-inner.spacer-md {
    padding: 90px 50px;
}

.col-inner.spacer-sm {
    padding: 80px 50px;
}

.col-inner.spacer-xs {
    padding: 60px 50px;
}

.row-flex.flex-center>[class*="col-"] {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width:768px) {
    .row-flex.full-width-flex>[class*="col-"] {
        padding-left: 6.5%;
        padding-right: 6.5%;
    }
}

.row-flex.padding-row>[class*="col-"] {
    padding: 7.5% 6.5%;
}

.row-flex.flex-horizontal>[class*="col-"]:last-child {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.row-flex.flex-spacing .column-inner {
    margin-left: 0;
    margin-right: 0;
}

.social-networks {
    padding: 0;
    list-style: none;
}

.social-networks>li {
    display: inline-block;
    margin-right: 12px;
}

.social-networks>li>a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    color: #1d2124;
    border-radius: 100%;
}

.social-networks>li>a:hover {
    color: #fff;
}

.social-networks>li.social-icon-fb>a:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}

.social-networks>li.social-icon-tw>a:hover {
    background-color: #55acee;
    border-color: #55acee;
}

.social-networks>li.social-icon-lk>a:hover {
    background-color: #0077b5;
    border-color: #0077b5;
}

.social-networks>li.social-icon-be>a:hover {
    background-color: #053eff;
    border-color: #053eff;
}

.social-networks>li.social-icon-de>a:hover {
    background-color: #ea4c89;
    border-color: #ea4c89;
}

.social-networks>li.social-icon-sk>a:hover {
    background-color: #00aff0;
    border-color: #00aff0;
}

.social-networks>li>a i {
    font-size: 20px;
}


/* Testimonials Style 01 */

.testimonial-item:focus {
    outline: none;
}

.testimonial-item .testimonial-content {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px;
    margin: 50px auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.testimonial-item .testimonial-content img {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial .slick-prev {
    left: -80px;
}

.testimonial .slick-next {
    right: -80px;
}

.testimonial-transparent .testimonial-item .testimonial-content {
    background-color: transparent;
}


/* Testimonials Style 02 */

.testimonial-style-2 .testimonial-item .testimonial-content {
    background-color: transparent;
    box-shadow: none;
    margin: 0 auto;
}

.testimonial-style-2 .testimonial-item .testimonial-content img {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.testimonial .slick-prev:before,
.testimonial .slick-next:before {
    font-family: "Ionicons";
    font-size: 35px;
    line-height: 1;
    opacity: 0.5;
    color: #1d2124;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial .slick-prev:hover:before,
.testimonial .slick-prev:focus:before,
.testimonial .slick-next:hover:before,
.testimonial .slick-next:focus:before {
    opacity: 1;
}

.slick-prev {
    left: 25px;
}

.testimonial .slick-prev:before {
    content: '\f2ca';
}

.slick-next {
    right: 25px;
}

.testimonial .slick-next:before {
    content: '\f30f';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.slick-slide:focus {
    outline: none;
}

.testimonial .slick-dots li button,
.blog-slider .slick-dots li button,
.testimonial-style-2 .slick-dots li button,
.text-content-slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.text-content-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.testimonial .slick-dots li.slick-active button {
    width: 10px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    height: 10px;
    background: #fff;
}

.testimonial.gradient-bullet-two .slick-dots li.slick-active button {
    background: rgba(236, 119, 171);
    background: -moz-linear-gradient(45deg, rgba(236, 119, 171) 0%, rgba(120, 115, 245) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(236, 119, 171)), color-stop(100%, rgba(115, 75, 109, 1)));
    background: -webkit-linear-gradient(45deg, rgba(236, 119, 171) 0%, rgba(120, 115, 245) 100%);
    background: -o-linear-gradient(45deg, rgba(236, 119, 171) 0%, rgba(120, 115, 245) 100%);
    background: -ms-linear-gradient(45deg, rgba(236, 119, 171) 0%, rgba(120, 115, 245) 100%);
    background: linear-gradient(45deg, rgba(236, 119, 171) 0%, rgba(120, 115, 245) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ec77ab', endColorstr='#734b6d', GradientType=1);
}

.testimonial.gradient-bullet-three .slick-dots li.slick-active button {
    background: rgba(202, 73, 118, 1);
    background: -moz-linear-gradient(45deg, rgba(202, 73, 118, 1) 0%, rgba(255, 84, 84, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(202, 73, 118, 1)), color-stop(100%, rgba(255, 84, 84, 1)));
    background: -webkit-linear-gradient(45deg, rgba(202, 73, 118, 1) 0%, rgba(255, 84, 84, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(202, 73, 118, 1) 0%, rgba(255, 84, 84, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(202, 73, 118, 1) 0%, rgba(255, 84, 84, 1) 100%);
    background: linear-gradient(45deg, rgba(202, 73, 118, 1) 0%, rgba(255, 84, 84, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ca4976', endColorstr='#ff5454', GradientType=1);
}

.testimonial.gradient-bullet-four .slick-dots li.slick-active button {
    background: #9357cc;
    background: -webkit-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%);
    background: -moz-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%);
    background: -o-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%);
    background: -ms-linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%);
    background: linear-gradient(left, #9357cc 0%, #2989d8 50%, #2cc99d 100%);
}

.testimonial.gradient-bullet-five .slick-dots li.slick-active button {
    background: rgba(246, 211, 101, 1);
    background: -moz-linear-gradient(45deg, rgba(246, 211, 101, 1) 0%, rgba(253, 160, 133, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(246, 211, 101, 1)), color-stop(100%, rgba(253, 160, 133, 1)));
    background: -webkit-linear-gradient(45deg, rgba(246, 211, 101, 1) 0%, rgba(253, 160, 133, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(79, 172, 254, 1) 0%, rgba(253, 242, 254, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(246, 211, 101, 1) 0%, rgba(253, 160, 133, 1) 100%);
    background: linear-gradient(45deg, rgba(246, 211, 101, 1) 0%, rgba(253, 160, 133, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6d365', endColorstr='#fda085', GradientType=1);
}

.testimonial.gradient-bullet-six .slick-dots li.slick-active button {
    background: rgba(247, 157, 0, 1);
    background: -moz-linear-gradient(45deg, rgba(247, 157, 0, 1) 0%, rgba(10, 243, 140, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247, 157, 0, 1)), color-stop(100%, rgba(10, 243, 140, 1)));
    background: -webkit-linear-gradient(45deg, rgba(247, 157, 0, 1) 0%, rgba(0, 243, 140, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(247, 157, 0, 1) 0%, rgba(0, 243, 140, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(247, 157, 0, 1) 0%, rgba(0, 243, 140, 1) 100%);
    background: linear-gradient(45deg, rgba(247, 157, 0, 1) 0%, rgba(0, 243, 140, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f79d00', endColorstr='#64f38c', GradientType=1);
}

.testimonial-style-2 .slick-dots li.slick-active button,
.app-gallery-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.service-slider-2 .slick-prev:before,
.blog-grid-slider .slick-prev:before,
.default-slider .slick-prev:before {
    content: '\ea5c';
}

.service-slider-2 .slick-next:before,
.blog-grid-slider .slick-next:before,
.default-slider .slick-next:before {
    content: '\ea5d';
}

.service-slider-2 .slick-prev:before,
.service-slider-2 .slick-next:before,
.blog-grid-slider .slick-prev:before,
.blog-grid-slider .slick-next:before,
#product-slider .slick-prev:before,
#product-slider .slick-next:before,
section.parallax-bg .testimonial-style-2 .slick-prev:before,
section.parallax-bg .testimonial-style-2 .slick-next:before,
section.dark-block .default-slider .slick-prev:before,
section.dark-block .default-slider .slick-next:before {
    font-family: 'icofont';
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.service-slider-2 .slick-prev,
.service-slider-2 .slick-next,
.blog-grid-slider .slick-prev,
.blog-grid-slider .slick-next {
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 100px;
}

.blog-grid-slider .slick-prev,
.blog-grid-slider .slick-next {
    border-radius: 0px;
}

.service-slider-2 .slide {
    position: relative;
}

.service-slider-2,
.service-slider-2 .slick-list {
    width: 100%;
}

.no-direction .slick-prev,
.no-direction .slick-next {
    display: none!important;
}

.service-slider-2 .slick-prev:hover,
.service-slider-2 .slick-next:hover,
.blog-grid-slider .slick-prev:hover,
.blog-grid-slider .slick-next:hover {
    color: #1d2124;
    background: #fff;
}

.service-slider-2 .slick-prev:focus,
.default-slider .slick-next:focus {
    outline: none;
}

.default-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

section.dark-block .default-slider .slick-dots li.slick-active button,
.portfolio-slider .slick-dots li.slick-active button {
    background-color: #1d2124;
}

section.dark-block .default-slider .slick-prev,
section.dark-block .default-slider .slick-next {
    border: 1px solid rgba(33, 33, 33, 0.7);
    color: #1d2124;
    width: 50px;
    height: 50px;
    border-radius: 100px;
}

section.dark-block .default-slider .slick-prev:hover,
section.dark-block .default-slider .slick-next:hover {
    color: #fff;
    background: #1d2124;
}


/*	Simple Slider   */

.simple-content-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
}

.simple-content-slider-text {
    display: table;
    height: 100%;
    width: 100%;
}

.simple-content-text-inner {
    display: table-cell;
    vertical-align: middle;
}


/*	Template Social Icons   */

.member-socialicons {
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 20px;
}

.member-socialicons li {
    float: left;
    padding: 0 10px;
    line-height: inherit;
    list-style-type: none;
}

.member-socialicons li a {
    color: #fff;
    display: block;
}

.member-socialicons li a:hover {
    color: #ff4552;
}

.member-socialicons li a i {
    display: block;
    font-size: 13px;
    text-align: center;
}

ul.social-default,
ul.social-default-no-border {
    display: block;
}

ul.social-default li,
ul.social-default-no-border li {
    display: inline-block;
    margin-right: 12px;
}

ul.social-default li:last-child,
ul.social-default-no-border li:last-child {
    margin-right: 0;
}

ul.social-default li a {
    font-size: 16px;
    display: block;
    border: solid 1px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
}

ul.social-default li a.fb {
    border-color: #3C599F;
    color: #3C599F;
}

ul.social-default li a:hover.fb,
ul.social-default li a:focus.fb {
    border-color: #3C599F;
    color: #fff;
    background-color: #3c599f;
}

ul.social-default li a.tw {
    border-color: #00aced;
    color: #00aced;
}

ul.social-default li a:hover.tw,
ul.social-default li a:focus.tw {
    border-color: #00aced;
    color: #fff;
    background-color: #00aced;
}

ul.social-default li a.dr {
    border-color: #ea4c89;
    color: #ea4c89;
}

ul.social-default li a:hover.dr,
ul.social-default li a:focus.dr {
    border-color: #ea4c89;
    color: #fff;
    background-color: #ea4c89;
}

ul.social-default li a.be {
    border-color: #1769FF;
    color: #1769FF;
}

ul.social-default li a:hover.be,
ul.social-default li a:focus.be {
    border-color: #1769FF;
    color: #fff;
    background-color: #1769FF;
}

ul.social-default li a.ev {
    border-color: #528036;
    color: #528036;
}

ul.social-default li a:hover.ev,
ul.social-default li a:focus.ev {
    border-color: #528036;
    color: #fff;
    background-color: #528036;
}

ul.social-default-no-border {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

ul.social-default-no-border li a {
    font-size: 16px;
    display: inline-block;
    color: #1d2124;
}

ul.social-default-no-border.big li a {
    font-size: 26px;
    color: #fff;
}

ul.social-default-no-border li a:hover.facebook,
ul.social-default-no-border li a:focus.facebook {
    color: #3C599F;
}

ul.social-default-no-border li a:hover.twitter,
ul.social-default-no-border li a:focus.twitter {
    color: #00aced;
}

ul.social-default-no-border li a:hover.behance,
ul.social-default-no-border li a:focus.behance {
    color: #1769FF;
}

ul.social-default-no-border li a:hover.dribble,
ul.social-default-no-border li a:focus.dribble {
    color: #ea4c89;
}

ul.social-default-no-border li a:hover.google-plus,
ul.social-default-no-border li a:focus.google-plus {
    color: #dd4b39;
}

ul.social-default-no-border li a:hover.linkedin,
ul.social-default-no-border li a:focus.linkedin {
    color: #007bb6;
}

ul.social-default-no-border li a:hover.youtube,
ul.social-default-no-border li a:focus.youtube {
    color: #bb0000;
}

ul.social-default-no-border li a:hover.instagram,
ul.social-default-no-border li a:focus.instagram {
    color: #517fa4;
}

ul.social-default-no-border li a:hover.pinterest,
ul.social-default-no-border li a:focus.pinterest {
    color: #cb2027;
}

ul.social-default-no-border li a:hover.flicker,
ul.social-default-no-border li a:focus.flicker {
    color: #ff0084;
}

ul.social-default-no-border li a:hover.tumblr,
ul.social-default-no-border li a:focus.tumblr {
    color: #32506d;
}

ul.social-default-no-border li a:hover.github,
ul.social-default-no-border li a:focus.github {
    color: #171516;
}

.xs-icon,
.sm-icon,
.md-icon,
.lg-icon,
.xl-icon {
    list-style: none;
    padding: 0;
}

.xs-icon li,
.sm-icon li,
.md-icon li,
.lg-icon li,
.xl-icon li {
    display: inline-block;
}

footer .xs-icon li:first-child,
footer .sm-icon li:first-child,
footer .md-icon li:first-child,
footer .lg-icon li:first-child,
footer .xl-icon li:first-child {
    margin-left: 0;
}

footer .xs-icon li:last-child,
footer .sm-icon li:last-child,
footer .md-icon li:last-child,
footer .lg-icon li:last-child,
footer .xl-icon li:last-child {
    margin-right: 0;
}

.xs-icon li {
    margin: 0 2px
}

.sm-icon li {
    margin: 0 5px
}

.md-icon li {
    margin: 0 8px
}

.lg-icon li {
    margin: 0 10px
}

.xl-icon li {
    margin: 0 12px
}

.xs-icon a {
    font-size: 14px;
    width: 30px!important;
    height: 30px!important;
    line-height: 29px!important;
}

.sm-icon a {
    font-size: 16px;
    width: 40px!important;
    height: 40px!important;
    line-height: 38px!important;
}

.md-icon a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 48px;
}

.lg-icon a {
    font-size: 24px;
    width: 60px!important;
    height: 60px!important;
    line-height: 61px!important;
}

.xl-icon a {
    font-size: 30px;
    width: 70px!important;
    height: 70px!important;
    line-height: 68px!important;
}

.md-icon.left-icon li {
    margin-right: 10px;
    margin-left: 0;
}


/*	Elememts Social Icons   */


/*	Social Icons Style 01   */

.social-icons-style-01 a,
.social-icons-style-07 a {
    text-align: center;
    display: inline-block;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    color: #fff
}

.social-icons-style-01 a:hover {
    border-radius: 100%;
}

.social-icons-style-01 a.fb,
.social-icons-style-02 a.fb:hover,
.social-icons-style-03 a.fb span,
.social-icons-style-06 .icon.facebook:before,
.social-icons-style-09 a.facebook,
.social-icons-style-10 a.fb span,
.social-icons-style-11 .facebook .back {
    background-color: #3b5998;
}

.social-icons-style-01 a.tw,
.social-icons-style-02 a.tw:hover,
.social-icons-style-03 a.tw span,
.social-icons-style-06 .icon.twitter:before,
.social-icons-style-09 a.twitter,
.social-icons-style-10 a.tw span,
.social-icons-style-11 .twitter .back {
    background-color: #00aced;
}

.social-icons-style-01 a.be,
.social-icons-style-02 a.be:hover,
.social-icons-style-03 a.be span,
.social-icons-style-06 .icon.behance:before,
.social-icons-style-09 a.behance,
.social-icons-style-10 a.be span,
.social-icons-style-11 .behance .back {
    background-color: #1769FF;
}

.social-icons-style-01 a.in,
.social-icons-style-02 a.in:hover,
.social-icons-style-03 a.in span,
.social-icons-style-06 .icon.linkedin:before,
.social-icons-style-09 a.linkedin,
.social-icons-style-10 a.in span,
.social-icons-style-11 .linkedin .back {
    background-color: #007bb6;
}

.social-icons-style-01 a.yt,
.social-icons-style-02 a.yt:hover,
.social-icons-style-03 a.yt span,
.social-icons-style-06 .icon.youtube:before,
.social-icons-style-09 a.youtube,
.social-icons-style-10 a.yt span,
.social-icons-style-11 .youtube .back {
    background-color: #bb0000;
}

.social-icons-style-01 a.ins,
.social-icons-style-02 a.ins:hover,
.social-icons-style-03 a.ins span,
.social-icons-style-06 .icon.instagram:before,
.social-icons-style-09 a.instagram,
.social-icons-style-10 a.ins span,
.social-icons-style-11 .instagram .back {
    background-color: #fe1f49;
}

.social-icons-style-01 a.tb,
.social-icons-style-02 a.tb:hover,
.social-icons-style-03 a.tb span,
.social-icons-style-06 .icon.tumblr:before,
.social-icons-style-09 a.tumblr,
.social-icons-style-10 a.tb span,
.social-icons-style-11 .tumblr .back {
    background-color: #32506d;
}

.social-icons-style-01 a.fk,
.social-icons-style-02 a.fk:hover,
.social-icons-style-03 a.fk span,
.social-icons-style-06 .icon.flicker:before,
.social-icons-style-09 a.flickr,
.social-icons-style-10 a.fk span,
.social-icons-style-11 .flickr .back {
    background-color: #ff0084;
}

.social-icons-style-01 a.rss,
.social-icons-style-02 a.rss:hover,
.social-icons-style-03 a.rss span,
.social-icons-style-06 .icon.rss:before,
.social-icons-style-09 a.rss,
.social-icons-style-10 a.rss span,
.social-icons-style-11 .rss .back {
    background-color: #f2890a;
}

.social-icons-style-01 a.pin,
.social-icons-style-02 a.pin:hover,
.social-icons-style-03 a.pin span,
.social-icons-style-06 .icon.pinterest:before,
.social-icons-style-09 a.pinterest,
.social-icons-style-10 a.pin span,
.social-icons-style-11 .pinterest .back {
    background-color: #cb2027;
}

.social-icons-style-01 a.git,
.social-icons-style-02 a.git:hover,
.social-icons-style-03 a.git span,
.social-icons-style-06 .icon.github:before,
.social-icons-style-09 a.github,
.social-icons-style-10 a.git span,
.social-icons-style-11 .github .back {
    background-color: #171516;
}

.social-icons-style-01 a.gplus,
.social-icons-style-02 a.gplus:hover,
.social-icons-style-03 a.gplus span,
.social-icons-style-06 .icon.google-plus:before,
.social-icons-style-09 a.google-plus,
.social-icons-style-10 a.gplus span,
.social-icons-style-11 .google-plus .back {
    background-color: #dd4b39;
}

.social-icons-style-01 a.dr,
.social-icons-style-02 a.dr:hover,
.social-icons-style-03 a.dr span,
.social-icons-style-06 .icon.dribble:before,
.social-icons-style-09 a.dribble,
.social-icons-style-10 a.dr span,
.social-icons-style-11 .dribble .back {
    background-color: #ea4c89;
}


/*	Social Icons Style 02   */

.social-icons-style-02 a {
    text-align: center;
    display: inline-block;
    color: #fff
}

.social-icons-style-02 a:hover {
    color: #fff;
    border-radius: 100%;
}


/*	Social Icons Style 03   */

.social-icons-style-03 {
    position: relative;
}

.social-icons-style-03 a {
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    text-align: center
}

.social-icons-style-03 a:hover {
    color: #fff;
}

.social-icons-style-03 a i {
    position: relative;
    z-index: 1;
}

.social-icons-style-03 a span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 0;
}

.social-icons-style-03 a:hover span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
}


/*	Social Icons Style 04   */

.social-icons-style-04 a:hover.facebook {
    color: #3C599F;
}

.social-icons-style-04 a:hover.twitter {
    color: #00aced;
}

.social-icons-style-04 a:hover.behance {
    color: #1769FF;
}

.social-icons-style-04 a:hover.dribble {
    color: #ea4c89;
}

.social-icons-style-04 a:hover.google-plus {
    color: #dd4b39;
}

.social-icons-style-04 a:hover.linkedin {
    color: #007bb6;
}

.social-icons-style-04 a:hover.youtube {
    color: #bb0000;
}

.social-icons-style-04 a:hover.instagram {
    color: #517fa4;
}

.social-icons-style-04 a:hover.pinterest {
    color: #cb2027;
}

.social-icons-style-04 a:hover.flicker {
    color: #ff0084;
}

.social-icons-style-04 a:hover.tumblr {
    color: #32506d;
}

.social-icons-style-04 a:hover.github {
    color: #171516;
}

.social-icons-style-04 a:hover.rss {
    color: #f2890a;
}


/*	Social Icons Style 05   */

.social-icons-style-05 a.facebook,
.social-icons-style-06 .icon.facebook .icofont,
.social-icons-style-12 a.facebook {
    color: #3C599F;
}

.social-icons-style-05 a.twitter,
.social-icons-style-06 .icon.twitter .icofont,
.social-icons-style-12 a.twitter {
    color: #00aced;
}

.social-icons-style-05 a.behance,
.social-icons-style-06 .icon.behance .icofont,
.social-icons-style-12 a.behance {
    color: #1769FF;
}

.social-icons-style-05 a.dribble,
.social-icons-style-06 .icon.dribble .icofont,
.social-icons-style-12 a.dribble {
    color: #ea4c89;
}

.social-icons-style-05 a.google-plus,
.social-icons-style-06 .icon.google-plus .icofont,
.social-icons-style-12 a.google-plus {
    color: #dd4b39;
}

.social-icons-style-05 a.linkedin,
.social-icons-style-06 .icon.linkedin .icofont,
.social-icons-style-12 a.linkedin {
    color: #007bb6;
}

.social-icons-style-05 a.youtube,
.social-icons-style-06 .icon.youtube .icofont,
.social-icons-style-12 a.youtube {
    color: #bb0000;
}

.social-icons-style-05 a.instagram,
.social-icons-style-06 .icon.instagram .icofont,
.social-icons-style-12 a.instagram {
    color: #517fa4;
}

.social-icons-style-05 a.pinterest,
.social-icons-style-06 .icon.pinterest .icofont,
.social-icons-style-12 a.pinterest {
    color: #cb2027;
}

.social-icons-style-05 a.flicker,
.social-icons-style-06 .icon.flicker .icofont,
.social-icons-style-12 a.flicker {
    color: #ff0084;
}

.social-icons-style-05 a.tumblr,
.social-icons-style-06 .icon.tumblr .icofont,
.social-icons-style-12 a.tumblr {
    color: #32506d;
}

.social-icons-style-05 a.github,
.social-icons-style-06 .icon.github .icofont,
.social-icons-style-12 a.github {
    color: #171516;
}

.social-icons-style-05 a.rss,
.social-icons-style-06 .icon.rss .icofont,
.social-icons-style-12 a.rss {
    color: #f2890a;
}

.social-icons-style-05 a:hover {
    color: #fff;
}


/*	Social Icons Style 06   */

.social-icons-style-06 .icon {
    display: inline-block;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
    opacity: 0.99;
}

.social-icons-style-06 .icon,
.social-icons-style-06 .icon:before,
.social-icons-style-06 .icon .icofont {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-icons-style-06 .icon:before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.social-icons-style-06 .icon:before {
    top: 90%;
    left: -110%;
}

.social-icons-style-06 .icon .icofont {
    vertical-align: middle;
}

.social-icons-style-06 .icon .icofont {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.social-icons-style-06 .icon:focus:before,
.social-icons-style-06 .icon:hover:before {
    top: -10%;
    left: -10%;
}

.social-icons-style-06 .icon:focus .icofont,
.social-icons-style-06 .icon:hover .icofont {
    color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
}


/*	Social Icons Style 07   */

.social-icons-style-07 a:hover {
    color: #d11141;
}


/*	Social Icons Style 08   */

.social-icons-style-08 a {
    text-align: center;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #232323;
    background-color: transparent;
    border-radius: 100%;
}

.social-icons-style-08 a:hover {
    background-color: transparent;
}

.social-icons-style-08 a.facebook:hover {
    border-color: #3b5998;
    color: #3b5998;
}

.social-icons-style-08 a.twitter:hover {
    border-color: #00aced;
    color: #00aced
}

.social-icons-style-08 a.google-plus:hover {
    border-color: #dc4a38;
    color: #dc4a38
}

.social-icons-style-08 a.dribble:hover {
    border-color: #ea4c89;
    color: #ea4c89
}

.social-icons-style-08 a.youtube:hover {
    border-color: #bb0000;
    color: #bb0000
}

.social-icons-style-08 a.linkedin:hover {
    border-color: #0077b5;
    color: #0077b5
}

.social-icons-style-08 a.instagram:hover {
    border-color: #FE1F49;
    color: #FE1F49
}

.social-icons-style-08 a.pinterest:hover {
    border-color: #CB2027;
    color: #CB2027
}

.social-icons-style-08 a.flickr:hover {
    border-color: #ff0084;
    color: #ff0084
}

.social-icons-style-08 a.rss:hover {
    border-color: #f2890a;
    color: #f2890a
}

.social-icons-style-08 a.behance:hover {
    border-color: #1769ff;
    color: #1769ff
}

.social-icons-style-08 a.tumblr:hover {
    border-color: #32506d;
    color: #32506d
}


/*	Social Icons Style 09   */

.social-icons-style-09 a {
    text-align: center;
    display: inline-block;
    -webkit-transition: -webkit-transform 1s, backgrond 0.4s;
    -moz-transition: -moz-transform 1s, background 0.4s;
    -o-transition: -o-transform 1s, background 0.4s;
    transition: transform 1s, background 0.4s;
    border-radius: 100%;
    color: #fff
}

.social-icons-style-09 a:hover {
    -webkit-transform: translateY(-10px)rotateZ(360deg);
    -moz-transform: translateY(-10px)rotateZ(360deg);
    -ms-transform: translateY(-10px)rotateZ(360deg);
    -o-transform: translateY(-10px)rotateZ(360deg);
    transform: translateY(-10px)rotateZ(360deg);
}


/*	Social Icons Style 10   */

.social-icons-style-10 a {
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #232323;
    text-align: center;
    z-index: 1;
}

.social-icons-style-10 a:hover {
    color: #fff;
}

.social-icons-style-10 a span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 0;
    z-index: -1;
}

.social-icons-style-10 a:hover span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
}


/*	Social Icons Style 11   */

.social-icons-style-11 a {
    background: #fff;
    color: #1d2124;
    float: left;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    ;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.social-icons-style-11 .front,
.social-icons-style-11 .back {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}

.social-icons-style-11 .back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.social-icons-style-11 a:hover .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}

.social-icons-style-11 a:hover {
    color: #fff;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}


/*	Social Icons Style 12   */

.social-icons-style-12 a {
    color: #fff;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
}

.social-icons-style-12 a span {
    color: #1d2124;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    z-index: -1;
    font-size: 14px;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-icons-style-12 a:hover span {
    bottom: 60px;
    visibility: visible;
    opacity: 1;
}

.social-icons-style-12 a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}


/* Breadcrumb */

.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: 0
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb ul li {
    display: inline-block;
}

.breadcrumb ul li a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.breadcrumb ul li a:hover,
.breadcrumb ul li a:focus {
    color: #d11141;
}

.breadcrumb ul>li:after {
    content: "\eab8";
    font-family: icofont;
    padding: 0 11px 0 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    color: #fff;
}

.breadcrumb ul>li:last-child:after {
    border-right: 0;
    content: "";
    padding: 0
}


/* List Styles */


/* list Style 01 */

.list-style-none li {
    list-style: none;
}

.list-style-01 li {
    padding: 5px 0
}


/* list Style 02 */

.list-style-02 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-style-02 li {
    position: relative;
    margin: 0 0 15px 0;
}

.list-style-02 li.not-available {
    color: #ccc;
}

.list-style-02 li.not-available:before {
    color: #fe4f4f;
    content: "\efb8";
    font-family: icofont;
    margin-right: 10px;
}

.list-style-02 li:before {
    content: "\efad";
    font-family: icofont;
    margin-right: 10px;
    color: #d11141;
}


/* list Style 03 */

.list-style-03 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-style-03 li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 9px 0;
}

.list-style-03 li:before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #1d2124;
    position: absolute;
    top: 11px;
    left: 0;
}


/* list Style 04 */

.list-style-04 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-style-04 li {
    padding: 0;
    margin: 0 0 10px 0;
}

.list-style-04 li i {
    margin-right: 10px;
}


/* Our Process */


/* Our Process Style 01 */

.our-process-style-01 .count-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
}

.our-process-style-01 .count-wrap:before {
    width: 80px;
    height: 80px;
    opacity: .2;
    z-index: 1;
}

.our-process-style-01 .count-wrap:after {
    width: 65px;
    height: 65px;
    opacity: .5;
    z-index: 2;
}

.our-process-style-01 .count-wrap:after,
.our-process-style-01 .count-wrap:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100px;
}

.our-process-style-01 .count,
.our-process-style-01 .count-wrap:after,
.our-process-style-01 .count-wrap:before {
    background-color: #d11141;
}

.our-process-style-01 .count {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.our-process-style-01 .line:after,
.our-process-style-01 .line:before {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background: #eee;
    position: absolute;
    top: 40px;
    text-align: center;
}

.our-process-style-01 .line:after {
    right: 0
}

.our-process-style-01 .line:before {
    left: 0
}

.our-process-style-01 .line:first-child:before {
    display: none;
}

.our-process-style-01 .line:last-child:after {
    display: none;
}


/* Our Process Style 02 */

.our-process-style-02 .icon-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 100px;
}

.our-process-style-02 .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 65px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    margin-left: 0;
}

.our-process-style-02 .line:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 55px;
    text-align: center;
    left: 50%;
}

.our-process-style-02 .line:last-child:after {
    display: none;
}


/* Custom Styles */

.left-img {
    bottom: -85px;
    position: absolute;
    left: -70px;
    width: 54%;
}

.left-img img {
    max-width: none;
}

.client-logo {
    margin: 0px 15px;
}

.client-logo img {
    margin: auto;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.client-logo img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

section.big-block .client-logo {
    padding: 10%;
}

.client-sm-logos img {
    margin: 0 auto;
    width: 150px;
}

.client-logo-height img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.client-logo-height:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.client-logo-height {
    height: 190px;
}

.client-logo-height:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.default-slider .slide:focus,
.testimonial-item:focus,
.quote-item:focus,
.client-logo:focus,
.zoom-text:focus,
.portfolio-slider .item:focus,
.blog-grid-slider .item:focus,
.member:focus,
.blog-slider .post:focus,
#product-slide .small-thumb:focus,
#product-slider .big-thumb:focus,
.model-slider .item-model:focus {
    outline: none;
}

.cover-bg {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.title-hero-bg {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    min-height: 400px;
}

.title-hero-bg::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-title {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 15;
    -webkit-transform: translate(0%, 50%);
    -moz-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    -o-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
}

.page-title h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
}

.grid-box [class^=col-] {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(0, 0, 0, .09);
    margin-top: 5px;
    margin-bottom: 5px;
}


/* Countdowns */

.countdown {
    margin-bottom: 0;
}

.countdown li {
    display: inline-block;
    text-align: center;
    margin-right: 50px;
}

.countdown li:last-child {
    margin-right: 0;
}


/* Skills Bar */

.skillbar-style-01 .skillbar {
    position: relative;
    display: inline-block;
    margin: 80px 0 0px;
    width: 100%;
    height: 4px;
    background-color: #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.skillbar-style-01 .skillbar-title {
    position: absolute;
    top: -35px;
    left: 0;
}

.skillbar-style-01 .skillbar-bar {
    height: 4px;
    width: 0px;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    position: absolute;
    top: 0;
}

.skillbar-style-01 .skill-bar-percent {
    position: absolute;
    right: -40px;
    top: -8px;
}

.skillbar-style-02 .skillbar {
    position: relative;
    display: inline-block;
    margin: 80px 0 10px;
    width: 100%;
    height: 4px;
    width: 100%;
    background-color: #1d2124;
}

.skillbar-style-02 .skillbar-title {
    position: absolute;
    top: -35px;
    left: 0;
}

.skillbar-style-02 .skillbar-bar {
    height: 25px;
    width: 0px;
    display: inline-block;
}

.skillbar-style-02 .skill-bar-percent {
    position: absolute;
    right: 0px;
    top: -25px;
}

.skillbar-style-03 .skillbar {
    position: relative;
    display: inline-block;
    margin: 80px 0 10px;
    width: 100%;
    height: 4px;
    width: 100%;
    background-color: #eee;
}

.skillbar-style-03 .skillbar-title {
    position: absolute;
    top: 10px;
    left: 0;
}

.skillbar-style-03 .skillbar-bar {
    height: 25px;
    width: 0px;
    display: inline-block;
}

.skillbar-style-03 .skill-bar-percent {
    position: absolute;
    right: 0px;
    top: 10px;
}


/* Pie Charts */

.chart-style-01 .chart-circle {
    margin: 0 0 20px 0;
}

.chart-style-01 .chart-01 {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
}

.chart-style-01 .chart-01 canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.chart-style-01 .percent {
    display: inline-block;
    line-height: 150px;
    z-index: 2;
}

.chart-style-01 .percent:after {
    content: '%';
}

.chart-style-02 .chart-circle {
    margin: 0 0 20px 0;
}

.chart-style-02 .chart-02 {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
}

.chart-style-02 .chart-02 canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.chart-style-02 .percent {
    display: inline-block;
    line-height: 120px;
    z-index: 2;
}

.chart-style-02 .percent:after {
    content: '%';
}

.chart-style-03 .chart-circle {
    margin: 0 0 20px 0;
}

.chart-style-03 .chart-03 {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    text-align: center;
}

.chart-style-03 .chart-03 canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.chart-style-03 .percent {
    display: inline-block;
    line-height: 65px;
    z-index: 2;
    border-radius: 100px;
    width: 65px;
    height: 65px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.chart-style-03 .percent:after {
    content: '%';
}


/* Custom Images */

.img-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.responsive-screen {
    margin-top: 50px;
}


/* Demos */

.product {
    margin: 0 0 30px 0;
}

.product-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    border: 9px solid #212121;
}

.product-img img {
    width: 100%;
}

.product-wrap .product-caption {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    opacity: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.product-wrap:hover .product-caption {
    opacity: 1;
}

.product-description {
    width: 100%;
    height: 100%;
}

.product-description-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -50px;
}

.product-description .product-title,
.product-description .product-subtitle {
    position: relative;
    left: 0;
    color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.product-description .product-title {
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product-description .product-title a i {
    color: #fff;
}

.product-description .product-subtitle {
    top: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-wrap:hover .product-description .product-title {
    opacity: 1;
    visibility: visible;
    top: 30px;
}

.product-wrap:hover .product-description .product-subtitle {
    opacity: 1;
    visibility: visible;
    top: 25px;
}

.product .product-detail {
    margin-top: 30px;
}

.demo-box {
    margin-bottom: 25px;
    text-align: center;
}

.demo-box a {
    position: relative;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.08), 0px 6px 18px 0px rgba(0, 0, 0, 0.05);
    transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(0px);
}

.demo-box a:hover {
    box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.08), 0px 30px 25px 0px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}

.demo-box img {
    box-shadow: 0 10px 30px 0 rgba(31, 35, 37, .1);
    transition: all .35s cubic-bezier(0.4, 0, .2, 1);
}

.single-img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.demo-box h3 {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #fff;
}

.filter-white.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #d11141;
    border-bottom: 1px solid #d11141;
}

.filter-white.cbp-l-filters-alignCenter .cbp-filter-item {
    color: #fff;
    margin: 0 10px;
}

.filter-white.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #888;
}

.portfolio-layout-slider .item-img {
    margin: 0 15px;
}

.portfolio-layout-slider .item-img img {
    box-shadow: 0 10px 30px 0 rgba(31, 35, 37, .1);
}