#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%
}

#content .comments-block .commment-area .header:after,
#header .nav-holder:after,
#header .search-cart:after,
#header.header2 .border:after,
#header:after,
#nav:after,
.clearfix:after,
.register-holder:after {
    content: '';
    display: block;
    clear: both
}

.offer-sec .offer-holder .col:nth-child(2n) {
    margin-right: 0
}

.offer-sec .offer-holder .col:nth-child(3n) {
    margin-right: 30px
}

.cpBox {
    position: relative
}

.box-border {
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7
}

.coupon-code {
    display: none;
    margin: 0 auto;
    width: 184px;
    color: #ffb300;
    border-color: #ffb300;
    padding: 8px 5px;
    border-width: 2px;
    border-style: dashed;
    background: #fff;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.ellipsis {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

body {
    font-weight: 400;
    margin: 0
}

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

.overlay {
    position: relative;
    z-index: 1
}

.overlay:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7)
}

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

.bg-parallax {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat
}

.bg-grey {
    background: #f6f6f6
}

.round {
    border-radius: 100%
}

.md-round {
    border-radius: 5px
}

.lg-round {
    border-radius: 45px
}

.mar-top-xs {
    margin-top: 30px !important
}

.mar-top-sm {
    margin-top: 60px !important
}

.mar-top-md {
    margin-top: 100px !important
}

.pad-top-xs {
    padding-top: 30px !important
}

.pad-top-5 {
    padding-top: 5px !important
}

.pad-top-10 {
    padding-top: 10px !important
}

.pad-top-sm {
    padding-top: 60px !important
}

.pad-top-md {
    padding-top: 100px !important
}

.mar-top-lg {
    margin-top: 130px !important
}

.pad-top-lg {
    padding-top: 130px !important
}

.mar-bottom-xs {
    margin-bottom: 30px !important
}

.mar-bottom-sm {
    margin-bottom: 60px !important
}

.mar-bottom-md {
    margin-bottom: 100px !important
}

.pad-bottom-sm {
    padding-bottom: 60px !important
}

.pad-bottom-xs {
    padding-bottom: 30px !important
}

.pad-bottom-md {
    padding-bottom: 100px !important
}

.mar-bottom-lg {
    margin-bottom: 130px !important
}

.pad-bottom-lg {
    padding-bottom: 130px !important
}

#header {
    position: relative
}

#header .header-top {
    overflow: hidden;
    padding: 12px 0 8px;
    background: #eaebef
}

#header .header-top .txt {
    float: left;
    width: 100%;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif
}

#header .header-top .align-left {
    text-align: right;
    overflow: hidden;
    margin: -3px 0 0
}

#header .header-top .align-left li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 18px;
    position: relative;
    z-index: 1
}

#header .header-top .align-left li:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 7px;
    top: 6px;
    bottom: auto;
    right: auto;
    width: 1px;
    height: 14px;
    background: #333
}

#header .header-top .align-left li:first-child:before {
    display: none
}

#header .header-top .align-left a {
    color: #333;
    display: block;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#header .header-top .align-left .fa {
    margin: 0 2px 0 0
}

#header .header-holder {
    padding-top: 30px;
    padding-bottom: 29px
}

#header .search-cart {
    float: right;
    width: 56.7%
}

#header .search-form {
    width: 100%;
    float: left;
    overflow: hidden;
    border: 2px solid #d7d7d7;
    border-right: none;
    margin: 0 40px 0 0
}

#header .search-form .jcf-select {
    min-width: 185px;
    height: 43px;
    margin: 0;
    border: none;
    float: left;
    background: 0 0;
    border-right: 1px solid #d7d7d7
}

#header .search-form .jcf-select .jcf-select-opener {
    width: 38px;
    background: 0 0
}

#header .search-form .jcf-select .jcf-select-opener:before {
    position: absolute;
    content: "\f107";
    top: 13px;
    left: 0;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 16px;
    color: #444
}

#header .search-form .jcf-select .jcf-select-text {
    color: #444;
    font-weight: 600;
    margin: 8px 37px 0 24px;
    text-transform: uppercase
}

#header .search-form .form-control {
    font-size: 13px;
    line-height: 16px;
    color: #777;
    font-weight: 400;
    float: left;
    width: 90%;
    height: 43px;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 6px 26px
}

#header .search-form .form-control::-webkit-input-placeholder {
    color: #777
}

#header .search-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #777
}

#header .search-form .form-control:-moz-placeholder {
    color: #777
}

#header .search-form .form-control:-ms-input-placeholder {
    color: #777
}

#header .search-form .form-control.placeholder {
    color: #777
}

#header .search-form .sub-btn {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    width: 10%;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    float: left;
    padding: 11px 5px 10px 7px;
    background: #29B6F6;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#header .cart {
    font-size: 28px;
    line-height: 33px;
    padding: 10px 0 0;
    float: left;
    color: #444;
    position: relative;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#header .cart .num {
    position: absolute;
    top: 2px;
    right: -17px;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    padding: 3px 8px
}

#header .nav-holder {
    background: #111
}

#header .nav-holder .btn-primary {
    float: right;
    padding: 22px 33px;
    background: #29b6f6
}

#header.header2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2
}

#header.header2 .border {
    padding: 31px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .45)
}

#header.header2 .nav-holder {
    width: 71.7%;
    float: right;
    background: 0 0
}

#header.header2 #nav {
    font-size: 13px;
    line-height: 15px;
    padding: 15px 0 0
}

#header.header2 #nav>ul>li {
    margin: 0 0 0 35px
}

#header.header2 #nav>ul>li:first-child {
    margin: 0
}

#header.header2 #nav>ul>li:hover {
    padding-bottom: 20px;
    margin-bottom: -20px
}

#header.header2 #nav>ul>li>a {
    text-transform: uppercase;
    padding: 0;
    background: 0 0
}

#header.header2 #nav .drop-down {
    top: 30px
}

#header.header2 .align-left {
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    margin: 0 0 0 33px;
    padding: 15px 0 0
}

#header.header2 .align-left li {
    color: #33b86c;
    float: left;
    margin: 0 0 0 4px
}

#header.header2 .align-left li:first-child {
    margin: 0
}

#header.header2 .align-left a {
    color: #33b86c;
    display: block;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#header.header2 .cart {
    color: #fff;
    margin: 0 0 0 20px
}

#header.header2 .btn-primary {
    padding: 15px 38px;
    background: #33b86c
}

#header.header2 .nav-opener {
    padding: 0;
    background: 0 0
}

#header .nav-opener {
    font-size: 30px;
    line-height: 40px;
    float: left;
    color: #fff;
    padding: 10px 13px
}

.logo {
    width: 211px;
    float: left;
    margin: 0 10px 0 0
}

.logo img {
    width: 100%
}

#nav {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    float: left
}

#nav>ul {
    margin: 0
}

#nav>ul>li {
    float: left;
    margin: 0 4px 0 0;
    position: relative;
    z-index: 2
}

#nav>ul>li:hover .drop-down {
    display: block
}

#nav>ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 14px 23px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    font-size: 13px;
}

#nav .drop-down {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    width: 250px;
    background: #111;
    display: none;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#nav .drop-down>li {
    float: none;
    margin: 0
}

#nav .drop-down>li>a {
    color: #fff;
    display: block;
    padding: 20px 19px 23px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.nav-active #header.header2 #nav {
    opacity: 1;
    visibility: visible
}

.nav-active #nav {
    opacity: 1;
    visibility: visible
}

.btn-primary {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    padding: 10px
}

#main {
    overflow: hidden
}

.banner {
    white-space: nowrap;
    text-align: center
}

