@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Caveat:wght@700&family=Gochi+Hand&family=Henny+Penny&family=Knewave&family=Merienda:wght@300;900&family=Metal+Mania&family=Rock+Salt&display=swap');
/* Fonts */
:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
    --color-default: #222222;
    --color-primary: #99b100;
    --color-primary-deep: #89992e;
    --color-primary-light: #d7ee57;
    --color-secondary: #f85a40;

    --box-shadow:.5rem .5rem 0 rgba(22, 160, 133, .2);
    --text-shadow:.3rem .2rem .2rem rgba(0, 0, 0, .7);
    --border:.2rem solid var(--color-primary);
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: var(--font-default);
    color: var(--color-default);
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    color: var(--color-primary-deep);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}
.creative-text{
    /* font-family: 'Bubblegum Sans', cursive;
    font-family: 'Caveat', cursive; */
    font-family: 'Gochi Hand', cursive;
    /* font-family: 'Henny Penny', cursive;
    font-family: 'Knewave', cursive;
    font-family: 'Merienda', cursive;
    font-family: 'Metal Mania', cursive;
    font-family: 'Rock Salt', cursive; */
}

.about-text{
    font-size: 30px;
    font-weight: 500;
}

.bg-primary {
    background-color: var(--color-primary) !important;
    color: #ffffff;
}

.text-primary {
    color: var(--color-primary) !important;
}

.btn-bg-primary {
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    padding: 18px 60px;
    color: #fff;
    transition: 0.4s;
    border-radius: 35px;
    font-size: 32px;
    font-weight: 800;
    align-self: center;
}

.btn-bg-primary:hover {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    background: #fff;
}

.btn-primary {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    padding: 18px 60px;
    background: #fff;
    transition: 0.4s;
    border-radius: 35px;
    font-size: 32px;
    font-weight: 800;
    align-self: center;
}

.btn-m {
    padding: 8px 15px !important;
    font-size: 18px !important;
}

.btn-primary:hover {
    background: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
}

.btn-danger {
    color: #b90000;
    border: 1px solid #b90000;
    padding: 18px 60px;
    background: #fff;
    transition: 0.4s;
    border-radius: 35px;
    font-size: 32px;
    font-weight: 800;
    align-self: center;
}

.btn-danger:hover {
    background: #b90000;
    color: #fff;
    border: 1px solid #b90000;
}

.see-more-btn{
    font-weight: 600;
    font-size: 22px;
    padding: 0 10px;
    border: 1px solid var(--color-primary);
}

.see-more-btn:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.title-logo {
    width: 130px;
}


.mt-50{
    margin-top: 50px;
}
.mt-100{
    margin-top: 100px;
}
.text-justify{
    text-align: justify !important;
}

.btn {
    display: inline-block;
    margin-top: 1rem;
    padding: .5rem !important;
    padding-left: 1rem;
    border: var(--border) !important;
    border-radius: .5rem !important;
    box-shadow: var(--box-shadow) !important;
    color: var(--color-primary) !important;
    cursor: pointer;
    font-size: 1rem;
    background: #fff;
}

.btn:hover {
    background: var(--color-primary);
    color: #fff !important;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    padding: 20px 0;
    overflow: hidden;
}

.sections-bg {
    background-color: #f6f6f6;
}

.section-header {
    text-align: center;
    /* padding-bottom: 60px; */
}

.section-header h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-header h1 {
    font-size: 74px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-header p {
    margin-bottom: 0;
    color: #6f6f6f;
}

.section-header-left {
    text-align: left;
}


.section-header-left h2 {
    font-size: 40px;
    font-weight: 800;
    position: relative;
}

.section-header-left h1 {
    font-size: 62px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.about-list li {
    font-size: 35px;
    font-weight: 600;
}
.product-img{
    /* border-radius: 50%; */
    margin-top: -38%;
}


/*---------------new--------*/
.dropDown {
    float: left;
    overflow: hidden;
}

.dropDown .dropbtn {
    font-size: 22px;
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    transition: 0.3s;
}

.navBar a:hover,
.dropDown:hover .dropbtn {
    color: white;
}

.dropDown-content {
    padding: 1rem;
    display: none;
    position: absolute;
    background-color: var(--color-primary);
    min-width: 100%;
    z-index: 1;

}

.dropDown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropDown-content a:hover {
    background-color: #ddd;
}

.dropDown:hover .dropDown-content {
    display: block;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
    padding: 60px 0 60px 0;
    min-height: 20vh;
    position: relative;
    background-color: var(--color-primary);
}

.breadcrumbs .page-header h2 {
    font-size: 56px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
    background-color: #f6f6f6;
    padding: 20px 0;
}

.breadcrumbs nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-default);
}

.breadcrumbs nav ol a {
    color: var(--color-primary);
    transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
    text-decoration: underline;
}

