/*
    Last Updated: 07-10-2016
    Author    : IndigoThemes | https://indigothemes.com/
*/


/*Generic CSS*/

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.8;
}

img {
    width: auto;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.pagination {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    width: 100%;
}

a {
    color: #545454;
}

a,
a:hover,
a:active,
a:focus,
.caption-hover,
.caption-hover-icon,
.team-name h5,
.btn,
button,
.button,
.owl-buttons div {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/*Siteorigine default*/
/*Video Embeded in center*/
.embed-container div{
    margin: 0 auto;
}
/*button popup*/
.buttonPopup .modal-header{padding: 15px 10px;}
.buttonPopup .modal-header .close,.portfolio-item .modal-header .close{margin-top: -10px;}
.modal-open li.sow-slider-image, .modal-open .sow-slider-image-container{z-index: inherit !important;}
/*Siteorigine default*/
.iconbox,
.grayscale,
.hover-effect,
.page-numbers,
.contact-social-icon i::after {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

:focus {
    border-color: #a9a9a9;
    outline: #a9a9a9;
}

input,
textarea,
select {
    resize: none;
    font-size: 14px;
    line-height: 22px;
    padding: 2px 5px;
    border: 1px solid #dbdbdb;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-weight: normal;
}

.btn-default:hover {
    outline: 0;
    background: #e61119;
    color: #ffffff;
}

button:focus,
button:hover {
    border-color: transparent;
    outline: transparent;
}

button {
    background: transparent;
    outline: 0 transparent;
    box-shadow: none;
    border-color: transparent;
    outline: transparent;
    border-style: solid;
}


/* article excerpt*/

.entry-content p {
    max-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*Model*/

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-open {
    padding-right: 0 !important;
    overflow: hidden;
    overflow-y: auto;
}

.modal-content {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background-color: rgba(255, 255, 255, 0.9);
}

.modal-body {
    position: relative;
    padding: 0 5px;
    padding-bottom: 10px;
    clear: both;
}

.heading-hide {
    overflow: hidden;
}

.grid {
    padding: 7px;
    text-align: center;
}

.grid button {
    position: relative;
    padding: 0;
    margin: 0;
}

.grid .modal-header,.vifpopup .modal-header{
    border: 0;
    padding: 0;
    position: relative;
    min-height: inherit;
}

.grid .modal-header button,.vifpopup .modal-header button{
    width: 30px;
    height: 25px;
    right: 0;
    top: 2px;
    left: inherit;
    opacity: 1;
    z-index: 1;
}

.grid button span.video-button {
    font-size: 12px;
    line-height: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-48%);
    text-align: center;
    margin: 0 auto;
    padding: 1px 0 0 1px;
    color: #ffffff;
    background: rgba(230, 17, 25, 0.8);
    border-radius: 50%;
    opacity: 1;
    z-index: 9;
    height: 25px;
    width: 25px;
    -webkit-transition: -webkit-transform ease-out 0.3s, background 0.3s;
    -moz-transition: -moz-transform ease-out 0.3s, background 0.3s;
    transition: transform ease-out 0.3s, background 0.3s;
}

.grid button span.video-button:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.grid:hover .video-button {
    background: transparent;
}

.grid:hover .video-button:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    from {
        opacity: 0.5;
    }
    to {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 0 10px 10px #E61119, 0 0 0 10px rgba(255, 255, 255, 0.9);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    from {
        opacity: 0.5;
    }
    to {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 0 10px 10px #E61119, 0 0 0 10px rgba(255, 255, 255, 0.9);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    from {
        opacity: 0.5;
    }
    to {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 0 10px 10px #E61119, 0 0 0 10px rgba(255, 255, 255, 0.9);
        opacity: 0;
    }
}

.btn-default:focus {
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    outline: 0;
}


/* Site Title */

.site-title {
    color: #000000;
    font-weight: bold;
}

.site-description {
    color: #474747;
}


/* Pricing Table Style */

.text-right .fa.fa-check {
    color: #e61119;
}

.text-right .fa.fa-times {
    color: #e61119;
}


/* Preloader Section */

.page-title-area {
    margin-bottom: 6%;
    margin-top: 47px;
    overflow: hidden;
}

.page-title-area-full {
    margin-bottom: 6%;
    margin-top: 47px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

.preloader .preloader-gif {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url('../images/preloader/loader.svg') no-repeat;
    transform-origin: 35px 35px;
    background-size: contain;
    animation: rotate 1s infinite linear;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.preloader .preloader-custom-gif {
    display: block;
    width: 170px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url('../images/preloader/loader.svg') no-repeat;
}

.slide-blog a,
.blog-thumb a {
    color: #fff;
}


/*Heading-Description*/

.heading-description {
    /*margin-top: 63px;*/
}

.logo-description #cssmenu > ul > li > a {
    padding: 25px 15px;
}


/*Theme-Container-Style*/

.theme-container {
    padding: 0;
}


/*Theme-Container-Style-End*/


/*Heading-Style*/

.default-heading {
    margin-bottom: 2%;
    display: block;
    padding: 4% 0;
    text-align: center;
}

.heading {
    background: #e61119;
    margin-bottom: 6%;
    display: block;
    padding: 4% 0;
    text-align: center;
}


/*Heading-title Section css*/

.heading-title {
    padding: 0;
}

.heading-title b {
    /*font-size: 28px;*/
    color: #000000;
    padding-bottom: 0px;
    display: inline-block;
    line-height: 55px;
    text-transform: uppercase;
}

.image-layer {
    padding: 4% 0;
}

.heading-image {
    background: url('../images/title-bg-default.jpg') no-repeat;
    margin-bottom: 6%;
    display: block;
    text-align: center;
    background-size: cover;
}

.heading-title b:after {
    border-bottom: 3px solid #e61119;
    content: "";
    display: block;
    width: 70px;
    margin: 2% auto 0;
}

.title b {
    display: inline-block;
    line-height: 28px;
    text-transform: uppercase;
}


/* Divider Set*/

.decoration::before {
    content: '';
    height: 1px;
    width: 235px;
    background: #B7B7B7;
    display: inline-block;
    position: absolute;
    left: calc(50% - 117px);
    top: 3px;
}

.decoration,
.decoration-inside {
    position: relative;
}


/*Title-Style*/

.title {
    padding: 4% 0;
}

.title > h1 {
    margin: 0 0 1%;
    color: #2c3e50;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}

.title > p {
    color: #545454;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.title > p::after {
    border-bottom: 0px dotted #7d7d7d;
    content: "";
    display: block;
    width: 70px;
    margin: 2% auto 0;
}

.seperator {
    position: relative;
    text-align: center;
}

.seperator:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #2c3e50;
    width: 10%;
}

.seperator:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #2c3e50;
    width: 10%;
}

.title .fa {
    position: relative;
    top: 0px;
    font-size: 20px;
    color: #2c3e50;
}


/*Title-Style-End*/


/*Heading-Style*/

.heading {
    background: #e61119;
    margin-bottom: 6%;
    display: block;
    padding: 4% 0;
    text-align: center;
}


/*Heading-Style-End*/


/*Pagination-Style*/

.pagination.fixed-header {
    display: inline-block;
    margin-bottom: 6%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 0px;
    background: transparent;
}

.nex-pre-button .fixed-header {
    background: transparent;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-bottom: 0px;
}

.nex-pre-button {
    padding: 1% 0 0;
    display: block;
    overflow: hidden;
    float: none;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.page-numbers {
    color: #e61119;
    background: #ffffff;
    border: 2px solid #e61119;
    border-radius: 0.25em;
    padding: 1em 2em;
    font-size: 1em;
    margin: 15px 0 0;
    font-weight: normal;
    line-height: 1em;
    display: inline-block;
}

.search .page-numbers {
    margin: 15px 0 30px;
}

.page-numbers:hover,
.page-numbers:hover i {
    color: #ffffff;
}

span.page-numbers i {
    padding: 0;
    margin: 0 5px;
    line-height: inherit;
    width: inherit;
    height: inherit;
    font-size: inherit;
}


/*Pagination-Style-End*/


/*====================INDEX-PAGE====================*/


/*Header Style*/


/*WP-Default*/

.logged-in .navbar-fixed-top {
    padding-top: 32px;
}


/* Logo Style*/

.header-logo {
    float: left;
    z-index: 111;
}
.videoInstafolioNav.default-logo .top-menu {
    position: inherit;
}

.default-logo .header-logo {
    position: absolute;
    top: 15px;
}

.default-logo .header-logo {
    max-height: 200px;
    max-width: 250px;
}

.default-logo .header-logo img {
    max-height: 160px;
    max-width: 250px;
}

.minimized-logo .header-logo {
    position: relative;
}

.minimized-logo .header-logo img {
    max-height: 60px;
    width: auto;
}

/*Menu Style*/

.home-nav.fixed-header {
    box-shadow: none;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.home-nav {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.slideInDown,.videoInstafolioNav.fixed-header {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fixed-header {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.35);
    position: fixed;
    width: 100%;
    z-index: 1040;
}

.top-menu {
    padding-right: 0;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    background: none;
    float: right;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 25px 15px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:last-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #e61119;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 11px;
}

#cssmenu > ul > li.has-sub > a::after {
    position: relative;
    top: -2px;
    right: 0px;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    margin-right: 3px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    transition: all ease 0.3s;
    display: inline-block;
    display: none;
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #e61119;
    -webkit-transform: rotate(222deg);
    -moz-transform: rotate(222deg);
    -ms-transform: rotate(222deg);
    -o-transform: rotate(222deg);
    transform: rotate(222deg);
    transition: all ease 0.3s;
}

#cssmenu ul ul {
    position: absolute;
    padding: 0px 0 0px;
    z-index: 999;
}

#cssmenu > ul li > ul {
    padding-top: 10px;
    visibility: hidden;
}

#cssmenu > ul li:hover > ul {
    visibility: visible;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}


/** Left & Right for the Sub Menu **/

ul.sub-menu .submenu-right {
    right: 100%;
}

ul.sub-menu .submenu-left {
    left: 100%;
}

#cssmenu ul ul ul {
    top: 0;
    padding: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    padding: 0 0px;
    margin: 0 0 0px;
    opacity: 0;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#cssmenu ul li:hover > ul > li {
    height: 30px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
}

#cssmenu ul ul li a {
    min-width: 100px;
    white-space: nowrap;
    padding: 10px 18px;
    background: none;
    text-decoration: none;
    font-size: 12px;
    line-height: 10px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #e61119;
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 11px;
    right: 8px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #e61119;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#cssmenu > ul > li > ul {
    border-radius: 3px;
}

