@import 'https://fonts.googleapis.com/css?family=Questrial';
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';

/*	 	font
------------------*/


/*	 	color
------------------*/


/*	Border Color
-----------------------*/


/*  transitions
------------------*/

.t3s {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.bdr3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}


/*    Position Absulate and Relative
--------------------------------------*/

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pa-reset {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    content: "";
}


/*    Display
----------------*/

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.di {
    display: inline;
}

.dif {
    display: inline-flex;
}


/*    Font-weight
-----------------------*/

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}


/*    Font-weight
-----------------------*/

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


/*	Margin Padding
----------------------*/

.mb80 {
    margin-bottom: 80px;
}

.pdl15 {
    padding-left: 15px;
}

.pdr15 {
    padding-right: 15px;
}

.no-marging {
    margin: 0 !important;
}

body {
    color: #5b6f7d;
    font-family: Questrial, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:hover,
a:focus,
a.active {
    text-decoration: none;
    outline: none;
}

ul {
    padding: 0px;
    margin: 0px;
    padding: 0;
}

ul li {
    list-style: none;
}

ul li a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.bg-white {
    background: #fff;
}

.margin-top-zero {
    margin-top: 0px !important;
}

.margin-bottom-zero {
    margin-bottom: 0px !important;
}

.padding-bottom-zero {
    padding-bottom: 0px !important;
}

.border-bottom {
    border-bottom: 0;
}

.absolute {
    position: absolute;
}

.element-section-padding {
    padding-bottom: 80px;
}

.mt100 {
    margin-top: 100px !important;
}

a {
    color: #404040;
}

a:hover {
    color: #ff3845;
}

h1 {
    color: #414141;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 15px;
    margin-top: 0;
}

h3 {
    color: #404040;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

h2 {
    color: #414141;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 15px;
    margin-top: 0;
}

h5 {
    color: #414141;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
    margin-top: 0;
}

.page-sub-title {
    color: #fff;
    font-family: Questrial, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 3.2px;
    line-height: 20px;
}

.primary-color {
    color: #ff3a47;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdr0 {
    padding-right: 0 !important;
}


/*  Start Protfolio Classes
-------------------------------*/

.banner-area {
    background: url('../images/portfolio/bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    border-bottom: 2px solid #cccccc;
}

.banner-area .title-sub {
    color: #fff;
    font-family: Questrial, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 3.2px;
}

.portfolio-title-text {
    padding-top: 165px;
    text-align: center;
    padding-bottom: 194px;
}

.portfolio-title-text h1 {
    color: #ffffff;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.portfolio-area {
    margin-bottom: 100px;
}

.portfolio-product-grid .mix {
    display: none;
}


/*   Standard Protfolio
------------------------------------------*/

.portfolio-filter {
    margin-bottom: 40px;
}

.portfolio-filter ul {
    list-style: inside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.portfolio-filter ul li {
    display: inline-block;
    margin-right: 2px;
    margin-top: 10px;
}

.portfolio-filter ul li a,
.portfolio-filter ul li label {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #afc3d0;
    cursor: pointer;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    padding: 2px 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.portfolio-filter ul li a:hover,
.portfolio-filter ul li label:hover {
    border: 1px solid #afc3d0;
    border-radius: 10px;
    color: #404040;
}

.portfolio-filter ul li.active a,
.portfolio-filter ul li.active label {
    border: 1px solid #afc3d0;
    border-radius: 10px;
    color: #404040;
}

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

.single-portfolio .media {
    position: relative;
}

.single-portfolio .media::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 0;
}

.single-portfolio .media a {
    bottom: 0;
    color: #ffffff;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 10px;
    z-index: 10;
}

.single-portfolio .media:hover::after {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.single-portfolio .media:hover a {
    opacity: 1;
    top: calc(46%);
}

.single-portfolio .media:hover a:hover {
    color: #ff3845;
}

.single-portfolio .content h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.single-portfolio .content a.catagories {
    margin-bottom: 20px;
    display: inline-block;
}


/*  Panination
-----------------*/

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

.all-pagination .single {
    margin-bottom: 40px;
}

.all-pagination .single a {
    border: 1px solid #ededed;
    color: #404040;
    margin-right: 7px;
    padding: 10px 15px;
}

.all-pagination .single a:hover {
    color: #ff3845;
}

.all-pagination .single span.current {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ededed;
    color: #ff3845;
    margin-right: 7px;
    padding: 10px 15px;
}


/*  Portfolio Brand
-----------------------*/

.brand-area {
    background-color: #f5f8fa;
    padding-bottom: 50px;
    padding-top: 50px;
}

.brand-area .single-brand {
    text-align: center;
}

.brand-area .single-brand a img {
    opacity: 0.8;
    transition: all 1s ease 0s;
}

.brand-area .single-brand a:hover img {
    cursor: pointer;
    opacity: 1;
    transform: scale(1.3);
}


/*   Gallery Portfoloio
---------------------------------------*/

.portfolio-gllary-grid.fiften-gap .category-1 {
    padding-left: 25px;
    padding-right: 25px;
}

.portfolio-gllary-grid.fiften-gap .single-portfolio {
    margin-bottom: 50px;
}

.portfolio-gllary-grid.no-gap .single-portfolio {
    margin-bottom: 0;
}

.portfolio-gllary-grid .single-portfolio {
    z-index: 99;
    position: relative;
}

.portfolio-gllary-grid .single-portfolio .media {
    z-index: 2;
}

.portfolio-gllary-grid .single-portfolio .content {
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 0 25px;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 5;
}

.portfolio-gllary-grid .single-portfolio .content h3 {
    position: relative;
    margin: 0;
}

.portfolio-gllary-grid .single-portfolio .content h3 a {
    color: #fff;
}

.portfolio-gllary-grid .single-portfolio .content h3 a:hover {
    color: #ff3845;
}

.portfolio-gllary-grid .single-portfolio:hover .content {
    bottom: 10px;
    opacity: 1;
}

.portfolio-gllary-grid .single-portfolio:hover .media::after {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.portfolio-gllary-grid .single-portfolio:hover .media a {
    opacity: 1;
    top: calc(46%);
}

.portfolio-gllary-grid .single-portfolio:hover .media a:hover {
    color: #ff3845;
}


/*  single Portfolio
-----------------------*/

.single-portfolio-detail .image {
    margin-bottom: 110px;
}

.portfolio-description .portfolio-desc {
    margin-bottom: 55px;
    padding-top: 10px;
}

.portfolio-description .portfolio-desc .portfolio-content {
    margin-bottom: 55px;
}

.portfolio-description .portfolio-desc .portfolio-info {
    list-style: outside none none;
    padding-left: 0;
    padding-top: 10px;
}

.portfolio-description .portfolio-desc .portfolio-info .portfolio-categoriy {
    margin-bottom: 10px;
}

.portfolio-description .portfolio-desc .portfolio-info .portfolio-categoriy label {
    display: inline-block;
    width: 68px;
    font-weight: 400;
}

.portfolio-description .portfolio-desc .portfolio-info .portfolio-categoriy span {
    color: #9ca8b1;
    padding-left: 40px;
}

.portfolio-description .portfolio-desc .portfolio-info .portfolio-categoriy span a {
    color: #9ca8b1;
}

.portfolio-description .portfolio-desc .portfolio-info .portfolio-categoriy span a:hover {
    color: #ff3a47;
}

.back-page-link {
    border-bottom: 1px solid #e1e5e7;
    border-top: 1px solid #e1e5e7;
    margin-top: 15px;
    padding: 10px 0;
}

.back-page-link .nav-links .post-prev {
    color: #141414;
    font-size: 14px;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.back-page-link .nav-links .post-prev i {
    padding-right: 20px;
}

.back-page-link .nav-links .post-prev:hover {
    color: #ff3a47;
}

.back-page-link .nav-links .post-prev:hover i {
    color: #ff3a47;
}


/* Mationnary
-----------------*/

.masonry-drag-and-drop-one .post {
    margin: 0;
    text-align: center;
    width: 100%;
    position: relative;
}

#posts {
    margin: 0 auto 0;
}

.post img {
    padding: 0;
    width: 100%;
}

#grid.container .post img {
    padding: 0;
}


/* Medium devices */


/* Medium devices */


/*  portfolio Drag and Drop One
-------------------------------------*/

.masonry-drag-and-drop-one .single-portfolio {
    position: relative;
}

.masonry-drag-and-drop-one .single-portfolio::before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 9;
}

.masonry-drag-and-drop-one .single-portfolio::after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 8;
}

.masonry-drag-and-drop-one .single-portfolio:hover::before {
    border-left: 1px solid #ff3a47;
    border-top: 1px solid #ff3a47;
    height: 30%;
    left: 30px;
    top: 30px;
    width: 30%;
}

.masonry-drag-and-drop-one .single-portfolio:hover::after {
    border-bottom: 1px solid #ff3a47;
    border-right: 1px solid #ff3a47;
    bottom: 30px;
    height: 30%;
    right: 30px;
    width: 30%;
}

.masonry-drag-and-drop-one .single-portfolio .content {
    text-align: left;
}

.masonry-drag-and-drop-one .single-portfolio .content h3 {
    margin-bottom: 10px;
}

.masonry-drag-and-drop-one .single-portfolio .content a {
    color: #fff;
}

.masonry-drag-and-drop-one .single-portfolio .content a:hover {
    color: #ff3a47;
}


/*  portfolio Drag and Drop Two
-------------------------------------*/

.masonry-drag-and-drop-two .single-portfolio {
    position: relative;
}

.masonry-drag-and-drop-two .single-portfolio .content {
    left: 0;
    opacity: 0;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.masonry-drag-and-drop-two .single-portfolio .content h3 {
    margin-bottom: 10px;
}

.masonry-drag-and-drop-two .single-portfolio .content a {
    color: #fff;
}

.masonry-drag-and-drop-two .single-portfolio .content a:hover {
    color: #ff3a47;
}

.masonry-drag-and-drop-two .single-portfolio:hover .content {
    opacity: 1;
    top: 40%;
}

.mb20 {
    margin-bottom: 20px !important;
}


/*  portfolio Drag and Drop No Gap
-------------------------------------*/

.masonry-drag-and-drop-no-gap .single-portfolio {
    position: relative;
}

.masonry-drag-and-drop-no-gap .single-portfolio::before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 9;
}

.masonry-drag-and-drop-no-gap .single-portfolio::after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 8;
}

.masonry-drag-and-drop-no-gap .single-portfolio:hover::before {
    border-left: 1px solid #ff3a47;
    border-top: 1px solid #ff3a47;
    height: 30%;
    left: 30px;
    top: 30px;
    width: 30%;
}

.masonry-drag-and-drop-no-gap .single-portfolio:hover::after {
    border-bottom: 1px solid #ff3a47;
    border-right: 1px solid #ff3a47;
    bottom: 30px;
    height: 30%;
    right: 30px;
    width: 30%;
}

.masonry-drag-and-drop-no-gap .single-portfolio .content {
    text-align: left;
}

.masonry-drag-and-drop-no-gap .single-portfolio .content h3 {
    margin-bottom: 10px;
}

.masonry-drag-and-drop-no-gap .single-portfolio .content a {
    color: #fff;
}

.masonry-drag-and-drop-no-gap .single-portfolio .content a:hover {
    color: #ff3a47;
}


/*  portfolio Drag and Drop Gallery
-------------------------------------*/

.masonry-drag-and-drop-gallery .single-portfolio {
    position: relative;
}

.masonry-drag-and-drop-gallery .single-portfolio .masonary-overly-single::before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 9;
}

.masonry-drag-and-drop-gallery .single-portfolio .masonary-overly-single::after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 8;
}

.masonry-drag-and-drop-gallery .single-portfolio:hover .masonary-overly-single::before {
    border-left: 1px solid rgba(255, 58, 71, 0.3);
    border-top: 1px solid rgba(255, 58, 71, 0.3);
    height: calc(100% - 60px);
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
}

.masonry-drag-and-drop-gallery .single-portfolio:hover .masonary-overly-single::after {
    border-bottom: 1px solid rgba(255, 58, 71, 0.3);
    border-right: 1px solid rgba(255, 58, 71, 0.3);
    bottom: 30px;
    height: calc(100% - 60px);
    right: 30px;
    width: calc(100% - 60px);
}

.masonry-drag-and-drop-gallery .single-portfolio:hover .content {
    bottom: 30px;
}

.masonry-drag-and-drop-gallery .single-portfolio .content h3 {
    margin-bottom: 10px;
}

.masonry-drag-and-drop-gallery .single-portfolio .content a {
    color: #fff;
}

.masonry-drag-and-drop-gallery .single-portfolio .content a:hover {
    color: #ff3a47;
}


/* Large devices */