.breadcrumbs nav ol li+li {
    padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: var(--color-secondary);
    content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background: var(--color-default);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background: #485a3b;
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #fff;
    border-color: var(--color-primary) transparent var(--color-primary) transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*-- header --*/

.header {
    width: 100%;
    height: 104px;
    padding: 20px 25px;
    position: fixed;
    z-index: 9;
    /* background: ; */
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.header .logo {
    width: 100px;
}

ul.site_menu li {
    display: inline-block;
    padding-left: 58px;
}

ul.site_menu li a {
    color: #fff !important;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 9999999;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidepanel a:hover {
    color: var(--color-primary);
}

.sidepanel a.active {
    color: var(--color-primary);
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

.openbtn {
    cursor: pointer;
    background-color: transparent;
    color: white;
    border: none;
}


/** banner section **/

.full_bg {
    background: url(../img/landing/banner1.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% 100%;
}

.banner_main {
    position: relative;
    padding-bottom: 800px;
}

.banner_main strong {
    color: #fff;
    background-color: #000;
    width: 52px;
    height: 52px;
    border-radius: 40px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    position: absolute;
    right: 10%;
    text-transform: uppercase;
    top: 34%;
}

.build_box {
    padding-top: 10%;
}

.banner_po {
    position: inherit;
}

.build_box p {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 55px;
    padding-right: 170px;
}

.build_box h1 {
    font-size: 75px;
    font-weight: bold;
    color: #030303;
    line-height: 76px;
    padding-bottom: 20px;
    display: block;
    /* text-transform: uppercase; */
}

.build_box .conatct_btn {
    padding: 15px 0;
    color: #fff;
    margin-top: 20px;
    margin-right: 30px;
    font-weight: 600;
}

.build_box .conatct_btn:hover {
    background: #ffffff;
    color: #151414;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: 55px;
    height: 55px;
    border: #fff solid 2px;
    opacity: 1;
    font-size: 25px;
    color: #fff;
    top: 101%;
    border-radius: 40px;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
    background: #000000;
    color: #fff;
}

#myCarousel .carousel-control-prev {
    left: 8%;
}

#myCarousel .carousel-control-next {
    right: inherit;
    left: 12.4%;
}

.banner .carousel-indicators {
    display: none;
}

/** end banner section **/

.titlepage {
    text-align: center;
    padding-bottom: 40px;
}

.titlepage h2 {
    font-size: 55px;
    color: #061553;
    line-height: 55px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
}

.titlepage span {
    color: #636363;
    font-size: 17px;
    margin-top: 20px;
    font-weight: 400;
    display: block;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 17px;
    background-color: #030303;
    color: #fff;
    padding: 16px 0px;
    width: 100%;
    max-width: 210px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
    font-weight: 500;
    text-transform: uppercase;
}

.read_more:hover {
    background: #f3cf2d;
    color: #fff;
    transition: ease-in all 0.5s;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

/*--------------------------------------------------------------
# Default Section
--------------------------------------------------------------*/
.section h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    font-family: var(--font-secondary);
}

.section .call-us {
    left: 10%;
    right: 10%;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
    padding: 20px;
    text-align: center;
}

.section .call-us h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.section .call-us p {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-primary);
}

.section .content ul {
    list-style: none;
    padding: 0;
}

.section .content ul li {
    padding: 0 0 10px 30px;
    position: relative;
}

.section .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: var(--color-primary);
}

.section .content p:last-child {
    margin-bottom: 0;
}

.section .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    /* left: calc(50% - 47px);
    top: calc(50% - 47px); */
    overflow: hidden;
}