.banner:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 65vh
}

.banner>* {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%
}

.banner:before {
    z-index: 0
}

.banner .holder {
    overflow: hidden
}

.banner.banner2 .search-form {
    width: 725px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
    border: none;
    background: rgba(255, 255, 255, .7)
}

.banner.banner2 .search-form .jcf-select {
    min-width: 260px;
    height: 50px;
    margin: 0 10px 0 0;
    border: none;
    float: left;
    text-align: left;
    background: #fff
}

.banner.banner2 .search-form .jcf-select .jcf-select-opener {
    width: 38px;
    right: 119px;
    background: 0 0
}

.banner.banner2 .search-form .jcf-select .jcf-select-opener:before {
    position: absolute;
    content: "\f107";
    top: 17px;
    left: 0;
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 16px;
    color: #444
}

.banner.banner2 .search-form .jcf-select .jcf-select-text {
    color: #444;
    font-weight: 600;
    margin: 12px 37px 0 29px;
    text-transform: uppercase
}

.banner.banner2 .search-form .form-control {
    font-size: 13px;
    line-height: 16px;
    color: #444;
    font-weight: 400;
    float: left;
    width: 260px;
    height: 50px;
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 5px 29px;
    margin: 0 10px 0 0;
    text-transform: uppercase
}

.banner.banner2 .search-form .form-control::-webkit-input-placeholder {
    color: #444
}

.banner.banner2 .search-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #444
}

.banner.banner2 .search-form .form-control:-moz-placeholder {
    color: #444
}

.banner.banner2 .search-form .form-control:-ms-input-placeholder {
    color: #444
}

.banner.banner2 .search-form .form-control.placeholder {
    color: #444
}

.banner.banner2 .search-form .sub-btn {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 165px;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    float: left;
    padding: 17px 5px 15px;
    background: #33b86c;
    text-transform: uppercase;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.banner.banner3:after {
    min-height: 200px
}

.banner.banner3 h1 {
    font-size: 46px;
    line-height: 58px;
    font-weight: 900;
    margin: 0
}

.banner h1 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 25px
}

.banner h1 .clr {
    color: #33b86c
}

.banner h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px
}

.banner .txt {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0 0 35px;
    display: block
}

.banner .search-form {
    width: 557px;
    height: 57px;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff
}

.banner .search-form label {
    font-size: 22px;
    line-height: 24px;
    color: #29b6f6;
    position: absolute;
    left: 32px;
    top: 17px
}