@media (min-width: 1024px) {
    .masonry-drag-and-drop-one .post {
        width: 571px;
    }
    .masonry-drag-and-drop-one .post.cs1 {
        width: 571px;
    }
    .masonry-drag-and-drop-one .post.cs2 {
        width: 571px;
    }
    .masonry-drag-and-drop-one .post.cs3 {
        width: 380px;
    }
    .masonry-drag-and-drop-one .post.cs4 {
        width: 379px;
    }
    .masonry-drag-and-drop-one .post.cs5 {
        width: 571px;
    }
    .masonry-drag-and-drop-one .post.cs6 {
        width: 475px;
    }
    .masonry-drag-and-drop-two .post {
        width: 448px;
    }
    .masonry-drag-and-drop-two .post.cs1 {
        width: 498px;
    }
    .masonry-drag-and-drop-two .post.cs2 {
        width: 498px;
    }
    .masonry-drag-and-drop-two .post.cs3 {
        width: 498px;
    }
    .masonry-drag-and-drop-two .post.cs4 {
        width: 498px;
    }
    .masonry-drag-and-drop-two .post.cs5 {
        width: 498px;
    }
    .masonry-drag-and-drop-two .post.cs6 {
        width: 498px;
    }
    .masonry-drag-and-drop-two .single-portfolio {
        margin: 0;
    }
    .masonry-drag-and-drop-no-gap .post {
        width: 508px;
    }
    .masonry-drag-and-drop-no-gap .post.cs1 {
        width: 508px;
    }
    .masonry-drag-and-drop-no-gap .post.cs2 {
        width: 508px;
    }
    .masonry-drag-and-drop-no-gap .post.cs3 {
        width: 508px;
    }
    .masonry-drag-and-drop-no-gap .post.cs4 {
        width: 508px;
    }
    .masonry-drag-and-drop-no-gap .post.cs5 {
        width: 508px;
    }
    .masonry-drag-and-drop-no-gap .post.cs6 {
        width: 508px;
    }
    .masonry-drag-and-drop-no-gap .single-portfolio {
        margin: 0;
    }
    .masonry-drag-and-drop-gallery .post {
        width: 475px;
    }
    .masonry-drag-and-drop-gallery .post.cs1 {
        width: 475px;
    }
    .masonry-drag-and-drop-gallery .post.cs2 {
        width: 475px;
    }
    .masonry-drag-and-drop-gallery .post.cs3 {
        width: 475px;
    }
    .masonry-drag-and-drop-gallery .post.cs4 {
        width: 475px;
    }
    .masonry-drag-and-drop-gallery .post.cs5 {
        width: 480px;
    }
    .masonry-drag-and-drop-gallery .post.cs6 {
        width: 480px;
    }
    .masonry-drag-and-drop-gallery .single-portfolio {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .masonry-drag-and-drop-one .post {
        width: 571px;
    }
    .masonry-drag-and-drop-one .post.cs1 {
        width: 571px;
    }
    .masonry-drag-and-drop-one .post.cs2 {
        width: 475px;
    }
    .masonry-drag-and-drop-one .post.cs3 {
        width: 283px;
    }
    .masonry-drag-and-drop-one .post.cs4 {
        width: 379px;
    }
    .masonry-drag-and-drop-one .post.cs5 {
        width: 667px;
    }
    .masonry-drag-and-drop-one .post.cs6 {
        width: 475px;
    }
}

.masonry-drag-and-drop-two .post {
    margin: 0;
    text-align: center;
    width: 100%;
    position: relative;
}

.masonry-drag-and-drop-two .post {
    margin: 0;
    text-align: center;
    width: 100%;
    position: relative;
}

@media (min-width: 1200px) {
    .masonry-drag-and-drop-two .post {
        width: 448px;
    }
    .masonry-drag-and-drop-two .post.cs1 {
        width: 436px;
    }
    .masonry-drag-and-drop-two .post.cs2 {
        width: 331px;
    }
    .masonry-drag-and-drop-two .post.cs3 {
        width: 448px;
    }
    .masonry-drag-and-drop-two .post.cs4 {
        width: 530px;
    }
    .masonry-drag-and-drop-two .post.cs5 {
        width: 667px;
    }
    .masonry-drag-and-drop-two .post.cs6 {
        width: 475px;
    }
    .masonry-drag-and-drop-two .single-portfolio {
        margin: 0;
    }
    .masonry-drag-and-drop-no-gap .post {
        width: 448px;
    }
    .masonry-drag-and-drop-no-gap .post.cs1 {
        width: 449px;
    }
    .masonry-drag-and-drop-no-gap .post.cs2 {
        width: 561px;
    }
    .masonry-drag-and-drop-no-gap .post.cs3 {
        width: 337px;
    }
    .masonry-drag-and-drop-no-gap .post.cs4 {
        width: 530px;
    }
    .masonry-drag-and-drop-no-gap .post.cs5 {
        width: 667px;
    }
    .masonry-drag-and-drop-no-gap .post.cs6 {
        width: 475px;
    }
    .masonry-drag-and-drop-no-gap .single-portfolio {
        margin: 0;
    }
    .masonry-drag-and-drop-gallery .post {
        width: 448px;
    }
    .masonry-drag-and-drop-gallery .post.cs1 {
        width: 368px;
    }
    .masonry-drag-and-drop-gallery .post.cs2 {
        width: 271px;
    }
    .masonry-drag-and-drop-gallery .post.cs3 {
        width: 465px;
    }
    .masonry-drag-and-drop-gallery .post.cs4 {
        width: 659px;
    }
    .masonry-drag-and-drop-gallery .post.cs5 {
        width: 667px;
    }
    .masonry-drag-and-drop-gallery .post.cs6 {
        width: 475px;
    }
    .masonry-drag-and-drop-gallery .single-portfolio {
        margin: 0;
    }
}


/* Large devices min-width (1200px) + a .post margin (50px) * 2 (100px) = 1300px */


/* 1300px gives me the clearance I need to keep the margins of the entire #grid (the
bleed if you will) the same width as the .post margins posts (50px). Basically I'm
being really picky about whitespace. If you don't care, no problem, just delete this.
Can this be done with Masonry options? */

@media (min-width: 1300px) {
    #grid {
        position: relative;
    }
    #grid.container {
        left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.masonry-drag-and-drop-one .single-portfolio {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 4px;
}

#abt-masonry-grid-element .grid-img-content {
    width: 100%;
}

#abt-masonry-grid-element h3 {
    font-size: 16px;
}

.blog-post .blog-content ul li {
    display: inline-block;
}

.blog-post .blog-content a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    color: #141414;
    font-weight: 400;
    font-size: 20px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.blog-post .blog-content a:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    color: #ff3a47;
}

.blog-post .blog-content h2 {
    margin-top: -8px;
}

.blog-post .blog-title {
    position: relative;
}

.blog-post .blog-title:before {
    background: #ff3a47 none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    font-family: FontAwesome;
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px;
}

.blog-post .tag-icon {
    margin-right: 10px;
    color: #ff3a47;
}

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

.social-link-info a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.social-link-info a:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.blog-video-content iframe {
    frameborder: 0;
    width: 100%;
    height: 352px;
}

.round-border-line {
    border: 1px solid #e7e7e7;
    padding: 10px;
}

.round-border-line li {
    margin-right: 10px;
}

.social-link ul {
    margin: 0px;
    padding: 0px;
}

.social-link ul li {
    display: inline-block;
    padding: 0px 7px;
}

.social-link ul li a {
    color: #414141;
}

.social-link ul li a:hover {
    color: #ff3a47;
}

.blog-inner-colume {
    margin-bottom: 60px;
}

.search-input {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 7px 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.search-input:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-radius: 0;
    box-shadow: none;
    opacity: 0.4;
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.right-content {
    margin-bottom: 50px;
}

.right-content #searchform {
    position: relative;
}

.right-content #searchform .custom-input {
    border: 1px solid #ececec;
    border-radius: 0px;
    height: 40px;
    box-shadow: none;
}

.right-content #searchform .custom-input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #141414;
}

.custom-input {
    border-radius: 0px;
    height: 40px;
    box-shadow: none;
}

.widget-categories .wiget-title-square {
    position: relative;
}

.widget-categories .wiget-title-square:before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid #ff3a47;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: -15px;
    width: 15px;
}

.widget-categories .wiget-title-square span {
    position: relative;
}

.widget-categories .wiget-title-square span:before {
    border-bottom: 1px solid #b6b6b6;
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.widget-categories .wiget-title-square span:after {
    content: ".";
    color: #ff3a47;
}

.widget-categories .wiget-title-square span:hover:before {
    width: 100%;
}

.widget-categories ul li {
    border-top: none !important;
    border-bottom: 1px dotted #e7e7e7 !important;
}

.widget-categories .bottom-line-none {
    border-bottom: transparent !important;
}

.wrapper-categories {
    margin-bottom: 50px;
}

#categories-list-tag {
    margin-top: 32px;
}

#categories-list-tag li {
    display: inline-block;
}

#categories-list-tag li a {
    background: #889aa6 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px !important;
    line-height: 30px;
    margin: 0 10px 8px 0;
    padding: 0 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

#categories-list-tag li a:hover {
    background-color: transparent;
    border-color: #ff3a47;
    color: #ff3a47;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.blog-content-text p {
    margin-top: 8px;
}

.blog-content-text .quoteblock {
    padding: 0 50px;
    position: relative;
    text-align: left !important;
}

.blog-content-text .quoteblock:before {
    border-left: 5px solid #ff3a47;
    content: "";
    height: 100%;
    left: 30px;
    position: absolute;
    top: 0;
}

.blog-inner-colume .owl-next {
    border: 0 none;
    border-radius: 0 !important;
    color: #000 !important;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 42px;
    top: 42%;
    width: 35px;
    background: #ffffff !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.blog-inner-colume .owl-next:hover {
    background: #FF3A47 !important;
    color: #fff !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.blog-inner-colume .owl-prev {
    border: 0 none;
    border-radius: 0 !important;
    color: #000 !important;
    height: 35px;
    line-height: 35px;
    position: absolute;
    left: 42px;
    top: 42%;
    width: 35px;
    background: #ffffff !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.blog-inner-colume .owl-prev:hover {
    background: #FF3A47 !important;
    color: #fff !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.blog-carousel-slider .owl-controls {
    margin-top: 0px;
}

.blog-video-content {
    margin-bottom: -7px;
}

.page-pagination-element {
    margin-bottom: 50px;
    margin-top: -25px;
}


/* Blog Medium Page Start
----------------------------------------*/

.blog-medium-layout h2 {
    margin-top: -20px;
    text-transform: uppercase;
    color: #141414;
    font-weight: 400;
    font-size: 20px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.blog-medium-layout h2:hover {
    color: #ff3a47;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

#blog-medium-content .blog-meta-tag-icon {
    padding-top: 25px;
    padding-bottom: 12px;
}

#blog-medium-content .border-bottom-line {
    border-bottom: 1px solid #ddd;
    margin-bottom: 70px;
}

#blog-medium-content .blog-inner-colume {
    margin-bottom: 0px;
}

#blog-medium-content .tag-icon {
    padding-left: 10px;
}

#blog-medium-content .tag-icon:first-child {
    padding-left: 0px;
}


/* Blog Medium Page End
----------------------------------------*/


/* Blog Grid Masonry Page Start
----------------------------------------*/

#blog-grid-layout .blog-meta {
    padding-top: 15px;
}

#blog-grid-layout .blog-meta .creative-info {
    color: #5b6f7d;
    font-size: 16px;
    font-weight: 400;
    font-family: Questrial, Arial, Helvetica, sans-serif;
    font-style: normal;
    text-transform: none;
}

#blog-grid-layout .blog-meta li {
    margin-right: 10px;
}

#blog-grid-layout .margin-left-zero {
    padding-left: 0px;
}

#blog-grid-layout .blog-inner-colume {
    border: 1px solid #e7e7e7;
}

#blog-grid-layout .blog-masonry-grid-content {
    padding: 20px;
}

#blog-grid-layout .blog-masonry-colume {
    margin-bottom: 40px;
}


/* Blog Grid Masonry Page End
----------------------------------------*/


/* Blog Artista Standard Page Start
----------------------------------------*/

#artista-blog-section .artista-content p {
    margin-top: 18px;
}

#artista-blog-section .blog-meta-icon {
    margin-top: 14px;
}

#artista-blog-section .blog-meta-icon li {
    margin-right: 10px;
}

#artista-blog-section .padding-left-zero {
    padding-left: 0px;
}

.social-link-info-area {
    padding: 0px 50px;
}

.social-link-info-area ul li {
    position: relative;
}

.social-link-info-area ul li:before {
    width: 5px;
    height: 5px;
    position: absolute;
    left: -20px;
    top: 8px;
    content: "";
    background: #5B6F7D;
    border-radius: 100px;
}

.next-video-link {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 15px;
    padding: 10px 0px;
}

.video-meta-link a {
    color: #141414;
    font-size: 14px;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-meta-link a:hover {
    color: #ff3a47;
}

.video-meta-link i {
    margin-right: 20px;
}

.video-meta-link .angle-right {
    margin-left: 20px;
}

.blog-media-object {
    margin: 30px auto;
}

.blog-media-object .commentor {
    color: #414141;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.blog-media-object .commentor:hover {
    color: #ff3a47;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.blog-media-object .media-body {
    padding-left: 23px !important;
}

.blog-media-object h3 {
    text-transform: uppercase;
    margin-bottom: 17px;
}

.blog-media-object .comment-author {
    font-family: "Fjalla One";
    color: #212121;
    font-size: 18px;
}

.blog-media-object .media-comment-selection {
    margin-left: 130px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.square-title {
    margin-bottom: 16px;
    margin-top: 14px;
    position: relative;
}

.square-title:before {
    width: 10px;
    height: 10px;
    background: #ff3a47;
    position: absolute;
    left: 0;
    top: 26px;
    content: "";
}

.comment-reply-info {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 30px;
    margin-bottom: 160px;
}

.comment-reply-info h3 {
    text-transform: uppercase;
}

#comment-input {
    border-color: #ebebeb;
    border-radius: 0;
    font-size: 13px;
    max-height: 240px;
    border-radius: none;
    box-shadow: none;
}

#comment-input:focus {
    border: 1px solid #ff3a47;
    outline: none;
    box-shadow: none;
}

