/*
Theme Name: d Perfume Hub
Theme URI: http://codearoma/
Author: codearoma
Author URI: https://codearoma.com/
Description: CodeAroma Technologies mainly focuses on Website development, Application development, Software development, Online Marketing Services and Branding. 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codearoma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
*/

:root
{
    --primary:#ff7900;
    --secondary:#232323;
    --hover:#ff8901;
    --white:#fff;

}
.bg_black
{
    background-color: var(--secondary);
}
.bg_white
{
    background-color: var(--white);
}
html {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.psfw-main-product-wrapper.psfw-grid-template-19 .psfw-inner-wrap, .psfw-main-product-wrapper.psfw-car-template-8 .psfw-inner-wrap
{
    font-family: 'Poppins', sans-serif !important ;
}
body {

    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: var(--primary);
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    margin: 0px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

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

input,
select,
textarea {
    border: 2px solid #ededed;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-transform: uppercase;
    padding: 0 15px;
}
textarea:placeholder,
input:placeholder
{
    color:#fff;
}

textarea {
    padding-top: 20px;
    height: 120px;
}

.input-group {
    position: relative;
}

.input-group input,
.input-group textarea {
    padding-left: 65px;
}

.input-group .icon {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--primary);
}

.input-group.textarea .icon {
    top: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

::-webkit-input-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-ms-input-placeholder {
    opacity: 1;
}

::placeholder {
    opacity: 1;
}
.on-big-text{
font-family: 'Poppins', sans-serif;
    font-size: 280px;
    line-height: 1;
    position: absolute;
    top: 115px;
    color: #f7fcff;
    font-weight: 700;
    text-align: center;
    margin: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
@media (max-width: 991px){
    .on-big-text{
        font-size: 200px;
        top: 150px;
    }
}
@media (max-width: 767px){
    div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 100% !important;
    margin-left: 0px !important;
    }
    
    .slick-list
    {
        z-index: -1;
    }
    .on-big-text{
        font-size: 160px;
        top: 180px;
    }
}
@media (max-width: 576px){
    .on-big-text{
        display: none;
    }
}
/*===== Common class Style =====*/
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 9999999;
}

#preloader>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.main-btn {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: var(--white);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 15px 45px;
    background-color: #fff;
    border: 2px solid #fff;
    position: relative;
    border-radius: 5px;
}

.main-btn::after,
.main-btn::before {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 10px;
    width: 2px;
    content: '';
    background-color: var(--primary);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-btn::before {
    width: 10px;
    height: 2px;
}

.main-btn:hover {
    color: var(--primary);
}

.main-btn.btn-borderd {
    border: 2px solid rgba(4, 29, 56, 0.1);
    background-color: transparent;
}

.main-btn.btn-borderd:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

.main-btn.btn-borderd:hover::after,
.main-btn.btn-borderd:hover::before {
    background-color: var(--primary);
}

.main-btn.btn-filled {
    background-color: var(--primary);
    border-color: var(--primary);
}

.main-btn.btn-filled::after,
.main-btn.btn-filled::before {
    background-color: var(--primary);
}

.main-btn.btn-filled:hover {
    background-color: transparent;
    border-color: rgba(4, 29, 56, 0.1);
}

.main-btn.btn-filled:hover::after,
.main-btn.btn-filled:hover::before {
    background-color: rgba(4, 29, 56, 0.1);
}

.section-title h2 {
    font-size: 48px;
    text-transform: capitalize;
    line-height: 1.2;
    
}

/*===== Modal Style =====*/
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    width: 30px;
    height: 30px;
}

#quickViewSnap .cw-model-wrapper {
    padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h2 {
        font-size: 38px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 399px) {
    .section-title h2 {
        font-size: 26px;
    }
}

.section-title span.title-tag {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary);
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.section-title.left-border span.title-tag {
    padding-left: 50px;
}

.section-title.left-border span.title-tag::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 30px;
    background-color: var(--primary);
    content: '';
}

.section-title.both-border span.title-tag {
    padding-left: 50px;
    padding-right: 50px;
}

.section-title.both-border span.title-tag::before,
.section-title.both-border span.title-tag::after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 30px;
    background-color: var(--primary);
    content: '';
}

.section-title.both-border span.title-tag::after {
    left: auto;
    right: 0;
}

/* Custom Container Width */
@media (min-width: 1600px) {
    .container-fluid.custom-container-one {
        max-width: 1520px;
    }
}

@media (min-width: 1600px) {
    .container-fluid.custom-container-two {
        max-width: 1400px;
    }
}

/* background-colors */

.bg-dark-blue{
    background-color: var(--primary);
}

.bg-light-blue{
    background-color: #f7fcff;
}

/* Animation keyfranes */
@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@-webkit-keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes ripple-white {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        opacity: 0.2;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@keyframes ripple-white {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        opacity: 0.2;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

/*===========================
    Header
===========================*/
header {
    /*===== Header transparent =====*/
    /*===== Header to area =====*/
    /*===== Main Menu =====*/
    /*===== Mobile Menu =====*/
    /*===== Header two =====*/
    /*===== Header three =====*/
    /*===== Sticky Header =====*/
    /* off canvas menu */
}

header .header-top-area {
    padding: 5px 15px;
    background: var(--primary);
}

@media (max-width: 575px) {
    header .header-top-area {
        display: none;
    }
}

header .header-top-area .contact-list li,
header .header-top-area .social-link li {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 25px;
    font-family: 'Poppins', sans-serif;
}

header .header-top-area .contact-list li:last-child,
header .header-top-area .social-link li:last-child {
    margin-right: 0;
}

header .header-top-area .contact-list li,
header .header-top-area .contact-list li a,
header .header-top-area .social-link li,
header .header-top-area .social-link li a {
    color: #fff;
}

header .header-top-area .contact-list li a:hover,
header .header-top-area .social-link li a:hover {
    color: var(--primary);
}
header .header-top-area .contact-list li a.d-icon:hover{
    transition: .4s;
    color: black;
}

header .header-top-area .social-link {
    text-align: right;
}

header .header-top-area .social-link li {
    margin-right: 0;
    margin-left: 25px;
}

header .header-top-area .social-link li:first-child {
    margin-left: 0;
}

header .mainmenu-area {
    background-color: var(--secondary);
    position: relative;
    padding: 0 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header .mainmenu-area {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    header .mainmenu-area {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header .mainmenu-area {
        padding: 5px;
    }
}

@media (max-width: 767px) {
    header .mainmenu-area {
        padding: 5px;
    }
}

@media (max-width: 575px) {

    .sigma-header .sigma-topbar-controls>li.sigma-search .sigma-search-form {
        width: 272px !important;
    }
}

header .mainmenu-area .main-menu {
    float: left;
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header .mainmenu-area .main-menu {
        grid-column-gap: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    header .mainmenu-area .main-menu {
        grid-column-gap: 30px;
    }
}

header .mainmenu-area .main-menu .logo img {
    max-width: 290px;
}

@media (max-width: 399px) {
    header .mainmenu-area .main-menu .logo img {
        max-width: 120px;
    }
}

header .mainmenu-area .main-menu .menu-items ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header .mainmenu-area .main-menu .menu-items ul li {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    header .mainmenu-area .main-menu .menu-items ul li {
        margin-right: 0;
    }
}

header .mainmenu-area .main-menu .menu-items ul li:last-child {
    margin-right: 0;
}

header .mainmenu-area .main-menu .menu-items ul li a {
    padding: 24px 19px;
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    header .mainmenu-area .main-menu .menu-items ul li a {
        padding: 0 11px;
    }
}

header .mainmenu-area .main-menu .menu-items ul li a:hover {
    color: var(--primary);
}

header .mainmenu-area .main-menu .menu-items ul li.active>a {
    color: var(--white);
}

header .mainmenu-area .main-menu .menu-items ul li .submenu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 220px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
    box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
}

header .mainmenu-area .main-menu .menu-items ul li .submenu>li {
    position: relative;
    display: block;
    margin: 0;
}

header .mainmenu-area .main-menu .menu-items ul li .submenu>li a {
    display: block;
    padding: 0 20px;
    position: relative;
    color: #000;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    line-height: 50px;
}

header .mainmenu-area .main-menu .menu-items ul li .submenu>li a:hover {
    background-color: var(--primary);
    color: #fff;
}

header .mainmenu-area .main-menu .menu-items ul li .submenu>li .submenu {
    position: absolute;
    left: 100%;
    top: 30%;
    width: 220px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
}

header .mainmenu-area .main-menu .menu-items ul li .submenu>li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

header .mainmenu-area .main-menu .menu-items ul li:hover .submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}


/* @media (max-width: 575px) {
    header .mainmenu-area .main-right {
        display: none;
    }
} */

header .mainmenu-area .main-right .offcanvas-trigger {
    margin-left: 20px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: var(--primary);
    border: 2px solid var(--primary);
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
    header .mainmenu-area .main-right .offcanvas-trigger {
        display: none;
    }
}

header .mainmenu-area .main-right .offcanvas-trigger:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}
/* 
.shoping-cart-sec {
    width: 60px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.shoping-cart-sec .cart-icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}

.shoping-cart-sec .cart-icon .cart-count {
    background-color: #fff;
    position: absolute;
    top: 12px;
    right: 4px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    color: var(--primary);
} */


header .mainmenu-area .main-right .offcanvas-trigger i {
    font-size: 30px;
    position: relative;
    top: 5px;
}

header .mobile-menu.mean-container .mean-bar {
    background-color: transparent;
    padding: 0;
    min-height: 0;
}

header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
    border: 2px solid rgba(4, 29, 56, 0.1);
    padding: 17px 15px;
    z-index: 222;
}

@media (max-width: 399px) {
    header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
        margin-top: -65px;
        padding: 12px 10px;
    }
}

header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal span {
    background-color: var(--primary);
}

header .mobile-menu.mean-container .mean-nav {
    margin-top: 0;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

header .mobile-menu.mean-container .mean-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .mobile-menu.mean-container .mean-nav ul li:last-child {
    border: none;
}

header .mobile-menu.mean-container .mean-nav ul li a {
    border: none;
    padding: 0;
    padding: 15px 20px;
    width: 100%;
    font-size: 14px;
}

header .mobile-menu.mean-container .mean-nav ul li li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

header .mobile-menu.mean-container .mean-nav ul li li a {
    padding: 15px 40px;
}

header .mobile-menu.mean-container .mean-nav ul li li li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

header .mobile-menu.mean-container .mean-nav ul li li li a {
    padding: 15px 60px;
}

header .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    border: none !important;
    width: 50px;
    height: 53px;
    padding: 0 !important;
    line-height: 53px;
    margin-top: 0;
}

header .mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
    background: transparent;
}

header.header-two .header-top-area {
    padding: 15px 0;
    background-color: var(--primary);
}

header.header-two .mainmenu-area {
    border-bottom: 1px solid #f1f1f1;
    padding: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header.header-two .mainmenu-area {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    header.header-two .mainmenu-area {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.header-two .mainmenu-area {
        padding: 15px 95px 15px 0;
    }
}

@media (max-width: 767px) {
    header.header-two .mainmenu-area {
        padding: 15px 95px 15px 0;
    }
}

@media (max-width: 575px) {
    header.header-two .mainmenu-area {
        margin-top: 0;
    }
}

header.header-two .mainmenu-area .main-menu {
    grid-column-gap: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header.header-two .mainmenu-area .main-menu {
        grid-column-gap: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    header.header-two .mainmenu-area .main-menu {
        grid-column-gap: 30px;
    }
}

header.header-two .mainmenu-area .main-right {
    text-align: right;
}

header.header-two .mainmenu-area .main-right .offcanvas-trigger {
    margin-left: 50px;
}

header.header-two .mainmenu-area .main-right .quote-icon {
    text-align: left;
    padding-left: 80px;
    position: relative;
}

header.header-two .mainmenu-area .main-right .quote-icon .icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header.header-two .mainmenu-area .main-right .quote-icon span {
    font-weight: 700;
    font-size: 14px;
    color: var(--primary);
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    text-transform: uppercase;
}

header.header-two .mainmenu-area .main-right .quote-icon span span {
    display: block;
    font-size: 20px;
    color: var(--primary);
}

@media (max-width: 767px) {
    header.header-two .mainmenu-area .main-right .quote-icon span span {
        font-size: 18px;
    }
}

header.header-three .mainmenu-area {
    background-color: transparent;
    padding: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.header-three .mainmenu-area {
        padding: 15px 95px 15px 0;
    }
}

@media (max-width: 767px) {
    header.header-three .mainmenu-area {
        padding: 15px 95px 15px 0;
    }
}

header.header-three .mainmenu-area .main-menu {
    grid-column-gap: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    header.header-three .mainmenu-area .main-menu {
        grid-column-gap: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    header.header-three .mainmenu-area .main-menu {
        grid-column-gap: 30px;
    }
}

header.header-three .mainmenu-area .main-menu .logo img.sticky-logo {
    display: none;
}

header.header-three .mainmenu-area .main-menu .menu-items ul li {
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    header.header-three .mainmenu-area .main-menu .menu-items ul li {
        margin-right: 0;
    }
}

header.header-three .mainmenu-area .main-menu .menu-items ul li a {
    color: #fff;
    line-height: 90px;
}

header.header-three .mainmenu-area .main-menu .menu-items ul li.active>a {
    color: var(--primary);
}

header.header-three .mainmenu-area .main-right .main-btn.btn-filled:hover {
    background-color: #fff;
}

header.header-three .mainmenu-area .main-right .main-btn.btn-filled:hover::after,
header.header-three .mainmenu-area .main-right .main-btn.btn-filled:hover::before {
    background-color: var(--primary);
}

header.header-three .mainmenu-area .main-right .offcanvas-trigger {
    background-color: #fff;
    border-color: #fff;
    color: var(--primary);
}

header.header-three .mainmenu-area .main-right .offcanvas-trigger:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

header.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
    border-color: #fff;
    background-color: #fff;
}

header.header-three.sticky .mainmenu-area .main-menu .logo img.sticky-logo {
    display: block;
}

header.header-three.sticky .mainmenu-area .main-menu .logo img.normal-logo {
    display: none;
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
    z-index: 99;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
}

header.sticky .mainmenu-area {
    margin-top: 0;
}


header.sticky .header-top-area {
    display: none;
}

header.sticky.header-three .mainmenu-area {
    padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    header.sticky.header-three .mainmenu-area {
        padding: 15px 95px 15px 0;
    }
}

@media (max-width: 767px) {
    header.sticky.header-three .mainmenu-area {
        padding: 15px 95px 15px 0;
    }
}

header.sticky.header-three .mainmenu-area .main-menu .menu-items ul li a {
    color: var(--primary);
}

header.sticky.header-three .mainmenu-area .offcanvas-trigger {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--primary);
}

header.sticky.header-three .mainmenu-area .offcanvas-trigger:hover {
    background: transparent;
    border-color: rgba(4, 29, 56, 0.1);
}

header.sticky.header-three .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
    border-color: rgba(4, 29, 56, 0.1);
    background-color: transparent;
}

header .off-canvas-wrap {
    position: fixed;
    width: 450px;
    top: 0;
    min-height: 100vh;
    right: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9999999;
    margin-right: -450px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.08);
    box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.08);
    text-align: left;
}

header .off-canvas-wrap.show-off-canvas {
    margin-right: 0;
}