.banner .search-form .form-control {
    color: silver;
    width: 100%;
    height: 100%;
    padding: 15px 65px;
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.banner .search-form .form-control::-webkit-input-placeholder {
    color: silver
}

.banner .search-form .form-control::-moz-placeholder {
    opacity: 1;
    color: silver
}

.banner .search-form .form-control:-moz-placeholder {
    color: silver
}

.banner .search-form .form-control:-ms-input-placeholder {
    color: silver
}

.banner .search-form .form-control.placeholder {
    color: silver
}

.banner .search-form .btn-icon {
    font-size: 16px;
    line-height: 18px;
    color: #29b6f6;
    position: absolute;
    right: 22px;
    top: 20px;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.latest-coupon {
    overflow: hidden
}

.latest-coupon.style2 .coupon-box .heading6 {
    letter-spacing: 1px;
    margin: 0 0 11px
}

.latest-coupon.style2 .coupon-box .txt-holder {
    padding: 25px 27px 27px
}

.latest-coupon.style2 .coupon-box .list-show {
    margin: 0 0 24px
}

.latest-coupon.style2 .coupon-box .btn-primary {
    margin: 0 0 12px
}

.latest-coupon .coupon-box {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border: 1px solid #ececec
}

.latest-coupon .coupon-box .img-holder {
    overflow: hidden;
    width: 100%
}

.latest-coupon .coupon-box .img-holder img {
    width: 100%
}

.latest-coupon .coupon-box .txt-holder {
    overflow: hidden;
    padding: 26px 27px
}

.latest-coupon .coupon-box .heading6 {
    margin: 0 0 4px
}

.latest-coupon .coupon-box .heading6 a {
    color: #101010;
    display: block;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.latest-coupon .coupon-box .list-show {
    color: #33b86c;
    overflow: hidden;
    margin: 0 0 18px;
    padding: 0 0 0 3px
}

.latest-coupon .coupon-box .list-show li {
    float: left;
    margin: 0 15px 0 0
}

.latest-coupon .coupon-box .list-show a {
    color: #33b86c;
    display: block;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.latest-coupon .coupon-box .list-show .icon {
    font-size: 15px;
    line-height: 17px;
    margin: 0 4px 0 0
}

.latest-coupon .coupon-box .btn-primary {
    font-size: 13px;
    padding: 13px 10px;
    width: 100%;
    display: block;
    margin: 0 0 5px
}

.latest-coupon .coupon-box .btn-primary:hover {
    background: #29b6f6
}

.latest-coupon .coupon-box .time {
    font-size: 13px;
    display: block;
    color: #f30
}

.heading {
    font: 36px/38px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #101010;
    margin: 0
}

.heading2 {
    font: 28px/30px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #101010;
    margin: 0
}

.heading3 {
    font: 22px/24px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #101010;
    margin: 0
}

.heading4 {
    font: 20px/22px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #101010;
    margin: 0
}

.heading5 {
    font: 18px/20px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #101010;
    margin: 0
}

.heading6 {
    font: 17px/26px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #101010;
    margin: 0
}

.header {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: #666;
    overflow: hidden;
    margin: 0 0 61px
}

.header p {
    margin: 0
}

.store-sec {
    overflow: hidden
}

.store-sec .heading {
    margin: 0 0 18px
}

.store-sec .heading .clr {
    color: #f30
}

.store-sec .header {
    margin: 0 0 63px
}

.store-sec .store-logo {
    overflow: hidden;
    margin: 0 0 61px;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4
}

.store-sec .store-logo li {
    width: 20%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    background: #fff
}

.store-sec .store-logo a {
    padding: 10px;
    display: block
}

.store-sec .store-logo a img {
    display: inline-block;
    vertical-align: middle
}

.store-sec .btn-primary {
    font-size: 15px;
    padding: 17px 63px;
    font-weight: 600;
    background: #29b6f6
}

.feature-sec {
    overflow: hidden
}

.feature-sec .heading {
    margin: 0 0 18px
}

.feature-sec .header {
    margin: 0 0 63px
}

.feature-sec .feature-box {
    overflow: hidden;
    margin: 0 0 37px
}

.feature-sec .feature-box .icon {
    font-size: 35px;
    line-height: 37px;
    color: #29b6f6;
    padding: 7px;
    width: 84px;
    height: 84px;
    background: #fff;
    margin: 0 auto -38px;
    display: block;
    position: relative;
    z-index: 2
}

.feature-sec .feature-box .icon .border {
    width: 73px;
    height: 74px;
    display: block;
    padding: 20px 10px 10px;
    border: 1px solid #29b6f6
}

.feature-sec .feature-box .img-holder {
    overflow: hidden;
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 1
}

.feature-sec .feature-box .img-holder:before {
    z-index: 0
}

.feature-sec .feature-box .img-holder .over {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.feature-sec .feature-box .heading2 {
    color: #fff;
    margin: 0 0 10px
}

.feature-sec .feature-box p {
    margin: 0
}

.feature-sec .feature-box .btn-primary {
    font-size: 15px;
    display: block;
    padding: 12px 10px
}

.feature-sec .feature-box .btn-primary:hover {
    background: #29b6f6
}

.callout-sec {
    overflow: hidden;
    background: #33b86c
}

.callout-sec h3 {
    font-size: 37px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    margin: 0
}

.callout-sec h3 strong {
    font-size: 51px;
    line-height: 55px
}

.callout-sec .btn-primary {
    font-size: 15px;
    width: 200px;
    display: block;
    padding: 17px 15px;
    margin: 9px 0 0;
    background: #222
}

.offer-sec {
    overflow: hidden
}

.offer-sec .heading {
    margin: 0 0 27px
}

.offer-sec .header {
    margin: 0 0 69px
}

.offer-sec .filter-list {
    font-size: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    overflow: hidden;
    margin: 0
}

.offer-sec .filter-list li {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle
}

.offer-sec .filter-list .active a {
    color: #fff;
    background: #29B6F6
}

.offer-sec .filter-list a {
    color: #29B6F6;
    display: block;
    padding: 9px 29px;
    text-transform: uppercase;
    border: 1px solid #29B6F6;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.offer-sec .filter-list a:hover {
    color: #fff;
    background: #29B6F6;
}

.offer-holder {
    overflow: hidden;
    width: 110%
}

.offer-holder .col {
    width: 351px;
    float: left;
    height: 361px !important;
    padding: 15px 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border: 1px solid #ececec;
    margin-right: 30px
}

.offer-holder .col:nth-child(3n) {
    margin-right: 0
}

.offer-holder .col .header {
    overflow: hidden;
    margin: 0 0 15px !important
}

.offer-holder .col .c-logo {
    width: 106px;
    float: left;
    margin: 0 28px 0 0;
    height: 100px
}

.offer-holder .col .offer {
    width: 298px;
    font-size: 16px;
    line-height: 18px;
    color: #333;
    padding: 9px 25px 7px;
    float: left;
    display: block;
    text-align: center;
    margin: 13px 0 0;
    border: 1px solid #c6c6c6
}

.offer-holder .col .heading6 {
    margin: 0 0 8px;
    display: block;
    min-height: 45px
}

.offer-holder .col .sub-title {
    color: #33b86c;
    display: block;
    margin: 12px 0 12px 0
}

.offer-holder .col .btn-primary {
    padding: 10px 0;
    margin: 0 auto 10px auto;
    position: relative;
    float: none;
    width: 184px
}

.offer-holder .col .btn-primary:hover {
    padding: 12px 60px 12px 41px;
    background: #29b6f6
}

.offer-holder .col .btn-primary:hover .code {
    opacity: 1;
    visibility: visible
}

.offer-holder .col .btn-primary .code {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    padding: 11px 5px 10px;
    border-width: 2px 2px 2px 0;
    border-style: dashed;
    background: #fff;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.time {
    padding-top: 1px
}

.offer-holder .col .time {
    font-size: 12px;
    display: block;
    color: #f30
}

.exp-offer-holder {
    overflow: hidden;
    width: 110%
}

.exp-offer-holder .col {
    width: 351px;
    float: left;
    height: 361px !important;
    padding: 29px 25px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border: 1px solid #ececec;
    margin-right: 30px
}

.exp-offer-holder .col:nth-child(3n) {
    margin-right: 0
}

.exp-offer-holder .col .header {
    overflow: hidden;
    margin: 0 0 15px !important
}

.exp-offer-holder .col .c-logo {
    width: 106px;
    float: left;
    margin: 0 28px 0 0
}

.exp-offer-holder .col .offer {
    font-size: 16px;
    line-height: 18px;
    color: #333;
    padding: 9px 25px 7px;
    float: left;
    display: block;
    text-align: center;
    margin: 18px 0 0;
    border: 1px solid #c6c6c6
}

.exp-offer-holder .col .heading6 {
    margin: 0 0 8px;
    display: block
}

.exp-offer-holder .col .sub-title {
    color: #33b86c;
    display: block;
    margin: 0 0 42px
}

.exp-offer-holder .col .btn-primary {
    padding: 12px 0;
    margin: 0;
    position: relative;
    float: none;
    width: 184px
}

.exp-offer-holder .col .btn-primary:hover {
    padding: 12px 60px 12px 41px;
    background: #29b6f6
}

.exp-offer-holder .col .btn-primary:hover .code {
    opacity: 1;
    visibility: visible
}

.exp-offer-holder .col .btn-primary .code {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    padding: 11px 5px 10px;
    border-width: 2px 2px 2px 0;
    border-style: dashed;
    background: #fff;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.exp-offer-holder .col .time {
    font-size: 12px;
    display: block;
    color: #f30
}

.app-sec {
    overflow: hidden;
    background: #33b86c
}

.app-sec .img-holder {
    margin: 0 0 0 63px;
    overflow: hidden;
    width: 100%
}

.app-sec .txt-holder {
    padding: 82px 0 0 25px;
    font-size: 16px;
    color: #fff
}

.app-sec .txt-holder p {
    margin: 0 0 29px
}

.app-sec .heading {
    color: #fff;
    margin: 0 0 15px
}

.app-sec .btn-holder {
    overflow: hidden
}

.app-sec .btn-holder a {
    margin: 0 10px 0 0
}

.blog-sec {
    overflow: hidden
}

.blog-sec .header {
    margin: 0 0 62px
}

.blog-holder {
    overflow: hidden;
    font-size: 16px;
    color: #777
}

.blog-holder .img-holder {
    width: 100%;
    overflow: hidden;
    margin: 0 0 27px;
    position: relative
}

.blog-holder .img-holder .time {
    position: absolute;
    left: 11px;
    top: 10px;
    font-size: 31px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    display: block;
    width: 58px;
    padding: 0 11px 10px 9px
}

.blog-holder .img-holder .time .txt {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    display: block;
    border-top: 1px solid #fff;
    padding: 10px 0 0
}

.blog-holder .heading3 {
    margin: 0 0 14px
}

.blog-holder .heading3 a {
    color: #101010;
    display: block;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.blog-holder p {
    margin: 0 0 22px
}

.blog-holder .btn-primary {
    font-size: 12px;
    line-height: 14px;
    padding: 13px 30px
}

.blog-holder .btn-primary:hover {
    background: #29b6f6
}

.subscribe-sec {
    overflow: hidden;
    padding: 46px 0;
    min-height: 137px;
    position: relative;
    z-index: 1
}

.subscribe-sec:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(51, 184, 108, .85)
}

.subscribe-sec h5 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding: 10px 0 0
}

.subscribe-sec .subscribe-form {
    width: 488px;
    height: 46px;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative
}

.subscribe-sec .subscribe-form .form-control {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    height: 46px;
    padding: 6px 10px;
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.subscribe-sec .subscribe-form .form-control::-webkit-input-placeholder {
    color: #fff
}

.subscribe-sec .subscribe-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #fff
}

.subscribe-sec .subscribe-form .form-control:-moz-placeholder {
    color: #fff
}

.subscribe-sec .subscribe-form .form-control:-ms-input-placeholder {
    color: #fff
}

.subscribe-sec .subscribe-form .form-control.placeholder {
    color: #fff
}

.subscribe-sec .subscribe-form .sub-btn {
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    background: 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.counter-sec {
    overflow: hidden;
    min-height: 305px
}

.counter-sec .icon {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    display: block;
    margin: 0 0 5px
}

.counter-sec .counter {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    display: block
}

.counter-sec .sub-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    display: block
}

.testimonail-sec {
    overflow: hidden;
    min-height: 618px
}

.testimonail-sec .heading {
    margin: 0
}

.testimonail-sec .header {
    margin: 0 0 64px
}

.testimonail-sec.overlay:before {
    background: rgba(255, 255, 255, .8)
}

.testimonail-slider {
    overflow: hidden
}

.testimonail-slider .slide {
    font: 15px/26px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #666;
    background: #fff;
    padding: 36px 22px 43px 29px;
    margin: 0 0 0 30px;
    border: none
}

.testimonail-slider .slide q {
    display: block;
    margin: 0 0 21px
}

.testimonail-slider .slide q:after,
.testimonail-slider .slide q:before {
    display: none
}

.testimonail-slider .slide cite {
    display: block
}

.testimonail-slider .slide .img-holder {
    width: 72px;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.testimonail-slider .slide .align-left {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 0 0 15px
}

.testimonail-slider .slide strong {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    display: block;
    margin: 0 0 5px
}

.testimonail-slider .slide .sub-title {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    font-style: italic;
    color: #f30;
    display: block;
    margin: 0 0 5px
}

.service-sec {
    overflow: hidden
}

.service-sec.style2 .service {
    padding: 0;
    border: none;
    color: #777
}

.service-sec.style2 .service .icon {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 23px;
    width: auto
}

.service-sec.style2 .service .headng5 {
    margin: 0 0 17px;
    color: #111
}

.service-sec.style2 .service p {
    margin: 0 0 12px
}

.service-sec.style2 .service .read-more {
    font: 13px/15px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #33b86c
}

.service-sec .service {
    font-size: 15px;
    line-height: 26px;
    color: #949494;
    padding: 57px 20px 43px 20px;
    overflow: hidden;
    border: 3px solid #f2f2f2
}

.service-sec .service .icon {
    width: 81px;
    margin: 0 auto 38px;
    display: block
}

.service-sec .service .heading3 {
    margin: 0 0 17px
}

.service-sec .service p {
    margin: 0 0 14px
}

.service-sec .service .read-more {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #f30;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.service-sec .service .read-more .fa {
    margin: 0 0 0 5px
}

.abt-sec {
    overflow: hidden
}

.abt-sec .img-holder {
    width: 100%;
    overflow: hidden
}

.abt-sec .abt-txt {
    overflow: hidden;
    padding: 10px 0 0 10px;
    color: #777
}

.abt-sec .abt-txt p {
    margin: 0 0 21px
}

.abt-sec .title {
    font: 14px/16px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    display: block;
    margin: 0 0 8px;
    letter-spacing: 1px
}

.abt-sec .heading {
    margin: 0 0 25px
}

.abt-sec .btn-primary {
    padding: 16px 32px;
    background: #33b86c
}

.team-sec {
    overflow: hidden
}

.team-sec .heading {
    margin: 0
}

.team-sec .header {
    margin: 0 0 61px
}

.team {
    overflow: hidden
}

.team .img-holder {
    width: 100%;
    overflow: hidden;
    margin: 0 0 23px;
    position: relative
}

.team .img-holder:hover .over {
    bottom: 0
}

.team .img-holder .over {
    position: absolute;
    left: 0;
    bottom: -90px;
    right: 0;
    z-index: 1;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.team .img-holder .socail-network {
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    overflow: hidden;
    margin: 0;
    padding: 12px 0;
    text-align: center
}

.team .img-holder .socail-network li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 2px
}

.team .img-holder .socail-network li:first-child {
    margin: 0
}

.team .img-holder .socail-network a {
    width: 35px;
    height: 35px;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 6px 4px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.team .img-holder .socail-network a:hover {
    background: #fff
}

.team .heading4 {
    display: block;
    margin: 0 0 7px
}

.team .sub-title {
    font: 14px/16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #33b86c;
    display: block
}

.brand-sec {
    overflow: hidden;
    padding-top: 145px;
    padding-bottom: 130px
}

.brand-list {
    overflow: hidden;
    margin: 0
}

.brand-list li {
    float: left;
    margin: 0 20px 20px 0
}

.brand-list li:nth-child(5n+5) {
    margin: 0 0 20px
}

.brand-list img {
    display: inline-block;
    vertical-align: middle
}

.brand-list a {
    width: 212px;
    height: 142px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 4px solid #f2f2f2
}

.pagination {
    overflow: hidden;
    margin: 0;
    text-align: center;
    padding: 28px 0 0
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px
}

.pagination li:first-child {
    margin: 0
}

.pagination a {
    color: #666;
    display: block;
    width: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 18px;
    border: 2px solid #dbdbdb;
    text-align: center;
    padding: 10px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.twocolumns {
    overflow: hidden
}

#content {
    width: 72%;
    float: left;
    padding: 0 41px 0 0;
    overflow: hidden
}

#content .header {
    overflow: hidden;
    margin: 0 0 48px
}

#content .heading2 {
    color: #111;
    margin: 0 0 30px;
    border-bottom: 1px solid #111;
    padding: 0 0 24px
}

#content .abc-list {
    overflow: hidden;
    margin: 0;
    font-size: 13px;
    line-height: 15px;
    color: #666
}

#content .abc-list li {
    float: left;
    margin: 0 7px 0 0
}

#content .abc-list a {
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #cdcdcd;
    text-align: center;
    padding: 3px 4px;
    text-transform: uppercase;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#content .abc-list a:hover {
    color: #fff
}

#content .holder {
    overflow: hidden;
    margin: 0 0 20px
}

