/*===================================*
  01. GENERAL STYLE
*===================================*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
  body{        
        padding-top: 60px;
    }
body {
    background: #ffffff none repeat scroll 0 0;
    color: #545252;
    font-family: 'lato', sans-serif;
    font-size: 15px;
    line-height: 26px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-X: hidden;
}

body::-webkit-scrollbar {
    width: 0.7em;
    border-radius: 30px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 2px 4px 6px rgba(255, 0, 0, 0.3);

}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ff9849, #3dc8ff);
    outline: 1px solid rgb(0, 90, 180);
}












.footer-copyright {
    background-color:transparent;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
}

  


.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}
   
h1, h2, h3, h4, h5, h6 {
    color: #545252;
}

p {
    color: #545252;
    line-height: 26px;
}

a {
    color: #DD2D34;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



button {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
}

ul, li, ol {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
}

iframe {
    border: 0;
}

.table {
    margin: 0;
}

.mark, mark {
    padding-top: 0;
    padding-bottom: 0;
}

section {
    padding: 50px 0 10px 0;
    position: relative;
    width: 100%;
    /* z-index: 1; */
}

    section.small-pt,
    .small-pt,
    .top-footer.small-pt {
        padding-top: 40px;
    }

    section.small-pb,
    .small-pb,
    .top-footer.small-pb {
        padding-bottom: 30px;
    }

.small-padding {
    padding: 30px;
}

.medium-padding {
    padding: 50px;
}

.large-padding {
    padding: 100px;
}

section.pb-20, .pb-20 {
    padding-bottom: 20px;
}

section.pb-70, .pb-70 {
    padding-bottom: 70px;
}

.small-divider {
    height: 30px;
}

.medium-divider {
    height: 50px;
}

.large-divider {
    height: 100px;
}

.padding-eight-all {
    padding: 8%;
}

.padding-eight-lr {
    padding: 0 8%;
}

.padding-eight-tb {
    padding: 8% 0;
}

.list-none li {
    list-style: none;
}

.order-list,
.disc-list {
    padding-left: 15px;
}

.btn:focus, .btn:hover, .btn.active {
    outline: medium none;
    box-shadow: none;
}

button:focus {
    outline: none;
}

.btn {
    border-width: 1px;
    cursor: pointer;
    padding: 6px 12px;

    font-weight: 500;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 0px;
}

.btn-default:hover, .btn-default.focus, .btn-default:focus {
    background-color: #00a735;
    border-color: #00a735;
    color: #fff;
}

.btn-white {
    background-color: #ffffff;
    border-color: #fff;
    color: #28844e !important;
    padding: 10px 25px;
}

    .btn-white:hover {
        background-color: #333;
        border-color: #333;
        color: #fff !important;
    }

.btn-black:hover {
    background-color: #ffffff;
    color: #333;
}

.btn-outline-black {
    background-color: transparent;
    border: 2px solid #333;
    color: #333;
    padding: 10px 25px;
}

    .btn-outline-black:hover {
        background-color: #333;
        color: #fff;
    }

.btn-outline-default {
    background-color: transparent;
    border: 2px solid #28844e;
    color: #28844e !important;
    padding: 10px 25px;
}

    .btn-outline-default:hover {
        background-color: #28844e;
        color: #fff !important;
    }

.btn-borderd::before {
    border-radius: .25rem;
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    border: 2px solid #333;
    transition: all 0.5s ease-in-out;
}

.rounded-0.btn-borderd::before {
    border-radius: 0;
}
.rounded{
    border-radius:20px !important;
    box-shadow:4px 4px 8px #aaa;
}
.btn-borderd {
    position: relative;
    margin: 8px;
    overflow: visible;
}

.btn-default.btn-borderd::before {
    border-color: #28844e;
}

.btn-default.btn-borderd:hover:before {
    border-color: #00a735;
}

.btn-white.btn-borderd::before {
    border-color: #ffffff;
}

.btn-white.btn-borderd:hover:before {
    border-color: #333333;
}


.btn-radius,
.pr-radius,
.btn-radius.btn-borderd:before {
    border-radius: 5px !important;
}

.btn + .btn {
    margin-left: 10px;
}

.btn i {
    font-size: 16px;
    vertical-align: middle;
    line-height: 1;
}

.btn span {
    font-size: 14px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 7px 15px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 14px 35px;
}

.btn-xs {
    padding: 4px 15px;
    font-size: 12px;
}

.btn-md {
    padding: 10px 30px;
    font-size: 16px;
}

.btn.btn-xs i {
    font-size: 12px;
}

.btn.btn-sm i {
    font-size: 14px;
}

.btn.btn-lg i {
    font-size: 28px;
}

.radius-all-5 {
    border-radius: 5px;
}

.radius-ltrt-5 {
    border-radius: 5px 5px 0 0;
}

.radius-ltrt-10 {
    border-radius: 10px 10px 0 0;
}

.radius-lbrb-5 {
    border-radius: 0 0 5px 5px;
}

.radius-lbrb-10 {
    border-radius: 0 0 10px 10px;
}

.radius-ltlb-5 {
    border-radius: 5px 0 0 5px;
}

.radius-ltlb-10 {
    border-radius: 10px 0 0 10px;
}

.radius-rtrb-10 {
    border-radius: 0 10px 10px 0;
}