header .off-canvas-wrap .overly {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 998;
    background-color: #000;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

header .off-canvas-wrap .overly.show-overly {
    visibility: visible;
    opacity: 0.6;
}

header .off-canvas-wrap .off-canvas-widget {
    padding: 90px 50px;
    background-color: #fff;
    height: 100vh;
    position: relative;
    z-index: 999;
}

header .off-canvas-wrap .off-canvas-widget a.off-canvas-close {
    position: absolute;
    right: 50px;
    top: 40px;
    font-size: 30px;
    color: var(--primary);
}

header .off-canvas-wrap .off-canvas-widget .widget {
    margin-bottom: 50px;
}

header .off-canvas-wrap .off-canvas-widget .widget:last-child {
    margin-bottom: 0;
}

header .off-canvas-wrap .off-canvas-widget .widget .widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
    margin-bottom: 30px;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li:last-child {
    margin-bottom: 0;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-img {
    background-size: cover;
    background-position: center;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content {
    padding-left: 20px;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content h6 {
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    
    line-height: 1.3;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content .time {
    font-size: 15px;
    font-weight: 500;
}

header .off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content .time i {
    margin-right: 10px;
}

header .off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li {
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

header .off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
}

header .off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li a {
    color: var(--primary);
}

header .off-canvas-wrap .off-canvas-widget .widget.social-widget ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
}

header .off-canvas-wrap .off-canvas-widget .widget.social-widget ul li a:hover {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
/*=====sigma-header======*/

header .container.container-custom-one {
    max-width: 100%;
}

.sigma-header .sigma-header-topbar{
    padding-top: 10px;
}

.sigma-header .sigma-topbar-controls>li{

    position: relative;
}
.sigma-header .sigma-topbar-controls>li>a{
    color: var(--primary);
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
}
.sigma-header .sigma-topbar-controls>li:hover>a{
    color: var(--primary);
}
.sigma-header .sigma-topbar-controls.style-2>li>a{
    font-size: 20px;
}
.sigma-header .sigma-topbar-controls>li.sigma-login>a{
    font-size: 14px;
}
.sigma-header .sigma-topbar-controls>li.sigma-search .sigma-search-form {
    position: absolute;
    right: 0px;
    width: 315px;
    top: 54px;
    display: none;
    z-index: 999;
}
.sigma-header .sigma-topbar-controls>li.sigma-search .sigma-search-form input{
    text-align: left;
    padding-left: 10px;
}
.sigma-header .sigma-topbar-controls>li.sigma-search .sigma-search-form button {
    width: 38px;
    border: 1px solid #ced4da;
    background: #fff;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    height: 44px;
}
.sigma-header .sigma-logo{
    text-align: center;
    margin-bottom: 10px;
}
.sigma-header .sigma-topbar-controls.style-2{
    justify-content: flex-end;
}
.sigma-header .sigma-topbar-controls.style-2>li{
    margin-left: 30px;
    margin-right: 0px;
}

.sigma-header .sigma-topbar-controls>li>a .sigma-notification{
    background: var(--primary);
    color: #fff;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    margin-right: -12px;
    position: relative;
    top: -12px;
}
.sigma-header .sigma-topbar-controls>li.dropdown-btn{
    position: static;
}
.sigma-header .sigma-header-topbar .dropdown-btn .cart-dropdown-menu {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    padding: 15px;
    width: 300px;
    right: 0;
    left: auto;
}

.sigma-header .sigma-header-topbar .cart-dropdown-menu .cart-items-box {
    display: block;
    overflow-y: auto;
    height: 300px;
}

.sigma-header .sigma-header-topbar .cart-dropdown-menu div.cart-items-box {
    height: auto;
    padding-top: 10px;
    overflow: hidden;
}

.sigma-header .sigma-header-topbar .cart-dropdown-menu .cart-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sigma-header .sigma-header-topbar .cart-dropdown-menu .cart-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.sigma-header .sigma-header-topbar .cart-dropdown-menu .cart-item span {
    font-weight: 600;
}

.sigma-header .sigma-header-topbar .cart-dropdown-menu .cart-item.actions {
    justify-content: flex-start;
}

.sigma-header .sigma-header-topbar .cart-dropdown-menu .cart-item.actions button {
    margin-right: 5px;
    padding: 0 30px;
    line-height: 50px;
    height: 50px;
}

.sigma-header .sigma-header-topbar .cart-dropdown-menu .cart-item .img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.sigma-header .sigma-header-topbar .cart-dropdown-menu .cart-item .content {
    width: calc(100% - 90px);
}

.sigma-header .sigma-header-topbar .cart-dropdown-menu .cart-item .content h5 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: normal;
}
.sigma-header .sigma-header-topbar .cart-dropdown-menu .cart-item .content p {
    color: var(--primary);
    margin-bottom: 0;
}
/*=====sigma-navigation======*/

.sigma-header .sigma-header-nav{
    position: relative;
}
.sigma-mobile-header .sigma-mobile-header-inner,
.sigma-header .sigma-header-nav-inner{
    padding-top: 10px;
    border-top: 1px solid #d6d6d6;
}
.sigma-header .sigma-main-menu{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sigma-header .sigma-main-menu>.menu-item{
    margin: 0 8px;
}
.sigma-header .sigma-main-menu>.menu-item>a{
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    padding-top: 5px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.sigma-header .sigma-main-menu>.menu-item:hover>a{
    color: var(--primary);
}
.sigma-header .sigma-main-menu>.menu-item>a>i{
    margin-right: 10px;
    font-size: 15px;
}
.sigma-header .sigma-main-menu .menu-item-has-children{
    position: relative;
}
.sigma-header .sigma-main-menu .menu-item-has-children>.sub-menu{
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    width: 250px;
    z-index: 10;
}
.sigma-header .sigma-main-menu .menu-item-has-children:hover>.sub-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.sigma-header .sigma-main-menu .menu-item-has-children>.sub-menu>li.menu-item>a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    transition: all 0.3s ease-out 0s;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--primary);
}
.sigma-header .sigma-main-menu .menu-item-has-children>.sub-menu>li.menu-item:hover>a{
    background-color: var(--primary);
    color: #fff;
}
.sigma-header .sigma-main-menu .menu-item-has-children>.sub-menu>li.menu-item-has-children>a:after{
    position: absolute;
    right: 20px;
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.sigma-header .sigma-main-menu .menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu{
    left: 100%;
    top: -0%;
}
h1.Cancellation {
    font-size: 22px;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 16px;
}
h1.Policy {
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 16px;
}
/*=====sigma-megamenu======*/
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu{
    position: static;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu{
    width: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    padding: 0 15px;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigm-megamenu-nav{
    border-bottom: 0;
    border-right: 1px solid #d6d6d6;
    padding: 30px 20px;
    display: block;
    padding-right: 0;
    height: 100%;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigm-megamenu-nav>.nav-item{
    margin-bottom: 0;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigm-megamenu-nav>.nav-item>.nav-link{
    border: none;
    background: #fff;
    color: var(--primary);
    font-weight: bold;
    padding: 10px;
    border-radius: 0;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigm-megamenu-nav>.nav-item>.nav-link.active{
    border-right: 3px solid var(--primary);
    color: var(--primary);
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-megamenu-img,
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-megamenu-navbox{
    padding: 40px 0;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-megamenu-navbox .sigma-title{
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-megamenu-navbox .sigma-title>a{
font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .menu-item-has-children>.sub-menu{
    position: relative;
    width: 100%;
    opacity: 1;
    visibility: visible;
    top: 0;
}

.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu{
    display: none;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu:hover>.sub-menu{
    display: block;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-megamenu-image{
    text-align: center;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-megamenu-image span{
    color: var(--primary);
    margin-bottom: 10px;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-blog-block>img{
    margin-bottom: 10px;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-blog-block>p{
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-blog-block>a{
    font-size: 14px;
    color: var(--primary);
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu .sigma-blog-block>a:hover{
    color: var(--primary);
}
.sigma-header .sigma-main-menu .menu-item-has-children.menu-item-has-megamenu>.sub-menu img{
    width: 100%;
}
/*=====sigma-Mobile header======*/
.sigma-mobile-header{
    display: none;
}
.sigma-mobile-header .sigma-mobile-header-inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.sigma-mobile-header .sigma-hamburger-menu{
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(4, 29, 56, 0.1);
    justify-content: center;
}
.sigma-mobile-header .sigma-hamburger-menu .sigma-menu-btn{
    transition: 0.3s;
}
.sigma-mobile-header .sigma-hamburger-menu .sigma-menu-btn span{
    background: #000000;
    height: 2px;
    width: 25px;
    margin-bottom: 5px;
    display: block;
    transform: 0.3s;
}
.sigma-mobile-header .sigma-hamburger-menu .sigma-menu-btn span:last-child{
    margin-bottom: 0;
}
.sigma-mobile-header .sigma-hamburger-menu .sigma-menu-btn.active{
    position: relative;
    top: -4px;
    transition: 0.3s;
}
.sigma-mobile-header .sigma-hamburger-menu .sigma-menu-btn.active span:first-child{
    transform: rotate(45deg);
    transition: 0.3s;
    position: relative;
    top: 7.4px;
}
.sigma-mobile-header .sigma-hamburger-menu .sigma-menu-btn.active span:nth-child(2){
    display: none;
}
.sigma-mobile-header .sigma-hamburger-menu .sigma-menu-btn.active span:last-child{
    transform: rotate(-45deg);
    transition: 0.3s;
}
/*=====Sigma Mobile Menu======*/
.sigma-mobile-menu{
    width: 300px;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 100vh;
    z-index: 10;
    transition: 0.3s all;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}
.sigma-mobile-menu.active{
    transform: translateX(0%);
}
.sigma-mobile-menu .sigma-main-menu{
    display: block;
    padding: 40px 0;
}
.sigma-mobile-menu .sigma-main-menu>.menu-item{
    width: 100%;
    margin: 0;
}
.sigma-mobile-menu .sigma-main-menu>.menu-item>a{
    justify-content: space-between;
    padding: 10px;
}
.sigma-mobile-menu .sigma-main-menu>.menu-item.menu-item-has-children>a:after{
    display: inline-block;
    margin-left: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.sigma-mobile-menu .sigma-main-menu .menu-item-has-children>.sub-menu{
    position: relative;
    top: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
}
.sigma-mobile-menu .sigma-main-menu .menu-item-has-children>.sub-menu>li.menu-item-has-children>a:after{
    position: relative;
    transform: none;
    right: -10px;
    font-size: 16px;
}
.sigma-mobile-menu .sigma-main-menu .menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu{
    left: 0;
}
.sigma-mobile-menu .sigma-main-menu .menu-item {
    position: relative;
    padding: 0 0px 0 6px;
}
@media (max-width: 991px){
    .sigma-header .sigma-topbar-controls>li.sigma-search .sigma-search-form
    {
        top: 34px;
    }
    div.logo a img{
        width: 212px;
        height: auto;
    }
    ul.sigma-topbar-controls {
        position: absolute;
        right: 39px;
        top: 15px;
    }
    header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
        margin-right: 2px;
        padding: 7px 5px;
        margin-top: -43px;
    }
    .main-right.sigma-header {
        margin-top: 0px !important;
    }
    .sigma-header .sigma-header-nav{
        display: none;
    }
    .sigma-mobile-menu,
    .sigma-mobile-header{
        display: block;
    }
}
@media (max-width: 767px){
    .sigma-header .sigma-logo{
        text-align: left;
    }
}
@media (max-width: 576px){
    .sigma-header .sigma-topbar-controls.style-2>li{
        margin-left: 10px;
    }
}
/*===========================
    Banner
===========================*/
.banner
{
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 95px;
    padding-bottom: 160px;

}
.banner-section {
    z-index: 1;
    /* Banner Shape */
    /* Banner Content */
    /* Banner Style Two */
    /* Banner Style Three */
    /* Slider nav And dots */
}
.banner-section.style-2{
    padding-top: 160px;
}
@media (max-width: 991px) {
    .banner-section.style-2.shop-sidebar-section.style-2 .product-grid{
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .banner-section {
        padding-top: 300px;
        padding-bottom: 120px;
    }
    .banner-section.style-2{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 575px) {
    div.logo a img {
        width: 154px;
        height: auto;
        margin: 3px 0px;
    }
    .sigma-header .sigma-topbar-controls>li.sigma-search .sigma-search-form {
        right: -14px;
    }
    .banner-section {
        padding-top: 240px;
        padding-bottom: 100px;
    }
    .banner-section.style-2{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 399px) {
    .banner-section {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section .banner-shape-one {
        height: 320px;
        width: 320px;
    }
}

@media (max-width: 767px) {
    .banner-section .banner-shape-one {
        height: 320px;
        width: 320px;
    }
}

@media (max-width: 399px) {
    .banner-section .banner-shape-one {
        height: 220px;
        width: 220px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section .banner-shape-two {
        height: 120px;
        width: 120px;
    }
}

@media (max-width: 767px) {
    .banner-section .banner-shape-two {
        height: 120px;
        width: 120px;
    }
}

@media (max-width: 767px) {
    .banner-section .banner-shape-two {
        height: 82px;
        width: 82px;
    }
}

.banner-section .banner-shape-three {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 225px;
    background-color: transparent;
}
.banner-section .banner-shape-three.rotate{
    bottom: auto;
    top: -1px;
    transform: rotate(180deg);
}
.banner-section .banner-shape-three svg {
    width: calc(125% + 1.3px);
    height: 225px;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-section .banner-shape-three svg path {
    fill: #ffffff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

@media (min-width: 1600px) {
    .banner-section .single-banner .row.extra-left {
        margin-left: -90px;
    }
}

.banner-section .single-banner .banner-text,
.banner-section .single-banner .banner-text h1 {
    color: #fff;
}

.banner-section .single-banner .banner-text h1 {
    font-size: 70px;
    text-transform: capitalize;
    line-height: 1.09;
    margin-bottom: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-section .single-banner .banner-text h1 {
        font-size: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section .single-banner .banner-text h1 {
        font-size: 75px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-section .single-banner .banner-text h1 {
        font-size: 52px;
    }
}

@media (max-width: 575px) {
    .banner-section .single-banner .banner-text h1 {
        font-size: 40px;
    }
}

@media (max-width: 399px) {
    .banner-section .single-banner .banner-text h1 {
        font-size: 32px;
    }
}

.banner-section .single-banner .banner-text p {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 0 5px 25px;
}

@media (max-width: 399px) {
    .banner-section .single-banner .banner-text p {
        font-size: 18px;
    }
}

.banner-section .single-banner .banner-text p::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    background-color: var(--primary);
    width: 4px;
}

.banner-section .single-banner .banner-text .btn-wrap {
    margin-top: 40px;
}

.banner-section .single-banner .banner-text .btn-wrap a.main-btn {
    margin-right: 20px;
}

.banner-section .single-banner .banner-text .btn-wrap a.main-btn.btn-borderd {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.banner-section .single-banner .banner-text .btn-wrap a.main-btn.btn-borderd:hover {
    color: var(--white);
    border-color: var(--primary);
}

.banner-section .single-banner .banner-text .btn-wrap a.main-btn.btn-filled:hover {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.banner-section .single-banner .banner-text .btn-wrap a.main-btn.btn-filled:hover::after,
.banner-section .single-banner .banner-text .btn-wrap a.main-btn.btn-filled:hover::before {
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 575px) {
    .banner-section .single-banner .banner-text .btn-wrap a.main-btn {
        margin-right: 10px;
        padding: 0 30px;
    }
}

@media (max-width: 399px) {
    .banner-section .single-banner .banner-text .btn-wrap a.main-btn {
        margin-bottom: 10px;
        padding: 0 45px;
    }
}

.banner-section.banner-style-two {
    padding: 0;
}

.banner-section.banner-style-two::after,
.banner-section.banner-style-two::before {
    display: none;
}

.banner-section.banner-style-two .single-banner {
    height: 930px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-section.banner-style-two .single-banner {
        height: 720px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section.banner-style-two .single-banner {
        height: 620px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-section.banner-style-two .single-banner {
        height: 600px;
    }
}

@media (max-width: 575px) {
    .banner-section.banner-style-two .single-banner {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .banner-section.banner-style-two .single-banner .banner-img {
        display: none;
    }
}

.banner-section.banner-style-two .single-banner .banner-text,
.banner-section.banner-style-two .single-banner .banner-text p,
.banner-section.banner-style-two .single-banner .banner-text h1 {
    color: var(--primary);
}

.banner-section.banner-style-two .single-banner .banner-text h1 {
    font-size: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner-section.banner-style-two .single-banner .banner-text h1 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-section.banner-style-two .single-banner .banner-text h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section.banner-style-two .single-banner .banner-text h1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-section.banner-style-two .single-banner .banner-text h1 {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .banner-section.banner-style-two .single-banner .banner-text h1 {
        font-size: 40px;
    }
}

@media (max-width: 399px) {
    .banner-section.banner-style-two .single-banner .banner-text h1 {
        font-size: 30px;
    }
}

.banner-section.banner-style-two .single-banner .banner-text .video-icon {
    color: var(--primary);
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: var(--primary);
    position: relative;
    margin-bottom: 40px;
}

.banner-section.banner-style-two .single-banner .banner-text .video-icon::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: var(--primary);
    z-index: -1;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
}

.banner-section.banner-style-three {
    padding-top: 250px;
    padding-bottom: 290px;
}
.banner-section.banner-style-three.plus-four{
    padding-top: 290px;
    padding-bottom: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section.banner-style-three {
        padding-top: 220px;
        padding-bottom: 250px;
    }
}

@media (max-width: 767px) {
    .banner-section.banner-style-three {
        padding-top: 200px;
        padding-bottom: 220px;
    }
}

.banner-section.banner-style-three::before {
    display: none;
}

.banner-section.banner-style-three .single-banner .banner-text {
    text-align: center;
}

.banner-section.banner-style-three .single-banner .banner-text h1 {
    font-weight: 200;
    
}

@media (max-width: 399px) {
    .banner-section.banner-style-three .single-banner .banner-text h1 {
        font-size: 38px;
    }
}

.banner-section.banner-style-three .single-banner .banner-text h1 span {
    font-weight: 700;
}

.banner-section .slider-active .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 62px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .banner-section .slider-active .slick-dots {
        bottom: -100px;
    }
}

@media (max-width: 575px) {
    .banner-section .slider-active .slick-dots {
        bottom: -90px;
    }
}

.banner-section .slider-active .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.banner-section .slider-active .slick-dots li button {
    font-size: 0;
    height: 15px;
    width: 15px;
    border: navajowhite;
    border-radius: 50%;
    background: white;
}

.banner-section .slider-active .slick-dots li.slick-active button {
    background-color: var(--primary);
}

.banner-section .slider-active .slick-arrow {
    position: absolute;
    left: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 20px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-section .slider-active .slick-arrow {
        left: 2%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section .slider-active .slick-arrow {
        left: 1%;
    }
}

.banner-section .slider-active .slick-arrow i {
    margin-right: 10px;
}

.banner-section .slider-active .slick-arrow.next-arrow {
    left: auto;
    right: 4%;
}

.banner-section .slider-active .slick-arrow.next-arrow i {
    margin-right: 0;
    margin-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-section .slider-active .slick-arrow.next-arrow {
        left: auto;
        right: 2%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-section .slider-active .slick-arrow.next-arrow {
        left: auto;
        right: 1%;
    }
}

/*===========================
    About 
===========================*/

.bg-about-section{
    background-color: var(--primary);
    position: relative;
    z-index: 0;
}
.bg-about-section .shape-one{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 0.6; 
    z-index: -1;
    -webkit-clip-path: polygon(100% 0%, 100% 62%, 62% 100%, 0% 100%);
    clip-path: polygon(100% 0%, 100% 62%, 100% 100%, 0% 100%);
}
.bg-about-section.style-2{
    position: relative;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-about-section.style-2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    opacity: 0.5;
}
.bg-about-section.extra-padding{
    padding-bottom: 320px;
}
.bg-about-section .about-head-text {
    text-align: right;
    margin-bottom: -20px;
    max-width: 400px;
    margin: 0 30px 0 auto;
    position: relative;
}
.bg-about-section .about-head-text:after {
    content: '';
    background: #1b3654;
    height: 100%;
    width: 2px;
    display: block;
    position: absolute;
    right: -45px;
    top: 0;
}
.bg-about-section .about-head-text p{
    font-size: 14px;
}
.bg-about-section .section-title {
    padding-left: 30px;
}
.bg-about-section.extra-padding+.shop-sidebar-section{
    margin-top: -312px;
}
@media (max-width: 991px){
    /*about*/
    .bg-about-section .about-head-text{
        max-width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
        text-align: left;
    }
    .bg-about-section .about-head-text:after{
        left: 0;
        right: 0;
        height: 2px;
        width: 100%;
        bottom: -30px;
        top: auto;
    }
    .bg-about-section .section-title{
        padding-left: 0;
        /* padding-top: 30px; */
    }
}
.about-section .about-tile-gallery {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-tile-gallery {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .about-section .about-tile-gallery {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .about-section .about-tile-gallery {
        min-height: 450px;
    }
}

.about-section .about-tile-gallery img {
    position: absolute;
}

.about-section .about-tile-gallery img.image-one {
    top: 0;
    left: 0;
    max-width: 400px;
    max-height: 450px;
    z-index: 1;
}

@media (max-width: 575px) {
    .about-section .about-tile-gallery img.image-one {
        max-width: 100%;
    }
}

.about-section .about-tile-gallery img.image-two {
    right: 20px;
    bottom: 0;
    max-width: 400px;
    max-height: 260px;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section .about-tile-gallery img.image-two {
        max-width: 340px;
    }
}

@media (max-width: 575px) {
    .about-section .about-tile-gallery img.image-two {
        right: 0;
        max-width: 300px;
    }
}

@media (max-width: 399px) {
    .about-section .about-tile-gallery img.image-two {
        max-width: 250px;
    }
}

.about-section .about-tile-gallery img.image-three {
    right: 20px;
    top: 20px;
    max-width: 160px;
    z-index: 2;
}

@media (max-width: 575px) {
    .about-section .about-tile-gallery img.image-three {
        right: -15px;
    }
}

.about-section .about-tile-gallery img.icon {
    top: 140px;
    right: 95px;
    z-index: 3;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section .about-tile-gallery img.icon {
        right: 0;
    }
}

@media (max-width: 575px) {
    .about-section .about-tile-gallery img.icon {
        display: none;
    }
}

.about-section .about-tile-gallery img.zero-icon {
    z-index: 4;
    left: -45px;
    bottom: 20px;
}

@media (min-width: 1600px) {
    .about-section .about-tile-gallery img.zero-icon {
        bottom: 40px;
        left: -140px;
    }
}

@media (max-width: 575px) {
    .about-section .about-tile-gallery img.zero-icon {
        left: -30px;
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .about-section .about-text {
        padding-left: 0;
    }
}

.about-section .about-text .about-features .sngle-features {
    margin-bottom: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 90px 115px 1fr;
    grid-template-columns: 90px 115px 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-section .about-text .about-features .sngle-features:last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .about-section .about-text .about-features .sngle-features {
        -ms-grid-rows: 90px 1fr;
        grid-template-rows: 90px 1fr;
    }
}

.about-section .about-text .about-features .sngle-features .chart {
    position: relative;
    min-width: 90px;
    min-height: 90px;
}

.about-section .about-text .about-features .sngle-features .chart span.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: var(--primary);
}

.about-section .about-text .about-features .sngle-features .chart canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.about-section .about-text .about-features .sngle-features .counter-box {
    text-align: center;
    color: var(--primary);
    font-weight: 700;
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
}

.about-section .about-text .about-features .sngle-features .desc {
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 575px) {
    .about-section .about-text .about-features .sngle-features .desc {
        margin-top: 20px;
        grid-column: 1/-1;
    }
}

.about-section .about-text .about-features .sngle-features .desc h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section .about-text .about-features .sngle-features .desc h4 {
        font-size: 20px;
    }
}

.about-section .about-text .about-extra {
    position: relative;

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section .about-text .about-extra {
        margin-top: 50px;
        padding-left: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-text .about-extra {
        margin-top: 30px;
        padding-left: 0;
        padding-bottom: 200px;
    }
}

@media (max-width: 767px) {
    .about-section .about-text .about-extra {
        margin-top: 30px;
        padding-left: 0;
        padding-bottom: 200px;
    }
}

@media (max-width: 575px) {
    .about-section .about-text .about-extra {
        padding-bottom: 150px;
    }
}

.about-section .about-text .about-extra .experience-tag {
    position: absolute;
    left: -335px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 6;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-section .about-text .about-extra .experience-tag {
        left: -315px;
        max-width: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section .about-text .about-extra .experience-tag {
        left: -220px;
        max-width: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-text .about-extra .experience-tag {
        left: 0;
        bottom: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: auto;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .about-section .about-text .about-extra .experience-tag {
        left: 0;
        bottom: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: auto;
        max-width: 100%;
    }
}

.about-section .about-tile-gallery-two {
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section .about-tile-gallery-two {
        min-height: 515px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-tile-gallery-two {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .about-section .about-tile-gallery-two {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .about-section .about-tile-gallery-two {
        min-height: 410px;
    }
}

.about-section .about-tile-gallery-two .image-two {
    position: absolute;
    left: -20px;
    bottom: 0;
    border-right: 20px solid #fff;
    border-top: 20px solid #fff;
    z-index: 1;
}

@media (min-width: 1600px) {
    .about-section .about-tile-gallery-two .image-two {
        left: -120px;
    }
}

@media (max-width: 575px) {
    .about-section .about-tile-gallery-two .image-two {
        left: -15px;
    }
}

.about-section.about-style-two .about-iconic-boxes {
    margin-bottom: -60px;
    z-index: 22;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section.about-style-two .about-iconic-boxes {
        margin-bottom: -240px;
    }
}

@media (max-width: 767px) {
    .about-section.about-style-two .about-iconic-boxes {
        margin-bottom: -240px;
    }
}

.about-section.about-style-two .about-iconic-boxes .iconic-box {
    padding: 30px 35px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.06);
    box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.06);
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section.about-style-two .about-iconic-boxes .iconic-box {
        padding: 30px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section.about-style-two .about-iconic-boxes .iconic-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .about-section.about-style-two .about-iconic-boxes .iconic-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 399px) {
    .about-section.about-style-two .about-iconic-boxes .iconic-box {
        padding: 30px 25px;
    }
}

.about-section.about-style-two .about-iconic-boxes .iconic-box h4 {
    text-transform: uppercase;
    
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section.about-style-two .about-iconic-boxes .iconic-box h4 {
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .about-section.about-style-two .about-iconic-boxes .iconic-box h4 {
        font-size: 20px;
    }
}

.about-section.about-style-two .about-iconic-boxes .iconic-box .icon {
    position: absolute;
    right: 35px;
    top: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: var(--primary);
    color: var(--primary);
    z-index: 2;
}

.about-section.about-style-two .about-iconic-boxes .iconic-box .count {
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 70px;
    color: #f7fcff;
    z-index: -1;
    line-height: 1;
}

.about-section.about-style-two .about-text-warp {
    background-color: #f7fcff;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section.about-style-two .about-text-warp {
        padding-top: 280px;
    }
}

@media (max-width: 767px) {
    .about-section.about-style-two .about-text-warp {
        padding-top: 280px;
    }
}

.about-section.about-style-two .about-text-warp .mockup-img {
    position: absolute;
    right: 0;
    bottom: -110px;
    max-width: 1000px;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-section.about-style-two .about-text-warp .mockup-img {
        max-width: 800px;
        bottom: -80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section.about-style-two .about-text-warp .mockup-img {
        max-width: 575px;
        bottom: 42%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section.about-style-two .about-text-warp .mockup-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .about-section.about-style-two .about-text-warp .mockup-img {
        display: none;
    }
}

.about-section.about-style-two .about-text-warp .about-small-img {
    position: absolute;
    top: 53%;
    left: 49%;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-section.about-style-two .about-text-warp .about-small-img {
        left: 44%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section.about-style-two .about-text-warp .about-small-img {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section.about-style-two .about-text-warp .about-small-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .about-section.about-style-two .about-text-warp .about-small-img {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-img {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .about-section .about-img {
        margin-bottom: 50px;
    }
}

.about-section .with-man-shape {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section .with-man-shape {
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .with-man-shape {
        padding-top: 120px;
        padding-bottom: 500px;
    }
}

@media (max-width: 767px) {
    .about-section .with-man-shape {
        padding-top: 120px;
        padding-bottom: 360px;
    }
}

@media (max-width: 575px) {
    .about-section .with-man-shape {
        padding-bottom: 280px;
    }
}

@media (max-width: 399px) {
    .about-section .with-man-shape {
        padding-bottom: 120px;
    }
}

.about-section .with-man-shape .about-man-img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 575px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section .with-man-shape .about-man-img {
        max-width: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .with-man-shape .about-man-img {
        left: 50%;
        max-width: 345px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .about-section .with-man-shape .about-man-img {
        left: 50%;
        max-width: 250px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 399px) {
    .about-section .with-man-shape .about-man-img {
        display: none;
    }
}

.about-section .with-man-shape .about-man-img .shape {
    position: relative;
    z-index: 1;
}

.about-section .with-man-shape .about-man-img .shape::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
    top: 100px;
    background-color: var(--primary);
    height: 465px;
    width: 465px;
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 767px) {
    .about-section .with-man-shape .about-man-img .shape::after {
        height: 300px;
        width: 300px;
    }
}

.about-section .with-man-shape .about-text {
    padding-left: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-section .with-man-shape .about-text {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .with-man-shape .about-text {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .about-section .with-man-shape .about-text {
        padding-left: 0;
    }
}

/*===========================
    Services
===========================*/


.services-secton .services-loop .single-service {
    padding: 60px 30px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
    box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
    color: #000;
    border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-secton .services-loop .single-service {
        padding: 50px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-secton .services-loop .single-service {
        padding: 50px 30px;
    }
}

@media (max-width: 399px) {
    .services-secton .services-loop .single-service {
        padding: 50px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-secton .services-loop .single-service.mt-120 {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .services-secton .services-loop .single-service.mt-120 {
        margin-top: 60px;
    }
}

.services-secton .services-loop .single-service .icon {
    margin-bottom: 35px;
}

.services-secton .services-loop .single-service:hover .icon img {
    -webkit-animation: hvr-buzz-out 0.75s linear 1;
    animation: hvr-buzz-out 0.75s linear 1;
}

.services-secton .services-loop .single-service h4 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-secton .services-loop .single-service h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-secton .services-loop .single-service h4 {
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .services-secton .services-loop .single-service h4 {
        font-size: 20px;
    }
}

.services-secton .services-loop .single-service .service-link {
    color: var(--primary);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
}

.services-secton .services-loop .single-service.white-bg {
    background-color: #fff;
}

.services-secton .services-loop .single-service.secondary-bg {
    background-color: var(--primary);
}

.services-secton .services-loop .single-service.secondary-bg,
.services-secton .services-loop .single-service.secondary-bg h4 {
    color: #fff;
}

.services-secton .services-loop .single-service.secondary-bg .service-link {
    color: var(--primary);
}

.services-secton .services-loop .single-service.primary-bg {
    background-color: #fff;
}

.services-secton .services-loop .single-service.doted {
    position: relative;
    z-index: 1;
}

.services-secton .services-loop .single-service.doted::before, 
.services-secton .services-loop .single-service.doted::after {
    position: absolute;
    content: '';
    top: 25px;
    left: -25px;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #000000));
    background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.services-secton .services-loop .single-service.doted::after {
    left: auto;
    top: auto;
    bottom: 25px;
    right: -25px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #000));
    background: linear-gradient(90deg, #ffffff 50%, #000 50%);
}

.services-secton .services-loop .single-service-two {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    padding: 40px 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-secton .services-loop .single-service-two {
        padding: 40px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-secton .services-loop .single-service-two {
        padding: 30px 15px;
    }
}

.services-secton .services-loop .single-service-two:hover {
    border-color: var(--primary);
}

.services-secton .services-loop .single-service-two,
.services-secton .services-loop .single-service-two h4 {
    color: #fff;
}

.services-secton .services-loop .single-service-two h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-secton .services-loop .single-service-two h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-secton .services-loop .single-service-two h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .services-secton .services-loop .single-service-two h4 {
        font-size: 22px;
    }
}

.services-secton .services-loop .single-service-two .top-icon {
    margin-bottom: 35px;
    color: var(--primary);
    font-size: 20px;
}

.services-secton .services-loop .single-service-two .bottom-icon {
    margin-top: 40px;
    color: var(--primary);
    font-size: 40px;
}

.services-secton .services-loop .single-service-two.white-bg {
    background-color: #fff;
}

.services-secton .services-loop .single-service-two.white-bg,
.services-secton .services-loop .single-service-two.white-bg h4 {
    color: var(--primary);
}

.services-secton.featured-service {
    background: transparent;
}

.services-secton.featured-service.mt-negative {
    margin-top: -170px;
    position: relative;
    z-index: 2;
}
.services-secton.featured-service.mb-negative{
    margin-bottom: -170px;
    position: relative;
    z-index: 2;
}
.services-secton.featured-service.mb-negative .mt-60{
    margin-bottom: 60px;
    margin-top: 0;
}
.services-secton.featured-service.mb-negative .services-loop .single-service.doted::before,
.services-secton.featured-service.mt-negative .services-loop .single-service.doted::before {
    background: #fff;
    z-index: -1;
}

@media (max-width: 767px) {
    .services-secton.featured-service.mb-negative .services-loop .single-service.doted::before,
    .services-secton.featured-service.mt-negative .services-loop .single-service.doted::before {
        background-color: var(--primary);
    }
}

.services-secton.services-secton-two {
    background: var(--primary);
}

.services-secton.services-secton-two .section-title h2 {
    color: #fff;
}

@media (max-width: 767px) {
    .services-secton.services-secton-two .section-title h2 {
        font-size: 32px;
    }
}

.services-secton.services-secton-two .main-btn.btn-filled:hover {
    border-color: #fff;
    color: #fff;
}

.services-secton.services-secton-two .main-btn.btn-filled:hover::after,
.services-secton.services-secton-two .main-btn.btn-filled:hover::before {
    background-color: #fff;
}

.services-secton.services-secton-three {
    background: #f7fcff;
    position: relative;
    z-index: 2;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services-secton.services-secton-three::before {
        width: 280px;
        height: 280px;
        left: -60px;
        -webkit-transform: translateY(-55%);
        transform: translateY(-55%);
    }
}


.on-counter .counterbox{
    background: #fff;
    box-shadow: 0px 5px 10px 0px #13202b1f;
    padding: 40px;
    margin-bottom: -70px;
    border-radius: 2px;
    padding-bottom: 0;
}
.on-counter .counter-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.on-counter .counter-with-icon .icon {
    margin-right: 15px;
    width: 60px;
    height: 60px;
}
.on-counter .counter-with-icon .counter-text .count {
        font-weight: 700;
    font-size: 30px;
    line-height: 0.5;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}
.on-counter .counter-with-icon .counter-text .count+span {
    font-size: 16px;
    position: relative;
    top: -15px;
    left: 2px;
}
/*===========================
    Service Slider
===========================*/
.services-slider-secton {
    background-color: var(--primary);
    position: relative;
    margin-bottom: 150px;
    padding-bottom: 205px;
    padding-top: 120px;
}

.services-slider-secton .section-title h2 {
    color: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services-slider-secton .section-title h2 {
        font-size: 32px;
    }
}

.services-slider-secton .service-link .main-btn.btn-filled:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.services-slider-secton .service-link .main-btn.btn-filled:hover::after,
.services-slider-secton .service-link .main-btn.btn-filled:hover::before {
    background-color: #fff;
}

.services-slider-secton .serive-slider-wrap {
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 100%;
}

.services-slider-secton .services-slider {
    position: relative;
}

.services-slider-secton .services-slider .single-slider {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}

.services-slider-secton .services-slider .single-slider h6 {
    background-color: var(--primary);
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-slider-secton .services-slider .single-slider h6 {
        left: 10px;
        right: 15px;
        font-size: 15px;
    }
}

@media (max-width: 399px) {
    .services-slider-secton .services-slider .single-slider h6 {
        left: 10px;
        right: 15px;
        font-size: 15px;
    }
}

.services-slider-secton .services-slider .single-slider h6 a {
    color: var(--primary);
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.services-slider-secton .services-slider .single-slider h6 a::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: '\f061';
    opacity: 0;
    visibility: hidden;
}

.services-slider-secton .services-slider .single-slider h6:hover a {
    padding-right: 25px;
}

.services-slider-secton .services-slider .single-slider h6:hover a::before {
    right: 0;
    visibility: visible;
    opacity: 1;
}

/*===========================
    Service Details
===========================*/
.service-details .feature-list-wrap .feature-list {
    background-color: var(--primary);
    padding: 30px;
}

.service-details .feature-list-wrap .feature-list,
.service-details .feature-list-wrap .feature-list a {
    color: #fff;
}

.service-details .feature-list-wrap .feature-list .list-text ul {
    margin-top: 30px;
}

.service-details .feature-list-wrap .feature-list .list-text ul li {
    margin-bottom: 10px;
}

.service-details .feature-list-wrap .feature-list .list-text ul li i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 15px;
    color: var(--primary);
    background-color: var(--primary);
    text-align: center;
}

/*===========================
    Call to action
===========================*/
.call-to-action.mb-negative{
    position: relative;
    z-index: 2;
    margin-bottom: -70px;
}
.blank-blue{
    height: 140px;
    width: 100%;
    background-color: #14212b;
}
.call-to-action {
    margin-top: -95px;
    background: #f7fcff;
}
.call-to-action .cta-inner {
    position: relative;
}

.call-to-action .cta-inner .cat-img {
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 1;
}

@media (max-width: 767px) {
    /* .call-to-action .cta-inner .cat-img {
        display: none;
    } */
    .call-to-action .cta-inner .cat-img {
        position: relative;
        bottom: 0;
        left: 15px;
        z-index: 1;
    }
    .cat-img img{
        width: 100%;
        height: auto;
    }
    section.call-to-action{
        padding-top:0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .call-to-action .cta-inner .cat-img img {
        max-width: 380px;
    }
    .cat-img img{
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action .cta-inner .cat-img img {
        max-width: 300px;
    }
    .cat-img img{
        width: 100%;
        height: auto;
    }
}

.call-to-action .cta-inner .cat-link {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    height: 80px;
    width: 80px;
    text-align: center;
    color: #fff;
    line-height: 80px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 20px;
    background-color: var(--secondary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action .cta-inner .cat-link {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .call-to-action .cta-inner .cat-link {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
}

.call-to-action .cta-inner .cat-link:hover {
    background-color: #fff;
    color: var(--primary);
}

.call-to-action .cta-inner .cta-text {
    background-color: var(--primary);
    padding-top: 120px;
    padding-bottom: 90px;
    -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
    margin-top: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action .cta-inner .cta-text {
        padding-top: 100px;
        padding-bottom: 75px;
    }
}

@media (max-width: 767px) {
    .call-to-action .cta-inner .cta-text {
        padding: 80px 0;
    }
}

.call-to-action .cta-inner .cta-text .section-title span.title-tag {
    color: var(--primary);
}

.call-to-action .cta-inner .cta-text .section-title.left-border span.title-tag::before {
    background-color: var(--primary);
}

.call-to-action.cta-style-two {
    margin-top: 0;
}

.call-to-action.cta-style-two .cta-inner {
    position: relative;
    overflow: hidden;
}

.call-to-action.cta-style-two .cta-inner .cat-img {
    left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action.cta-style-two .cta-inner .cat-img {
        left: 5px;
    }
}

.call-to-action.cta-style-two .cta-inner .cat-img img {
    max-width: 242px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action.cta-style-two .cta-inner .cat-img img {
        max-width: 210px;
    }
}

.call-to-action.cta-style-two .cta-inner .cat-img .cat-shape {
    position: relative;
}

.call-to-action.cta-style-two .cta-inner .cat-img .cat-shape::before {
    position: absolute;
    content: '';
    background-color: var(--primary);
    height: 150px;
    width: 150px;
    border-radius: 50%;
    right: -20px;
    bottom: 30px;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action.cta-style-two .cta-inner .cat-img .cat-shape::before {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.call-to-action.cta-style-two .cta-inner .cat-img .cat-shape.shape-two::before {
    background-color: var(--primary);
    height: 280px;
    width: 280px;
    left: -15px;
    bottom: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action.cta-style-two .cta-inner .cat-img .cat-shape.shape-two::before {
        left: 50%;
        right: auto;
        bottom: -40px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 210px;
        width: 210px;
    }
}

.call-to-action.cta-style-two .cta-inner .cat-link {
    position: unset;
    display: inline-block;
    margin: auto;
}

@media (max-width: 575px) {
    .call-to-action.cta-style-two .cta-inner .cat-link {
        position: absolute;
        bottom: -80px;
        right: 15px;
    }
}

.call-to-action.cta-style-two .cta-inner .cta-text {
    background-color: var(--primary);
    padding: 80px 0;
    -webkit-clip-path: none;
    clip-path: none;
}

.call-to-action.cta-style-two .cta-inner .cta-text.diff-bg {
    background-color: var(--primary);
}

.call-to-action.cta-style-two .cta-inner .cta-text.diff-bg .section-title span.title-tag {
    color: var(--primary);
}

.call-to-action.cta-style-two .cta-inner .cta-text.diff-bg .section-title span.title-tag::before {
    background-color: var(--primary);
}

.call-to-action.cta-style-two .cta-inner .cta-text.diff-bg .section-title h2 {
    color: #fff;
}

.call-to-action.cta-style-two .cta-inner .cta-text.diff-bg .cat-link {
    background-color: var(--primary);
    color: var(--primary);
}

.call-to-action.cta-style-two .cta-inner .cta-text.diff-bg .cat-link:hover {
    background-color: #fff;
}

/*===========================
  Feature section
===========================*/
.features-boxes {
    position: relative;
}

@media (max-width: 575px) {
    .features-boxes .features-boxes-loop {
        margin-top: 50px;
    }
}

.features-boxes .features-boxes-loop .feature-box {
    /* -webkit-box-shadow: 0px 10px 20px 0px rgba(155, 180, 204, 0.06); */
    /* box-shadow: 0px 10px 20px 0px rgba(155, 180, 204, 0.06); */
    padding: 12px 20px;
    margin-bottom: 40px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-boxes .features-boxes-loop .feature-box {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-boxes .features-boxes-loop .feature-box {
        padding: 30px 20px;
    }
}

@media (max-width: 399px) {
    .features-boxes .features-boxes-loop .feature-box {
        padding: 30px 20px;
    }
}

.features-boxes .features-boxes-loop .feature-box h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-boxes .features-boxes-loop .feature-box h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-boxes .features-boxes-loop .feature-box h4 {
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .features-boxes .features-boxes-loop .feature-box h4 {
        font-size: 20px;
    }
}

.features-boxes .features-boxes-loop .feature-box h4 i {
    color: var(--primary);
    margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-boxes .features-boxes-loop .feature-box h4 i {
        margin-right: 5px;
    }
}

@media (max-width: 399px) {
    .features-boxes .features-boxes-loop .feature-box h4 i {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features-boxes .gap-for-img {
        height: 215px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .features-boxes .gap-for-img {
        height: 130px;
        width: 100%;
    }
}

@media (max-width: 399px) {
    .features-boxes .gap-for-img {
        display: none;
    }
}

.features-boxes .feature-img {
    position: absolute;
    left: 50%;
    bottom: 120px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-boxes .feature-img {
        bottom: 150px;
        max-width: 385px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features-boxes .feature-img {
        bottom: 42%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        max-width: 290px;
    }
}

@media (max-width: 575px) {
    .features-boxes .feature-img {
        bottom: 45%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        max-width: 200px;
    }
}

@media (max-width: 399px) {
    .features-boxes .feature-img {
        display: none;
    }
}

@media (max-width: 575px) {
    .features-boxes .section-title {
        /* padding-left: 35px; */
    }
}

@media (max-width: 399px) {
    .features-boxes .section-title {
        /* padding-left: 20px; */
    }
}

.features-boxes-two.pt-180 {
    padding-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-boxes-two .feature-text {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features-boxes-two .feature-text {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .features-boxes-two .feature-text {
        padding-left: 0;
        margin-top: 50px;
    }
}

.features-boxes-two .feature-text .feature-icon li {
    display: inline-block;
    margin-right: 75px;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-boxes-two .feature-text .feature-icon li {
        margin-right: 20px;
    }
}

@media (max-width: 575px) {
    .features-boxes-two .feature-text .feature-icon li {
        margin-right: 20px;
    }
}

@media (max-width: 399px) {
    .features-boxes-two .feature-text .feature-icon li {
        margin-bottom: 30px;
        display: block;
        text-align: left;
    }
}

.features-boxes-two .feature-text .feature-icon li h6 {
    text-transform: uppercase;
    margin-top: 15px;
}

@media (max-width: 575px) {
    .features-boxes-two .feature-text .feature-icon li h6 {
        font-size: 14px;
    }
}

.features-boxes-two .feature-text .feature-icon li:hover img {
    -webkit-animation: hvr-buzz-out 0.75s linear 1;
    animation: hvr-buzz-out 0.75s linear 1;
}

.features-boxes-two .features-boxes-loop .feature-box-two {
    background-color: #fff;
    padding: 50px 30px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(179, 202, 216, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(179, 202, 216, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-boxes-two .features-boxes-loop .feature-box-two {
        padding: 50px 15px;
    }
}

@media (max-width: 575px) {
    .features-boxes-two .features-boxes-loop .feature-box-two {
        padding: 50px 60px;
    }
}

@media (max-width: 399px) {
    .features-boxes-two .features-boxes-loop .feature-box-two {
        padding: 50px 30px;
    }
}

.features-boxes-two .features-boxes-loop .feature-box-two h4 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.features-boxes-two .features-boxes-loop .feature-box-two .icon {
    margin-bottom: 40px;
}

.features-boxes-two .features-boxes-loop .feature-box-two .icon i {
    color: var(--primary);
    background-color: var(--primary);
    text-align: center;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.features-boxes-two .features-boxes-loop .feature-box-two:hover .icon i {
    color: #fff;
    background-color: var(--primary);
}

.features-boxes-two .features-boxes-loop .feature-box-two .count {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
    color: #eef6fa;
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    z-index: -1;
}

/*===========================
    Video
===========================*/
.video-section {
    position: relative;
    height: 494px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--hover);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-section {
        height: auto;
        padding-top: 480px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .video-section {
        height: auto;
        padding-top: 380px;
        padding-bottom: 60px;
    }
}

.video-section .section-title h2,
.video-section .video-text {
    color: #fff;
}

@media (max-width: 399px) {

    .video-section .section-title h2,
    .video-section .video-text {
        padding-left: 0;
    }
}

.video-section .video-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-section .video-wrap {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .video-section .video-wrap {
        width: 100%;
        height: 300px;
    }
}

.u-column2 h2{
    text-align: center;
}

.entry-content{
    padding-bottom: 80px;
}
p.form-row{
    flex-direction: column;
    margin-right: 0px;
    margin-top: 15px !important;
}

.video-section .video-wrap .video-bg {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.video-section .video-wrap .video-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #757a89;
    z-index: -1;
    opacity: 0.1;
}

.video-section .video-wrap .video-bg .video-link {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-section .video-wrap .video-bg .video-link {
        top: auto;
        bottom: 0;
        right: 50%;
        -webkit-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
    }
}

@media (max-width: 767px) {
    .video-section .video-wrap .video-bg .video-link {
        top: auto;
        bottom: 0;
        right: 50%;
        -webkit-transform: translate(50%, 50%);
        transform: translate(50%, 50%);
    }
}

.video-section .video-wrap .video-bg .video-link .popup-video {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: var(--white);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
    font-family: 'Poppins', sans-serif;
    color: var(--primary);
}

.video-section .video-wrap .video-bg .video-link .popup-video::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: var(--primary);
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
}

.video-section.video-style-two {
    background-size: cover;
    background-position: center;
    height: 760px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-section.video-style-two {
        padding-top: 0;
        padding-bottom: 0;
        height: 600px;
    }
}

@media (max-width: 767px) {
    .video-section.video-style-two {
        padding-top: 0;
        padding-bottom: 0;
        height: 600px;
    }
}

.video-section.video-style-two::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #757a89;
    z-index: -1;
    opacity: 0.6;
}

.video-section.video-style-two .video-text,
.video-section.video-style-two .video-text p,
.video-section.video-style-two .video-text h1 {
    color: #fff;
    font-weight: 700;
}

.video-section.video-style-two .video-text h1 {
    font-size: 60px;
    text-transform: uppercase;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-section.video-style-two .video-text h1 {
        font-size: 52px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video-section.video-style-two .video-text h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .video-section.video-style-two .video-text h1 {
        font-size: 32px;
    }
}

.video-section.video-style-two .video-text .video-link-two {
    margin-bottom: 45px;
}

.video-section.video-style-two .video-text .video-link-two .popup-video {
    position: relative;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    background-color: var(--primary);
    font-size: 20px;
    text-align: center;
    line-height: 140px;
    color: var(--primary);
}

@media (max-width: 575px) {
    .video-section.video-style-two .video-text .video-link-two .popup-video {
        height: 100px;
        width: 100px;
        line-height: 100px;
    }
}

.video-section.video-style-two .video-text .video-link-two .popup-video::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #ffffff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
}

/*===========================
    Team
===========================*/
.team-section.has-slider .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.team-section.mt-negative{
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

@media (max-width: 575px) {
    .team-section.has-slider .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 399px) {
    .team-section.has-slider .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.team-section .team-loop .member-box {
    position: relative;
    margin-bottom: 30px;
}

.team-section .team-loop .member-box .member-img {
    position: relative;
    overflow: hidden;
}

.team-section .team-loop .member-box .member-img img {
    width: 100%;
}



.team-section .team-loop .member-box:hover .member-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.team-section .team-loop .member-box .member-info {
    position: absolute;
    bottom: -30px;
    left: 0px;
    z-index: 2;
    width: 100%;
    background: #000;
    padding: 11px 20px;
    text-align: center;
}
@media (max-width: 767px) {
    .team-section .team-loop .member-box .member-info {
        left: 20px;
        bottom: 20px;
    }
}

.team-section .team-loop .member-box .member-info h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}

@media (max-width: 767px) {
    .team-section .team-loop .member-box .member-info h3 {
        font-size: 22px;
    }
}

.team-section .team-loop .member-box .member-info span {
    color: var(--primary);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.team-section .team-loop .member-box .socail-trigger {
    position: absolute;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
    background-color: #fff;
    color: var(--primary);
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.team-section .team-loop .member-box .socail-trigger:hover {
    background-color: var(--primary);
    color: #fff;
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .team-section .team-loop.team-slider-one .member-box .member-info h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-section .team-loop.team-slider-one .member-box .member-info h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-section .team-loop.team-slider-one .member-box .member-info h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-section .team-loop.team-slider-two .member-box .member-info {
        left: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-section .team-loop.team-slider-two .member-box .member-info h3 {
        font-size: 22px;
    }
}

/*===========================
    Team Details
===========================*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details .member-information {
        margin-top: 50px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .team-details .member-information {
        margin-top: 50px;
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .team-details .member-information .member-info-top .title {
        margin-bottom: 30px;
    }
}

.team-details .member-information .member-info-top .title h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .team-details .member-information .member-info-top .title h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details .member-information .member-info-top .title h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .team-details .member-information .member-info-top .title h2 {
        font-size: 28px;
    }
}

.team-details .member-information .member-info-top .title span {
    font-weight: 700;
    color: var(--primary);
}

.team-details .member-information .contact-list,
.team-details .member-information .social-list {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #cfdfe7;
}

.team-details .member-information .contact-list li,
.team-details .member-information .social-list li {
    font-size: 18px;
    padding-left: 45px;
    position: relative;
}

.team-details .member-information .contact-list li:not(:last-child),
.team-details .member-information .social-list li:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 575px) {

    .team-details .member-information .contact-list li,
    .team-details .member-information .social-list li {
        font-size: 16px;
        padding-left: 30px;
    }
}

.team-details .member-information .contact-list li,
.team-details .member-information .contact-list li a,
.team-details .member-information .social-list li,
.team-details .member-information .social-list li a {
    color: var(--primary);
}

.team-details .member-information .contact-list li span,
.team-details .member-information .social-list li span {
    font-weight: 700;
    padding-right: 5px;
}

.team-details .member-information .contact-list li i,
.team-details .member-information .social-list li i {
    color: var(--primary);
    margin-right: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*===========================
    Skill
===========================*/
.skills-section {
    position: relative;
    background-color: #f7fcff;
}

.skills-section .hire-btn {
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.skills-section .skill-progress .title {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 25px;
}

.skills-section .skill-progress .progressbar-wrap {
    background-color: #eaf2f8;
    height: 5px;
    width: 100%;
    position: relative;
}

.skills-section .skill-progress .progressbar-wrap .progressbar {
    height: 16px;
    background-color: var(--primary);
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
    width: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.skills-section .skill-img {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .skills-section .skill-img {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .skills-section .skill-img {
        margin-top: 60px;
    }
}

.skills-section .skill-img::after {
    position: absolute;
    right: -25px;
    bottom: -25px;
    width: 180px;
    height: 180px;
    background-color: var(--primary);
    content: '';
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: -1;
}

@media (max-width: 575px) {
    .skills-section .skill-img::after {
        right: -15px;
        bottom: -15px;
    }
}

.skills-section .bg-transparent {
    background-color: transparent;
}

/*===========================
    Portfolio
===========================*/
.portfolio-section .portfolio-masonary-loop .portfolio-box {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}


/* .portfolio-section .portfolio-masonary-loop .portfolio-box:hover
{
-webkit-transform: scale(1.1);
transform: scale(1.1);
} */

.portfolio-section .portfolio-masonary-loop .portfolio-box.double-height {
    height: 670px;
}

@media (max-width: 767px) {
    .portfolio-section .portfolio-masonary-loop .portfolio-box.double-height {
        height: 400px;
    }
}

.portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-img {
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-size: cover;
    background-position: center;
}

.portfolio-section .portfolio-masonary-loop .portfolio-box::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #757a89;
    opacity: 0;
    content: '';
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    z-index: -2;
}

.portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc {
    position: absolute;
    left: -80px;
    bottom: 0;
    background-color: #000;
    padding: 20px 40px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc {
        width: 100%;
        padding: 30px 20px;
    }
}

@media (max-width: 399px) {
    .portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc {
        width: 100%;
        padding: 30px 20px;
    }
}

.portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc h4 a{
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc h4 {
        font-size: 20px;
    }
}

.portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc .portfolio-cat {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: var(--primary);
    text-transform: uppercase;
    padding-left: 50px;
    margin-bottom: 5px;
}

.portfolio-section .portfolio-masonary-loop .portfolio-box .portfolio-desc .portfolio-cat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: var(--primary);
}

.portfolio-section .portfolio-masonary-loop .portfolio-box:hover .portfolio-desc {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.portfolio-section .portfolio-masonary-loop .portfolio-box:hover::before {
    visibility: visible;
    opacity: 0.5;
}


.portfolio-section .portfolio-masonary-loop .portfolio-box.height-extra {
    height: 300px;
}

.portfolio-section .portfolio-grid-loop .portfolio-grid-box {
    position: relative;
    height: 300px;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-section .portfolio-grid-loop .portfolio-grid-box {
        height: 300px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-section .portfolio-grid-loop .portfolio-grid-box {
        height: 300px;
    }
}

@media (max-width: 399px) {
    .portfolio-section .portfolio-grid-loop .portfolio-grid-box {
        height: 280px;
    }
}

.portfolio-section .portfolio-grid-loop .portfolio-grid-box .portfolio-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-size: cover;
    background-position: center;
}



.portfolio-section .portfolio-grid-loop .portfolio-grid-box .portfolio-link {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #fff;
    font-size: 40px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background: #ff7900;
    padding: 0px 15px;
}

.portfolio-section .portfolio-grid-loop .portfolio-grid-box:hover::after {
    opacity: 0.9;
    visibility: visible;
}

.portfolio-section .portfolio-grid-loop .portfolio-grid-box:hover .portfolio-link {
    visibility: visible;
    opacity: 1;
}

.portfolio-section .portfolio-grid-loop .portfolio-grid-box:hover .portfolio-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-section .portfolio-filter {
    background-color: #000;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.portfolio-section .portfolio-filter ul li {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding: 12px 19px;
    margin: 0px 6px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-section .portfolio-filter ul li {
        margin: 0 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-section .portfolio-filter ul li {
        margin: 0 5px;
    }
}

@media (max-width: 575px) {
    .portfolio-section .portfolio-filter ul li {
        margin: 0 5px;
        padding: 5px;
    }
}

@media (max-width: 399px) {
    .portfolio-section .portfolio-filter ul li {
        display: block;
        text-align: left;
        margin-bottom: 5px;
    }
}

.portfolio-section .portfolio-filter ul li.active, .portfolio-section .portfolio-filter ul li:hover {
    background: var(--primary);
    color: #000;
}

.portfolio-section .portfolio-filter::after {
    position: absolute;
    left: 15px;
    right: 15px;
    background-color: var(--primary);
    content: '';
    z-index: 9;
    bottom: -25px;
    height: 26px;
}
/*===========================
    Portfolio Slider
===========================*/
.portfolio-slider-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box {
    position: relative;
    padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box {
        padding-bottom: 50px;
    }
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-img-wrap {
    overflow: hidden;
    height: 650px;
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-img-wrap {
        height: 550px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-img-wrap {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-img-wrap {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-img-wrap {
        height: 350px;
    }
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box:hover .portfolio-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc {
    position: absolute;
    left: 45px;
    right: 90px;
    bottom: 0;
    padding: 40px 50px;
    background-color: var(--primary);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc {
        left: 30px;
        right: 50px;
        padding: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc {
        left: 30px;
        right: 50px;
        padding: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc {
        left: 20px;
        right: 40px;
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc {
        left: 15px;
        right: 30px;
        padding: 20px 30px;
    }
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc h2 {
    font-size: 36px;
    
    text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc h2 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc h2 {
        font-size: 20px;
    }
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc h2 a {
    color: #fff;
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-cat {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: var(--primary);
    text-transform: uppercase;
    padding-left: 50px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-cat {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-cat {
        font-size: 14px;
    }
}

@media (max-width: 399px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-cat {
        padding-left: 30px;
    }
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-cat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: var(--primary);
}

@media (max-width: 399px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-cat::before {
        width: 15px;
    }
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-link {
    position: absolute;
    right: 0;
    font-size: 20px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: var(--primary);
    text-align: center;
    background-color: var(--primary);
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-link {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-link {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-link {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}

.portfolio-slider-section .portfolio-slider-loop .portfolio-box .portfolio-desc .portfolio-link:hover {
    background-color: #fff;
}

.portfolio-slider-section .portfolio-slider-loop .slick-current .portfolio-box .portfolio-desc {
    opacity: 1;
    visibility: visible;
}

.portfolio-slider-section.with-bg .section-title h2 {
    color: #fff;
}

.portfolio-slider-section.with-section-bg,
.portfolio-slider-section.with-bg {
    position: relative;
}

.portfolio-slider-section.with-section-bg::after,
.portfolio-slider-section.with-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background-color: var(--primary);
    content: '';
    z-index: -1;
}

.portfolio-slider-section.with-section-bg::after {
    background-color: #f7fcff;
}

/*===========================
    Portfolio Details
===========================*/
.portfolio-details-wrap .portfolio-thumb {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 650px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-details-wrap .portfolio-thumb {
        height: 550px;
    }
}

@media (max-width: 767px) {
    .portfolio-details-wrap .portfolio-thumb {
        height: 550px;
    }
}

.portfolio-details-wrap .portfolio-thumb .portfolio-info {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    border-top: 6px solid var(--primary);
    padding: 50px 55px;
    background-color: var(--primary);
}

@media (max-width: 767px) {
    .portfolio-details-wrap .portfolio-thumb .portfolio-info {
        padding: 30px;
    }
}

.portfolio-details-wrap .portfolio-thumb .portfolio-info ul li {
    line-height: 1.2;
}

.portfolio-details-wrap .portfolio-thumb .portfolio-info ul li:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .portfolio-details-wrap .portfolio-thumb .portfolio-info ul li {
        font-size: 14px;
    }
}

.portfolio-details-wrap .portfolio-thumb .portfolio-info ul li,
.portfolio-details-wrap .portfolio-thumb .portfolio-info ul li a {
    color: #a5bbd3;
    font-weight: 500;
}

.portfolio-details-wrap .portfolio-thumb .portfolio-info ul li span.title {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .portfolio-details-wrap .portfolio-thumb .portfolio-info ul li span.title {
        font-size: 18px;
    }
}

.portfolio-details-wrap .portfolio-details blockquote {
    position: relative;
    padding: 45px 60px;
    background-color: var(--primary);
    border-radius: 10px;
    z-index: 1;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-details-wrap .portfolio-details blockquote {
        padding: 45px 25px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .portfolio-details-wrap .portfolio-details blockquote {
        padding: 30px 25px;
        font-size: 16px;
    }
}

.portfolio-details-wrap .portfolio-details blockquote span {
    display: block;
font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: none;
}

.portfolio-details-wrap .portfolio-details blockquote span img {
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.portfolio-details-wrap .portfolio-details blockquote::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(assets/img/details/icon.png);
    background-size: contain;
    background-position: left top;
    content: '';
    background-repeat: no-repeat;
}

/*===========================
    Testimonial
===========================*/
.testimonial-section {
    background-image: url(assets/img/testimonial-bg.jpg);
    /* background-color: #f7fcff; */
    background-size: cover;
    background-position: right center;
}

.testimonial-section .testimonial-slider .single-testimonial {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1;
    grid-template-rows: 1;
    -ms-grid-columns: 142px 1fr;
    grid-template-columns: 142px 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-section .testimonial-slider .single-testimonial {
        grid-column-gap: 30px;
        -ms-grid-columns: 120px 1fr;
        grid-template-columns: 120px 1fr;
    }
}

@media (max-width: 575px) {
    .testimonial-section .testimonial-slider .single-testimonial {
        display: block;
    }
}

.testimonial-section .testimonial-slider .single-testimonial .author-img {
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .testimonial-section .testimonial-slider .single-testimonial .author-img {
        max-width: 140px;
        margin-bottom: 30px;
    }
}

.testimonial-section .testimonial-slider .single-testimonial .author-img img {
    border-radius: 50%;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(149, 183, 208, 0.2);
    max-width: 140px;
    max-height: 140px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-section .testimonial-slider .single-testimonial .author-img img {
        max-width: 120px;
        max-height: 120px;
    }
}

.testimonial-section .testimonial-slider .single-testimonial .author-img::after,
.testimonial-section .testimonial-slider .single-testimonial .author-img::before {
    position: absolute;
    content: '';
    z-index: -1;
    height: 40px;
    width: 40px;
    background-color: var(--primary);
    top: 0;
    left: 0;
    border-radius: 50%;
}

.testimonial-section .testimonial-slider .single-testimonial .author-img::after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background-color: var(--primary);
}

.testimonial-section .testimonial-slider .single-testimonial .desc .rateing a {
    font-size: 24px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .testimonial-section .testimonial-slider .single-testimonial .desc .rateing a {
        font-size: 18px;
    }
}

.testimonial-section .testimonial-slider .single-testimonial .desc h2 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-section .testimonial-slider .single-testimonial .desc h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-section .testimonial-slider .single-testimonial .desc h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .testimonial-section .testimonial-slider .single-testimonial .desc h2 {
        font-size: 18px;
    }
}

.testimonial-section .testimonial-author-slider .single-slider {
    /* text-transform: uppercase; */
    opacity: 0.2;
    padding: 11px 30px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-section .testimonial-author-slider .single-slider {
        padding: 22px 30px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-section .testimonial-author-slider .single-slider {
        padding: 22px 30px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-section .testimonial-author-slider .single-slider {
        padding: 22px 30px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .testimonial-section .testimonial-author-slider .single-slider {
        padding: 30px;
        font-size: 14px;
    }
}

.testimonial-section .testimonial-author-slider .single-slider h4 {
    
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial-section .testimonial-author-slider .single-slider h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-section .testimonial-author-slider .single-slider h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-section .testimonial-author-slider .single-slider h4 {
        font-size: 20px;
    }
}

.testimonial-section .testimonial-author-slider .single-slider span {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding-top: 5px;
}

.testimonial-section .testimonial-author-slider .single-slider.slick-current {
    background-color: #fff;
    opacity: 1;
    border-color: var(--primary);
}

.testimonial-section .testimonial-author-slider .single-slider.slick-current span {
    color: var(--secondary);
}

.testimonials-clinet-section {
    background-color: #f7fcff;
    position: relative;
    z-index: 1;
}

.testimonials-clinet-section::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(assets/img/map.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.testimonials-slider-two .single-testimonial-two {
    background-color: #fff;
    padding: 40px 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.proper-client-section{
    padding: 60px 0;
    background-color: #fff;
}
.proper-client-section:after{
    display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonials-slider-two .single-testimonial-two {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials-slider-two .single-testimonial-two {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .testimonials-slider-two .single-testimonial-two {
        font-size: 20px;
    }
}

.testimonials-slider-two .single-testimonial-two .testimonial-author {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1;
    grid-template-rows: 1;
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
}

.testimonials-slider-two .single-testimonial-two .testimonial-author .author-info h5 {
    font-size: 18px;
    
    line-height: 1.2;
}

.testimonials-slider-two .single-testimonial-two .testimonial-author .author-info span {
    font-size: 14px;
    color: var(--primary);
    line-height: 1;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.testimonials-slider-two .single-testimonial-two .quote-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0.1;
    z-index: -1;
}

.testimonials-slider-two .single-testimonial-two::after,
.testimonials-slider-two .single-testimonial-two::before {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20%;
    bottom: -20px;
    content: '';
    background-color: #ffe6bb;
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.testimonials-slider-two .single-testimonial-two::before {
    background-color: var(--primary);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.testimonials-slider-two .slick-current .single-testimonial-two .testimonial-author .author-info span {
    color: #fff;
}

.testimonials-slider-two .slick-current .single-testimonial-two::after,
.testimonials-slider-two .slick-current .single-testimonial-two::before {
    visibility: visible;
    opacity: 1;
}

/*===========================
    Client Carousel
===========================*/
.clinet-section .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
    margin-right: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .clinet-section .slick-track {
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clinet-section .slick-track {
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media (max-width: 767px) {
    .clinet-section .slick-track {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.clinet-section .slick-track .clinet-item {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .clinet-section .slick-track .clinet-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clinet-section .slick-track .clinet-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .clinet-section .slick-track .clinet-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.clinet-section .slick-track .clinet-item img {
    max-width: 100%;
    display: inline-block;
}

/*===========================
    Blog
===========================*/
.latetest-post .latest-post-box .post-meta {
    background-color: var(--primary);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 15px 35px;
    text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .latetest-post .latest-post-box .post-meta {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latetest-post .latest-post-box .post-meta {
        padding: 15px 20px;
    }
}

@media (max-width: 399px) {
    .latetest-post .latest-post-box .post-meta {
        padding: 15px 20px;
    }
}

.latetest-post .latest-post-box .post-meta li {
    display: inline-block;
    margin-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .latetest-post .latest-post-box .post-meta li {
        margin-right: 15px;
    }
}

@media (max-width: 399px) {
    .latetest-post .latest-post-box .post-meta li {
        margin-right: 10px;
    }
}

.latetest-post .latest-post-box .post-meta li:last-child {
    margin-right: 0;
}

.latetest-post .latest-post-box .post-meta a {
    color: #fff;
}

.latetest-post .latest-post-box .post-meta a i {
    color: var(--primary);
    margin-right: 5px;
}

.latetest-post .latest-post-box .post-img {
    width: 100%;
    height: 235px;
    background-size: cover;
    background-position: center;
}

.latetest-post .latest-post-box .post-desc {
    padding: 25px 30px;
    box-shadow: 0px 2px 8px 1px #6c6c6c;
    border-radius: 0px 0px 20px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .latetest-post .latest-post-box .post-desc {
        padding: 0 15px;
    }
}

@media (max-width: 399px) {
    .latetest-post .latest-post-box .post-desc {
        padding: 0 25px;
    }
}

.latetest-post .latest-post-box .post-desc h3 {
    font-size: 26px;
    
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .latetest-post .latest-post-box .post-desc h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .latetest-post .latest-post-box .post-desc h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .latetest-post .latest-post-box .post-desc h3 {
        font-size: 22px;
    }
}

.latetest-post .latest-post-box .post-desc h3 a,
.latetest-post .latest-post-box .post-desc h3 a:hover {
    color: var(--white);
}

.latetest-post .latest-post-box .post-desc .post-link {
    margin-top: 25px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.latetest-post .latest-post-box .post-desc .post-link:hover {
    color: var(--primary);
}

@media (max-width: 575px) {
    .latetest-post .blog-btn .main-btn {
        padding: 0 30px;
    }
}

@media (max-width: 399px) {
    .latetest-post .blog-btn .main-btn {
        padding: 0 20px;
    }
}

/* Post Grid Style */
.post-grid-box {
    border: 2px solid #e1f3ff;
    padding: 40px 25px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-grid-box {
        padding: 40px 20px;
    }
}

@media (max-width: 399px) {
    .post-grid-box {
        padding: 40px 20px;
    }
}

.post-grid-box .post-desc {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f4f9;
}

.post-grid-box h4 {
    font-size: 22px;
    text-transform: uppercase;    
    margin-bottom: 20px;
    line-height: 1.3;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-grid-box h4 {
        font-size: 18px;
    }
}

@media (max-width: 399px) {
    .post-grid-box h4 {
        font-size: 18px;
    }
}

.post-grid-box .post-meta {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.post-grid-box .post-meta li {
    display: inline-block;
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-grid-box .post-meta li {
        margin-right: 10px;
    }
}

.post-grid-box .post-meta li a {
    color: var(--primary);
}

.post-grid-box .post-meta li i {
    color: var(--primary);
    margin-right: 5px;
}

.post-grid-box .post-meta li:last-child {
    margin-right: 0;
}

.post-grid-box .post-cat {
    margin-bottom: 25px;
}

.post-grid-box .post-cat li {
    display: inline-block;
}

.post-grid-box .post-cat li a {
    color: var(--primary);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 15px;
    background-color: var(--primary);
}

.post-grid-box:hover {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(28, 116, 198, 0.08);
    box-shadow: 0px 16px 32px 0px rgba(28, 116, 198, 0.08);
    border-color: transparent;
}

/* Post standard Style */
.post-standard-box .post-desc {
    padding: 50px 40px;
    border: 2px solid #ededed;
    border-top: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-standard-box .post-desc {
        padding: 40px 30px;
    }
}

@media (max-width: 575px) {
    .post-standard-box .post-desc {
        padding: 40px 30px;
    }
}

@media (max-width: 399px) {
    .post-standard-box .post-desc {
        padding: 40px 20px;
    }
}

.post-standard-box .post-desc .cat {
    margin-bottom: 25px;
    padding: 10px 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    color: var(--primary);
    background-color: var(--primary);
}

.post-standard-box .post-desc .cat:hover {
    background-color: var(--primary);
    color: #fff;
}

.post-standard-box .post-desc h2 {
    font-size: 38px;
    margin-bottom: 30px;
    text-transform: uppercase;
    
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-standard-box .post-desc h2 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-standard-box .post-desc h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-standard-box .post-desc h2 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .post-standard-box .post-desc h2 {
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .post-standard-box .post-desc h2 {
        font-size: 18px;
    }
}

.post-standard-box .post-desc .post-meta {
    margin-bottom: 30px;
}

.post-standard-box .post-desc .post-meta li {
    display: inline-block;
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-standard-box .post-desc .post-meta li {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-standard-box .post-desc .post-meta li {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-standard-box .post-desc .post-meta li {
        margin-right: 10px;
    }
}

@media (max-width: 575px) {
    .post-standard-box .post-desc .post-meta li {
        font-size: 14px;
        margin-right: 15px;
        margin-bottom: 5px;
    }
}

.post-standard-box .post-desc .post-meta li a {
    color: var(--primary);
}

.post-standard-box .post-desc .post-meta li a:hover {
    color: var(--primary);
}

.post-standard-box .post-desc .post-meta li a i {
    margin-right: 5px;
}

.post-standard-box .post-desc .post-footer {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-standard-box .post-desc .post-footer .author {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    
}

.post-standard-box .post-desc .post-footer .author a {
    color: var(--primary);
}

.post-standard-box .post-desc .post-footer .author img {
    margin-right: 15px;
}

.post-standard-box .post-desc .post-footer .read-more a {
    font-size: 14px;
    color: var(--primary);
}

.post-standard-box .post-desc .post-footer .read-more a i {
    margin-right: 5px;
}

.post-standard-box .post-desc .post-footer .read-more a:hover {
    color: var(--primary);
}

.post-standard-box.with-video .post-media {
    position: relative;
}

.post-standard-box.with-video .post-media .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    background-color: var(--primary);
    color: var(--primary);
    line-height: 80px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .post-standard-box.with-video .post-media .play-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.post-standard-box.with-video .post-media .play-icon:hover {
    background-color: var(--primary);
    color: #fff;
}

.post-standard-box.title-with-thumb {
    position: relative;
    z-index: 1;
}

.post-standard-box.title-with-thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(assets/img/blog/04.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.1;
}

.post-standard-box.title-with-thumb .post-desc {
    border: none;
}

.post-standard-box.title-with-thumb .post-desc .post-meta {
    margin-bottom: 0;
}

.post-standard-box.quote-post {
    padding: 40px 50px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-standard-box.quote-post {
        padding: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-standard-box.quote-post {
        padding: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .post-standard-box.quote-post {
        padding: 40px 25px;
    }
}

@media (max-width: 575px) {
    .post-standard-box.quote-post {
        padding: 40px 15px;
    }
}

.post-standard-box.quote-post::before,
.post-standard-box.quote-post::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    z-index: -1;
    content: '';
}

.post-standard-box.quote-post::after {
    background-image: url(assets/img/pattern.png);
    z-index: -1;
    opacity: 0.6;
}

.post-standard-box.quote-post .post-desc {
    border: none;
    position: relative;
    z-index: 1;
    padding: 0;
    padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-standard-box.quote-post .post-desc {
        padding-left: 75px;
    }
}

@media (max-width: 767px) {
    .post-standard-box.quote-post .post-desc {
        padding-left: 75px;
    }
}

@media (max-width: 399px) {
    .post-standard-box.quote-post .post-desc {
        padding-left: 0;
        padding-top: 70px;
    }
}

.post-standard-box.quote-post .post-desc::before {
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(assets/img/quote.png);
    width: 75px;
    height: 90px;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    content: '';
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-standard-box.quote-post .post-desc::before {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .post-standard-box.quote-post .post-desc::before {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post-standard-box.quote-post .post-desc h2 {
        font-size: 30px;
    }
}

.post-standard-box.quote-post .post-desc h2 a:hover {
    color: var(--primary);
}

.post-standard-box.quote-post .post-desc .post-meta {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .post-standard-box.quote-post .post-desc .post-meta li {
        margin-right: 5px;
    }
}

.post-standard-box.quote-post .post-desc .post-meta a:hover {
    color: var(--primary);
}

/* Post Details */
.blog-details-box {
    padding: 40px;
    background: #000;
}

@media (max-width: 767px) {
    .blog-details-box {
        padding: 30px;
        font-size: 14px;
    }
}

@media (max-width: 399px) {
    .blog-details-box {
        padding: 15px;
    }
}

.blog-details-box .entry-content .cat {
    margin-bottom: 25px;
    padding: 10px 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    color: var(--primary);
    background-color: var(--primary);
}

.blog-details-box .entry-content .cat:hover {
    background-color: var(--primary);
    color: #fff;
}

.blog-details-box .entry-content .title,
.blog-details-box .entry-content .subtitle {
    margin-bottom: 30px;
    text-transform: uppercase;
    
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-box .entry-content h2.title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-box .entry-content h2.title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-box .entry-content h2.title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .blog-details-box .entry-content h2.title {
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .blog-details-box .entry-content h2.title {
        font-size: 18px;
    }
}

.blog-details-box .entry-content h3.subtitle {
    font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-box .entry-content h3.subtitle {
        font-size: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-box .entry-content h3.subtitle {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .blog-details-box .entry-content h3.subtitle {
        font-size: 18px;
    }
}

.blog-details-box .entry-content .line {
    width: 100%;
    height: 1px;
    background-color: #e1e6ff;
    margin-top: 45px;
    margin-bottom: 45px;
}

.blog-details-box .entry-content .post-meta {
    margin-bottom: 20px;
}

.blog-details-box .entry-content .post-meta li {
    display: inline-block;
    margin-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-box .entry-content .post-meta li {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-box .entry-content .post-meta li {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-box .entry-content .post-meta li {
        margin-right: 10px;
    }
}

@media (max-width: 575px) {
    .blog-details-box .entry-content .post-meta li {
        margin-right: 15px;
        margin-bottom: 5px;
    }
}

.blog-details-box .entry-content .post-meta li a {
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
}

.blog-details-box .entry-content .post-meta li a:hover {
    color: var(--primary);
}

.blog-details-box .entry-content .post-meta li a i {
    margin-right: 5px;
}

.blog-details-box .entry-content ul.list-icon li {
    padding-left: 60px;
    position: relative;
}

@media (max-width: 767px) {
    .blog-details-box .entry-content ul.list-icon li {
        padding-left: 40px;
    }
}

@media (max-width: 399px) {
    .blog-details-box .entry-content ul.list-icon li {
        padding-left: 25px;
    }
}

.blog-details-box .entry-content ul.list-icon li:not(:last-child) {
    margin-bottom: 10px;
}

.blog-details-box .entry-content ul.list-icon li::before {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}

@media (max-width: 767px) {
    .blog-details-box .entry-content ul.list-icon li::before {
        left: 0;
    }
}

.blog-details-box .entry-content blockquote {
    position: relative;
    padding: 45px 55px;
    background-color: #f7fcff;
    border-radius: 10px;
    z-index: 1;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-box .entry-content blockquote {
        font-size: 22px;
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-content blockquote {
        padding: 30px 20px;
        font-size: 18px;
    }
}

@media (max-width: 399px) {
    .blog-details-box .entry-content blockquote {
        font-size: 16px;
    }
}

.blog-details-box .entry-content blockquote span {
    display: block;
font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: none;
}

.blog-details-box .entry-footer .tag-and-share h5 {
    font-size: 20px;
    text-transform: uppercase;
    
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-box .entry-footer .tag-and-share h5 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .tag-and-share .tag {
        margin-bottom: 30px;
    }
}

.blog-details-box .entry-footer .tag-and-share .tag li {
    display: inline-block;
    margin-right: 5px;
}

.blog-details-box .entry-footer .tag-and-share .tag li a {
    font-size: 12px;
    padding: 10px 20px;
    display: block;
    background-color: #efefef;
    text-transform: uppercase;
}

.blog-details-box .entry-footer .tag-and-share .tag li a:hover {
    background-color: #fff;
}

.blog-details-box .entry-footer .tag-and-share .share li {
    display: inline-block;
    margin-left: 25px;
}

.blog-details-box .entry-footer .tag-and-share .share li a {
    color: #b5becc;
    font-size: 18px;
}

.blog-details-box .entry-footer .post-nav {
    padding: 50px 0;
    border-top: 1px solid #e1e6ff;
    border-bottom: 2px solid #e1e6ff;
    position: relative;
}

.blog-details-box .entry-footer .post-nav span.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .post-nav span.icon {
        display: none;
    }
}

.blog-details-box .entry-footer .post-nav .prev-post span,
.blog-details-box .entry-footer .post-nav .next-post span {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.blog-details-box .entry-footer .post-nav .prev-post a,
.blog-details-box .entry-footer .post-nav .next-post a {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 28px;
    
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .blog-details-box .entry-footer .post-nav .prev-post a,
    .blog-details-box .entry-footer .post-nav .next-post a {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .blog-details-box .entry-footer .post-nav .prev-post a,
    .blog-details-box .entry-footer .post-nav .next-post a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .post-nav .prev-post {
        margin-bottom: 30px;
    }
}

.blog-details-box .entry-footer .related-post-box h3 {
    font-size: 26px;
    
    text-transform: uppercase;
}

.blog-details-box .entry-footer .related-post-box .thumb {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
}

.blog-details-box .entry-footer .related-post-box .desc {
    font-size: 14px;
    padding: 40px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
    box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-box .entry-footer .related-post-box .desc {
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-box .entry-footer .related-post-box .desc {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .related-post-box .desc {
        padding: 30px;
    }
}

.blog-details-box .entry-footer .related-post-box .desc,
.blog-details-box .entry-footer .related-post-box .desc a {
    color: var(--primary);
}

.blog-details-box .entry-footer .related-post-box .desc .date {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-details-box .entry-footer .related-post-box .desc .date i {
    margin-right: 5px;
}

.blog-details-box .entry-footer .related-post-box .desc h4 {
    font-size: 24px;
    margin-bottom: 20px;
    
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-box .entry-footer .related-post-box .desc h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-box .entry-footer .related-post-box .desc h4 {
        font-size: 22px;
    }
}

@media (max-width: 399px) {
    .blog-details-box .entry-footer .related-post-box .desc h4 {
        font-size: 20px;
    }
}

.blog-details-box .entry-footer .author-info-box {
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 180px 1fr;
    grid-template-columns: 180px 1fr;
    border: 2px solid #e1e6ff;
    grid-column-gap: 35px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-box .entry-footer .author-info-box {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .author-info-box {
        display: block;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .author-info-box .info-text {
        margin-top: 30px;
    }
}

.blog-details-box .entry-footer .author-info-box .info-text span {
    font-weight: 700;
    margin-bottom: 5px;
}

.blog-details-box .entry-footer .author-info-box .info-text h3 {
    font-size: 36px;
    
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-box .entry-footer .author-info-box .info-text h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .blog-details-box .entry-footer .author-info-box .info-text h3 {
        font-size: 22px;
    }
}

.blog-details-box .comment-template h3.box-title {
    margin-bottom: 30px;
    text-transform: uppercase;
    
    font-size: 26px;
}

@media (max-width: 767px) {
    .blog-details-box .comment-template h3.box-title {
        font-size: 22px;
    }
}

.blog-details-box .comment-template .comments-list li {
    padding-left: 130px;
    position: relative;
    font-size: 14px;
}

@media (max-width: 575px) {
    .blog-details-box .comment-template .comments-list li {
        padding-left: 0;
    }
}

.blog-details-box .comment-template .comments-list li:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e1e6ff;
}

.blog-details-box .comment-template .comments-list li .comment-img {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100px;
    height: 100px;
}

.blog-details-box .comment-template .comments-list li .comment-img img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
}

@media (max-width: 575px) {
    .blog-details-box .comment-template .comments-list li .comment-img {
        position: unset;
        margin-bottom: 30px;
    }
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top {
    margin-bottom: 30px;
    position: relative;
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top h6 {
    font-size: 18px;
    text-transform: uppercase;
    
    margin-bottom: 15px;
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top span.date {
    font-weight: 700;
    font-size: 12px;
    font-weight: 700;
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top .reply-link {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #f4f4ff;
    border-radius: 20px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
    color: var(--primary);
}

.blog-details-box .comment-template .comments-list li .comment-desc .desc-top .reply-link i {
    margin-right: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-details-box .comment-template .comments-list li .children {
        margin-left: -80px;
    }
}

@media (max-width: 575px) {
    .blog-details-box .comment-template .comments-list li .children {
        padding-left: 30px;
    }
}

.blog-details-box .comment-template .comments-list li .children li:first-child {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e1e6ff;
}

.blog-details-box .comment-form {
    padding: 45px;
    background-color: #f7fcff;
}

@media (max-width: 575px) {
    .blog-details-box .comment-form {
        padding: 20px;
    }
}

@media (max-width: 399px) {
    .blog-details-box .comment-form {
        padding-left: 15px;
    }
}

.blog-details-box .comment-form input,
.blog-details-box .comment-form textarea {
    height: 60px;
    border: none;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 50px;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
font-family: 'Poppins', sans-serif;
}

.blog-details-box .comment-form textarea {
    height: 150px;
}

.blog-details-box .comment-form button i {
    margin-right: 5px;
}

.blog-details-box .comment-form .input-group .icon {
    right: 25px;
    left: auto;
}

@media (max-width: 575px) {
    .blog-details-box .comment-form .main-btn {
        padding: 0px 30px;
    }
}

/* Pagination */
.pagination-wrap {
    text-align: center;
    padding-top: 20px;
}

.pagination-wrap ul li {
    display: inline-block;
    margin: 0 5px;
}

@media (max-width: 575px) {
    .pagination-wrap ul li {
        margin-bottom: 8px;
    }
}

.pagination-wrap ul li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 2px solid #ededed;
    color: var(--primary);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.pagination-wrap ul li a:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

.pagination-wrap ul li.active a {
    background-color: var(--primary);
    border-color: var(--primary);
}

/*===========================
    CONTACT
===========================*/
.contact-form-wrapper {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(146, 211, 215, 0.16);
    box-shadow: 0px 16px 32px 0px rgba(146, 211, 215, 0.16);
}

.contact-form-wrapper .contact-form {
    padding: 60px;
    background-color: var(--primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-wrapper .contact-form {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .contact-form-wrapper .contact-form {
        padding: 30px;
    }
}
button#wpforms-submit-2044
{
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-transform: uppercase;
    padding: 15px 45px;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
}
button#wpforms-submit-2044:hover
{
    background-color: #000;
    color: #fff;
}
textarea#wpforms-2044-field_2 {
    height: 130px;
}
input#wpforms-2044-field_1,
input#wpforms-2044-field_3,
textarea#wpforms-2044-field_2,
input#wpforms-2044-field_4,
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
    background: #643c24;
    border: none;
    width: 100%;
    height: 68px;
    padding-left: 25px;
    padding-right: 30px;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color:#fff;
}

.contact-form-wrapper .contact-form .padding-custom.row {
    margin-left: -5px;
    margin-right: -5px;
}

.contact-form-wrapper .contact-form .padding-custom>.col,
.contact-form-wrapper .contact-form .padding-custom>[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

.contact-form-wrapper .contact-form textarea {
    padding-top: 25px;
    height: 150px;
}

.contact-form-wrapper .contact-form ::-webkit-input-placeholder,
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
    color: #fff;
    opacity: 1;
}

.contact-form-wrapper .contact-form :-ms-input-placeholder,
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
    color: #fff;
    opacity: 1;
}

.contact-form-wrapper .contact-form ::-ms-input-placeholder,
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
    color: #fff;
    opacity: 1;
}

.contact-form-wrapper .contact-form ::placeholder,
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
    color: #fff;
    opacity: 1;
}

.contact-form-wrapper .contact-form .input-group .icon {
    left: 40px;
}
.contact-form-wrapper .contact-form .input-group label.error{
    color: #fff;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
}
.contact-form-wrapper .contact-form .input-group.textarea .icon {
    top: 25px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.contact-form-wrapper .contact-form .main-btn.btn-filled {
    margin-top: 10px;
}

.contact-form-wrapper .contact-form .main-btn.btn-filled:hover {
    background-color: #fff;
    border-color: #fff;
}

.contact-form-wrapper .contact-form .main-btn.btn-filled:hover::before,
.contact-form-wrapper .contact-form .main-btn.btn-filled:hover::after {
    background-color: #fff;
}

.contact-form-wrapper .contact-info-list {
    background-image: url(assets/img/newimg/hp/f17.webp);
    background-color: #fff;
    height: 508px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-wrapper .contact-info-list {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .contact-form-wrapper .contact-info-list {
        padding: 30px;
    }
}

.contact-form-wrapper .contact-info-list .info-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1;
    grid-template-rows: 1;
    -ms-grid-columns: 65px 1fr;
    grid-template-columns: 65px 1fr;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f3f3f3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-wrapper .contact-info-list .info-box {
        font-size: 15px;
    }
}

@media (max-width: 399px) {
    .contact-form-wrapper .contact-info-list .info-box {
        font-size: 15px;
    }
}

.contact-form-wrapper .contact-info-list .info-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.contact-form-wrapper .contact-info-list .info-box .icon {
    font-size: 40px;
    color: var(--primary);
    line-height: 1;
}

.contact-form-wrapper .contact-info-list .info-box h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-wrapper .contact-info-list .info-box h4 {
        font-size: 20px;
    }
}

@media (max-width: 399px) {
    .contact-form-wrapper .contact-info-list .info-box h4 {
        font-size: 20px;
    }
}

/* contact section */
.contact-section.with-map-bg {
    position: relative;
    z-index: 1;
}


@media (max-width: 575px) {
    .contact-section .section-title {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-section .section-title h2 {
        font-size: 32px;
    }
}

/* Contact Maps */
.contact-maps {
    width: 100%;
    height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-maps {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .contact-maps {
        height: 400px;
    }
}

.contact-maps iframe {
    width: 100%;
    height: 100%;
}

/*===========================
    FRAMEWORK 
===========================*/
.framework-section {
    background-color: var(--primary);
    padding-top: 120px;
    padding-bottom: 120px;
}

.framework-section.padding-bottom-extra {
    padding-bottom: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .framework-section .framework-text {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .framework-section .framework-text {
        padding-left: 0;
        margin-top: 50px;
    }
}

.framework-section .framework-text,
.framework-section .framework-text .section-title h2,
.framework-section .framework-text a {
    color: #fff;
}

.framework-section .framework-text .framework-list li {
    margin-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .framework-section .framework-text .framework-list li {
        margin-right: 15px;
    }
}

@media (max-width: 575px) {
    .framework-section .framework-text .framework-list li {
        margin-right: 10px;
        font-size: 14px;
    }
}

.framework-section .framework-text .framework-list li:last-child {
    margin-right: 0;
}

.framework-section .framework-text .framework-list li a {
    text-align: center;
    font-weight: 700;
    padding: 0;
    border-radius: 0;
}

.framework-section .framework-text .framework-list li a span.icon {
    display: block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #072341;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .framework-section .framework-text .framework-list li a span.icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
}

@media (max-width: 575px) {
    .framework-section .framework-text .framework-list li a span.icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
}

@media (max-width: 399px) {
    .framework-section .framework-text .framework-list li a span.icon {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 25px;
    }
}

.framework-section .framework-text .framework-list li a:hover,
.framework-section .framework-text .framework-list li a.active {
    background-color: transparent;
}

.framework-section .framework-text .framework-list li a:hover span.icon,
.framework-section .framework-text .framework-list li a.active span.icon {
    background-color: var(--primary);
    color: #fff;
}

/*===========================
    COUNTER SCSS 
===========================*/
.counter-section.mt-negative {
    position: relative;
    z-index: 22;
}

.counter-section .counter-inner {
    position: relative;
    background-color: #000;
    padding: 100px 0;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-section .counter-inner {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .counter-section .counter-inner {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

.counter-section .counter-inner::after {
    position: absolute;
    content: '';
    background-color: var(--primary);
    left: 20px;
    right: 20px;
    bottom: -20px;
    top: 20px;
    z-index: -2;
}

.counter-section .counter-inner .counter-box {
    text-align: center;
    position: relative;
    z-index: 4;
}

@media (max-width: 767px) {
    .counter-section .counter-inner .counter-box {
        margin-bottom: 40px;
    }
}

.counter-section .counter-inner .counter-box h1 {
    font-size: 70px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-section .counter-inner .counter-box h1 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .counter-section .counter-inner .counter-box h1 {
        font-size: 50px;
    }
}

.counter-section .counter-inner .counter-box .title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-section .counter-inner .counter-box .title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .counter-section .counter-inner .counter-box .title {
        font-size: 16px;
    }
}

.counter-section .counter-inner span.big-text {
    font-size: 85px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: -13%;
    letter-spacing: 11px;
    left: 16%;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    z-index: 1;
    opacity: 0.9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-section .counter-inner span.big-text {
        font-size: 200px;
    }
}

@media (max-width: 767px) {
    .counter-section .counter-inner span.big-text {
        font-size: 120px;
    }
}

@media (max-width: 399px) {
    .counter-section .counter-inner span.big-text {
        font-size: 80px;
    }
}

/*===========================
    Breadcrumb
===========================*/
.breadcrumb-section {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    padding-top: 85px;
    padding-bottom: 98px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .breadcrumb-section {
        padding-top: 200px;
        padding-bottom: 160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section {
        padding-top: 200px;
        padding-bottom: 160px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section {
        padding-top: 180px;
        padding-bottom: 120px;
    }
}

@media (max-width: 399px) {
    .breadcrumb-section {
        padding-top: 160px;
        padding-bottom: 90px;
    }
}


.breadcrumb-section .breadcrumb-text {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-text {
        font-size: 16px;
    }
}

.breadcrumb-section .breadcrumb-text h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-text h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-section .breadcrumb-text h1 {
        font-size: 38px;
    }
}

.breadcrumb-section .breadcrumb-shape {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 225px;
    background-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .breadcrumb-section .breadcrumb-shape {
        height: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section .breadcrumb-shape {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-shape {
        height: 120px;
    }
}

.breadcrumb-section .breadcrumb-shape svg {
    width: calc(125% + 1.3px);
    height: 225px;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .breadcrumb-section .breadcrumb-shape svg {
        height: 200px;
        width: calc(160% + 1.3px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section .breadcrumb-shape svg {
        height: 200px;
        width: calc(160% + 1.3px);
    }
}

@media (max-width: 767px) {
    .breadcrumb-section .breadcrumb-shape svg {
        height: 120px;
        width: calc(170% + 1.3px);
    }
}

.breadcrumb-section .breadcrumb-shape svg path {
    fill: #ffffff;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.breadcrumb-section .btg-text {
    font-size: 34px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    position: absolute;
    right: -5%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    z-index: 99;
    opacity: 0.5;
    transform: rotate(90deg);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .breadcrumb-section .btg-text {
        font-size: 200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-section .btg-text {
        font-size: 160px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section .btg-text {
        font-size: 100px;
    }
}

@media (max-width: 399px) {
    .breadcrumb-section .btg-text {
        font-size: 90px;
    }
}

.breadcrumb-section .breadcrumb-nav {
    position: absolute;
    bottom: 0;
    z-index: 22;
    left: 50%;
    padding: 13px 30px;
    background: var(--primary);
    -webkit-transform: translate(-50%, 40%);
    transform: translate(-50%, 40%);
    text-align: center;
    border-radius: 5px;
}
@media (max-width: 575px) {
    .breadcrumb-section .breadcrumb-nav {
        width: 60%;
    }
}

@media (max-width: 399px) {
    .breadcrumb-section .breadcrumb-nav {
        padding: 15px;
        width: 80%;
    }
}

.breadcrumb-section .breadcrumb-nav li {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-right: 5px;
    padding-right: 15px;
    position: relative;
}

.breadcrumb-section .breadcrumb-nav li,
.breadcrumb-section .breadcrumb-nav li a {
    color: var(--white);
}

.breadcrumb-section .breadcrumb-nav li::after {
    position: absolute;
    content: '|';
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.breadcrumb-section .breadcrumb-nav li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumb-section .breadcrumb-nav li:last-child::after {
    display: none;
}

/*===========================
    Sidebar Style
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .sidebar {
        margin-top: 80px;
    }
}

.sidebar .widget {
    padding: 40px;
    border: 2px solid #ededed;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sidebar .widget {
        padding: 40px 20px;
    }
}

@media (max-width: 399px) {
    .sidebar .widget {
        padding: 40px 20px;
    }
}

.sidebar .widget .widget-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1;
    position: relative;
    padding-left: 30px;
}

.sidebar .widget .widget-title::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: var(--primary);
    content: '';
}

.sidebar .widget.about-author-widget .author-box {
    font-size: 14px;
    text-align: center;
}

.sidebar .widget.about-author-widget .author-box h6 {
    font-size: 18px;
    text-transform: uppercase;
    
    margin-top: 30px;
    padding-bottom: 20px;
}

.sidebar .widget.about-author-widget .author-box .social-icon {
    margin-top: 25px;
}

.sidebar .widget.about-author-widget .author-box .social-icon li {
    display: inline-block;
    margin: 0 5px;
}

.sidebar .widget.about-author-widget .author-box .social-icon li a {
    padding: 5px;
    color: #b3bed3;
}

.sidebar .widget.about-author-widget .author-box .social-icon li a:hover {
    color: var(--primary);
}

.sidebar .widget.search-widget form {
    position: relative;
}

.sidebar .widget.search-widget form input {
    width: 100%;
    background-color: #f6f4ff;
    height: 60px;
    border: none;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 14px;
}

.sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    z-index: 1;
    background-color: var(--primary);
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar .widget.search-widget form button:hover {
    background-color: var(--primary);
    color: #fff;
}

.sidebar .widget.popular-feeds .single-popular-feed {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 80px 1fr;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e6ff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc h6 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
    font-size: 14px;
    color: #fff;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
    margin-right: 5px;
}

.sidebar .widget.categories-widget ul li {
    margin-bottom: 10px;
}

.sidebar .widget.categories-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget.categories-widget ul li a {
    font-size: 14px;
    padding-left: 30px;
    height: 50px;
    background-color: #edf3ff;
    display: block;
    position: relative;
    line-height: 50px;
    color: var(--primary);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar .widget.categories-widget ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #d8e5ff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

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

.sidebar .widget.categories-widget ul li a:hover span {
    background-color: var(--primary);
    color: #fff;
}

.sidebar .widget.socail-widget ul li {
    display: inline-block;
    margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sidebar .widget.socail-widget ul li {
        margin-right: 5px;
    }
}

@media (max-width: 399px) {
    .sidebar .widget.socail-widget ul li {
        margin-right: 5px;
    }
}



.sidebar .widget.twitter-feed-widget ul li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 12px;
    border-bottom: 1px solid #e1e6ff;
    padding-left: 35px;
    position: relative;
}

.sidebar .widget.twitter-feed-widget ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f099';
    font-family: 'Font Awesome 5 Brands';
    font-size: 14px;
    color: var(--primary);
}

.sidebar .widget.twitter-feed-widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.sidebar .widget.twitter-feed-widget ul li a {
    color: var(--primary);
}

.sidebar .widget.twitter-feed-widget ul li .date {
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 500;
}
.sidebar .widget.popular-tag-widget ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.sidebar .widget.popular-tag-widget ul li a {
    font-size: 12px;
    color: var(--primary);
    padding: 10px 20px;
    background-color: #f4f4f4;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sidebar .widget.popular-tag-widget ul li a {
        padding: 10px 15px;
    }
}

@media (max-width: 399px) {
    .sidebar .widget.popular-tag-widget ul li a {
        padding: 10px 15px;
    }
}

.sidebar .widget.popular-tag-widget ul li a:hover {
    background-color: var(--primary);
}

.sidebar .widget.banner-ad-widget {
    padding: 0;
    border: none;
}

.sidebar .widget.contact-widget .input-group {
    margin-top: -2px;
}

.sidebar .widget.service-cat-widget li a,
.sidebar .widget.brouchers-widget li a {
    display: block;
    border: 2px solid #ededed;
    padding: 15px 30px;
    text-transform: uppercase;
    color: var(--primary);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.sidebar .widget.service-cat-widget li a:hover,
.sidebar .widget.brouchers-widget li a:hover {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.sidebar .widget.service-cat-widget li:not(:last-child) a,
.sidebar .widget.brouchers-widget li:not(:last-child) a {
    border-bottom: none;
}

.sidebar .widget.brouchers-widget li a i {
    margin-right: 20px;
    color: var(--primary);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar .widget.brouchers-widget li a:hover i {
    color: #fff;
}

/*===========================
    FAQ
===========================*/
.faq-loop {
    background-color: #f7fcff;
    padding: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-loop {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .faq-loop {
        padding: 15px;
    }
}

@media (max-width: 399px) {
    .faq-loop {
        padding: 10px;
    }
}

.faq-loop .card {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 10px;
}

.faq-loop .card .card-header {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.faq-loop .card .card-header button {
    border: none;
    padding: 20px 35px;
    width: 100%;
    text-align: left;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: var(--primary);
    position: relative;
    min-height: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-loop .card .card-header button {
        font-size: 16px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .faq-loop .card .card-header button {
        font-size: 15px;
        padding: 20px 70px 20px 20px;
    }
}

@media (max-width: 399px) {
    .faq-loop .card .card-header button {
        padding-right: 50px;
    }
}

.faq-loop .card .card-header button .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 50px;
    background-color: var(--primary);
    text-align: center;
    font-size: 24px;
    color: var(--primary);
    line-height: 50px;
    height: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 399px) {
    .faq-loop .card .card-header button .icon {
        height: 40px;
        width: 40px;
        line-height: 40px;
        right: 5px;
    }
}

.faq-loop .card .card-header button.active-accordion .icon span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-loop .card .card-body {
    padding: 0 35px 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-loop .card .card-body {
        padding: 0 20px 25px;
    }
}

@media (max-width: 767px) {
    .faq-loop .card .card-body {
        padding: 0 20px 25px;
    }
}

/*===========================
    BLog Style 2
===========================*/

.latetest-post .latest-post-box.style-2 .post-meta {
    background-color: transparent;
    text-transform: unset;
    padding: 0;
    margin-bottom: 20px;
}

.latetest-post .latest-post-box.style-2 .post-desc {
    padding: 0 24px;
}

.latetest-post .latest-post-box.style-2 .post-meta li {
    margin-right: 16px;
}

.latetest-post .latest-post-box.style-2 .post-meta a.tag {
    color: var(--primary);
}

.latetest-post .latest-post-box.style-2 .post-meta a {
    color: var(--primary);
    font-weight: 500;
}

.latetest-post .latest-post-box.style-2 .author a {
    color: var(--primary);
}

.latetest-post .latest-post-box.style-2 .author img {
    margin-right: 15px;
}

/*===========================
    Pricing
===========================*/

.pricing-sec .price-wrapper {
    padding: 30px;
    margin-bottom: 30px;
}

.price-wrapper.shadow {
    box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.06);
}

.price-wrapper ul.pricing-list {
    margin: 30px 0;
}

.price-wrapper ul.pricing-list li {
    margin-bottom: 25px;
    font-size: 14px;
}

.price-wrapper ul.pricing-list li:last-child {
    margin-bottom: 0;
}

.price-wrapper ul.pricing-list li i {
    height: 25px;
    width: 25px;
    line-height: 27px;
    margin-right: 15px;
    color: var(--primary);
    border-radius: 50%;
    background-color: rgb(255 170 23 / 54%);
    text-align: center;
}

.price-wrapper .amount span.number {
    font-size: 40px;
    display: block;
    color: var(--primary);
    font-weight: 700;
    line-height: 1.2;
}

.price-wrapper .main-btn {
    margin-top: 30px;
    height: 50px;
    line-height: 48px;
}

/*===========================
    Request-Quote
===========================*/

.request-form-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.request-form {
    padding: 25px;
    background-color: #fff;
}

.request-form form .input-group input,
.request-form form .input-group select {
    padding-left: 14px;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ededed;
}

.request-form form .input-group select {
    color: #757575;
}

.request-form form .input-group select:focus {
    outline: none;
}

.request-form .form-heading span {
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.request-form .form-heading h4 {
    margin-bottom: 12px;
}

.request-form-sec-text {
    background-color: var(--primary);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 35px;
}
.request-form-sec-text>div{
    max-width: 300px;
}
.request-form-sec-text h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

.request-form-sec-text p {
    text-align: center;
    line-height: 38px;
    color: #fff;
}

/*===========================
    Form-video
===========================*/

.video-section.form-video {
    height: auto;
}

.video-section.form-video .video-wrap {
    right: 0;
    left: auto;
}

.video-section.form-video .video-wrap .video-bg .video-link {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    display: flex;
    align-items: center;
}

.video-section.form-video .request-form {
    background-color: transparent;
    padding: 0;
}

.video-section.form-video .form-heading h4 {
    max-width: 100%;
}

.video-section.form-video .request-form form .input-group input {
    color: #fff;
}

.video-section.form-video .request-form form .input-group input::placeholder {
    color: #ededed;
}

.video-section.form-video .input-group .main-btn.btn-filled:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.video-section.form-video .input-group .main-btn.btn-borderd {
    border-color: #ededed;
    color: #ededed;
}

.video-section.form-video .input-group .main-btn.btn-borderd:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--primary);
}

.video-section.form-video .input-group .main-btn.btn-filled:hover:before,
.video-section.form-video .input-group .main-btn.btn-filled:hover:after {
    background-color: #fff;
}

@media (max-width: 575px) {
    .video-section.form-video .input-group .main-btn {
        width: 100%;
        display: block;
    }
}

/*===========================
    About Style 2
===========================*/


.about-section.style-2 .about-tile-gallery img.image-one {
    right: 0;
    left: auto;
}

.about-section.style-2 .about-tile-gallery img.image-two {
    left: 120px;
    right: auto;
    bottom: 60px;
}

.about-section.style-2 .about-tile-gallery:before {
    content: "";
    position: absolute;
    top: 42px;
    left: 95px;
    width: 400px;
    height: 448px;
    background-color: transparent;
    border: 2px solid var(--primary);
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 80px;
    z-index: 1;
}

.about-section.style-2 .about-features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.about-section.style-2 .about-features p {
    font-size: 16px;
}

.about-section.style-2 .about-features .feature-item .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background-color: #E8CEBF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    margin-right: 10px;
}

.about-section.style-2 .about-text .about-links a:first-child {
    margin-right: 15px;
}
.about-section.style-2.plus-three .about-text{
    max-width: 555px;
    padding: 60px 0;
    padding-left: 30px;
}
.about-section.style-2.plus-three .full-img>img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
@media (max-width: 991px) {
    .about-section.style-2.plus-three .about-text{
        margin: 0 auto;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .about-section.style-2 .about-tile-gallery:before {
        left: 48px;
    }

    .about-section.style-2 .about-tile-gallery img.image-two {
        left: 72px;
    }
}

@media (max-width: 575px) {
    .about-section.style-2 .about-tile-gallery:before {
        content: none;
    }

    .about-section.style-2 .about-tile-gallery img.image-two {
        left: 0;
        bottom: 40px;
    }

    .about-section.style-2 .about-features {
        display: block;
    }

    .about-section.style-2 .about-features .feature-item+.feature-item {
        margin-top: 10px;
    }
}

@media (max-width: 399px) {
    .about-section.style-2 .about-text .about-links a {
        width: 100%;
    }

    .about-section.style-2 .about-text .about-links a:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/*===========================
    About Style 3
===========================*/

.about-section.style-3 {
    background-color: #f7fcff;
}

.about-section.style-3 .about-tab-content .nav-tabs {
    border-bottom: none;
}

.about-section.style-3 .about-tab-content .nav-tabs li {
    margin-right: 20px;
    margin-bottom: 0;
}

.about-section.style-3 .about-tab-content .nav-tabs li a {
    padding: 10px 12px;
    background-color: #fff;
    color: #000;
    box-shadow: 0px 10px 20px 0px rgb(23 24 25 / 11%);
    border: none;
    border-radius: 0;
}

.about-section.style-3 .about-tab-content .nav-tabs li a.active {
    background-color: var(--primary);
    color: #fff;
}

.about-section.style-3 .about-tab-content .extra-points li+li {
    margin-top: 10px;
}

.about-section.style-3 .about-tab-content .extra-points li i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 15px;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
}

.about-section.style-3 .about-tile-gallery {
    min-height: 490px;
}

.about-section.style-3 .about-tile-gallery img.image-one {
    right: 0;
    left: auto;
}

.about-section.style-3 .about-tile-gallery img.image-two {
    left: 20px;
    bottom: 0px;
}

@media (max-width: 1199px) {
    .about-section.style-3 .about-tile-gallery {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .about-section.style-3 .about-text .img-descr {
        margin-top: 30px;
    }

    .about-section.style-3 .about-tile-gallery img.image-two {
        left: 200px;
    }
}

@media (max-width: 992px) {
    .about-section.style-3 .about-tile-gallery img.image-two {
        left: 130px;
    }
}

@media (max-width: 768px) {
    .about-section.style-3 .about-tile-gallery img.image-two {
        left: 68px;
    }
}

@media (max-width: 576px) {
    .about-section.style-3 .about-tile-gallery img.image-two {
        left: 0;
    }
}

@media (max-width: 399px) {
    .about-section.style-3 .about-tab-content .nav-tabs li {
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

/*===========================
    Service Style 2
===========================*/

.services-secton.style-2 {
    background-image: url("assets/img/banner/01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 150px;
    padding-top: 120px;
    padding-bottom: 205px;
    z-index: 1;
}
.services-secton.with-shop.style-2{
    margin-bottom: 275px;
    padding-bottom: 275px;
}

.services-secton.with-shop.style-2 .shop-sidebar-section{
    position: absolute;
    left: 0;
    bottom: -275px;
    width: 100%;
}
.services-secton.with-shop.style-2 .wide-section{
    width: 100vw;
}
@media (max-width: 767px){
    .services-secton.with-shop.style-2 .wide-section{
        width: 100%;
    }
}
.services-secton.style-2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(4 29 56 / 53%);
    z-index: -1;
}

.services-secton.style-2 .services-loop {
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 100%;
}

.services-secton.style-2 .services-loop .single-service {
    margin: 30px 0 0;
    border-bottom: 7px solid rgb(0 0 0 / 2%);
}

.services-secton.style-2 .services-loop .single-service.secondary-bg {
    background-color: #0c3b6b;
    border-color: var(--primary);
}

.services-secton.style-2 .services-loop .single-service.doted::before,
.services-secton.style-2 .services-loop .single-service.doted::after {
    content: none;
}

.services-secton.style-2 .services-loop .single-service .icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.services-secton.style-2 .services-loop .single-service .icon i {
    position: relative;
    z-index: 1;
}

.services-secton.style-2 .services-loop .single-service .icon i:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-color: rgb(255 170 23 / 52%);
    left: 22px;
    border-radius: 50%;
    top: -3px;
    z-index: -1;
}

.services-secton.style-2 .service-link .main-btn.btn-filled:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.services-secton.style-2 .service-link .main-btn.btn-filled:hover:before,
.services-secton.style-2 .service-link .main-btn.btn-filled:hover:after {
    background-color: #fff;
}

@media (max-width: 767px) {
    .services-secton.style-2 .section-title h2 {
        font-size: 32px;
    }
}

/*===========================
    Service Style 3
===========================*/

.service-style-3 .service-item {
    background-color: var(--primary);
    padding: 55px 0 55px 25px;
    position: relative;
    z-index: 1;
}

.service-style-3 .service-item.bg-yellow {
    background-color: var(--primary);
}

.service-style-3 .service-item .count {
    position: absolute;
    right: 32px;
    bottom: 16px;
    line-height: 1;
    color: rgb(255 255 255 / 25%);
    font-size: 65px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    z-index: -1;
}

.service-style-3 .service-item h4 {
    color: #fff;
    margin-bottom: 10px;
}

.service-style-3 .service-item a {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 26px;
}

.service-style-3 .service-item a i {
    color: #fff;
    padding-left: 15px;
}

.service-style-3 .service-image {
    height: 246px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*===========================
    Portfolio-sec
===========================*/

.portfolio-tab .nav-tabs {
    background-color: #f7fcff;
}

.portfolio-tab .nav-tabs .nav-item {
    margin-bottom: 0;
}

.portfolio-tab .nav-tabs .nav-link {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid transparent;
    color: var(--primary);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 12px 25px;
    cursor: pointer;
}

.portfolio-tab .nav-tabs .active>.nav-link {
    border-color: var(--primary);
    color: var(--primary);
    background-color: transparent;
}

.portfolio-tab .portfolio-item {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    overflow: hidden;
}

.portfolio-tab .portfolio-item img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.portfolio-tab .portfolio-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 0.3s ease-out 0s;
}

.portfolio-tab .portfolio-item:hover:before {
    background-color: rgb(4 29 56 / 82%);
}

.portfolio-tab .portfolio-item .portfolio-title {
    position: absolute;
    left: -130px;
    bottom: 65px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

.portfolio-tab .portfolio-item .portfolio-title span {
    display: block;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: var(--primary);
    margin-bottom: 5px;
    transition: all 0.3s ease-out 0s;
}

.portfolio-tab .portfolio-item .detail-tag {
    width: 55px;
    height: 55px;
    position: absolute;
    right: -50px;
    bottom: 0;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.portfolio-tab .portfolio-item .detail-tag:hover {
    width: 100%;
}

.portfolio-tab .portfolio-item:hover .portfolio-title {
    opacity: 1;
    visibility: visible;
    left: 20px;
}

.portfolio-tab .portfolio-item:hover .detail-tag {
    opacity: 1;
    visibility: visible;
    right: 0;
}

@media (max-width: 768px) {
    .portfolio-tab .nav-tabs {
        flex-direction: column;
    }
}

/*===========================
    Product Section
===========================*/
.product-section {
    background-color: #f7fcff;
}

.product-section-heading-wrapper {
    margin: 0 auto;
    max-width: 660px;
    padding-bottom: 80px;
    text-align: center;
}

.product-section-heading h4 {
    font-size: 32px;
    font-weight: 100;
    line-height: 48px;
font-family: 'Poppins', sans-serif;
}

.product-primary-color {
    color: #89d32a;
}

.product-section-heading h3 {
    font-size: 48px;
    font-weight: 800;
    line-height: 62px;
    text-transform: uppercase;
}

.product-shop-product-slider-arrow .product-shop-product-left-arrow,
.product-shop-product-bottom-arrow .product-product-bottom-left-arrow {
    left: -50px;
    top: 40%;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: var(--primary);
    text-align: center;
    line-height: 3.5;
    border-radius: 0;
    color: #ffffff;
}

.product-shop-product-slider-arrow .product-shop-product-right-arrow,
.product-shop-product-bottom-arrow .product-product-bottom-right-arrow {
    right: -50px;
    top: 40%;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: var(--primary);
    text-align: center;
    line-height: 3.5;
    border-radius: 0;
    color: #ffffff;
}

.product-slider-element {
    width: 150px;
    height: 180px;
    text-align: center;
    background: #89d32a;
    color: #ffffff !important;
    text-transform: capitalize;
    margin: 0 auto;
    line-height: 5.5;
    border-radius: 0;
}

.product-slider-element p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}

.product-slider-element .product-strain-class-light {
    background: #a6ed56;
    padding: 4px 15px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.product-slider-element .product-strain-class-dark {
    background: #3e690a;
    padding: 4px 15px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.product-slider-element h4,
.product-grid .title {
    font-size: 44px;
    font-weight: 900;
    line-height: 26px;
    margin-bottom: 20px;
    color: #ffffff;
}

.product-slider-element p {
    letter-spacing: 1px;
}

.product-shop-details {
    padding-top: 5rem;
}

.rating-star i {
    color: gold;
}

.product-shop-product-title {
    padding-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
}

.product-shop-product-title h3 {
    margin: 1.5rem 0 2rem;
    font-size: 38px;
    font-weight: 800;
    line-height: 26px;
    color: #000000;
}

.product-product-tag {
    padding: 1px 10px;
    background: #89d32a;
    color: #ffffff;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 0;
}

.product-product-features,
.product-shop-product-bottom-details {
    padding: 50px 0;
}

.product-product-effects h5,
.product-product-flavors h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

.product-product-effects-inner {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.product-product-effects-inner:last-child {
    margin-bottom: 0;
}

.product-product-effects-inner .progress {
    height: 10px;
    background-color: rgba(255, 170, 23, 0.28);
    border-radius: .25rem;
    margin-right: 20px;
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
}

.product-product-effects-inner .progress-bar {
    border-radius: 7px;
    background-color: var(--primary);
}

.product-margin-30 {
    margin-bottom: 30px;
}

.product-flavors-align {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.product-flavors-type {
    border: 2px solid #eeeeee;
    border-radius: 0;
    width: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.product-flavors-type i {
    font-size: 30px;
    line-height: 1;
}

.product-flavors-type p {
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 400;
    color: #a0a0a0;
}

.cw-flavors-type:hover i,
.cw-flavors-type:hover p {
    color: #73be20;
}

@media (max-width: 1366px) {

    .product-shop-product-slider-arrow .product-shop-product-left-arrow,
    .product-shop-product-bottom-arrow .product-product-bottom-left-arrow {
        left: -25px;
    }

    .product-shop-product-slider-arrow .product-shop-product-right-arrow,
    .product-shop-product-bottom-arrow .product-product-bottom-right-arrow {
        right: -25px;
    }
}

@media (max-width: 1024px) {
    .product-shop-product-slider-arrow .product-shop-product-left-arrow {
        left: -30px;
    }

    .product-shop-product-slider-arrow .product-shop-product-right-arrow {
        right: -30px;
    }
}

@media (max-width: 991px) {
    .product-shop-details-container {
        margin: 50px 0 0;
    }
}

@media (max-width: 768px) {
    .product-section-heading h3 {
        font-size: 34px;
        line-height: 42px;
    }

    .product-section-heading h4 {
        font-size: 24px;
    }

    .product-shop-product-slider-arrow .product-shop-product-left-arrow {
        left: -15px;
    }

    .product-shop-product-slider-arrow .product-shop-product-right-arrow {
        right: -15px;
    }

    .rating-star,
    .product-shop-product-bottom-meta,
    .product-shop-product-title h3,
    .product-shop-product-title .des-text {
        text-align: center;
    }

    .product-product-features {
        padding: 50px 0 0;
    }

    .product-product-effects {
        margin-top: 2rem;
        text-align: center;
    }

    .cannafolio-details-wrap .product-product-features .product-product-effects {
        margin-top: 0;
    }

    .product-product-effects-inner {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .product-product-effects-inner .progress {
        margin: 0 auto;
    }

    .product-product-flavors {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .product-shop-product-slider-arrow .product-shop-product-left-arrow {
        left: 15px;
        z-index: 1;
    }

    .product-shop-product-slider-arrow .product-shop-product-right-arrow {
        right: 15px;
        z-index: 1;
    }
}

@media (max-width: 480px) {
    .product-section-heading h3 {
        font-size: 32px;
    }
}


/*===========================
    Quick Shop
===========================*/

.cw-section-heading-wrapper {
    margin: 0 auto;
    max-width: 660px;
    padding-bottom: 80px;
    text-align: center;
}

.cw-q-shop-heading {
    max-width: 899px;
}

.cw-section-heading h3 {
    font-size: 48px;
    font-weight: 800;
    line-height: 62px;
    text-transform: uppercase;
}

.cw-q-shop-tabs li.nav-item.active,
.cw-q-shop-tabs li.nav-item {
    padding-left: 30px;
    margin-bottom: 10px;
}

.cw-q-shop-tabs .nav-pills .nav-link {
    border: 2px solid var(--primary);
    border-radius: 0;
    color: #000000;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 16px;
    height: auto;
    width: 150px;
    text-align: center;
    margin: auto;
    letter-spacing: 0.4px;
    padding: 16px 30px;
    text-decoration: none;
}

.cw-q-shop-tabs .nav-pills .nav-link.active,
.cw-q-shop-tabs .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #75be20;
}

.cw-q-shop-tabs .nav-pills .nav-link:hover {
    background: var(--primary);
    color: #fff;
}

.cw-q-shop-product {
    margin: 50px 90px 0;
}

.cw-q-shop-product-inner {
    border: 2px solid #efefef;
    border-radius: 0;
    background: #ffffff;
    position: relative;
}

.cw-q-shop-product-image img {
    max-width: 100%;
    height: auto;
    width: auto;
    padding: 35px 0px;
    margin: 0;
    transition: .5s ease;
    backface-visibility: hidden;
}

.cw-q-shop-product-meta {
    margin: 0px 0;
    padding: 0 10px;
    text-align: center;
}

.cw-q-shop-product-inner .cw-q-shop-product-meta {
    margin-bottom: 33px;
}

.cw-q-shop-product-meta span {
    text-transform: uppercase;
    color: #75be20;
    font-weight: 600;
    font-size: 14px;
}

.cw-q-shop-product-meta h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #022147;
    margin: 15px 0;
}

.cw-q-shop-product-meta p {
    color: #ff6a48;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

.cw-q-shop-product-inner:hover {
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.07);
}

.cw-q-shop-product-inner:hover .cw-shop-img-overlay {
    opacity: 0.3;
}

.cw-q-shop-product-inner .button {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.cw-q-shop-product-inner:hover .button {
    opacity: 1;
}

.cw-shop-main-btn {
    text-align: center;
    margin: 50px 0 0;
}

@media (max-width: 991px) {
    .cw-q-shop-tabs ul {
        flex-direction: column;
    }

    .cw-q-shop-product {
        margin: 50px 0px;
    }

    .cw-q-shop-product-inner:hover .cw-shop-img-overlay {
        opacity: 1;
    }

    .cw-q-shop-product-inner:hover .overlay-content,
    .button {
        display: none;
    }
}

@media (max-width: 768px) {
    .cw-section-heading h3 {
        font-size: 34px;
        line-height: 42px;
    }

    .cw-q-shop-tabs li.nav-item.active,
    .cw-q-shop-tabs li.nav-item {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

    .cw-q-shop-product {
        margin: 50px 20px;
    }

    .cw-q-shop-product-inner {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .cw-q-shop-product {
        margin: 50px 0px;
    }

    .d-sm-block {
        display: block !important;
    }

    #quickViewSnap .cw-model-wrapper {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .cw-section-heading h3 {
        font-size: 32px;
    }
}

/*===========================
    Shop
===========================*/
.tinv-wishlist p:last-child{
    /* margin-bottom: 80px; */
}

.bg-gradient {
    background: linear-gradient(180deg, #f8fcff 0%, white 100%);
}

.cw-section-heading h4 {
    font-size: 32px;
    font-weight: 100;
    line-height: 48px;
}

.cw-primary-color {
    color: var(--primary);
}

.cw-shop-top-filter {
    padding: 0 0 20px;
}

.cw-product-select_filter,
.cw-sort-select_filter {
    display: inline-block;
    position: relative;
}

.cw-shop-top-filter form select {
    padding: 0 20px;
    height: 35px;
    border: 1px solid #eee;
    color: #49494f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer !important;
    background: #eee;
    border-radius: 0;
}

.cw-shop-top-filter .cw-shop-view {
    text-align: right;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

.cw-shop-top-filter .cw-shop-view p {
    font-size: 14px;
    line-height: 28px;
}

.product-grid {
    text-align: center;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease 0s;
    padding: 15px;
    background: #f7f7f7;
}

.product-grid:hover {
    box-shadow: 0 3px 25px rgba(0, 0, 0, .04);
}

.product-grid,
.product-grid .product-image4 {
    position: relative;
}

.product-grid .product-item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-grid .product-item-top .product-type,
.cw-product-des-wrapper .cw-product-meta-icon .strain-name {
    font-size: 12px;
}

.product-grid .product-item-top .strain-type,
.cw-product-des-wrapper .cw-product-meta-icon .strain-type {
    content: "";
    display: block;
    position: relative;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 2px #fff;
}

.indica .strain-type {
    background: #6e335e;
}

.hybrid .strain-type {
    background: #d44727;
}

.sativa .strain-type {
    background: #72be20;
}

.product-grid .product-image4 a {
    display: block;
    text-decoration: none;
}

.product-grid .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s;
}

.product-grid .social {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
}

.product-grid .social li {
    display: inline-block;
    opacity: 0;
    transition: all .7s;
    position: relative;
    padding-left: 15px;
}

.product-grid .social li:nth-child(1) {
    transition-delay: .15s;
}

.product-grid .social li:nth-child(2) {
    transition-delay: .3s;
}

.product-grid .social li:nth-child(3) {
    transition-delay: .45s;
}

.product-grid .social li a {
    color: #fff;
    background: rgb(255 170 23 / 0.91);
    font-size: 17px;
    line-height: 36px;
    width: 40px;
    height: 36px;
    border-radius: 2px;
    margin: 0 5px;
    display: block;
    transition: all .3s ease 0s;
}

.product-grid .social li a:hover {
    color: #fff;
    background: #000000;
}

.product-grid .social li a:after,
.product-grid .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    transition: .3s;
    left: calc(50% + 5px);
    top: -30px;
}

.product-grid .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}

.product-grid .social li a:hover:after,
.product-grid .social li a:hover:before {
    opacity: 1;
}

.product-grid .product-content {
    padding: 25px;
}

.cw-slider-element h4,
.product-grid .title {
    font-size: 44px;
    font-weight: 900;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 20px;
}

.product-grid .title a {
    color: var(--primary);
}

.product-content p {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
}

.product-grid .price {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 20px 0;
    display: block;
}

.product-grid .price span {
    color: #919191;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}

.product-grid .add-to-cart {
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 10px 20px;
    color: #888;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
    transition: all .3s;
}

.product-grid:hover .social li {
    opacity: 1;
}

.product-grid:hover .add-to-cart {
    border: 1px solid transparent;
    background: var(--primary);
    color: #fff;
}

.slider-shop-accer .product-grid {
    margin: 0 15px;
}

.slider-shop-accer .product-image4 img {
    margin: 0 auto;
    text-align: center;
}

.slider-shop-accer .product-grid h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #ffffff;
}

.cw-shop-product-slider-arrow .cw-shop-product-left-arrow,
.cw-shop-product-bottom-arrow .cw-product-bottom-left-arrow {
    left: -50px;
    top: 40%;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: var(--primary);
    text-align: center;
    line-height: 3.5;
    border-radius: 0;
    color: #ffffff;
}

.cw-shop-product-slider-arrow .cw-shop-product-right-arrow,
.cw-shop-product-bottom-arrow .cw-product-bottom-right-arrow {
    right: -50px;
    top: 40%;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: var(--primary);
    text-align: center;
    line-height: 3.5;
    border-radius: 0;
    color: #ffffff;
}
p.return-to-shop{
    /* margin-bottom: 80px; */
}

/*---------shop-barned-box--------- */

.cw-featured-box-bg-01 {
    background-image: url(assets/img/shop-small-banner01.png);
    padding: 15px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cw-featured-box-bg-02 {
    background-image: url(assets/img/shop-small-banner02.png);
    padding: 15px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cw-featured-box-bg-03 {
    background-image: url(assets/img/shop-small-banner03.png);
    padding: 15px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cw-featured-box-bg-04 {
    background-image: url(assets/img/shop-small-banner04.png);
    padding: 15px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cw-featured-box-inner {
    text-align: left;
    border: solid 2px #fff;
    padding: 15px;
    border-radius: 0;
}

.cw-featured-box-inner h5 {
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 20px;
}

.cw-featured-box-inner h5>span {
    font-weight: 800;
    color: #ffffff;
}

.cw-featured-box-inner p {
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.cw-featured-box-inner p>span {
    font-weight: 800;
    color: var(--primary);
}

/*---------shop-left-sidebar--------- */

.shop-sidebar-section .sidebar .widget {
    padding: 0;
    border: none;
}

.shop-sidebar-section .mb-40 {
    margin-bottom: 50px;
}

.popular_widget h6 {
    font-size: 16px;
    margin: 0 0 6px;
}

.popular_widget p {
    color: #838383;
    font-size: 14px;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

.widget_range {
    padding: 30px 0;
}

.shop-sidebar-section .filter-slider-2 .widget_range {
    padding-bottom: 0;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background: var(--primary);
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: var(--primary);
}

.irs--round .irs-bar {
    background-color: var(--primary);
}

.irs--round .irs-handle {
    border: none;
    width: 15px;
    height: 15px;
    top: 30px;
    background-color: var(--primary);
    cursor: pointer;
}

/*---------shop-left-sidebar style 2--------- */

.shop-sidebar-section.style-2 .cw-shop-top-filter {
    margin-bottom: 30px;
    padding: 20px;
    border: 2px solid #e1f3ff;
}

.shop-sidebar-section.style-2 .cw-shop-top-filter form select {
    height: 55px;
    padding: 0 15px;
    outline: none;
}

.shop-sidebar-section.style-2 .product-grid {
    padding: 25px;
    background-color: #fff;
    border: 2px solid #e1f3ff;
    margin-bottom: 30px;
    text-align: left;
}

.shop-sidebar-section.style-2 .product-grid:hover {
    box-shadow: 0px 16px 32px 0px rgba(28, 116, 198, 0.08);
    border-color: transparent;
}

.shop-sidebar-section.style-2 .product-grid .product-badge {
    font-size: 25px;
    position: absolute;
    color: #fff;
    left: 0px;
    top: 0px;
    background-color: var(--primary);
    padding: 0;
    width: 70px;
    line-height: 70px;
    height: 70px;
    text-align: center;
    font-weight: 700;
    border-radius: 0;
    z-index: 3;
}

.shop-sidebar-section.style-2 .product-grid .product-badge.badge-sale {
    right: 0;
    left: auto;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #4F4846;
    font-family: 'Poppins', sans-serif;
}

.shop-sidebar-section.style-2 .product-grid .product-badge.badge-sale span {
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.shop-sidebar-section.style-2 .product-grid .product-image4 {
    margin: 0 0 20px;
    overflow: hidden;
    transition: .3s;
}

.shop-sidebar-section.style-2 .product-grid .product-image4 .rating-star {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.shop-sidebar-section.style-2 .product-grid .product-image4 .rating-star i,
.shop-sidebar-section.style-2 .widget.popular-feeds .single-popular-feed .feed-desc .rating-star i {
    color: #ffa80a;
}

.shop-sidebar-section.style-2 .product-grid .title {
    font-size: 22px;
    text-transform: uppercase;
    
    word-break: break-word;
    font-weight: 700;
    line-height: 1.3;
}

.shop-sidebar-section.style-2 .product-grid .title a {
    display: block;
    color: #4F4846;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop-sidebar-section.style-2 .product-grid .price {
    margin-bottom: 15px;
    color: var(--primary);
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

.shop-sidebar-section.style-2 .product-grid .product-content p {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    line-height: 24px;
}

.shop-sidebar-section.style-2 .product-grid .product-content .main-btn {
    padding: 0 30px;
    height: 55px;
    line-height: 52px;
    display: inline-flex;
}

.shop-sidebar-section.style-2 .product-grid .product-content .quick-view-btn {
    padding: 0;
    height: 55px;
    width: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    background-color: #fff;
    border: 2px solid rgba(4, 29, 56, 0.1);
    color: #4F4846;
}

.shop-sidebar-section.style-2 .product-grid .product-content .quick-view-btn:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.shop-sidebar-section.style-2 .sidebar .widget {
    padding: 40px;
    border: 2px solid #ededed;
}

.shop-sidebar-section.style-2 .sidebar .widget.popular-feeds .single-popular-feed img {
    width: 80px;
}

.shop-sidebar-section.style-2 .widget.popular-feeds .single-popular-feed .feed-desc .rating-star {
    margin: 10px 0;
}

.shop-sidebar-section.style-2 .widget.popular-feeds .single-popular-feed .feed-desc del {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.shop-sidebar-section.style-2 .widget.popular-feeds .single-popular-feed .feed-desc ins {
    color: #ffa80a;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
}

.shop-sidebar-section.style-2 .filter-slider-2 .widget_range {
    padding: 0;
}
.wel-d{
    padding-right: 80px;
}

/* Transparent shop */

.shop-sidebar-section.style-2.transparent-shop .product-grid{
   background-color: transparent;
   border: 2px solid rgba(255, 255, 255, 0.1);
}

.shop-sidebar-section.style-2.transparent-shop .product-grid:hover{
    box-shadow: none;
    border-color: var(--primary);
}

.shop-sidebar-section.style-2.transparent-shop .product-grid .title a{
    color: #fff;
}
.shop-sidebar-section.style-2.transparent-shop .product-grid .product-content .quick-view-btn{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.shop-sidebar-section.style-2.transparent-shop .product-grid .product-content .quick-view-btn:hover{
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.shop-sidebar-section.style-2.transparent-shop .product-grid .product-content .main-btn:hover{
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.shop-sidebar-section.style-2.transparent-shop .product-grid .product-content .main-btn:hover:before,
.shop-sidebar-section.style-2.transparent-shop .product-grid .product-content .main-btn:hover:after{
    background-color: #fff;
}


/*---------shop-detail--------- */

.cw-product-des-slider .slick-prev,
.cw-product-des-slider .slick-next {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 0;
    overflow: hidden;
    outline: none;
    position: absolute;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    transform: translate(0, -50%);
    border: none;
    outline: none;
    border: none;
    z-index: 1;
    color: #fff;
}

.cw-product-des-slider .slick-next {
    right: 0;
}

.slider-shop-accer .slick-prev,
.slider-shop-accer .slick-next,
.cw-shop-des-slider-for .slick-prev,
.cw-shop-des-slider-for .slick-next {
    background: rgba(221, 175, 148, 0.71);
}

.cw-product-des-slider .slick-prev:before {
    margin: 0 18px;
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.cw-product-des-slider .slick-next:before {
    margin: 0 18px;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.cw-shop-des-slider-nav {
    padding: 30px 0 0;
}

.cw-product-des-slider .cw-shop-des-slider-nav .cw-shop-thumb-img {
    border: solid 1px #cfcfcf;
    min-width: 96px;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 10px;
}

.w-product-slider-thumb {
    width: 50%;
}

.cw-product-meta-icon {
    display: flex;
    justify-content: end;
    margin-bottom: 15px;
}

.product-grid .product-item-top .strain-type,
.cw-product-des-wrapper .cw-product-meta-icon .strain-type {
    content: "";
    display: block;
    position: relative;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 2px #fff;
}

.cw-product-meta-icon .strain-type {
    margin-right: 15px;
}

.product-grid .product-item-top .product-type,
.cw-product-des-wrapper .cw-product-meta-icon .strain-name {
    font-size: 12px;
}

.cw-primary-color {
    color: var(--primary);
}

.cw-shop-product-title {
    padding-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
}

.cw-shop-product-title h3 {
    margin: 1.5rem 0 2rem;
    font-size: 38px;
    font-weight: 800;
    line-height: 26px;
    color: #000000;
}

.cw-product-tag {
    padding: 1px 10px;
    background: var(--primary);
    color: #ffffff;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 0;
}

.des-text {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}

.cw-shop-product-meta {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.cw-product-qty,
.cw-shop-product-meta-content {
    display: flex;
}

.cw-product-stock {
    margin-right: 60px;
}

.cw-product-stock p,
.cw-product-price p,
.cw-product-qty p,
.cw-product-weight .dropdown p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cw-product-stock .cw-instock {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary);
    margin-bottom: 0px;
}

.cw-product-price .cw-offer-price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
}

.cw-product-price .cw-price-strike {
    text-decoration: line-through;
    font-weight: 600;
    color: #919191;
    font-size: 11px;
}

.cw-product-qty .input-group {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 10px;
    background-color: #fff;
}

.cw-product-qty .btn {
    cursor: pointer;
    width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 11px;
    background-color: #fff;
    transition: .3s;
}

.cw-product-qty .form-control {
    background-color: #fff;
    outline: none;
    width: 60px;
    height: 28px;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
    border: 0;
    font-size: 14px;
    color: #848484;
    line-height: normal;
    padding: 0px 15px;
}

.cw-product-qty .dropdown {
    margin-left: 1rem;
}

.cw-product-qty #weight-btn,
.cw-product-qty #weight-btn-2 {
    display: block;
    background: transparent;
    border: solid 1px #eee;
    border-radius: 0;
    width: 100%;
    min-height: 48px;
    padding: 0 20px;
}

.cw-shop-product-action {
    display: flex;
    justify-content: space-between;
}

.cw-shop-product-share {
    align-self: center;
}

.cw-shop-product-share a:hover {
    color: var(--primary);
}

.cw-shop-product-share a {
    color: #b5becc;
    font-size: 20px;
    margin-left: 13px;
    padding: 3px 0 3px 7px;
    display: inline-block;
}

.cw-shop-product-bottom-meta {
    margin: 45px 0 0;
}

.cw-shop-tags-meta {
    padding-bottom: 10px;
}

.cw-shop-tags-meta a {
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px;
    border: 1px solid #eee;
    color: #848486;
    transition: .3s;
    background-color: #fff;
    margin: 6px;
    border-radius: 0;
    font-weight: 600;
}

.cw-shop-tags-meta a:hover {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

/*---------description-box--------- */

.cw-product-des-details {
    padding: 50px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eee;
    color: #000000;
}

.cw-product-des-details ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 10px;
}

.cw-product-des-details .nav-pills .nav-link.active,
.cw-product-des-details .nav-pills .show>.nav-link {
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
    background-color: rgba(0, 123, 255, 0);
}

.cw-product-des-details .nav-pills .nav-link {
    border-radius: 0;
    color: #000;
}

.cw-shop-product-des,
.cw-shop-product-spec-table,
.cw-shop-product-review {
    background: rgba(206, 206, 206, 0.12);
    padding: 40px;
}

.cw-shop-product-spec-table table {
    margin: 0;
}

.cw-shop-product-spec-table .table th {
    width: 150px;
    text-align: left;
}

@media (max-width: 1366px) {

    .cw-shop-product-slider-arrow .cw-shop-product-left-arrow,
    .cw-shop-product-bottom-arrow .cw-product-bottom-left-arrow {
        left: -25px;
    }

    .cw-shop-product-slider-arrow .cw-shop-product-right-arrow,
    .cw-shop-product-bottom-arrow .cw-product-bottom-right-arrow {
        right: -25px;
    }
}

@media (max-width: 1200px) {
    .cw-shop-product-bottom-arrow {
        display: none;
    }
}

@media (max-width: 991px) {
    .product-grid {
        margin-bottom: 1.5rem;
    }

    .cw-shop-details-container {
        margin: 50px 0 0;
    }
}

@media (max-width: 768px) {

    .cw-product-select_filter,
    .cw-sort-select_filter {
        margin: 0px;
        width: 100%;
    }

    .cw-shop-top-filter .cw-shop-view {
        text-align: center;
        margin: 20px 0;
    }

    .shop-sidebar-section .sidebar {
        margin-top: 0;
        margin-bottom: 80px;
    }

    .cw-product-des-wrapper .cw-shop-product-title h3 {
        text-align: center;
    }

    .cw-shop-product-title .des-text {
        text-align: center;
    }

    .cw-shop-product-meta {
        display: block;
        margin: 30px 0;
    }

    .cw-product-qty,
    .cw-shop-product-meta-content {
        justify-content: center;
    }

    .cw-shop-product-action {
        display: block;
        text-align: center;
    }

    .cw-shop-product-share {
        margin-top: 45px;
    }

    .rating-star,
    .cw-shop-product-bottom-meta {
        text-align: center;
    }

    .product-product-features {
        padding: 50px 0 0;
    }

    .cannafolio-details-wrap .product-product-features {
        padding: 50px 0;
    }

    .cw-product-meta-icon {
        justify-content: center;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1150px;
    }
}

/*===========================
    Shop-banner
===========================*/

.cw-shop-banner-bg {
    background-image: url(assets/img/shop-banner-middle.png);
    padding: 140px 20px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.cw-shop-banner-text h4,
.cw-about-page-text h4 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 50px;
}

.cw-about-page-text p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
}

/*===========================
    Shopping-cart
===========================*/

.cw-cart-table thead {
    background: #eee;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table .cw-align {
    vertical-align: middle;
}

.product-remove a i {
    color: #000000;
    text-align: center;
}

input#coupon_code {
    width: 150px;
    height: 36px;
}

.btn-link {
    color: grey;
    text-decoration: none;
}

.cw-cart-table input.btn {
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
    height: auto;
    margin: auto;
    letter-spacing: 0.4px;
    padding: 13px 40px;
    transition: all 0.3s linear 0s;
}

.cw-qty-btn {
    padding: .375rem .75rem;
}

.btn.btn-outline-secondary {
    color: #131313;
    border-color: #131313;
}

.qty {
    width: 40px;
    text-align: center;
    border: 0;
    outline: none;
}

.cw-product-promo {
    border: 1px solid #e4e4e4;
    padding: 1.5rem;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .04);
}

.cw-product-promo h5 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.cw-product-promo .form-group .form-control {
    background: #f3f3f3;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #131313;
    font-size: 13px;
    min-height: 63px;
    line-height: 33px;
    padding: 10px 30px;
    font-weight: 500;
    margin: 0;
}

.cw-product-promo .cw-table-borderless tbody td {
    border: none;
}

.cw-qty-sec .input-group {
    border: 1px solid #eee;
    border-radius: 0;
    padding: 10px;
    background-color: #fff;
    width: 170px;
}

.cw-qty-sec .btn {
    cursor: pointer;
    width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 11px;
    background-color: #fff;
    transition: .3s;
}

.cw-qty-sec .form-control {
    background-color: #fff;
    outline: none;
    width: 60px;
    height: 28px;
    border-radius: 0;
    text-align: center;
    font-weight: 600;
    border: 0;
    font-size: 14px;
    color: #848484;
    line-height: normal;
    padding: 0px 15px;
    box-shadow: none;
}

td.has-title {
    vertical-align: middle;
}

@media (max-width: 767px) {
    .cw-product-promo .form-group .btn {
        margin: 15px 0 0;
    }
}

@media (max-width: 575px) {
    .cw-cart-table thead {
        display: none;
    }

    .cw-cart-table tbody td {
        position: relative;
        display: block;
        width: 100%;
    }

    .cw-cart-table tbody td.has-title {
        text-align: right;
    }

    .cw-cart-table tbody td.has-title::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .cw-cart-table tfoot .main-btn {
        width: 100%;
    }

    .cw-cart-table tfoot .main-btn.float-right {
        margin-top: 10px;
    }

    .cw-cart-table tbody td.quantity {
        justify-content: space-between;
        display: flex;
    }
}
/*shop-masonary-sec*/
.shop-masonary-sec .shop-masonary-box{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.shop-masonary-sec .shop-masonary-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.shop-masonary-sec .shop-masonary-box .shop-masonary-box-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    transition: 0.3s all;
    padding-bottom: 50px;
}
.shop-masonary-sec .shop-masonary-box .shop-masonary-box-caption h3{
    font-size: 30px;
    margin-bottom: 10px;
}
.shop-masonary-sec .shop-masonary-box .shop-masonary-box-caption .price{
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
}
.shop-masonary-sec .shop-masonary-box .shop-masonary-box-caption{
    transform: translateY(70px);
    transition: 0.3s all;
}
.shop-masonary-sec .shop-masonary-box .shop-masonary-box-caption .main-btn{
    opacity: 0;
    transition: 0.3s all;
}
.shop-masonary-sec .shop-masonary-box:hover .shop-masonary-box-caption{
    transform: translateY(0px);
}
.shop-masonary-sec .shop-masonary-box:hover .shop-masonary-box-caption .main-btn{
    opacity: 1;
}
/*===========================
    Footer
===========================*/
footer {
    background-color: #e0b59c;
    /*===== Footer Two =====*/
    /*===== Footer Three =====*/
}

@media (max-width: 575px) {
    footer .social-icon {
        margin-top: 30px;
    }
}

.social-icon ul li {
    text-align: center;
    font-size: 20px;
    background-color: var(--white);
    height: 45px;
    width: 45px;
    line-height: 45px !important;
    border-radius: 50%;
    margin-left: 10px;
    float: left;
}
.social-icon ul li:hover a {
    color: #fff !important;
}
.social-icon ul li:hover {
    background: var(--primary);
}
.social-icon ul li a{
    color: var(--primary);    
}

@media (max-width: 767px) {
    footer .social-icon a {
        font-size: 15px;
        line-height: 45px;
        height: 45px;
        width: 45px;
    }
}

@media (max-width: 399px) {
    footer .social-icon a {
        margin-left: 5px;
    }
}


footer .footer-top {
    background-color: var(--primary);
    padding: 40px 0;
}
.ft_footer {
    background-image: url(assets/img/newimg/hp/footer1.webp);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.error-section{
    
    
    padding-top: 80px;
    padding-bottom: 100px;
}
.image-er-pag{
    width: 100%;
    height: 100%;
}


footer .footer-widget-area {

    padding-top: 100px;
    padding-bottom: 40px;
}

footer .footer-widget-area .widget {
    margin-bottom: 25px;
}

footer .footer-widget-area .widget,
footer .footer-widget-area .widget a {
    color: #fff;
}
.social-icon a
{
    color: var(--primary) !important;
}
.social-icon a:hover
{
    color: var(--white) !important;
}
footer .footer-widget-area .widget a:hover {
    color: var(--primary);
}

footer .footer-widget-area .widget .widget-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .footer-widget-area .widget .widget-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    footer .footer-widget-area .widget .widget-title {
        margin-bottom: 30px;
    }
}

footer .footer-widget-area .widget.nav-widget ul li {
    line-height: 34px;
}

footer .footer-widget-area .widget.recent-post .post-loop .post {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 70px 1fr;
    grid-template-columns: 70px 1fr;
    grid-column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #283742;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-widget-area .widget.recent-post .post-loop .post {
        grid-column-gap: 10px;
    }
}

footer .footer-widget-area .widget.recent-post .post-loop .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

footer .footer-widget-area .widget.recent-post .post-loop .post .post-img {
    max-width: 70px;
    max-height: 70px;
}

footer .footer-widget-area .widget.recent-post .post-loop .post .time {
    font-size: 12px;
    color: var(--primary);
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

footer .footer-widget-area .widget.recent-post .post-loop .post .time i {
    color: var(--primary);
    margin-right: 2px;
}

footer .footer-widget-area .widget.recent-post .post-loop .post h5 {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    footer .footer-widget-area .widget.recent-post .post-loop .post h5 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer .footer-widget-area .widget.recent-post .post-loop .post h5 {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    footer .footer-widget-area .widget.recent-post .post-loop .post h5 {
        font-size: 16px;
    }
}

footer .copy-right-area .copyrigt-text {
    padding: 11px 0;
    border-top: 1px solid #283742;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 767px) {
    footer .copy-right-area .copyrigt-text {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    footer .copy-right-area .copyrigt-text {
        text-align: center;
    }

    footer .copy-right-area .copyrigt-text p {
        margin-bottom: 10px;
    }

    footer .copy-right-area .copyrigt-text p:last-child {
        margin-bottom: 0;
    }
}

footer .copy-right-area .copyrigt-text a {
    color: #fff;
}

footer .copy-right-area .copyrigt-text a:hover {
    color: var(--primary);
}

footer.footer-style-two {
    background-color: var(--primary);
}

footer.footer-style-two .footer-widget-area {
    padding-bottom: 50px;
}

footer.footer-style-two .footer-widget-area .foter-logo {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    footer.footer-style-two .footer-widget-area .foter-logo {
        margin-bottom: 80px;
    }
}

footer.footer-style-two .footer-widget-area .widget {
    padding: 50px 35px;
    text-align: center;
    line-height: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    footer.footer-style-two .footer-widget-area .widget {
        padding: 45px 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer.footer-style-two .footer-widget-area .widget {
        padding: 0;
    }
}

@media (max-width: 575px) {
    footer.footer-style-two .footer-widget-area .widget {
        padding: 0 30px;
    }
}

@media (max-width: 399px) {
    footer.footer-style-two .footer-widget-area .widget {
        padding: 0 15px;
    }
}

footer.footer-style-two .footer-widget-area .widget .widget-title {
    font-size: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    footer.footer-style-two .footer-widget-area .widget.about-widget {
        font-size: 15px;
        line-height: 30px;
    }
}

footer.footer-style-two .footer-widget-area .widget.getin-widget {
    background-color: var(--primary);
    font-weight: 700;
}

@media (max-width: 767px) {
    footer.footer-style-two .footer-widget-area .widget.getin-widget {
        padding: 50px 0;
    }
}

footer.footer-style-two .footer-widget-area .widget.getin-widget li {
    line-height: 36px;
}

footer.footer-style-two .footer-widget-area .widget.getin-widget,
footer.footer-style-two .footer-widget-area .widget.getin-widget .widget-title {
    color: var(--primary);
}
.multiple-section .multiple-right-sec .textbox .getin-btn,
footer.footer-style-two .footer-widget-area .widget.getin-widget .getin-btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 45px;
    text-transform: uppercase;
    background-color: var(--primary);
    display: inline-block;
    margin-top: 30px;
}
.multiple-section .multiple-right-sec .textbox .getin-btn:hover,
footer.footer-style-two .footer-widget-area .widget.getin-widget .getin-btn:hover {
    background-color: var(--primary);
    color: #fff;
}

footer.footer-style-two .copy-right-area {
    background-color: #021529;
    padding: 15px 0;
}

@media (max-width: 767px) {
    footer.footer-style-two .copy-right-area {
        padding: 20px 0;
    }
}

footer.footer-style-two .copy-right-area .copyrigt-text {
    padding: 0;
    border: none;
}

@media (max-width: 767px) {
    footer.footer-style-two .copy-right-area .social-icon {
        margin-top: 15px;
    }
}

footer.footer-style-two .copy-right-area .social-icon a {
    background-color: var(--primary);
}

footer.footer-style-three {
    background-color: #fff;
}

footer.footer-style-three .footer-top {
    background-color: #f7fcff;
}

footer.footer-style-three .footer-top .social-icon a {
    background-color: #fff;
    color: var(--primary);
}

footer.footer-style-three .footer-top .social-icon a:hover {
    background-color: var(--primary);
}

footer.footer-style-three .footer-widget-area .widget,
footer.footer-style-three .footer-widget-area .widget a {
    color: var(--primary);
}

footer.footer-style-three .footer-widget-area .widget a:hover {
    color: var(--primary);
}

footer.footer-style-three .footer-widget-area .widget .widget-title {
    color: var(--primary);
}

footer.footer-style-three .footer-widget-area .widget.recent-post .post-loop .post {
    border-color: #f2f3f4;
}

footer.footer-style-three .footer-widget-area .widget.recent-post .post-loop .post .time {
    color: var(--primary);
}

footer.footer-style-three .copy-right-area .copyrigt-text {
    color: var(--primary);
    border-color: #d8e0e9;
}

footer.footer-style-three .copy-right-area a {
    color: var(--primary);
}

footer.footer-style-three .copy-right-area a:hover {
    color: var(--primary);
}

/*===== Go Top =====*/
.go-top-area {
    position: relative;
    z-index: 9999;
}

.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: var(--primary);
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-right: 0;
}

.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--primary);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
    color: #fff;
}

.go-top-area .go-top:focus::before,
.go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top-area .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

.go-top-wrap {
    position: relative;
}

.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: var(--primary);
}

.go-top-wrap .go-top-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: var(--primary);
}

.go-top-wrap .go-top-btn:hover {
    background-color: #000;
    color: #fff;
}
.multiple-section .multiple-left-sec{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.multiple-section .multiple-left-sec .call-to-action{
    width: 100%;
}
.multiple-section .multiple-left-sec .call-to-action .cta-inner .cat-img{
    max-width: 400px;
    margin: 0 auto;
}
.multiple-section .multiple-right-sec{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--primary);
    padding: 50px;
}
.multiple-section .multiple-right-sec .textbox{
    padding: 50px 35px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    max-width: 360px;
    margin-right: auto;
}
.multiple-section .multiple-right-sec .textbox h3{
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}
.multiple-section .multiple-right-sec .textbox.yellow{
    background-color: var(--primary);
    font-weight: 700;
    color: var(--primary);
}
.multiple-section .multiple-right-sec .textbox.yellow h3{
    color: var(--primary);
}
@media (max-width: 1700px){
    .multiple-section .multiple-left-sec .call-to-action .cta-inner .cta-text .section-title{
        padding-left: 70px;
    }
    .multiple-section .multiple-left-sec .call-to-action .cta-inner .cta-text .section-title h2{
            font-size: 30px;

    }
}
@media (max-width: 1600px){
    .multiple-section .multiple-left-sec .call-to-action .cta-inner .cat-img{
        max-width: 350px;
    }
}
@media (max-width: 1300px){
    .multiple-section .multiple-left-sec .call-to-action .cta-inner .cat-img{
        max-width: 300px;
    }
    .multiple-section .multiple-left-sec .call-to-action .cta-inner .cta-text .section-title{
        padding-left: 40px;
    }
    .multiple-section .multiple-left-sec .call-to-action .cta-inner .cta-text .section-title h2{
        font-size: 22px;
    }
}
@media (max-width: 1200px){
    .multiple-section .multiple-left-sec{
        min-height: 950px;
    }
    .multiple-section .multiple-right-sec .textbox{
        margin-left: auto;
    }
}
/*# sourceMappingURL=style.css.map */
ul.sigma-topbar-controls li {
    float: left;
}
ul.sigma-topbar-controls {
    float: right;
    padding-right: 8px;
}
.logo {
    margin: 4px 0px;
}

ul.sigma-topbar-controls li a {
    color: #fff;
    margin: 0px 10px;
}
ul.contact-list li a {
    text-transform: lowercase;
}
.section-title {
    margin-bottom: 30px;
}
.prododct_top {
    background-image: url(assets/img/newimg/hp/bg.webp);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-link {
    text-align: center;
}
.about-section {
    background: #000;
}
.testimonial-section p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
ul.list-style-one li {
    display: flex;
    margin-bottom: 10px;
}
ul.list-style-one li span {
    margin-top: 8px;
    padding-right: 10px;
    color: #fff;
}
.video-link img {
    width: 113px;
    height: auto;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
}
.btn-second
{
    color: #000;
}
.btn-second:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

section.pt-80.pb-80.bg_area_con {
    background: #000;
}

/*-- Projects Two --*/
.projects-area-two {
    background-color: #000;
  }
  
  .projects-item-two {
    position: relative;
    padding: 30px 15px 30px 110px;
    background-color: var(--secondary);
    z-index: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  
  .projects-item-two:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color: var(--primary);
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 10px 50px 10px 50px;
  }
  .projects-item-franchies
  {
    min-height: 192px;
  }
  .projects-item-franchies:before
  {
    border-radius:0px;
  }
  
  .projects-item-two:hover {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  
  .projects-item-two:hover:before {
    height: 100%;
  }
  
  .projects-item-two:hover i {
    color: #fff;
  }
  
  .projects-item-two:hover h3 a {
    color: #fff;
  }
  
  .projects-item-two:hover p {
    color: #fff;
  }
  
  .projects-item-two:hover .projects-btn {
    color: #fff;
  }

  

  .projects-item-two .icon {
    display: inline-block;
    color: var(--primary);
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  
  .projects-item-two h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  
  .projects-item-two h3 a {
    color: var(--primary);
  }
  
  .projects-item-two h3 a:hover {
    color: #fff;
  }
  
  .projects-item-two p {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  
  .projects-item-two .projects-btn {
    display: inline-block;
    font-weight: 600;
    color: #fb2448;
  }
  
  .projects-item-two .projects-btn i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 4px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }
  
  .projects-item-two .projects-btn:hover {
    color: #011a41;
  }
  
  .projects-item-two .projects-btn:hover i {
    color: #011a41;
  }
  
  .icon_franchies {
    position: absolute;
    left: 14px;
    background: var(--primary);
    padding: 13px;
    border-radius: 50%;
    color: #fff;
  }
  .projects-item-two i {
    font-size: 40px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 44px;
  }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: auto !important;
    height: auto !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu {
    margin-top: 1px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
    padding: 15px;
    text-align: center;
    background-color: #000;
}

.title_review01 {
    font-size: 20px;
    text-transform: uppercase;
    background: #000;
    padding: 13px;
    text-align: center;
    color: #fff;
    float: left;
  }
  p.comment-notes,
  p.comment-form-cookies-consent,
  p.comment-form-url {
    display: none;
  }
  .comment-respond h3, .entry-pings h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  p.comment-form-comment textarea {
    height: 100px;
  }
  .woocommerce .quantity .qty {
    text-align: center;
    color: #000 !important;
    width: 55px;
    border: 1px solid #000;
    height: 36px;
    padding: 0px !important;
    margin: 0px 10px;
}

button.minus {
    border-radius: 0px;
    padding: 5px 12px;
    float: left;
    background-color: #000;
    color: #fff;
    border: none;
    height: 36px;
    line-height: 28px;
}
button.plus {
    border-radius: 0px;
    padding: 5px 12px;
    float: left;
    background-color: #000;
    color: #fff;
    border: none;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0px;
}
.woocommerce button.button {
    font-size: 14px !important;
    border-radius: 0px !important;
    padding: 10px 24px !important;
    border: 1px solid #000;
    background: #000 !important;
    text-transform: uppercase;
    font-weight: 500;
}
.woocommerce div.product p.price {
    color: #000;
    font-weight: 600;
}
.woocommerce-product-details__short-description table {
    width: 100%;
}
th, td {
    border: 1px solid #b2b2b2;
    padding: 5px 0px;
    border-right: none;
    border-left: none;
}
ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared {
    float: left;
}
a.reset_variations {
    font-size: 14px !important;
    background: #000;
    color: #fff;
    padding: 0px 13px;
    margin-top: 4px;
    float: right;
    border-radius: 4px;
    margin-left: 10px;
}
td.value.woo-variation-items-wrapper {
    padding: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #000 !important;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent !important;
    border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after
{
    display: none;
}
div#tab-description h2 {
    font-size: 20px;
    margin-bottom: 21px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    background: #000;
    color: #fff;
    padding: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a
{
    color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button
{
    background-color: #000 !important;
    color: #fff;
    border-radius: 0px !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover
{
    background-color: var(--primary) !important;    
    color: #fff !important;
    border: 1px solid var(--primary);
}

.select2-dropdown
{
    width: 200px !important;
}

.cart_totals h2 {
    font-size: 24px;
    margin-bottom: 18px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 15px 0px;
}
input#ship-to-different-address-checkbox {
    width: auto;
}
input#ship-to-different-address-checkbox {
    width: auto;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}
h3#ship-to-different-address {
    font-size: 22px;
    margin-top: 20px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #ff7900 !important;
}
h2.woocommerce-column__title {
    font-size: 25px;
    margin-bottom: 20px;
}
.woocommerce .woocommerce-customer-details address {
    box-shadow: 0px 0px 4px 2px #ccc;
    border: none !important;
    padding: 20px 25px !important;
    background: #000;
    color: #fff;
}
h1.entry-title,
h2.woocommerce-order-details__title {
    font-size: 35px;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 25px;
    color: var(--primary);
    font-weight: 600;
}
.woocommerce ul.order_details {
    margin: 20px !important;
}
section.woocommerce-order-details {
    margin-top: 25px;
}
section.woocommerce-order-details {
    background: #000;
    color: #fff;
    padding: 25px;
    text-align: center;
}
h2.woocommerce-order-details__title {
    margin-bottom: 25px;
}
section.breadcrumb-section.woo_brade {
    padding-top: 50px;
    padding-bottom: 70px;
}
.woocommerce div.product div.images {
    margin-bottom: 0px;
}

.container.pro_page h1.entry-title {
    position: absolute;
    width: 48%;
    right: 0;
    font-size: 30px;
}
.container.pro_page .woocommerce div.product p.price {
    margin-top: 54px;
}
.woocommerce ul.products li.product .button {
    margin: 0px;
    background: var(--primary) !important;
    font-weight: 400;
    font-size: 15px;
    padding: 11px 14px;
    border-radius: 3px !important;
    border: 1px solid #000;
    font-weight: 600;
}
.woocommerce ul.products li.product .button:hover
{
    background: #fff !important; 
    color: var(--hover) !important;
}
.woocommerce ul.products li.product .button:hover {
    background: #fff!important;
    color: var(--hover) !important;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce ul.products li.product .price {
    color: #fff;
    display: block;
    font-weight: 600;
    margin-bottom: .5em;
    font-size: 16px;
}
.psfw-title {
    margin-bottom: 0px !important;
}
.psfw-details-wrap {
    background: #000 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px !important;
}
.psfw-main-product-wrapper.psfw-grid-template-19 .psfw-inner-wrap-contain .psfw-button a, .psfw-main-product-wrapper.psfw-car-template-8 .psfw-inner-wrap-contain .psfw-button a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    background-color: #ff7900 !important;
    padding: 14px 16px !important;
    border: none !important;
}

#wps-slider-section #sp-woo-product-slider-119 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
    color: #000000 !important;
    border: none !important;
    background: #fff !important;
    margin-top: 20px !important;
}

#wps-slider-section .sp-wps-theme_two .wpsf-product .sp-wps-product-details-inner {
    background-color: #000 !important;
    padding: 15px 15px 15px 15px !important;
}
.member-box:hover .member-info {
    background: var(--primary) !important;
}
.member-box:hover .member-info span
{
    color: #fff !important; 
}
input.Newslatter {
    width: 100%;
    padding: 10px 22px;
    border-radius: 5px;
    margin: 15px 0px;
}
button.btn.common-btn {
    width: 100%;
    text-transform: uppercase;
}
button.btn.common-btn:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.common-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: var(--primary);
    color: #fff;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 3px;
    opacity: 1;
    font-weight: 600;
    padding: 12px 25px;
    border: 1px solid #aec2cc;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 25px;
    margin-bottom: 9px;
    float: left;
    width: 100%;
}
section.related.products {
    margin-top: 50px;
    background: var(--secondary);
    text-align: center;
    padding-top: 50px;
}
section.related.products h2
{
    padding-bottom: 25px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    position: relative;
    width: 18px;
    height: 18px;
    vertical-align: sub;
    background: #000;
    margin-left: 10px;
    margin-top: 10px !important;
    padding: 12px;
    border-radius: 50px;
}
.seach_area {
    padding: 20px;
    box-shadow: 0px 0px 3px 2px #626262;
    border-radius: 5px;
    /* padding-bottom: 0px; */
}
.yith-wcan-filters {
  margin-top: 30px;
  margin-bottom: 16px;
}
.yith-wcan-filters .yith-wcan-filter h4 {
    color: var(--primary) !important;
    font-size: 20px !important;
    margin-bottom: 15px;
}
.price-slider.slider {
    margin-top: 18px;
    width: 91%;
    margin-left: 13px;
}
.yith-wcan-filters .yith-wcan-filter label {
    text-transform: capitalize;
}
.yith-wcan-filters .yith-wcan-filter input {
    margin-right: 10px;
}
.pro_page .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-thumbnails-add-to-cart.tinvwl-woocommerce_product_thumbnails {
    display: none;
}
.latetest-post .latest-post-box .post-desc p {
    margin-bottom: 20px;
}
.woocommerce .woocommerce-ordering select.orderby {
    padding: 10px;
}

nav.woocommerce-MyAccount-navigation ul li:hover, nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: var(--primary);
}
nav.woocommerce-MyAccount-navigation ul li a {
    color: #000;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 8px 17px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 23%;
    border-left: 5px solid #000;
}
nav.woocommerce-MyAccount-navigation ul {
    padding: 0px;
    margin: 0px;
}

.woocommerce form .form-row input.input-text
{
    height: 40px;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}
p.woocommerce-LostPassword.lost_password {
    font-weight: 600;
    margin-left: 4px;
    margin-bottom: 0px;
}
.woocommerce button.button {
    font-size: 14px !important;
    border-radius: 0px !important;
    padding: 8px 20px !important;
    border: 1px solid #000;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme
{
    margin-top: 10px;
}

.container.pro_page .woocommerce div.product form.cart .button {
    height: 35px;
}
div#comments {
    display: none;
}
nav.navigation.post-navigation {
    display: none;
}
.thum_search001,.thum_search001 img
{
    height: auto;
    width: 100%;
}
.main-right a {
    float: left;
}
ul.sigma-topbar-controls li a:hover {
    color: var(--primary);
}
ul.sigma-topbar-controls li a.d-icon:hover {
    color: black;
    transition: .4s;
}
ul.contact-list.list_h01 {
    margin-left: 50px;
}

ul.contact-list.list_h01 li a {
    font-size: 13px;
}
.bradn_name {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    background: var(--primary);
    padding: 10px;
    font-size: 19px;
    font-weight: 600;
}
.refrece_pic {
    position: absolute;
    bottom: -23px;
    color: #fff;
    z-index: 99;
    font-size: 15px;
    text-align: center;
    width: 95%;
}
.main-right ul li {
    float: left;
}

.main-right span {
    position: absolute;
    top: -16px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    width: 20px;
    font-weight: 600;
    margin-left: -9px;
}
.main-right i {
    font-size: 14px;
    margin-top: 7px;
}
.tinv-wishlist .product-action {
    width: 175px !important;
}

.contact_what span {
    height: 46px;
    width: 46px;
    line-height: 43px;
    font-size: 22px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    background-color: #1bd741;
    margin-right: 12px;
}
.contact_what {
    position: fixed;
    z-index: 9;
    bottom: 15px;
    left: 25px;
}
.similar-pro-text {
    position: absolute;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-size: 11px;
    background: #000;
    padding: 7px 5px;
    top: 0px;
    left: 0px;
    z-index: 9;
}

input[name='update_cart'] {
    display: none !important;
 }
  
 /* OR TRY THIS */
  
 button[name='update_cart'] {
    display: none !important;
 }
 .woocommerce div.product form.cart {
    margin-top: 1em;
 }
 span.variable-item-span.variable-item-span-button {
    font-size: 14px;
    font-weight: 600;
}
.contact_what a {
    display: flex;
    line-height: 22px;
    font-weight: 700;
    color: #ff7900a8;
}
.pofw-product-options-wrapper {
    float: left;
    width: 100%;
}
.pofw-product-options-wrapper .field > label {
    float: left;
}
.field.pofw-required .control {
    float: left;
    margin-bottom: 10px;
}
.container.pro_page .woocommerce div.product form.cart {
    margin-bottom: 5px;
    margin-top: 0px;
}
.pofw-product-options-wrapper {
    margin-bottom: 0px !important;
}
.pro_page td.value.woo-variation-items-wrapper {
    float: left;
    margin-bottom: 10px;
    margin-left: 34px;
    margin-top: 10px;
}
.pro_page .woocommerce div.product form.cart .variations th {
    float: left;
    margin-top: 10px;
}
.pro_page .woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}
.pro_page .woocommerce-variation-add-to-cart {
    float: left;
}
.pro_page .single_variation_wrap .price {
    width: auto !important;
    margin-right: 20px;
}
h2.woocommerce-loop-category__title mark {
    display: none;
}
.d-terms{
    padding-top: 60px;
    padding-bottom: 30px;
    font-size: 35px;
    padding-left: 45px;
    text-transform: capitalize;
}
.d-condition{
    font-size: 14px;
    padding-bottom: 100px;
    padding-left: 45px;
}
.d-condition-Policy{
    font-size: 14px;
    padding-bottom:25px;
    padding-left: 45px;
}
.d-condition1{
    font-size: 14px;
    padding-left: 45px;
}
.dppp-condition p{
    margin-bottom: 25px;
}
.dppp-condition li{
    padding: 5px 0px;
}
ol.order-policy{
    list-style-type: auto;
    padding-left: 56px;
}
ol.order-policy li{
    font-size: 14px;
    
    

}
.similar-pro-text{
    display: none;
}
.woocommerce span.onsale{
    height: 30px;
    width: 30px;
    font-weight: 500;
    line-height: 30px;
    top: -24px;
    left: -7px;
    font-size: 10px;


}
.woocommerce-additional-fields{
    margin-bottom: 20px;
}
button#place_order{
    margin-top: 12px;
}
h3#order_review_heading{
    margin-bottom: 10px;
}

/* responsive  */
@media only screen and (min-width: 1200px) and (max-width: 1326px){
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        padding: 6px 17px 6px 17px;
    }
    .mean-nav{

    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        padding: 6px 6px 6px 6px;
    }
    .banner-section .single-banner .banner-text h1{
        font-size: 50px;
    }
    .banner-section .single-banner .banner-text p{
        font-size: 20px;
    }
    div.d-left{
        text-align: left!important;
    }
    .features-boxes .features-boxes-loop .feature-box{
        padding: 11px 10px;
    }
    .features-boxes .features-boxes-loop .feature-box{
        margin-bottom: 0px;
    }
    .feature-box p{
        font-size: 18px;
    }
    div.d-container{
        max-width: 96%;
    }
    .about-section.style-2 .about-tile-gallery:before{
        display: none;
    }
}
@media only screen and (max-width: 1200px){
    .wps-slider-section img{
        width: 100%;
    }
    .video-text h2{
        text-align: center;
    }
    .about-links{
        text-align: center;

    }
    h3.making{
        padding-top: 15px;
    }
    a.home{
        padding-bottom: 15px;
        display: block;
    }
    .breadcrumb-section{
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .counter-section .counter-inner span.big-text{
        font-size:54px;
        top:-24px;
    }
    .about-section .about-text .about-extra{
        padding-left:0px;
    }
    .projects-item-two i{
        width: 40px;
        height: 40px;
        line-height: 18px;
        font-size: 20px;
    }
    .projects-item-two{
        padding: 30px 15px 30px 57px;
    }
    .projects-item-two h3 {
        font-size: 22px;
    }
    .projects-item-two p{
        font-size: 15px;
    }
    .icon_franchies{
        padding: 9px;
        left: 9px;
    }
    .fancybox-toolbar {
        right: 17px;
        top: 48px;
    }
}
@media only screen and (max-width: 992px){
    .header-top-area{
        display: none;
    }
    .banner-section .single-banner .banner-text h1{
        font-size: 40px;
    }
    .banner-section .single-banner .banner-text p{
        font-size: 20px;
    }
    div.container-custom{
        max-width: 96%;
    }
    #c1{
        max-width: 96%;
    }
    div.d-container{
        max-width: 96%;
    }
    .banner{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pb-70{
        padding-bottom:60px;
    }
    .pt-80{
        padding-top:60px;
    }
    #c2{
        max-width: 96%;

    }
    .features-boxes .features-boxes-loop .feature-box{
        padding: 11px 10px;
    }
    .features-boxes .features-boxes-loop .feature-box{
        margin-bottom: 0px;
    }
    .feature-box p{
        font-size: 15px;
    }
    .about-section.style-2 .about-tile-gallery:before{
        display: none;
    }
    .pl-25{
        padding-left: 0px;
    }
    .pb-80{
        padding-bottom: 60px;
    }
    .testimonial-section p{
        font-size: 15px;
    }
    .yith-wcan-filters-opener{
        margin: 15px 0px;
    }
    .breadcrumb-section{
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .woocommerce button.button{
        font-size: 13px !important;
        padding: 8px 8px !important;
    }
    .counter-section .counter-inner span.big-text{
        left: 14%;
    }
    .icon_franchies{
        padding:10px; 
    }
    .projects-item-two i{
        width: 40px;
        height: 40px;
        line-height: 18px;
        font-size: 20px;
    }
    .projects-item-two{
        padding: 30px 15px 30px 57px;
    }
    .projects-item-two h3 {
        font-size: 18px;
    }
    .projects-item-two p{
        font-size: 11px;
    }
    .contact-form-wrapper .contact-info-list{
        display: none;
    }
    .about-section .about-text .about-extra{
        padding-bottom:0px;
    }
    .banner-section .slider-active .slick-dots{
        bottom: 23px;
    }
    div.d-you{
        margin-top: 20px;
        margin-bottom: 38px;
    }
    div.pl-30{
        padding-left: 0px;
    }
    .contact-section .section-title{
        padding-left: 0px;
    }
    div.projects-item-franchies{
        min-height: 162px;
    }
    button.btn.btn-primary.yith-wcan-filters-opener.enhanced{
        position: absolute;
        top: -188px;
        z-index: 11;
    }
    .seach_area{
        margin: 30px 0px;
    }
    .yith-wcan-filters.filters-modal.open{
        z-index: 111111111;
    }
    div.u-column1{
        flex: 0 0 100%;
        max-width: 100%;
    }
    div.u-column2{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .similar-pro-text{
        display: none;
    }
    .woocommerce span.onsale{
        height: 30px;
        width: 30px;
        font-weight: 500;
        line-height: 30px;
        top: -24px;
        left: -7px;
        font-size: 10px;


    }
    h3.mb-3.mt-3{
        font-size:22px;
    }
    .entry-content{
        padding-bottom: 60px;
    }
    footer .footer-widget-area{
        padding-top: 60px;
    }
    .contact_what span{
        height: 30px;
        width: 30px;
        line-height: 27px;
        font-size: 16px;
    }
    .contact_what{
        bottom: 0;
    }
    .contact_what a{
        font-size: 0px;
    } 
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
        margin-bottom: 0px;
    }
    div.u-column2 h2{
        margin-top: 20px;
    }
    img.zoomImg {
        width: 0px !important;
        height: 0px !important;
    }

}
@media only screen and (max-width: 768px){
    #mega-menu-wrap-menu-1 .mega-menu-toggle{
        display: none;
    }
    .banner-section .slider-active .slick-dots{
        bottom: 28px;
    }
}
@media only screen and (max-width: 767px){
    ul.sigma-topbar-controls li a
    {
        margin: 0px 7px;
    }
    ul.sigma-topbar-controls {
        top: -34px;
        right: 23px;
    }
    header .mainmenu-area .main-menu {
        /* float: left; */
        margin-top: 0;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle{
        display: none;
    }
    /* .main-right a{
        display: none;
    } */
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
        float: none;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
        float: none;
    }
    header .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
        width: 42px;
        height: 42px;
        line-height: 42px;
        color: #f66d03;
    }
    header .mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover{
        transition: .4s;
        background-color: white;
        color: #f96300;
    }
    .banner-section{
            padding-top: 0px;
            padding-bottom:0px;
    }
    .banner-section .slider-active .slick-dots{
        bottom:12px;
    }
    .banner-section .single-banner .banner-text .btn-wrap a.main-btn{
        padding: 8px 18px;
    }
    .banner-section .single-banner .banner-text h1{
        font-size: 35px;
        margin-bottom:25px;
    }
    .banner-section .single-banner .banner-text p{
        font-size: 18px;
        padding: 5px 0 5px 15px;
    }
    .banner-section .single-banner .banner-text .btn-wrap{
        margin-top: 24px;
    }
    .section-title h2{
        font-size: 35px;
    }
    div.arival-row{
        display: block;
    }
    .about-section .about-tile-gallery img{
        position: relative;
        width: 100%;
        height: 100%;
    }
    div.hide-d1{
        display: none;
    }
    .about-section .about-tile-gallery{
       min-height: auto;
    }
    .about-section .about-tile-gallery{
        margin-bottom:30px;
    }
    .about-section .about-tile-gallery img.image-one{
        max-width: 100%;
        max-height: 100%;
    }
    .section-title h2{
        text-align: center;
    }
    .section-title span.title-tag{
        text-align: center;
        display: block;

    }
    .section-title.left-border span.title-tag::before{
        display: none;
    }
    .section-title.both-border span.title-tag::before, .section-title.both-border span.title-tag::after{
        display: none;
    }
    .section-title.both-border span.title-tag::before, .section-title.both-border span.title-tag::after{
        display: none;
    }
    .call-to-action .cta-inner .cta-text{
        padding: 60px 0px;
    }
    .latetest-post .latest-post-box .post-desc{
        padding: 15px 13px;
        margin-bottom: 30px;
    }
    .latetest-post .latest-post-box .post-desc h3{
        font-size: 20px;
    }
    footer .footer-widget-area{
        padding-top:60px;
    }
    section.shop-section{
        padding-bottom: 0px;
    }
    .breadcrumb-section{
        padding-top: 90px;
        padding-bottom: 60px;
    }
    .breadcrumb-section .breadcrumb-nav{
        width: auto;
        display: inline-block;
    }
    .wel-d{
        padding-right: 0px;
    }
    .section-title.left-border span.title-tag{
        padding-left:0px;
    }
    .about-section .about-tile-gallery-two{
        margin-bottom:20px;
    }
    .about-section .about-text .about-extra{
        padding-bottom:0px;
    }
    .member-img img{
        width: 100%;
        height: auto;
    }
    .team-details .member-information{
        margin-top:20px;
    }
    .team-details .member-information .member-info-top div.d-title{
        margin-bottom: 0px;
    }
    .services-secton .services-loop .single-service{
        padding:40px 15px;
    } 
    .services-secton .services-loop .single-service .icon{
        margin-bottom:15px;
    }
    .services-secton .services-loop .single-service h4{
        margin-bottom:15px;

    }
    .single-service h4{
        font-size: 20px;
    }
    .counter-section .counter-inner span.big-text{
        display: none;
    }
    .counter-section .counter-inner .counter-box h1{
        font-size: 25px;
    }
    .counter-section .counter-inner .counter-box p.types-d{
        font-size: 14px;
    }

    header .mainmenu-area{
        padding: 5px 15px 0px 15px;
    }
    
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
        display: none;
    }
    #wps-slider-section #sp-woo-product-slider-119.wps-product-section .wpsp-nav{
        color: #ffffff;
    background-color: #cf6200;
    order: 1px solid #ffffff;
    border: none;
    }
    #wps-slider-section .wps-product-section div.swiper-button-prev{
            right: 93%;
            top: 50%;
            left: 0;
    }
    #wps-slider-section #sp-woo-product-slider-119.wps-product-section div.wpsp-nav{
        border: 1px solid #ffffff;
        background-color: #29231e;
        color: #ffffff;
 
    }
    #wps-slider-section .wps-product-section div.swiper-button-next{
        right: 0;
        top: 50%;
        left: auto;
    }
     h2.d-prize{
        text-align: center;
        margin-top: 20px;
        
    }
    div.callnow{
        text-align: center;
        margin-top:20px !important
    }
    div.projects-item-franchies{
        min-height: auto;
    }
    .projects-item-two p{
        font-size: 13px;
    }
    .contact_what span{
        height: 30px;
        width: 30px;
        line-height: 27px;
        font-size: 16px;
    }
    .contact_what a{
        font-size: 0px;
    }
    .contact_what{
        bottom: 0;
    }
    .d-terms {
        padding-top: 35px;
        font-size: 25px;
        padding-left: 0px;
    }
    .d-condition {
        padding-left: 0px;
        font-size: 12px;
        padding-bottom: 60px;
    }
    .d-condition1 {
        padding-left: 0px;
        font-size: 12px;
        padding-bottom: 35px;
    }
    ol.order-policy{
        padding-left: 20px;
    }
    ol.order-policy li{
        font-size: 12px;
    }
    p.return-to-shop{
        /* margin-bottom: 60px; */
    }
    .tinv-wishlist p:last-child{
        /* margin-bottom: 60px; */
    }
    .woocommerce-page div.product div.summary{
        float: left;
        width: 100%;
        clear: both;
    }
    .woocommerce span.onsale{
        height: 30px;
        width: 30px;
        font-weight: 500;
        line-height: 30px;
        top: -24px;
        left: 27px;
        font-size: 10px;


    }
    .similar-pro-text{
        display: none;
    }
    .entry-content{
        padding-bottom:60px;
    }
    .copyrigt-text.d-sm-flex.justify-content-between p{
        font-size: 12px;
    }
    div#wps-slider-section{
        padding-top:0px !important;
    }
    .latetest-post .latest-post-box .post-desc p{
        font-size: 13px;
    }
    .container.pro_page .woocommerce div.product p.price{
        margin-top:10px;
    }
    .woocommerce ul.order_details li{
        width: 100%;
        margin-top: 14px;
    }
    section.woocommerce-order-details{
        margin-bottom: 0px !important;
    }

    .fancybox-toolbar{
        right: 20px;
        top: 52px;
    }
    img.zoomImg {
        width: 0px !important;
        height: 0px !important;
    }
    .d-condition-Policy{
        padding-left:0px;
    }
    .d-condition-Policy{
        font-size: 12px;
    }

   

}
@media only screen and (min-width: 767px){
    div.hide-d{
        display: none;
    }
}
@media only screen and (max-width: 592px){
    .banner-section .single-banner .banner-text p{
        font-size: 15px;
    }
}
@media only screen and (max-width: 592px){
    .banner-section .single-banner .banner-text p{
        font-size: 12px;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 48%;
        float: left;
        clear: both;
        margin-bottom: 30px;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title{
        font-size: 14px;
    }
    .woocommerce ul.products li.product .price{
        font-size: 12px;
    }
    .woocommerce ul.products li.product .button{
        font-size: 12px;
        padding: 7px 7px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        padding: 7px;
    }
    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
        margin-left:0px; 
        margin-top: 0px !important;
        top:0px;
    }
    /* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        background-color: #00000085;
    } */
    .features-boxes .features-boxes-loop{
        margin-top:0px;
    }
    .main-btn{
        padding: 8px 20px;
    }
    .mb-45{
        margin-bottom: 0px;
    }
    .pt-120{
        padding-top: 60px;
    }
    .call-to-action{
        margin-top: 0px;
    }
    .callnow{
        text-align: center;
    }
    .testimonial-section .testimonial-author-slider .single-slider{
        padding:0px;
        text-align: left;
        margin-top: 20px;

    }
    .testimonial-section .testimonial-slider .single-testimonial .author-img{
        margin-bottom: 20px;
    }
    .testimonial-section .testimonial-author-slider .single-slider{
        padding: 11px 0px;
    }
    .testimonial-section p{
        text-align: left;
        font-size: 14px;
    }
    .rateing{
        text-align: left;
    }
    .yith-wcan-filters-opener{
        margin: 15px 0px;
    }
    .breadcrumb-section{
        padding-top: 90px;
        padding-bottom: 60px;
    }
    section.shop-section{
        padding-bottom: 30px;
    }
    section.breadcrumb-section.woo_brade{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .breadcrumb-section .breadcrumb-nav{
        padding: 8px 21px;
    }
    .breadcrumb-section .breadcrumb-nav li{
        font-size:12px;
    }
    .counter-section .counter-inner{
        padding-bottom:0px;
    }
    .counter-section .counter-inner{
        padding-top:60px;
        margin-bottom: 0px;
    }
    .counter-section .counter-inner::after{
        display: none;
    }
    div.phone-d{
        margin-top: 20px;
    }
    .projects-item-two h3{
        font-size: 22px;
    }
    .projects-item-two p{
        font-size: 13px;
    }
    .projects-item-franchies{
        min-height: 100%;
    }
    .contact-form-wrapper .contact-form input{
        height:37px;
    }
    .main-btn::after, .main-btn::before{
        right: 5px;
        top: 5px;
    }
    .main-btn{
        font-size: 12px;
        font-weight: 500;
    }
    div.projects-item-franchies{
        min-height: auto;
    }
    .d-terms{
        padding-top: 35px;
        font-size: 25px;
        padding-left: 0px;
    }
    .d-condition{
        padding-left: 0px;
        font-size: 12px;
        padding-bottom: 60px;
    }
    .main-right span{
        position: absolute;
        top: -5px;
        background: #fff;
        text-align: center;
        border-radius: 5px;
        font-size: 9px;
        width: 14px;
        font-weight: 600;
        margin-left: -2px;
    }
    header .mainmenu-area .main-right{
        top: -28px;
    }
    .contact_what a{
        font-size: 0px;
        line-height: 19px;
        color: #ff79009c;
    }
    p.return-to-shop{
        /* margin-bottom: 35px; */
    }
    .tinv-wishlist p:last-child{
        /* margin-bottom: 35px; */
    }

    .woocommerce div.product{
        margin-bottom: 30px;
    }
    article div.woocommerce{
        /* margin-bottom: 28px; */
    }
    .entry-content{
        padding-bottom: 60px;
    }
    .section-title.both-border span.title-tag{
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;     
    }
    .feature-img_al img{

        margin-bottom: 9px;

    }
    .video-section {
        height: auto;
        padding-top: 380px;
        padding-bottom: 60px;
    }
    .pb-30{
        padding-bottom: 0px;
    }
    .woocommerce div.product .woocommerce-tabs .panel{
        margin:0px;
    }
    .container.pro_page .woocommerce div.product p.price{
        margin-top:10px;
    }
    .woocommerce ul.order_details li{
        width: 100%;
        margin-top: 14px;
    }
    section.woocommerce-order-details{
        margin-bottom: 0px;
    }
    section.latetest-post{
        padding-bottom: 32px;
    }
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{

    }
    .fancybox-toolbar {
        right: 5px;
        top: 65px;
    }


    
}
@media only screen and (max-width: 512px){
    .breadcrumb-section{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .breadcrumb-section .breadcrumb-text h1{
        font-size: 25px;
    }
    .breadcrumb-section .breadcrumb-nav{
        display: inline-block;
        width:auto
    }
    .breadcrumb-section .breadcrumb-nav{
        padding:6px 18px;
    }
    form.woocommerce-ordering{
        width: 100%;
    }
    select.orderby{
        width: 100%;
        text-align: center;
    }
    p.woocommerce-result-count{
        width: 100%;
        text-align: center;
    }
    footer .copy-right-area .copyrigt-text p{
        font-size: 12px;
    }
    .team-details .member-information .member-info-top .title{
        margin-bottom:20px;
    }
    .about-section .about-tile-gallery-two{
        min-height: auto;
    }
    footer .footer-widget-area{
        padding-top: 60px;
    }
    footer .footer-widget-area{
        padding-bottom: 60px;
    }
    .contact_what span{
        height: 25px;
        width: 25px;
        line-height: 20px;
        font-size: 14px;
    }
    .contact_what{
        bottom:0;
    }
    .entry-content{
        padding-bottom: 60px;
    }
    .woocommerce span.onsale{
        height: 30px;
        width: 30px;
        font-weight: 500;
        line-height: 30px;
        top: -24px;
        left: 12px;
        font-size: 10px;


    }
    .similar-pro-text{
        display: none;
    }
    h3#ship-to-different-address{
        font-size: 18px;
    }
    .video-section{
        height: auto;
        padding-top: 380px;
        padding-bottom: 60px;
    }
    h1.entry-title, h2.woocommerce-order-details__title{
        font-size: 24px;
    }
    tr.woocommerce-table__line-item.order_item{
        font-size: 12px;
    }
    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
        font-size: 24px;
    }
    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    section.woocommerce-order-details{
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 460px){
    .breadcrumb-section .breadcrumb-nav li:last-child{
        display: none;
    }
    .breadcrumb-section .breadcrumb-nav li::after{
        display: none;
    }
    .breadcrumb-section .breadcrumb-nav li{
        margin-right: 0px;
        padding-right: 0px;
    }
    .about-section .about-tile-gallery-two{
        min-height: auto;
    }
    .section-title h2{
        font-size: 25px;
    }
    .team-details .member-information .member-info-top .title h2{
        font-size: 25px;
        
    }
    .woocommerce-billing-fields h3{
        font-size: 24px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs{
        display: flex;
    padding: 0px 5px;
    margin: 10px 0px;
    font-size: 12px;
    
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs::before{
        width: auto;
    }
    div#tab-description h2{
        font-size: 18px;
    margin-bottom: 8px;
    }
    .woocommerce div.product .woocommerce-tabs .panel p{
        font-size: 12px;
    }
    
}
@media only screen and (max-width: 388px){
    .banner-section .single-banner .banner-text p{
        font-size: 11px;
        padding:5px 0px 5px 5px;
    }
    .banner-section .single-banner .banner-text p::before{
        display: none;
    }
    .banner-section .single-banner .banner-text .btn-wrap a.main-btn{
        padding:5px 5px;
        font-size: 10px;
        font-weight: 500;
    }
    .banner-section .single-banner .banner-text h1{
        font-size: 25px;
        margin-bottom: 18px;
    }
    .banner{
        padding-top: 35px;
        padding-bottom: 31px; 
    }
    .banner-section .slider-active .slick-dots li button{
        width: 10px;
        height: 10px;
    }
    .banner-section .slider-active .slick-dots{
        bottom: 3px;
    }
    .main-btn.btn-filled::before{
        display: none;
    }
    .section-title span.title-tag{
        font-size: 12px;
    }
    .section-title h2{
        font-size: 20px;

    }
    .pt-80{
        padding-top:45px;
    }
    /* .pb-70{
        padding-bottom:45px; 
    } */
    section.pb-70{
        padding-top:45px;
        padding-bottom:15px; 


    }
    .section-title.both-border span.title-tag{
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
    .pb-80{
        padding-bottom: 45px;
    }
    .pb-50{
        padding-bottom: 45px;
    }
    .about-text p{
        font-size: 15px;
    }
    .testimonial-section .testimonial-author-slider .single-slider{
        padding: 0px;
    }
    footer .footer-widget-area{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    footer .social-icon a{
        margin-left: 0px;
    }
    .seach_area{
        padding: 10px;
    }
    .aws-container .aws-show-clear .aws-search-field{
        padding-right: 0px;
    }
    .aws-container .aws-search-field{
        text-transform: capitalize;
    }
    .aws-container .aws-search-field{
        font-size: 13px;
    }
    .breadcrumb-section .breadcrumb-nav{
        padding:6px 9px;
    }
    .breadcrumb-section .breadcrumb-nav li{
        font-size: 12px;
    }
    .woocommerce .products ul, .woocommerce ul.products{
        margin: 0px;
    }
    .projects-item-two p{
        font-size: 12px;
    }
    .section-title{
        margin-bottom: 20px;
    }
    .projects-item-two h3{
        font-size: 20px;
    }
    .contact-form-wrapper{
        margin-top: 24px;
    }
    .about-section .about-tile-gallery-two{
        min-height: auto;
    }
    .features-boxes .features-boxes-loop .feature-box h4{
        text-align: center;
    }
    .feature-box p{
        text-align: center;

    }
    .main-btn::after, .main-btn::before{
        right: 1px;
        top: 3px;
    }
    .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
        margin-left: 0px !important;
    }
    .woocommerce .quantity .qty{
        margin: 0px 4px;

    }
    .woocommerce div.product form.cart .button{
        margin-left: 2px;
        margin-right: 0px;
    }
    .woocommerce-tabs.wc-tabs-wrapper{
        padding: 10px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs{
        display: flex;
        padding:0px 5px;
        margin: 10px 0px;
        font-size: 12px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs::before{
        width: 0%;
    }
    div#tab-description h2{
        font-size: 18px;
    margin-bottom: 8px;
    }
    .woocommerce div.product .woocommerce-tabs .panel p{
        font-size: 12px;
    }
    .container.pro_page .woocommerce div.product p.price{
        margin-top: 5px;
        font-size: 18px;
    }
    .woocommerce-product-details__short-description p {
        font-size: 12px;
    }
    input#coupon_code{
        width: 100%;
    }
    .woocommerce table.cart td.actions .coupon .input-text+.button{
        width: 100%;
        margin-top: 10px;
    }
    .entry-content{
        padding-bottom: 35px;
    }
    .d-condition{
        padding-bottom:35px;
    }


}


@media only screen and (max-width: 392px){
    button.btn.btn-primary.yith-wcan-filters-opener.enhanced{
        position: absolute;
        top: -160px;
        z-index: 11;
    }
    .woocommerce table.shop_table td{
        padding:9px 5px;
        font-size: 12px;
    }
    .woocommerce table.shop_table th{
        padding:9px 5px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 348px){
    .banner-section .single-banner .banner-text p{
        display:none;
    }
    .main-btn::after, .main-btn::before{
        display: none;
    }
    .team-details .member-information .member-info-top .title h2{
        font-size: 20px;
    }
    td.product-name{
        font-size: 14px;
    }
    li.ml-3{
        margin-left: 0px !important;
    }
    header .mainmenu-area .main-right{
        right: 98px;
    }
    .woocommerce-billing-fields h3{
        font-size: 24px;
    }
    .woocommerce-privacy-policy-text p{
        font-size: 14px;
    }
    a.showcoupon{
        font-size: 14px;
    }
    .woocommerce table.shop_table td{
        padding:9px 5px;
        font-size: 12px;
    }
    .woocommerce table.shop_table th{
        padding:9px 5px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 300px){
    div.logo a img{
        width:120px;
    }
    h3#ship-to-different-address{
        font-size: 14px;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
        width: 100%;
    }
    input#ship-to-different-address-checkbox{
        margin-top: 0px;
    }
}

a.dper_mil{
    color: white;
}
@media only screen and (max-width: 767px){
    div.slick-slider{
        width: 100%;
    }
    .vertical-img-left.wpgis-slider-for{
        width: 100%;
    }
    .container.pro_page h1.entry-title{
        position: relative;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        font-size: 25px;

    }
    .error-section{
        padding-top: 30px;
        padding-bottom: 70px;
    }
   
}
@media only screen and (max-width: 592px){
    .wpgis-slider-for .btn-next{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    .wpgis-slider-for .btn-prev{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    section.related.products h2{
        font-size: 25px;
    }
    .error-section{
        padding-top: 30px;
        padding-bottom: 50px;
    }
   
}
@media only screen and (min-width: 200px) and  (max-width: 350px){
    .woocommerce .quantity .qty{
        width:33px;
    }
    .woocommerce button.button {
        font-size: 12px !important;
        padding: 8px 4px !important;
    }
}
@media only screen and (max-width: 1200px){
    img.d-about-image{
        height: auto;

    }
}

img.zoomImg {
    width: 0px !important;
    height: 0px !important;
}
button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
    background: black;
    border: none;
}
a.wishlist_products_counter.top_wishlist-heart.top_wishlist-white.no-txt,
a.wishlist_products_counter.top_wishlist-heart.top_wishlist-white.no-txt.wishlist-counter-with-products {
    margin-right: -13px;
}
a.wishlist_products_counter.top_wishlist-heart:before
{
    margin-right: 0px !important;
}
.main-right.sigma-header {
    margin-top: 28px;
}
#mega-menu-wrap-menu-1 .mega-menu-toggle {
    display: none;
}
.woocommerce-product-details__short-description {
    margin-top: 11px;
}
input#shiprocket_pincode_check {
    border: 1px solid #ff7900;
    color: #000;
    padding: 3px;
    padding-left: 15px;
}
button#check_pincode {
    border: none;
    background: #ff7900;
    padding: 3px 11px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}