#comment-form-info .wizard-form {
    margin-top: 10px;
}

.wizard-form-control {
    margin-top: 36px;
}

.wizard-form-control .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ff3a47;
}

.wizard-form-control label {
    color: #141414;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: normal;
}

.submit-bttn {
    margin-top: 10px;
}

.submit-bttn .btn-btn {
    background: #ff3a47;
    border: medium none;
    display: inline-block;
    outline: medium none;
    padding: 8px 24px;
    border-radius: 4px;
    color: #fff;
    box-shadow: none;
    border: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.submit-bttn .btn-btn:hover {
    color: #ff3a47;
    background: #414141;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}


/* Blog Artista Standard Page End
----------------------------------------*/


/* Blog Gallery Post start
----------------------------------------*/

.reply a {
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}


/* Blog Gallery Post End
----------------------------------------*/


/*   Footer Section Start
---------------------------------------*/

#footer-area {
    background-image: url("../images/artista-footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#footer-area canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#particle-section {
    z-index: 1;
}

#footer-section {
    border-top: 5px solid #f5f8fa;
    padding-top: 110px;
    position: relative;
    z-index: 999;
}

#footer-section .artista-square-logo {
    font-size: 35px;
    font-weight: 700;
    position: relative;
}

#footer-section .artista-square-logo:before {
    border: 5px solid #ff3a47;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    top: -40px;
    width: 30px;
}

#footer-section h3 {
    color: #414141;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

#footer-section .wiget-title {
    position: relative;
}

#footer-section .wiget-title:after {
    border-bottom: 2px solid #ff3a47;
    bottom: -14px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 50px;
}

#footer-section .footer-text {
    margin-top: 12px;
}

.side-meta-content .recent-comment-tag {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.side-meta-content .recent-comment-tag:hover {
    color: #ff3a47;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.title-content-list {
    margin-top: 20px;
}

.title-content-list li {
    display: block;
    padding: 9px 0px;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}

.title-content-list li a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.title-content-list li a:hover {
    color: #ff3a47;
    padding-left: 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.title-content-list li:first-child {
    border: 0;
}

.title-content-list span {
    color: #c8c8c8;
}

.flickr-img {
    margin-top: 35px !important;
}

.flickr-img li {
    display: inline-block !important;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px !important;
}

.artists-office-info i {
    color: #ff3a47;
    margin-right: 8px;
}

#copyright-section {
    border-top: 1px solid #e1e5e7;
    margin-top: 80px;
    padding-bottom: 25px;
    padding-top: 30px;
}

.copyright-info ul li {
    display: inline-block;
}

.copyright-info ul li span {
    display: inline-block;
}

.footer-social-link ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

.footer-social-link .social-bottom-icon {
    border: 1px solid #414141;
    border-radius: 50%;
    color: #414141;
    font-size: 14px;
    height: 32px;
    line-height: 22px;
    padding-top: 4px;
    text-align: center;
    width: 32px;
}

.footer-social-link .social-bottom-icon:hover {
    color: #ff3a47;
}

.subline-content {
    margin-bottom: 30px;
}

.section-head .circle-title {
    position: relative;
    margin-bottom: 25px;
}

.section-head .circle-title:after {
    content: ".";
    color: #ff3a47;
}

.section-head .circle-title:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 0;
    left: 0;
    bottom: -15px;
    border-bottom: 3px solid #414141;
}

.slide-section-wrapper .owl-prev {
    padding: 5px 10px !important;
    border-radius: 3px !important;
}

.slide-section-wrapper .owl-prev:hover {
    background: #ff3a47 !important;
    color: #fff;
}

.slide-section-wrapper .owl-next {
    padding: 5px 10px !important;
    border-radius: 3px !important;
}

.slide-section-wrapper .owl-next:hover {
    background: #ff3a47 !important;
    color: #fff;
}

.zo-item-section {
    margin-right: 20px;
}

.category-content a {
    font-style: italic;
}

.zo-item-section-two {
    margin-top: 10px;
}

.zo-item-section-two .img-gallery {
    display: inline-block;
}

.zo-item-section-two img {
    border: 2px solid #cfcfcf;
    padding: 10px;
}

.t-content {
    position: relative;
    margin-bottom: 15px;
    padding-top: 30px;
    text-align: center;
}

.t-content:before {
    color: #dce0e2;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    height: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.t-img-content {
    background-image: url(../images/zo-carousel/4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 40px 60px;
}

.testimonial-item p {
	font-style: normal;
}

.testimonial-slider-section.owl-theme .owl-controls .owl-page span {
    background: #f2f3f4 none repeat scroll 0 0;
    border-radius: 100%;
    height: 8px;
    margin: 5px 3px;
    width: 8px;
}

.testimonial-slider-section.owl-theme .owl-controls .owl-page:hover span {
    background: #869791 none repeat scroll 0 0;
}

.testimonial-slider-section.owl-theme .owl-controls .owl-page.active span {
    background: #ff3a47 none repeat scroll 0 0 !important;
}

.author-info img {
    border-radius: 100px;
    margin: 0 auto;
}

.team-content {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 50%;
    min-width: 230px;
    opacity: 1;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.team-content .line-title {
    position: relative;
}

.team-content .line-title:before {
    background: #ff3a47 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 20px;
}

.social-network {
    list-style: none;
    position: absolute;
    left: 50%;
    background: #fff;
    min-width: 230px;
    padding: 0;
    text-align: center;
    height: 50px;
    opacity: 0;
    bottom: 0px;
    transform: translateX(-50%);
}

.social-network li {
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.social-network li:hover {
    background: #ff3a47;
    transform: scale(1.3);
    transition: all 0.3s ease 0s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.social-network li a {
    width: 50px;
    line-height: 50px;
    color: #ff3a47;
    display: inline-block;
}

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

.team-social-list {
    position: relative;
}

.team-item-section {
    margin-right: 15px;
}

.team-item-section:hover .team-content {
    bottom: -10px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.team-item-section:hover .social-network {
    bottom: 20px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    visibility: visible;
}

.counter-title-heading {
    text-align: center;
    padding-bottom: 32px;
}

.counter-title-heading h2 {
    position: relative;
    margin-bottom: 25px;
}

.counter-title-heading h2::after {
    color: #ff3a47;
    content: ".";
}

.counter-title-heading h2 span {
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    left: 0;
    line-height: 120px;
    margin: 10px 0 0;
    position: absolute;
    top: -120px;
    text-align: center;
    width: 100%;
}

.counter-area {
    padding-top: 85px;
    padding-bottom: 43px;
}

.counter-area .second-counter-area {
    padding-top: 120px;
}

.all-counter .single-counter {
    text-align: center;
    margin-bottom: 40px;
}

.all-counter .single-counter span {
    font-size: 65px;
}

.all-counter .single-counter .counter {
    text-align: center;
    color: #e5e5e5;
    font-family: "Montserrat", sans-serif;
    font-size: 70px;
    line-height: 80px;
}

.all-counter .single-counter h3 {
    margin-top: 0;
}


/*  Chart Page
------------------*/

.chart-page .circles {
    margin-bottom: -10px;
}

.chart-page .circle {
    width: 100%;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.chart-page .circle canvas {
    transform: rotate(90deg);
}

.chart-page .circle canvas {
    vertical-align: top;
}

.chart-page .circle strong {
    position: absolute;
    top: 83px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
}

.chart-page .circle h4 {
    color: #414141;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.chart-page .circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.chart-page p {
    margin: 40px 0;
}

.chart-page .install {
    display: inline-block;
}

.chart-page .install a {
    display: block;
    width: auto;
    vertical-align: middle;
    padding: 6px 12px;
    line-height: 20px;
    background-color: #111;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    margin: 5px auto;
    transition: all .3s;
}

.chart-page .install code {
    padding: 6px 12px;
    display: block;
    font: 13px/20px Courier New, Liberation Mono, monospase;
    background-color: #333333;
    border-radius: 4px;
    margin: 5px 0;
    white-space: nowrap;
}

.chart-page .install a:hover {
    background-color: #222;
}

.chart-page .credits {
    color: #aaa;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.chart-page .credits img {
    margin-left: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

@media (max-height: 600px),
(max-width: 480px) {
    .chart-page .credits {
        position: inherit;
    }
}

.highcharts-legend {
    display: none;
}

.highcharts-title {
    display: none;
}

.highcharts-button {
    display: none;
}

.single-round-cart {
    position: relative;
}

.single-round-cart .container-circel {
    padding-right: 80px;
}

.single-round-cart .container-circel-one {
    padding-right: 80px;
}

.single-round-cart .circle-overlay {
    background: #fff none repeat scroll 0 0;
    border-radius: 500px !important;
    height: 90px;
    left: 96px;
    position: absolute;
    top: 65px;
    width: 90px;
    z-index: 2;
}

.single-round-cart .container-circel-two {
    padding-right: 80px;
}

.single-round-cart text {
    display: none;
}

.single-round-cart .container-circel-three {
    padding-right: 140px;
}

.single-round-cart .container-circel-three svg > text {
    display: none;
}

.single-round-cart .container-circel-three text {
    display: block;
}

.single-round-cart .container-circel-four {
    padding-right: 140px;
}

.single-round-cart .container-circel-four text {
    display: block;
}

.single-round-cart .container-circel-four svg > text {
    display: none;
}

.chart-page {
    padding-bottom: 0;
}

.highcharts-tooltip {
    display: none;
}

.vc-chart-legend {
    position: absolute;
    top: 40px;
    right: 0;
}

.vc-chart-legend li {
    line-height: 1.3em;
    list-style: outside none none;
    margin: 1em;
    min-height: 1.3em;
    margin: 0 0 0.3em;
}

.vc-chart-legend li span {
    border-radius: 0.3em;
    display: inline-block;
    height: 1.3em;
    left: 0;
    margin-right: 0.5em;
    vertical-align: middle;
    width: 1.3em;
}

.vc-chart-legend li span.one {
    background-color: #5472d2;
}

.vc-chart-legend li span.two {
    background-color: #6dab3c;
}

.vc-chart-legend li span.three {
    background-color: #cec2ab;
}

.vc-chart-legend li span.four {
    background-color: #f7be68;
}

.vc-chart-legend li span.five {
    background-color: #ebebeb;
}

.chart-legend-three {
    top: 200px;
}

.chart-legend-four {
    top: 200px;
}

.bgt {
    background: transparent !important;
}


/*  menu One
---------------*/

.menu-style-one {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    position: absolute;
    top: 30px;
    width: 94%;
    height: 80px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 99999;
}

.menu-style-one .inner-content {
    position: relative;
}

.menu-style-one .menuzord {
    background: #fff none repeat scroll 0 0;
    display: block;
    float: none;
    padding: 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

.menu-style-one .menuzord-menu {
    display: inline-block;
    float: none;
    list-style: outside none none;
    margin: auto;
    padding: 0;
    text-align: center;
}

.menu-style-one .menuzord > ul > li {
    padding-left: 20px;
    padding-right: 20px;
}

.menu-style-one .menuzord > ul > li > a {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: initial;
    color: #fff;
    padding: 29px 0;
    font-weight: 400;
    position: relative;
}

.menu-style-one .menuzord > ul > li > a::before {
    background: #464646 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -30px;
    position: absolute;
    top: 50%;
    width: 15px;
}

.menu-style-one .menuzord > ul > li > a.not-before::before {
    display: none;
}

.menu-style-one .menuzord-menu > li {
    display: inline-block;
    float: none;
}

.menu-style-one .menuzord > ul > li.menu-logo > a {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: initial;
    color: #fff;
    padding: 15px 0;
    font-weight: 400;
    margin-right: 7px;
    margin-left: 7px;
}

.menu-style-one .menuzord > ul > li > a > .indicator {
    display: none;
}

.menu-style-one .menuzord > ul > li > a.active {
    color: #ff3a47;
}

.menu-style-one .menuzord ul li a {
    font-family: Questrial, Arial, Helvetica, sans-serif !important;
}

.menu-style-one .menuzord .dropdown {
    padding: 25px 0;
    width: 250px;
}

.menu-style-one .menuzord .dropdown li a {
    color: #666;
    display: block;
    line-height: 36px;
    padding-left: 35px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: initial;
}

.menu-style-one .menuzord .dropdown li .dropdown {
    padding: 25px 0;
    width: 250px;
}

.menu-style-one .menuzord .megamenu {
    padding: 25px 0;
    padding-right: 80px;
}

.menu-style-one .menuzord .megamenu .singe-box {
    padding-left: 50px;
}

.menu-style-one .menuzord .megamenu .singe-box li a {
    text-align: left;
    color: #666;
    line-height: 36px;
    padding-left: 35px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left !important;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: initial;
    display: block;
}

.menu-style-one .menuzord .megamenu .singe-box li a:hover {
    color: #ff3a47;
}

.menu-style-one .menuzord .megamenu > li > a {
    color: #666;
    display: block;
    line-height: 36px;
    padding-left: 35px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left !important;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: initial;
}

.menu-style-one .menuzord-menu li ul.dropdown li .indicator {
    font-size: 0;
    position: absolute;
    right: 25px;
    top: -6px;
}

.menu-style-one .menuzord-menu li ul.dropdown li .indicator::before {
    font-family: "FontAwesome";
    font-size: 16px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 5px;
    content: "\f107";
}

#header-right {
    background: rgba(255, 58, 71, 0.7) none repeat scroll 0 0;
    position: absolute;
    right: 100px;
    top: 98%;
    z-index: 99;
}

#header-right .widget-cart-search-wrap {
    float: left;
}

#header-right .widget-cart-search-wrap a {
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

#header-right .widget-cart-search-wrap a i {
    transform: scale(0.8);
    transition: all 0.1s ease 0s;
}

#header-right .widget-cart-search-wrap a:hover i {
    transform: scale(1);
}

#header-right .widget-cart-search-wrap-item {
    float: left;
    position: relative;
}

#header-right .shopping-cart-dropdown-wrap a .cart_total {
    background-color: #ff3a47;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -10px;
    width: 18px;
}

#header-right .shopping_cart_dropdown {
    background-color: #141414;
    position: absolute;
    right: -70px;
    top: 100%;
    width: 360px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 400ms ease 0s;
}

#header-right .shopping_cart_dropdown .shopping_cart_dropdown_inner {
    padding: 20px;
}