/*Slider*/

.flex-direction-nav {
    display: none;
}

.metaslider {
    max-width: 100% !important;
}

.metaslider .caption-wrap {
    bottom: 50% !important;
    font-size: 42px;
    margin: 0 !important;
    font-weight: 800;
    text-align: center;
    background: transparent !important;
}


/*KEY FEATURES */

.feature-box {
    margin-top: 45px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    border-radius: 4px;
    border: 0px solid #dbdbdb;
}

.feature-box span {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.feature-box .iconbox {
    width: 80px;
    height: 80px;
    font-size: 40px;
    margin-top: -40px;
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
}

.feature-box .square {
    border-radius: 4px;
}

.feature-box .round {
    border-radius: 50%;
}

.feature-box span {
    text-decoration: none;
    display: block;
    color: #e61119;
    width: 1em;
    height: 1em;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    background-size: contain;
}

.feature-box:hover .iconbox {
    color: #ffffff;
}

.feature-content {
    padding: 30px 15px 40px;
}

.feature-box h5 {
    font-size: 18px;
    color: #2c3e50;
    font-weight: bold;
    margin: 15px 0;
}

.button-div {
    width: 100%;
    padding-top: 5%;
}

.button-read {
    color: #e61119;
    background: #ffffff;
    border-radius: 0.25em;
    border: 2px solid #e61119;
    display: inline-block;
    font-weight: normal;
    margin: 0 auto;
    padding: 1em 2em;
    font-size: 1em;
    line-height: 1em;
}

.button-read:hover {
    color: #ffffff;
    background: #e61119;
}


/* Key feature hexagon shape*/


/*feature*/

.feature-box .hexagon span {
    z-index: 2;
}

.feature-box .hexagon {
    position: relative;
    display: inline-block;
    background: transparent;
    border: 0;
    border-left: solid 1px #C2C2C2;
    border-right: solid 1px #C2C2C2;
}

.feature-box .hexagon:before,
.feature-box .hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: inherit;
}

.feature-box .hexagon:before {
    border-top: solid 1px #C2C2C2;
    border-right: solid 1px #C2C2C2;
}

.feature-box .hexagon:after {
    border-bottom: solid 1px #C2C2C2;
    border-left: solid 1px #C2C2C2;
}


/*feature-box small*/

.feature-box.small {
    margin-top: 45px;
}

.feature-box.small .hexagon {
    width: 80px;
    height: 50px;
    font-size: 40px;
    margin-top: -25px;
}

.feature-box.small .hexagon:before,
.feature-box.small .hexagon:after {
    left: 10px;
    width: 58px;
    height: 56px;
    -webkit-transform: scaleY(0.57) rotate(-44deg);
    -ms-transform: scaleY(0.57) rotate(-44deg);
    transform: scaleY(0.57) rotate(-44deg);
}

.feature-box.small .hexagon:before {
    top: -28px;
}

.feature-box.small .hexagon:after {
    bottom: -28px;
}

.feature-box.medium {
    margin-top: 60px;
}

.feature-box.medium .hexagon {
    width: 100px;
    height: 55px;
    margin-top: -30px;
}

.feature-box.medium .hexagon:before,
.feature-box.medium .hexagon:after {
    left: 14px;
    width: 70px;
    height: 70px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
}

.feature-box.medium .hexagon:before {
    top: -35px;
}

.feature-box.medium .hexagon:after {
    bottom: -35px;
}


/*feature-box large*/

.feature-box.large {
    margin-top: 70px;
}

.feature-box.large .hexagon {
    width: 120px;
    height: 70px;
    margin-top: -35px;
}

.feature-box.large .hexagon:before,
.feature-box.large .hexagon:after {
    left: 17px;
    width: 85px;
    height: 85px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
}

.hexagon:before {
    top: -43px;
}

.hexagon:after {
    bottom: -43px;
}


/*WHY WORK WITH US*/

.text .widget-title {
    /*margin-top: 11%;*/
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
}

.text .textwidget p {
    margin-top: 15px;
    line-height: 25px;
    font-size: 14px;
    /*text-align: left;*/
}


/*MEET OUR TEAM*/

.team-image {
    line-height: 1px;
    border: 0px solid #dbdbdb;
    border-bottom-width: 0px;
    border-bottom-color: #2c3e50;
    position: relative;
    width: 100%;
    text-align: center;
}

.team-name {
    border: 1px solid #dbdbdb;
    border-bottom-width: 5px;
    border-bottom-color: #2c3e50;
    text-align: center;
}

.our-team {
    overflow: hidden;
}

.our-team .team-image img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
}

.caption-hover-icon {
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
    background: rgba(230, 17, 25, 0.7);
    opacity: 0;
}

.caption-hover-icon ul {
    margin-bottom: 0px;
    padding: 0;
}

.team-image:hover .caption-hover-icon {
    opacity: 1;
}

.caption-hover-icon ul li {
    display: inline;
}

.caption-hover-icon a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 3px;
}

.caption-hover-icon a i {
    opacity: 1;
    color: #ffffff;
}

.caption-hover-icon a i:hover {
    opacity: 1;
    color: #cccccc;
}

.team-name h5 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-image:hover .team-name h5 {
    color: #e61119;
}

