:root {
    --first-font: 'Lato', sans-serif;
    --second-font: 'Nunito Sans', sans-serif;
    --theme-bg-color: #9c341e;
    --main-color: #111;
    --second-color: #9c341e;
    --secondary-btn-bg: #8d2b16;
    --btn-bg-color: #111;
    --white: #ffffff;
    --border-color: #C4C4C4;
    --black: #27292E;
    --grey: #888888;
    --h1: normal 400 47px/1.2 var(--second-font);
    --h2: normal 400 30px/1.2 var(--second-font);
    --h3: normal 400 24px/1.2 var(--first-font);
    --h4: normal 400 20px/1.2 var(--second-font);
    --h5: normal 400 18px/1.2 var(--second-font);
    --h6: normal 400 14px/1.2 var(--second-font);
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body,
html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
a:focus {
    outline: none
}
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
html body {
    font-family: var(--first-font);
    font-weight: normal;
    overflow-x: hidden;
    background: #FFFFFF;
    padding: 0;
    color: var(--main-color);
}
*::selection {
    color: #fff;
    background: #201E0F;
}
*::-moz-selection {
    color: #fff;
    background: #201E0F;
}
*::-webkit-selection {
    color: #fff;
    background: #201E0F;
}
*::-ms-selection {
    color: #fff;
    background: #201E0F;
}
*::-webkit-input-placeholder {
    color: var(--main-text-color);
    opacity: 1;
}
*:-moz-placeholder {
    color: var(--main-text-color);
    opacity: 1;
}
*::-moz-placeholder {
    color: var(--main-text-color);
    opacity: 1;
}
*:-ms-input-placeholder {
    color: var(--main-text-color);
    opacity: 1;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}
*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    font-family: var(--theme-font);
    font-weight: normal;
    color: var(--main-text-color);
    text-decoration: none;
    outline: none !important;
}
body a:focus {
    outline: none !important;
}
body a:hover {
    color: #2E3C2D;
    outline: none !important;
}
* {
    outline: none;
    list-style: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
}
input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
    border: 0;
    outline: none;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none;
}
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.row>* {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col--1--sm {
        width: 8.3333333333%;
    }
    .col--2--sm {
        width: 16.6666666667%;
        padding: 0 15px;
    }
    .col--3--sm {
        width: 25%;
        padding: 0 15px;
    }
    .col--4--sm {
        width: 33.3333333333%;
        padding: 0 15px;
    }
    .col--5--sm {
        width: 41.6666666667%;
        padding: 0 15px;
    }
    .col--6--sm {
        width: 50%;
        padding: 0 15px;
    }
    .col--7--sm {
        width: 58.3333333333%;
        padding: 0 15px;
    }
    .col--8--sm {
        width: 66.6666666667%;
        padding: 0 15px;
    }
    .col--9--sm {
        width: 75%;
        padding: 0 15px;
    }
    .col--10--sm {
        width: 83.3333333333%;
        padding: 0 15px;
    }
    .col--11--sm {
        width: 91.6666666667%;
        padding: 0 15px;
    }
    .col--12--sm {
        width: 100%;
        padding: 0 15px;
    }
}
@media screen and (min-width: 768px) {
    .col--1--md {
        width: 8.3333333333%;
        padding: 0 15px;
    }
    .col--2--md {
        width: 16.6666666667%;
        padding: 0 15px;
    }
    .col--3--md {
        width: 25%;
        padding: 0 15px;
    }
    .col--4--md {
        width: 33.3333333333%;
        padding: 0 15px;
    }
    .col--5--md {
        width: 41.6666666667%;
        padding: 0 15px;
    }
    .col--6--md {
        width: 50%;
        padding: 0 15px;
    }
    .col--7--md {
        width: 58.3333333333%;
        padding: 0 15px;
    }
    .col--8--md {
        width: 66.6666666667%;
        padding: 0 15px;
    }
    .col--9--md {
        width: 75%;
        padding: 0 15px;
    }
    .col--10--md {
        width: 83.3333333333%;
        padding: 0 15px;
    }
    .col--11--md {
        width: 91.6666666667%;
        padding: 0 15px;
    }
    .col--12--md {
        width: 100%;
        padding: 0 15px;
    }
}
@media screen and (min-width: 992px) {
    .col--1--lg {
        width: 8.3333333333%;
        padding: 0 15px;
    }
    .col--2--lg {
        width: 16.6666666667%;
        padding: 0 15px;
    }
    .col--3--lg {
        width: 25%;
        padding: 0 15px;
    }
    .col--4--lg {
        width: 33.3333333333%;
        padding: 0 15px;
    }
    .col--5--lg {
        width: 41.6666666667%;
        padding: 0 15px;
    }
    .col--6--lg {
        width: 50%;
        padding: 0 15px;
    }
    .col--7--lg {
        width: 58.3333333333%;
        padding: 0 15px;
    }
    .col--8--lg {
        width: 66.6666666667%;
        padding: 0 15px;
    }
    .col--9--lg {
        width: 75%;
        padding: 0 15px;
    }
    .col--10--lg {
        width: 83.3333333333%;
        padding: 0 15px;
    }
    .col--11--lg {
        width: 91.6666666667%;
        padding: 0 15px;
    }
    .col--12--lg {
        width: 100%;
        padding: 0 15px;
    }
}
@media screen and (min-width: 1200px) {
    .col--1--xl {
        width: 8.3333333333%;
        padding: 0 15px;
    }
    .col--2--xl {
        width: 16.6666666667%;
        padding: 0 15px;
    }
    .col--3--xl {
        width: 25%;
        padding: 0 15px;
    }
    .col--4--xl {
        width: 33.3333333333%;
        padding: 0 15px;
    }
    .col--5--xl {
        width: 41.6666666667%;
        padding: 0 15px;
    }
    .col--6--xl {
        width: 50%;
        padding: 0 15px;
    }
    .col--7--xl {
        width: 58.3333333333%;
        padding: 0 15px;
    }
    .col--8--xl {
        width: 66.6666666667%;
        padding: 0 15px;
    }
    .col--9--xl {
        width: 75%;
        padding: 0 15px;
    }
    .col--10--xl {
        width: 83.3333333333%;
        padding: 0 15px;
    }
    .col--11--xl {
        width: 91.6666666667%;
        padding: 0 15px;
    }
    .col--12--xl {
        width: 100%;
        padding: 0 15px;
    }
}
h1,
.h1 {
    font: var(--h1);
}
h2,
.h2 {
    font: var(--h2);
}
h3,
.h3 {
    font: var(--h3);
}
h4,
.h4 {
    font: var(--h4);
}
h5,
.h5 {
    font: var(--h5);
}
h6,
.h6 {
    font: var(--h6);
}
.section-gapping {
    padding-top: 50px;
    padding-bottom: 50px;
}
#tb-goToTop {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 9;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #111;
    color: #fff;
    display: none;
    cursor: pointer;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    overflow: hidden;
    animation: bounce 3s ease-out infinite;
    border: none;
    line-height: 0;
    padding: 15px 13px;
}
#tb-goToTop img{
    max-width: 100%;
}
#tb-goToTop:hover{
    background:  #c71110;
}
.site-header {
    position: relative;
    background: var(--theme-bg-color);
    padding: 52px 0 15px;
}
.site-header .header-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.site-header .header-wrapper .verified-logo {
    max-width: 260px;
    width: 100%;
    border-right: 5px solid var(--white);
    padding-right: 50px;
}
.site-header .header-wrapper .site-brand img{
    margin: 0;
}
.site-header .header-wrapper .site-brand {
	max-width: 210px;
	width: 100%;
}
.site-header .header-wrapper .verified-logo a,
.site-header .header-wrapper .site-brand a {
    display: block;
}
.brand-link a {
	display: inline-block;
	background: #ffe6b6;
	position: relative;
	border-radius: 0;
	color: #111;
	font-weight: 700;
	font-size: 16px;
	font-family: var(--second-font);
	text-align: center;
	padding: 16px 34px;
	text-transform: uppercase;
}
.brand-link a:hover {
	color: #fff;
	background: #111;
}
.brand-link {
    position: fixed;
    top: 51px;
    left: auto;
    right: 0;
    z-index: 4;
}
.footer-content .brand-link{
    position:static;
    text-align:center;

}
.footer-content .brand-link a{
    border-radius: 0;
}
.brand-link a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto auto 25px;
    max-width: 183px;
}
.main-banner {
    padding: 20px 0 160px;
    background: var(--theme-bg-color);
    margin-bottom: 190px;
}
.main-banner .main-banner-content .main-title {
    font-weight: 900;
    font-size: 67px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--first-font);
    margin-bottom: 51px;
    position: relative;
    z-index: 1;
}
.main-banner .main-banner-content .main-title span {
	color: #ff927b;
	display: block;
}
.main-banner .banner-bottom-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-banner .banner-bottom-content .btn-wrapper {
    width: 33.6%;
}
.main-banner .main-banner-content .home-preview-img {
    width: 69.3%;
    margin-bottom: -350px;
    margin-right: -35px;
}
.main-banner .main-banner-content .home-preview-img .img-wrapper {
    position: relative;
}
/*.main-banner .main-banner-content .home-preview-img .img-wrapper::before {
    content: '';
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    width: 610px;
    height: 610px;
    display: block;
    background: radial-gradient(50% 50% at 50% 50%, #776d36 0%, rgba(24, 58, 64, 0) 100%);
    margin: auto;
}*/
.main-banner .main-banner-content .home-preview-img .img-wrapper img {
    position: relative;
}
.primary-btn {
    box-shadow: 0px 4.78523px 71.7784px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: var(--white);
    font-family: var(--second-font);
    background: var(--btn-bg-color);
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    padding: 20px 30px;
}
.primary-btn:hover {
    background: var(--white);
    color: var( --main-color);
}
.title span {
    color: var(--second-color);
    display: block;
}
.title.title-second {
    color: var(--white);
    text-shadow: none;
}
.title.title-second span {
    color: var(--white);
}
.title {
    font-weight: 900;
    font-size: 70px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--main-color);
    font-family: var(--first-font);
    margin-bottom: 51px;
    line-height: 116%;
}
.product-wishlist-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px 0 0;
}
.product-wishlist .product-wishlist-wrapper .main-title-wrap {
    width: 38%;
}
.product-wishlist .main-wishlist-image {
    max-width: calc(100% - 38%);
    width: 100%;
}
.mobile-responsive {
    background: var(--theme-bg-color);
    margin-bottom: 20px;
}
.mobile-responsive.section-gapping {
    padding: 86px 0;
}
.mobile-responsive .row {
    align-items: center;
}
.mobile-responsive .description p {
	font-size: 33px;
	color: #fff;
	opacity: 0.8;
	line-height: 129%;
	font-weight: 400;
	font-family: var(--second-font);
	margin-bottom: 30px;
}
.mobile-responsive .description p strong {
    font-weight: 900;
}
.optimized-speed .optimized-speed-img img {
    width: 100%;
    object-fit: cover;
}
.expert-developer .expert-developer-img .img-wrapper {
    position: relative;
    width: 100%;
    height: 800px;
    border-radius: 15px;
    overflow: hidden;
    border: 6px solid var(--main-color);
    padding: 5px;
    background: #fffffF;
}
.expert-developer .expert-developer-img .img-wrapper .img-scroller {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    transition: all 9s linear;
    background-repeat: no-repeat;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.expert-developer .expert-developer-img .img-wrapper:hover .img-scroller {
    background-position: bottom;
}
.expert-developer .expert-developer-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.dynamic-fillter-image .img-wrapper {
    height: 769px;
}
.dynamic-fillter-image img {
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(0px 9.41358px 9.41358px rgba(0, 0, 0, 0.25));
    border-radius: 15px;
}
.ecommerce-theme .title span {
    display: inline-block;
}
.demo-password {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 129%;
    font-weight: 400;
    font-family: var(--second-font);
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
    padding: 15px 48px;
    border: 1px solid #F4B41A;
    box-shadow: 0px 3.24754px 48.7131px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.site-footer {
    padding: 70px 0;
    background: var(--theme-bg-color);
}
.site-footer .footer-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 116%;
    font-family: var(--first-font);
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
.site-footer .footer-title span {
    color: var(--white);
}
.site-footer .footer-title strong {
    color: var(--white);
    font-weight: 900;
    display: block;
    margin: 10px 0 0 0;
}
.site-footer .secondary-btn {
    border-radius: 43.6898px;
    font-weight: 800;
    font-size: 21.3533px;
    color: var(--black);
    font-family: var(--first-font);
    background: var(--secondary-btn-bg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    padding: 20px 100px 20px;
    filter: drop-shadow(0px 9.41358px 9.41358px rgba(0, 0, 0, 0.25));
}
.site-footer .secondary-btn:hover {
    background: var(--btn-bg-color);
}
.site-footer .secondary-btn::after {
    content: '';
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    margin-left: 65px;
    background-position: center;
    background-repeat: no-repeat;
}
.site-footer .secondary-btn.customization::after {
    background-image: url('../images/customization.svg');
}
.site-footer .secondary-btn.dev-request::after {
    background-image: url('../images/dev-request.svg');
}
.main-banner-content .banner-bottom-content .primary-btn {
    padding: 20px 50px;
    vertical-align: middle;
    transition: all 0.5s;
}
.mobile-responsive .demo-password {
    display: block;
    max-width: 379px;
    width: 100%;
}
.mobile-responsive .btn-wrapper {
    margin-top: 20px;
}
/* Responsive css */
@media only screen and (max-width: 1200px) {
    .main-banner .main-banner-content .home-preview-img {
        max-width: 814px;
        margin-right: -23px;
        margin-bottom: -411px;
    }
    .main-banner {
        margin-bottom: 242px;
    }
    .main-banner .main-banner-content .home-preview-img .img-wrapper::before {
        width: 679px;
        height: 619px;
        top: -140px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-banner .main-banner-content .home-preview-img {
        width: 68.3%;
        margin-bottom: -460px;
        margin-right: -15px;
    }
    .main-banner .banner-bottom-content .btn-wrapper {
        width: 32.6%;
    }
    .main-banner .main-banner-content .home-preview-img .img-wrapper::before {
        width: 666px;
        height: 614px;
        top: -140px;
    } 
    .dynamic-fillter-image .img-wrapper {
        height: 725px;
    }
    .product-wishlist .main-wishlist-image {
        max-width: calc(100% - 54%);
    }
    .product-wishlist .product-wishlist-wrapper .main-title-wrap {
        width: 54%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .brand-link a {
        padding: 15px 30px;
        font-size: 20px;
    }
    .brand-link a img {
        margin: auto;
        max-width: 120px;
    }
    .site-header .header-wrapper .verified-logo {
        max-width: 180px;
    }
    .site-header .header-wrapper .site-brand {
        max-width: 250px;
    }
    .main-banner .main-banner-content .main-title {
        font-size: 40px;
    }
    .main-banner .main-banner-content .home-preview-img {
        margin-top: 50px;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .main-banner .banner-bottom-content .btn-wrapper {
        width: 100%;
    }
    .main-banner-content .banner-bottom-content .primary-btn {
        margin-right: 15px;
    }
    .title {
        font-size: 50px;
    }
    .mobile-responsive .description p {
        font-size: 20px;
    }
    .primary-btn {
        font-size: 17px;
    }
    .dynamic-fillter-image .img-wrapper {
        height: 414px;
    }
    .ecommerce-theme .title {
        font-size: 50px;
    }
    .site-footer .footer-title {
        font-size: 40px;
    }
    .site-footer .secondary-btn {
        padding: 20px 30px 20px;
    }
    .site-footer .secondary-btn::after {
        margin-left: 20px;
        background-size: 100%;
        width: 35px;
        height: 35px;
    }
    .main-banner .main-banner-content .home-preview-img .img-wrapper::before {
        width: 479px;
        height: 479px;
        top: -80px;
    }
    .site-header {
        padding: 40px 0;
    }
    .product-wishlist .main-wishlist-image {
        max-width: 100%;
    }
    .product-wishlist .product-wishlist-wrapper .main-title-wrap {
        width: 100%;
        padding-left: 15px;
    }
    .product-wishlist-wrapper {
        flex-direction: column-reverse;
    }
    .mobile-responsive .demo-password {
        max-width: 310px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .main-banner {
        padding: 20px 0 100px;
        margin-bottom: 110px;
    }
    .main-banner .main-banner-content .main-title {
        font-size: 54px;
    }
    .main-banner .main-banner-content .home-preview-img {
        margin-bottom: -190px;
        margin-right: 0;
        width: 61.3%;
    }
    .main-banner .main-banner-content .home-preview-img .img-wrapper::before {
        width: 539px;
        height: 439px;
        top: -110px;
    }
    .title {
        font-size: 60px;
    }
    .mobile-responsive .description p {
        font-size: 25px;
    }
    .dynamic-fillter-image .img-wrapper {
        height: 558px;
    }
    .ecommerce-theme .title {
        font-size: 61px;
    }
    .site-footer .footer-title {
        font-size: 47px;
    }
    .site-footer .footer-title strong {
        display: block;
    }
    .site-footer .secondary-btn {
        padding: 20px 70px 20px;
    }
    .brand-link a {
        padding: 15px 30px;
        font-size: 20px;
    }
    .brand-link a img {
        max-width: 140px;
    }
    .expert-developer .expert-developer-img .img-wrapper {
        height: 600px;
    }
}
@media only screen and (max-width:767px) {
    .site-header .header-wrapper .verified-logo {
        max-width: 100px;
        padding-right: 20px;
        border-width: 2px;
    }
    .site-header .header-wrapper .site-brand {
        padding-left: 20px;
        max-width: 170px;
    }
    .brand-link a {
        font-size: 14px;
        padding: 15px 15px;
    }
    .mobile-responsive .demo-password {
        font-size: 14px;
        max-width: 200px;
        padding: 15px 10px;
    }
    .main-banner .banner-bottom-content .btn-wrapper {
        width: 100%;
    }
    .brand-link a img {
        margin-left: auto;
        max-width: 77px;
    }
    .main-banner .main-banner-content .main-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .primary-btn {
        font-size: 15px;
        padding: 18px 20px 15px;
    }
    .main-banner .main-banner-content .home-preview-img {
        margin-bottom: -210px;
        margin-right: 0;
        margin-top: 50px;
        max-width: 100%;
        width: 100%;
    }
    .main-banner {
        padding: 20px 0 170px;
        margin-bottom: 50px;
    }
    .main-banner .main-banner-content .home-preview-img .img-wrapper::before {
        width: 269px;
        height: 249px;
        top: -46px;
    }
    .title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .ecommerce-theme .title {
        font-size: 25px;
    }
    .site-footer .secondary-btn {
        padding: 15px 15px;
        font-size: 16px;
    }
    .site-footer .secondary-btn::after {
        margin-left: 20px;
        background-size: 100%;
        width: 20px;
        height: 20px;
    }
    .site-footer .footer-title {
        font-size: 25px;
        margin-bottom: 50px;
    }
    .site-footer {
        padding: 50px 0 50px;
    }
    .dynamic-fillter-image .img-wrapper {
        height: auto;
    }
    .expert-developer .expert-developer-img .img-wrapper {
        height: 400px;
    }
    .mobile-responsive .description p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .section-gapping {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .mobile-responsive .row {
        margin-top: -40px;
    }
    .mobile-responsive .row>div {
        margin-top: 40px;
    }
    .mobile-responsive.section-gapping {
        padding: 50px 0;
    }
    .footer-content .row {
        margin-top: -25px;
    }
    .footer-content .row>div {
        margin-top: 25px;
    }
    .brand-link {
        top: 100px;
    }
    .site-header {
        padding: 30px 0;
    }
    .dynamic-fillter-image img {
        border-radius: 10px;
    }
    .product-wishlist .main-wishlist-image {
        max-width: 100%;
    }
    .product-wishlist .product-wishlist-wrapper .main-title-wrap {
        width: 100%;
        padding-left: 15px;
    }
    .product-wishlist-wrapper {
        flex-direction: column-reverse;
    }
    .expert-developer .expert-developer-img .img-wrapper {
        border: 3px solid var(--main-color);
    }
    .main-banner .banner-bottom-content .demo-password {
        margin: 20px 0 0 0;
        display: block;
        max-width: 220px;
        padding: 15px 10px;
    }
}