#header-right .shopping_cart_dropdown .shopping_cart_dropdown_inner .product_list_widget .cart-list {
    border-bottom: 1px solid #393939;
    color: #fff;
    line-height: normal;
    overflow: hidden;
    padding: 20px 0;
}

#header-right .shopping_cart_dropdown.main {
    height: auto;
    opacity: 1;
    overflow: hidden;
    z-index: 100;
}

#header-right .widget_searchform_content_wrap form {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    position: relative;
}

#header-right .widget_searchform_content_wrap .widget_searchform_content {
    position: absolute;
    right: -35px;
    top: 100%;
    width: 360px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 400ms ease 0s;
}

#header-right .widget_searchform_content_wrap .widget_searchform_content input[type="text"] {
    background-color: #fff;
    border: medium none;
    color: #000;
    font-size: 18px;
    padding: 0 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
}

#header-right .widget_searchform_content_wrap .widget_searchform_content input[type="submit"] {
    background-color: #ff3a47;
    border: 0 none;
    font-size: 12px;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 20px;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
}

#header-right .widget_searchform_content_wrap .widget_searchform_content.main {
    height: auto;
    opacity: 1;
    overflow: hidden;
    z-index: 99999;
}


/*  Menu Style Two
--------------------*/

.menu-style-two {
    background: #fff;
    top: 0;
    width: 100%;
}

.menu-style-two .menuzord .main-logo {
    text-align: left;
    position: absolute;
    top: 20px;
    left: 0;
    width: 235px;
}

.menu-style-two .menuzord > ul {
    float: right;
}

.menu-style-two .menuzord > ul > li {
    padding-left: 20px;
    padding-right: 20px;
}

.menu-style-two .menuzord > ul > li > a {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: initial;
    color: #3d3d3d;
    padding: 29px 0;
    font-weight: 400;
    position: relative;
}

.menu-style-two .menuzord > ul > li > a::before {
    display: none;
}

.menu-style-two #header-right {
    right: 150px;
}

#home-slider canvas {
    background: #f5f8fa;
}

.home-six-menu-right-icon {
    position: absolute;
    right: 0;
    top: 10px;
    width: 100px;
    height: 100px;
}

.home-six-menu-right-icon .zo-collapsed-button {
    float: right;
    height: 80px;
    margin-left: 50px;
    position: relative;
    width: 43px;
}

.home-six-menu-right-icon .zo-collapsed-button span {
    background: #171717 none repeat scroll 0 0;
    display: inline-block;
    height: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.home-six-menu-right-icon .zo-collapsed-button span::before {
    top: 10px;
    width: 32px;
    background: #171717 none repeat scroll 0 0;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out 0s;
}

.home-six-menu-right-icon .zo-collapsed-button span::after {
    bottom: 10px;
    width: 26px;
    background: #171717 none repeat scroll 0 0;
    content: "";
    height: 4px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out 0s;
}

.home-six-menu-right-icon .zo-collapsed-button.close span {
    background: transparent none repeat scroll 0 0;
}

.home-six-menu-right-icon .zo-collapsed-button.close span::before {
    top: initial;
    transform: rotate(-45deg);
    width: 100%;
}

.home-six-menu-right-icon .zo-collapsed-button.close span::after {
    bottom: initial;
    transform: rotate(45deg);
    width: 100%;
}

.menu-style-six {
    top: 50px;
    background: transparent;
}

.menu-style-six canvas {
    background: red;
}

.menu-style-six .main-menu {
    width: 0;
    transition: 2s;
    height: 80px;
    overflow: hidden;
    float: right;
}

.menu-style-six .main-menu .menuzord {
    margin-top: 10px;
}

.menu-style-six .main-menu .menuzord ul li {
    float: left;
}

.menu-style-six .main-menu.animation {
    width: 700px;
    transition: 2s;
}

.menu-style-six #header-right {
    right: 90px;
}

.home-three-menu {
    background-color: #2b3840;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(0px, 0px, 0px);
    z-index: 99;
    transition: all 0.3s linear 0s;
    width: 300px;
}


/*	SideMenu Section Start
===========================================*/

.side-menu {
    width: 450px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
}

.hide-menu {
    background-color: #fff;
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(450px, 0, 0);
    transform: translate3d(450px, 0, 0);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.show-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 999;
}

.remove {
    font-size: 40px;
    color: #444;
    top: 30px;
    right: 40px;
    position: absolute;
    cursor: pointer;
    padding: 0 16px;
}

.home-four-menu {
    position: absolute;
    right: 0;
    top: 62px;
    z-index: 999;
    width: 100%;
}

.home-four-menu #header-right {
    top: 6px;
}

.header-close-home-four {
    position: absolute;
    right: 0;
    top: 3px;
    z-index: 9;
}

.header-close-home-four i {
    font-size: 35px;
    margin-left: 10px;
    color: #fff;
}

.top-right-menu-section-one ul li {
    display: table;
    text-align: left;
}

.top-right-menu-section-one .right-menu > ul > li {
    position: relative;
    width: 200px;
}

.top-right-menu-section-one .right-menu > ul > li::after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #ff3a47;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}

.top-right-menu-section-one ul > li > a {
    font-family: Montserrat;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    color: #ff3a47;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.top-right-menu-section-one ul > li > a:hover {
    color: #262626;
}

.top-right-menu-section-one ul li ul.dropdown-menu {
    min-width: 100%;
    /* Set width of the dropdown */
    background: transparent;
    display: none;
    position: static;
    z-index: 999;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    left: 0;
}

.top-right-menu-section-one ul li ul.dropdown-menu li {
    display: block;
}

.top-right-menu-section-one ul li ul.dropdown-menu li a {
    background: transparent;
    display: block;
    line-height: 25px;
    padding-right: 15px;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 200;
}

.top-right-menu-section-one ul li ul.dropdown-menu li a:hover {
    background: transparent;
    color: #262626;
}

.top-right-menu-section-one .right-menu {
    margin-top: 125px;
    padding-left: 100px;
}

.menu-style-one.home-main-menu-fix {
    top: 0;
    width: 100%;
    position: fixed;
}

.communication-way {
    border: 1px solid #f2f2f2;
    padding: 20px 10px;
    margin-top: 30px;
}

.communication-way p {
    color: #777;
    font-size: 14px;
    line-height: 24px;
}

.fancy-box-icon i {
    font-size: 70px;
    color: #141414;
}

.fancy-box-icon .deep-color-icon {
    font-size: 100px;
    color: #e9eff3;
    transition: all 0.3s ease 0s;
}

.fancy-box-icon .color-red {
    color: #ff3a47;
}

.line-hover {
    position: relative;
}

.line-hover:before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 0;
}

.line-hover:after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 0px;
}

.line-hover:hover:before {
    border-left: 1px solid #ff3a47;
    border-top: 1px solid #ff3a47;
    height: 40%;
    width: 40%;
}

.line-hover:hover:after {
    border-bottom: 1px solid #ff3a47;
    border-right: 1px solid #ff3a47;
    height: 40%;
    width: 40%;
}

.service-content-inner {
    position: relative;
}

.service-content-inner .s-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
    color: #ff3a47;
    margin-top: 35px;
}

.service-content-inner .icon-content {
    margin-left: 68px;
}

.service-content-inner .icon-content h3 {
    margin-top: 0px;
}

.service-content-inner:hover h3 {
    color: #ff3a47;
}

.feature-layout {
    background-image: url(../images/6.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-layout .inner-content {
    width: 390px;
    padding: 30px;
    border: 4px solid #fff;
}

.feature-layout .inner-content h2 {
    color: #fff;
}

.feature-layout .inner-content p {
    color: #838383;
    font-size: 16px;
}

.feature-layout .innwe-text-content {
    padding: 43px;
}

.inner-content .red-circle {
    position: relative;
}

.inner-content .red-circle:after {
    color: #ff3a47;
    content: ".";
    position: absolute;
}

.feature-layout {
    padding-bottom: 31%;
    padding-left: 25%;
    padding-top: 30%;
}

.feature-service-content {
    padding: 60px 20px;
    min-height: 430px;
}

.feature-service-content p {
    color: #777;
    font-size: 16px;
}

.service-right-content .border-area {
    border: 1px solid #ddd;
}

.service-right-content .communication-way {
    border: none;
}

.service-right-content .border-right-none {
    border-right: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
}

#team-grid-colume {
    padding-top: 70px;
    padding-bottom: 110px;
}

.blog-content-heading a {
    color: #414141;
}

.bottom-img {
    margin: 15px;
}

.bottom-img img {
    padding: 10px;
    border: 2px solid #cfcfcf;
}

.team-colume-three .inner-item-colume {
    margin-right: 0px;
    margin-top: 30px;
}

.banner-position-center {
    background: url("../images/about/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 80px;
}

.page-title-text {
    padding: 510px 0px;
}

.page-title-text h1 {
    color: #ffffff;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.page-title-text p {
    color: #fff;
    font-family: Questrial, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 3.2px;
    line-height: 20px;
}

.about-paragraph-text p {
    margin: 0px 0px 15px;
}

.about-us-section {
    padding-bottom: 45px;
}


/*
    skill bar
--------------------*

./* About page progress bar */

.about-skill-info {
    padding-bottom: 65px;
}

.single-progress {
    height: 5px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
}

.single-progress .progress-bar {
    background-color: #ff3a47;
    float: left;
    height: 5px;
    width: 0%;
}


/* .single-progress .progress-bar1{
  width: 89%;
}
.single-progress .progress-bar2{
  width: 73%;
}
.single-progress .progress-bar3{
  width: 85%;
}
.single-progress .progress-bar4{
  width: 49%;
}
.single-progress .progress-bar5{
  width: 68%;
} */

.help-rate h4 {
    color: #414141;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: inline-block;
}

.help-rate span {
    display: inline-block;
    float: right;
    color: #ababab;
    padding: 10px 0;
}

.about-wrpaeer-section {
    background-color: #f5f8fa;
    padding-top: 110px;
    padding-bottom: 80px;
}

.about-wrpaeer-section .communication-way {
    margin-top: 55px;
}

.horizontal-title .circle-title:before {
    margin: 0 auto;
    left: 50%;
}

.background-wrapper-bg {
    background: url("../images/about/bg-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wrapper-bg-section {
    padding-bottom: 45px;
}

.wrapper-bg-section h3 {
    color: #1f1f1f;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
}

.wrapper-bttn {
    padding-bottom: 210px;
}

.wrapper-bttn a {
    background: #ff3a47;
    border: 0 solid #1e73be;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 15px 45px;
    text-transform: initial;
}

.wrapper-bttn a:hover {
    background: #414141;
    color: #ff3a47;
}

.masonry-bg-img {
    position: relative;
}

.masonry-bg-img:before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 9;
}

.masonry-bg-img:hover:before {
    border-left: 1px solid rgba(255, 58, 71, 0.3);
    border-top: 1px solid rgba(255, 58, 71, 0.3);
    height: calc(40%);
    left: 30px;
    top: 30px;
    width: calc(40%);
}

.masonry-bg-img:after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 0;
}

.masonry-bg-img:hover:after {
    border-bottom: 1px solid rgba(255, 58, 71, 0.3);
    border-right: 1px solid rgba(255, 58, 71, 0.3);
    bottom: 30px;
    height: calc(40%);
    right: 30px;
    width: calc(40%);
}

.masonry-bg-img .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.masonry-bg-img:hover .overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.5s ease 0s;
}

.masonry-bg-img .view-masonry-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
}

.masonry-bg-img:hover .view-masonry-overlay {
    opacity: 1;
}

.masonry-bg-img:hover .masonry-input {
    top: calc(50%);
    transition: all 0.5s ease 0s;
    opacity: 1;
}