.section .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(0, 131, 116, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.section .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.section .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

.section .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*-----------------------------------------------------------
#Landing section
-----------------------------------------------------------*/
.landing-card {
    background-color: var(--color-primary);
    padding: 10%;
    border-radius: 30px;
}

.landing-card h1 {
    font-size: 74px;
    font-weight: 800;
    position: relative;
    color: white;
}

.product-text {
    font-size: 34px;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
    padding: 40px 0;
}

.clients .swiper {
    padding: 10px 0;
}

.clients .swiper-slide img {
    transition: 0.3s;
}

.clients .swiper-slide img:hover {
    transform: scale(1.1);
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter {
    padding: 40px 0;
}

.stats-counter .stats-item {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

.stats-counter .stats-item .purecounter {
    min-width: 90px;
    padding-right: 15px;
}

.stats-counter .stats-item i {
    font-size: 44px;
    line-height: 0;
    margin-right: 15px;
}

.stats-counter .stats-item span {
    font-size: 40px;
    display: block;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 40px;
}

.stats-counter .stats-item p {
    margin: 0;
    font-family: var(--font-primary);
    font-size: 14px;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action .container {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/landing/banner1.png) center center;
    background-size: cover;
    padding: 100px 60px;
    border-radius: 15px;
    overflow: hidden;
}

.call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.call-to-action p {
    color: #fff;
    margin-bottom: 20px;
}

.call-to-action .play-btn {
    width: 94px;
    height: 94px;
    margin-bottom: 20px;
    background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.call-to-action .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(0, 131, 116, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.call-to-action .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.call-to-action .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

.call-to-action .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}

.call-to-action .cta-btn {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 48px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

.call-to-action .cta-btn:hover {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Our Services Section
--------------------------------------------------------------*/
.services {
    padding: 60px 0;
}

.services .service-item {
    padding: 40px;
    background: #fff;
    height: 100%;
    border-radius: 10px;
}

.services .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 50px;
}

.services .service-item .icon i {
    color: var(--color-default);
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
}

.services .service-item .icon:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #eeeeee;
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -20px;
    transition: 0.3s;
}

.services .service-item h3 {
    color: var(--color-default);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid #eeeeee;
    transition: 0.3s;
}

.services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .service-item .readmore {
    margin-top: 15px;
    display: inline-block;
    color: var(--color-primary);
}

.services .service-item:hover .icon:before {
    background: #00b6a1;
}

.services .service-item:hover h3 {
    border-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .container {
    background: url(../img/landing/love.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 50% 100%;
}

.testimonials .testimonial-wrap {
    padding-left: 10px;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 30px 10px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fffafaa3;
    border-radius: 10px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    margin-right: 15px;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #000;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .stars {
    margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #009d8b;
    font-size: 26px;
    line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

@media (max-width: 1440px) {
    .testimonials .container {
        background-position: 50% 0%;
        background-size: 80% 100%;
    }
}

@media (max-width: 991px) {
    .testimonials .container {
        background-position: 0% 0%;
        background-size: 100% 100%;
    }
}

@media (max-width: 767px) {
    .testimonials .testimonial-wrap {
        padding-left: 0;
    }

    .testimonials .testimonial-item {
        padding: 30px;
        margin: 15px;
    }

    .testimonials .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
    .testimonials .container {
        background-position: 0% 15%;
        background-size: 100% 60%;
    }
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
    padding: 0 0 20px 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.portfolio .portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
    color: var(--color-primary);
}

.portfolio .portfolio-flters li:first-child {
    margin-left: 0;
}

.portfolio .portfolio-flters li:last-child {
    margin-right: 0;
}

@media (max-width: 575px) {
    .portfolio .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px;
    }
}

.portfolio .portfolio-wrap {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}

.portfolio .portfolio-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-info {
    padding: 25px 20px;
    background-color: #fff;
    position: relative;
    border-top: 1px solid #f3f3f3;
    z-index: 2;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info h4 a {
    color: var(--color-default);
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 a:hover {
    color: var(--color-primary);
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
    width: 48px;
    height: 48px;
}

.portfolio-details .swiper-button-prev:after,
.portfolio-details .swiper-button-next:after {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 24px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.portfolio-details .swiper-button-prev:hover:after,
.portfolio-details .swiper-button-next:hover:after {
    background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

    .portfolio-details .swiper-button-prev,
    .portfolio-details .swiper-button-next {
        display: none;
    }
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.portfolio-details .portfolio-info h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    bottom: 0;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    font-size: 16px;
}

.portfolio-details .portfolio-info ul strong {
    text-transform: uppercase;
    font-weight: 400;
    color: #9c9c9c;
    font-size: 12px;
}

.portfolio-details .portfolio-info .btn-visit {
    padding: 8px 40px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

.portfolio-details .portfolio-info .btn-visit:hover {
    background: #009d8b;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
    padding: 30px 30px 0 30px;
    position: relative;
    background: white;
    height: 100%;
    margin-bottom: 50px;
}

.portfolio-details .portfolio-description .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
}

.portfolio-details .portfolio-description .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    padding-top: 20px;
}

.portfolio-details .portfolio-description .testimonial-item h4 {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
    color: #009d8b;
    font-size: 26px;
    line-height: 0;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
    transform: scale(-1, -1);
}

.portfolio-details .portfolio-description .testimonial-item p {
    font-style: italic;
    margin: 0 0 15px 0 0 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.team .member img {
    border-radius: 10px;
    overflow: hidden;
}

.team .member .member-content {
    padding: 0 20px 30px 20px;
}

.team .member h4 {
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 2px;
    font-size: 20px;
}

.team .member span {
    font-style: italic;
    display: block;
    font-size: 14px;
    color: #6c757d;
}

.team .member p {
    padding-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
}

.team .member .social {
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.team .member .social a {
    color: #a2a2a2;
    transition: 0.3s;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbbbbb;
}

.team .member .social a:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
    padding: 60px 40px;
    box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
    background: #fff;
    height: 100%;
    position: relative;
    border-radius: 15px;
}

.pricing h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    color: #555555;
    text-align: center;
}

.pricing .icon {
    margin: 30px auto 30px auto;
    width: 70px;
    height: 70px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    transform-style: preserve-3d;
}

.pricing .icon i {
    color: #fff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
    line-height: 0;
}

.pricing .icon::before {
    position: absolute;
    content: "";
    height: 86px;
    width: 86px;
    border-radius: 50%;
    background: #87c1bb;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
}

.pricing .icon::after {
    position: absolute;
    content: "";
    height: 102px;
    width: 102px;
    border-radius: 50%;
    background: #d2eeeb;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-2px);
}

.pricing h4 {
    font-size: 48px;
    color: var(--color-secondary);
    font-weight: 700;
    font-family: var(--font-secondary);
    margin-bottom: 0;
    text-align: center;
}

.pricing h4 sup {
    font-size: 28px;
}

.pricing h4 span {
    color: rgba(108, 117, 125, 0.8);
    font-size: 18px;
    font-weight: 400;
}

.pricing ul {
    padding: 20px 0;
    list-style: none;
    color: #6c757d;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.pricing ul i {
    color: #059652;
    font-size: 24px;
    padding-right: 3px;
}

.pricing ul .na {
    color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na i {
    color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na span {
    text-decoration: line-through;
}

.pricing .buy-btn {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    color: var(--color-primary);
    border: 1px solid rgba(0, 131, 116, 0.2);
    transition: none;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-primary);
    transition: 0.3s;
}

.pricing .buy-btn:hover {
    background: var(--color-primary);
    color: #fff;
}

.pricing .featured {
    z-index: 10;
    border: 3px solid var(--color-primary);
}

@media (min-width: 992px) {
    .pricing .featured {
        transform: scale(1.15);
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq .content h3 {
    font-weight: 400;
    font-size: 34px;
}

.faq .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.faq .content p {
    font-size: 15px;
    color: #6c757d;
}

.faq .accordion-item {
    border: 0;
    margin-bottom: 20px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.faq .accordion-item:last-child {
    margin-bottom: 0;
}

.faq .accordion-collapse {
    border: 0;
}

.faq .accordion-button {
    padding: 20px 50px 20px 20px;
    font-weight: 600;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    color: var(--color-default);
    text-align: left;
    background: #fff;
    box-shadow: none;
    border-radius: 10px;
}

.faq .accordion-button .num {
    padding-right: 10px;
    font-size: 20px;
    line-height: 0;
    color: var(--color-primary);
}

.faq .accordion-button:not(.collapsed) {
    color: var(--color-primary);
    border-bottom: 0;
    box-shadow: none;
}

.faq .accordion-button:after {
    position: absolute;
    right: 20px;
    top: 20px;
}

.faq .accordion-body {
    padding: 0 40px 30px 45px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.recent-posts .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.recent-posts .post-category {
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.recent-posts .title {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.recent-posts .title a {
    color: var(--color-default);
    transition: 0.3s;
}

.recent-posts .title a:hover {
    color: var(--color-primary);
}

.recent-posts .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.recent-posts .post-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.recent-posts .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0;
}

.post-item {
    height: 60px;
}

.post-img img {
    width: 100%;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
    padding-bottom: 50px;
}

.contact .info-container {
    background-color: var(--color-primary);
    height: 100%;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
    width: 100%;
    background-color: #869e00;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

.contact .info-item:last-child {
    margin-bottom: 0;
}

.contact .info-item i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.contact .info-item:hover i {
    background: #fff;
    color: var(--color-primary);
}

.contact .php-email-form1 {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 0 10px 10px 0;
}

.contact .php-email-form1 .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form1 .error-message {
    color: #df1529;
    text-align: left;
    font-weight: 600;
}

.contact .php-email-form1 .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form1 .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form1 .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form1 .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form1 input,
.contact .php-email-form1 textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form1 input[type=text],
.contact .php-email-form1 input[type=email],
.contact .php-email-form1 textarea {
    padding: 12px 15px;
}

.contact .php-email-form1 input[type=text]:focus,
.contact .php-email-form1 input[type=email]:focus,
.contact .php-email-form1 textarea:focus {
    border-color: var(--color-primary);
}

.contact .php-email-form1 textarea {
    padding: 10px 12px;
}

.contact .php-email-form1 button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form1 button[type=submit]:hover {
    background: rgba(0, 131, 116, 0.8);
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    position: relative;
    background: var(--color-primary);
    padding: 60px 0 0 0;
}

@media (min-width: 1365px) {
    .hero {
        background-attachment: fixed;
    }
}

.hero h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.hero p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    margin-bottom: 30px;
}

.hero .btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.hero .btn-get-started:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #fff;
    font-weight: 600;
}

.hero .btn-watch-video i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.hero .btn-watch-video:hover i {
    color: #fff;
}

@media (max-width: 640px) {
    .hero h2 {
        font-size: 36px;
    }

    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 14px;
    }
}

.hero .icon-boxes {
    padding-bottom: 60px;
}

@media (min-width: 1200px) {
    .hero .icon-boxes:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(50% + 20px);
        background-color: #fff;
    }
}

.hero .icon-box {
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    background: #008d7d;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
}

.hero .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.hero .icon-box .title a {
    color: #fff;
    transition: 0.3s;
}

.hero .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 48px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
}

.hero .icon-box:hover {
    background: #009786;
}

.hero .icon-box:hover .title a,
.hero .icon-box:hover .icon {
    color: #fff;
}

/*--------------------------------------------------------------
# Hero New Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    position: relative;
    background: var(--color-primary-deep);
    padding: 0 0 0 0;
}

@media (min-width: 1365px) {
    .hero {
        background-attachment: fixed;
    }
}

.hero .logo {
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin-left: 5%
}

.hero p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    margin-bottom: 30px;
}

.hero .btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.hero .btn-get-started:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #fff;
    font-weight: 600;
}

.hero .btn-watch-video i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.hero .btn-watch-video:hover i {
    color: #fff;
}

@media (max-width: 640px) {
    .hero h2 {
        font-size: 36px;
    }

    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 14px;
    }
}

.hero .icon-boxes {
    padding-bottom: 60px;
}

@media (min-width: 1200px) {
    .hero .icon-boxes:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: calc(50% + 20px);
        background-color: #fff;
    }
}

.hero .icon-box {
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
    background: #008d7d;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
}

.hero .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.hero .icon-box .title a {
    color: #fff;
    transition: 0.3s;
}

.hero .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 48px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
}

.hero .icon-box:hover {
    background: #009786;
}

.hero .icon-box:hover .title a,
.hero .icon-box:hover .icon {
    color: #fff;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
    margin-top: 30px;
    color: #555555;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
    border-radius: 10px;
}

.blog .blog-pagination li a {
    color: var(--color-default);
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: var(--color-primary);
    color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.blog .posts-list .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.blog .posts-list .post-category {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}

.blog .posts-list .title {
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog .posts-list .title a {
    color: var(--color-default);
    transition: 0.3s;
}

.blog .posts-list .title a:hover {
    color: var(--color-primary);
}

.blog .posts-list .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.blog .posts-list .post-author-list {
    font-weight: 600;
    margin-bottom: 5px;
}

.blog .posts-list .post-date {
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
}

.blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: var(--color-default);
}

.blog .blog-details .content {
    margin-top: 20px;
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(34, 34, 34, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .blog-details .meta-top {
    margin-top: 20px;
    color: #6c757d;
}

.blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .blog-details .meta-top ul li+li {
    padding-left: 20px;
}

.blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: var(--color-primary);
}

.blog .blog-details .meta-top a {
    color: #6c757d;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
    color: #555555;
    display: inline;
}

.blog .blog-details .meta-bottom a {
    color: rgba(34, 34, 34, 0.8);
    transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
    color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ",";
}

.blog .blog-details .meta-bottom .share {
    font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
}

.blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: var(--color-default);
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
    color: rgba(34, 34, 34, 0.5);
    margin-right: 5px;
}

.blog .post-author p {
    font-style: italic;
    color: rgba(108, 117, 125, 0.8);
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: var(--color-default);
}

.blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(34, 34, 34, 0.3);
    padding: 5px 10px;
    position: relative;
    border-radius: 50px;
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 50px;
    width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type=text]:focus {
    outline: none;
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 25px;
    margin: -1px;
    background: var(--color-primary);
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: var(--color-default);
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(34, 34, 34, 0.4);
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
    height: 50px;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: var(--color-default);
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #555555;
    font-size: 14px;
    padding: 6px 20px;
    margin: 0 6px 8px 0;
    border: 1px solid #d5d5d5;
    display: inline-block;
    transition: 0.3s;
    border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(85, 85, 85, 0.8);
    font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
    margin-top: 30px;
}

.blog .comments .comments-count {
    font-weight: bold;
}

.blog .comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .comments .comment .comment-img {
    margin-right: 14px;
}

.blog .comments .comment .comment-img img {
    width: 60px;
}

.blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .comments .comment h5 a {
    font-weight: bold;
    color: var(--color-default);
    transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
    color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-primary);
}

.blog .comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.8);
    margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.blog .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .comments .reply-form p {
    font-size: 14px;
}

.blog .comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form input:focus {
    box-shadow: none;
    border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
    border-radius: 50px;
    padding: 14px 40px;
    border: 0;
    background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
    background-color: rgba(248, 90, 64, 0.8);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    background-color: var(--color-primary);
    padding: 30px 0;
    color: white;
}

.footer .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
}

.footer .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    font-family: var(--font-primary);
}

.footer .footer-info p {
    font-size: 14px;
    font-family: var(--font-primary);
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 40px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}

.footer h4 {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links {
    margin-bottom: 10px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i {
    padding-right: 2px;
    color: rgba(0, 131, 116, 0.8);
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 6px 0;
    align-items: center !important;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: #ffffff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
}

.footer .footer-links ul a:hover {
    color: #fff;
}

.footer .footer-contact p {
    line-height: 22px;
    color: #ffff;
    font-size: 15px;
    font-weight: 600;
}

.footer .copyright {
    text-align: center;
}

.footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
}

.footer .credits a {
    color: #fff;
}

/*--------service------------*/
.page-home {
    background-color: var(--color-primary-deep);
    padding: 8% 8% 4% 8%;
}

.page-home .heading {
    text-align: center;
    padding-bottom: 2rem;
    text-shadow: var(--text-shadow);
    text-transform: uppercase;
    color: var(--color-white);
    font-size: 5rem;
    letter-spacing: .4rem;
}

.page-home .heading span {
    text-transform: uppercase;
    color: white;
}

/*---------shopping-----------*/
.shoping .box-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.shoping .box-container .box {
    text-align: center;
    background: #fff;
    border-radius: .5rem;
    border: var(--border);
    box-shadow: var(--box-shadow);
    padding: 2rem;
}

.badges-info {
    color: #fff;
    background-color: #93ba27;
}
.badges {
    color: #fff;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.shoping .box-container .box img {
    border-radius: .5rem;
    height: auto;
    width: 100%;
}

.shoping .box-container .box h3 {
    color: var(--color-default);
    font-size: 2.5rem;
}

.shoping .box-container .box span {
    color: var(--color-primary);
    font-size: 1.5rem;
}

.shoping .box-container .box .share {
    padding-top: 2rem;
}

.shoping .box-container .box .share a {
    height: 5rem;
    width: 5rem;
    line-height: 4.5rem;
    font-size: 2rem;
    color: var(--color-primary);
    border-radius: .5rem;
    border: var(--border);
    margin: .3rem;
}

.shoping .box-container .box .share a:hover {
    background: var(--color-primary);
    color: #fff;
    box-shadow: var(--box-shadow);
}


/* Checkout page */

#newAddress input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
  }

  #newAddress  label {
    margin-bottom: 10px;
    display: block;
  }

  .icon-container {
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 24px;
  }

  .btn {
    /* background-color: #04AA6D; */
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    /* width: 100%; */
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
  }



  a {
    color: #2196F3;
  }

  hr {
    border: 1px solid lightgrey;
  }

  span.price {
    float: right;
    color: grey;
  }

.required{
    color: red;
    font-size:18px
}

#cartDetails th{
    font-size: 20px;
}

#cartDetails td{
    font-size: 16px ;
}

.check-tbl th{
    font-size: 20px !important;
}

.check-tbl td{
    font-size: 16px !important;
}

/* Payment Method */
.credit-card-box{
    border: 1px solid #ccc;
    background-color: white;
}
.panel-heading{
    background-color: #f5f5f5;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.panel-title{
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.panel-body form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 2rem;
    overflow: hidden;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    transition: 0.2s 0.7s ease-in-out;
}
.control-label{
    color: black;
    font-size: 15px;
    font-weight: 600;
    margin-top: 16px;
}

div hr{
    border-top: 1px solid #ccc;
}

.panel-body .hide {
    display: none;
}

.orderSummery{
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.summary-title{
    padding-bottom:15px
}
.billingDetails{
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.border{
    background-color: white;
    border: 1px solid #ccc;
}

/* Profile */
.inputStyle input[type=text] {
    margin-bottom: 0px !important;
    padding: 0px !important;
}
.ul-li-style ul li {
    padding: 10px 0 !important;
}


/* Order List */
.btn-warning{
    color: black !important;
}
.dataTables_filter input{
    height: 30px;
    border: 1px solid #ccc;
}
.paginate_button{
    padding: 5px 10px;
}

/* Order Details / Invoice */
.textSize15{
    font-size: 15px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
.textSize16{
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
.invoice .top-left {
    font-size:65px;
	color:#3ba0ff;
}
.invoice .top-right {
	text-align:right;
	padding-right:20px;
}
.invoice .table-row {
	margin-left:-15px;
	margin-right:-15px;
	margin-top:25px;
}
.invoice .payment-info {
	font-weight:500;
}
.invoice .table-row .table>thead {
	border-top:1px solid #ddd;
}
.invoice .table-row .table>thead>tr>th {
	border-bottom:none;
}
.invoice .table>tbody>tr>td {
	padding:8px 20px;
}
.invoice .invoice-total {
	margin-right:0px;
	font-size:15px;
}
.invoice .last-row {
	border-bottom:1px solid #ddd;
}
.ptb-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.text-grey-m2 {
    color: #565758!important;
}
.text-blue-m2 {
    color: #68a3d5!important;
}
.text-600 {
    font-weight: 600!important;
}
.text-130 {
    font-size: 130%!important;
}
.font-bolder, .text-600 {
    font-weight: 600!important;
}
.align-middle {
    vertical-align: middle!important;
}
.mt-2 {
    margin-top: 0.5rem!important;
}
.pl-6{
    padding-left: 6px;
}
.radius3{
    border-radius: 3px;
    padding: 1px 7px;
    font-size: 14px;
}


/* ********************************************************************************************** */
/*                                        Product Details page                                    */
/* ********************************************************************************************** */

/* Product image, title, type & others */
.product-details{
    border-radius: 8px;
}
.proImg img{
    max-width: 100%;
    border-radius: 8px;
}
.details{
    padding: 15px;
}
.titles {
    font-size: 2rem;
    color: var(--color-default);
    margin-bottom: 10px;
}
.proDetails{
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
}
.proDetails p{
    font-size: 1.2rem;
}
.purchase-section{
    padding-top: 20px;
}

.btnStyle{
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 16px;
}

.rightSide{
    padding: 15px;
}
.rightSide p{
    font-size: 1rem;
    font-weight: 500;
}
.borderBottom{
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
}

/* Quantity & Buy Now, Add to cart style */
.pl15{
    padding-left: 15px;
}
.product-count {
	margin-top: 15px;
}
.product-count .labels{
    padding-top: 5px;
}
.product-count form{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    padding: 0 1.5rem;
    overflow: hidden;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    transition: 0.2s 0.7s ease-in-out;
}
.product-count .qtyminus,
.product-count .qtyplus {
	width: 34px;
    height: 34px;
    background: #93ba27;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
	border-radius: 3px 0 0 3px;
}
.product-count .qtyplus {
	border-radius: 0 3px 3px 0;
}
.product-count .qty {
    width: 60px;
    text-align: center;
    height: 34px;
    border: 1px solid #93ba27;
    font-size: 1.5rem;
}
.round-black-btn {
	border-radius: 4px;
    background: #93ba27;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #93ba27;
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: transparent;
	color: #212529;
	text-decoration: none;
}


.check-tbl.table>tbody>tr>td,
.check-tbl.table>tbody>tr>th,
.check-tbl.table>tfoot>tr>td,
.check-tbl.table>tfoot>tr>th,
.check-tbl.table>thead>tr>td,
.check-tbl.table>thead>tr>th {
    vertical-align: middle;
    text-align: center;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px;
}

.checkout-frm {
    flex: 1 1 45rem;
    background: #fff;
    border: var(--border);
    box-shadow: var(--box-shadow);
    text-align: center;
    padding: 2rem;
    border-radius: .5rem;
}

.checkout-frm h3 {
    color: var(--black);
    padding-bottom: 1rem;
    font-size: 3rem;
}

.checkout-frm .box {
    width: 100%;
    margin: .7rem 0;
    border-radius: .5rem;
    border: var(--border);
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
    padding: 1rem;
}

.checkout-frm .btn {
    padding: 1rem 4rem;
}



/* Product Description */
.product-info-tabs {
	margin-top: 25px;
}
.product-info-tabs .nav-tabs {
	border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
	border: none;
	border-bottom: 2px solid transparent;
	color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
	border: none;
}

.product-info-tabs .nav-tabs .nav-link.active,
.product-info-tabs .nav-tabs .nav-link.active:hover {
	border: none;
	border-bottom: 2px solid #d8d8d8;
	font-weight: bold;
}
.product-info-tabs .tab-content {
	padding: 30px 20px;
	font-size: 15px;
	line-height: 24px;
	color: #7a7a7a;
}


/*=========== profile ===========*/

.p-body {
    margin: 0;
    overflow-x: hidden;
    background-color: white !important;
    font-family: 'Oswald', sans-serif;
}

.p-container a,
li,
em,
button,
input,
textarea,
select {
    text-decoration: none;
    list-style: none;
    font-style: normal;
    outline: none !important;
    transition: 0.5s;
    resize: none;
    font-size: 1rem;
}

.p-container ul {
    position: relative;
    left: -20px;
}

.p-container ul li {
    padding: 20px 0;
    color: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.p-container b {
    color: #fff;
    font-size: 1.2rem;
}

.p-btn {
    background: #7ed321;
    padding: 10px;
    border: 0;
    outline: none;
    color: #000;
    display: block;
    width: 60px;
    margin: 10px 0;
    text-align: Center;
    border-radius: 5px;
    cursor: pointer;
}


.fa {
    color: white;
    cursor: pointer;
}

.p-container {
    width: 90%;
    margin: 3vh auto;
}

.p-container .p-table {
    width: 100%;
}

.p-container .p-table td {
    margin: 30px;
    border-radius: 95px;
    box-shadow: 0px 6px 16px -6px rgba(1, 138, 33, 0.568);
    padding: 3% 5%;
    background-color: #49afa8 !important;
    background-image: url(https://github.com/OlgaKoplik/CodePen/blob/master/leaf.png?raw=true);
    background-repeat: no-repeat, no-repeat;
    color: white;
    vertical-align: top;
}

.p-container .p-table td:nth-child(1) {
    text-align: Center;
}

.p-container .p-table td:nth-child(2) .fa {
    float: right;
}

.p-container .p-table td:nth-child(2) input {
    background: none;
    outline: none;
    border: 0;
    color: black;
    width: 70%;
    pointer-events: none;
    padding-left: 5%;
}

.p-container .p-table td:nth-child(1) section {
    position: relative;
    width: 300px;
    height: 215px;
    margin: 5vh auto;
}


.p-container .p-table td:nth-child(1) .fa {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 1rem;
}

.p-container .p-table td img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.p-container .p-table td h3 {
    color: black;
    font-weight: normal;
}

.p-container .p-table .section2 {
    text-align: left;
}

.p-container .p-table .section2 label {
    display: block;
    margin: 10px 0;
    text-align: left;
}

.p-container .p-table .section2 select {
    background: #1e1e1e;
    width: 100%;
    padding: 19px;
    border: 0;
    outline: none;
    color: gray;
}

.p-container .p-table .section2 input {
    background: #1e1e1e;
    width: 90%;
    padding: 20px;
    color: gray;
    border: 0;
    outline: none;
}

.p-container .p-table .section2 .quantityselector {
    height: 80px;
    border-bottom: 0px;
}

.p-container .p-table .section2 .quantityselector section {
    display: inline-block !important;
    width: 45%;
    margin: 0 10px;
}

.p-container .p-table textarea {
    width: 90%;
    resize: none;
    outline: none;
    border: 0;
    background: #1e1e1e;
    color: gray;
    padding: 20px;
}



.p-container .inframe .card {
    width: 100%;
    height: 40vh;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 10px 0;
}

.p-container .inframe .card img {
    width: 100%;
    height: 40vh;
    border-radius: 0;
}

.card_content {
    height: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(1, 1, 1, 0.8);
    transition: 0.5s;
}

.card_content ul li {
    padding: 5px;
    font-size: 13px;
}

.card_content h3 {
    text-align: Center;
    color: #fff;
}

.inframe .card:hover>.card_content {
    height: 40vh;
}

.card_content .btn {
    font-size: 12px;
    width: 100px;
    display: inline-block;
    margin: 0 10px;
}




/*------------------------------------------------
Responsive section
--------------------------------------------------*/
@media screen and (max-width: 1660px) {

    .banner_main {
        padding-bottom: 600px;
    }
}
@media screen and (max-width: 991px) {

    .full_bg {
        background: url(../img/landing/banner1.png);
        background-repeat: no-repeat;
        background-position: 0% 0%;
        background-size: 100% 100%;
    }

    .banner_main {
        padding-bottom: 450px;
    }

    .footer .social-links a {
        width: 50px;
        height: 50px;
        font-size: 23px;
    }
    .product-img {
        margin-top: 1px;
    }

}

@media screen and (max-width: 768px) {

    .header {
        width: 100%;
        height: 7%;
        padding: 5px 1px;
    }

    .header .logo {
        width: 70px
    }

    .build_box h1 {
        font-size: 30px;
        line-height: 1;
        padding-bottom: 0;
    }

    .build_box {
        padding-top: 10%;
    }

    .full_bg {
        background: url(../img/landing/banner2.png);
        background-repeat: no-repeat;
        background-position: 0% 0%;
        background-size: 100% 100%;
    }

    .banner_main {
        padding-bottom: 160px;
    }

    .build_box p {
        color: #fff;
        font-size: 12px;
        line-height: 1;
        font-weight: 500;
        margin-bottom: 0px;
        padding-right: 0px;
    }

    .section-header h2 {
        font-size: 18px;
        margin-bottom: 0;
        padding: 10px 0;
    }

    .section h3 {
        font-weight: 540;
        font-size: 14px;
        text-align: justify;
    }

    .btn-bg-primary,
    .btn-danger {
        padding: 10px 32px;
        font-size: 15px;
    }

    .section-header h1 {
        font-size: 30px;
    }

    .landing-card h1 {
        font-size: 30px;
    }

    .section-header-left h1 {
        font-size: 30px;
        margin-bottom: 2px;
        padding-bottom: 0px;
    }

    .section-header-left h2 {
        font-size: 20px;
    }

    .title-logo {
        width: 60px;
    }

    .product-text {
        font-size: 15px;
        line-height: 23px;
        letter-spacing: 0.5px;
        text-align: justify;
    }

    .about-list li {
        font-size: 15px;
        font-weight: 500;
    }

    .footer .footer-links ul li,
    .footer .footer-links {
        text-align: center;
    }
    .about-text{
        font-size: 15px;
    }
    .bulet-list h4{
        font-size: 16px;
    }
    .w-h4{
        font-size: 16px;
    }
    .w-h4 span{
        font-size: 18px !important;
    }
}


/* Login Page */
.containers {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-image: url(https://photoshop-kopona.com/uploads/posts/2019-02/1550441916_32.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.containers:before {
    content: "";
    position: absolute;
    width: 2000px;
    height: 2000px;
    border-radius: 50%;
    background: linear-gradient(-45deg, var(--bg-round-a), var(--bg-round-b));
    top: -10%;
    right: 48%;
    transform: translateY(-50%);
    z-index: 6;
    transition: 1.8s ease-in-out;
    background: var(--color-primary);
    /* opacity: 0.3; */
    /* background-image: url(./assets/images/banner/banner2.png); */
}

.forms-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.signin-signup {
    position: absolute;
    top: 65%;
    left: 75%;
    transform: translate(-50%, -50%);
    width: 35%;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 5;
    /* transition: 1s 0.7s ease-in-out; */
}

.sign-up-mode .signin-signup{
    top: 40%;
    left: 25%;
}

/* MODAL */

.btn-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: pink;
    font-size: 20px;
    color: white;
    padding: 10px 30px;
    cursor: pointer;
}

#popUpBox {
    width: 500px;
    overflow: hidden;
    background: pink;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 10px;
    text-align: center;
    display: none;
}

.title {
    font-size: 2rem;
    margin-bottom: 10px;
}

.input-field {
    width: 100%;
    height: 55px;
    margin: 10px 0;
    border-radius: 55px;
    display: grid;
    grid-template-columns: 15% 70% 15%;
    padding: 0 0.4rem;
    background: #fdfbfe;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    background: #ffffff26;
}

.input-field i {
    text-align: center;
    line-height: 55px;
    color: var(--input-icon);
    font-size: 1rem;
}

.key {
    color: var(--key-color);
    text-decoration: none;
}

.key:hover {
    color: var(--pass-hover-color);
}

.pass {
    margin: 12px 0;
    color: var(--pass-color);
}

.pass:hover {
    color: var(--pass-hover-color);
}

#togglePassword {
    text-align: center;
    color: var(--input-icon);
}

#toggleReg {
    text-align: center;
    color: var(--input-icon);
}

.input-field input {
    background: none;
    outline: none;
    border: none;
    line-height: 1;
    font-weight: 600;
    font-size: 1rem;
    color: var(--input);
}

.input-field input::placeholder {
    color: var(--input-hover);
    font-weight: 500;
}

.btn-login {
    width: 242px;
    height: 55px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    outline: none;
    border-radius: 49px;
    cursor: pointer;
    color: var(--color-white);
    text-transform: uppercase;
    margin: 10px 0;
    transition: 0.5s;
    background-color: var(--color-primary);
    color: #fff;
}
.btn-login a{
    color: #fff;
}

.btn-login:hover {
    /* background-color: var(--btn-hover); */
    background-color: var(--color-primary);
}

.btn-forgot {
    width: 242px;
    height: 55px;
    font-weight: 600;
    font-size: 1.5rem;
    border: none;
    outline: none;
    border-radius: 49px;
    cursor: pointer;
    /* background-color: var(--btn-color); */
    color: var(--btn-text);
    text-transform: uppercase;
    margin: 10px 0;
    transition: 0.5s;
    background-color: var(--color-primary);
    color: #fff;
}
.mb-4{
    font-size: 2.5rem;
    color: red;
}

.check {
    display: block;
    position: relative;
    margin: 12px 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.checkmark {
    color: var(--check-text);
}

.checkmark a {
    color: var(--check-link);
    text-decoration: underline;
}

.checkmark a:hover {
    color: var(--check-hover);
}

.social-text {
    padding: 0.7rem 0;
    font-size: 1rem;
    color: var(--social-text);
}

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

.social-icon {
    height: 46px;
    width: 46px;
    border: 1px solid var(--icon-color);
    margin: 0 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--icon-color);
    font-size: 1.1rem;
    border-radius: 50%;
    transition: 0.3s;
}

.social-icon:hover {
    color: var(--social-icon);
    border-color: var(--social-icon);
}

.icon-mode {
    height: 32px;
    width: 32px;
    border: 1px solid var(--icon-color);
    margin: 40px 5px 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--icon-color);
    font-size: 1rem;
    border-radius: 50%;
    transition: 0.3s;
}

.icon-mode:hover {
    color: var(--social-icon);
    border-color: var(--social-icon);
}

.text-mode {
    padding: 0.5rem 0;
    font-size: 0.8rem;
    font-style: italic;
    color: var(--social-text);
}

.panels-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.panel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    text-align: center;
    z-index: 7;
}

.left-panel {
    pointer-events: all;
    padding: 3rem 17% 2rem 12%;
}

.right-panel {
    pointer-events: none;
    padding: 3rem 12% 2rem 17%;
}

.panel .content {
    /* color: var(--panel-color); */
    transition: 0.9s 0.6s ease-in-out;
    color: #fff;
}

.panel h3 {
    font-weight: 600;
    line-height: 1;
    font-size: 2.5rem;
}

.panel p {
    font-size: 1rem;
    padding: 0.7rem 0;
}

.btn-login.transparent {
    margin: 0;
    background: none;
    border: 2px solid #fff;
    width: 242px;
    height: 55px;
    font-weight: 600;
    font-size: 2rem;
}
.blog-img .images img{
    max-width: 100%;
    min-width: none;
}
.image {
    width: 100%;
    margin-top: 0px;
    transition: 1.1s 0.4s ease-in-out;
}


.right-panel .content,
.right-panel .image {
    transform: translateX(800px);
}

/* ANIMATION */

.containers.sign-up-mode:before {
    transform: translate(100%, -50%);
    right: 52%;
}

.containers.sign-up-mode .left-panel .image,
.containers.sign-up-mode .left-panel .content {
    transform: translateX(-800px);
}

.containers.sign-up-mode .right-panel .content,
.containers.sign-up-mode .right-panel .image {
    transform: translateX(0px);
}

.containers.sign-up-mode .left-panel {
    pointer-events: none;
}

.containers.sign-up-mode .right-panel {
    pointer-events: all;
}

.containers.sign-up-mode form.sign-in-form {
    z-index: 1;
    opacity: 0;
}

.containers form.sign-up-form {
    z-index: 2;
    opacity: 0;
}

.containers form.sign-in-form {
    z-index: 1;
    opacity: 1;
}

.containers.sign-up-mode form.sign-up-form {
    z-index: 2;
    opacity: 1;
}

/* KEYBOARD */

.keyboard {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background: var(--keyboard-color);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    user-select: none;
    transition: bottom 0.4s;
    z-index: 999;
}

.keyboard--hidden {
    bottom: -100%;
}

.keyboard__keys {
    text-align: center;
}

.keyboard__key {
    height: 45px;
    width: 6%;
    max-width: 90px;
    margin: 3px;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: var(--key-letter);
    font-size: 1.05rem;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.keyboard__key:active {
    background: rgba(255, 255, 255, 0.12);
}

.keyboard__key--wide {
    width: 12%;
}

.keyboard__key--extra-wide {
    width: 36%;
    max-width: 500px;
}

.keyboard__key--activatable::after {
    content: "";
    top: 10px;
    right: 10px;
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.keyboard__key--active::after {
    background: #08ff00;
}

.keyboard__key--dark {
    background: rgba(0, 0, 0, 0.25);
}

/* MEDIA SCREEN */

@media (max-width: 870px) {
    .containers {
        min-height: 800px;
        height: 100vh;
    }

    .containers::before {
        width: 1500px;
        height: 1500px;
        left: 30%;
        bottom: 68%;
        transform: translateX(-50%);
        right: initial;
        top: initial;
        transition: 2s ease-in-out;
    }

    .signin-signup {
        width: 100%;
        left: 50%;
        top: 95%;
        transform: translate(-50%, -100%);
        transition: 1s 0.8s ease-in-out;
    }

    .panels-containers {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 2fr 1fr;
    }

    .panel {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 2.5rem 8%;
    }

    .panel .content {
        padding-right: 15%;
        transition: 0.9s 0.8s ease-in-out;
    }

    .panel h3 {
        font-size: 1.2rem;
    }

    .panel p {
        font-size: 0.7rem;
        padding: 0.5rem 0;
    }

    .btn-login.transparent {
        width: 110px;
        height: 35px;
        font-size: 0.7rem;
    }

    .image {
        display: block;
        margin: 0 auto;
    }
    .about .row .content {
        padding: 2rem !important;
    }
    .about .row .content h3 {
        font-size: 3rem;
    }
    
    .review .box-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(34rem, 1fr));
        gap: 2rem;
    }
        

    .service-page .box-container .box {
        padding-bottom: 60px;
    }

    .footer .box-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
        gap: 0rem;
    }
    /*.image {
          width: 200px;
          transition: 0.9s 0.6s ease-in-out;
      }*/

    .left-panel {
        grid-row: 1 / 2;
        margin-bottom: 121%;

    }

    .right-panel {
        grid-row: 3 / 4;
    }

    .right-panel .content,
    .right-panel .image {
        transform: translateY(300px);
    }

    .containers.sign-up-mode:before {
        transform: translate(-50%, 100%);
        bottom: 32%;
        right: initial;
    }

    .containers.sign-up-mode .left-panel .image,
    .containers.sign-up-mode .left-panel .content {
        transform: translateY(-300px);
    }

    .containers.sign-up-mode .signin-signup {
        top: 5%;
        transform: translate(-50%, 0);
        left: 50%;
    }

    .keyboard,
    .key {
        opacity: 0;
        visibility: hidden;
        font-size: 0.1px;
    }
}

@media (max-width: 570px) {
    form {
        padding: 0 1.5rem;
    }

    .image {
        display: none;
    }

    .panel .content {
        padding: 0.5rem 1rem;
    }

    .panel p {
        opacity: 0;
    }

    .containers:before {
        bottom: 75%;
        left: 50%;
    }

    .containers.sign-up-mode:before {
        bottom: 24%;
        left: 50%;
    }

    .field-icon {
        float: right;
        margin-left: 300px;
        margin-top: -55px;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 385px) {
    .field-icon {
        float: right;
        margin-left: 260px;
        margin-top: -55px;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 350px) {
    .field-icon {
        float: right;
        margin-left: 200px;
        margin-top: -55px;
        position: relative;
        z-index: 1;
    }
}

/* wishList */
.check-tbl{
    font-size: 1.7rem ;
}
.table-responsive {
    overflow-x: unset;
}

.table {
    width: auto;
    margin-bottom: 1rem;
    color: #212529;
}

.alert {
    border-radius: 4px;
    padding: 15px 20px;
}

.alert .product-item-img img {

    height: 100px;
    width: 100px;
}

.check-tbl.table>tbody>tr>td,
.check-tbl.table>tbody>tr>th,
.check-tbl.table>tfoot>tr>td,
.check-tbl.table>tfoot>tr>th,
.check-tbl.table>thead>tr>td,
.check-tbl.table>thead>tr>th {
    vertical-align: middle;
    text-align: center;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px;
}

.checkout-frm {
    flex: 1 1 45rem;
    background: #fff;
    border: var(--border);
    box-shadow: var(--box-shadow);
    text-align: center;
    padding: 2rem;
    border-radius: .5rem;
}

.checkout-frm h3 {
    color: var(--black);
    padding-bottom: 1rem;
    font-size: 3rem;
}

.checkout-frm .box {
    width: 100%;
    margin: .7rem 0;
    border-radius: .5rem;
    border: var(--border);
    font-size: 1.6rem;
    color: var(--black);
    text-transform: none;
    padding: 1rem;
}

.checkout-frm .btn {
    padding: 1rem 4rem;
}


/* Login / Register Modal*/
.modalTop {
    padding-left: 15%;
    text-align: left;
    padding-bottom: 20px;
}
#Div1{
    display: block;
   }

#Div2 {
    display: none;
}

.btnStyle{
    padding: 5px 10px;
    border-radius: 4px;
}

.countCartTotalItem{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background: #ffffff;
    border-radius: 50%;
    color: green;
    margin-left: 5px;
}
.addToCart{
    width: 200px;
}
.btn-green {
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary)
}
.tfoot img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