.team-name p {
    font-size: 14px;
    line-height: 25px;
    padding: 0 0 10px 0px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Meet Our Team style 5 */

.hexagonBox {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

.hexagonCropone,
.hexagonCroptwo {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hexagonCroptwo {
    visibility: visible;
    background: transparent;
}

.hexagonInner {
    max-width: 260px;
    height: 300px;
    margin: 0 auto;
}


/*Team Style Six*/
.teamstyle-six{
    padding-right: 3%;
    padding-left: 3%;
}

.teamstyle-six .caption-hover-icon {
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 2px 0 #c2c2c2;
}

.teamstyle-six .caption-hover-icon ul {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.teamstyle-six .team-content {
    line-height: 22px;
    font-size: 14px;
    color: #272727;
    position: absolute;
    top: initial;
    bottom: 50px;
    left: 15px;
    right: 15px;
    max-height: 200px;
    width: calc(100% - 30px);
    overflow: hidden;
}

.teamstyle-six .caption-hover-icon a i {
    color: #272727;
}

.teamstyle-six .team-name {
    border: 0;
    padding: 5px 0;
}


/*OUR AMAZING WORKS*/

.amazing-work {
    padding: 0;
}

.effect img {
    width: 100%;
}

.caption-hover {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background: rgba(230, 17, 25, 0.7);
    opacity: 0;
}

.caption-hover a,
.caption-hover h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.amazing-work:hover .caption-hover {
    opacity: 1;
}

.title-inner {
    padding: 30px 0 30px;
    float: none;
}

.title-inner h1 {
    text-align: left;
    margin: 0;
}

.left-part img {
    width: 100%;
}

.mentum p {
    padding: 2% 0;
    font-size: 14px;
    line-height: 25px;
}

.site-nav-tab li a {
    font-size: 14px;
    line-height: 25px;
    border-radius: 0;
    border: 1px solid #dbdbdb;
}

.site-nav-tab li.active a,
.site-nav-tab li a:hover,
.site-nav-tab li.active a:focus {
    background-color: #e61119;
    color: #ffffff;
    border-radius: 0;
    cursor: pointer;
}

.our-services .nav-tabs {
    border-bottom: 0;
}

.tab-content {
    border: 1px solid #dbdbdb;
}

.tab-content p {
    padding: 15px;
    font-size: 14px;
    line-height: 25px;
}

.right-part iframe {
    width: 100%;
}


/*OUR LATEST BLOG*/

.blog-slide {
    margin-bottom: 6%;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    position: relative;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-item {
    float: left;
}

.posts-image {
    padding: 0;
}

#owl-demo-latest-posts .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;
}

.blog-thumb {
    background-color: rgba(230, 17, 25, 0.7);
    bottom: 0;
    color: #ffffff;
    padding: 10px;
    width: 100%;
}

.blog-thumb p {
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    padding-top: 1%;
}

.blog-thumb h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.slide-blog {
    background-color: rgba(230, 17, 25, 0.7);
    color: #ffffff;
    bottom: 0;
    padding: 10px 10px 5px;
    position: absolute;
    width: 100%;
}

.slide-blog h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.slide-blog p {
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    padding-top: 1%;
    margin: 0;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
}

.owl-theme .owl-nav div {
    margin: 1%;
    padding: 1em 2em;
    font-size: 1em;
    line-height: 1em;
    color: #e61119;
    background: #ffffff;
    border: 2px solid #e61119;
    font-weight: normal;
    border-radius: 0.25em;
    cursor: pointer;
    display: inline-block;
}

.owl-theme .owl-nav div:hover {
    color: #ffffff;
    background: #e61119;
}

.blog_col_img {
    padding: 0
}

.blog_col {
    padding: 0 0 0 15px;
}

.blog-post .lorem {
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
    margin: 0;
}

.blog-post {
    margin-bottom: 3%;
    padding: 0 0 15px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}

.blog-post:last-child {
    border-bottom: 0;
}

.blog-head {
    color: #2a2b2c;
    font-weight: bold;
    transition: all 0.3s ease-in-out 0s;
}

.blog-head h5 {
    font-size: 14px;
    color: #2a2b2c;
    font-weight: bold;
    margin: 0 0 7px;
    transition: all 0.3s ease-in-out 0s;
}

.blog-head h5:hover {
    color: #e61119;
}

.blog-post .update p {
    color: #e61119;
    font-size: 12px;
    line-height: 23px;
    margin: 0 0 7px;
}

.blog-post a {
    font-size: 12px;
}


/* BLOG-STYLE-TWO-PAGE */

.article {
    margin: 15px 0;
}

.articleImage img {
    width: 100%;
}

.article .articlePost {
    padding: 15px 0;
    overflow: hidden;
}

.article .entryMeta {
    padding: 15px 0;
    overflow: hidden;
    display: inline;
}

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

.article .entryMeta ul li {
    float: left;
    display: inline-block;
    vertical-align: top;
}

.article .metaData {
    color: #fff;
    font-size: 13px;
    max-width: 55px;
    text-transform: uppercase;
}

.article .articleTitle {
    border-left: 1px solid #5A5A5A;
    margin-left: 5px;
    padding-left: 10px;
    max-width: 158px;
}

.article .articleTitle a h5 {
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
}

.article .articleAuthor,
.article .articleAuthor a {
    font-size: 14px;
    color: #fff;
}

.article .entry-content {
    float: right;
    padding: 3px 0;
    overflow: hidden;
}

.article .entry-content p {
    color: #fff;
}

.article .articleLink a {
    background: #E61119;
    color: #fff;
    padding: 0.41em 1.0em;
    border-radius: 0.3em;
    font-size: 14px;
    display: inline-block;
}

.article .articleLink a:hover {
    opacity: 0.8;
}


/*TESTIMONIALS & CLIENTS*/

.testimonial {
    padding: 0px 0 0;
    text-align: center;
}

.item img {
    width: 100%;
}

.testimonial img[src=""] {
    display: none;
}




.testimonial h5 {
    font-size: 18px;
    color: #2c3e50;
    font-weight: bold;
    padding: 10px 0;
}

.testimonial p {
    color: #545454;
    font-size: 14px;
    line-height: 25px;
    padding: 0 0 10px;
}

.describe {
    padding: 0;
    border: 1px solid #dbdbdb;
}

.describe p {
    width: 100%;
    color: #545454;
    padding: 15px;
    font-size: 13px;
    overflow: hidden;
    line-height: 22px;
    display: inline-block;
}

.grayscale {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    padding: 2% 15px;
}

.grayscale:hover {
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

.grayscale a img {
    display: block;
    height: auto;
    max-width: 100%;
}


/*CALL TO ACTION*/

.download-section {
    margin-top: 6%;
    padding: 5% 0;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
}

.build_title {
    padding: 2% 15px;
}

.build_title h1 {
    margin: 3% 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}

.build_title p {
    margin: 3% 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.download-section p::after {
    display: none;
}

.download-section .button {
    padding: 0 0 5%;
    text-align: center;
    width: 100%;
}


/*FOOTER-BOX1*/

.screen-reader-text {
    display: none;
}

.footer-box1 {
    padding-top: 3%;
    padding-bottom: 4%;
    background-color: #2c3e50;
    color: #ffffff;
}

.footer-box1 .widget-title {
    padding: 20px 0 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.tagcloud {
    margin-top: 10px;
    display: block;
}

.footer-box1 .tagcloud > a {
    margin: 0 2% 3% 0;
    padding: 9px 14px;
    line-height: 1em;
    font-size: 1em !important;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
}

.footer-box1 .tagcloud > a:hover {
    background: #e61119;
    border: 1px solid transparent;
}

.footer-box1 .tagcloud > a:hover {
    color: #fff;
}

.footer-box1 .footer-widget ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-box1 .footer-widget ul li {
    padding: 1% 0;
}

.footer-box1 .footer-widget ul li a {
    font-size: 13px;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.footer-box1 .footer-widget ul li a:hover {
    color: #e61119;
}

.footer-box1 ul.sub-menu {
    margin-left: 10px;
}

.footer-box1 .textwidget {
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
}

.footer-box1 .textwidget p {
    color: #ffffff;
}

.footer-box1 strong {
    padding-bottom: 10px;
    display: block;
}

.footer-box1 .textwidget a {
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.footer-box1 .textwidget a:hover {
    color: #e61119;
}

.footer-box1 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 12px;
    -moz-padding-start: 12px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #212121;
    font-size: 14px;
    margin: 0 0px 15px 0;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.footer-box1 table {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.footer-box1 td,
.footer-box1 th {
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 5px 0 5px 0px;
}

.footer-box1 .calendar_wrap caption {
    padding: 0 0 10px;
    color: #ffffff;
}

.footer-box1 td a {
    color: #dbdbdb;
    font-weight: bold;
}

.footer-box1 #today {
    font-weight: bold;
}

.footer-box1 tfoot a {
    color: #ffffff;
}

.footer-box1 tfoot a:hover {
    color: #e61119;
}

.footer-box1 .calendar_wrap th {
    text-align: center;
}

.footer-box1 .widget-title a {
    color: #bbbbbb;
}

.footer-box1 .widget-title a:hover {
    color: #e61119;
}

.footer-box1 .rssSummary {
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
}

.footer-box1 .textwidget img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    display: block;
}

.footer-box1 .wp-caption {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    margin-bottom: 10px;
    text-align: center;
}

.footer-box1 .wp-caption p.wp-caption-text {
    color: #545454;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    text-align: center;
    padding: 10px 4px 0px;
}


/*UNDER-FOOTER*/

.under-footer {
    background: #262626;
    width: 100%;
    padding: 15px 0 15px;
}

.copyright-text p {
    float: left;
    color: #f4f4f4;
    font-size: 14px;
    line-height: 30px;
    padding-left: 15px;
    margin: 0;
}

.copyright-text a {
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}

.copyright-text a:hover {
    color: #e61119;
}

.footer-social-icon {
    float: right;
}

.footer-social-icon ul {
    margin: 0;
    padding: 0 15px 0 0;
    list-style: none;
}

.footer-social-icon ul li {
    display: inline-block;
}

.footer-social-icon ul li a i {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}

.footer-social-icon ul li a:hover i {
    color: #e61119;
}

.back-to-top {
    display: none;
    float: right;
    text-align: right;
    padding-right: 15px;
}

.back-to-top a {
    background: rgba(62, 62, 62, 0.5);
    color: #e61119;
    text-align: center;
    display: inline-block;
    position: fixed;
    right: 15px;
    bottom: 52px;
    border-radius: 3px;
    z-index: 999;
}

.back-to-top a i {
    font-size: 20px;
    padding: 8px 10px;
    line-height: 15px;
}

.footerStyletow {
    padding: 60px 0;
}

.footerStyletow .footer-social-icon {
    float: none;
    text-align: center;
}

.footerStyletow .footer-social-icon ul {
    margin: 0;
    padding: 5px 0;
}

.footerStyletow .footer-social-icon ul li {
    margin: 0 3px;
}

.footerStyletow .copyright-text p {
    float: none;
    text-align: center;
    padding: 5px 0;
}


/*====================ABOUT-US-PAGE====================*/

.animated {
    padding: 11% 0 0;
}

.animated h3 {
    color: #2c3e50;
    font-size: 28px;
    font-weight: 900;
}

.animated p {
    padding-top: 2%;
    color: #545454;
    font-size: 14px;
    line-height: 25px;
}


/*Progress-Style-1*/

.leftside_text {
    display: block;
    overflow: hidden;
}

.skillst5 {
    padding: 25px 0 0;
}

.skillst5 .skillbar {
    width: 100%;
    height: 20px;
    background-color: #e6e6e6;
    position: relative;
    margin-bottom: 30px;
    padding: 4px;
    box-sizing: border-box;
}

.skillst5 .title {
    position: absolute;
    line-height: 25px;
    bottom: 18px;
    left: 0;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.skillst5 .count-bar {
    width: 95%;
    height: 12px;
    width: 0px;
    position: relative;
}

.skillst5 .count-bar.color-1 {
    background: #239191;
}

.skillst5 .count-bar.color-2 {
    background: #33495d;
}

.skillst5 .count-bar.color-3 {
    background: #f1c30f;
}

.skillst5 .count-bar.color-4 {
    background: #297fb9;
}

.skillst5 .count-bar.color-5 {
    background: #ff5b01;
}

.skillst5 .count-bar .count {
    position: absolute;
    line-height: 18px;
    top: -28px;
    right: -20px;
    width: 40px;
    height: 18px;
    color: #fff;
    text-align: center;
    display: block;
}

.skillst5 .count-bar.color-1 .count {
    background-color: #239191;
}

.skillst5 .count-bar.color-2 .count {
    background-color: #34495e;
}

.skillst5 .count-bar.color-3 .count {
    background-color: #f1c40f;
}

.skillst5 .count-bar.color-4 .count {
    background-color: #2980b9;
}

.skillst5 .count-bar.color-5 .count {
    background-color: #da500e;
}

.skillst5 .count-bar .count span {
    position: relative;
    display: block;
}

.skillst5 .count-bar .count span::after {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 18px;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.skillst5 .count-bar.color-1 .count span::after {
    border-top: 4px solid #239191;
}

.skillst5 .count-bar.color-2 .count span::after {
    border-top: 4px solid #34495e;
}

.skillst5 .count-bar.color-3 .count span::after {
    border-top: 4px solid #f1c40f;
}

.skillst5 .count-bar.color-4 .count span::after {
    border-top: 4px solid #2980b9;
}

.skillst5 .count-bar.color-5 .count span::after {
    border-top: 4px solid #da500e;
}


/*Progress-Style-2*/

.skillst2 {
    width: 100%;
    color: #ffffff;
}

.skillst2 .skillbar {
    width: 100%;
    height: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url("../images/stripe.png") repeat scroll 0 0 #e0e0e0;
    position: relative;
    margin-bottom: 30px;
}

.skillst2 .count-bar {
    height: 100%;
    width: 0px;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.progress_right .title {
    padding: 0;
}

.skillst2 .title {
    font-size: 13px;
    font-weight: 400;
    padding-left: 12px;
    line-height: 30px;
}

.skillst2 .count {
    position: absolute;
    top: 0;
    right: 12px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
}

.skillst2 .count-bar.color-1 {
    background-color: #3389e7;
}

.skillst2 .count-bar.color-2 {
    background-color: #fd871f;
}

.skillst2 .count-bar.color-3 {
    background-color: #bd5bb9;
}

.skillst2 .count-bar.color-4 {
    background-color: #2d7da5;
}

.skillst2 .count-bar.color-5 {
    background-color: #f75d41;
}


/*Progress-Style-3*/

.skillst10 {
    width: 100%;
    color: #fff;
}

.skillst10 .skillbar {
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 30px;
    background-color: #edebec;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 40px;
}

.skillst10 .skillbar::before {
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #C2C0C0;
}

.skillst10 .count-bar {
    height: 100%;
    width: 0px;
    position: relative;
    height: 50px;
    background-color: #249292;
}

.skillst10 .count-bar::before {
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #0d7878;
}

.skillst10 .title {
    font-size: 13px;
    font-weight: 400;
    padding-left: 12px;
    line-height: 40px;
}

.skillst10 .count {
    position: absolute;
    top: 0;
    right: 0px;
    line-height: 40px;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
}

.skillst10 .count-bar::after {
    position: absolute;
    right: 0;
    bottom: 10px;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #0d7878;
}


/*Our-Team-Style-1*/

.image_mobile .view {
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: default;
}

.image_mobile img {
    display: block;
    width: 100%;
    height: auto;
}

.view .mask,
.view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #e61119;
}

.view-third .mask {
    background-color: rgba(230, 17, 25, 0.6);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -moz-transform: translate(460px, -100px) rotate(180deg);
    -o-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    -moz-transition: all 0.2s 0.4s ease-in-out;
    -o-transition: all 0.2s 0.4s ease-in-out;
    -ms-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
}

.view-third:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.view-third h2 {
    padding: 13% 5% 11%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
}

.view-third h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-third:hover h2 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.view-third p {
    font-size: 14px;
    position: relative;
    color: #ffffff;
    padding: 5% 5% 9%;
    text-align: center;
    text-transform: uppercase;
}

.view-third p {
    -webkit-transform: translateX(300px) rotate(90deg);
    -moz-transform: translateX(300px) rotate(90deg);
    -o-transform: translateX(300px) rotate(90deg);
    -ms-transform: translateX(300px) rotate(90deg);
    transform: translateX(300px) rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-third:hover p {
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.view-third a {
    font-size: 14px;
    margin-top: 10%;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0.25em;
    border: 2px solid #ffffff;
}

.view-third a {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-third a:hover {
    background: #ffffff;
}

.view-third:hover a {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/*Our-Team-Style-2*/

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #e61119;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.view-first h2 {
    padding: 11% 5% 11%;
    color: #ffffff;
    font-size: 24px;
}

.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first p {
    font-size: 14px;
    position: relative;
    color: #ffffff;
    padding: 9% 5% 9%;
    text-align: center;
}

.view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first a {
    font-size: 14px;
    margin-top: 10%;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    color: #fff;
    border-radius: 0.25em;
    border: 2px solid #ffffff;
}

.view-first a:hover {
    background: #ffffff;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}


/*Our-Team-Style-3*/

.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.view-tenth:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth .mask {
    background-color: #e61119;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-tenth h2 {
    margin: 0 5% 11%;
    padding: 11% 0 10px;
    color: #ffffff;
    font-size: 24px;
}

.view-tenth h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth p {
    font-size: 14px;
    position: relative;
    color: #ffffff;
    padding: 7% 5%;
    text-align: center;
}

.view-tenth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth a {
    font-size: 14px;
    margin-top: 10%;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    color: #fff;
    border-radius: 0.25em;
    border-radius: 0.25em;
    border: 2px solid #ffffff;
}

.view-tenth a:hover {
    background: #ffffff;
}

.view-tenth a {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}


/*Counter*/

.counter-box {
    padding: 15px 0;
    overflow: hidden;
}

.column_inner {
    padding: 30% 0;
    text-align: center;
}

.column_inner h5 {
    font-size: 35px;
    font-weight: normal;
    color: #000;
    padding-bottom: 10px;
    display: inline;
    margin: 2px;
}

.column_inner span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}


/*Features*/

.section {
    padding-top: 11%;
}

.icon_test {
    text-align: center;
    font-size: 25px;
    color: #e61119;
}

.servicon {
    width: 60px;
    height: 60px;
    border: 1px solid #e61119;
    border-radius: 50px;
    line-height: 57px;
    color: #e61119;
    display: inline-block;
}

.servicon:hover {
    background-color: #2c3e50;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
    border-color: #2c3e50;
}

.icon_test h5 {
    padding: 20px 0;
    color: #2c3e50;
    font-size: 15px;
}

.icon_test p {
    font-size: 14px;
    line-height: 22px;
    padding-top: 0PX;
    color: #545454;
}


/*Portfolio*/

.flex {
    display: flex;
    justify-content: center;
}

.menu-options {
    display: none;
}

.counter-box .column_inner h5 {
    font-weight: 900;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

.port_menu1 {
    padding: 0 15px 25px;
    margin: 0;
}

.port_menu1 li {
    float: left;
    display: inline-block;
    padding: 0 8px 5px;
}

.port_menu1 li:first-child {
    padding-left: 0;
}

.port_menu1 li:last-child {
    padding-right: 0;
}

.port_menu1 li a {
    display: block;
    color: #e61119;
    text-align: center;
    padding: 1em 2em;
    font-size: 1em;
    line-height: 1em;
    text-decoration: none;
    border-radius: 0.25em;
    text-transform: capitalize;
    background: #fff;
    border: 2px solid #e61119;
}

.port_menu1 li a:hover,
.port_menu1 li a.active {
    background: #e61119;
    color: #fff;
}

.portfolio-items {
    margin: 0;
}

.portfolio-item {
    margin-bottom: 30px;
    position: relative;
}

.portfolio-item img {
    width: 100%;
}

.hover-effect h2 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}

.portfolio-item .hover-effect {
    position: absolute;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.portfolio-item:hover .hover-effect {
    background: rgba(230, 17, 25, 0.7);
    opacity: 1;
}


/* TEAM-MEMBAR-PAGE */

.team-img img {
    margin: 3px auto;
}

.team-designation-sub-title {
    font-size: 14px;
    font-style: italic;
}

.team-social h2 {
    font-size: 24px;
    color: #2A2B2C;
    font-weight: 700;
    margin-top: 0;
}

.team-social h5 {
    font-size: 18px;
    color: #2A2B2C;
    padding: 15px 0px;
}

.team-social i {
    width: 30px;
    height: 25px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin: 5px;
    padding: 0px 0px 1px 0px;
    border-bottom: 0px dotted #e61119;
}

.team-social ul {
    width: 100%;
    padding: 15px 0;
    list-style: none;
    text-align: center;
}

.team-social ul li {
    display: inline;
}

.team-social ul li a {
    font-size: 14px;
    line-height: 23px;
    color: #2A2B2C;
}

.team-content {
    padding: 20px 0 20px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.team-content h4 {
    font-size: 22px;
    color: #2A2B2C;
    font-weight: bold;
}

.team-content p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}

.wraper {
    width: 100%;
}

.team-member-view .wraper {
    margin: 60px 0 40px;
}


/*Main-Sidebar-Style*/

.main-sidebar {
    margin-bottom: 6%;
}

.main-sidebar h5 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #E61119;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.search-field {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    font-weight: normal;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdbdb;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.search-field:hover:focus {
    border-color: #a9a9a9;
    outline: #a9a9a9;
}

.search-form label {
    display: block;
    margin-bottom: 15px;
}
.sidebar-content .search-form {
    position: relative;
}
input[type="submit"].search-submit {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    width: 40px;
}
input[type="search"].search-field {
    border: 1px solid #c6c6c6;
    outline: 0;
    width: 100%;
    padding-left: 5px;
    border-right: transparent;
    height: 36px;
}
input[type="search"].search-field:focus,
input[type="search"].search-field:hover {
    border-color: #14213d;
}
.search-submit {
    position: absolute;
    right: 0%;
    bottom: 15px;
    border: 0;
    padding: 0;
    width: 36px;
    background: #FCA311;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.search-submit:hover {
    background: #14213d;
}
.search-submit::before {
    content: '\f002';
    font-size: 16px;
    line-height: 36px;
    font-family: 'FontAwesome';
}
.main-sidebar button.search-submit {
    bottom: inherit;
    top: 0;
}
.main-sidebar ul {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.main-sidebar ul li a {
    color: #545454;
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
}

.main-sidebar ul.sub-menu {
    margin-left: 10px;
    margin-bottom: 0;
}

.main-sidebar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 12px;
    -moz-padding-start: 12px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #212121;
    font-size: 14px;
    margin: 0 0px 15px 0;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.main-sidebar table {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.main-sidebar td,
.main-sidebar th {
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 5px 0 5px 5px;
}

.main-sidebar span,
.main-sidebar cite {
    font-size: 14px;
}

.main-sidebar .calendar_wrap caption {
    padding: 0 0 10px;
    color: #545454;
}

.main-sidebar #today {
    font-weight: bold;
}

.main-sidebar td a {
    color: #545454;
    font-weight: bold;
}

.main-sidebar .calendar_wrap th {
    text-align: center;
}

.main-sidebar .widget_rss li {
    padding: 1% 0;
}

.main-sidebar .rssSummary {
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
}

.main-sidebar .textwidget strong {
    color: #545454;
    padding: 5px 0;
    display: inline-block;
}

.main-sidebar .textwidget img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    display: block;
}

.main-sidebar .wp-caption {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    margin-bottom: 10px;
    text-align: center;
}

.main-sidebar .wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    text-align: center;
    padding: 10px 4px 0px;
}

.main-sidebar .textwidget p {
    font-size: 14px;
    line-height: 22px;
    color: #545454;
}

.main-sidebar .tagcloud {
    margin: 0px 0 15px;
    display: block;
}

.main-sidebar .tagcloud > a {
    margin: 0 2% 3% 0;
    padding: 9px 14px;
    font-size: 13px !important;
    border: 1px solid #C0C0C0;
    color: #545454;
    display: inline-block;
}

.main-sidebar .tagcloud > a:hover {
    color: #ffffff;
    background: #e61119;
    border: 1px solid transparent;
}


/*Main-Sidebar-Style-End*/


/* PORTFOLIO-SINGLE */

.left-align-post {
    float: right;
}

.main-post {
    margin-bottom: 6%;
}

.single_text p {
    padding: 10px 0 0;
    font-size: 14px;
    line-height: 25px;
}


/* PRICING-TABLE-STYLE-ONE-PAGE */

.pricing-wrap.pricing-one {
    padding: 15px 0;
    overflow: hidden;
}

.pricing-one .pricing-box {
    padding: 15px 0;
    margin: 15px 0;
    text-align: center;
    color: #545454;
    background: #ffffff;
}

.pricing-one .type-basic {
    -webkit-box-shadow: inset 0 0 0 3px transparent;
    -moz-box-shadow: inset 0 0 0 3px transparent;
    box-shadow: inset 0 0 0 3px transparent;
}

.pricing-one .type-basic .price-head {}

.pricing-one .type-business {
    -webkit-box-shadow: inset 0 0 0 3px #e61119;
    -moz-box-shadow: inset 0 0 0 3px #e61119;
    box-shadow: inset 0 0 0 3px #e61119;
}

.pricing-one .type-business .price-head {
    color: #e61119;
}

.pricing-one .type-premium {
    -webkit-box-shadow: inset 0 0 0 3px transparent;
    -moz-box-shadow: inset 0 0 0 3px transparent;
    box-shadow: inset 0 0 0 3px transparent;
}

.pricing-one .type-premium .price-head {}

.pricing-one .price-head {
    padding: 15px;
}

.pricing-one .price-type {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pricing-one .price-currency {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.pricing-one .price-amount {
    display: inline-block;
    font-size: 48px;
}

.pricing-one .price-duration {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}

.pricing-one .price-duration:before {
    content: '/';
    margin-right: 5px;
}

.pricing-one .price-body {
    padding: 15px;
}

.pricing-one .price-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-one .price-body ul li {
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}

.pricing-one .price-footer {
    padding: 30px 15px;
    height: 106px;
}

.pricing-one .button-price {
    display: inline-block;
    padding: 1em 2em;
    color: #01977C;
    border-radius: 0.25em;
    border: 2px solid #e61119;
    background: #ffffff;
    font-size: 1em;
    line-height: 1em;
    white-space: nowrap;
}

.pricing-one .button-price:hover {
    color: #ffffff;
    background: #e61119;
}


/* PRICING-TABLE-STYLE-TWO-PAGE */

.pricing-wrap.pricing-two {
    padding: 15px 0;
    overflow: hidden;
}

.pricingbox-wrap {
    padding: 0;
    position: relative;
}

.pricing-two .pricing-box {
    padding: 15px;
    margin: 15px 0;
    text-align: center;
    color: #545454;
    background: #ffffff;
    border-radius: 5px;
}

.pricing-two .type-basic {
    -webkit-box-shadow: inset 0 0 0 3px #dbdbdb;
    -moz-box-shadow: inset 0 0 0 3px #dbdbdb;
    box-shadow: inset 0 0 0 3px #dbdbdb;
}

.pricing-two .type-basic .price-head {}

.pricing-two .type-business {
    -webkit-box-shadow: inset 0 0 0 3px #e61119;
    -moz-box-shadow: inset 0 0 0 3px #e61119;
    box-shadow: inset 0 0 0 3px #e61119;
}

.pricing-two .type-business:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 64px 0 0;
    border-color: #e61119 transparent transparent transparent;
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
}

.pricing-two .type-business:after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: white;
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 1.4em;
}

.pricing-two .type-business .price-head {
    color: #e61119;
}

.pricing-two .type-premium {
    -webkit-box-shadow: inset 0 0 0 3px #dbdbdb;
    -moz-box-shadow: inset 0 0 0 3px #dbdbdb;
    box-shadow: inset 0 0 0 3px #dbdbdb;
}

.pricing-two .type-premium .price-head {}

.pricing-two .price-head {
    padding: 15px;
    border-bottom: 1px solid #dbdbdb;
}

.pricing-two .price-type {
    font-size: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pricing-two .price-currency,
.pricing-two .price-amount {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.pricing-two .price-amount:after {
    content: "/";
    margin: 0 2px;
    font-weight: normal;
}

.pricing-two .price-duration {
    display: inline-block;
    font-size: 16px;
}

.pricing-two .price-body {
    padding: 30px 15px;
    border-bottom: 1px solid #dbdbdb;
}

.pricing-two .price-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.pricing-two .price-body ul li {
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}

.pricing-two .price-body ul li span {
    padding: 0 10px;
    font-weight: 900;
}

.pricing-two .price-footer {
    padding: 30px 15px 15px;
    height: 90px;
}

.pricing-two .button-price {
    display: inline-block;
    padding: 1em 2em;
    color: #01977C;
    border-radius: 0.25em;
    border: 2px solid #e61119;
    background: #ffffff;
    font-size: 1em;
    line-height: 1em;
    white-space: nowrap;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.pricing-box:hover .button-price {
    margin: -5px 0 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pricing-two .button-price:hover {
    color: #ffffff;
    background: #e61119;
}


/* PRICING-TABLE-STYLE-THREE-PAGE */

.pricing-wrap.pricing-three {
    padding: 15px 0;
}

.pricing-three .pricing-box {
    padding: 0;
    margin: 15px 0;
    text-align: center;
    color: #ffffff;
    background: #ffffff;
}

.pricing-three .type-basic {
    -webkit-box-shadow: inset 0 0 0 3px transparent;
    -moz-box-shadow: inset 0 0 0 3px transparent;
    box-shadow: inset 0 0 0 3px transparent;
}

.pricing-three .type-basic .price-head {}

.pricing-three .type-business {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
}

.pricing-three .type-business .price-head {}

.pricing-three .type-premium {
    -webkit-box-shadow: inset 0 0 0 3px transparent;
    -moz-box-shadow: inset 0 0 0 3px transparent;
    box-shadow: inset 0 0 0 3px transparent;
}

.pricing-three .type-premium .price-head {}

.pricing-three .price-head {
    padding: 45px 15px 40px;
    background: #353535;
}

.pricing-three .price-icon {
    font-size: 45px;
    line-height: 1em;
    padding: 0 0 20px;
}

.pricing-three .price-type {
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pricing-three .price-cost {
    background: #E61119;
    padding: 25px 15px;
    overflow: hidden;
}

.pricing-three .price-percentage,
.pricing-three .price-discounttext,
.pricing-three .price-currency,
.pricing-three .price-amount,
.pricing-three .price-duration {
    display: inline;
}

.pricing-three .price-discount {
    float: left;
}

.pricing-three .price-box {
    float: right;
}

.pricing-three .price-body {
    color: #282828;
}

.pricing-three .price-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-three .price-body ul li {
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 0;
    margin: 5px 0;
    background: #EAEBED;
}

.pricing-three .price-footer {
    padding: 30px 15px;
    background: #353535;
}

.pricing-three .button-price {
    display: inline-block;
    padding: 1.07em 2.69em;
    color: #ffffff;
    border-radius: 2em;
    background: #E61119;
    font-size: 1em;
    line-height: 1em;
    white-space: nowrap;
}

.pricing-three .button-price:hover {
    color: #fff;
    opacity: 0.8
}

.pricing-three .pricing-box:hover .button-price {
    margin: 0;
}


/* BLOG-STYLE-1-PAGE */

.blog-container {
    margin-bottom: 6%;
}

.blog-container img {
    width: 100%;
}

.blog-title {
    margin-top: 0%;
}

a.readMore {
    background: transparent;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    padding: 3px 7px;
    font-size: 14px;
}

a.readMore:hover {
    background-color: #e61119;
    color: #fff !important;
}

.blog-title h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 0px;
}

.blog-title a {
    color: #2a2b2c;
    font-weight: bold;
}

.blog-title a:hover {
    color: #e61119;
}

.blog-info {
    padding: 5px 0 0;
}

.blog-info ul li {
    color: #545454;
    font-size: 13px;
    padding-right: 2px;
    display: inline-block;
}

.blog-info ul li a {
    color: #545454;
    font-size: 13px;
    display: inline;
}

.blog-subtitle p {
    color: #545454;
    font-size: 14px;
    line-height: 25px;
}


/* BLOG-STYLE-2-PAGE */

.model {
    margin-bottom: 6%;
}

.model img {
    width: 100%;
}

.model h5 {
    color: #2c3e50;
    margin: 0px;
    padding: 15px 0px 5px;
    font-weight: bold;
    font-size: 18px;
}

h5.blog-style-2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.model p {
    color: #545454;
    font-size: 14px;
    line-height: 25px;
}

button.blog_read {
    outline: 0;
    color: #e61119;
    background: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    margin-top: 10px;
    padding: 1em 2em;
    text-decoration: none;
    border-radius: 0.25em;
    text-transform: capitalize;
    border: 2px solid #e61119;
    display: inline-block;
}

.btn-default:hover,
.btn-default:focus,
.button.blog_read:focus,
.button.blog_read:hover {
    outline: 0;
    color: #ffffff;
    background: #e61119;
    border: 2px solid #e61119;
}


/* BLOG-POST-PAGE */

.leather h5 {
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
    margin-bottom: 10px;
}

ul.metaData {
    margin: 0px;
    padding: 0px;
    display: block;
    overflow: hidden;
    list-style-type: cambodian;
}

ul.metaData li {
    display: inline;
    float: left;
    padding-bottom: 1%;
    padding-right: 1%;
    line-height: 25px;
}

.leather ul li a {
    font-weight: bold;
    color: #545454;
}

.leather ul li a:hover {
    color: #e61119;
}

.leather p {
    margin-bottom: 10px;
    color: #212121;
    font-size: 14px;
    line-height: 25px;
}

.admin {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 15px;
}

.admin img {
    float: left;
    margin-right: 15px;
    width: auto;
}

.comment-author a {
    font-size: 14px;
    line-height: 25px;
}

.comment-metadata a {
    color: #212121;
    padding-top: 1%;
    font-size: 14px;
    line-height: 25px;
}

.comment-metadata a:hover {
    color: #e61119;
}

.comment-content p {
    font-size: 14px;
    line-height: 25px;
    color: #545454;
}

.reply {
    padding-top: 2%;
    display: inline-block;
    overflow: hidden;
}

.reply a {
    padding: 1em 2em;
    margin: 1% 0 0;
    color: #2c3e50;
    font-weight: bold;
    border-radius: 0.25em;
    display: inline-block;
    line-height: 1em;
    background-color: #ffffff;
    border: 2px solid #e61119;
}

.reply a:hover {
    color: #ffffff;
    background-color: #e61119;
}

.comment-body {
    overflow: hidden;
    margin: 2% 0;
}

.comment h5 {
    font-weight: bold;
    font-size: 18px;
    padding: 1% 0;
    border-bottom: 1px solid #dbdbdb;
}

.comment-reply-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    padding: 1% 0;
    border-bottom: 1px solid #dbdbdb;
}

.logged-in-as {
    font-size: 14px;
    line-height: 25px;
}

.comment-reply-title small a {
    background-color: #ffffff;
    border-radius: 0.25em;
    border: 2px solid #e61119;
    color: #2c3e50;
    display: inline-block;
    font-weight: 700;
    padding: 1em 2em;
    line-height: 1em;
}

.comment-reply-title small a:hover {
    color: #ffffff;
    background-color: #e61119;
}

.comment-notes {
    font-size: 14px;
    line-height: 25px;
    color: #545454;
    padding: 15px 0;
}

#comment {
    width: 100%;
    margin-bottom: 1%;
    margin-top: 1%;
    padding: 10px;
    resize: vertical;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
    float: left;
    width: 32%;
    margin: 1% 0.5%;
}

#email,
#author,
#url {
    padding: 2px 4px;
    margin-top: 1.5%;
    width: 100%;
    line-height: 22px;
}

.leave_form input,
.leave_form textarea {
    font-size: 14px;
    border: 1px solid #dbdbdb;
    transition: all 0.3s ease-in-out 0s;
}

.leave_form input:hover:focus,
.leave_form textarea:hover:focus {
    border-color: #a9a9a9;
    outline: #a9a9a9;
}


/* CONTACT-US-1-PAGE */


/*Contact-us-form*/
.wpcf7 label {
    width: 100%;
}
.textwidget .wpcf7-form p {
    margin: 1% 0 0;
    color: #545454;
    font-size: 14px;
    line-height: 25px;
}

.textwidget .wpcf7-form br {
    margin: 0;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    margin: 5px 0;
    line-height: 22px;
    border-radius: 0;
    border: 1px solid #dbdbdb;
    resize: vertical;
}
.wpcf7-checkbox label,.wpcf7-radio label, .wpcf7-form input[type="checkbox"],.wpcf7-form input[type="radio"]{width: inherit;margin: 5px 2px 5px 0;}
.wpcf7-form input:hover:focus,
.wpcf7-form textarea:hover:focus {
    border: 1px solid #a9a9a9;
    outline: #a9a9a9;
}
.wpcf7-form input[type="submit"]{width: inherit;background: #e61119;color:#fff;}
.wpcf7-form input[type="submit"]:focus{border:none;}

/* Coming Soon */
.comingsoonForm form {
    color: #fff;
    width: 100%;
    max-width: 500PX;
    margin: 30px auto 15px;
    text-align: center;
}

.comingsoonForm form.wpcf7-form input[type="submit"] {
    display: block;
    margin: 10px auto;
}
 /*--- landingPage start ---*/
/*landingForm*/
.landingForm input,.landingForm textarea{
    color: #757575;
    border: solid 2px #757575;
    border-radius: 12px;
    -webkit-box-shadow: inset 2px 3px 1px #e8e8e8;
    -moz-box-shadow: inset 2px 3px 1px #e8e8e8;
    box-shadow: inset 2px 3px 1px #e8e8e8;
    width:100%;
}
.wpcf7-form .landingForm:hover:focus, .wpcf7-form .landingForm input:focus, .wpcf7-form .landingForm input[type="submit"]:focus,
  .wpcf7-form .landingForm textarea:focus{
    border: 2px solid #b9b9b9;
}
.landingForm input[type="submit"] {
    width: 100%;
    box-shadow: inset 0px 1px 0px 0px #e98077;
    background-color: #f24437;
    color: white;
    text-shadow: 0px 1px 0px #c52f24;
    border-radius: 12px;
   border: 2px solid transparent;
}
/*--- landingPage end ---*/
/*contact form 7 ends*/
.sow-contact-form .sow-submit-styled input[type="submit"].sow-submit,
input[type="submit"] {
    border-radius: 0.25em;
    padding: 1.05em 2.5em;
    font-size: 1.15em;
    line-height: 1em;
    margin: 15px 0 0;
    font-weight: normal;
    display: inline-block;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.sow-contact-form .sow-submit-styled input[type="submit"].sow-submit:hover,
input[type="submit"]:hover {
    color: #ffffff;
}


/*Address*/

.address_icon {
    border-bottom: 1px solid #e6e6e6;
    padding: 50px 20px;
}

.address_icon ul li {
    margin-top: 2%;
    margin-bottom: 3%;
}

.address_icon ul li i {
    min-width: 25px;
}


/*Contact form Style one*/

form.formStyleone {
    width: 80%;
    margin: 0 auto;
}

form textarea,
form input {
    padding: 10px 15px;
}

form.formStyleone input,
form.formStyleone textarea {
    padding: 15px 30px;
    font-size: 16px;
    background: #FAFAFA;
    border-color: #C3C3C3;
}

form.formStyleone textarea {
    resize: none;
    max-height: 190px;
}

.formStyleone .sow-form-field-name,
.formStyleone .sow-form-field-email,
.formStyleone .sow-form-field-subject {
    width: 50%;
    float: left;
    display: inherit;
    clear: both;
    padding-right: 15px;
}

.formStyleone .sow-form-field-textarea {
    display: inline-block;
    width: 50%;
    padding-left: 15px;
}

.formStyleone input[type="submit"] {
    width: 100%;
}

.formStyleone .sow-contact-form .sow-submit-styled input[type="submit"].sow-submit:hover {
    background: #f71e26;
}

form select:not([multiple]) {
    width: 100%;
    background: url(../images/select-image.png) 100% 50% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 15px;
}


/*Social*/

.contact-social-icon {
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
    overflow: hidden;
}

.contact-social-icon ul li {
    display: inline-block;
}

.contact-social-icon i {
    margin: 5px;
    padding: 0px;
    float: left;
    font-size: 18px;
    line-height: 43px;
    width: 43px;
    height: 43px;
    text-align: center;
    color: #fff;
}

.contact-social-icon i::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: "";
}

.contact-social-icon i:hover::after {
    height: 5px;
}

.contact-social-icon i.fa.fa-facebook {
    background: #3b5998;
}

.contact-social-icon i.fa-facebook::after {
    background-color: #1e2e4f;
}

.contact-social-icon i.fa.fa-twitter {
    background: #0099E5;
}

.contact-social-icon i.fa.fa-twitter::after {
    background-color: #0065D9;
}

.contact-social-icon i.fa.fa-google-plus {
    background: #D34836;
}

.contact-social-icon i.fa.fa-google-plus::after {
    background: #86291D;
}

.contact-social-icon i.fa.fa-linkedin {
    background: #0077B5;
}

.contact-social-icon i.fa.fa-linkedin::after {
    background: #004569;
}

.contact-social-icon i.fa.fa-instagram {
    background: #3F729B;
}

.contact-social-icon i.fa.fa-instagram::after {
    background: #294A65;
}

.contact-social-icon i.fa.fa-pinterest {
    background: #C92228;
}

.contact-social-icon i.fa.fa-pinterest::after {
    background: #88171B;
}

.contact-social-icon i.fa.fa-paper-plane {
    background: #0088cc;
}

.contact-social-icon i.fa.fa-paper-plane::after {
    background: #005580;
}

.contact-social-icon i.fa.fa-flickr {
    background: #0063dc;
}

.contact-social-icon i.fa.fa-flickr::after {
    background: #004190;
}


/*Google-map*/

.textwidget iframe {
    margin-bottom: 6%;
    width: 100%;
    border: 0;
}


/*====================SAMPLE-PAGE====================*/

.sm_pages {
    margin-bottom: 6%;
}

.sm_pages p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
    color: #545454;
}

.sm_pages blockquote {
    font-style: italic;
    color: #666;
}

.sm_pages a {
    font-weight: bold;
}


/*/////////////////===----woocommerce----===/////////////////*/


/*general*/

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 4px;
    border: 1px solid #dbdbdb;
}

.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce a.button,
.woocommerce a.added_to_cart,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
    background: #ffffff;
    color: #e61119;
    padding: 1em 2em;
    border: 2px solid #e61119;
    border-radius: 0.25em;
    line-height: 1em;
    font-weight: normal;
    font-size: 1em;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    line-height: 1.8em;
}

.woocommerce a.added_to_cart {
    margin: 0.5em 0 0;
}

input[type="checkbox"],
input[type="radio"] {
    margin-left: 2px;
    margin-right: 2px;
}

input[type=checkbox]:focus,
input[type="radio"]:focus {
    outline: 0;
}

.woocommerce form .form-row .required {
    color: #545454;
}

.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce div.product form.cart .button:hover {
    background: #e61119;
    color: #ffffff;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #e61119;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #545454;
}

.main-sidebar .product-categories ul {
    margin-bottom: 0px;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    margin-bottom: 15px;
}

.widget_product_search input[type=submit] {
    display: none;
}

.widget_product_search input[type=search] {
    margin-bottom: 15px;
}

.product_list_widget .buttons {
    margin-bottom: 15px;
}

.woocommerce .widget_shopping_cart .buttons,
.woocommerce.widget_shopping_cart .total,
buttons {
    margin-bottom: 15px;
}


/*shop*/

.woocommerce .page-title {
    color: #545454;
    margin: 0 0 10px;
}

.woocommerce .woocommerce-result-count {
    margin-top: 5px;
}

.woocommerce select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 10px;
    -moz-padding-start: 10px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 0.25em;
    background: url(../images/bottom.png) 175px 6px no-repeat #fff;
    background-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.woocommerce ul.products li.product .button.add_to_cart_button {
    border: 1px solid #dbdbdb;
    text-align: center;
    width: 100%;
}

.woocommerce ul.products li.product .added_to_cart {
    border: 1px solid #dbdbdb;
    text-align: center;
    width: 100%;
}


/*woo-single-1*/

.woocommerce div.product .product_title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 1%;
    color: #545454;
}

.woocommerce #reviews #comments h2 {
    margin-bottom: 1%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #ffffff;
}

.woocommerce button.button.alt:disabled {
    background: #e61119 !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
    padding-top: 1em;
}

.woocommerce ul.products li.product h3 {
    padding: .5em 0 0.8em;
    font-size: 1.1em;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #e61119;
    display: block;
    font-size: 1.25em;
    margin-bottom: 1%;
}

.summary.entry-summary p {
    line-height: 25px;
    margin-bottom: 1%;
}

.woocommerce div.product form.cart .variations .label label {
    font-size: 14px;
    color: #545454;
    font-weight: normal;
}

.woocommerce div.product form.cart .variations .value {
    width: 200px;
}

.woocommerce div.product form.cart .reset_variations {
    padding: 0 4px;
    border: 2px solid #e61119;
    border-radius: 0.25em;
}

.woocommerce div.product form.cart .variations select {
    background-size: 11px;
    background-position: 137px 9px;
}

.woocommerce .quantity .qty {
    padding: 0 4px;
    border: 2px solid #e61119;
    border-radius: 0.25em;
    width: 5em;
    height: 45px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #dbdbdb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #545454;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #dbdbdb;
    background-color: #e61119;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    width: 0;
    height: 0;
}

.woocommerce span.onsale {
    background-color: #e61119;
}

.woocommerce ul.products li.product .price {
    color: #e61119;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating,
.woocommerce p.stars a {
    color: #e61119;
}

.woocommerce #reviews h3 {
    color: #545454;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 1em;
}

.woocommerce #review_form #respond p {
    width: 100%;
}


/*clothing page*/

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    padding-right: 3px;
    color: #2c3e50;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e61119;
    color: #ffffff;
    padding: 1em 2em;
    border: 2px solid #e61119;
}

.woocommerce nav.woocommerce-pagination {
    text-align: left;
    border: none;
    box-shadow: none;
    background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a {
    color: #e61119;
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: bold;
    padding: 1em 2em;
    border: 2px solid #e61119;
    border-radius: 0.25em;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li:hover {
    background: #fff;
}


/*cart page*/

.woocommerce table.shop_table {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    overflow: hidden;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: none;
    border: 1px solid #dbdbdb;
    width: 100px;
    padding: 10px 6px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
    border-color: #a9a9a9;
    outline: #a9a9a9;
}

.woocommerce .woocommerce-message {
    border-top-color: #e61119;
}

.woocommerce .woocommerce-message::before {
    color: #e61119;
}

.cart_totals h2 {
    margin: 5px 0;
}


/*my account page*/

.woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    color: #e61119;
    background: #ffffff;
    border: 2px solid #e61119;
    border-radius: 0.25em;
    padding: 9px 10px;
    margin: 0 0 2px;
    line-height: 1em;
    font-weight: normal;
    display: inline-block;
    width: 125px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: #ffffff;
    background: #e61119;
}

.woocommerce form .form-row input.input-text {
    padding: 2px 5px;
    line-height: 22px;
}

.woocommerce-EditAccountForm fieldset legend {
    color: #545454;
    margin: 10px 0 5px;
    padding: 0 0 5px;
}

.woocommerce-MyAccount-content input.button {
    margin: 10px 0 0;
}

.woocommerce form .form-row label.inline {
    display: inline-block;
    margin: 5px 0;
}


/*check-out*/

.woocommerce h2 {
    color: #545454;
    margin: 0 0 10px;
}

.woocommerce .order_details {
    margin: 0 0 0.5em;
}

.woocommerce .order_details li {
    margin-bottom: 1em;
}

.woocommerce .woocommerce-info {
    border-top-color: #e61119;
}

.woocommerce .woocommerce-info::before {
    color: #e61119;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #545454;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
    border-color: #545454;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
    border-color: #545454;
}

.woocommerce form.checkout_coupon .form-row {
    margin: 0;
}

.woocommerce form.checkout_coupon .form-row #coupon_code {
    margin-top: 4px;
}

.woocommerce header.title {
    padding: 0 0 15px;
}


/*disabled button*/

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
    padding: 1em 2em;
}

.woocommerce ul.products li.product h3 {
    font-size: 16px;
}

.woocommerce ul.products li.product .price del {
    float: left;
    margin-right: 10px;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 100 text-decoration: none;
}

ul.products li.product .button,
.woocommerce a.button,
.woocommerce a.added_to_cart {
    padding: 0.75em 2em;
}


.woocommerce span.onsale {
    min-height: 0;
    min-width: 0;
    padding: 0px 15px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 25px;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}

ul.listStyleOne li:before,
ul.listStyleTwo li:before {
    content: '\f14a';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    margin-right: 10px;
    color: #E61119;
    font-size: 28px;
    text-align: center;
    float: left;
}

.listStyleOne h1,
.listStyleOne h2,
.listStyleOne h3,
.listStyleOne h4,
.listStyleOne h5,
.listStyleOne h6,
.listStyleTwo h1,
.listStyleTwo h2,
.listStyleTwo h3,
.listStyleTwo h4,
.listStyleTwo h5,
.listStyleTwo h6 {
    margin: 0 !important;
    font-weight: bold;
    display: inline;
}

.listStyleTwo h1,
.listStyleTwo h2,
.listStyleTwo h3,
.listStyleTwo h4,
.listStyleTwo h5,
.listStyleTwo h6,
.listStyleTwo p {
    color: #fff;
}

.listStyleOne li p,
.listStyleTwo li p {
    margin: 5px 0 !important;
    padding-left: 45px;
}

.listStyleOne li,
.listStyleTwo li {
    list-style-type: none;
    padding: 0 0 10px;
}

ul.listStyleTwo li:before {
    color: #fff;
}

ul.listStyleTwo li {
    color: #fff;
}

ul.listStyleOne br,
ul.listStyleTwo br {
    display: none;
}


/*---- CustomChanges start ----*/

.modal {
    overflow-y: auto;
}

.sow-slider-image-wrapper p {
    line-height: 25px;
}


/*Buttons*/

.so-widget-sow-button {
    margin: 0 !important;
}

.so-widget-sow-button .ow-button-align-left {
    margin: 0 10px 0 0;
}

.so-widget-sow-button .ow-button-align-center {
    margin: 0 6px;
}

.so-widget-sow-button .ow-button-align-right {
    margin: 0 0 0 10px;
}


/*---- CustomChanges end ----*/


/* custom class to add space for scrollbar */

.modal-scrollbar {
    margin-right: 15px;
}


/* Responsive */

@media (min-width:768px) and (max-width:991px) {
    /* PRICING-TABLE-STYLE-THREE-PAGE */
    .pricing-three .price-cost {}
    .pricing-three .price-discount,
    .pricing-three .price-box {
        float: none;
        text-align: center;
        padding: 5px 0;
    }
}

@media only screen and (min-width:1500px) {
    .container {
        width: 78%;
    }
    /* ABOUT-US-PAGE */
    /*Our-Team-Style*/
    .view .mask,
    .view .content {
        padding: 5% 0;
    }
}

@media only screen and (max-width:1024px) {
    /*Logo-Description*/
    .logo-description #cssmenu #menu-button {
        top: -48px;
    }
    .logo-description #cssmenu > ul > li > a {
        padding: 0px;
    }
    .default-logo #cssmenu {
        padding: 25px 0;
    }
    .default-logo #cssmenu #menu-button {
        top: 8px;
    }
    .default-logo #cssmenu > ul {
        top: 35px;
        z-index: 222;
    }
    .minimized-logo #cssmenu #menu-button {
        top: -47px;
    }
    .minimized-logo #cssmenu > ul {
        top: 10px;
    }
    /*MENU*/
    #cssmenu {
        width: 100%;
        padding-right: 15px;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        background: rgba(255, 255, 255, 0.7);
        position: relative;
        top: 0px;
        padding: 4px 15px;
        max-height: 350px;
        overflow-y: auto;
    }
    .navbar-fixed-top.fixed-header1.open {
        position: absolute;
    }
    #cssmenu.align-center > ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }
    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        opacity: 1;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
    }

    #cssmenu > ul > li > a {
        padding: 0px;
        line-height: 25px;
    }
    #cssmenu > ul > li,
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }
    #cssmenu li > ul,
    #cssmenu li:hover > ul {
        left: auto;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        background-color: transparent;
    }
    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        padding: 0px 0 5px;
        z-index: 999;
    }
    #cssmenu ul li ul,
    #cssmenu ul li:hover > ul {
        padding-top: 0;
        top: 0;
        visibility: visible;
    }
    #cssmenu ul ul li a {
        font-size: 12px;
        background: none;
        line-height: 25px;
        padding: 0px 0px 0px 15px;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #e61119;
    }
    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }
    #cssmenu ul ul ul li a:last-child {
        padding-left: 60px;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
        padding: 0;
        margin: 0px 0 0px;
    }
    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }
    #cssmenu ul ul.sub-menu li a {
        background: transparent;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 17px 10px;
        color: #ffffff;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        width: 40px;
        right: 15px;
        position: absolute;
        top: -33px;
        border-radius: 0.25em;
    }
    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        width: 22px;
        height: 2px;
        background: #ffffff;
        border-top: 2px solid #ffffff;
        border-radius: 1px;
    }
    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 16px;
        right: 9px;
        display: block;
        width: 22px;
        height: 2px;
        padding: 2px 0;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        border-radius: 1px;
    }
    #cssmenu #menu-button.menu-opened::before {
        right: 8px;
        border-top: 2px solid #ffffff;
        border-bottom: 0px solid #ffffff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu #menu-button.menu-opened::after {
        top: 16px;
        border-top: 2px solid #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 25px;
        width: 21px;
        cursor: pointer;
    }
    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 6px;
        left: 10px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 5px;
        top: 11px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
    /*Button*/
    .vif-button-base a,
    .vif-button-base a.vif-button-hover {
        font-size: 22px !important;
        padding: 15px 30px !important;
        width: inherit !important;
    }
}