.masonry-bg-img .masonry-input {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.masonry-bg-img .masonry-title-view {
    position: absolute;
    bottom: 0;
    opacity: 0;
    text-align: center;
    left: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}

.masonry-bg-img:hover .masonry-title-view {
    bottom: calc(15%);
    transition: all 0.5s ease 0s;
    opacity: 1;
}

.masonry-overlay-capture a {
    color: #fff;
}


/*  About Me Page Start
-------------------------------*/

.story-text:after {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    left: -40px;
    position: absolute;
    top: 25px;
}

.story-text p {
    font-family: "Lora";
    text-align: justify;
    font-size: 23px;
    line-height: 34px;
}

.our-story p {
    text-align: justify;
}

.our-story .about-paragaraph-text {
    margin-top: 25px;
}

.horizontal-title-line {
    position: relative;
}

.horizontal-title-line .circle-title:before {
    width: 0px;
}

.view-img-content img:hover {
    opacity: 0.7;
}

.social-network-section {
    margin-bottom: 75px;
    margin-top: 75px;
}

.social-inner-link ul li {
    display: inline-block;
    font-size: 30px;
    padding-right: 40px;
}

.social-inner-link ul li a {
    color: #414141;
}

.social-inner-link ul li a:hover {
    color: #ff3a47;
}

#service-element-banner {
    background: url('../images/portfolio/bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    border-bottom: 2px solid #cccccc;
}

.section-head .service-number-two {
    color: #e5e5e5;
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.service-wrapper-area .fancy-box-icon i {
    font-size: 50px;
}


/*
    skill bar
--------------------*

./* About page progress bar */

.about-skill-info {
    padding-bottom: 65px;
}

.single-progress {
    height: 5px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
}

.single-progress .progress-bar {
    background-color: #ff3a47;
    float: left;
    height: 5px;
    width: 0%;
}


/* .single-progress .progress-bar1{
  width: 89%;
}
.single-progress .progress-bar2{
  width: 73%;
}
.single-progress .progress-bar3{
  width: 85%;
}
.single-progress .progress-bar4{
  width: 49%;
}
.single-progress .progress-bar5{
  width: 68%;
} */

.help-rate h4 {
    color: #414141;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    display: inline-block;
}

.help-rate span {
    display: inline-block;
    float: right;
    color: #ababab;
    padding: 10px 0;
}

.service-digit .service-number-one {
    color: #e5e5e5;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: 25px;
    transform: rotate(-90deg);
    font-weight: 400;
}

.service-number-three {
    position: absolute;
    color: rgba(255, 255, 255, 0.1);
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    top: -34px;
    left: -140px;
    font-weight: 400;
}

#service-area {
    margin-bottom: 60px;
}

#service-area .service-content-inner {
    margin-top: 42px;
}

#vertical-section {
    position: relative;
    margin-bottom: 15px;
}

#vertical-section .vertical-line {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    width: 1px;
    height: 80px;
    background: #414141;
}

#contact-banner {
    background: url("../images/contact-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 80px;
}

.custom-input-form {
    padding: 100px 80px;
    background: #F5F8FA;
}

.custom-input-form .input-wrapper {
    border: medium none;
    border-radius: 0;
    font-size: 12px;
    height: 30px;
    padding: 10px 5px;
    margin-bottom: 25px;
    font-style: italic;
    font-weight: 400;
    box-shadow: none;
}

.custom-input-form .input-wrapper:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.custom-input-form .paragraph {
    margin-bottom: 32px;
}

.custom-input-form .message-box {
    height: 150px;
    margin-bottom: 50px;
}

.submit-input-btn .custom-btn-btn {
    background: #414141;
    border: medium none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    line-height: 45px;
    padding: 0 23px;
    transition: all 0.3s ease 0s;
}

.submit-input-btn .custom-btn-btn:hover {
    background: #ff3a47 none repeat scroll 0 0;
    color: #fff;
}

.custom-map-input .map-area-section {
    height: 777px !important;
}


/*  Start Protfolio Classes
-------------------------------*/


/* Shop My Account
-----------------*/


/*  Shop Cart
----------------*/


/*  Product Detailed
--------------------------*/


/*      Home Five
-----------------------*/

.shop-banner-area {
    background: url('../images/shop/1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
    border-bottom: 2px solid #cccccc;
}

.shop-banner-area .portfolio-title-text {
    padding-top: 150px;
    text-align: center;
    padding-bottom: 210px;
}

.shop-banner-area .portfolio-title-text h1 {
    color: #ffffff;
    font-family: "Montserrat Bold", Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
}

.shop-banner-area .portfolio-title-text .title-sub {
    color: #ffffff;
    font-family: Questrial, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 3.2px;
}

.shop-sidebar aside {
    border: 1px solid #e6e8ea;
    padding: 25px;
}

.shop-sidebar .shop-search-box {
    border-bottom: 0 none;
    padding-bottom: 10px;
    padding-top: 10px;
}

.shop-sidebar .shop-search-box .search-form {
    position: relative;
}

.shop-sidebar .shop-search-box .search-form::before {
    content: "\f2f5";
    font-family: "ionicons";
    font-size: 22px;
    left: -8px;
    top: 6px;
    position: absolute;
}

.shop-sidebar .shop-search-box .search-form input {
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    font-style: italic;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    border: 0;
}

.shop-sidebar .shop-filter h3 {
    color: #c6cacd;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 15px;
}

.shop-sidebar .shop-filter h3::before {
    color: #54646f;
    content: ".";
    font-size: 30px;
    line-height: 10px;
    position: absolute;
    left: 30px;
}

.shop-sidebar .shop-filter .by-price .form-group {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 16px;
}

.shop-sidebar .shop-filter .by-price .form-group input {
    width: 95px;
    height: 30px;
    display: inline-block;
    background-color: #c3ccd2;
}

.shop-sidebar .shop-filter .by-price .form-group input:focus {
    box-shadow: none !important;
}

.shop-sidebar .shop-filter .by-price .form-group label {
    display: inline-block;
    font-family: la-reg;
    font-size: 14px;
}

.shop-sidebar .shop-filter .by-price .slider.slider-horizontal {
    height: 0.5em;
}

.shop-sidebar .shop-filter .by-price .slider.slider-horizontal .slider-track {
    height: 0.5em;
}

.shop-sidebar .shop-filter .by-price .slider.slider-horizontal .slider-handle {
    background-color: #889aa6;
    height: 15px;
    left: -10px;
    top: -4px;
    width: 15px;
}

.shop-sidebar .shop-filter .by-price #slider12c .slider-track-high {
    background-color: #909090 !important;
}

.shop-sidebar .shop-filter .by-price #slider12c .slider-track-low {
    background-color: #909090 !important;
}

.shop-sidebar .shop-filter .by-price #slider12c .slider-selection {
    background-color: #c3ccd2;
}

.shop-sidebar .categories h3 {
    color: #c6cacd;
    font-size: 16px;
    text-transform: uppercase;
}

.shop-sidebar .categories h3::before {
    color: #54646f;
    content: ".";
    font-size: 30px;
    line-height: 10px;
    position: absolute;
}

.shop-sidebar .categories h3 span {
    padding-left: 15px;
}

.shop-sidebar .categories .product-categories {
    padding-left: 15px;
}

.shop-sidebar .categories .product-categories li {
    color: #54646f;
    line-height: 40px;
    list-style: outside none none;
}

.shop-sidebar .categories .product-categories li a {
    color: #54646f;
}

.shop-sidebar .categories .product-categories li span {
    float: right;
}

.shop-tag-filter h3 {
    color: #c6cacd;
    font-size: 16px;
    text-transform: uppercase;
}

.shop-tag-filter h3::before {
    color: #54646f;
    content: ".";
    font-size: 30px;
    line-height: 10px;
    position: absolute;
}

.shop-tag-filter h3 span {
    padding-left: 15px;
}

.shop-tag-filter .tag-list {
    padding-left: 15px;
}

.shop-tag-filter .tag-list a {
    background: #889aa6 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px !important;
    line-height: 30px;
    margin: 0 10px 10px 0;
    padding: 0 20px;
}

.shop-tag-filter .tag-list a:hover {
    background-color: transparent;
    border-color: #ff3a47;
    color: #ff3a47;
}

.shop-cart-box {
    border: 1px solid #afb7bc;
    border-radius: 2px;
    color: #54646f;
    font-weight: bold;
    margin-bottom: 35px;
    padding: 15px 25px;
}

.shop-cart-box img {
    width: 20px;
}

.shop-cart-box .title {
    font-size: 16px;
    padding-left: 13px;
    text-transform: uppercase;
}

.shop-cart-box .total {
    float: right;
}

.shop-sorting-bar {
    margin-bottom: 50px;
    text-align: right;
}

.shop-sorting-bar p {
    margin-right: 40px;
    color: #c6cacd;
    display: inline-block;
    float: none;
    margin-bottom: 0;
}

.shop-sorting-bar .ordering-form {
    display: inline-block;
    float: none;
    margin: 0;
    position: relative;
}

.shop-sorting-bar .ordering-form::before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.shop-sorting-bar .ordering-form select {
    -moz-appearance: none;
    border: 1px solid #bbc1c5;
    border-radius: 2px;
    color: #bbc1c5;
    font-size: 16px;
    height: 45px;
    padding: 0 20px;
    font-weight: 400;
}

.single-shop-item {
    margin-bottom: 30px;
}

.single-shop-item .product-header {
    background: #f7f7f7 none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}

.single-shop-item .product-header::before {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    bottom: 60px;
    content: "";
    left: 60px;
    opacity: 0;
    position: absolute;
    right: 60px;
    top: 60px;
    transition: all 0.3s ease-in-out 0s;
}

.single-shop-item .product-header span.onsale {
    background-color: transparent;
    border: 2px solid #ff3a47;
    border-radius: 0;
    color: #ff3a47;
    height: 40px;
    left: 20px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    width: 50px;
    z-index: 10;
    font-size: 0.857em;
    font-weight: 700;
    min-height: 3.236em;
    min-width: 3.236em;
}

.single-shop-item .product-overlay {
    height: 60px;
    left: 0;
    position: absolute;
    top: 100%;
    transition: all 500ms ease-in-out 0s;
    width: 100%;
    z-index: 10;
}

.single-shop-item .product-overlay .add-to-cart {
    bottom: 0;
    height: 100%;
    left: calc(43%);
    position: absolute;
    transform: translateX(calc(-25%));
    width: 50px;
}

.single-shop-item .product-overlay .add-to-cart a {
    background-color: #ff3a47;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    letter-spacing: 0.05em;
    line-height: 50px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.single-shop-item:hover .product-overlay {
    top: calc(40%);
}

.single-shop-item:hover .product-overlay .add-to-cart a:hover {
    border-radius: 50%;
}

.single-shop-item:hover .product-header::before {
    bottom: 0;
    left: 0;
    opacity: 0.9;
    right: 0;
    top: 0;
    z-index: 9;
}

.single-shop-item .shop-product-detail {
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.single-shop-item .shop-product-detail h3 {
    font-weight: 400;
    margin: 0;
    text-align: center;
    font-family: "Questrial";
}

.single-shop-item .shop-product-detail h3 a {
    color: #54646f;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 26px;
    font-family: "Questrial";
}

.single-shop-item .shop-product-detail h3 a:hover {
    color: #ff3a47;
}

.single-shop-item .shop-product-detail .product-price {
    color: #54646f;
    display: flex;
    font-size: 18px;
    justify-content: center;
    text-align: center;
}

.single-shop-item .shop-product-detail .product-price del {
    -moz-box-ordinal-group: 1;
    color: #6f6f6f;
    padding-right: 10px;
}

.single-shop-item .shop-product-detail .product-price .price-amount {
    letter-spacing: 0.1em;
}

.single-shop-item .shop-product-detail .product-price .price-amount::after {
    color: #ff3a47;
    content: ".";
    font-family: "Montserrat";
}

.account-contact-form {
    padding-right: 10px;
    border-right: 1px solid #ececec;
}

.account-contact-form form.login {
    display: table-cell;
    letter-spacing: 0;
    border-radius: 5px;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
    width: 100%;
}

.account-contact-form h2 {
    color: #ff3a47;
    font-size: 18px;
    text-transform: uppercase;
    display: table-cell;
    letter-spacing: 0;
    padding-right: 40px;
}

.account-contact-form h2::after {
    color: #ff3a47;
    content: ".";
}

.account-contact-form label {
    color: #1f1f1f;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-bottom: 5px;
}

.account-contact-form label span {
    border: 0 none;
    color: #ff3a47;
    font-weight: 700;
}

.account-contact-form p {
    margin-bottom: 15px;
}

.account-contact-form input.input-text {
    box-sizing: border-box;
    line-height: 1;
    margin: 0;
    outline: 0 none;
    border: 1px solid #ececec;
    border-radius: 0;
    color: #626262;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 15px 17px;
    width: 100%;
}

.submit-button {
    background: #414141 none repeat scroll 0 0;
    border: 1px solid #414141;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px 38px;
    transition: all 300ms ease 0s;
}

.submit-button:hover {
    background-color: #ff3a47;
    border-color: #ff3a47;
    color: #ffffff;
}

.register-account-content {
    padding-top: 20px;
}

.register-account-content h3 {
    font-size: 18px;
    letter-spacing: 0;
}

.register-account-content a {
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
    padding: 15px 38px;
    font-size: 16px;
    line-height: 20px;
}

.register-account-content a:hover {
    border: 1px solid #1e73be;
}

.register-account-content .calculated-shipping {
    background: #1f1f1f none repeat scroll 0 0;
    padding: 30px 25px;
    width: 100%;
}

.register-account-content .calculated-shipping h2 {
    border-bottom: 1px solid #363636;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.register-account-content .calculated-shipping h2::after {
    color: #ff3a47;
    content: ".";
}

.register-account-content .calculated-shipping table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}

.register-account-content .calculated-shipping .cart-subtotal th {
    width: 40%;
    font-weight: normal;
    color: #bcbcbc;
}

.register-account-content .calculated-shipping .cart-subtotal th:first-child {
    border-top: 0;
}

.register-account-content .calculated-shipping .cart-subtotal td {
    border-color: #363636;
    border: 0;
    padding: 6px 12px;
}

.register-account-content .calculated-shipping .cart-subtotal td:first-child {
    border-top: 0;
}

.register-account-content .calculated-shipping .cart-subtotal td span {
    color: #ffffff;
}

.register-account-content .calculated-shipping .order-total th {
    width: 40%;
    color: #bcbcbc;
    font-weight: normal;
    border-color: #363636;
    text-transform: uppercase;
}

.register-account-content .calculated-shipping .order-total td {
    border-color: #363636;
    padding: 6px 12px;
}

.register-account-content .calculated-shipping .order-total td span {
    color: #ffffff;
}

.register-account-content .checkout-update {
    clear: both;
    display: table;
    padding-top: 20px;
}

.register-account-content .checkout-update input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #54646f;
    color: #54646f;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 20px;
    text-transform: uppercase;
    opacity: .8;
    margin-right: 10px;
}

.register-account-content .checkout-update a {
    background: #54646f none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 18px;
    text-align: right;
    text-transform: uppercase;
}

.register-account-content .checkout-update a:hover {
    background: #ff3a47 none repeat scroll 0 0;
    color: #ffffff;
}

.shop-cart-table .product-thumbnail {
    width: 130px;
}

.shop-cart-table .product-name {
    width: 35%;
}

.shop-cart-table .product-price {
    width: 15%;
}

.shop-cart-table .product-quantity {
    width: 15%;
}

.shop-cart-table .product-subtotal {
    width: 15%;
}

.shop-cart-table thead th {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 1px solid #ececec;
    border-image: none;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    color: #1f1f1f;
    letter-spacing: 0;
    padding: 0 0 20px;
}

.shop-cart-table tbody td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 1px solid #ececec;
    border-image: none;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    color: #1f1f1f;
    letter-spacing: 0;
    padding: 25px 5px 25px 0 !important;
}