#content .header-holder {
    overflow: hidden;
    padding: 14px 32px 12px 29px;
    background: #f6f6f6;
    margin: 0 0 28px
}

#content .header-holder .txt {
    font: 18px/20px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111;
    font-weight: 600
}

#content .header-holder .store-txt {
    font: 12px/14px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f30;
    font-weight: 400;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#content .store-logo {
    overflow: hidden;
    margin: 0
}

#content .store-logo li {
    float: left;
    margin: 0 25px 20px 0
}

#content .store-logo img {
    display: inline-block;
    vertical-align: middle
}

#content .store-logo a {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 solid #dadada
}

#content .header-content {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
    font-style: italic;
    overflow: hidden;
    margin: 0 0 31px
}

#content .header-content p {
    margin: 0
}

#content .header-content .heading3 {
    color: #111;
    margin: 0 0 10px
}

#content .comments-block .heading2 {
    border: none;
    padding: 0;
    margin: 0 0 44px
}

#content .comments-block .commment-area h3 {
    font: 20px/23px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111;
    font-weight: 600;
    margin: 0 0 6px;
    border: none;
    padding: 0
}

#content .comments-block .commment-area h3 a {
    color: #111;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#content .comments-block .commment-area .header {
    margin: 0 0 18px
}

#content .comments-form .heading2 {
    border: none;
    padding: 0;
    margin: 0 0 44px
}

#content .post-detail.style2 .txt-holder .header {
    margin: 0 0 15px
}

#sidebar {
    width: 28%;
    float: left;
    padding: 38px 23px 0;
    overflow: hidden;
    background: #f6f6f6
}

.widget {
    overflow: hidden;
    margin: 0 0 47px
}

.widget.coupon-submit-widget {
    min-height: 205px;
    padding: 40px 0 0
}

.widget.coupon-submit-widget .icon {
    font-size: 27px;
    line-height: 32px;
    margin: 0 0 12px;
    display: block
}

.widget.coupon-submit-widget .title {
    margin: 0 0 27px
}

.widget.coupon-submit-widget .btn-primary {
    padding: 10px 19px
}

.widget.search-widget {
    padding: 5px 0 0
}

.widget .category-list {
    font-size: 15px;
    line-height: 17px;
    color: #777;
    font-weight: 400;
    overflow: hidden;
    margin: 0
}

.widget .category-list li {
    overflow: hidden;
    padding: 16px 0;
    display: block;
    border-bottom: 1px solid #e4e4e4
}