.box-shadow1 {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.box-shadow2 {
    box-shadow: 0px 4px 20px rgba(101, 101, 101, 0.1);
}

.box-shadow3 {
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.box-shadow4 {
    box-shadow: 0 0px 20px rgba(0,0,0,0.10);
}

.box-shadow5 {
    box-shadow: 0 0px 5px rgba(0,0,0,0.20);
}

.heading-s1 h1, .heading-s1 h2, .heading-s1 h3, .heading-s1 h4, .heading-s1 h5, .heading-s1 h6,
.heading-s2 h1, .heading-s2 h2, .heading-s2 h3, .heading-s2 h4, .heading-s2 h5, .heading-s2 h6,
.heading-s3 h1, .heading-s3 h2, .heading-s3 h3, .heading-s3 h4, .heading-s3 h5, .heading-s3 h6 {
    margin-bottom: 0px;
    text-transform: capitalize;
}

.heading-s1,
.heading-s2,
.heading-s3 {
    margin-bottom: 40px;
    position: relative;
}

    .heading-s1 h1, .heading-s2 h1, .heading-s3 h1 {
        font-size: 48px;
    }

    /*.heading-s1 h2,
    .heading-s2 h2,
    .heading-s3 h2 {
        font-size: 40px;
    }*/

    .heading-s2 h1, .heading-s2 h2, .heading-s2 h3, .heading-s2 h4, .heading-s2 h5, .heading-s2 h6 {
        font-weight: 600;
    }

    .heading-s3 h1, .heading-s3 h2, .heading-s3 h3, .heading-s3 h4, .heading-s3 h5, .heading-s3 h6 {
        font-weight: normal;
    }

    .heading-s2 h1, .heading-s2 h2, .heading-s2 h3, .heading-s2 h4, .heading-s2 h5, .heading-s2 h6,
    .heading-s3 h1, .heading-s3 h2, .heading-s3 h3, .heading-s3 h4, .heading-s3 h5, .heading-s3 h6 {
        font-family: 'Conv-Lato-Regular',Sans-Serif;
    }

.sub-heading {
    color: #28844e;
    padding-bottom: 10px;
    display: block;
}

.heading-s3 .sub-heading {
    color: #000;
    font-size: 120px;
    line-height: 0.8;
    font-weight: bold;
    padding: 0;
    margin-bottom: -45px;
    opacity: 0.05;
    z-index: -1;
    position: relative;
}

.heading-light > * {
    color: #fff;
}

.heading-s1.heading-light::before,
.heading-s1.heading-light::after {
    background-color: #ffffff;
}

.text-uppercase * {
    text-transform: uppercase;
}

.form-control,
.form-control:focus,
.custom-file-input:focus ~ .custom-file-label {
    color: #666666;
    box-shadow: none;
}

.locate-distributor .form-control {
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 0px;
}

.form-control {
    height: 45px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 0px;
}

    .form-control::-webkit-input-placeholder {
        color: #888888;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: #888888;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #888888;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: #888888;
        opacity: 1;
    }

    .form-control::placeholder {
        color: #888888;
        opacity: 1;
    }

.form-style1 .form-control, .form-style1 .form-control:focus, .form-style1 button {
    border-radius: 50px;
}

.form-style1 textarea.form-control, .form-style1 textarea.form-control:focus {
    border-radius: 35px;
}

.form-style2 .form-control, .form-style2 .form-control:focus, .form-style2 button {
    border-radius: 0px;
}

.form-transparent .form-control, .form-transparent .form-control:focus, .form-transparent .custom-file-input:focus ~ .custom-file-label {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

    .form-transparent .form-control::placeholder {
        color: #fff;
    }

    .form-transparent .form-control::placeholder {
        color: #fff;
    }

    .form-transparent .form-control::placeholder {
        color: #fff;
    }

    .form-transparent .form-control::placeholder {
        color: #fff;
    }

.font-style1 {
    font-family: 'Conv-Lato-Regular',Sans-Serif;
}

.text-white * {
    color: #fff;
}

.text-dark * {
    color: #333 !important;
}

.text-default {
    color: #28844e !important;
}

.text-light-green {
    color: #B3D369 !important;
}

.text-danger {
    color: #F5576C !important;
}

.text-warning {
    color: #f5bf2f !important;
}

.overflow-hide {
    overflow: hidden;
}

.scrollup {
    background-color: #2f2f2f;
    border-radius: 100%;
    bottom: 20px;
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
}

    .scrollup:hover {
        background-color: #28844e;
        color: #fff !important;
    }

    .scrollup:focus {
        color: #fff;
    }

.bg-size-auto {
    background-size: auto !important;
}

.bg-size-contain {
    background-size: contain !important;
}

.bg-repeat {
    background-repeat: repeat !important;
}

.position-top-center {
    background-position: top center !important;
}

.position-center-bottom {
    background-position: center bottom !important;
}

.position-right-center {
    background-position: right center !important;
}

.position-right-bottom {
    background-position: right bottom !important;
}

.bg-fixed {
    background-attachment: fixed !important;
}

.z-index-minus1 * {
    z-index: -1;
    position: relative;
}

.overlay-bg-90,
.overlay-bg-80,
.overlay-bg-70,
.overlay-bg-60,
.overlay-bg-50,
.overlay-bg-40,
.overlay-bg-30,
.overlay-bg-30,
.overlay-bg-20,
.overlay-bg-10,
.overlay-bg-dark-90,
.overlay-bg-dark-80,
.overlay-bg-dark-70,
.overlay-bg-dark-60,
.overlay-bg-dark-50,
.overlay-bg-dark-40,
.overlay-bg-dark-30,
.overlay-bg-dark-30,
.overlay-bg-dark-20,
.overlay-bg-dark-10,
.overlay-bg-default-90,
.overlay-bg-default-80,
.overlay-bg-default-70,
.overlay-bg-default-60,
.overlay-bg-default-50,
.overlay-bg-default-40,
.overlay-bg-default-30,
.overlay-bg-default-20,
.overlay-bg-default-10 {
    position: relative;
}

    .overlay-bg-90::before,
    .overlay-bg-80::before,
    .overlay-bg-70::before,
    .overlay-bg-60::before,
    .overlay-bg-50::before,
    .overlay-bg-40::before,
    .overlay-bg-30::before,
    .overlay-bg-30::before,
    .overlay-bg-20::before,
    .overlay-bg-10::before,
    .overlay-bg-dark-90:before,
    .overlay-bg-dark-80:before,
    .overlay-bg-dark-70:before,
    .overlay-bg-dark-60:before,
    .overlay-bg-dark-50:before,
    .overlay-bg-dark-40:before,
    .overlay-bg-dark-30:before,
    .overlay-bg-dark-20:before,
    .overlay-bg-dark-10:before,
    .overlay-bg-default-90:before,
    .overlay-bg-default-80:before,
    .overlay-bg-default-70:before,
    .overlay-bg-default-60:before,
    .overlay-bg-default-50:before,
    .overlay-bg-default-40:before,
    .overlay-bg-default-30:before,
    .overlay-bg-default-20:before,
    .overlay-bg-default-10:before {
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }

    .overlay-bg-90::before {
        background-color: rgba(0, 0, 0, 0.90);
    }

    .overlay-bg-80::before {
        background-color: rgba(0, 0, 0, 0.80);
    }

    .overlay-bg-70::before {
        background-color: rgba(0, 0, 0, 0.70);
    }

    .overlay-bg-60::before {
        background-color: rgba(0, 0, 0, 0.60);
    }

    .overlay-bg-50::before {
        background-color: rgba(0, 0, 0, 0.50);
    }

    .overlay-bg-40::before {
        background-color: rgba(0, 0, 0, 0.40);
    }

    .overlay-bg-30::before {
        background-color: rgba(0, 0, 0, 0.30);
    }

    .overlay-bg-20::before {
        background-color: rgba(0, 0, 0, 0.20);
    }

    .overlay-bg-10::before {
        background-color: rgba(0, 0, 0, 0.10);
    }

    .overlay-bg-default-90:before {
        background-color: rgba(7, 215, 101, 0.90);
    }

    .overlay-bg-default-80:before {
        background-color: rgba(7, 215, 101, 0.80);
    }

    .overlay-bg-default-70:before {
        background-color: rgba(7, 215, 101, 0.70);
    }

    .overlay-bg-default-60:before {
        background-color: rgba(7, 215, 101, 0.60);
    }

    .overlay-bg-default-50:before {
        background-color: rgba(7, 215, 101, 0.50);
    }

    .overlay-bg-default-40:before {
        background-color: rgba(7, 215, 101, 0.40);
    }

    .overlay-bg-default-30:before {
        background-color: rgba(7, 215, 101, 0.30);
    }

    .overlay-bg-default-20:before {
        background-color: rgba(7, 215, 101, 0.20);
    }

    .overlay-bg-default-10:before {
        background-color: rgba(7, 215, 101, 0.10);
    }

    .overlay-bg-dark-90::before {
        background-color: rgba(47, 48, 60, 0.90);
    }

    .overlay-bg-dark-80::before {
        background-color: rgba(47, 48, 60, 0.80);
    }

    .overlay-bg-dark-70::before {
        background-color: rgba(47, 48, 60, 0.70);
    }

    .overlay-bg-dark-60::before {
        background-color: rgba(47, 48, 60, 0.60);
    }

    .overlay-bg-dark-50::before {
        background-color: rgba(47, 48, 60, 0.50);
    }

    .overlay-bg-dark-40::before {
        background-color: rgba(47, 48, 60, 0.40);
    }

    .overlay-bg-dark-30::before {
        background-color: rgba(47, 48, 60, 0.30);
    }

    .overlay-bg-dark-20::before {
        background-color: rgba(47, 48, 60, 0.20);
    }

    .overlay-bg-dark-10::before {
        background-color: rgba(47, 48, 60, 0.10);
    }

.bg-dark {
    background-color: #333 !important;
}

.bg-dark2 {
    background-color: #222 !important;
}

.bg-gray {
    background-color: #fff !important;
}

.bg-default {
    background-color: #28844e !important;
}

.bg-light-green {
    background-color: #c2edd6 !important;
}

.bg-light-yellow {
    background-color: #faeac8 !important;
}

.bg-light-blue {
    background-color: #d2e8f2 !important;
}

.bg-light-pink {
    background-color: #ffdbdc !important;
}

.bg-orange {
    background-color: #ff7d09 !important;
}

.bg-green {
    background-color: #28844e !important;
}

.bg-red {
    background-color: #e92701 !important;
}

.bg-dark-orange {
    background-color: #ffc549 !important;
}

.bg-dark-pink {
    background-color: #f38888 !important;
}

.bg-dark-green {
    background-color: #a4cc36 !important;
}

.radius-all-5[class*="overlay-bg-"]:before {
    border-radius: 5px;
}

.radius-all-10[class*="overlay-bg-"]:before {
    border-radius: 10px;
}

.border-top-tran {
    border-top: 1px solid rgba(255,255,255,0.2);
}

.ripple .ion-play {
    padding-left: 4px;
}

.ripple {
    background-color: #FFFFFF;
    border-radius: 100%;
    color: #28844e;
    position: relative;
    display: inline-block;
    line-height: 78px;
    font-size: 30px;
    vertical-align: middle;
    height: 75px;
    width: 75px;
    text-align: center;
}

    .ripple::before, .ripple::after {
        background-color: #ffffff;
        border-radius: 100%;
        margin: -20px;
        bottom: 0px;
        content: "";
        display: block;
        left: 0px;
        opacity: 0;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: -1;
        -webkit-animation-name: ripple-effect;
        -moz-animation-name: ripple-effect;
        -o-animation-name: ripple-effect;
        animation-name: ripple-effect;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -o-animation-delay: 3s;
        animation-delay: 3s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .ripple::before {
        animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
    }

    .ripple::after {
        animation-delay: 1s;
        -webkit-animation-delay: 1s;
    }

@-webkit-keyframes ripple-effect {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ripple-effect {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.bounceimg {
    -webkit-animation: bounceimg 2s ease-in-out 0s infinite alternate;
    animation: bounceimg 2s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes bounceimg {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes bounceimg {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/*Loader Css*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 999999;
}

.line-scale {
    margin: 0px auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

    .line-scale .line {
        width: 4px;
        height: 35px;
        float: left;
        border-radius: 2px;
        margin: 2px;
        background-color: #28844e;
    }

@-webkit-keyframes line-scale {
    0%, 100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4);
    }
}

@keyframes line-scale {
    0%, 100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4);
    }
}

.line-scale .line:nth-child(1) {
    -webkit-animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale .line:nth-child(2) {
    -webkit-animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale .line:nth-child(3) {
    -webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale .line:nth-child(4) {
    -webkit-animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale .line:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);
}

.line-scale .line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*===================================*
  01. END GENERAL STYLE
*===================================*/

/*===================================*
  02. START HEADER DESIGN
*===================================*/
/* .navbar-brand { */
/* padding: 10px 0; */
/* } */

@media only screen and (max-width: 600px) {
  body {
   padding-top:30px;
  }
}
.dark-skin .logo-light, .dark-skin .logo-default,
.light-skin .logo-default, .light-skin .logo-dark,
.logo-light, .logo-dark {
    display: none;
}

.dark-skin .logo-dark,
.light-skin .logo-light {
    display: block;
}

.light-skin .navbar-nav a,
.light-skin .navbar-toggler {
    color: #ffffff;
}

.navbar {
    padding: 0;
    z-index: 99999;
    position: sticky;
    top: 0;
}

.bg-body .navbar {
    padding: 0;
    z-index: 0;
}

.header-wrap {
    transition: all 0.5s ease 0s;
}

    .header-wrap:not([class*="bg-"]):not([class*="bg-"]) {
        background-color: transparent;
    }

    @media only screen and (max-width: 480px) {
        .navbar{
            padding-top:50px;
        }
        .space{

            padding-top:20px;
        }

}
.navbar .navbar-nav li {
    position: relative;
    list-style: none;
    transition: all 0.3s ease 0s;
}

.navbar-nav .dropdown-menu {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 0px;
}

    .navbar-nav .dropdown-menu:not([class*="bg-"]):not([class*="bg-"]) {
        background-color: #333333;
    }

.light-skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu {
    background-color: #252525;
}

.dark-skin:not([class*="bg-"]):not([class*="bg-"]) .navbar-nav .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
    border: 1px solid #e6e6e6;
    min-width: 100%;
}

.dark-skin .mega-menu-col,
.dark-skin .cart-list li {
    border-color: #ddd;
}

.dark-skin .navbar .navbar-nav .dropdown-menu li a.active, .dark-skin .navbar .navbar-nav .dropdown-menu li a:hover, .dark-skin .navbar .navbar-nav .dropdown-menu > ul > li:hover > a, .dark-skin .navbar .navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a {
    color: #fff;
    background: #28844e;
}

.dark-skin .navbar .navbar-nav .dropdown-item,
.dark-skin .navbar .navbar-nav .dropdown-header,
.dark-skin .cart-quantity,
.dark-skin .cart-total {
    color: #333333;
}

.dark-skin .cart-list a {
    color: #333333 !important;
}

    .dark-skin .cart-list a:hover, .dark-skin .item-remove:hover {
        color: #333333 !important;
    }

.dropdown-toggle::after, .dropdown-toggler::after {
    /*border: 0 none;
    content: "\f3d0";*/
    font-family: 'lato', sans-serif;
    height: auto;
    line-height: normal;
    margin-left: 5px;
    vertical-align: middle;
    width: auto;
    transition: all 0.3s ease-in-out;
    font-weight: 100;
    font-size: 16px;
}

.dd-main-arrow-none .navbar .navbar-nav > li > .nav-link.dropdown-toggle::after {
    content: normal;
}

.dropdown-toggler::after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.dropdown-menu .dropdown-toggler::after {
    position: absolute;
    right: 10px;
    top: 10px;
}

.navbar .navbar-nav > li > .nav-link {
    font-weight: 800;
    padding: 15px 8px;
    text-transform: capitalize;
    font-size: 15px;
}

.navbar .navbar-nav > li > a.active,
.navbar .navbar-nav > li:hover > a {
    color: #28844e;
}

.main-menu-uppercase .navbar .navbar-nav > li > .nav-link {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.main-menu-weight-100 .navbar .navbar-nav > li > .nav-link {
    font-weight: 100;
}

.main-menu-weight-200 .navbar .navbar-nav > li > .nav-link {
    font-weight: 200;
}

.main-menu-weight-300 .navbar .navbar-nav > li > .nav-link {
    font-weight: 300;
}

.main-menu-weight-400 .navbar .navbar-nav > li > .nav-link {
    font-weight: 400;
}

.main-menu-weight-500 .navbar .navbar-nav > li > .nav-link {
    font-weight: 500;
}

.main-menu-weight-600 .navbar .navbar-nav > li > .nav-link {
    font-weight: 600;
}

.main-menu-weight-700 .navbar .navbar-nav > li > .nav-link {
    font-weight: 700;
}

.main-menu-weight-800 .navbar .navbar-nav > li > .nav-link {
    font-weight: 800;
}

.main-menu-weight-900 .navbar .navbar-nav > li > .nav-link {
    font-weight: 900;
}

.main-menu-size-16 .navbar .navbar-nav > li > .nav-link {
    font-size: 16px;
}

.bottom-header .navbar .navbar-nav > li > .nav-link {
    padding: 20px 10px;
}

.navbar .navbar-nav .dropdown-item {
    padding: 7px 10px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar .navbar-nav .dropdown-header {
    color: #fff;
    padding: 0px 8px 8px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar .attr-nav li .nav-link {
    padding: 32px 15px;
    position: relative;
}

    .navbar .attr-nav li .nav-link i {
        font-size: 16px;
    }

.hover-menu-style2 .navbar .navbar-nav.attr-nav > li > .nav-link {
    margin: 0;
    padding: 20px 10px;
}

.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.navbar .navbar-nav.attr-nav .dropdown-menu li a.active,
.navbar .navbar-nav.attr-nav .dropdown-menu li a:hover,
.navbar .navbar-nav.attr-nav .dropdown-menu > ul > li:hover > a {
    background-color: rgba(0,0,0,0);
}

.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a,
.navbar .navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a {
    color: #28844e;
}

.search-overlay {
    border: 1px solid #ddd;
    right: 0;
    opacity: 0;
    position: absolute;
    min-width: 300px;
    top: 100%;
    transition: all 0.25s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 15px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: calc(100% - 30px) 0;
}

    .search-overlay.open {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.search-trigger.open i::before {
    content: "\f129";
    font-family: "Ionicons";
}

.navbar .attr-nav li .search-trigger i {
    font-size: 20px;
    vertical-align: middle;
    line-height: normal;
}

.navbar .attr-nav li.cart-wrap .nav-link i {
    font-size: 30px;
}

.navbar .attr-nav li.cart-wrap .nav-link {
    padding: 31px 10px;
}

.search-wrap {
    position: relative;
}

.search-icon {
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}

.search-wrap .form-control {
    padding: 10px 15px;
    height: auto;
}

.navbar .attr-nav li .nav-link.sidetoggle i {
    font-size: 28px;
}

.header-wrap.nav-fixed {
    box-shadow: 0 0 1px rgba(0,0,0,0.5);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
}

.header-wrap.fixed-top.nav-fixed {
    padding-top: 0 !important;
}

.nav-fixed.border-bottom-tran {
    border: 0;
}

.header-wrap.nav-fixed.no-sticky {
    position: relative;
}

.bg-dark.light-skin.nav-fixed .logo-dark {
    display: none;
}

.bg-dark.light-skin.nav-fixed .logo-light {
    display: block;
}

.header-wrap.nav-fixed.bg-dark {
    border-bottom: 0;
}

.bg-dark.light-skin.nav-fixed .navbar-nav > li > a, .bg-dark.light-skin.nav-fixed .navbar-toggler {
    color: #fff;
}

.bg-dark.hover-menu-style2.nav-fixed .navbar .navbar-nav > li > .nav-link::before {
    background-color: #fff;
}

.header-wrap.nav-fixed[class*="overlay-"]:before {
    content: normal;
}

.mega-menu {
    display: table;
    padding: 10px 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar .navbar-nav li.dropdown-mega-menu {
    position: static;
}

    .navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
        right: 0;
        padding-left: 0;
        padding-right: 0;
    }

.mega-menu-col {
    border-right: 1px solid #5d5d5d;
}

    .mega-menu-col:last-child {
        border-right: 0;
    }

.ads-banner img {
    padding: 8px;
    width: 100%;
}

.dropdown-menu li a i {
    font-size: 14px;
    width: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.cart-list li {
    list-style: outside none none;
}

.cart-count {
    position: absolute;
    top: 22px;
    right: 4px;
    font-size: 12px;
    background-color: #28844e;
    border-radius: 50px;
    height: 18px;
    line-height: 20px;
    padding: 0 5px;
    color: #fff;
    font-weight: normal;
    max-width: 18px;
    width: 100%;
    text-align: center;
}

.navbar-nav .dropdown-menu.cart-box {
    background-color: #333333;
    width: 300px;
    position: absolute !important;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: calc(100% - 30px) 0;
    display: block;
    transition: all 0.25s ease-in-out;
    padding: 0;
}

.cart-list li {
    border-bottom: 1px solid #777777;
    padding: 15px;
    width: 100%;
}

.item-remove {
    float: right;
}

.cart-list img {
    background-color: #ffffff;
    float: left;
    margin-right: 10px;
    max-width: 60px;
    vertical-align: top;
}

.cart-list a {
    color: #fff !important;
    font-size: 14px;
    vertical-align: top;
    padding: 0 !important;
}

    .cart-list a:hover, .item-remove:hover {
        color: #ddd !important;
    }

.cart-quantity {
    color: #ffffff;
    display: table;
    margin-top: 5px;
    font-weight: 500;
}

.cart-total .cart-amount {
    float: right;
    color: #28844e;
}

.cart-list {
    display: table;
    width: 100%;
}

.cart-total {
    color: #ffffff;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
}

    .cart-total strong {
        float: left;
    }

.cart-buttons {
    margin: 0;
    padding: 10px 10px 20px;
    text-align: center;
}

    .cart-buttons .view-cart, .cart-buttons .checkout {
        padding: 8px 20px !important;
    }

.top-header, .middle-header {
    padding: 12px 0 0px 0;
}

.social-icons, .contact-detail {
    font-size: 0;
    margin-left: 10px;
}

    .contact-detail > li,
    .header-list > li {
        display: inline-block;
        padding: 2px 10px;
    }

    .social-icons li {
        display: inline-block;
        padding: 2px;
    }

        .social-icons li a {
            font-size: 18px;
            height: 35px;
            width: 35px;
            line-height: 35px;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
        }

    .social-icons.social-small li a {
        height: 25px;
        width: 25px;
        line-height: 26px;
        font-size: 16px;
    }

.social-white .social-icons li a, .social-white.social-icons li a {
    color: #fff;
    border-color: #fff;
}

    .social-white .social-icons li a:hover, .social-white.social-icons li a:hover {
        color: #28844e;
    }

.border-social .social-icons li a:hover, .border-social.social-icons li a:hover {
    background-color: #28844e;
    border-color: #28844e;
    color: #fff;
}

.border-social.social-white .social-icons li a:hover, .social-white.border-social.social-icons li a:hover {
    color: #fff;
}

.border-social li a {
    border: 1px solid #292b2c;
}

.social-icons li:last-child a {
    margin-right: 0px;
}

.radius-social li a {
    border-radius: 5px;
}

.rounded-social li a {
    border-radius: 50px;
}

.social-icons.social-style1 li a {
    font-size: 16px;
    background-color: #F5F6FB;
}

.contact-detail i {
    margin-right: 2px;
    vertical-align: middle;
    font-size: 16px;
}

.contact-detail > li a {
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.header-list > li a {
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.header-list > li .dropdown-item:hover,
.custome-dropdown .ddChild li:hover,
.contact-detail > li a:hover {
    color: #28844e;
}

.header-dropdown .dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin-top: 0px;
    border: 0;
    transform: none !important;
    top: 100% !important;
    will-change: auto !important;
}

    .header-dropdown .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="top"] {
        right: 0;
        left: auto !important;
    }

.header-dropdown .dropdown-item {
    padding: 5px 10px;
    border-bottom: 1px solid #e6e6e6;
    text-transform: capitalize;
}

.contact-detail li:first-child {
    margin-left: 0px;
}

.contact-detail li a span {
    vertical-align: middle;
}

.top-header.light-skin .contact-detail li,
.top-header.light-skin .contact-detail li a {
    color: #fff;
}

.top-header.dark-skin .contact-detail li {
    color: #000;
}

header .social-icons li a {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}



.navbar-toggler {
    float: right;
    margin: 10px 0 10px 10px;
    font-size: 20px;
    transition: all 0.5s ease 0s;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    transition: none;
}
.navbar-toggler-icon{
    color:#fffff5;
}

    .navbar-toggler[aria-expanded="true"] span::before {
        content: "\f129";
        font-size: 16px;
    }

    .navbar-toggler[aria-expanded="true"] {
        line-height: 0px;
    }

header .attr-nav + .social-icons {
    border-left: 1px solid #333;
    margin-left: 5px;
    padding-left: 5px;
}

    header .attr-nav + .social-icons li {
        padding: 0;
    }

header.light-skin .attr-nav + .social-icons {
    border-color: #fff;
}

header.light-skin.nav-fixed .attr-nav + .social-icons {
    border-color: #333;
}

header.light-skin.nav-fixed .social-icons li a {
    color: #000;
}

    header.light-skin.nav-fixed .social-icons li a:hover {
        color: #0E93D8;
    }

.navbar .btn {
    padding: 10px 25px;
}

.header-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .header-info li {
        display: -ms-flexbox;
        display: flex;
        padding-left: 30px;
    }

        .header-info li:first-child {
            padding-left: 0px;
        }

        .header-info li i {
            width: 30px;
            font-size: 28px;
            height: 30px;
            color: #0e93d8;
        }

        .header-info li p {
            margin: 0;
            color: #292b2c;
        }

        .header-info li .hd-info {
            padding-left: 10px;
            font-weight: 700;
            font-size: 14px;
            line-height: 1.43;
        }

.custome-dropdown {
    position: relative;
}

    .custome-dropdown .ddTitleText img, .custome-dropdown .ddChild li img {
        float: left;
        max-width: 25px;
        margin-right: 8px;
    }

    .custome-dropdown .ddlabel {
        vertical-align: middle;
        text-transform: capitalize;
        font-size: 14px;
        white-space: nowrap;
    }

    .custome-dropdown #pr-select-msdd .ddlabel {
        margin-left: 0;
    }

    .custome-dropdown .dd.ddcommon {
        cursor: pointer;
        padding-right: 15px;
        position: relative;
        width: auto !important;
        outline: none;
    }

    .custome-dropdown .ddTitleText {
        display: inline-block;
        text-transform: uppercase;
        color: #888888;
    }

    .custome-dropdown .ddChild li {
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        list-style: outside none none;
        padding: 5px 10px;
        width: 100%;
        border-top: 1px solid #e6e6e6;
        transition: all 0.5s ease-in-out;
    }

.arrowoff::before {
    content: "\f3d0";
    font-family: "Ionicons";
    position: absolute;
    right: 0;
    top: 0px;
    color: #888888;
    font-size: 14px;
}

.custome-dropdown.custome-dropdown-white .ddTitleText,
.custome-dropdown-white .ddArrow::before {
    color: #fff;
}

.search-box {
    position: relative;
}

    .search-box input {
        padding-right: 30px;
    }

    .search-box button {
        border: 0;
        padding: 0 10px;
        background-color: transparent;
        font-size: 22px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
    }

.header-list > li {
    position: relative;
}

    .header-list > li a {
        font-size: 14px;
    }

.border-list > li {
    position: relative;
    z-index: 1;
}

    .border-list > li::before {
        content: "";
        position: absolute;
        left: 0;
        height: 18px;
        width: 1px;
        background-color: #fff;
        top: 55%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .border-list > li:first-child:before {
        content: normal;
    }

.header-wrap.light-skin.nav-fixed .btn-outline-white {
    border: 2px solid #333;
    color: #333;
}

    .header-wrap.light-skin.nav-fixed .btn-outline-white:hover {
        background-color: #333;
        border: 2px solid #333;
        color: #fff;
    }

.top-header.light-skin .header-list li a,
.top-header.light-skin .ddArrow::before {
    color: #fff;
}

.top-header.light-skin .header-list > li::before {
    background-color: #fff;
}

.top-header .custome-dropdown .ddChild {
    background-color: #fff;
    border: 0 !important;
    min-width: 10rem;
    left: -10px;
}

.top-header.light-skin .header-list li a:hover,
.top-header.light-skin .contact-detail li a:hover {
    color: #28844e;
}

.sidebar-menu {
    padding: 50px 30px 30px;
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: -3px 0 3px rgba(0,0,0,.04);
    bottom: 0;
    width: 400px;
    overflow-y: auto;
    right: -400px;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 9999;
}

    .sidebar-menu.active {
        right: 0;
        visibility: visible;
    }

.side-panel-close {
    position: absolute;
    right: 30px;
    top: 30px;
}

    .side-panel-close i {
        font-size: 24px;
    }

.sidebar-menu .widget {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.widget-text p:last-child {
    margin: 0;
}

.header-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    top: 0;
    transition: all 0.5s ease-in-out;
}

body.active {
    overflow: hidden;
    padding-right: 17px;
}
/*===================================*
  02. END HEADER DESIGN
*===================================*/

/*===================================*
  03. START BANNER SECTION
*===================================*/
.full-screen, .full-screen .carousel-item {
    min-height: 100vh;
}

.banner-slider {
    overflow: hidden;
    z-index: 0;
}
/* .banner-slider:not(.full-screen),.banner-slider:not(.full-screen) .carousel-item, */
/* .banner-section:not(.full-screen) .banner-content-wrap,.banner-section:not(.full-screen) .banner-content-wrap .carousel-item { */
/* height: 900px; */
/* } */
.banner-content-wrap .carousel-item {
    display: block;
    z-index: 1;
}

.banner-content h2 {
    font-size: 78px;
    margin-bottom: 40px;
    letter-spacing: 0;
    font-weight: bold;
}

.banner-content2 h2 {
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 600;
}

.banner-content3 h2 {
    font-size: 60px;
    margin-bottom: 25px;
    font-weight: normal;
    line-height: 80px;
}

.banner-content p,
.banner-content2 p,
.banner-content3 p {
    color: #333;
    font-size: 16px;
    margin-bottom: 35px;
}

.banner-content.text-white p,
.banner-content2.text-white p {
    color: #fff;
}

.banner-slide-content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.slide-content-wrap {
    max-width: 1350px;
    margin: 0 auto;
    padding: 50px 0;
}

.carousel-control-next, .carousel-control-prev {
    background-color: rgba(0,0,0,0.5);
    font-size: 20px;
    height: 50px;
    opacity: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    cursor: pointer;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        opacity: 0;
    }

.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-style1 .carousel-control-next, .carousel-style1 .carousel-control-prev {
    border-radius: 100%;
}

.carousel-indicators {
    bottom: 20px;
}

    .carousel-indicators li {
        background-color: transparent;
        border: 1px solid #fff;
        cursor: pointer;
        width: 12px;
        height: 12px;
        margin: 0 15px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 1;
    }

        .carousel-indicators li.active,
        .carousel-indicators li:hover {
            background-color: #fff;
        }

        .carousel-indicators li::before {
            content: "";
            position: absolute;
            right: -17px;
            width: 15px;
            background-color: #fff;
            height: 1px;
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: -10px;
        }

        .carousel-indicators li:last-child:before {
            content: normal;
        }

.content-overlay-bg {
    padding: 50px;
    position: relative;
}

    .content-overlay-bg::before {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.banner-head2 {
    font-size: 40px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1;
    }

    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.carousel-indicators.justify-content-end {
    left: auto;
}

.carousel-indicators.justify-content-start {
    right: auto;
}

.carousel-item img {
    position: relative;
    z-index: -1;
    width: 100%;
}

.banner-shape [class*="shape"] {
    position: absolute;
    z-index: 0;
}

.shape1 {
    left: 4%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shape2 {
    right: 3%;
    top: 40px;
}

.shape3 {
    right: 3%;
    bottom: 20px;
}

.shape4 {
    top: 14%;
    left: 50px;
}

.shape5 {
    top: 5%;
    left: 20%;
}

.shape6 {
    top: 10%;
    right: 40%;
}

.shape7 {
    top: 5%;
    right: 5%;
}

.shape8 {
    right: 0;
    bottom: 0;
}

.shape9 {
    right: 0;
    left: 0;
    bottom: 50px;
    text-align: center;
}

.shape10 {
    left: 10%;
    bottom: 200px;
}

.shape11 {
    left: 8%;
    bottom: 50px;
}

.shape12 {
    left: 3%;
    top: 50px;
}

.shape13 {
    right: 0;
    left: 0;
    top: 0px;
    text-align: center;
}

.shape14 {
    right: 3%;
    top: 10%;
}

.shape15 {
    right: 15%;
    bottom: 6%;
}

.shape16 {
    left: 30%;
    bottom: 6%;
}

.shape17 {
    left: 0;
    bottom: 0;
}

.shape18 {
    left: 13%;
    top: 10%;
}

.shape19 {
    left: 11%;
    bottom: 10%;
}

.shape20 {
    right: 11%;
    top: 10%;
}

.shape21 {
    right: 15%;
    bottom: 12%;
}

.shape22 {
    left: 8%;
    top: 35%;
}

.shape23 {
    top: 10%;
    left: 20%;
}

.shape24 {
    left: 43%;
    top: 10%;
}

.shape25 {
    bottom: 15%;
    left: 40%;
}

.shape26 {
    bottom: 10%;
    left: 10%;
}

.border-shape:before {
    content: "";
    border: 10px solid rgba(255,255,255,0.8);
    position: absolute;
    top: -50px;
    left: 21%;
    right: 21%;
    bottom: -50px;
    z-index: -1;
}

.banner-slider-img img {
    width: 100%;
}

/*===================================*
  03. END BANNER SECTION
*===================================*/

/*===================================*
  04. START BANNER BOX SECTION
*===================================*/
.banner-box {
    background-color: #fff;
    padding: 25px 10px;
    position: relative;
    -moz-transition: transform .25s cubic-bezier(.68,-0.55,.27,1.55);
    -webkit-transition: transform .25s cubic-bezier(.68,-0.55,.27,1.55);
    transition: transform .25s cubic-bezier(.68,-0.55,.27,1.55);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

    .banner-box:hover {
        -moz-transform: translate3d(0,-10px, 0);
        -webkit-transform: translate3d(0,-10px, 0);
        transform: translate3d(0,-10px, 0);
    }

.banner-text {
    max-width: 170px;
}

    .banner-text h3 {
        font-weight: bold;
    }

    .banner-text p {
        margin-bottom: 5px;
    }

    .banner-text a {
        color: #28844e;
    }

.banner-img {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 195px;
    width: 100%;
    z-index: -1;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlap-section {
    margin-top: -50px;
}

.banner-box-style1 .banner-img {
    top: auto;
    bottom: 0;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}
/*===================================*
  04. END BANNER BOX SECTION
*===================================*/

/*===================================*
  05. START WHY CHOOSE US SECTION
*===================================*/
.wave-shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: -1;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.why-choose-img {
    top: 60px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.overlap-shape [class*="ol-"] {
    position: absolute;
    z-index: -1;
}

.ol-shape1 {
    top: -30px;
    left: 2%;
}

.ol-shape2 {
    top: 10%;
    left: 25%;
}

.ol-shape3 {
    top: 50%;
    left: 15%;
}

.ol-shape4 {
    bottom: -20px;
    left: 2%;
}

.ol-shape5 {
    top: -50px;
    right: 3%;
}

.ol-shape6 {
    top: 40%;
    right: 5%;
}

.ol-shape7 {
    bottom: -20px;
    right: 10%;
}

.ol-shape8 {
    top: 40%;
    left: 8%;
}

.ol-shape9 {
    bottom: 30%;
    left: 12%;
}

.ol-shape10 {
    bottom: 10%;
    left: 5%;
}

.ol-shape11 {
    top: 20%;
    right: 8%;
}

.ol-shape12 {
    top: 43%;
    right: 5%;
}

.ol-shape13 {
    bottom: 26%;
    right: 10%;
}

.ol-shape14 {
    bottom: 8%;
    right: 9%;
}

.ol-shape15 {
    left: 0;
    bottom: 20px;
}

.ol-shape16 {
    right: 0;
    bottom: -40px;
    z-index: 0 !important;
}

.ol-shape17,
.ol-shape19 {
    position: absolute;
    left: 4%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.ol-shape18,
.ol-shape20 {
    position: absolute;
    right: 3%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.ol-shape21 {
    top: 15%;
    left: 5%;
}

.ol-shape22 {
    bottom: 15%;
    left: 5%;
}

.ol-shape23 {
    right: 5%;
    top: 10%;
}

.ol-shape24 {
    bottom: 5%;
    right: 5%;
}

.ol-shape25 {
    top: 16%;
    left: 2%;
}

.ol-shape26 {
    top: 3%;
    left: 20%;
}

.ol-shape27 {
    top: 45%;
    left: 13%;
}

.ol-shape28 {
    bottom: 10%;
    left: 3%;
}

.ol-shape29 {
    top: 3%;
    right: 20%;
}

.ol-shape30 {
    top: 25%;
    right: 7%;
}

.ol-shape31 {
    bottom: 8%;
    right: 8%;
}
/*===================================*
  05. END WHY CHOOSE US SECTION
*===================================*/

/*===================================*
  06. START PRODUCT SECTION
*===================================*/
.rating {
    background: url("../images/rate_star.png");
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-position: 0px 0px;
    background-repeat: repeat-x;
    height: 35px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    width: 200PX;
}

.product-rate {
    background-image: url(../images/rate-star.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}

.nav-tabs [class*="pr-"] {
    height: 35px;
    width: 37px;
    display: block;
    background-image: url(../images/tab-icon.png);
    margin: 0 auto 10px;
}

.pr-icon1 {
    background-position: 0px 0px;
}

.pr-icon2 {
    background-position: -41px 0px;
}

.pr-icon3 {
    background-position: -85px 0px;
}

.pr-icon4 {
    background-position: -118px 0px;
}

.pr-icon5 {
    background-position: -153px 0px;
}

.nav-tabs .nav-link:hover .pr-icon1, .nav-tabs .nav-link.active .pr-icon1, .nav-tabs .nav-link.active:hover .pr-icon1 {
    background-position: 0px -35px;
}

.nav-tabs .nav-link:hover .pr-icon2, .nav-tabs .nav-link.active .pr-icon2, .nav-tabs .nav-link.active:hover .pr-icon2 {
    background-position: -41px -35px;
}

.nav-tabs .nav-link:hover .pr-icon3, .nav-tabs .nav-link.active .pr-icon3, .nav-tabs .nav-link.active:hover .pr-icon3 {
    background-position: -85px -35px;
}

.nav-tabs .nav-link:hover .pr-icon4, .nav-tabs .nav-link.active .pr-icon4, .nav-tabs .nav-link.active:hover .pr-icon4 {
    background-position: -118px -35px;
}

.nav-tabs .nav-link:hover .pr-icon5, .nav-tabs .nav-link.active .pr-icon5, .nav-tabs .nav-link.active:hover .pr-icon5 {
    background-position: -153px -35px;
}

.product {
    background-color: #fff;
    border: 2px solid #dddddd;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}

    .product:hover {
        box-shadow: 0 0 15px rgba(0,0,0,0.40);
    }

.pr-flash {
    background-color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 8px;
    border-radius: 3px;
    z-index: 1;
}

.product-img img {
    width: 100%;
    padding: 10px 10px 0 10px;
}

.product-info {
    text-align: center;
    padding: 0px 20px 20px 20px;
}

.product .rating {
    margin: 0 auto 10px;
}

.product-info h1,
.product-info h2,
.product-info h3,
.product-info h4,
.product-info h5,
.product-info h6 {
    font-family: 'lato', sans-serif;
    margin-bottom: 10px;
}

.price {
    font-size: 22px;
    font-weight: bold;
}

.product-action-box {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.pr-action-btn {
    display: table;
    margin: 0 auto;
}

.product:hover .product-img::before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    transition: all 0.5s ease-in-out;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

.product-img {
    position: relative;
}

.pr-action-btn li {
    position: relative;
    margin: 5px 0px;
}

.product-action-box li {
    -webkit-transform: translate(-15px, 0px);
    -ms-transform: translate(-15px, 0px);
    -o-transform: translate(-15px, 0px);
    transform: translate(-15px, 0px);
    opacity: 0;
    filter: alpha(opacity=0);
}

    .product-action-box li:nth-child(1) {
        -webkit-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    .product-action-box li:nth-child(2) {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .product-action-box li:nth-child(3) {
        -webkit-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
    }

.product:hover .product-action-box li {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.pr-action-btn li a {
    background-color: #28844e;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 0.5s ease-in;
    border-radius: 40px;
    width: 37px;
    height: 37px;
    padding: 0;
    border: 0;
    display: block;
    text-align: center;
}

    .pr-action-btn li a i {
        vertical-align: middle;
        line-height: 35px;
        font-size: 18px;
    }

    .pr-action-btn li a:hover {
        background-color: #333;
    }

.product-content .nav-tabs {
    margin-top: 15px;
}

.product-list .product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.product-list .product-img {
    max-width: 120px;
    width: 100%;
}

    .product-list .product-img img {
        padding: 5px;
    }

.product-list .rating {
    margin: 0 0 10px;
}

.product-list .product-info {
    padding: 15px 10px;
    text-align: left;
    width: 100%;
}

.product-list .product-action-box {
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-list .pr-action-btn li {
    margin: 0px 2px;
    float: left;
}

    .product-list .pr-action-btn li a {
        width: 29px;
        height: 29px;
    }

        .product-list .pr-action-btn li a i {
            font-size: 16px;
            line-height: 30px;
        }

.product-list .product-action-box li {
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    -o-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
}

.product-slider .product {
    margin-bottom: 15px;
}

.mfp-wrap button.mfp-close {
    border-radius: 0 0 0 15px;
    background-color: #07D765;
    opacity: 1;
    color: #fff !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 0;
    top: 0;
}

.mfp-image-holder button.mfp-close {
    background-color: transparent !important;
}

.mfp-ajax-holder .mfp-content {
    background-color: #fff;
    max-width: 900px;
    margin: 6px auto;
}

.mfp-ajax-holder .ajax-quick-view {
    padding: 30px 20px;
}

.zoom-image .zoomContainer {
    z-index: 9999;
}

.zoomContainer {
    z-index: 99;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: url(../images/loading.gif) center center no-repeat;
    text-align: center;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 1044;
    text-indent: -9999px;
    background-color: #000;
    padding: 25px;
    border-radius: 5px;
}

.product-gallery-item a {
    border: 1px solid #ddd;
    display: block;
    padding: 5px;
}

    .product-gallery-item a.active {
        border-color: #28844e;
    }

.product-gallery-item.owl-theme .owl-nav [class*="owl-"] {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    opacity: 0;
}

.product-gallery-item.owl-theme:hover .owl-nav [class*="owl-"] {
    opacity: 1;
}

.pr-detail {
    font-size: 14px;
}

.product-title * {
    font-family: 'lato', sans-serif;
    /* margin-bottom: 10px; */
}

.product-image {
    position: relative;
}

    .product-image .pr-flash {
        right: auto;
        left: 10px;
    }

#product-img {
    border: 1px solid #ddd;
}

.product-gallery-item {
    margin-top: 10px;
}

.product-share {
    margin-top: 10px;
}

.cart-extra {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.cart-btn .add-wishlist, .cart-btn .add-compare {
    border: 1px solid #ddd;
    font-size: 14px;
    border-radius: 100%;
    height: 36px;
    width: 36px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin-left: 10px;
    vertical-align: middle;
}

    .cart-btn .add-wishlist:hover {
        border-color: #28844e;
        background-color: #28844e;
        color: #fff;
    }

.product-share > span {
    margin-right: 10px;
}

.quantity {
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
}

    .quantity .minus, .quantity .plus {
        display: block;
        float: left;
        border-radius: 50px;
        cursor: pointer;
        border: 0;
        padding: 0;
        width: 34px;
        height: 34px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        margin: 4px;
    }

    .quantity .qty {
        float: left;
        width: 55px;
        height: 40px;
        border: 0;
        background-color: transparent;
        text-align: center;
        padding: 0;
    }

    .quantity .minus:hover, .quantity .plus:hover {
        background-color: #28844e;
        color: #fff;
    }

.product-thumbnail img {
    max-width: 100px;
}

.shop-cart-table th.product-name, .shop-cart-table td.product-name {
    text-align: left;
}

.shop-cart-table th, .shop-cart-table td {
    vertical-align: middle;
    text-align: center;
}

.shop-cart-table th, .product-subtotal {
    font-weight: 600;
}

.product-quantity .quantity {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 146px;
}

.toggle-info {
    padding: 20px;
    border: 2px solid #eee;
    margin-bottom: 30px;
}

.login-form, .coupon-form {
    border: 2px solid #eee;
    padding: 20px;
}

.login-footer {
    font-size: 14px;
}

    .login-footer input {
        vertical-align: middle;
    }

.required {
    color: #f00;
}

.payment-method .custome-radio:first-child .payment-text {
    display: block;
}

.payment-text {
    display: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.custome-radio .form-check-input, .custome-checkbox .form-check-input {
    display: none;
}

.custome-radio .form-check-label::before {
    content: "";
    border: 1px solid #908f8f;
    height: 14px;
    width: 14px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 6px;
}

.custome-radio input[type="radio"] + .form-check-label::after {
    content: "";
    background-color: #28844e;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 3px;
    opacity: 0;
}

.custome-radio .form-check-label, .custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: #636363;
    font-weight: 500;
    padding-left: 25px;
}

.custome-radio input[type="radio"]:checked + .form-check-label::before {
    border-color: #28844e;
}

.custome-radio input[type="radio"]:checked + .form-check-label::after {
    opacity: 1;
}

.product-qty {
    font-weight: 600;
}

.order-table thead th {
    border-bottom: 0;
}

.order-table {
    background-color: #fafafa;
}

.payment-method .custome-radio {
    background-color: #fafafa;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.shop-cart-table .badge {
    line-height: normal;
    vertical-align: middle;
    padding: 2px 10px;
}

#Additional-info table td:first-child {
    width: 25%;
}

.comment-list {
    margin-bottom: 20px;
}

.comments li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.comment-img {
    float: left;
    text-align: center;
}

    .comment-img img {
        border-radius: 100%;
        max-width: 70px;
    }

.comment-block {
    padding-left: 90px;
}

.tab-content p:last-child {
    margin: 0;
}

.comments h5,
.review-form h5 {
    font-family: 'lato', sans-serif;
}

.review-author {
    color: #333;
    font-weight: 500;
}

.comment-date::before {
    content: "";
    height: 4px;
    width: 4px;
    display: inline-block;
    background-color: #888;
    margin: 0 10px;
    vertical-align: middle;
    border-radius: 100%;
}

.customer-meta {
    margin-top: 10px;
    margin-bottom: 5px;
}

.star-rating span i {
    font-size: 30px;
}

.star-rating > span.selected {
    color: #F6BC3E;
}

.star-rating span {
    cursor: pointer;
    display: inline-block;
}






/*===================================*
  06. END PRODUCT SECTION
*===================================*/

/*===================================*
  07. START DEAL OF THE DAY SECTION
*===================================*/
.deal-content {
    padding: 0 50px;
}

    .deal-content .countdown-time {
        margin: 15px 0 25px;
    }

.deal-img-wrap {
    position: relative;
    z-index: 1;
}

.circle-bg1 {
    border-radius: 100%;
    height: 650px;
    width: 650px;
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
}

    .circle-bg1 span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        height: 100%;
        width: 100%;
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-name: ripple;
        -moz-animation-name: ripple;
        -o-animation-name: ripple;
        animation-name: ripple;
        -webkit-animation-duration: 4s;
        -moz-animation-duration: 4s;
        -o-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-delay: 5s;
        -moz-animation-delay: 5s;
        -o-animation-delay: 5s;
        animation-delay: 5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
        animation-timing-function: linear;
        background-color: #fff;
    }

        .circle-bg1 span:nth-child(2) {
            -webkit-animation-delay: 4.5s;
            -moz-animation-delay: 4.5s;
            -o-animation-delay: 4.5s;
            animation-delay: 4.5s;
        }

        .circle-bg1 span:nth-child(3) {
            -webkit-animation-delay: 4s;
            -moz-animation-delay: 4s;
            -o-animation-delay: 4s;
            animation-delay: 4s;
        }

        .circle-bg1 span:nth-child(4) {
            -webkit-animation-delay: 3.5s;
            -moz-animation-delay: 3.5s;
            -o-animation-delay: 3.5s;
            animation-delay: 3.5s;
        }

        .circle-bg1 span:nth-child(5) {
            -webkit-animation-delay: 3s;
            -moz-animation-delay: 3s;
            -o-animation-delay: 3s;
            animation-delay: 3s;
        }

        .circle-bg1 span:nth-child(6) {
            -webkit-animation-delay: 2.5s;
            -moz-animation-delay: 2.5s;
            -o-animation-delay: 2.5s;
            animation-delay: 2.5s;
        }

        .circle-bg1 span:nth-child(7) {
            -webkit-animation-delay: 2s;
            -moz-animation-delay: 2s;
            -o-animation-delay: 2s;
            animation-delay: 2s;
        }

        .circle-bg1 span:nth-child(8) {
            -webkit-animation-delay: 1.5s;
            -moz-animation-delay: 1.5s;
            -o-animation-delay: 1.5s;
            animation-delay: 1.5s;
        }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(.01);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes ripple {
    0% {
        -moz-transform: scale(0.1);
        transform: scale(.01);
        opacity: 1;
    }

    50% {
        -moz-transform: scale(.5);
        transform: scale(.5);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes ripple {
    0% {
        -o-transform: scale(0.1);
        transform: scale(.01);
        opacity: 1;
    }

    50% {
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: 1;
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1;
    }

    50% {
        transform: scale(.5);
        transform: scale(.5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*===================================*
  07. END DEAL OF THE DAY SECTION
*===================================*/

/*===================================*
  08. START TESTIMONIAL SECTION
*===================================*/
.testimonial-box {
    margin-bottom: 20px;
}

.testimonial-img img {
    max-width: 76px;
}

.testi-user span,
.author-intro span {
    font-style: italic;
    color: #28844e;
    font-size: 14px;
}

.testi-user,
.author-intro {
    margin-bottom: 10px;
}

.testi-meta,
.author-meta {
    overflow: hidden;
}

.testimonial-img {
    float: left;
    margin-right: 15px;
}

.testi-desc p {
    font-size: 14px;
}

.testimonial-style1 .testimonial-box {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 15px;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

.testimonial-style1 .testimonial-img img {
    border-radius: 100%;
}

.testimonial-style1 .testimonial-img {
    margin: 0px auto -50px;
    display: table;
    padding: 5px;
    position: relative;
}

    .testimonial-style1 .testimonial-img::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border: 1px solid #28844e;
        right: 0;
        border-radius: 100%;
    }

.testi-user h5 {
    font-weight: bold;
}

.testimonial-style1 .testi-user {
    margin-top: 10px;
}

.testimonial-style1 .testi-meta {
    text-align: center;
    position: relative;
    z-index: 9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
}

.testi-desc p:last-child,
.author-desc p:last-child {
    margin: 0;
}

.testimonial-style2 .testimonial-box {
    border-radius: 10px;
    text-align: center;
    border: 1px solid #eee;
    padding: 20px 15px;
    margin: 0;
    background-color: #fff;
    position: relative;
    z-index: 0;
}

.testimonial-style2 .owl-item.center .testimonial-box {
    background-color: #28844e;
    border-color: #28844e;
}

.testimonial-style2 .owl-item.center .testi-desc p,
.testimonial-style2 .owl-item.center .testi-desc::before,
.testimonial-style2 .owl-item.center .testi-user h5,
.testimonial-style2 .owl-item.center .testi-user span {
    color: #fff;
}

.testimonial-style2 .testi-desc::before {
    content: "\f10d";
    position: absolute;
    left: 0;
    top: 0px;
    font-family: 'lato', sans-serif;
    font-size: 100px;
    line-height: normal;
    font-weight: 900;
    z-index: -1;
    color: #c1c1c1;
    opacity: 0.2;
    right: 0;
}

.testimonial-style2 .testi-meta,
.testimonial-style3 .testi-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.testimonial-style2 .testi-user,
.testimonial-style3 .testi-user {
    margin: 0;
    text-align: left;
}

.testimonial-style2 .testimonial-img img,
.testimonial-style3 .testimonial-img img {
    border-radius: 100%;
}

.testimonial-style2 .testi-user h5,
.testimonial-style3 .testi-user h5 {
    font-family: 'lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #28844e;
    cursor: pointer;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #28844e;
}

.dots-white.owl-theme .owl-dots .owl-dot span {
    border-color: #fff;
}

.dots-white.owl-theme .owl-dots .owl-dot.active span, .dots-white.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    border-color: #fff;
}

.testimonial-bg {
    background-size: contain !important;
}

.testimonial-style3 .testimonial-box {
    background-color: #fff;
    margin: 15px;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
    border-radius: 10px;
    text-align: center;
}

.testimonial-wrap::before {
    background-color: #fff;
    content: "";
    position: absolute;
    left: 35px;
    right: 35px;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
    border-radius: 10px;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.testimonial-wrap.active::before {
    transform: rotateX(90deg);
}

.testimonial-style3 .testi-meta {
    margin-top: 0;
    margin-bottom: 15px;
}

.testimonial-wrap {
    max-width: 730px;
    position: relative;
    margin: 0 auto;
}

.testimonial-style3 .testi-desc {
    position: relative;
    z-index: 1;
}

    .testimonial-style3 .testi-desc::before {
        content: "\f10d";
        position: absolute;
        left: 40px;
        top: -40px;
        font-family: 'lato', sans-serif;
        font-size: 100px;
        line-height: normal;
        font-weight: 900;
        color: #f2f2f2;
        z-index: -1;
    }
/*===================================*
  08. END TESTIMONIAL SECTION
*===================================*/

/*===================================*
  09. START BLOG SECTION
*===================================*/
.blog-post {
    margin-bottom: 30px;
    overflow: hidden;
}

.product-category {
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: -70px -60px 0px 2px rgb(219, 222, 222);
    margin-top: 100px;
}

.product-category-1 {
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: -70px 60px 0px 2px rgb(219, 222, 222);
    margin-top: 150px;
}

.owl-carousel .blog-post {
    margin: 0;
}

.blog-title {
    margin-bottom: 10px;
    font-family: 'Conv-Lato-Regular',Sans-Serif;
}

.blog-img {
    position: relative;
    overflow: hidden;
}

    .blog-img img {
        width: 100%;
    }

.blog-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #28844e;
    color: #fff;
    padding: 10px;
    text-align: center;
}

    .blog-date h4 {
        color: #fff;
        font-weight: bold;
        margin: 0;
        line-height: 20px;
    }

    .blog-date span {
        font-size: 14px;
        line-height: normal;
    }

    .blog-date.style1 {
        border-radius: 100%;
        max-width: 60px;
        width: 100%;
        height: 60px;
    }

    .blog-date.style3 {
        border-radius: 5px;
        padding: 10px 15px 5px;
    }

.blog-meta {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

    .blog-meta li {
        display: inline-block;
        padding-right: 10px;
        position: relative;
    }

        .blog-meta li:last-child {
            padding-right: 0;
        }

        .blog-meta li i {
            margin-right: 8px;
            font-size: 16px;
        }

        .blog-meta li a {
            color: #636363;
            font-size: 14px;
        }

            .blog-meta li a:hover {
                color: #28844e;
            }

.blog-content {
    padding: 15px;
    background-color: #f7f7f7;
}

    .blog-content p {
        margin-bottom: 10px;
        font-size: 14px;
    }

.blog-post .blog-img a {
    display: block;
    overflow: hidden;
}

.blog-img img {
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.aloevera-white-bg .blog-link {
    font-size: 20px;
    color: #28844e;
}

.blog-link i {
    vertical-align: middle;
    margin-left: 3px;
}

.blog-post:hover .blog-img img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-style1 {
    border: 1px solid #ddd;
}

    .blog-style1 .blog-content,
    .blog-style2 .blog-content {
        background-color: #fff;
    }

    .blog-style1 .blog-title {
        font-family: 'Lobster Two', cursive;
        font-size: 20px;
        font-weight: bold;
    }

.blog-date.style2::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #28844e transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 100%;
}

.blog-list .blog-post {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.blog-list .blog-img {
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
    width: 100%;
}

.blog-list .blog-content {
    padding: 0px 0 0 25px;
    background-color: #fff;
}

    .blog-list .blog-content p {
        overflow: hidden;
        height: 78px;
    }

.blog-grid div[class*=col-]:nth-child(-n+2) .blog-post {
    margin-top: 0px;
}

.grid-container .owl-carousel.owl-theme .owl-dots,
.gallery-slider .owl-carousel.owl-theme .owl-dots,
.blog-img .owl-carousel.owl-theme .owl-dots {
    margin: 0 !important;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}

.grid-container .owl-theme .owl-dots .owl-dot span,
.gallery-slider .owl-theme .owl-dots .owl-dot span,
.blog-img .owl-theme .owl-dots .owl-dot span {
    margin: 3px;
}

.grid-container .owl-theme .owl-nav {
    opacity: 0;
    visibility: hidden;
}

.grid-container .owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.search-widget {
    position: relative;
}

    .search-widget input {
        border: 1px solid #ddd;
        padding: 10px;
        width: 100%;
    }

    .search-widget button {
        position: absolute;
        right: 12px;
        background-color: transparent;
        border: 0;
        padding: 0;
        top: 12px;
        font-size: 18px;
    }

.about-widget {
    text-align: center;
    padding: 15px;
    background-color: #FAEAC8;
    box-shadow: 4px 4px 0 #EADAB7;
}

    .about-widget img {
        border-radius: 100%;
        margin: 0 auto 15px;
        display: table;
        padding: 5px;
        border: 1px solid #636363;
        max-width: 140px;
    }

.about-author {
    font-family: 'Conv-Lato-Regular',Sans-Serif;
    font-size: 18px;
}

.author-email {
    color: #636363;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

.about-widget p {
    font-size: 14px;
    margin: 0;
}

.sidebar .insta-icon {
    font-size: 18px;
}

.grid-container {
    list-style: none;
}

    .grid-container li .blog-post {
        margin: 0;
    }

.grid-item .owl-carousel {
    display: block;
}

    .grid-item .owl-carousel a:nth-child(1n+2) {
        display: none;
    }
/*===================================*
  09. END BLOG SECTION
*===================================*/

/*===================================*
  10. START NEWLETTER SECTION
*===================================*/
.newslatter-wrap {
    z-index: 2;
}

.newsletter-form .form-control {
    border: 0;
    height: 60px;
    padding: 10px 25px;
    font-size: 16px;
    box-shadow: 0px 2px 0 rgba(0,0,0,0.05);
}

.newsletter-form {
    position: relative;
}

.rounded-input input {
    border-radius: 50px;
}

.newsletter-form .btn {
    padding: 10px 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    font-weight: normal;
}

.newsletter-form2 form {
    position: relative;
}

.newsletter-form2 .form-control {
    border: 0;
    height: 50px;
}

.newsletter-form2 button {
    position: absolute;
    right: 5px;
    top: 50%;
    padding: 6px 10px;
    transform: translateY(-50%);
}
/*===================================*
  10. END NEWLETTER SECTION
*===================================*/

/*===================================*
  11. START PRICING TABLE SECTION
*===================================*/
.pricing-box {
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.pricing-style1 {
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.pricing-style2 .pr-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.pricing-style2 .pr-footer {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.pricing-ribbon {
    background-color: #28844e;
    color: #fff;
    position: absolute;
    display: block;
    top: 20px;
    right: -35px;
    width: 140px;
    padding: 5px 20px 5px;
    margin: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    line-height: normal;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-size: 14px;
}

.pr-title {
    font-family: 'lato', sans-serif;
    text-transform: capitalize;
}

.pr-title-wrap {
    padding: 40px 15px 30px;
}

.price-tage h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

    .price-tage h2 span {
        font-size: 14px;
        font-weight: normal;
        font-family: 'lato', sans-serif;
    }

.pr-list li {
    padding: 12px;
}

.pr-footer {
    padding: 20px 20px 40px 20px;
}
/*===================================*
  11. END PRICING TABLE SECTION
*===================================*/

/*===================================*
  12. START FOOTER
*===================================*/
footer {
    position: relative;
    z-index: 1;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-desc p {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
}

.top-footer {
    padding: 100px 0;
}

/* .widget-links li { */
/* padding: 0 0 7px; */
/* } */

.widget-links li:last-child {
    padding-bottom: 0;
}

.widget-links li a {
    color: #636363;
    font-size: 13px;
    font-weight:600;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

.widget-links.links-style1 li a:hover,
.widget-links.links-style2 li a:hover {
    padding-left: 5px;
}

.links-style2 li a::before {
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 18px;
    vertical-align: middle;
    margin-right: 10px;
}

.contact-info > li > i {
    font-size: 18px;
    vertical-align: middle;
    max-width: 30px;
    width: 100%;
    text-align: center;
    margin-right: 5px;
}

.contact-info li:first-child {
    margin-top: 0;
}

.contact-info > li {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.contact-info li span {
    background-color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    padding: 8px;
    color: #28844e;
    box-shadow: 0px 2px 0 rgba(0,0,0,0.05);
    border-radius: 5px;
}

.contact-info-style1 li span {
    background-color: transparent;
    box-shadow: none;
    margin-right: 5px;
    padding-left: 0;
}

.contact-info i + *,
.contact-info span + * {
    font-size: 14px;
    color: #636363;
    margin: 0;
    vertical-align: top;
}

.contact-info.contact-info-style2 li span {
    font-size: 24px;
    background-color: #28844e;
    box-shadow: none;
    border-radius: 100%;
    max-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    position: relative;
    margin: 5px 20px 5px 5px;
    width: 100%;
}

    .contact-info.contact-info-style2 li span::after {
        content: "";
        border: 1px dashed #28844e;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 100%;
        margin: -5px;
    }

footer .widget-title {
    font-size: 17px;
    /* font-weight: bold; */
    font-weight: 600;
    color: #fff;
}

footer .widget-title2 {
       font-family: 'lato', sans-serif;
    font-size: 16px;
    margin-top: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

address {
    color: #fff;
    font-size: 13px;
    font-weight:600;
}

.widget-title {
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
}

.bottom-footer {
    padding: 30px 0;
    position: relative;
}

.footer-link li {
    display: inline-block;
    position: relative;
}

    .footer-link li::before {
        content: "";
        height: 12px;
        width: 1px;
        background-color: #fff;
        display: inline-block;
        vertical-align: middle;
    }

    .footer-link li:first-child:before {
        content: normal;
    }

    .footer-link li a {
        font-size: 14px;
        padding: 0 10px;
        color: #888;
    }

        .footer-link li a:hover,
        .widget-links li a:hover,
        .contact-info li a:hover {
            color: #fff;
            text-decoration: underline;
        }

.post-footer {
    display: -ms-flexbox;
    display: flex;
}

.post-img {
    margin-right: 10px;
    max-width: 80px;
    width: 100%;
    float: left;
}

.post-content {
    overflow: hidden;
}

.post-img img {
    border-radius: 10px;
}

.post-date {
    font-size: 80%;
}

.recent-post > li {
    display: table;
    width: 100%;
    margin-bottom: 17px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 15px;
}

    .recent-post > li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .recent-post > li:last-child {
        margin-bottom: 0;
    }

.post-content h6 {
    font-family: 'lato', sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.post-content .rating {
    margin-bottom: 5px;
}

.post-content .price {
    font-size: 16px;
}

.instafeed {
    margin: -5px;
}

    .instafeed li {
        float: left;
        width: 25%;
        padding: 5px;
        position: relative;
    }

        .instafeed li a {
            display: block;
            position: relative;
            overflow: hidden;
            border-radius: 10px;
        }

            .instafeed li a::before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                opacity: 0;
                background-color: rgba(0,0,0,0.6);
                transition: all 0.5s ease-in-out;
                z-index: 1;
            }

.insta-icon {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.instafeed li:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.instafeed img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.instafeed li:hover a::before, .instafeed li:hover .insta-icon {
    opacity: 1;
}

.footer-payment {
    font-size: 0;
}

    .footer-payment li {
        display: inline-block;
        font-size: 16px;
        margin-left: 2px;
    }

.copyright {
    font-size: 14px;
}

.footer-dark h1, .footer-dark h2, .footer-dark h3, .footer-dark h4, .footer-dark h5, .footer-dark h6,
.footer-dark p,
.footer-dark .contact-info li i,
.footer-dark .contact-info i + *,
.footer-dark .contact-info span + *,
.footer-dark .widget-links li a,
.footer-dark .footer-link li a,
.footer-dark .post-content h6 a {
    color: #fff;
}

.footer-dark .post-date {
    color: rgba(255,255,255,0.6);
}

.footer-dark .widget-links li a:hover,
.footer-dark .footer-link li a:hover,
.footer-dark .post-content h6 a:hover,
.footer-dark .contact-info a:hover {
    color: #28844e;
}

.border-top-transparent {
    border-top: 1px solid rgba(255,255,255,0.3);
}

.shopping-info {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .shopping-info .icon-box {
        margin-top: 0;
        padding: 30px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .shopping-info div[class*="col-"]::before {
        border-right: 1px solid #ddd;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        height: 60%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .shopping-info div[class*="col-"]:last-child:before {
        content: normal;
    }

    .shopping-info.shopping-info-light div[class*="col-"]::before {
        border-color: #fff;
    }

.shopping-info-light .intro-desc * {
    color: #fff;
}

.shopping-info-style2 .intro-desc h5 {
    font-family: 'Conv-Lato-Regular',Sans-Serif;
    font-size: 18px;
    font-weight: 600;
}
/*===================================*
  12. END FOOTER
*===================================*/

/*===================================*
  13. START GALLERY SECTION
*===================================*/
.grid-filter {
    margin-bottom: 30px;
}

    .grid-filter li {
        display: inline-block;
        margin: 0 5px;
    }

        .grid-filter li a {
            background-color: #F5F6FB;
            padding: 5px 20px;
            display: block;
            text-transform: capitalize;
            line-height: normal;
        }

            .grid-filter li a.current {
                background-color: #28844e;
                color: #fff;
            }

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-content {
    bottom: -60px;
    padding: 15px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    right: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
    z-index: 2;
    text-align: center;
}

.gallery-item .image-link::before {
    background-color: rgba(0,0,0,0.50);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    bottom: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.gallery-item:hover .gallery-content {
    bottom: 30%;
    opacity: 1;
    visibility: visible;
}

.gallery-item:hover .image-link:before {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.gallery-item a {
    display: block;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.gallery-item:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.image-grid-cover .cover-wrapper {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #bbc9e4;
    padding: 100px 0px;
}
/* .link-container { */
/* float: right; */
/* } */

.link-container a {
    background-color: #fff;
    color: #28844e;
    font-size: 20px;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 100%;
    line-height: 45px;
    margin: 0 2px;
    text-align: center;
}

.gallery-content h5 {
    font-family: 'Conv-Lato-Regular',Sans-Serif;
    margin-bottom: 10px;
    font-weight: bold;
    background: #28844e;
    padding: 11px 0;
    margin: 0px;
    border: 1px solid #fff;
    height: 50px;
}

    .gallery-content h5 a, .pr-categories a {
        color: #fff !important;
        text-transform: capitalize;
    }

.pr-categories a {
    background-color: #28844e;
    float: left;
    border-radius: 50px;
    padding: 0 10px;
    font-size: 14px;
    line-height: normal;
    margin-right: 4px;
}

    .pr-categories a:last-child {
        margin-right: 0;
    }

.info-box {
    padding: 20px;
}

    .info-box > ul > li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #caba98;
    }

        .info-box > ul > li:last-child {
            margin-bottom: 0px;
            padding-bottom: 0px;
            border-bottom: 0;
        }

    .info-box span {
        display: block;
        color: #333;
        font-weight: 600;
        text-transform: uppercase;
    }

.post-nav {
    padding: 20px 000000;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.post-prev a i,
.post-next a i {
    font-size: 26px;
    vertical-align: middle;
    float: left;
}

.post-all-btn a {
    font-size: 28px;
}

.post-next a i {
    float: right;
}
/*===================================*
  13. END GALLERY SECTION
*===================================*/

/*===================================*
  14. START ELEMENT DESIGN
*===================================*/
.icon-box {
    margin-bottom: 10px;
    padding: 40px;
}

.intro-desc h6 {
    font-family: 'Conv-Lato-Regular',Sans-Serif;
    font-size: 18px;
}

.intro-desc p {
    font-size: 14px;
}

    .intro-desc p:last-child {
        margin: 0;
    }

.icon-box-style1 .box-icon::before,
.icon-box-style3 .box-icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid #28844e;
    border-radius: 100%;
    /* margin: -5px; */
}
.icon-box-style4{
    height:300px;
    max-height:100%;
}
.icon-box-style1 .box-icon {
    background-color: #DD2D34;
    width: 72px;
    text-align: center;
    height: 72px;
    border-radius: 100%;
    line-height: 72px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.icon-box-style1 {
    border: 1px solid #eee;
    transition: all 0.5s ease-in-out;
}



    .icon-box-style1 .intro-desc,
    .icon-box-style2 .intro-desc {
        overflow: hidden;
    }

.icon-box-style2 .box-icon {
    background-color: #fff;
    max-width: 78px;
    text-align: center;
    float: left;
    height: 78px;
    border-radius: 100%;
    line-height: 78px;
    position: relative;
    margin: 0px 20px 0px 0px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.05);
    width: 100%;
}

.icon-box-style2:hover .box-icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: swing;
    animation-name: swing;
}

.icon-box-style2 .box-icon i {
    font-size: 34px;
    color: #28844e;
    line-height: 78px;
}

.icon-box-style3 {
    padding: 25px 15px;
    text-align: center;
}

    .icon-box-style3 .box-icon {
        background-color: #DD2D34;
        width: 80px;
        text-align: center;
        height: 80px;
        border-radius: 100%;
        line-height: 80px;
        position: relative;
        margin: 5px auto 15px;
    }

    .icon-box-style3:hover .box-icon {
        -webkit-animation-name: wobble;
        animation-name: wobble;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

.intro-desc h5 {
    font-weight: bold;
}

.list-style-1 li {
    list-style: outside none none;
    padding: 10px 0 10px 40px;
    position: relative;
}

    .list-style-1 li::before {
        content: "\f121";
        font-family: ionicons;
        background-color: #28844e;
        color: #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 100%;
        position: absolute;
        margin-right: 10px;
        left: 0;
        top: 10px;
    }

.list-style-2 li {
    list-style: outside none none;
    padding: 10px 0 10px 25px;
    position: relative;
}

    .list-style-2 li::before {
        content: "\f121";
        color: #28844e;
        font-family: ionicons;
        left: 0;
        position: absolute;
        top: 10px;
    }

.order-list li {
    list-style: decimal;
    padding: 5px;
}

.disc-list li {
    list-style: disc;
    padding: 5px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

    .owl-theme .owl-nav [class*="owl-"] {
        background-color: #28844e;
        color: #fff;
        font-size: 26px;
        margin: 0;
        line-height: 40px;
        border-radius: 50px;
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkittransform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;
        height: 40px;
        width: 40px;
        text-align: center;
    }

    .owl-theme .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-theme .owl-nav .owl-next {
        right: 10px;
    }

.nav-top-right.owl-theme .owl-nav .owl-prev {
    left: auto;
    right: 50px;
}

.nav-top-right.owl-theme .owl-nav .owl-next {
    right: 0px;
}

.nav-top-right.owl-theme .owl-nav [class*="owl-"] {
    top: -90px;
    -moz-transform: none;
    -webkittransform: none;
    transform: none;
}

.nav-top-right2.owl-theme .owl-nav .owl-prev {
    left: auto;
    right: 50px;
}

.nav-top-right2.owl-theme .owl-nav .owl-next {
    right: 0px;
}

.nav-top-right2.owl-theme .owl-nav [class*="owl-"] {
    top: -65px;
    -moz-transform: none;
    -webkittransform: none;
    transform: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #00a735;
}

.owl-theme .owl-nav .disabled,
.owl-theme .owl-nav .disabled:hover {
    background-color: #888 !important;
    opacity: 1;
}

.nav-style1.owl-theme .owl-nav .owl-prev {
    left: -50px;
    border-radius: 5px;
}

.nav-style1.owl-theme .owl-nav .owl-next {
    right: -50px;
    border-radius: 5px;
}

.nav-style2 {
    overflow: hidden;
}

    /* .nav-style2.owl-theme .owl-nav .owl-prev { */
    /* left: -50px; */
    /* opacity: 0; */
    /* visibility: hidden; */
    /* } */

    /* .nav-style2.owl-theme .owl-nav .owl-next { */
    /* right: -50px; */
    /* opacity: 0; */
    /* visibility: hidden; */
    /* } */

    .nav-style2.owl-theme:hover .owl-nav .owl-prev {
        left: 10px;
    }

    .nav-style2.owl-theme:hover .owl-nav .owl-next {
        right: 10px;
    }

    .nav-style2.owl-theme:hover .owl-nav .owl-prev,
    .nav-style2.owl-theme:hover .owl-nav .owl-next {
        opacity: 1;
        visibility: visible;
    }

.video-play {
    position: absolute;
    right: 0;
    display: table;
    left: 50%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.team-box {
    margin-bottom: 30px;
}

.team-info {
    margin-top: -70px;
    margin-left: 10px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 10px;
    margin-right: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.team-img {
    overflow: hidden;
}

    .team-img img {
        width: 100%;
        transition: all 0.5s ease-in-out;
    }

.team-box:hover .team-img img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.team-title h5 {
    font-family: 'Conv-Lato-Regular',Sans-Serif;
    text-transform: capitalize;
}

.team-title span {
    color: #28844e;
    font-style: italic;
}

.team-title + .social-icons {
    margin-top: 10px;
}

.map iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: 0;
}

.content-box {
    margin-top: 30px;
}

.content-desc {
    position: relative;
    padding: 15px;
}

.content-title {
    font-size: 18px;
}

.content-meta li a {
    color: #888;
}

    .content-meta li a:hover {
        color: #28844e;
    }

.content-img {
    overflow: hidden;
    position: relative;
}

    .content-img a {
        display: block;
    }

    .content-img img {
        transition: all 0.5s ease-in-out;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 100%;
    }

.content-box:hover .content-img img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box-counter i {
    font-size: 50px;
}

.box-counter img {
    max-width: 60px;
    margin-bottom: 15px;
}

.box-counter i {
    margin-bottom: 15px;
    color: #333;
}

.counter-text {
    font-size: 36px;
    margin: 0;
    color: #333;
    font-family: 'Conv-Lato-Regular',Sans-Serif;
    font-weight: 600;
}

.box-counter p {
    margin: 0;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.content-desc p:last-child {
    margin: 0;
}

.counter-white .counter-text,
.counter-white i,
.counter-white p {
    color: #fff;
}

.counter-white .counter-pattern::before,
.counter-white .counter-pattern::after {
    background-color: #fff;
}

.custom-select {
    position: relative;
}

    .custom-select select option {
        color: #000;
    }

.form-style1 .custom-select::before {
    right: 20px;
}

.custom-select::before {
    content: "\f3d0";
    font-family: "Ionicons";
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    pointer-events: none;
    font-size: 18px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 9px 30px 9px 10px;
    width: 100%;
    color: #666;
    font-size: 14px;
    line-height: normal;
}

.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: #888888;
    padding: 0;
    vertical-align: middle;
    padding-left: 25px;
}

.custome-checkbox .form-check-input {
    display: none;
}

.custome-checkbox .form-check-label::before {
    content: "";
    border: 2px solid #cfcfcf;
    height: 19px;
    width: 19px;
    position: absolute;
    vertical-align: middle;
    margin: 0px 8px 0 0;
    left: 0;
    top: 2px;
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
    opacity: 1;
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
    content: "";
    width: 11px;
    position: absolute;
    top: 7px;
    left: 4px;
    opacity: 0;
    height: 6px;
    border-left: 2px solid #cfcfcf;
    border-bottom: 2px solid #cfcfcf;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.lr-form {
    padding: 30px 70px;
}

.different-login h5 {
    margin: 20px 0;
}

.login-footer > a {
    float: right;
    color: #908f8f;
}

.login-footer a:hover {
    color: #28844e;
}

.btn-login li {
    margin: 0px 5px 0;
    display: inline-block;
}

    .btn-login li a {
        border-radius: 5px;
        padding: 10px 20px;
        color: #fff;
        display: block;
    }

        .btn-login li a i {
            margin-right: 10px;
            font-size: 18px;
        }

.btn-facebook {
    background: #3b5998;
    border-color: #3b5998;
}

    .btn-facebook:hover {
        color: #fff;
        background: #344e86;
        border-color: #344e86;
    }

.btn-google {
    background: #d85040;
    border-color: #d85040;
}

    .btn-google:hover {
        color: #fff;
        background: #d33d2b;
        border-color: #d33d2b;
    }

.nav-tabs {
    border: 0;
}

    .nav-tabs .nav-item {
        position: relative;
    }

    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link.active:hover {
        color: #28844e;
    }

    .nav-tabs li.nav-item a {
        background-color: transparent;
        border: 0;
        color: #636363;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        text-transform: capitalize;
        padding: 5px 20px;
    }

.tab-content {
    margin-top: 25px;
}

.tab-style1 .nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .tab-style1 .nav-tabs .nav-link.active,
    .tab-style1 .nav-tabs .nav-link.active:hover {
        border-bottom-color: #28844e;
    }

    .tab-style1 .nav-tabs .nav-item {
        margin-right: 20px;
    }

        .tab-style1 .nav-tabs .nav-item:last-child {
            margin-right: 0px;
        }

    .tab-style1 .nav-tabs li.nav-item a {
        border-bottom: 2px solid rgba(0,0,0,0);
        padding: 5px;
    }

.page-title h1 {
    font-size: 50px;
    font-weight: bold;
    text-transform: capitalize;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #333;
}

.breadcrumb-item.active {
    color: #333;
}

.breadcrumb li a, .breadcrumb li {
    font-size: 16px;
    text-transform: capitalize;
}

.page-title-light *, .page-title-light .breadcrumb-item, .page-title-light .breadcrumb-item::before {
    color: #fff;
}

.pagination li {
    margin-right: 10px;
}

.pagination .page-item a, .page-item.disabled .page-link {
    border: 1px solid #b5b5b5;
    border-radius: 5px !important;
    color: #b5b5b5;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    font-size: 18px;
}

    .pagination .page-item a i {
        font-size: 28px;
        vertical-align: middle;
    }

.page-item.active .page-link, .page-item .page-link:hover {
    background-color: #28844e;
    border-color: #28844e;
    color: #fff;
}

.page-link:focus {
    box-shadow: none;
}

.sidebar ul {
    list-style: none;
}

.search-form {
    position: relative;
}

    .search-form .form-control {
        padding: 10px 45px 10px 15px;
        height: 45px;
        font-size: 16px;
        border-radius: 50px;
        border-width: 2px;
    }

    .search-form button {
        background-color: transparent;
        border: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 10px 20px;
        font-size: 22px;
        height: 46px;
    }

        .search-form button:hover {
            color: #28844e;
        }

.sidebar .widget {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

    .sidebar .widget:last-child {
        margin: 0;
    }

.sidebar .widget-title {
    position: relative;
    font-family: 'Conv-Lato-Regular',Sans-Serif;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}

.border-bottom-dash > li {
    border-bottom: 1px dashed #999;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

    .border-bottom-dash > li:last-child {
        border-bottom: 0;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.widget-categories .categories-num {
    float: right;
}

.widget-categories ul li,
.widget-archive ul li {
    padding-bottom: 8px;
}

    .widget-categories ul li:last-child,
    .widget-archive ul li:last-child {
        padding-bottom: 0px;
    }

.widget-categories a {
    font-size: 16px;
    color: #636363;
}

    .widget-categories a:hover {
        color: #28844e;
    }

    .widget-categories a::before,
    .widget-archive a:before {
        content: "\f0a4";
        font-family: "Font Awesome 5 Free";
        margin-right: 10px;
    }

.filter-price .ui-widget.ui-widget-content {
    border: 0;
    border-radius: 0;
    background-color: #ddd;
    height: 4px;
    margin-bottom: 20px;
}

.filter-price .ui-slider .ui-slider-range {
    background-color: #28844e;
    border-radius: 0;
}

.filter-price .ui-slider .ui-slider-handle {
    cursor: pointer;
    background-color: #28844e;
    border-radius: 0;
    border: 0;
    height: 17px;
    top: -7px;
    width: 8px;
    margin: 0;
}

#flt-price {
    font-weight: 600;
}

.list-grid-icon {
    display: inline-block;
    margin-left: 10px;
}

.shorting-icon {
    font-size: 24px;
    background-color: #333;
    color: #fff;
    line-height: 34px;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
}

    .shorting-icon.active {
        background-color: #28844e;
        color: #fff;
    }

.list-view [class*="col"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.list-view .product-img {
    float: left;
    width: 30%;
}

.list-view .product-info {
    overflow: hidden;
    text-align: left;
}

.list-view .product .rating {
    margin: 0 0 10px;
}

.list-view .product-img .product-action-box {
    display: none;
}

.list-view .product-img img {
    padding: 30px 10px 25px 10px;
}

.list-view .pr-flash {
    right: auto;
    left: 10px;
}

.list-view .product-img::before {
    content: normal;
}

.list-view .product-action-box {
    position: static;
}

.list-view .pr-action-btn {
    margin: 0;
}

.list-view .product-action-box li {
    opacity: 1;
    float: left;
    margin: 0 10px 0 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    filter: alpha(opacity=100);
}

    .list-view .product-action-box li.add-to-cart a {
        width: auto;
        padding: 6px 15px;
        height: auto;
    }

.list-view .pr-action-btn li.add-to-cart a i {
    line-height: normal;
}

.pr-desc {
    display: none;
}

.list-view .pr-desc {
    display: block;
}

.pr-desc p {
    margin-bottom: 10px;
}

.shop-container {
    position: relative;
}

.loading-pr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
}

.shop-container .mfp-preloader {
    top: 100px;
}

.gutter-small {
    margin: 0 -7.5px 0px -7.5px;
}

    .gutter-small > li {
        padding: 0 7.5px 15px 7.5px;
    }

.gutter-medium {
    margin: 0 -15px 0px -15px;
}

    .gutter-medium > li {
        padding: 0px 15px 30px 15px;
    }

.work-col2 > li {
    width: 50%;
    float: left;
}

.work-col3 > li {
    width: 33.33%;
    float: left;
}

.work-col4 > li {
    width: 25%;
    float: left;
}

.tags a {
    background-color: #f4f4f4;
    font-size: 14px;
    padding: 5px 15px;
    float: left;
    margin-bottom: 5px;
    color: #636363;
    border-radius: 5px;
    line-height: normal;
    margin-right: 5px;
}

    .tags a:hover {
        background-color: #28844e;
        color: #fff;
    }

.widget-instagram ul {
    margin: -4px;
    display: table;
}

.widget-instagram li {
    float: left;
    width: 33.33%;
    padding: 4px;
}

.widget-instagram .gallery-content .image-icon i {
    font-size: 24px;
    color: #fff;
}

.countent-detail-meta {
    display: inline-block;
    width: 100%;
}

    .countent-detail-meta ul {
        list-style: none;
    }

    .countent-detail-meta li {
        float: left;
        padding-right: 15px;
        margin-right: 15px;
        border-right: 1px solid #dad1b9;
    }

    .countent-detail-meta label {
        display: block;
        font-weight: bold;
        color: #333;
        margin: 0;
    }

    .countent-detail-meta li:last-child {
        margin: 0;
        padding: 0;
        border: 0;
    }

.accordion .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.accordion > .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
}

    .accordion > .card:last-child {
        margin-bottom: 0px;
    }

.accordion .card-header a {
    display: block;
    padding: 10px 50px 10px 15px;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    line-height: normal;
    font-family: 'Conv-Lato-Regular',Sans-Serif;
    background-color: #F5F6FB;
    border: 0;
}

    .accordion .card-header a::after {
        content: "\f126";
        font-family: "Ionicons";
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .accordion .card-header a.collapsed::after {
        content: "\f123";
    }

.accordion .card-body {
    border: 1px solid #E0E1E6;
}

.tab-box {
    padding: 15px;
}

.card-body p:last-child {
    margin: 0;
}

.countdown-time {
    display: table;
    width: 100%;
}

    .countdown-time .countdown-box {
        float: left;
        width: 25%;
        text-align: center;
        position: relative;
        padding: 0 5px;
    }

    .countdown-time .cd-text {
        display: block;
        color: #636363;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        margin-top: -5px;
    }

.countdown-box .countdown {
    color: #333;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Lobster Two', cursive;
    line-height: normal;
}

.countdown-content::before {
    content: ":";
    font-size: 38px;
    font-weight: bold;
    color: #333;
    position: absolute;
    right: -6px;
    top: 20px;
}

.countdown-box:last-child .countdown-content:before {
    content: normal;
}

.countdown-style1 .countdown-content {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 5px;
}

.countdown-style2 .countdown-content {
    border: 2px solid rgba(0,0,0,0.05);
    box-shadow: none;
    padding-bottom: 0px;
}

    .countdown-style1 .countdown-content:before,
    .countdown-style2 .countdown-content:before {
        content: normal;
    }

.countdown-white .countdown-box .countdown, .countdown-white .countdown-box .cd-text, .countdown-white .countdown-content::before {
    color: #fff;
}

.countdown-white .countdown-box::before {
    color: #fff;
}

.social-icons [class*="sc-"] {
    color: #fff !important;
}

    .social-icons [class*="sc-"]:hover {
        opacity: 0.8;
    }

.sc-facebook {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}

.sc-gplus,
.sc-google {
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important;
}

.sc-linkedin {
    background-color: #0e76a8 !important;
    border-color: #0e76a8 !important;
}

.sc-rss {
    background-color: #ee802f !important;
    border-color: #ee802f !important;
}

.sc-skype {
    background-color: #00aff0 !important;
    border-color: #00aff0 !important;
}

.sc-twitter {
    background-color: #00acee !important;
    border-color: #00acee !important;
}

.sc-youtube {
    background-color: #c4302b !important;
    border-color: #c4302b !important;
}

.sc-vimeo {
    background-color: #86c9ef !important;
    border-color: #86c9ef !important;
}

.sc-yahoo {
    background-color: #720e9e !important;
    border-color: #720e9e !important;
}

.sc-tumblr {
    background-color: #34526f !important;
    border-color: #34526f !important;
}

.sc-instagram {
    background-color: #027ba5 !important;
    border-color: #027ba5 !important;
}

.sc-pinterest {
    background-color: #c8232c !important;
    border-color: #c8232c !important;
}

.sc-dribbble {
    background-color: #EA4C89 !important;
    border-color: #EA4C89 !important;
}

.sc-reddit {
    background-color: #C6C6C6 !important;
    border-color: #C6C6C6 !important;
}

.sc-github {
    background-color: #171515 !important;
    border-color: #171515 !important;
}

.sc-android {
    background-color: #A4C639 !important;
    border-color: #A4C639 !important;
}

.sc-windows {
    background-color: #00A7E7 !important;
    border-color: #00A7E7 !important;
}

.sc-tux {
    background-color: #C1C1C1 !important;
    border-color: #C1C1C1 !important;
}

.sc-delicious {
    background-color: #205cc0 !important;
    border-color: #205cc0 !important;
}

.sc-paypal {
    background-color: #00588b !important;
    border-color: #00588b !important;
}

.sc-blogger {
    background-color: #fc4f08 !important;
    border-color: #fc4f08 !important;
}

.sc-flickr {
    background-color: #ff0084 !important;
    border-color: #ff0084 !important;
}

.sc-yahoo {
    background-color: #720e9e !important;
    border-color: #720e9e !important;
}

.sc-dropbox {
    background-color: #3d9ae8 !important;
    border-color: #3d9ae8 !important;
}

.sc-ebay {
    background-color: #89c507 !important;
    border-color: #89c507 !important;
}

.sc-wordpress {
    background-color: #1e8cbe !important;
    border-color: #1e8cbe !important;
}

.sc-yelp {
    background-color: #c41200 !important;
}

blockquote {
    padding: 30px;
    position: relative;
    border-left: 2px solid #caba98;
    background-color: #faeac8;
}

    blockquote p {
        line-height: normal;
        font-size: 16px;
        font-style: italic;
        font-weight: normal;
        color: #333;
    }

        blockquote p:last-child {
            margin: 0;
        }

    blockquote::before {
        content: "\f10d";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        font-size: 120px;
        left: 50px;
        top: 20px;
        color: rgba(0,0,0,0.05);
        line-height: 100px;
    }

.quote-style1 {
    background-color: transparent;
}

.quote-style2 {
    border: 0;
    padding-left: 100px;
}

    .quote-style2::before {
        font-size: 60px;
        left: 25px;
        top: 35px;
        line-height: 50px;
    }

.single-post .single-post-content {
    margin-top: 30px;
}

.single-post .blog-text .blog-meta {
    margin: 10px 0;
}

.share > div {
    float: left;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 0;
}

.single-post .post-navigation {
    margin: 50px 0;
}

.post-navigation i {
    font-size: 26px;
}

.post-navigation a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2f303c;
    color: #fff !important;
    font-size: 16px;
    margin-right: 5px;
}

    .post-navigation a:hover {
        background-color: #28844e;
    }

.post-navigation span {
    display: block;
    font-weight: 500;
    text-transform: capitalize;
}

.single-post .blog-post-footer {
    padding: 50px 0;
}

.posts-title * {
    font-family: 'Conv-Lato-Regular',Sans-Serif;
    margin-bottom: 20px;
    font-size: 20px;
}

.single-post .comment-list {
    margin-bottom: 50px;
}

.comment-area .form-group:last-child {
    margin: 0;
}

.content-info {
    padding: 30px;
}

.author-block {
    border: 1px solid #ddd;
    padding: 20px;
}

.author-intro a {
    font-weight: 500;
}

.author-img {
    padding-right: 20px;
    float: left;
}

    .author-img img {
        max-width: 100px;
        border-radius: 100%;
    }

.author-intro * {
    font-family: 'Conv-Lato-Regular',Sans-Serif;
}

.author-info p:last-child {
    margin: 0;
}

.related-post,
.comment-area,
.comment-form {
    margin-top: 50px;
}

.comment-form {
    padding: 30px 20px;
}

.comment-list > li.comment-info {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

    .comment-list > li.comment-info:first-child {
        padding-top: 10px;
    }

.children-comment {
    padding-left: 60px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}

    .children-comment li {
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px solid #ddd;
    }

        .children-comment li:first-child {
            border: 0;
            padding: 0;
            margin: 0;
        }

.user-img img {
    border-radius: 100%;
    height: auto;
    max-width: 76px;
}

.comment-content {
    padding-left: 20px;
}

.comment-reply i,
.comment-time i {
    margin-right: 5px;
}

.meta-data {
    margin-bottom: 10px;
}

.comment-content p {
    margin-bottom: 12px;
}

    .comment-content p:last-child {
        margin: 0;
    }

.meta-data * {
    font-family: 'Conv-Lato-Regular',Sans-Serif;
}

.comment-time {
    position: relative;
    display: block;
    color: #898989;
}

.error-txt {
    color: #333;
    font-size: 240px;
    font-weight: 600;
    line-height: 1;
    background-position: 50% 50%;
    background-size: inherit !important;
    background-repeat: repeat;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: bounce-bg-img 12s linear infinite;
    animation: bounce-bg-img 12s linear infinite;
}

@-webkit-keyframes bounce-bg-img {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

@-webkit-keyframes bounce-bg-img {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -400px 0;
    }
}

.cs-content-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 9;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .cs-content-box .countdown-time, .cs-content-box .newsletter-form {
        margin-bottom: 30px;
    }

.logo-wrap {
    margin-bottom: 40px;
}

.cta-section-small {
    padding: 50px;
}

.grid-box [class^="col-"] {
    background-color: #efefef;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

.progress-content {
    position: relative;
    margin-top: 20px;
}

    .progress-content:first-child {
        margin-top: 0;
    }

.progrees-bar-text span {
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}

.progress-content .progress-bar {
    background-color: #28844e;
    border-radius: 20px;
    width: 0;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.progress-content .progress {
    height: 5px;
    margin-top: 10px;
}

.progress-content.pr-style1 .count-pr,
.progress-content.pr-style2 .count-pr {
    color: #333;
    right: 0;
    font-size: 14px;
    position: absolute;
    top: 0px;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.pr-white span,
.pr-white.progress-content.pr-style1 .count-pr {
    color: #fff;
}

.progress-content.pr-style2 .progress-bar {
    background-color: #333;
}

.about-counter {
    background-color: #fff;
    padding: 15px 0;
}

.fancy-border:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    right: 15px;
    bottom: 0;
    border: 10px solid #FAEAC8;
}

.fancy-box {
    position: relative;
    z-index: 1;
}

    .fancy-box::before {
        content: "";
        position: absolute;
        left: 100px;
        right: 50px;
        top: 50px;
        bottom: 0;
        border: 5px dashed #DACAA8;
        z-index: -1;
    }

.list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .list-item li {
        padding: 0 15px;
        border-right: 1px solid #eee;
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

        .list-item li:last-child {
            padding-right: 0;
            border-right: 0;
        }

.counter-content {
    text-align: center;
}

    .counter-content h3 {
        font-weight: bold;
    }

    .counter-content p {
        margin: 0;
    }

.wide {
    background-image: none !important;
}

.boxed-layout::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
}
/*===================================*
  14. END ELEMENT DESIGN
*===================================*/

.alert-msg-failure {
    color: #721c24;
    background-color: #efa0a0;
    border-radius: 3px;
    margin-top: 10px;
}

.alert-msg-success {
    color: #155724;
    background-color: #d4edda;
    border-radius: 3px;
    margin-top: 10px;
}

.flash-tp {
    z-index: 9;
    background-color: #28A745;
    color: #fff;
    padding: 9px 10px;
    font-size: 14px;
    line-height: normal;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    margin: 42px -43px;
    -webkit-animation: color-effect 3s infinite alternate;
    -moz-animation: color-effect 3s infinite alternate;
    -o-animation: color-effect 3s infinite alternate;
    animation: color-effect 3s infinite alternate;
}

@-webkit-keyframes color-effect {
    0% {
        background-color: #28A745;
    }

    50% {
        background-color: #17A2B8;
    }

    100% {
        background-color: #FFC107;
    }
}

@keyframes color-effect {
    0% {
        background-color: #28A745;
    }

    50% {
        background-color: #17A2B8;
    }

    100% {
        background-color: #FFC107;
    }
}
/*Demo Switcher Css*/
span.statcounter {
    display: none;
}

.demo-switcher {
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 20%;
}

.demo > ul > li > a {
    font-size: 22px;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

    .demo > ul > li > a.menu-icon {
        line-height: 44px;
        font-size: 25px;
    }

.demo-list ul {
    list-style: none;
    display: inline-block;
}

.demo-list {
    background-color: #fff;
    position: fixed;
    right: -360px;
    ;
    max-width: 360px;
    padding: 5px;
    overflow: auto;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    z-index: 9999;
}

    .demo-list.switch-active {
        right: 0;
    }

.switch-open::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
}

.demo-list li {
    padding: 5px;
}

    .demo-list li img {
        display: block;
        border: 1px solid #ddd;
        padding: 4px;
        position: relative;
        margin-bottom: 10px;
    }

body.switch-open {
    overflow: hidden;
    padding-right: 15px;
}

.demo li {
    position: relative;
}

.demo > ul > li > a.demo-icon.switch-active {
    position: relative;
    transition: all 0.5s ease-in-out;
    -moz-transform: translateX(-360px);
    -webkit-transform: translateX(-360px);
    transform: translateX(-360px);
}

    .demo > ul > li > a.demo-icon.switch-active i::before {
        content: "\f129";
        font-size: 20px;
        vertical-align: middle;
    }

.demo > ul > li > a.menu-icon.switch-active {
    line-height: 36px;
}

.demo-list h5 {
    margin: 10px 0;
}

.demo li.switch-active .color-icon {
    transition: all 0.5s ease-in-out;
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
}

.option-box {
    background: #000;
    right: -200px;
    padding: 10px;
    position: absolute;
    top: 0;
    transition: all .5s ease-in-out;
    ;
    width: 200px;
    z-index: 999;
}

.switch-active {
    right: 0;
}

.color-switch li {
    float: left;
}

.color-switch ul li button::after {
    color: #ffffff;
    content: "\f122";
    font-family: "Ionicons";
    font-size: 18px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 2px;
}

.color-switch ul li.active button::after {
    opacity: 1;
}

.color-switch button {
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 20px;
    margin: 2px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25px;
}

.default {
    background-color: #28844e;
}

.red {
    background-color: #CD202D;
}

.bluelight {
    background-color: #00BDBB;
}

.orange {
    background-color: #ffa02c;
}

.gold {
    background-color: #b5883a;
}

.saffron {
    background-color: #ff3600;
}

.demo-list li a span {
    color: #333;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}

.layout-option input {
    display: none;
}

.layout-option span {
    padding: 3px 20px;
    background-color: #fff;
    text-transform: capitalize;
    line-height: normal;
    cursor: pointer;
    margin: 5px 5px 0 0;
    color: #000;
    display: inline-block;
    font-size: 14px;
}

    .layout-option span.active {
        background-color: #88C74A;
        color: #fff;
    }

.layout-bg-img li {
    float: left;
    width: 33.33%;
    padding: 5px;
}

    .layout-bg-img li:nth-child(3n+1) {
        clear: both;
    }

.layout-option {
    display: inline-block;
}

.layout-bg-img li a {
    border: 1px solid transparent;
    display: block;
}

    .layout-bg-img li a.active::before {
        background-color: rgba(0,0,0,0.5);
        content: "";
        left: 0;
        position: absolute;
        bottom: 0;
        top: 0px;
        right: 0;
    }

    .layout-bg-img li a.active::after {
        color: #ffffff;
        content: "\f122";
        font-family: "Ionicons";
        font-size: 18px;
        left: 0;
        position: absolute;
        top: 10px;
        z-index: 9999;
        right: 0;
        text-align: center;
    }

.layout-bg-img:not(.open) {
    opacity: 0.3;
    pointer-events: none;
}

@media only screen and (max-width: 480px) {
    .demo-list {
        right: -270px;
        max-width: 270px;
    }

    .demo > ul > li > a.icon.switch-active {
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        transform: translateX(-270px);
    }

    .demo > ul > li > a.demo-icon.switch-active {
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        transform: translateX(-270px);
    }
}


.bg-footer {
    background:linear-gradient(45deg, rgba(221, 45, 52, 0.50), rgba(221, 45, 52, 0.83)),url(/images/footer-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
}


.footer-desc {
    width: 100%;
    float: left;
}

.footer-img-1 {
    float: left;
    width: 195px;
}

.footer-img-2 {
    float: right;
    width: 195px;
    right: 15px;
    position: relative;
}
.about-bg {
    background-image: url(/images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sticky {
    position: fixed;
    width: 100%;
    top:0;
}
.sticky1 {
    position: fixed;
    width: 100%;
    top:0;
}

    /* Reuseable & Utility Classes */
    .container {
        width: 100%;
        max-width: 1280px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .flex {
        display: flex;
    }

    .flex-1 {
        flex: 1;
    }

    .flex-v {
        flex-direction: column;
    }

    .justify-between {
        justify-content: space-between;
    }

    .justify-center {
        justify-content: center;
    }

    .items-center {
        align-items: center;
    }

    section1 {
        padding: 3rem 0;
    }

    button {
        user-select: none;
        padding: 7px 12px 8px 12px;
    }

    a {
        text-decoration: none;
        font-size: 1em;
    }

    button a {
        font-weight: 500;
        font-size: 1em;
        text-decoration: none;
    }

    .btn {
        text-decoration: none;
        padding: 0.4rem 0.75rem;
        border-radius: 3px;
        font-weight: 500;
        border: 1px solid transparent;
        font-size: 1em;
        text-transform: capitalize;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
    }

    .btn-primary2 {
        background: var(--primary1);
    }

    .btn-primary2 a {
        color: var(--heaven);
    }

    .btn-primary2:hover {
        background: var(--heaven);
        border: 1px solid var(--primary1);
        color: var(--primary);
    }

    .btn-primary2:hover a {
        color: var(--primary1);
    }

    .btn-secondary {
        background: var(--light1);
        border: 1px solid var(--secondary);
    }

    .btn-secondary a {
        color: var(--secondary);
    }

    .btn-secondary:hover {
        background: var(--ternary);
        border: 1px solid var(--light2);
        color: var(--light1);
    }

    .btn-secondary:hover a {
        color: var(--light1);
    }

    /* Header */
    header.topbar1 {
        background: #DD2D34  !important;
        font-weight: 500;
        padding: 4px 0;
        z-index: 13333333330;
    }

    header.topbar1 .icons a {
        margin-right: 1rem;
        transition: linear 0.2s;
    }

    header.topbar1 div div {
        z-index: 111111111111111111;
    }

    header.topbar1 .icons a i {
        font-size: 1.2em;
        width: 20px;
        color: #fff;
        transition: linear 0.2s;
    }

    header.topbar1 .icons a:hover {
        transform: scale(1.15);
    }

    header.topbar1 .icons a:hover i {
        opacity: 1;
    }

    header.topbar1 .contact a {
        font-size: 1em;
        color: #fff;
        font-weight: 500;
        transition: 0.5s linear;
        margin-left: 18px;
    }

    header.topbar1 .contact a i {
        font-size: 0.9em;
        margin-right: 2px;
    }

    header.topbar1 .contact a:hover {
        color: #fff;
    }

@media only screen and (max-width: 620px)
{
    header.topbar1 .contact a
    {
        font-size: 13px;
    }
}
@media only screen and (max-width: 550px)
{
    .header .menu.active
    {
        top: calc(100% + 30px);
    }
    .header .menu
    {
        top: calc(100% + 42px);
    }
    header.hero .hero-image img
    {
        width: 100%;
    }
    nav.navigation .other a.locate,
    nav.navigation .other .location
    {
        display: none;
    }
    header.topbar1 .container
    {
        flex-direction: column;
    }
    nav.navigation .logo img
    {
        width: 45px;
    }
    header.topbar1 .contact
    {
        margin-top: 10px;
    }
    header.topbar1 .contact a:first-child
    {
        margin-left: 0;
    }
    header.topbar1 .icons a:last-child
    {
        margin-right: 0;
    }
    .page-content .serviceDetails
    {
        flex-direction: column;
    }
    .page-content .serviceDetails .imagePart
    {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    .page-content .serviceDetails .textPart
    {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        margin-top: 2rem;
    }
    #headingSection .heading h2
    {
        font-size: 2.25em;
    }
    .accounts .account-content
    {
        padding-top: 6rem;
    }
}

@media only screen and (max-width: 380px)
{
    .about .heading h2 
    {
        font-size: 1.85em;
    }
    .page-content .serviceDetails .textPart
    {
        padding-left: 10px;
    }
    #headingSection .heading h2
    {
        font-size: 2.1em;
    }

}
.contact .info i {
  font-size: 20px;
  color: #DD2D34;
  float: left;
  width: 44px;
  height: 44px;
  background: #ecf9f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37423b;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #657a6d;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #DD2D34;
  color: #fff;
}
.contact .php-email-form button[type=submit] {
  background: #DD2D34;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #3ac162;
}