.shop-cart-table tbody tr:last-child {
    border: 0;
}

.shop-cart-table .cart-item tr td {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 400;
    padding: 25px 5px 25px 0;
}

.shop-cart-table .cart-item .product-thumbnail img {
    width: 130px;
}

.shop-cart-table .cart-item .product-name h3 {
    padding-top: 35px;
    color: #000000;
}

.shop-cart-table .cart-item .product-name h3 a {
    color: #000000;
}

.shop-cart-table .cart-item .product-name h3 a:hover {
    color: #ff3a47;
}

.shop-cart-table .cart-item .product-price h3 {
    padding-top: 35px;
    color: #000000;
}

.shop-cart-table .cart-item .product-quantity {
    padding-top: 40px;
}

.shop-cart-table .cart-item .product-quantity h3 {
    margin-top: 5px;
    opacity: 0;
}

.shop-cart-table .cart-item .product-quantity .quantity {
    background: url("../images/shop/pages/icon_quanity.png") no-repeat scroll 0 0;
    border: medium none;
    display: table-cell;
    float: none;
    height: 50px;
    padding: 5px;
    width: 90px;
}

.shop-cart-table .cart-item .product-quantity .quantity input {
    -moz-appearance: textfield;
    width: 50%;
    border: medium none;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.shop-cart-table .cart-item .product-subtotal {
    position: relative;
}

.shop-cart-table .cart-item .product-subtotal h3 {
    padding-top: 35px;
    color: #000000;
}

.shop-cart-table .cart-item .product-subtotal .product-remove {
    position: absolute;
    right: 0;
    top: 20%;
    font-size: 20px;
    width: 15px;
    height: 15px;
    width: 20px;
}

.shop-cart-area {
    margin-bottom: 25px;
}

.shop-cart-area .actions {
    margin-top: 15px;
    border: 1px solid #54646f !important;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    -moz-border-bottom-colors: #54646f !important;
    -moz-border-left-colors: #54646f !important;
    -moz-border-right-colors: #54646f !important;
    -moz-border-top-colors: #54646f !important;
    border-color: -moz-use-text-color -moz-use-text-color #54646f !important;
}

.shop-cart-area .actions .coupon .input-text {
    min-width: calc(70%);
    padding: 15px;
    border: 1px solid #d3ced2;
}

.shop-cart-area .actions .coupon .button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #54646f;
    color: #54646f !important;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 30px;
    text-transform: uppercase;
    float: right;
}

.shop-cart-area .actions .coupon .button:hover {
    border: 1px solid #ff3a47;
    color: #ffffff !important;
}

.shop-detailed-item {
    position: relative;
    margin-left: 130px;
    margin-bottom: 50px;
}

.shop-detailed-item .zoom {
    display: inline-block;
    position: relative;
}

.shop-detailed-item .zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(icon.png);
}

.shop-detailed-item .zoom img {
    display: block;
}

.shop-detailed-item .zoom img::selection {
    background-color: transparent;
}

.shop-detailed-item .item-details .item-name h3 {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.shop-detailed-item .item-details .price {
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
    display: inline-block;
    width: 100%;
}

.shop-detailed-item .item-details .price .rating {
    padding-left: 72px;
}

.shop-detailed-item .item-details .price .rating a {
    font-size: 20px;
}

.shop-detailed-item .item-details .price .rating a .ion-ios-star-outline {
    color: #5b6f7d;
}

.shop-detailed-item .item-details .price .rating a .fa-star {
    color: #ff3a47;
}

.shop-detailed-item .item-details .price .rating span {
    font-size: 12px;
}

.shop-detailed-item .item-details .item-price {
    margin-top: 25px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 15px;
}

.shop-detailed-item .item-details .description p {
    margin-bottom: 15px;
}

.shop-detailed-item .item-details .description .first {
    padding-bottom: 3px;
}

.shop-detailed-item .item-details .quantity {
    background: url("../images/shop/pages/icon_quanity.png") no-repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    float: none;
    height: 50px;
    padding: 5px;
    width: 90px;
}

.shop-detailed-item .item-details .quantity input {
    -moz-appearance: textfield;
    width: 50%;
    border: medium none;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.shop-detailed-item .item-details .single-add-to-cart {
    border: medium none;
    color: #ffffff;
    display: table-cell;
    font-size: 17px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0;
    line-height: 22px;
    padding: 10px 35px;
    text-transform: uppercase;
    width: 190px;
    display: inline-block;
    background: #414141 none repeat scroll 0 0;
}

.shop-detailed-item .item-details .single-add-to-cart:hover {
    background: #ff3a47 none repeat scroll 0 0;
}

.shop-detailed-item .social-shop-detailed {
    border-top: 1px solid #e8e8e8;
    margin-top: 40px;
}

.shop-detailed-item .social-shop-detailed ul li {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 5px 1px;
}

.shop-detailed-item .social-shop-detailed ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin-right: 0;
    text-align: center;
    width: 30px;
}

.shop-detailed-item .social-shop-detailed ul li a i {
    color: #777777;
    line-height: 34px;
}

.shop-detailed-item .social-shop-detailed ul li label {
    color: #b6bbbf;
    font-weight: 400;
    font-size: 16px;
}

.shop-detailed-item .product-meta .tagged-as {
    color: #b6bbbf;
    display: block;
}

.shop-detailed-item .product-meta .tagged-as a {
    color: #54646f;
}

.control-carousel-menu {
    position: absolute;
}

.control-carousel-menu .nav-pills > li {
    float: none;
    display: block;
    margin: 0;
}

.control-carousel-menu .nav-pills > li a {
    padding: 0;
}

.shop-detail-single-product {
    padding: 80px 0;
}

.shop-detail-single-product .single-shop-item {
    margin: 15px;
}

.home-divider {
    background: #212121;
    height: 1px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.home-five-section-heading {
    margin-bottom: 40px;
    overflow: hidden;
}

.home-five-section-heading .heading h2 {
    margin-bottom: 25px;
}

.home-five-section-heading .heading h2::after {
    color: #ff3a47;
    content: ".";
}

.home-five-section-heading .read-more-button {
    margin-top: 28px;
    text-align: right;
}

.home-five-section-heading .read-more-button a {
    font-size: 14px;
    font-weight: bold;
}

.video-wraper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.video-play-wrapper {
    position: relative;
    text-align: center;
}

.video-play-wrapper a.play-button .video-content {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 10px;
}

.video-play-wrapper:hover a.play-button .video-content {
    position: absolute;
    height: 0;
    top: 49%;
}

.video-play-wrapper:hover a.play-button .video-content::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
}

.video-play-wrapper:hover a.play-button .video-content:after {
    content: "";
    font-family: "FontAwesome";
    height: 40px;
    line-height: 40px;
    padding-left: 4px;
    position: absolute;
    text-align: center;
    top: 0;
    left: -20px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
}

.no-marging {
    margin: 0;
}

.our-story-area {
    margin-top: 230px;
}

.our-story-area .video-detail {
    margin-top: 50px;
}

.our-story-area .video-detail h3 {
    padding-bottom: 15px;
}

.our-story-area .video-detail p {
    margin-bottom: 15px;
}

.our-story-area .video-detail h3.second {
    padding-top: 12px;
}

.our-story-area .video-detail ul {
    margin: 20px 0;
}

.our-story-area .video-detail ul li {
    display: inline-block;
    font-size: 20px;
    padding-right: 40px;
}

.home-five-single-service {
    margin-top: 40px;
}

.home-five-single-service .heading-main .heading-title-number {
    border: 2px solid #414141;
    border-radius: 50%;
    color: #414141;
    float: left;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    height: 95px;
    line-height: 88px;
    margin-right: 20px;
    text-align: center;
    text-decoration: underline;
    width: 95px;
}

.home-five-single-service .heading-main .heading-title-number::after {
    color: #ff3a47;
    content: ".";
    position: absolute;
}

.home-five-single-service .heading-main h2.heading-title {
    float: left;
    font-size: 25px;
    font-weight: 400;
    line-height: 95px;
    margin-bottom: 0;
    width: auto;
}

.home-five-single-service .heading-sub {
    clear: both;
    padding-left: 115px;
}

.home-five-work-area {
    margin-top: 84px;
}

.home-five-work-area .home-divider {
    margin-bottom: 40px;
}

.home-five-work-area .single-portfolio {
    position: relative;
    margin-left: 15px;
    margin-bottom: 15px;
}

.home-five-work-area .single-portfolio::before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 9;
}

.home-five-work-area .single-portfolio::after {
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 9;
}

.home-five-work-area .single-portfolio:hover::before {
    border-left: 1px solid #ff3a47;
    border-top: 1px solid #ff3a47;
    height: 30%;
    left: 30px;
    top: 30px;
    width: 30%;
    position: absolute;
}

.home-five-work-area .single-portfolio:hover::after {
    border-bottom: 1px solid #ff3a47;
    border-right: 1px solid #ff3a47;
    bottom: 30px;
    height: 30%;
    right: 30px;
    position: absolute;
    width: 30%;
}

.home-five-work-area .single-portfolio .content {
    text-align: left;
}

.home-five-work-area .single-portfolio .content h3 {
    margin-bottom: 10px;
}

.home-five-work-area .single-portfolio .content a {
    color: #ffffff;
}

.home-five-work-area .single-portfolio .content a:hover {
    color: #ff3845;
}

.home-five-vertical-section {
    margin-bottom: 80px !important;
}

.home-five-vertical-section .vertical-line {
    background: #414141 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 80px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}

.background-wrapper-bg h2 {
    margin-top: 40px;
}

.home-five-blog {
    margin-top: 90px;
}

.home-five-blog .home-divider {
    margin-bottom: 10px;
}

.home-five-single-blog {
    margin-top: 30px;
}

.home-five-single-blog .blog-media {
    overflow: hidden;
    position: relative;
}

.home-five-single-blog .blog-media img {
    transform: rotate(0deg) scale(1);
    transition: all 0.7s ease 0s;
}

.home-five-single-blog .blog-media::before {
    content: "";
    height: 0;
    left: 50%;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease 0s;
    width: 0;
    z-index: 1;
}

.home-five-single-blog .blog-media::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.home-five-single-blog .blog-media:hover::before {
    border: 1px solid #f5f5f5;
    height: calc(90%);
    left: 15px;
    top: 15px;
    width: calc(93%);
}

.home-five-single-blog .blog-media:hover::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.home-five-single-blog .blog-media:hover img {
    transform: rotate(10deg) scale(1.2);
}

.home-five-single-blog .blog-detail h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    margin-top: 25px;
}

