 
  
 @media (min-width: 768px) and (max-width: 979px) {
#portfoliolist .fancyDemo a {
    height: 117px !important;
}
.portfolio img {
    max-height: 117px !important;
}
}

@media (max-width: 640px) {

}

@media (max-width: 480px) {
	
#portfoliolist .fancyDemo a {
    height: 49px !important;
}
.portfolio img {
    max-height: 49px !important; 
}
}


@media (max-width: 320px) {
#portfoliolist .fancyDemo a {
    height: 47px !important;
}
.portfolio img {
    max-height: 49px !important; 
}
}

/*---start portfolio --*/
.portfolio_main {
    padding: 2% 0 4%;
}

#info {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fcf8e3;
    border: 1px solid #fbeed5;
    width: 95%;
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

    #info .info-wrapper {
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
    }

    #info a {
        color: #c09853;
        text-decoration: none;
    }

    #info p {
        margin: 5px 0 0 0;
    }

.container {
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#filters {
    margin: 4% 1%;
    padding: 0;
    list-style: none;
}

    #filters li {
        display: inline-block;
        margin-right: 20px;
    }

        #filters li span {
            font-size: 13px;
            display: block;
            padding: 10px 30px;
            border: 1px solid rgb(221, 221, 221);
            text-decoration: none;
            color: #c40006;
            cursor: pointer;
            text-transform: uppercase;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
        }

            #filters li span.active, #filters li span:hover {
                background: #EA6060;
                border: 1px solid #CF5050;
                color: #fff;
            }

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 23%;
    margin: 1%;
    display: none;
    float: left;
    overflow: hidden;
}


.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}
#portfoliolist .portfolio-wrapper{
    border:1px solid #000;
        /*background-color: #eaded3;*/
}

#portfoliolist  .fancyDemo a {
    align-items: center;
    display: flex;
    height: 184px;
    text-align: center;
}
.portfolio img {
    max-height: 181px;
    margin: auto;
    top: 0px !important;
    max-width: 100%;
    position: relative;
    opacity: 5;
    transition: all 300ms !important;
    -webkit-transition: all 300ms !important;
    -moz-transition: all 300ms !important;
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
}

.portfolio .label-bg {
    background: #62A29E;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.portfolio .text-category {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 100;
    margin-top: 5px;
}
/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after, .clearfix:after {
    clear: both;
}

.row, .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/* start blog */
.blog {
    padding: 4% 0%;
}

.blog_date {
    text-align: center;
}

.blog_list {
    margin-top: 4%;
}