@media only screen and (max-width:991px) {
    /*Title Style*/
    .title {
        padding: 30px 0;
    }
    /*Title Style-End*/
    /*Heading-Style*/
    .page-title-area {
        margin-bottom: 30px;
    }
    .default-heading {
        padding: 30px 0;
    }
    .heading {
        margin-bottom: 30px;
    }
    /*Heading-Style-End*/
    /*Pagination-Style*/
    .nex-pre-button {
        padding: 3% 0 0;
    }
    /*Pagination-Style-End*/
    /* INDEX-PAGE */
    /*KEY FEATURES*/
    .button-div {
        padding-top: 15px;
    }
    /*MEET OUR TEAM*/
    .our-team {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*OUR AMAZING WORKS*/
    .amazing-title {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /*OUR LATEST BLOG*/
    .owl-theme .owl-controls {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .lorem {
        padding: 10px 0;
    }
    /*CALL TO ACTION*/
    .panel-row-style-test {
        background-attachment: fixed;
        background-size: inherit !important;
    }
    /* ABOUT-US-PAGE */
    /* WHY WORK WITH US */
    .animated {
        padding: 30px 0 0;
    }
    .animated p {
        font-size: 13px;
        line-height: 22px;
    }
    /* Our-Team-Style-1&2 */
    .view-third h2,
    .view-first h2 {
        padding: 9% 5% 9%;
        font-size: 20px;
    }
    .view-third p,
    .view-first p {
        padding: 7% 5% 7%;
    }
    .view-third a,
    .view-first a {
        margin-top: 5%;
    }
    /* Our-Team-Style-3 */
    .view-tenth h2 {
        font-size: 20px;
        margin: 0 5% 9%;
        padding: 9% 0 10px;
    }
    .view-tenth p {
        padding: 5%;
    }
    .view-tenth a {
        margin-top: 5%;
    }
    /* Counter */
    .section {
        padding-top: 0;
    }
    /* Portfolio */
    .port_menu1 {
        padding-bottom: 30px;
    }
    /* TEAM-MEMBAR-PAGE */
    .team-social {
        margin: 25px 0 0;
    }
    .team-member-view .wraper {
        margin: 60px 0 0px;
    }
    .teamstyle-six {
        padding: 15px;
    }
    .teamstyle-six .team-content {
        top: 0;
    }
    /* PORTFOLIO-SINGLE */
    .main-post,
    .main-sidebar {
        margin-bottom: 30px;
    }
    /* BLOG-STYLE-1-PAGE */
    .blog-container {
        margin-bottom: 30px;
    }
    .blog-title {
        margin-top: 10px;
    }
    /* BLOG-STYLE-2-PAGE */
    .blog-title h5 {
        margin: 0 0 5px;
    }
    .model {
        margin-bottom: 30px;
    }
    .main-post .model:last-child {
        margin-bottom: 0;
    }
    /* BLOG-POST-PAGE */
    p.comment-form-author,
    p.comment-form-email,
    p.comment-form-url {
        width: 100%;
        margin: 2% 0;
    }
    /* CONTACT-US-1-PAGE */
    .textwidget iframe {
        margin-bottom: 30px;
    }
    div.wpcf7-validation-errors {
        margin: 0 0 30px;
        padding: 2%;
    }
    /*Contact form Style one*/
    .formStyleone form {
        width: 100%;
    }
    /* SAMPLE-PAGE */
    .sm_pages {
        margin-bottom: 30px;
    }
    .formStyleone .sow-form-field,
    .formStyleone .sow-form-field,
    .formStyleone .sow-form-field,
    .formStyleone .sow-form-field {
        width: 100%;
        padding: 0;
    }
    .formStyleone .sow-form-field-textarea {
        padding-left: 0;
    }
    /* woocommerce */
    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n),
    .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
    .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
        float: right;
        clear: none!important;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
    .formStyleone form {
        width: 100%;
    }
}

@media only screen and (max-width:782px) {
    .logged-in .navbar-fixed-top {
        padding-top: 46px;
    }
    .modal-dialog {
        width: calc(100% - 21px);
    }
    .getstarted img {
        margin: 0 auto;
    }
    .getstarted {
        text-align: center;
    }
    /*Video grid*/
    .grid .iFrame {
        height: auto !important;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    /*Title-Style*/
    .title h1 {
        font-size: 21px;
    }
    .default-logo #cssmenu {
        padding-right: 0;
        float: none;
    }
    .title > p {
        font-size: 13px;
        line-height: 22px;
    }
    /*Title-Style-End*/
    /*Logo*/
    .header-logo {
        margin-left: 15px;
    }
    /*Menu*/
    #cssmenu {
        padding-right: 0px;
    }
    .top-menu {
        padding: 0px;
    }
    /* INDEX-PAGE */
    /*SLIDER*/
    .metaslider .caption {
        display: none;
    }
    /*KEY FEATURES*/
    .feature-box p {
        font-size: 13px;
        line-height: 22px;
        text-align: center;
    }
    /*MEET OUR TEAM*/
    .team-name p {
        font-size: 13px;
        line-height: 22px;
    }
    .caption-hover-icon {
        bottom: 0px;
    }
    .teamstyle-six .team-content {
        top: initial;
    }
    /*OUR AMAZING WORKS*/
    .caption-hover a,
    .caption-hover h5 {
        font-size: 15px;
    }
    .mentum p,
    .tab-content p {
        font-size: 13px;
        line-height: 22px;
    }
    .site-nav-tab li a {
        padding: 7px 5px;
        font-size: 13px;
        line-height: 22px;
    }
    /*OUR LATEST BLOG*/
    .slide-blog {
        padding: 5px;
    }
    .slide-blog p {
        font-size: 13px;
        line-height: 22px;
    }
    .blog-thumb p {
        font-size: 13px;
        line-height: 22px;
    }
    .blog-post {
        margin-bottom: 5px;
        padding: 0 0 5px;
    }
    .blog_col_img {
        padding: 2% 0 0;
    }
    .blog_col {
        padding: 10px 0px 10px 0px;
    }
    .lorem {
        font-size: 13px;
        padding: 5px 0;
    }
    .update p {
        font-size: 12px;
    }
    /*CALL TO ACTION*/
    .build_title h1 {
        font-size: 21px;
    }
    .build_title p {
        font-size: 13px;
    }
    /*FOOTER-BOX1*/
    .footer-box1 .textwidget {
        line-height: 22px;
    }
    .footer-box1 td,
    .footer-box1 th {
        font-size: 13px;
    }
    .footer-box1 .rssSummary {
        font-size: 13px;
    }
    /*UNDER-FOOTER*/
    .footerStyletow {
        padding: 60px 15px;
    }
    .footer-social-icon,
    .footer-social-icon ul {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .copyright-text p {
        float: none;
        display: block;
        font-size: 13px;
        text-align: center;
        padding: 0;
    }
    .back-to-top {
        padding-right: 0px;
    }
    /* ABOUT-US-PAGE */
    /*WHY WORK WITH US*/
    .animated h3 {
        font-size: 21px;
    }
    .animated p {
        padding-top: 1%;
    }
    /* Our-Team-Style-1&2&3 */
    .view .mask,
    .view .content {
        padding: 10% 0;
    }
    /* Our-Team-Style-1 */
    .image_mobile {
        margin: 15px 0;
    }
    .view-first h2,
    .view-third h2 {
        padding: 9% 5% 6%;
    }
    .view-first p,
    .view-third p {
        font-size: 13px;
    }
    .view-third a,
    .view-tenth a {
        font-size: 13px;
    }
    /* Our-Team-Style-3 */
    .view-tenth h2 {
        padding: 9% 0 2%;
    }
    .view-tenth p {
        font-size: 13px;
        padding: 7% 5%;
    }
    /* Counter */
    .column_inner {
        padding: 30px 0;
    }
    .column_inner h5 {
        font-size: 25px;
    }
    .column_inner span {
        font-size: 13px;
    }
    /* Features */
    .icon_test h5 {
        font-size: 14px;
        padding: 15px 0 10px;
    }
    .icon_test p {
        font-size: 13px;
    }
    /* Portfolio */
    .menu-options,
    .port_menu1 {
        width: calc(100% - 30px);
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
    }
    .menu-options {
        display: block;
        cursor: pointer;
        padding: 5px 10px;
        border: 1px solid #dbdbdb;
    }
    .menu-options span {
        float: right;
    }
    .menu-options .selected-option {
        text-transform: uppercase;
        font-weight: bold;
    }
    .port_menu1 {
        display: none;
        border: 1px solid #dbdbdb;
        padding: 0;
    }
    .portfolio-items {
        margin: 30px 0 0;
    }
    .port_menu1 li {
        padding: 0;
        float: none;
        width: 100%;
    }
    .port_menu1 li a {
        padding: 5px 5px;
        font-size: 13px;
        border: none;
        border-top: 1px solid;
        border-radius: 0;
    }
    .hover-effect h2 {
        font-size: 15px;
    }
    /* TEAM-MEMBAR-PAGE */
    .team-social ul li a {
        font-size: 13px;
    }
    .team-content p {
        font-size: 13px;
        line-height: 22px;
    }
    /*Main-Sidebar-Style*/
    .main-sidebar .rssSummary,
    .main-sidebar td,
    .main-sidebar th,
    .main-sidebar span,
    .main-sidebar cite,
    .main-sidebar .textwidget p {
        font-size: 13px;
    }
    /*Main-Sidebar-Style-End*/
    /* PORTFOLIO-SINGLE */
    .single_text p {
        font-size: 13px;
        line-height: 22px;
    }
    /* BLOG-STYLE-1-PAGE */
    .blog-info {
        padding: 0px;
    }
    .blog-subtitle p {
        font-size: 13px;
        margin: 0;
        line-height: 22px;
    }
    /* BLOG-STYLE-2-PAGE */
    .model p {
        font-size: 13px;
        line-height: 22px;
    }
    /* BLOG-POST-PAGE */
    .leather ul li {
        font-size: 13px;
        line-height: 20px;
    }
    .leather p {
        font-size: 13px;
        line-height: 22px;
    }
    .comment h5,
    .comment-reply-title {
        padding: 2% 0;
    }
    .comment-author a,
    .comment-metadata a,
    .comment-content p,
    .comment-notes {
        font-size: 13px;
        line-height: 22px;
    }
    /* CONTACT-US-1-PAGE */
    /*form*/
    .textwidget .wpcf7-form p {
        font-size: 13px;
        line-height: 22px;
    }
    /*Social-icon*/
    div.wpcf7-validation-errors {
        padding: 5px 10px;
    }
    /*Address-icon*/
    .address_icon ul li {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    /*Social-icon*/
    .contact-social-icon i {
        height: 35px;
        width: 35px;
        line-height: 35px;
        color: #fff;
    }
    form.formStyleone {
        width: 100%;
    }
    /* woocommerce */
    /* cart */
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        width: inherit !important;
        margin: 2px;
    }
    /* check-out */
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
    /* My Account */
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce .woocommerce-MyAccount-navigation ul li a,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
    .woocommerce .woocommerce-MyAccount-navigation ul {
        margin: 0 0 15px;
    }
    /* Siteorigin Contact Form CSS */
    .sow-form-field-name,
    .sow-form-field-email,
    .sow-form-field-subject,
    .sow-form-field-textarea {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
    .so-widget-counters-widget .column_inner h5 {
        font-size: 58px;
    }
    .so-widget-sow-headline .sow-headline-container h1.sow-headline {
        font-size: 22px !important;
    }
    ul.listStyleOne,
    ul.listStyleTwo {
        padding-left: 0;
    }
    .sow-slider-base .sow-slider-pagination {
        bottom: 0px;
    }
}

@media only screen and (max-width: 568px) {
    iframe,
    .iFrame {
        max-height: 300px !important;
    }
}

@media only screen and (max-width: 480px) {
    /* woocommerce */
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 100%;
    }
    .our-team {
        width: 100%;
    }
    .minimized-logo .header-logo img {
        max-width: 230px;
    }
    /* BLOG-STYLE-TWO-PAGE */
    .article {
        padding-right: 0;
        padding-left: 0;
    }
    .teamstyle-six {
        width: 100%;
    }
    iframe,
    .iFrame {
        max-height: 253px !important;
    }
    /* Button */
    .vif-button-hover,
    .vif-button-base a.vif-button-hover {
        font-size: 16px !important;
        padding: 18px !important;
    }
}

@media only screen and (max-width: 320px) {
    iframe,
    .iFrame {
        max-height: 160px !important;
    }
    .article .entry-content {
        float: left;
        margin-top: 15px;
    }
    /* Button */
    .vif-button-hover,
    .vif-button-base a.vif-button-hover {
        padding: 15px !important;
    }
}

/* -- Bug Fixes -- */
/* Single Post Blog