.widget .category-list a {
    display: block;
    color: #777;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.widget .title {
    font: 17px/20px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 0 0 10px
}

.widget .btn-primary {
    font-size: 12px;
    line-height: 14px;
    background: #33b86c
}

.widget .heading4 {
    color: #202020;
    margin: 0 0 11px;
    padding: 0 0 20px;
    position: relative;
    z-index: 1
}

.widget .heading4:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: auto;
    bottom: 3px;
    right: auto;
    border-bottom: 2px dashed #202020;
    width: 83px;
    height: 1px
}

.widget .heading4:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: auto;
    bottom: 0;
    right: auto;
    border-bottom: 2px dashed #202020;
    width: 83px;
    height: 1px
}

.widget .popular-list {
    overflow: hidden;
    margin: 0;
    padding: 18px 0 0 2px
}

.widget .popular-list li {
    width: 31.33%;
    float: left;
    overflow: hidden;
    margin: 0 9px 10px 0
}

.widget .popular-list li:nth-child(3n+3) {
    width: 30.32%;
    margin: 0 0 10px
}

.widget .popular-list li:last-child {
    display: block;
    float: none;
    width: 100%;
    padding: 12px 0 0
}

.widget .popular-list a {
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    color: #33b86c;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.widget .latest-news-list {
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 2px
}

.widget .latest-news-list li {
    padding: 16px 0;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4
}

.widget .latest-news-list .img-holder {
    width: 27%;
    float: left;
    overflow: hidden
}

.widget .latest-news-list .txt-holder {
    width: 73%;
    float: left;
    overflow: hidden;
    padding: 0 0 0 20px
}

.widget .latest-news-list h3 {
    font: 16px/20px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #101010;
    margin: 0 0 8px
}

.widget .latest-news-list h3 a {
    display: block;
    color: #101010;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.widget .latest-news-list .news-nav {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    font-style: italic;
    color: #686868;
    overflow: hidden;
    margin: 0
}

.widget .latest-news-list .news-nav li {
    float: left;
    margin: 0 7px 0 0;
    padding: 0;
    border: none
}

.widget .latest-news-list .news-nav a {
    color: #686868;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.widget .tags-list {
    font: 14px/16px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #444;
    overflow: hidden;
    margin: 0;
    padding: 15px 0 0
}

.widget .tags-list li {
    float: left;
    margin: 0 8px 10px 0
}

.widget .tags-list a {
    display: block;
    padding: 10px 23px 10px 25px;
    color: #444;
    background: #eee;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.widget .tags-list a:hover {
    color: #fff
}

.widget .search-form {
    position: relative;
    z-index: 1
}

.widget .search-form .form-control {
    font-size: 14px;
    line-height: 16px;
    color: #777;
    font-weight: 400;
    width: 100%;
    height: 45px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-right: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 92px 6px 12px
}

.widget .search-form .sub-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 13px 29px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.widget .search-form .sub-btn:hover {
    background: #29b6f6
}

.sub-form {
    overflow: hidden
}

.sub-form .form-group {
    overflow: hidden;
    margin: 0 0 27px
}

.sub-form .col {
    width: 50%;
    padding: 0 0 0 15px;
    float: left
}

.sub-form .col:first-child {
    padding: 0 15px 0 0
}

.sub-form label {
    font-size: 13px;
    line-height: 15px;
    color: #666;
    font-weight: 300;
    display: block;
    margin: 0 0 11px
}

.sub-form label .clr {
    color: #d70f64
}

.sub-form .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #c8c8c8;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sub-form .form-control::-webkit-input-placeholder {
    color: #666
}

.sub-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #666
}

.sub-form .form-control:-moz-placeholder {
    color: #666
}

.sub-form .form-control:-ms-input-placeholder {
    color: #666
}

.sub-form .form-control.placeholder {
    color: #666
}

.sub-form textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #c8c8c8;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none
}

.sub-form textarea::-webkit-input-placeholder {
    color: #666
}

.sub-form textarea::-moz-placeholder {
    opacity: 1;
    color: #666
}

.sub-form textarea:-moz-placeholder {
    color: #666
}

.sub-form textarea:-ms-input-placeholder {
    color: #666
}

.sub-form textarea.placeholder {
    color: #666
}

.sub-form .btn-primary {
    padding: 19px 48px;
    border-radius: 5px;
    margin: 20px 0 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #33b86c
}

.post-block {
    font-size: 16px;
    line-height: 26px;
    color: #777;
    font-weight: 400;
    overflow: hidden;
    padding: 0 0 49px;
    margin: 0 0 49px;
    border-bottom: 1px solid #dadada
}

.post-block .img-holder {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0 0 27px
}

.post-block .time {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 31px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 12px 8px 9px
}

.post-block .time span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    border-top: 1px solid #fff;
    padding: 10px 0 0
}

.post-block .heading3 {
    margin: 0 0 13px
}

.post-block .heading3 a {
    color: #101010;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.post-block p {
    margin: 0 0 24px
}

.post-block .btn-primary {
    font-size: 12px;
    line-height: 14px;
    border-radius: 5px;
    padding: 13px 31px 12px 29px
}

.post-block .btn-primary:hover {
    background: #29b6f6
}

.post-detail {
    overflow: hidden
}

.post-detail.style2 .img-holder {
    margin: 0 0 45px
}

.post-detail.style2 .txt-holder {
    padding: 0
}

.post-detail.style2 .txt-holder .header {
    overflow: hidden
}

.post-detail.style2 .txt-holder .coupon-logo {
    width: 132px;
    float: left
}

.post-detail.style2 .txt-holder .align-left {
    float: left;
    padding: 0 0 0 31px
}

.post-detail.style2 .social-network {
    position: static
}

.post-detail.style2 .heading3 {
    margin: 0 0 11px
}

.post-detail .img-holder {
    width: 100%;
    overflow: hidden;
    margin: 0 0 26px
}

.post-detail .txt-holder {
    font-size: 16px;
    line-height: 26px;
    color: #777;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 91px;
    margin: 0 0 40px;
    border-bottom: 1px solid #e5e5e5
}

.post-detail .heading3 {
    margin: 0 0 15px
}

.post-detail p {
    margin: 0 0 15px
}

.post-detail .quote {
    font-size: 19px;
    line-height: 30px;
    color: #222;
    font-style: italic;
    font-weight: 400;
    border: none;
    margin: 0 0 20px;
    padding: 9px 8px 0 48px;
    position: relative
}

.post-detail .quote:before {
    position: absolute;
    content: "\f10d";
    font-family: FontAwesome;
    left: 0;
    top: 13px;
    font-style: normal;
    font-size: 27px;
    line-height: 30px;
    color: #33b86c
}

.post-detail .quote q {
    display: block
}

.post-detail .quote q:after,
.post-detail .quote q:before {
    display: none
}

.post-detail .img-holder2 {
    margin: 0 0 31px;
    overflow: hidden
}

.post-detail .tags-list {
    font: 16px/18px Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    margin: 0 0 50px
}

.post-detail .tags-list li {
    float: left;
    margin: 0 10px 0 0
}

.post-detail .tags-list li:first-child a {
    cursor: text;
    color: #111
}

.post-detail .tags-list a {
    color: #33b86c;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    display: block;
    padding: 9px 24px 10px 21px
}