.home-five-single-blog .blog-detail h3 a {
    color: #414141;
}

.home-five-single-blog .blog-detail .grid-content {
    margin-bottom: 25px;
}

.home-five-single-blog .blog-detail .grid-content p {
    margin-bottom: 15px;
}

.home-five-single-blog .blog-detail .grid-time {
    color: #414141;
    float: left;
    margin-right: 20px;
    padding: 0 40px;
    position: relative;
}

.home-five-single-blog .blog-detail .grid-time::before {
    right: 0;
    background: #414141 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 27px;
}

.home-five-single-blog .blog-detail .grid-time::after {
    left: 0;
    background: #414141 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 27px;
}

.home-five-testimonail-area {
    margin-top: 90px;
}

.home-five-testimonail-area .home-divider {
    margin-bottom: 80px;
}

.all-testimonail .single-testimonial {
    margin-top: 20px;
    margin-bottom: 42px;
    text-align: center;
}

.all-testimonail .single-testimonial img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border-radius: 500px;
    display: inline-block;
    max-width: 53px;
    max-height: 53px;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}

.all-testimonail .single-testimonial p {
    margin-bottom: 20px;
    padding: 0 20px;
}

.all-testimonail .single-testimonial h6 {
    color: #414141;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}

.all-testimonail .single-testimonial:hover img {
    transform: scale(1.3);
}


/*	Home Six
---------------*/

.home-six-portfolio .home-five-work-area .portfolio-gllary-grid .single-portfolio {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.home-six-section-heading {
    margin-top: 100px;
    text-align: center;
}

.home-six-section-heading h2 {
    margin-bottom: 25px;
    position: relative;
}

.home-six-section-heading h2::after {
    color: #ff3a47;
    content: ".";
}

.home-six-header-area {
    background-color: #f5f8fa;
}

.home-six-service .single-service {
    margin-top: 60px;
}

.home-six-service .single-service .image {
    position: absolute;
    width: 120px;
    text-align: center;
}

.home-six-service .single-service .image i {
    font-size: 60px;
    text-align: center;
    color: #000;
}

.home-six-service .single-service .image h4 {
    text-align: center;
    color: #000;
    font-size: 20px;
    margin-top: 40px;
}

.home-six-service .single-service .content {
    margin-left: 150px;
    padding-top: 45px;
    margin-bottom: 66px;
}

.home-six-service .single-service:hover .image i {
    color: #ff3a47;
}

.home-five-team {
    padding-top: 36px;
}

.home-five-work-area .portfolio-product-grid {
    padding-right: 15px;
}

.home-five-work-area .single-portfolio .grid-content {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 30%;
    position: absolute;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 5;
}

.home-five-work-area .single-portfolio .grid-content a {
    color: #fff;
}

.home-five-work-area .single-portfolio .grid-content a:hover {
    color: #ff3a47;
}

.home-five-work-area .single-portfolio .grid-content .date {
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}

.home-five-work-area .single-portfolio:hover .grid-content {
    opacity: 1;
}

.home-six-blog {
    margin-top: 60px;
    padding-top: 85px;
    background-color: #f5f8fa;
}

.home-six-blog .portfolio-gllary-grid {
    padding-top: 60px;
}

.home-six-testimonial {
    margin-top: 0;
    margin-bottom: 54px;
}

.home-four-store {
    padding-top: 230px;
}

.home-four-store .heading-wraper {
    position: relative;
}

.home-four-store .heading-wraper::before {
    border-bottom: 3px solid;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 40px;
}

.home-four-store .heading-wraper h2 {
    margin-bottom: 25px;
    position: relative;
}

.home-four-store .heading-wraper h2::after {
    color: #ff3a47;
    content: ".";
}

.home-four-store .heading-wraper h5 {
    padding-bottom: 55px;
}

.home-four-store .content {
    padding-right: 100px;
}

.home-four-store .image {
    margin-top: 52px;
}

.home-four-service {
    background-color: #f5f8fa;
    padding-top: 0px;
}

.home-four-service .feature-service-content {
    min-height: 365px;
    padding: 48px 0;
}

.home-four-service .feature-service-content .communication-way {
    border: 0;
    margin-top: 30px;
    padding: 20px 0;
}

.home-four-service .feature-service-content .communication-way .fancy-box-icon i {
    color: #141414;
    font-size: 50px;
}

.home-four-subscribe {
    padding-bottom: 60px;
    background-color: #414141;
}

.home-four-subscribe .subscribe-box {
    padding-top: 100px;
}

.home-four-subscribe .subscribe-box .heading-wraper {
    padding-bottom: 32px;
}

.home-four-subscribe .subscribe-box .heading-wraper h3 {
    color: #ffffff;
    text-align: left;
}

.home-four-subscribe .subscribe-box .heading-wraper .heading-sub {
    color: #b5b5b5;
    text-align: left;
}

.home-four-subscribe .subscribe-box .input-text {
    background: #414141 none repeat scroll 0 0;
    border-color: #d2d2d2;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    color: #d2d2d2;
    padding: 15px 17px;
    margin-bottom: 15px;
    padding-left: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.home-four-subscribe .subscribe-box .newsletter-submit {
    background: #ff3a47 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    line-height: 45px;
    margin: 30px 0;
    padding: 0 23px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.home-four-subscribe .subscribe-box .newsletter-submit:hover {
    background: #fff none repeat scroll 0 0;
    color: #ff3a47;
}

.home-four-team .team-item-section {
    margin-top: 40px;
}

.home-four-team .team-item-section .team-position-info .team-content {
    position: static;
    width: 100%;
    text-align: center;
    transform: translateX(0%);
}

.home-four-blog {
    margin-top: 0;
}

.home-four-blog .home-six-section-heading {
    padding-bottom: 35px;
}

.home-four-blog .portfolio-product-grid {
    padding-right: 0;
}

.home-four-blog .portfolio-product-grid .single-portfolio {
    margin-left: 0;
}


/*	Home Two
----------------*/

.home-two-studio-box {
	margin-top: 150px;
	padding-top: 150px;
}

.home-two-studio-box .content-box {
    position: relative;
    border: 3px solid #464646;
    margin-top: 20px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.home-two-studio-box .content-box .title {
    text-align: center;
    background: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -100px;
    position: absolute;
}

.home-two-studio-box .content-box .title h3 {
    color: #bcbcbc;
    font-size: 40px;
    text-align: center;
    padding-bottom: 14px;
}

.home-two-studio-box .content-box .title h2 {
    padding-bottom: 14px;
}

.home-two-studio-box .content-box .content {
    padding-top: 100px;
}

.home-two-studio-box .content-box .content p {
    padding: 0 80px 15px;
    text-align: justify;
    margin: 0 0 15px;
}

.home-two-studio-box .content-box .content .signature {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 49px;
}

.home-two-studio-box .content-box .content .image-two {
    text-align: center;
}

.home-two-studio-box .content-box .email {
    position: absolute;
    right: -135px;
    top: 90px;
    transform: rotate(90deg);
}


/*	Home Two portfolio
------------------------*/

.home-two-portfolio {
    background-color: #f5f8fa;
    margin-top: 100px;
    padding-bottom: 130px;
    padding-top: 24px;
}

.home-two-portfolio .portfolio-gllary-grid {
    padding-right: 10px;
}

.home-two-portfolio .portfolio-gllary-grid .single-portfolio {
    margin-left: 10px;
    margin-bottom: 10px;
}

.column-inner-virticle {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.column-inner-virticle .wrapper .artista-vertical-text {
    margin-top: 143px;
    border: 1px solid;
    left: 50%;
    padding: 11px 30px;
    position: absolute;
    top: -35px;
    transform: translate(-50%) rotate(-90deg);
}

.column-inner-virticle .wrapper .artista-vertical-text .wrapper-two p {
    color: #141414;
    font-size: 11px;
    letter-spacing: 0.3em;
    line-height: 11px;
    margin: 0;
    padding: 0;
    position: relative;
}

.column-inner-virticle .wrapper .artista-vertical-text .wrapper-two p::before {
    background: rgba(0, 0, 0, 0) url("../images/home-two/long-arrow-left.jpg") no-repeat scroll 0 0;
    content: "";
    font-size: 20px;
    height: 20px;
    left: -58px;
    position: absolute;
    top: 0;
    width: 50px;
}

.home-two-serice .home-six-section-heading {
    padding-bottom: 33px;
}

.home-two-serice .single-servie {
    margin-bottom: 15px;
}

.home-two-serice .single-servie .content {
    padding: 80px 0 50px 100px;
}

.home-two-serice .single-servie .content .artista-header-number-left h3 {
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    position: relative;
}

.home-two-serice .single-servie .content .artista-header-number-left h3::after {
    color: #ff3a47;
    content: ".";
}

.home-two-serice .single-servie .content .artista-header-number-left h3 span {
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 100px;
    left: -120px;
    line-height: 120px;
    margin: 10px 0 0;
    position: absolute;
    top: 0;
    transform: rotate(-90deg);
}

.home-two-team {
    background: url('../images/home-two/15.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    margin-top: 105px;
}

.home-two-team .single {
    position: relative;
}

.home-two-team .artista-person {
    bottom: 140px;
    padding-left: 100px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.home-two-team .artista-person .wrapper h2 {
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.home-two-team .artista-person .wrapper h4 {
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.home-two-team .artista-person:hover {
    padding-left: 0;
}

.home-tow-from-blog .section-content {
    padding-left: 15px;
    padding-bottom: 0;
    padding-top: 10px;
}

.home-tow-from-blog .section-content h2 {
    margin-bottom: 10px !important;
}

.home-tow-from-blog .single-portfolio {
    margin-bottom: 0 !important;
}

.home-two-testimonial {
    margin-bottom: 50px;
}

.home-two-testimonial .testimonial-item .author-info h3 {
    color: #414141;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 18px;
    margin-top: 10px;
    text-align: center;
}

.home-two-testimonial .testimonial-item .author-info h4 {
    color: #a2a2a2;
    font-size: 16px;
    text-align: center;
}

.check-button {
    margin-bottom: 20px;
}

.check-button button {
    color: #fff;
    background: #414141;
}

.color-black {
    color: #414141 !important;
}

.value-layer-one {
    font-size: 32px;
    padding: 21px 28px;
    border: 5px solid #414141;
}

.home-four-menu-logo {
    top: 35px;
}

#faq-banner {
    background: url("../images/faq.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 80px;
}

.wrapper-category {
    margin-bottom: 30px;
}

.wrapper-content-inner p {
    margin-top: 25px;
    margin-bottom: 60px;
}

.view-faq-area {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 10px;
}

.view-faq-area:last-child {
    border-bottom: none;
}

.faq-list-category {
    margin-top: 70px;
}

#artista-client {
    background-color: #f5f8fa;
    padding-bottom: 75px;
    padding-top: 75px;
}

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

#artista-body-element {
    overflow-x: hidden;
}

#slider1 {
    padding: 50px 0px 100px;
}

.slider-bg-section {
    background: #f5f8fa;
}

.story-section-content {
    background: url("../images/home-one/bg-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.story-section-content .service-number-one {
    color: #e5e5e5;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    font-weight: 400;
    left: -100px;
    margin-bottom: 10px;
    position: absolute;
    top: 25px;
    transform: rotate(-90deg);
}

.home-service-layout .border-area {
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

.home-service-layout .deep-color-icon {
    font-size: 50px;
}

.feature-service-content:hover .deep-color-icon {
    color: #ff3a47;
}

.story-content .p-content {
    margin-bottom: 15px;
}

.story-content .read-more-link {
    padding-top: 60px;
}

.home-element-padding {
    padding-top: 330px;
    padding-bottom: 260px;
}

.subscribe-section {
    background-color: #f5f8fa;
    padding-top: 50px;
    padding-bottom: 38px;
}

.subscribe-content h3 {
    font-size: 35px;
    line-height: 35px;
    text-align: right;
    color: #414141;
}

.contact-element-form .input-box {
    border: none;
    border-bottom: 1px solid #414141;
    box-shadow: none;
    border-radius: 0;
    color: #54646f;
    background: transparent;
}

.contact-element-form p {
    margin-top: 18px;
}

.input-subscribe-area {
    margin-top: 30px;
}

.testimonial-item {
    padding: 100px 40px 5px;
}

.heading-element {
    width: 555px;
    left: 80px;
}

.home-service-four {
    position: relative;
}

.home-service-four .service-number-one {
    left: -100px;
    top: 34px;
}

.home-service-four:after {
    background: #414141 none repeat scroll 0 0;
    content: "";
    height: 80px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 220px;
    width: 1px;
}

.home-service-four .home-section-area {
    padding-bottom: 54px;
}

#home-one-section-heading {
    margin-top: 0px !important;
    background-color: #f5f8fa;
    margin-bottom: 0px;
}

#home-one-section-heading .single-portfolio {
    margin-left: 0px;
}

#home-one-section-heading .portfolio-product-grid {
    padding-right: 0px;
}

.service-digit-count {
    position: relative;
}

.service-digit-count .home-section-count {
    left: 0;
    color: #e5e5e5;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 120px;
    line-height: 120px;
    margin: 10px 0 0;
    position: absolute;
    top: 45px;
    transform: rotate(-90deg);
}

.service-digit-count h3 {
    text-transform: uppercase;
}

.home-one-portfolio {
    padding-top: 50px;
}

.home-custom-button {
    background-color: #f5f8fa;
    padding-bottom: 50px;
    padding-top: 50px;
}

.wrapper-bttn-work p {
    font-size: 24px;
    margin-top: 8px;
    text-align: left;
}

.wrapper-bttn-work a {
    background: #ff3a47 none repeat scroll 0 0;
    border: 0 solid #1e73be;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 15px 45px;
    text-transform: initial;
}

.wrapper-bttn-work a:hover {
    background: #414141;
}

.section-content {
    margin-left: 130px;
    padding: 25px 25px 30px 5px;
    position: relative;
}

.section-content h2 {
    font-size: 30px;
}

.section-content h2:after {
    color: #ff3a47;
    content: '.';
}

.infinity-scroll-updown img {
    width: 34px;
    height: 205px;
    position: relative;
    -webkit-animation: mymove 1s infinite;
    /* Chrome, Safari, Opera */
    -moz-animation: mymove 1s infinite;
    /* Chrome, Safari, Opera */
    animation: mymove 1s infinite;
    -moz-transition: 5s infinite;
    transition: 2s;
}

@-webkit-keyframes mymove {
    from {
        top: 0px;
    }
    to {
        bottom: 10px;
    }
}

@keyframes mymove {
    from {
        top: 0px;
    }
    to {
        bottom: 10px;
    }
}

.infinity-scroll-updown:hover img {
    -webkit-animation: mymove 1s infinite;
    /* Chrome, Safari, Opera */
    -moz-animation: mymove 1s infinite;
    /* Chrome, Safari, Opera */
    animation: mymove 1s infinite;
    -moz-transition: 5s infinite;
    transition: 2s;
}

.home-section-head-area h2 {
    font-size: 35px;
    text-align: left;
    letter-spacing: 0.3em;
    font-weight: 400;
}

.home-three-slider-caption .tp-mask-wrap {
    padding-top: 50px;
}

#about-three-section {
    padding-top: 230px;
}

#home-three-subscribe .input-text {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #414141;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    color: #d2d2d2;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    padding: 15px 17px 15px 0;
    width: 100%;
}

#home-three-subscribe .newsletter-submit {
    background: #ff3a47 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    line-height: 45px;
    margin: 30px 0;
    padding: 0 23px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

#home-three-subscribe .newsletter-submit:hover {
    background: #fff none repeat scroll 0 0;
    color: #ff3a47;
}

#home-three-subscribe .subscribe-bg-color {
    background-color: #f5f8fa;
}

#home-three-subscribe .subscribe-box {
    margin-top: 225px;
}

.home-three-service {
    border-bottom: 1px solid #ddd;
    margin-top: 80px;
}

.home-three-service .fancy-box-icon i {
    color: 141414;
}

.home-three-service .communication-way {
    border: 0;
}

.home-three-service .communication-way:hover i {
    color: rgba(255, 58, 71, 0.5);
}

.home-three-service .feature-service-content {
    min-height: 293px;
}


/*  Home Three Work
-----------------------*/

.home-three-work {
    padding-top: 85px;
}

.home-three-work .home-section-head-area {
    text-align: center;
}

.home-three-work .home-section-head-area h2 {
    text-align: center;
}

.home-three-work .home-section-head-area p {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}

.home-three-work .portfolio-gllary-grid {
    margin-top: 63px;
    padding-right: 40px;
    padding-left: 30px;
}

.home-three-work .portfolio-gllary-grid .single-portfolio {
    margin-left: 10px;
    margin-bottom: 10px;
}

.home-three-work .portfolio-gllary-grid .single-portfolio img {
    width: 100%;
}

.home-three-work .portfolio-gllary-grid .single-portfolio .content {
    left: 0;
    opacity: 0;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.home-three-work .portfolio-gllary-grid .single-portfolio:hover .content {
    top: 40%;
    opacity: 1;
}

.home-three-work .portfolio-gllary-grid .single-portfolio:hover .content h3 {
    margin-bottom: 5px;
}

.home-three-work .portfolio-gllary-grid .single-portfolio:hover .content a {
    color: #fff;
}

.home-three-work .portfolio-gllary-grid .single-portfolio:hover .content a:hover {
    color: #ff3a47;
}

.home-three-blog {
    padding-top: 85px;
}

.home-three-blog .home-section-head-area {
    text-align: center;
}

.home-three-blog .home-section-head-area h2 {
    text-align: center;
}

.home-three-blog .home-section-head-area p {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}

.home-three-blog .blog-post {
    border: 1px solid #cecece;
    margin-top: 65px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.home-three-blog .blog-post .grid-content .blog-content-heading h3 {
    margin: 35px 0 15px;
    padding: 0 15px;
}

.home-three-blog .blog-post .grid-content .blog-content-heading p {
    margin: 10px 0;
    padding-left: 15px;
    padding-right: 15px;
}

.home-three-blog .blog-post .grid-content .blog-content-heading p.time {
    padding-left: 15px;
    padding-right: 15px;
}

.home-three-testimonial {
    padding-bottom: 54px;
}

.home-three-testimonial .home-section-head-area h2 {
    text-align: center;
}

.map-section-element {
    padding-top: 80px;
    padding-bottom: 166px;
}

.map-section-element #map-canvas {
    background-color: #212121;
    height: 500px;
    position: relative;
    z-index: 1;
}

#map_canvas {
    height: 500px;
}

.map-section-two {
    padding-bottom: 166px;
}

.menu-columns-3 li {
    width: calc(33.333% - 3px);
    float: left;
    display: inline-block;
    padding-right: 15px;
}

.menu-columns-3 li .recent-thumb {
    overflow: hidden;
    position: relative;
}

.menu-columns-3 li .recent-thumb::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    margin-left: -20%;
    position: absolute;
    top: 0;
    transform: skew(30deg);
    transition: all 1.5s ease 0s;
    width: 0;
    z-index: 1;
}