.blog_date span.date {
    background: #F5F5F5;
    padding: 15px 10px;
    display: block;
    color: #808B8D;
    font-size: 20px;
    text-transform: uppercase;
    box-shadow: inset 0px -2px 0px #DFDFDF;
    -webkit-box-shadow: inset 0px -2px 0px #DFDFDF;
    -moz-box-shadow: inset 0px -2px 0px #DFDFDF;
    -o-box-shadow: inset 0px -2px 0px #DFDFDF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.blog_date span.icon_date {
    margin-top: 20px;
    background: #808B8D;
    padding: 20px 10px;
    display: block;
    color: #FFFFFF;
    font-size: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.blog_left span {
    font-size: 14px;
    color: #808B8D;
    display: block;
    text-transform: capitalize;
}

    .blog_left span a {
        color: #E55846;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .blog_left span a:hover {
            color: #81BFBE;
            text-decoration: none;
        }

        .blog_left span a i {
            color: #81BFBE;
            margin-right: 5px;
        }

        .blog_left span a.left {
            margin-left: 20px;
        }

.blog_left p {
    margin: 20px 0;
}

.blog_left img {
    width: 100%;
}

.blog_left h4 a {
    display: block;
    margin: 4% 0 2%;
    font-size: 20px;
    color: #808B8D;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .blog_left h4 a:hover {
        text-decoration: none;
        color: #E55846;
    }

.blog_right h4 {
    margin: 0 0 4%;
    color: #808B8D;
    text-transform: capitalize;
    font-size: 20px;
}
/* start ads_nav */
.ads_nav li {
    float: left;
    width: 48.3333%;
    margin-left: 3.33333%;
    margin-bottom: 10px;
}

    .ads_nav li:first-child, .ads_nav li:nth-child(3) {
        margin-left: 0;
    }

    .ads_nav li a {
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .ads_nav li a img {
            width: 100%;
        }

        .ads_nav li a:hover {
            zoom: 1;
            filter: alpha(opacity=50);
            opacity: 0.7;
            -webkit-transition: opacity .15s ease-in-out;
            -moz-transition: opacity .15s ease-in-out;
            -ms-transition: opacity .15s ease-in-out;
            -o-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out;
        }
/* start tag_nav */
.tag_nav {
    margin: 8% 0;
}

    .tag_nav li {
        margin: 10px 5px 0 0;
        display: inline-block;
    }

        .tag_nav li a {
            display: block;
            text-transform: capitalize;
            background: #808B8D;
            color: #FFFFFF;
            font-size: 13px;
            padding: 8px 14px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            .tag_nav li.active a, .tag_nav li a:hover {
                background: #E9645B;
                color: #ffffff;
                text-decoration: none;
            }
/* start news_letter */
.news_letter {
    margin: 8% 0;
}

    .news_letter form input[type="text"] {
        font-family: 'roboto_condensedregular';
        font-weight: 100;
        padding: 10px;
        display: block;
        width: 100%;
        background: #ffffff;
        outline: none;
        color: #555555;
        font-size: 13px;
        border: 1px solid #DADADA;
        -webkit-appearance: none;
    }

    .news_letter form input[type="submit"] {
        float: right;
        margin-top: 15px;
        font-family: 'roboto_condensedregular';
        font-size: 14px;
        color: #FFFFFF !important;
        padding: 12px 30px;
        background: #62A29E;
        line-height: 20px;
        text-transform: uppercase;
        border: none;
        outline: none;
        -webkit-appearance: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        box-shadow: inset 0px -4px 0px #c40006;
        -webkit-box-shadow: inset 0px -4px 0px #c40006;
        -moz-box-shadow: inset 0px -4px 0px #c40006;
        -o-box-shadow: inset 0px -4px 0px #c40006;
    }

        .news_letter form input[type="submit"]:hover {
            background: #c40006;
        }






































/*start features*/
.features {
    background: #e8e8e8;
    color: #191919;
}

    .features li {
        padding: 10px 15px;
        border-bottom: 1px solid #d8d8d8;
        font-size: 13px;
        list-style-type: none;
        text-transform: uppercase;
        color: rgb(99, 99, 99);
    }

.pricing_btn {
    padding: 40px;
    background: #e8e8e8;
}

.action_button {
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 10px 30px;
    font-size: 13px;
    text-transform: uppercase;
    background: #565D67;
}

.price_block:hover {
    transform: scale(1.04) translateY(-5px);
    z-index: 1;
}

    .price_block:hover .price {
        background: #E2534B;
    }

    .price_block:hover h3 {
        background: #222;
    }

    .price_block:hover .action_button {
        background: #E2534B;
        text-decoration: none;
        color: #ffffff;
    }

.skeleton, .skeleton ul, .skeleton li, .skeleton div, .skeleton h3, .skeleton span, .skeleton p {
    border: 5px solid rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 7px !important;
    background: rgba(0, 0, 0, 0.05) !important;
    padding: 0 !important;
    text-align: left !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    font-size: 10px !important;
    font-style: italic !important;
    text-transform: none !important;
    font-weight: normal !important;
    color: black !important;
}

    .skeleton .label {
        font-size: 11px !important;
        font-style: italic !important;
        text-transform: none !important;
        font-weight: normal !important;
        color: white !important;
        border: 0 none !important;
        padding: 5px !important;
        margin: 0 !important;
        float: none !important;
        text-align: left !important;
        background: none !important;
    }

.skeleton {
    display: none !important;
    margin: 100px !important;
    clear: both;
}

.price_block:nth-child(odd) {
    border-right: 1px solid transparent;
}

.price_block {
    border-right: 1px solid transparent;
    border-bottom: 0 none;
}

    .price_block:last-child {
        border-right: 0 none;
    }
/* start feature */
.technology {
    padding: 4% 0;
}

    .technology h4 {
        font-size: 18px;
        color: #7F8C8C;
        font-weight: 100;
        text-transform: capitalize;
        display: block;
        margin: 10px 0 20px;
    }

.technology_main {
    margin: 0 0 4%;
}

.tech_para {
    float: left;
    width: 68.3333%;
}

.images_1_of_4 {
    float: left;
    width: 28.3333%;
    margin-left: 3.3333%;
}

    .images_1_of_4 span {
        width: 120px;
        height: 120px;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

.bg {
    background: #E2534B;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 75px;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    -o-border-radius: 75px;
}

.images_1_of_4 span i {
    font-size: 6em;
    color: #ffffff;
    line-height: 2em;
    text-shadow: 1px 1px 0px #3b3b3b;
    -webkit-text-shadow: 1px 1px 0px #3b3b3b;
    -moz-text-shadow: 1px 1px 0px #3b3b3b;
    -o-text-shadow: 1px 1px 0px #3b3b3b;
    -ms-text-shadow: 1px 1px 0px #3b3b3b;
}

.pagination > li > a, .pagination > li > span {
    font-size: 16px;
    padding: 10px 16px;
    color: #FFFFFF;
    background-color: #7F8C8C;
    border: 1px solid #707575;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #FFFFFF;
        background: #E2534B;
        border-color: #DA4A4A;
    }

.alert {
    font-size: 13px;
}

.alert-warning {
    color: #3b3b3b;
    background-color: #F3F3F3;
    border-color: #E2E2E2;
}

.btn {
    font-family: 'roboto_condensedregular';
    font-size: 14px;
    color: #FFFFFF !important;
    padding: 12px 30px;
    background: #62A29E;
    line-height: 20px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: inset 0px -4px 0px #c40006;
    -webkit-box-shadow: inset 0px -4px 0px #c40006;
    -moz-box-shadow: inset 0px -4px 0px #c40006;
    -o-box-shadow: inset 0px -4px 0px #c40006;
}

    .btn:hover {
        background: #c40006;
    }
/* start contact */
.contact {
    padding: 4% 0;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.contact_main {
    margin: 4% 0;
}

.contact p.style {
    background: #e0e0e0;
    padding: 20px;
    font-size: 14px;
    color: #7F8C8C;
    line-height: 1.5em;
}

.company_ad h2 {
    margin: 0 0 20px;
    text-transform: capitalize;
    font-size: 24px;
    color: #7F8C8C;
}

.company_ad p {
    font-size: 14px;
    color: #888888;
    line-height: 1.8em;
}

    .company_ad p a {
        color: #E2534B;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .company_ad p a:hover {
            text-decoration: none;
            color: #888888;
        }

.contact-form h2 {
    margin: 0 0 20px;
    text-transform: capitalize;
    font-size: 24px;
    color: #7F8C8C;
}

.contact-form span {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    color: #5b5b5b;
    font-weight: normal;
    margin-bottom: 10px;
}

.contact-form input[type="text"], .contact-form textarea {
    font-family: 'roboto_condensedregular';
    margin: 20px 0;
    box-shadow: none;
    border: 1px solid #C7C7C7;
    background: #DDDDDD;
    color: #888888;
    line-height: 1.8em;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 13px;
    outline: none;
    -webkit-appearance: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.contact-form textarea {
    resize: none;
    height: 160px;
}

.contact-form input[type="text"]:hover, .contact-form form textarea:hover {
    border-color: #b4b4b4;
}

.contact-form input[type="text"]:focus, .contact-form form textarea:focus {
    border: 1px solid #b4b4b4;
}

.contact-form a {
    font-family: 'roboto_condensedregular';
    font-size: 14px;
    color: #FFFFFF;
    padding: 12px 30px;
    background: #c40006;
    line-height: 20px;
    text-transform: uppercase;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    box-shadow: inset 0px -4px 0px #c40006;
    -webkit-box-shadow: inset 0px -4px 0px #c40006;
    -moz-box-shadow: inset 0px -4px 0px #c40006;
    -o-box-shadow: inset 0px -4px 0px #c40006;
}

.contact-form input[type="submit"]:hover {
    background: #c40006;
}
/* start details */
.details {
    margin: 4% 0;
}

    .details h2 {
        font-size: 20px;
        color: #808B8D;
    }

    .details img {
        margin: 2% 0;
    }
/***** Media Quries *****/
@media only screen and (max-width: 1440px) and (min-width: 240px) {
    .wrap {
        width: 95%;
    }
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1280px) {
}


@media only screen and (max-width: 1024px) {
    .menu li a {
        padding: 10px 18px;
    }

    .span1_of_4 {
        width: 22.77777%;
    }

    .line {
        width: 70%;
        left: 20%;
    }
}

@media only screen and (max-width: 768px) {
   /* .logo {
        float: left;
        text-align: center;
        width: 80px;
        height: 100px;
    }*/

    .h_menu {
        float: none;
    }

    .menu li.activate a, .menu li a:hover {
        background: #ffffff;
        box-shadow: none;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .menu li a:hover {
        color: #ffffff;
        background: #E2534B;
    }

    .menu li a {
        font-size: 14px;
    }

    .span1_of_2 {
        padding-left: 0px;
    }

    .span1_of_1 h3 {
        font-size: 24px;
    }

    .span1_of_4 {
        padding: 0;
        margin-left: 0px;
        width: 100%;
        margin-bottom: 40px;
    }

    .read_more {
        left: 42%;
    }

    .line {
        width: 60%;
        left: 25%;
    }

    .owl-prev {
        right: 5%;
    }

    .footer1_of_3 h4 {
        margin: 10px 0px 10px;
    }

    .footer_of_3 {
        padding-left: 0px;
    }

    .blog_list {
        margin-top: 2%;
    }

    .f_text {
        padding-left: 0px;
    }

    .slider_text h4 {
        font-size: 28px;
    }

    .footer1_of_3 p {
        margin-bottom: 2px;
    }

    .about h3 {
        font-size: 20px;
    }

    .price_block {
        width: 100% !important;
        float: none !important;
        margin-bottom: 40px;
    }

    .blog_main {
        padding: 0;
    }

    .blog_date {
        margin-bottom: 20px;
    }

    .blog_right h4 {
        margin: 4% 0 2%;
    }

    .read_btn {
        margin-bottom: 30px;
    }

    .technology h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px) {
    .slider_text h4 {
        font-size: 24px;
    }

    .span4_of_list {
        padding: 20px 20px 45px;
    }

    .about h3 {
        font-size: 16px;
    }

    .technology h4 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .read_more {
        left: 36%;
    }

    .line {
        width: 38%;
        left: 40%;
    }

    .btn {
        padding: 10px 28px;
    }

    #filters li {
        margin-right: 5px;
    }

        #filters li span {
            padding: 10px 24px;
        }
}

@media only screen and (max-width: 320px) {
    h3.style {
        font-size: 20px;
        margin: 10px 0 0;
    }

    .footer1 {
        text-align: center;
    }

    .copy {
        float: none !important;
    }

    .soc_icons {
        float: none !important;
    }

    .circle_list li {
        margin-left: 0px;
        width: 100%;
    }

    .span1_of_1 h3 {
        font-size: 22px;
    }

    .read_more {
        left: 24%;
    }

    .line {
        display: none;
    }

    .breadcrumb {
        background: none;
        margin-bottom: 0px;
        margin-right: 0px;
    }

    #filters li span {
        padding: 6px 10px;
    }

    .f_logo {
        margin: 15px 0 10px;
    }

    #portfoliolist .portfolio {
        /*width: 48%;*/
    }

    .cau_hide {
        display: none !important;
    }
}

.container_box {
    overflow: auto;
    display: block;
}

    .container_box > .div1 {
        margin: 10px;
        width: 25%;
        height: 200px;
        background: white;
        float: left;
        text-align: center;
        font-size: 18px;
    }

    .container_box > .flipWrapper {
        margin: 10px;
        width: 70%;
        height: 200px;
        background: white;
        float: left;
        text-align: center;
        -webkit-perspective: 1000;
    }

/*.flipWrapper
{
    
    width: 70%;
    height: 200px;
    background: white;
    position: relative;
    margin: 10px auto;
    text-align: center;
    float: left;
}*/
.flipWrapper .card.flipped {
    -webkit-transform: rotatey(180deg);
}

.flipWrapper .card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
}

    .flipWrapper .card .face {
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-backface-visibility: hidden;
        z-index: 2;
        
        font-size: 18px;
        text-align: center;
        line-height: 200px;
    }

    .flipWrapper .card .front {
        position: absolute;
        z-index: 1;
        background: rgb(255,250,250);
        cursor: pointer;
        border-radius: 10px;
    }

    .flipWrapper .card .back {
        -webkit-transform: rotatey(-180deg);
        background: blue;
         background: rgb(255,250,250);
        color: white;
        cursor: pointer;
        border-radius: 10px;
    }