.post-detail .social-network {
    overflow: hidden;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    color: #222;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

.post-detail .social-network li {
    margin: 0 0 14px;
    display: block;
    text-transform: uppercase
}

.post-detail .social-network a {
    color: #bdbdbd;
    width: 40px;
    height: 40px;
    display: block;
    padding: 9px;
    border-radius: 100%;
    border: 1px solid #bdbdbd;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.post-detail .social-network a:hover {
    color: #fff;
    background: #33b86c
}

.post-detail .list-show {
    font-size: 14px;
    line-height: 17px;
    color: #29B6F6;
    overflow: hidden;
    margin: 0 0 18px;
    padding: 0 0 0 3px
}

.post-detail .list-show li {
    float: left;
    margin: 0 20px 0 0
}

.post-detail .list-show a {
    color: #29B6F6;
    display: block;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.post-detail .list-show .icon {
    font-size: 15px;
    line-height: 17px;
    margin: 0 4px 0 0
}

.post-detail .footer {
    overflow: hidden;
    padding: 5px 5px 0 0;
    margin: 0 0 20px
}

.post-detail .footer .btn-primary {
    float: left;
    padding: 12px 46px;
    border-radius: 5px
}

.post-detail .footer .btn-primary:hover {
    background: #29b6f6
}

.post-detail .footer .social-network {
    float: right;
    width: auto
}

.post-detail .footer .social-network li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px
}

.comments-block {
    overflow: hidden;
    padding: 4px 0 0 90px;
    margin: 0 0 5px
}

.comments-block.style2 {
    padding: 4px 0 0
}

.comments-block .heading2 {
    color: #111;
    margin: 0 0 44px
}

.comments-block .commment-area {
    overflow: hidden;
    margin: 0 0 39px;
    padding: 0 0 3px;
    border-bottom: 1px solid #e5e5e5
}

.comments-block .commment-area .img {
    width: 12%;
    float: left;
    border-radius: 100%;
    overflow: hidden
}

.comments-block .commment-area .txt-holder {
    width: 88%;
    padding: 7px 20px 34px 16px;
    float: left
}

.comments-block .commment-area p {
    margin: 0
}

.comments-block .commment-area time {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-style: italic;
    display: block;
    color: #777
}

.comments-block .commment-onelevel {
    padding: 0 0 0 100px;
    overflow: hidden
}

.comments-block .commment-onelevel .commment-area .img {
    width: 15%
}

.comments-block .commment-onelevel .commment-area .txt-holder {
    width: 85%;
    padding: 7px 20px 34px 12px
}

.comments-form {
    overflow: hidden;
    padding: 0 0 0 90px
}

.comments-form.style2 {
    padding: 0
}

.comments-form .heading2 {
    color: #111;
    margin: 0 0 44px
}

.comments-form .leave-form {
    overflow: hidden;
    padding: 0 10px 0 0
}

.comments-form .leave-form .form-group {
    overflow: hidden;
    margin: 0 0 20px
}

.comments-form .leave-form .col {
    width: 50%;
    float: left;
    padding: 0 0 0 15px
}

.comments-form .leave-form .col:first-child {
    padding: 0 15px 0 0
}

.comments-form .leave-form .form-control {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #777;
    width: 100%;
    height: 45px;
    border: 1px solid #d3d3d3;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 6px 20px;
    text-transform: uppercase
}

.comments-form .leave-form .form-control::-webkit-input-placeholder {
    color: #777
}

.comments-form .leave-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #777
}

.comments-form .leave-form .form-control:-moz-placeholder {
    color: #777
}

.comments-form .leave-form .form-control:-ms-input-placeholder {
    color: #777
}

.comments-form .leave-form .form-control.placeholder {
    color: #777
}

.comments-form .leave-form textarea {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #777;
    width: 100%;
    min-height: 195px;
    border: 1px solid #d3d3d3;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    resize: none;
    padding: 14px 20px;
    margin: 0 0 38px;
    text-transform: uppercase
}

.comments-form .leave-form .btn-primary {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 14px 39px 14px 34px;
    border-radius: 5px;
    background: #33b86c;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.register-holder {
    background: #f6f6f6;
    padding: 60px 60px 63px 58px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15)
}

.register-holder .txt-holder {
    font-size: 16px;
    line-height: 26px;
    color: #777;
    width: 41%;
    float: left;
    padding: 0 77px 0 0
}

.register-holder .txt-holder p {
    margin: 0 0 35px
}

.register-holder .img-holder {
    width: 59%;
    float: left;
    padding: 3px 0 0
}

.register-holder .heading2 {
    margin: 0 0 8px
}

.register-holder .register-form {
    overflow: hidden;
    padding: 0 0 0 2px;
    margin: 0 0 29px
}

.register-holder .register-form .form-control {
    font-size: 11px;
    line-height: 14px;
    color: #666;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    height: 44px;
    border: 1px solid #d7d7d7;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 6px 24px;
    margin: 0 0 20px
}

.register-holder .register-form .form-check {
    font-size: 13px;
    line-height: 15px;
    color: #444;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 28px;
    padding: 7px 0 0
}

.register-holder .register-form .form-check input[type=checkbox] {
    margin: 4px 9px 0 0
}

.register-holder .register-form .form-check a {
    color: #f30;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.register-holder .register-form .btn-primary {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 15px 42px;
    border-radius: 5px;
    background: #33b86c
}