.menu-columns-3 li .recent-thumb:hover::before {
    margin-left: 120%;
    width: 100%;
}

.menu-columns-3 li .recent-thumb:hover .product-title a {
    color: #ff3a47 !important;
}

.menu-columns-3 li .recent-thumb-overlay {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.menu-columns-3 li .recent-thumb-overlay .product-title {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 7px;
}

.menu-columns-3 li .recent-thumb-overlay .product-title a {
    font-size: 14px;
}


/* Standard Responsive CSS

*/


/* Prefix */


/*  To make Responsive
---------------------------------------------------------------------- /
*	1 - @media (max-width: 1280px)
*   2 - @media (max-width: 1200px)
*   3 - @media (min-width: 992px) and (max-width: 1199px)
*   4 - @media (min-width: 768px) and (max-width: 991px)
*   5 - @media (max-width: 767px)
*   6 - @media (max-width: 667px)
*   7 - @media (max-width: 480px)
*   8 - @media (max-width: 360px)
*   9 - @media (max-width: 320px)
*
---------------------------------------------------------------------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    html {
        -webkit-text-size-adjust: none;
    }
}


/* Large Desktops */

@media (max-width: 1280px) {
    .feature-layout {
        height: 940px;
        padding-left: 10%;
    }
}


/* End 1280 */


/* Laptops or Smaller Screens */


/* Portrait tablets and medium desktops */

@media (max-width: 1024px) {
    /*  Portfolio
--------------*/
    .single-portfolio .content h3 {
        font-size: 19px;
    }
    .page-title-text {
        padding: 120px 0;
    }
    .custom-input-form {
        padding: 90px 15px;
    }
    .shop-cart-area .actions {
        display: inline-block;
    }
    .shop-cart-area .actions .input-text {
        margin-bottom: 15px;
    }
    .shop-cart-area .actions .coupon .input-text {
        min-width: calc(65%);
    }
    .section-content {
        padding: 0 15px;
        margin-left: 0px;
    }
}


/* Portrait tablets and small desktops */

@media (max-width: 768px) {
    /*  Menu
    -------------*/
    .menu-style-one {
        background-color: rgba(0, 0, 0, 0);
    }
    .menu-style-one .menuzord .menuzord-menu {
        background: #fff;
        text-align: left;
    }
    .menu-style-one .menuzord .menuzord-menu li a {
        color: #666 !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .menu-style-one .menuzord .menuzord-menu li a .indicator {
        display: block;
    }
    .menu-style-one .menuzord .menuzord-menu li a::before {
        display: none;
    }
    .menu-style-one .menuzord .menuzord-menu li.menu-logo {
        display: none;
    }
    .menu-style-one .menuzord .dropdown {
        padding-top: 0;
    }
    .menu-style-one .menuzord .dropdown li .indicator {
        font-size: 18px !important;
        position: static;
        right: 0!important;
        top: 0 !important;
    }
    .menu-style-one .menuzord .dropdown li .indicator::before {
        display: none;
    }
    .menu-style-one .menuzord .dropdown li .dropdown {
        padding-top: 0;
    }
    #header-right {
        right: 35px;
    }
    /*  Fotter
    ---------------*/
    .footer-social-link {
        padding-top: 20px;
        text-align: center;
    }
    .copyright-info {
        text-align: center;
    }
    #footer-section {
        text-align: center;
    }
    #footer-section .footer-content h3::before {
        right: 0;
        margin: auto;
    }
    #footer-section .wiget-title::after {
        right: 0;
        margin: auto;
    }
    .masonry-drag-and-drop-no-gap .post {
        left: 0;
        right: 0;
        margin-left: auto;
        display: block;
        margin-right: auto;
    }
    .masonry-drag-and-drop-no-gap .post.cs1 {
        display: block;
        margin: auto;
        right: 0;
    }
    .blog-content a {
        font-size: 12px !important;
    }
    .by-price .slider-horizontal {
        width: 175px !important;
    }
    .feature-service-content {
        min-height: 328px;
    }
    .feature-layout {
        height: 380px;
        padding: 90px;
    }
    .feature-layout .inner-content {
        margin: 0 auto;
        padding: 26px;
    }
    .home-element-padding {
        padding-bottom: 100px;
        padding-top: 230px;
    }
    .wrapper h2 {
        font-size: 30px;
    }
    #home-three-subscribe .subscribe-box {
        margin-top: 68px;
    }
}


/* End 768 */


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .portfolio-product-grid {
        text-align: center;
    }
    .brand-area .single-brand {
        text-align: center;
    }
    .brand-area .single-brand a {
        display: block;
    }
    .brand-area .single-brand a img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-layout {
        text-align: center;
    }
    .social-link {
        text-align: center;
        padding-top: 30px;
    }
    .blog-post .blog-title:before {
        left: 50%;
    }
    .blog-content a {
        font-size: 18px;
    }
    .widget-categories .wiget-title-square:before {
        left: 50%;
    }
    .video-meta-link {
        text-align: center;
    }
    .submit-bttn {
        text-align: center;
    }
    .blog-media-object .media-comment-selection {
        margin-left: 0px;
    }
    #team-grid-colume img {
        width: 100%;
    }
    .feature-layout {
        padding-left: 0%;
    }
    .zo-item-section {
        margin-right: 0px;
        padding: 15px;
    }
    .zo-item-section-two img {
        padding: 0px;
        width: 100%;
    }
    .zo-item-section {
        text-align: center;
    }
    .zo-item-section img {
        width: 100%;
    }
    .team-item-section {
        margin-right: 0;
        padding: 0 15px;
    }
    .team-item-section img {
        width: 100%;
    }
    .img-content img {
        width: 100%;
    }
    .product-image img {
        width: 100%;
    }
    .media img {
        width: 100%;
    }
    .subscribe-content {
        float: left;
        margin-bottom: 30px;
    }
    .home-four-subscribe .image img {
        display: none;
    }
    .heading h2 {
        font-size: 30px;
    }
    .blog-media img {
        width: 100%;
    }
    .home-three-blog {
        text-align: center;
    }
    .home-three-blog img {
        width: 100%;
    }
    .home-four-store .content {
        padding-right: 0;
    }
}


/* End 767 */


/* iPhone 6 & 6 Plus */

@media (max-width: 667px) {
    .masonry-drag-and-drop-no-gap .post.cs1 img {
        width: 100%;
    }
}


/* Phone Standard Width */

@media (max-width: 480px) {
    .shop-cart-area .actions .coupon .button {
        float: left;
    }
    .content-box .title h2 {
        font-size: 30px;
    }
    .wrapper-bg-section h2 {
        font-size: 26px;
    }
    .home-service-four .service-number-one {
        display: none;
    }
    .heading-element {
        left: 0;
        padding: 0 15px;
        text-align: center;
        width: 100%;
    }
    h2 {
        font-size: 27px;
    }
}


/* Extra smaller */

@media (max-width: 360px) {
    /*  Portfolio
    ---------------*/
    #header-right {
        display: none;
    }
    .shop-detailed-item {
        margin-left: 0px;
    }
    .control-carousel-menu {
        display: none;
    }
    .home-two-studio-box .content-box .content p {
        padding: 0 30px 15px;
    }
    .home-six-section-heading h2 {
        font-size: 30px;
    }
    .top-right-menu-section-one .right-menu {
        margin-left: 90px;
    }
}


/* iPhone 4s and Smaller Screen */

@media (max-width: 320px) {
    /*  Portfolio
---------------*/
}