.blog_main {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.main-heading p {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.blogs {
    float: left;
    width: 100%;
}

.text5 .post_category {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    float: left;
    width: 100%;
}

.blog_sec {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.detail_box {
    width: 70%;
    margin: 0 auto;
    float: none;
}

.blog_socialIcons {
    float: left;
    width: 100%;
    text-align: end;
    margin-bottom: 15px;
}

.blog_socialIcons li {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    align-self: center;
    align-items: center;
    overflow: hidden;
}

.blog_socialIcons li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #29b6f6;
    transition: all .4s ease-in-out;
    align-items: center;
}

.blog_socialIcons li a:hover {
    background: #ffb300;
}

.blog_socialIcons li img {
    width: 25px;
    filter: invert(1);
    height: 25px;
}

.blog_detail img {
    width: 100%;
    display: table;
    margin: 0 auto;
    margin-bottom: 25px;
    height: 350px;
}

.blog_detail p {
    font-size: 14px;
    margin-bottom: 15px;
}

.blog_detail h2 {
    margin-bottom: 10px;
}

.form_heading {
    padding-top: 20px;
    width: 70%;
    margin: 0 auto;
}

.form_heading h2 {
    margin-bottom: 10px;
}

.relaed_post {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 23px;
    grid-template-columns: 32% 32% 32%;
    margin-bottom: 30px;
}

.relaed_post li {
    display: block;
}

.relaed_post li img {
    max-width: 100%;
}

.relaed_post li a {
    font-size: 16px;
    font-weight: 700;
    float: left;
    width: 100%;
    color: #a94442;
    transition: all .4s ease-in-out;
}

.comment_people {
    width: 70%;
    margin-bottom: 20px !important;
    margin: 0 auto;
    display: table;
}

.comment_box {
    display: grid;
    grid-gap: 29px;
    grid-template-columns: 15% 82%;
    margin-bottom: 10px;
    border-bottom: 1px solid #7777;
}

.client_dp {
    float: left;
    width: 100%;
    align-self: center;
}

.client_dp img {
    width: 50px;
    margin: 0 auto;
    display: block;
}

.personal_detail {
    padding: 10px 15px 10px 0px;
    float: left;
    width: 100%;
}

.personal_detail .name_person {
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding: 0;
    line-height: 16px;
}

.personal_detail span.date {
    color: #777;
    line-height: 14px;
}

.personal_detail .description_box {
    color: #777;
    line-height: 14px;
    font-size: 12px;
}

.commentForm {
    width: 70%;
    margin: 0 auto;
}

.comment .form_heading {
    width: 100%;
}

.form_heading {
    padding-top: 20px;
    width: 70%;
    margin: 0 auto;
}

.commentForm label.divider {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 49% 49%;
    margin-bottom: 20px;
}

.commentForm label.new {
    float: left;
    width: 100%;
}

.comment input[type="submit"] {
    display: block;
    padding: 0 40px;
    margin: 0 auto;
    height: 40px;
    background: #0699eb;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    transition: all .4s ease-in-out;
}

.commentForm label.new textarea.fulwidt {
    float: left;
    width: 100%;
    height: 80px;
    resize: none;
    border-radius: 25px;
    margin-bottom: 20px;
    padding: 13px 12px;
    border: 1px solid #000;
}

.commentForm label.divider input {
    height: 43px;
    border-radius: 20px;
    padding: 0 12px;
    border: 1px solid #000;
}

.text5 h2 {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    float: left;
    width: 100%;
    line-height: 18px;
    margin-top: 10px;
}

.date\& {
    color: #fff;
    font-size: 12px;
}

.text5 {
    float: left;
    width: 100%;
    padding: 15px 0 0 10px;
}

.uperlay {
    position: absolute;
    background: #00000075;
    bottom: 0;
    width: 100%;
}

.blog_post img {
    width: 100%;
    border-radius: 10px;
    transition: all .5s ease-in-out;
    height: 100%;
}

.blog_post {
    float: left;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    border: 1px solid rgb(0 0 0 / 11%);
    position: relative;
}

.register-holder .btn-holder {
    overflow: hidden
}

.register-holder .google-btn {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    padding: 11px 13px 12px 14px;
    float: left;
    margin: 0 10px 0 0;
    background: #dd4c39
}

.register-holder .google-btn .fa {
    font-size: 15px;
    line-height: 17px;
    margin: 0 5px 0 0
}

.register-holder .fb-btn {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    padding: 11px 12px 12px 11px;
    float: left;
    margin: 0 10px 0 0;
    background: #49639e
}

.register-holder .fb-btn .fa {
    font-size: 15px;
    line-height: 17px;
    margin: 0 5px 0 0
}

.contact-sec {
    overflow: hidden
}

.contact-sec .header {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #666;
    overflow: hidden;
    margin: 0 0 62px
}

.contact-sec .heading {
    margin: 0 0 18px
}

.contact-sec .contact-list {
    font-size: 15px;
    line-height: 17px;
    color: #666;
    font-weight: 400;
    width: 36.6%;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 2px 0 0
}

.contact-sec .contact-list li {
    overflow: hidden;
    margin: 0 0 39px
}

.contact-sec .contact-list .icon {
    font-size: 25px;
    line-height: 25px;
    color: #fff;
    float: left;
    width: 60px;
    height: 60px;
    padding: 17px 10px 15px;
    background: #33b86c;
    text-align: center
}

.contact-sec .contact-list .align-left {
    width: 80%;
    float: left;
    padding: 2px 0 0 21px
}

.contact-sec .contact-list .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #101010;
    display: block;
    margin: 0 0 5px
}

.contact-sec .contact-list address {
    margin: 0;
    font-weight: 400;
    font-style: normal
}

.contact-sec .contact-list .mail,
.contact-sec .contact-list .tel {
    padding: 5px 0 0;
    display: block
}

.contact-sec .contact-list a {
    color: #666;
    display: block;
    margin: 6px 0 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.contact-sec .contact-list a:first-child {
    margin: 0
}

.contact-sec .contact-form {
    overflow: hidden
}

.contact-sec .contact-form .form-group {
    overflow: hidden;
    margin: 0 0 28px
}

.contact-sec .contact-form .col {
    width: 50%;
    float: left;
    padding: 0 0 0 15px
}

.contact-sec .contact-form .col:first-child {
    padding: 0 15px 0 0
}

.contact-sec .contact-form label {
    font-size: 15px;
    line-height: 17px;
    color: #949494;
    font-weight: 400;
    display: block;
    margin: 0 0 13px
}

.contact-sec .contact-form label .clr {
    color: #ff3b3b
}

.contact-sec .contact-form .form-control {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #777;
    width: 100%;
    height: 45px;
    border: none;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 6px 15px
}

.contact-sec .contact-form .form-control::-webkit-input-placeholder {
    color: #777
}

.contact-sec .contact-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #777
}

.contact-sec .contact-form .form-control:-moz-placeholder {
    color: #777
}

.contact-sec .contact-form .form-control:-ms-input-placeholder {
    color: #777
}

.contact-sec .contact-form .form-control.placeholder {
    color: #777
}

.contact-sec .contact-form textarea {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #777;
    width: 100%;
    height: 45px;
    min-height: 137px;
    border: none;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 6px 15px;
    text-transform: uppercase
}

.contact-sec .contact-form textarea::-webkit-input-placeholder {
    color: #777
}

.contact-sec .contact-form textarea::-moz-placeholder {
    opacity: 1;
    color: #777
}

.contact-sec .contact-form textarea:-moz-placeholder {
    color: #777
}

.contact-sec .contact-form textarea:-ms-input-placeholder {
    color: #777
}

.contact-sec .contact-form textarea.placeholder {
    color: #777
}

.contact-sec .contact-form .btn-primary {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 16px 35px 17px 32px;
    border-radius: 5px;
    background: #33b86c;
    margin: 5px 0 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.contact-sec .contact-form .btn-primary:hover {
    background: #29b6f6
}

.map-holder {
    overflow: hidden;
    width: 100%
}

#footer {
    overflow: hidden;
    background: #252525
}

#footer.footer2 .footer-holder {
    padding-top: 74px
}

#footer.footer2 .col2 {
    width: 37.5%;
    padding: 0 50px 0 71px
}

#footer.footer2 .col3 {
    width: 17.4%
}

#footer .footer-holder {
    padding-top: 72px;
    padding-bottom: 52px;
    overflow: hidden
}

#footer .footer-area {
    color: #fff;
    padding: 26px 0;
    overflow: hidden;
    background: #1e1e1e
}

#footer .footer-area p {
    margin: 0
}

#footer .col1 {
    width: 16.7%;
    float: left
}

#footer .col2 {
    width: 24%;
    float: left;
    padding: 0 0 0 69px
}

#footer .col3 {
    width: 31%;
    float: left;
    padding: 0 30px 0 0
}

#footer .col4 {
    width: 28.3%;
    float: left;
    padding: 0 0 0 5px
}

#footer h3 {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 18px;
    letter-spacing: 1px
}

#footer .contact-list {
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 4px
}

#footer .contact-list li {
    overflow: hidden;
    padding: 13px 0;
    border-top: 1px dashed #8a8a8a
}

#footer .contact-list li:first-child {
    padding: 0 0 13px;
    border-top: none
}

#footer .contact-list .icon {
    font-size: 25px;
    line-height: 25px;
    color: #8a8a8a;
    float: left;
    margin: 6px 0 0
}

#footer .contact-list .icon.icon-email,
#footer .contact-list .icon.icon-phone {
    font-size: 16px
}

#footer .contact-list address {
    float: left;
    margin: 0;
    width: 86%;
    color: #8a8a8a;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-style: normal
}

#footer .contact-list .mail,
#footer .contact-list .tel {
    float: left;
    padding: 0 0 0 10px
}

#footer .contact-list a {
    color: #8a8a8a;
    display: block
}

#footer .f-nav {
    font-size: 15px;
    line-height: 17px;
    color: #8a8a8a;
    overflow: hidden;
    margin: 0;
    padding: 3px 0 0
}

#footer .f-nav li {
    overflow: hidden;
    margin: 0 0 13px
}

#footer .f-nav a {
    color: #8a8a8a;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#footer .tags {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    overflow: hidden;
    margin: 0 0 30px;
    text-align: center;
    padding: 6px 0 0
}

#footer .tags li {
    float: left;
    margin: 0 6px 5px 0
}

#footer .tags a {
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    padding: 7px 14px;
    display: block;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#footer .tags a:hover {
    color: #fff
}

#footer .socail-network {
    font-size: 15px;
    line-height: 17px;
    overflow: hidden;
    margin: 0;
    text-align: center;
    padding: 7px 0 0
}

#footer .socail-network li {
    float: left;
    margin: 0 5px 0 0
}

#footer .socail-network a {
    width: 38px;
    height: 38px;
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    padding: 9px 5px;
    display: block;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#footer .socail-network a:hover {
    color: #fff
}

#footer .recent-tweet {
    overflow: hidden;
    margin: 0
}

#footer .recent-tweet li {
    overflow: hidden;
    padding: 23px 0;
    border-top: 1px dashed #8a8a8a
}

#footer .recent-tweet li:first-child {
    padding: 0 0 25px;
    border-top: none
}

#footer .recent-tweet .icon {
    font-size: 22px;
    line-height: 25px;
    color: #8a8a8a;
    float: left;
    width: 10%
}

#footer .recent-tweet .txt-holder {
    width: 90%;
    float: left;
    color: #8a8a8a;
    line-height: 22px;
    overflow: hidden;
    padding: 1px 0 0 6px
}

#footer .recent-tweet p {
    margin: 0 0 10px
}

#footer .recent-tweet a {
    color: #8a8a8a;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#footer .recent-tweet time {
    font-size: 13px;
    color: #e1e1e1;
    display: block
}

#footer .footer-nav {
    overflow: hidden;
    margin: 0;
    text-align: right
}

#footer .footer-nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 29px
}

#footer .footer-nav a {
    color: #fff;
    display: block;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

#footer .newsletter-form {
    overflow: hidden;
    margin: 0 0 36px;
    padding: 8px 0 0
}

#footer .newsletter-form .form-control {
    font: 12px/14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 400;
    width: 100%;
    height: 45px;
    border: 1px solid #8a8a8a;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background: 0 0;
    margin: 0 0 10px
}

#footer .newsletter-form .form-control::-webkit-input-placeholder {
    color: #fff
}

#footer .newsletter-form .form-control::-moz-placeholder {
    opacity: 1;
    color: #fff
}

#footer .newsletter-form .form-control:-moz-placeholder {
    color: #fff
}

#footer .newsletter-form .form-control:-ms-input-placeholder {
    color: #fff
}

#footer .newsletter-form .form-control.placeholder {
    color: #fff
}

#footer .newsletter-form .btn-primary {
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    width: 100%;
    padding: 13px 10px 15px;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #33b86c
}

#back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    float: right;
    width: 50px;
    height: 50px;
    padding: 14px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    background: #111
}

#back-top.active {
    opacity: 1;
    visibility: visible
}

#back-top:hover {
    color: #fff
}

.loader-holder {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    background-color: rgba(255, 255, 255, .9)
}

.loader-holder .block {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cat_btn {
    font-size: 15px;
    line-height: 55px;
    padding: 15px 35px;
    font-weight: 600
}

.store-content {
    width: 100% !important;
    padding: 0 !important
}

.img-holder img {
    width: 100%
}

.error {
    color: #e11d20
}

.greytext {
    font-family: Helvetica, Arial, sans-serif;
    color: #8d8d8d
}

.sub-btn img {
    width: 24px
}

.socail-network img {
    width: 15px
}

#footer .socail-network a:hover {
    background: #fff !important
}

#back-top img {
    width: 15px
}

.social-network img {
    width: 15px
}

.post-detail .social-network a:hover {
    background: #000 !important
}

.list-show li img {
    width: 15px
}

@media screen and (max-width:991px) {
    .main-heading.blog_heading h1 {
        font-size: 25px;
    }
    .detail_box {
        width: 90%;
    }
    .form_heading {
        width: 90%;
    }
    .relaed_post {
        float: left;
        width: 100%;
        padding: 0;
        grid-gap: 2%;
        margin-bottom: 30px;
    }
    .comment_people {
        width: 90%;
    }
    .commentForm {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .post-detail {
        text-align: center
    }
    .post-detail p {
        display: none
    }
    .post-detail .list-show li {
        float: none;
        display: inline-block
    }
    .offer-holder {
        text-align: center
    }
}

@media screen and (max-width:480px) {
    .relaed_post {
        display: block;
    }
    .relaed_post li {
        display: table;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:365px) {
    .offer-sec .filter-list a {
        padding: 8px 5px
    }
}

/*has css*/

span#no_error {
    display: block !important;
    margin-top: 10px;
}

.pop_footer {
    display: none !important;
}

#modal .copy {
    padding-bottom: 40px;
}

/*has css end*/

.pinpost img {
    max-width: 100%;
}

section.blog-pinpost {
    padding: 30px 0;
}

.pinpost-top {
    padding-bottom: 20px;
}

.blogs-recent {
    float: left;
    width: 100%;
}

.blog_post-recent img {
    width: 100%;
    border-radius: 10px;
    transition: all .5s ease-in-out;
    height: 100%;
    margin-bottom: 20px;
}

.post-text-ad .text5 .post_category {
    color: #000;
}

.post-img-ad .text5 h2 {}

.post-text-ad .text5 h2 {
    color: #000;
}

.blog_post .post-img-ad img {
    width: 400px;
}

.blog_post-recent {
    position: relative;
    /* float: left; */
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    /* display: flex; */
    /* border: 1px solid rgb(0 0 0 / 11%); */
}

.grid-blogs {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    padding: 10px;
}

.grid-blogs .blog_post {
    height: 400px;
}

.pinpost.pinpost-top {
    margin-bottom: 10px;
}

.pinpost {
    position: relative;
    height: 20%;
}

.uperlay.uperlay-ad .text5 .post_category {
    font-size: 16px;
}

.uperlay.uperlay-ad .text5 h2 {
    font-size: 12px;
    margin-top: 0;
}

.pinpost-left a img {
    max-width: 100%;
}

.pinpost-left {
    position: relative;
}

.footer-area .row {
    display: flex;
    align-items: center;
}

section.blog-pinpost .row {
    display: flex;
    align-items: stretch;
}

.pinpost img {
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.pinpost a {
    display: block !important;
    float: none !important;
    height: auto !important;
}

.pinpost-left {
    height: 100%;
}

.pinpost-left a {
    height: 100%;
    display: block;
}

.pinpost-left a img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pinpost {
    position: relative;
    height: auto;
    padding-bottom: 0px;
}

.view-blog-btn {
    width: 200px;
    height: 50px;
    background: #08438f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}

.view-blog-btn a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
}

.col-xs-12.nav-main-column {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.blog_post.blog-page-post {
    display: block;
    min-height: 420px;
}

.blog_post.blog-page-post div a img {
    width: 100%;
    height: auto;
}

.blog_post.blog-page-post .text5 {
    padding: 15px;
}

.blog-pinpost .text5 span.post_category {
    display: none;
}

.HomeHeader,
.home .InnerHeader,
.blog-category .InnerHeader,
.single-post .InnerHeader,
.home .submitbtnHome,
.blog-category .submitbtnHome,
.single-post .submitbtnHome {
    display: none;
}

.home .HomeHeader,
.blog-category .HomeHeader,
.single-post .HomeHeader,
.submitbtnHome {
    display: block;
}

.offer-sec .offer-holder .col:nth-child(2n) {
    margin-right: 30px;
}

.copy p {
    padding: 10px 25px !important;
}