/*====================================================*/
/*=== fonts ====*/
@font-face {
    font-family: 'IRANSansWeb';
    font-style: normal;
    src: local('IRANSansWeb'), url('../fonts/iranSans/eot/IRANSansWeb.eot') format('eot'), url('../fonts/iranSans/woff/IRANSansWeb.woff') format('woff'), url('../fonts/iranSans/ttf/IRANSansWeb.ttf') format('truetype');
}

/*===== color =====*/

html,
body,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span{
    font-family: 'IRANSansWeb' !important;
}

body {
    direction: rtl;
    background: #f5f7fb;
}

a {
    text-decoration: none;
}

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

.row.m0 {
    margin: 0px;
}

.p0 {
    padding: 0px;
}

i:before {
    margin-left: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c2c51;
    font-weight: 600;
}

body {
    font: 400 16px/28px "Poppins", sans-serif;
    letter-spacing: 0px;
    color: #7b7b93;
    padding: 0px;
    overflow-x: hidden;
    z-index: 0;
    position: relative;
}

.body_wrapper {
    z-index: 20;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sec_pad {
    padding: 120px 0px;
}

/*====================================================*/
/*====================================================*/
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 9;
    border-bottom: 0px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.navbar .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .navbar {
        padding-left: 15px;
        padding-right: 15px;
        z-index: 1000;
    }
}

.navbar .logo_h {
    padding: 0;
    line-height: 20px;
    display: inline-block;
}

.navbar .logo_h img {
    max-width: 156px;
    display: inline-block;
}

@media (max-width: 767px) {
    .navbar .navbar-collapse {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

@media (max-width: 991px) {
    .navbar .nav {
        background: rgba(255, 255, 255, 0.96);
        margin-top: 10px !important;
        padding: 10px 20px;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
}

.navbar .nav .nav-item {
    margin-right: 40px;
    position: relative;
}

.navbar .nav .nav-item:first-child {
    margin-left: 0;
}

@media (max-width: 991px) {
    .navbar .nav .nav-item {
        margin-left: 0;
        padding: 10px 0;
    }
}

.navbar .nav .nav-item .nav-link,
.navbar .fb_like .fb_like_link {
    font: 500 16px/20px "Poppins", sans-serif;
    color: #2c2c51;
    position: relative;
    padding: 0;
    text-transform: capitalize;
}

.navbar .nav .nav-item .nav-link:hover,
.navbar .nav .nav-item .nav-link.active,
.navbar .fb_like .fb_like_link:hover {
    color: rgb(77 177 81 / 100%);
}

.navbar .fb_like .fb_like_link+.fb_like_link {
    margin-left: 30px;
}

.navbar .nav .nav-item .purchase_btn,
.purchase_btn {
    border: rgb(77 177 81 / 100%);
    border-radius: 25px;
    display: inline-block;
    padding: 12px 40px;
    background: rgb(77 177 81 / 100%);
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .nav .nav-item .purchase_btn:before,
.purchase_btn:before {
    display: none;
}

.navbar .nav .nav-item .purchase_btn:hover,
.purchase_btn:hover {
    color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.16);
    box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.16);
}

.navbar-nav.navbar-right {
    padding-left: 0;
}

@media (max-width: 767px) {
    .navbar .nav.navbar-right {
        display: none;
    }
}

.navbar .nav.navbar-right .nav-item:before {
    display: none;
}

.navbar_fixed {
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.06);
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar_fixed.navbar .nav .nav-item .purchase_btn,
.navbar_fixed .purchase_btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgb(77 177 81 / 100%);
    background: transparent;
    color: rgb(77 177 81 / 100%);
}

.navbar_fixed.navbar .nav .nav-item .purchase_btn:hover,
.navbar_fixed .purchase_btn:hover {
    background: rgb(77 177 81 / 100%);
    color: #fff;
}

.navbar-toggler {
    padding: 0px;
    border: 0px;
}

.navbar-toggler .icon-bar {
    background-color: #5268f2;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    display: block;
    width: 22px;
    height: 2px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggler .icon-bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler.collapsed .icon-bar:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-toggler .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggler.collapsed .icon-bar:nth-child(3) {
    opacity: 1;
}

.navbar-toggler .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    position: relative;
}

.navbar-toggler.collapsed .icon-bar:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

/*====================================================*/
/*====================================================*/
/*============== banner_area css =============*/
.banner_area {
    min-height: 1150px;
    overflow: hidden;
    position: relative;
    background: #f5f7fb;
    z-index: 1;
}

.banner_text {
    max-width: 660px;
    width: 100%;
}

.banner_text h2 {
    font-size: 50px;
    color: #2c234d;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 20px;
}

.banner_text h2 span {
    font-weight: 700;
}

.banner_text p {
    color: #7b7b93;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 45px;
}

.image_mockup .one_img {
    position: absolute;
    z-index: -1;
}

.image_mockup .one_img .layer {
    position: relative !important;
}

.image_mockup .one_img:nth-child(1) {
    left: 290px;
    top: 170px;
    -webkit-animation: slideInnew3 .9s both 1s;
    animation: slideInnew3 .9s both 1s;
}

.image_mockup .one_img:nth-child(2) {
    left: -305px;
    top: 74px;
    -webkit-animation: slideInnew3 .9s both 1.2s;
    animation: slideInnew3 .9s both 1.2s;
}

.image_mockup .one_img:nth-child(3) {
    bottom: -350px;
    left: -100px;
    -webkit-animation: slideInnew3 .9s both 1.8s;
    animation: slideInnew3 .9s both 1.8s;
}

.image_mockup .one_img:nth-child(4) {
    bottom: 110px;
    left: 250px;
    -webkit-animation: slideInnew3 .9s both 1.6s;
    animation: slideInnew3 .9s both 1.6s;
}

.image_mockup .one_img:nth-child(5) {
    top: 663px;
    left: 822px;
}

.image_mockup .one_img:nth-child(6) {
    bottom: 25px;
    left: 585px;
    -webkit-animation: slideInnew3 .9s both 1.4s;
    animation: slideInnew3 .9s both 1.4s;
}

.image_mockup .one_img:nth-child(7) {
    bottom: -210px;
    left: 485px;
    z-index: -2;
    -webkit-animation: slideInnew3 .9s both 1.6s;
    animation: slideInnew3 .9s both 1.6s;
}

.image_mockup .one_img:nth-child(8) {
    top: 244px;
    left: 205px;
    z-index: -2;
}

.image_mockup .one_img:nth-child(9) {
    top: 795px;
    right: -110px;
    z-index: -2;
}

.image_mockup .one_img:nth-child(10) {
    top: 190px;
    right: 49%;
    z-index: -2;
}

.image_mockup .one_img:nth-child(11) {
    top: 445px;
    right: 56%;
    z-index: -2;
}

.image_mockup .one_img:nth-child(12) {
    top: 730px;
    right: 565px;
    z-index: -2;
}

.image_mockup .one_img:nth-child(13) {
    top: -47px;
    right: -15px;
    z-index: -2;
}

.image_mockup .one_img:nth-child(14) {
    top: 988px;
    right: 542px;
    z-index: -2;
}

.image_mockup .one_img:nth-child(15) {
    top: 136px;
    right: 358px;
    z-index: -2;
}

.image_mockup .one_img:nth-child(16) {
    top: 460px;
    right: 414px;
    z-index: -2;
}

.dmeo_banner_btn {
    font-size: 16px;
    color: #5268f2;
    border: 2px solid rgba(82, 104, 242, 0.5);
    border-radius: 25px;
    font-weight: 500;
    padding: 13px 28px;
    line-height: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dmeo_banner_btn:hover {
    color: #fff;
    background-color: #5268f2;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.16);
    box-shadow: 0px 20px 30px 0px rgba(9, 25, 130, 0.16);
}

.shape_wrap .shape {
    position: absolute;
}

.shape_wrap .shape.shape_1 {
    bottom: 310px;
    left: 175px;
}

.shape_wrap .shape.shape_2 {
    top: 550px;
    right: 155px;
}

.shape_wrap .shape.shape_3 {
    top: 125px;
    left: 400px;
}

.shape_wrap .shape.shape_4 {
    top: 175px;
    right: 415px;
}

.shape_wrap .shape.shape_4 img {
    -webkit-animation: zoomIn 3s linear infinite alternate;
    animation: zoomIn 3s linear infinite alternate;
}

.shape_wrap .shape.shape_5 {
    bottom: 340px;
    right: 223px;
}

.shape_wrap .shape.shape_5 img {
    -webkit-animation: zoomIn 4s linear infinite alternate;
    animation: zoomIn 4s linear infinite alternate;
}

.shape_wrap .shape.shape_6 {
    top: 575px;
    left: 135px;
}

.shape_wrap .shape.shape_6 img {
    -webkit-animation: zoomIn 3s linear infinite alternate;
    animation: zoomIn 3s linear infinite alternate;
}

/*============== banner_area css =============*/
@media (min-width: 1600px) {
    .container {
        max-width: 1200px;
    }

    .cus_container {
        max-width: 1550px;
    }
}

.demo_features_area {
    position: relative;
    background: rgb(77 177 81 / 100%);
    padding: 50px 0 78px;
}

.demo_features_area:before {
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    top: -196px;
    left: 0;
    border-top: 196px solid transparent;
    border-left: 100vw solid rgb(77 177 81 / 100%);
    z-index: 1;
}

.demo_features_area .section_title {
    margin-bottom: 57px;
}

.demo_features_area .section_title h2 {
    color: #fff;
}

.section_title {
    margin-bottom: 60px;
}

.section_title .number {
    margin-bottom: 22px;
}

.section_title .number span {
    font-size: 100px;
    line-height: 100px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    background-image: -webkit-gradient(linear, left top, right top, from(#5268f2), to(#14b0d1));
    background-image: -webkit-linear-gradient(left, #5268f2 0%, #14b0d1 100%);
    background-image: -o-linear-gradient(left, #5268f2 0%, #14b0d1 100%);
    background-image: linear-gradient(to right, #5268f2 0%, #14b0d1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 35px;
}

.section_title .number span sup {
    background-image: -webkit-gradient(linear, left top, right top, from(#5268f2), color-stop(10%, #14b0d1));
    background-image: -webkit-linear-gradient(left, #5268f2 0%, #14b0d1 10%);
    background-image: -o-linear-gradient(left, #5268f2 0%, #14b0d1 10%);
    background-image: linear-gradient(to right, #5268f2 0%, #14b0d1 10%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: -35px;
    font-size: 50px;
    line-height: 100px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.section_title h2 {
    color: #453c6b;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 9px;
}

.section_title h2 span {
    font-weight: 300;
    font-size: 36px;
}

.section_title p {
    font-size: 16px;
    line-height: 28px;
    color: #7b7b93;
    font-weight: 400;
    max-width: 610px;
    margin: 0 auto;
}

.features_item {
    text-align: left;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #1fe5ff;
    border-radius: 6px;
    padding: 60px 80px 50px 50px;
}

.features_item img {
    margin-right: 30px;
}

.features_item .content h3 {
    color: #fff;
    font-size: 24px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 22px;
}

.features_item .content p {
    color: #fafeff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.filtering_demos {
    margin-bottom: 0px;
}

.filtering_demos .nav-tabs {
    border: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filtering_demos .nav-tabs .nav-item {
    border: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 17px;
    color: #2c2c51;
    position: relative;
}

.filtering_demos .nav-tabs .nav-item span {
    background-image: -moz-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -webkit-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    background-image: -ms-linear-gradient(70deg, #3a2bdc 18%, #8545eb 51%, #cf5ff9 68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px;
    border-radius: 25px;
    position: absolute;
    font-weight: 600;
    top: -12px;
    right: -18px;
    font-size: 14px;
    text-align: center;
}

.filtering_demos .nav-tabs .nav-item.active {
    color: #5268f2;
    background: transparent;
}

.filtering_demos .nav-tabs .nav-item.active span {
    color: #5268f2;
}

.filtering_demos .nav-tabs .nav-item+.nav-item {
    margin-left: 75px;
}

.demo_area {
    position: relative;
    background: #f8f9fd;
    padding: 86px 0 60px;
}

.portfolio-image {
    text-align: center;
    position: relative;
    margin-bottom: 55px;
    cursor: pointer;
}

.portfolio-image .overlay_link {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.portfolio-image .new {
    font-size: 16px;
    border-radius: 4px;
    background-color: red;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(255, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(255, 0, 0, 0.2);
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0px 13px;
    color: #fff;
    font-weight: 500;
}

.portfolio-image .img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 6px;
    position: relative;
}

.portfolio-image .img img {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(18, 1, 64, 0.06);
    box-shadow: 0px 8px 16px 0px rgba(18, 1, 64, 0.06);
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
}

.portfolio-image h6 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 36px;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    margin-bottom: 0;
}

.portfolio-image h6:hover {
    color: #5268f2;
}

.portfolio-image:hover .img {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.portfolio-image:hover .img img {
    -webkit-box-shadow: 0px 40px 60px 0px rgba(18, 1, 64, 0.1);
    box-shadow: 0px 40px 60px 0px rgba(18, 1, 64, 0.1);
}

.elemator_area {
    background: #fff;
    padding: 150px 0 80px;
}

.elemator_area .section_title {
    max-width: 500px;
    width: 100%;
    margin: 0;
    padding: 75px 0 0;
}

.elemator_area .section_title .e_log {
    margin-left: -38px;
    margin-bottom: -30px;
}

.elemator_area .section_title h2 {
    color: #2c2c51;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 40px;
}

.elemator_area .section_title h2 span {
    font-weight: 300;
}

.elemator_area .section_title p {
    color: #2c2c51;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #eaecf1;
    margin-bottom: 33px;
    padding-bottom: 31px;
}

.elemator_area .section_title p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.elemator_area .section_title p b {
    font-weight: 500;
}

.elemator_area .elementor_img {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.elemator_area .elementor_img .builder {
    -webkit-box-shadow: 0px 50px 100px 0px rgba(15, 3, 49, 0.12);
    box-shadow: 0px 50px 100px 0px rgba(15, 3, 49, 0.12);
    border-radius: 6px;
}

.elemator_area .elementor_img .shape {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -125px;
    z-index: -1;
}

.pl_100 {
    padding-left: 100px;
}

.one_click_area {
    padding-bottom: 145px;
}

.one_click_area .one_click_img {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-left: -368px;
}

.one_click_area .one_click_img .one_click {
    -webkit-box-shadow: 0px 50px 100px 0px rgba(15, 3, 49, 0.12);
    box-shadow: 0px 50px 100px 0px rgba(15, 3, 49, 0.12);
    border-radius: 6px;
}

.one_click_area .one_click_img .shape {
    position: absolute;
    top: calc(50% - 60px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -150px;
    z-index: -1;
}

.one_click_area .section_title {
    padding-top: 70px;
}

.one_click_area .section_title h2 {
    font-size: 36px;
    line-height: 48px;
    color: #2c2c51;
    margin-bottom: 20px;
}

.one_click_area .section_title p {
    color: #7b7b93;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.one_click_area .section_title .one_click_demo_items {
    padding-top: 57px;
}

.one_click_area .section_title .one_click_demo_items .one_click_demo_item {
    margin-right: 40px;
}

.one_click_area .section_title .one_click_demo_items .one_click_demo_item:last-child {
    margin-right: 0;
}

.one_click_area .section_title .one_click_demo_items .one_click_demo_item .icon {
    margin-bottom: 24px;
}

.one_click_area .section_title .one_click_demo_items .one_click_demo_item h4 {
    color: #2c2c51;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.one_click_area .section_title .one_click_demo_items .one_click_demo_item p {
    font-size: 15px;
    color: #7b7b93;
    line-height: 24px;
    font-weight: 400;
}

.slider_demos_area {
    background: #fff;
    padding: 22px 0px 63px;
}

.slider_demos_area .slick-slide .inner {
    margin: 32px 15px 65px;
}

.slider_demos_area .slick-slide .inner img {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(1, 1, 64, 0.1);
    box-shadow: 0px 10px 50px 0px rgba(1, 1, 64, 0.1);
    background: #f9fafe;
    margin-bottom: 30px;
    width: 100%;
}

.slider_demos_area .section_title {
    margin-bottom: 30px;
}

.slider_demos_area .section_title .number {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 15px;
}

.slider_demos_area .section_title h2 {
    font-size: 40px;
    line-height: 50px;
    color: #2c2c51;
    margin-bottom: 12px;
}

.slider_demos_area .section_title p {
    font-size: 18px;
    line-height: 28px;
    color: #7b7b93;
}

.awesome_blog_wrap {
    background: #f8f9fd;
    overflow: hidden;
    padding-top: 90px;
}

.awesome_blog_wrap .section_title h2 {
    font-size: 40px;
    line-height: 50px;
    color: #2c2c51;
    margin-bottom: 12px;
}

.awesome_blog_wrap .section_title p {
    font-size: 18px;
    line-height: 28px;
    color: #7b7b93;
}

.awesome_blog_wrap .blog_img_wrap {
    position: relative;
    min-height: 590px;
}

.awesome_blog_wrap .blog_img_wrap .blog_img {
    position: absolute;
    bottom: 0;
}

.awesome_blog_wrap .blog_img_wrap .blog_img.blog_img_1 {
    left: 0;
}

.awesome_blog_wrap .blog_img_wrap .blog_img.blog_img_1 img {
    -webkit-box-shadow: -50px 0px 100px 0px rgba(12, 0, 46, 0.14);
    box-shadow: -50px 0px 100px 0px rgba(12, 0, 46, 0.14);
}

.awesome_blog_wrap .blog_img_wrap .blog_img.blog_img_2 {
    left: 0;
    right: 0;
    text-align: center;
}

.awesome_blog_wrap .blog_img_wrap .blog_img.blog_img_2 img {
    -webkit-box-shadow: -50px 0px 100px 0px rgba(12, 0, 46, 0.2);
    box-shadow: -50px 0px 100px 0px rgba(12, 0, 46, 0.2);
}

.awesome_blog_wrap .blog_img_wrap .blog_img.blog_img_3 {
    right: 0;
}

.awesome_blog_wrap .blog_img_wrap .blog_img.blog_img_3 img {
    -webkit-box-shadow: -50px 0px 100px 0px rgba(12, 0, 46, 0.2);
    box-shadow: -50px 0px 100px 0px rgba(12, 0, 46, 0.2);
}

.demo_feature_area {
    padding: 120px 0px 80px;
    position: relative;
}

.demo_feature_area .row {
    padding-left: 120px;
}

.demo_feature_area .f_shap {
    position: absolute;
}

.demo_feature_area .f_shap.f_shap_one {
    right: 0;
    top: 50px;
}

.demo_feature_area .f_shap.f_shap_two {
    left: 0;
    bottom: 50px;
}

.f_content {
    max-width: 600px;
    margin-top: -40px;
}

.f_content h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
}

.f_content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    padding-right: 50px;
}

.f_content .g_logo {
    border-radius: 50%;
    margin-bottom: 35px;
    background-image: -moz-linear-gradient(60deg, #5e2ced 0%, #8359f8 100%);
    background-image: -webkit-linear-gradient(60deg, #5e2ced 0%, #8359f8 100%);
    background-image: -ms-linear-gradient(60deg, #5e2ced 0%, #8359f8 100%);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(18, 1, 64, 0.1);
    box-shadow: 0px 20px 30px 0px rgba(18, 1, 64, 0.1);
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.f_btn {
    font-size: 16px;
    line-height: 25px;
    color: #5268f2;
    font-weight: 500;
    border: 2px solid #b196fa;
    border-radius: 45px;
    padding: 10px 39px;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.f_btn:hover {
    background: #5268f2;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(123, 78, 245, 0.3);
    box-shadow: 0px 20px 50px 0px rgba(123, 78, 245, 0.3);
    color: #fff;
    border-color: #5268f2;
}

.f_two {
    margin-top: 190px;
}

.f_two .f_img {
    margin-left: -50px;
}

.f_two .f_content {
    margin-left: 62px;
}

.utility_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0px 100px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    z-index: 2;
}

.utility_area .u_round {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: -1;
}

.utility_area .utility_left {
    width: 40%;
}

.utility_area .utility_right {
    width: 60%;
}

.utility_area .utility_right .slick-list {
    padding-left: 0 !important;
}

.utility_area .utility_right .slick-list .slick-slide {
    padding: 20px;
    padding-bottom: 50px;
}

.utility_area .utility_right .slick-list img {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(18, 1, 64, 0.08);
    box-shadow: 0px 20px 20px 0px rgba(18, 1, 64, 0.08);
    border-radius: 10px;
}

.slick-dots {
    text-align: left;
    padding-left: 20px;
    margin-top: -10px;
    bottom: 0;
}

.slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.slick-dots li button {
    padding: 0px;
    margin-right: 10px;
    width: 8px;
    height: 8px;
}

.slick-dots li button:before {
    color: #dedef1;
    opacity: 1;
    font-size: 8px;
    width: auto;
    height: auto;
    line-height: 8px;
}

.slick-dots li.slick-active button:before {
    color: #5e2cec;
}

.responsive_content .section_title h2 {
    margin-bottom: 20px;
}

.responsive_content .section_title h2 span {
    display: inline-block;
    margin-bottom: 7px;
}

.responsive_content .section_title p {
    margin-bottom: 58px;
}

.responsive_content .section_title .item img {
    margin-bottom: 25px;
}

.responsive_content .section_title .item p {
    margin-bottom: 0;
}

.plugin_area {
    text-align: center;
    padding: 110px 0px 10px;
    position: relative;
    z-index: 1;
}

.plugin_area h6 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    color: #5268f2;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.plugin_area h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 55px;
}

.plugin_area h2 a {
    color: #5268f2;
    position: relative;
}

.plugin_item {
    margin-bottom: 75px;
}

.plugin_item img {
    margin-bottom: -30px;
}

.plugin_item .img {
    position: relative;
}

.plugin_item .save {
    position: absolute;
    top: -14px;
    right: 22px;
}

.plugin_item h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.plugin_item p {
    font-size: 14px;
    color: #5268f2;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.plugin_item p.orange {
    color: #ff754b;
}

@media (min-width: 1400px) {

    .blog_area .container,
    .shop_area .container {
        max-width: 1200px;
    }
}

.shop_area {
    padding: 40px 0px 120px;
    position: relative;
    z-index: 0;
}

.shop_area:before {
    content: "";
    width: 752px;
    background: url("../img/circle-3.html") no-repeat center left;
    height: 1000px;
    left: 0;
    position: absolute;
    bottom: 50px;
    z-index: -1;
}

.shop_area .shop_slider {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 0;
}

.shop_area .shop_slider .slick-slide {
    padding: 40px;
}

.shop_area .shop_slider .slick-slide img {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(18, 1, 64, 0.08);
    box-shadow: 0px 20px 20px 0px rgba(18, 1, 64, 0.08);
    border-radius: 10px;
}

.shop_area .u_content {
    padding-right: 0;
    padding-left: 80px;
}

.shop_area .u_content ul {
    margin-bottom: 35px;
}

.shop_area .u_content ul li {
    font-size: 16px;
    color: #7b7b93;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}

.shop_area .u_content ul li:before {
    background: url("../img/arrow.html") no-repeat scroll center 0;
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
    display: initial;
    vertical-align: middle;
}

.shop_area .u_content ul li+li {
    margin-top: 10px;
}

.shop_area .slick-dots {
    bottom: 0;
    padding-left: 0;
    left: 0;
    text-align: center;
    position: relative;
}

.blog_area {
    overflow: hidden;
    background: #f9fafe;
    padding-top: 100px;
}

.blog_area .u_content {
    padding-right: 0;
}

.blog_area .u_content h2 {
    line-height: 50px;
}

.arrow i {
    border-width: 1px;
    border-color: #f3f5f8;
    border-style: solid;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 18px;
    color: #4e5761;
    line-height: 47px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.arrow i:hover {
    background: #5268f2;
    color: #fff;
}

.arrow i+i {
    margin-left: 12px;
}

.blog_slider {
    margin-right: -200px;
    margin-bottom: -28px;
    right: -90px;
    position: relative;
}

.blog_slider.slick-initialized .slick-slide {
    display: block;
    padding-right: 90px;
}

.blog_slider .item {
    position: relative;
    padding-left: 10px;
    padding-right: 150px;
}

.blog_slider .item .round {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #08c31a;
    -webkit-box-shadow: 10.856px 10.321px 20px 0px rgba(33, 108, 184, 0.12);
    box-shadow: 10.856px 10.321px 20px 0px rgba(33, 108, 184, 0.12);
    text-align: center;
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -66px;
    top: 109px;
    z-index: 1;
    -webkit-animation: fadeOut 0.2s both 0.9s;
    animation: fadeOut 0.2s both 0.9s;
}

.blog_slider .item .round .text {
    position: relative;
    padding-right: 7px;
}

.blog_slider .item .round sup {
    font-weight: 400;
    font-size: 32px;
    position: absolute;
    top: 11px;
}

.blog_slider .item .round span {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    display: block;
}

.blog_slider .item img {
    position: relative;
    bottom: 0px;
}

.blog_slider .item .img {
    -webkit-animation: fadeOutLeft 0.2s both 0.3s;
    animation: fadeOutLeft 0.2s both 0.3s;
    -webkit-box-shadow: 5px 8.66px 20px 0px rgba(1, 1, 64, 0.06);
    box-shadow: 5px 8.66px 20px 0px rgba(1, 1, 64, 0.06);
}

.blog_slider .item .img_two {
    position: absolute;
    right: -21px;
    bottom: 0px;
    -webkit-animation: fadeOut .5s both;
    animation: fadeOut .5s both;
    -webkit-box-shadow: -46.985px -17.101px 80px 0px rgba(1, 1, 64, 0.2);
    box-shadow: -46.985px -17.101px 80px 0px rgba(1, 1, 64, 0.2);
}

.blog_slider .slick-active .item .round {
    -webkit-animation: zoomIn 0.2s both 1.3s;
    animation: zoomIn 0.2s both 1.3s;
}

.blog_slider .slick-active .item .img {
    -webkit-animation: fadeInLeft 0.7s both 0.8s;
    animation: fadeInLeft 0.7s both 0.8s;
}

.blog_slider .slick-active .item .img_two {
    -webkit-animation: fadeInRight 0.7s both 1s;
    animation: fadeInRight 0.7s both 1s;
}

.correct_features_area {
    padding-top: 110px;
}

.correct_features_area .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}

.c_features_item {
    margin-bottom: 30px;
}

.c_features_item .img {
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c_features_item .img img {
    display: inline-block;
}

.c_features_item h6 {
    margin-bottom: 0;
    font-size: 16px;
    color: #7b7b93;
    font-weight: 400;
    margin-top: 25px;
}

.utility_inner_page_wrap {
    padding: 0 0;
}

.utility_inner_page_wrap .section_title h2 {
    color: #2c2c51;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 12px;
}

.utility_inner_page_wrap .section_title p {
    color: #7b7b93;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.utility_inner_page_wrap .utility_inner_page .utility_inner_page_slider .slider_item {
    padding: 0 15px;
    margin-bottom: 67px;
}

.utility_inner_page_wrap .utility_inner_page .utility_inner_page_slider .slider_item .slider_img {
    margin-bottom: 35px;
}

.utility_inner_page_wrap .utility_inner_page .utility_inner_page_slider .slider_item .slider_img img {
    border-radius: 6px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(18, 1, 64, 0.06);
    box-shadow: 0px 8px 16px 0px rgba(18, 1, 64, 0.06);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}

.utility_inner_page_wrap .utility_inner_page .utility_inner_page_slider .slider_item h4 {
    color: #2c2c51;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.utility_inner_page_wrap .utility_inner_page .utility_inner_page_slider .slider_item:hover .slider_img img {
    border-radius: 6px;
    -webkit-box-shadow: 0px 40px 60px 0px rgba(18, 1, 64, 0.1);
    box-shadow: 0px 40px 60px 0px rgba(18, 1, 64, 0.1);
}

.utility_inner_page_wrap .utility_inner_page .utility_inner_page_slider .slick-dots {
    text-align: center;
    padding: 0;
    left: 0;
}

.utility_inner_page_wrap .utility_inner_page .utility_inner_page_slider .slick-dots li button:before {
    color: #dee0ed;
}

.utility_inner_page_wrap .utility_inner_page .utility_inner_page_slider .slick-dots li.slick-active button:before {
    color: #5268f2;
}

.portfolio_area_two {
    background: #8e81fc;
    padding: 100px 0px 80px;
    position: relative;
    z-index: 1;
}

.portfolio_area_two h2 {
    color: #fff;
    line-height: 50px;
}

.portfolio_area_two .slick-slide {
    padding: 30px 78px 55px;
}

.portfolio_area_two .slick-slide .item img {
    background-color: white;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(18, 1, 64, 0.1);
    box-shadow: 0px 30px 50px 0px rgba(18, 1, 64, 0.1);
}

.c_features_area_two {
    padding: 110px 0px 110px;
}

.c_features_area_two .section_title {
    margin-bottom: 67px;
}

@media (min-width: 1500px) {
    .c_features_area_two .custom_container {
        max-width: 1410px;
    }
}

.c_features_area_two .c_features_item {
    text-align: center;
    padding: 40px 45px 0;
    border: 1px solid #f4f4f8;
    border-radius: 6px;
    min-height: 320px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.c_features_area_two .c_features_item:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0%;
    height: 4px;
    background: #5268f2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.c_features_area_two .c_features_item img {
    margin-bottom: 32px;
}

.c_features_area_two .c_features_item h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.c_features_area_two .c_features_item:hover {
    -webkit-box-shadow: 0px 30px 50px 0px rgba(1, 10, 64, 0.1);
    box-shadow: 0px 30px 50px 0px rgba(1, 10, 64, 0.1);
}

.c_features_area_two .c_features_item:hover:before {
    width: 100%;
}

footer {
   /* background: rgb(77 177 81 / 100%);*/
    text-align: right;
    padding: 90px 0px 0px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

footer .circle_shape_1 {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0.078;
    position: absolute;
    right: 795px;
    top: -50px;
    width: 100px;
    height: 100px;
    -webkit-animation: circle_animation 5s linear infinite;
    animation: circle_animation 5s linear infinite;
}

footer .circle_shape_2 {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0.102;
    position: absolute;
    right: 375px;
    top: -360px;
    width: 510px;
    height: 510px;
    -webkit-animation: circle_animation 7s linear infinite;
    animation: circle_animation 7s linear infinite;
}

footer h2 {
    color: #fff;
    font-size: 50px;
    line-height: 64px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

footer a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;

    padding: 8px 20px;
    display: inline-block;
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

footer a i {
    padding-left: 10px;
    font-size: 22px;
    position: relative;
    top: 2px;
}

footer a:hover {
    background: #fff;
    border-color: #fff;
    color: rgb(77 177 81 / 100%);
    -webkit-box-shadow: 0px 20px 50px 0px rgba(11, 27, 128, 0.3);
    box-shadow: 0px 20px 50px 0px rgba(11, 27, 128, 0.3);
}

footer .f_logo {
    background: transparent;
    padding: 0px;
    border: 0px;
    margin-bottom: 40px;
}

footer .f_logo:hover {
    background: transparent;
}

@-webkit-keyframes circle_animation {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

@keyframes circle_animation {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}
.Side-footer div{
    font-size: 18px;
    font-weight: bold;
}
.Side-footer ul{
    margin : 25px -38px 0 30px;
}
.Side-footer ul li{
    list-style: none;
    margin: -3px 0 0 0;
}
.Side2-footer ul li{
    list-style: none;
    margin: 9px 0 0 0 !important;
}
.Side-footer ul li h6{
    color: #fff;
}
.Side-footer ul li p{
    font-size: 15px;
}
.Side2-footer div{
    margin-right: 10px;
}
/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100 {
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    border: 1px #f1f1f1;
    display: block;
    width: 100%;
    background: #f1f1f1;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 30px;
}
/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(178, 178, 184, 0.8);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.75s ease-in-out forwards;
    animation: anim-shadow 0.75s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 40px 18px;
        opacity: 0;
    }
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color:#57b846;
    padding-left: 28px;
}
/****************************/
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    padding-top: 0px;
}

.login100-form-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    border: 1px #ff9d01;
    width: 35%;
    height: 45px;
    border-radius: 25px;
    background: #ff9d01;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background: #333333;
}
/**************************/
.Side4-footer{
    margin-top: 10px;
}
.Side4-footer div{
    font-size: 18px;
    font-weight: bold;
}
.Side4-footer ul{
    display: flex;
    margin-top: 8px;
    margin-right: -41px;
}
.Side4-footer ul li{
    list-style: none;
}
.Side4-footer ul li a{
    padding: 8px;
    margin-left: 10px;
}
footer .copyright{
    text-align: center;
    margin: 20px auto 20px auto;
    display: block;
}

.responsive_area {
    padding: 139px 0px 83px;
    position: relative;
    z-index: 1;
    background: #f8f9fd;
    overflow: hidden;
}

.responsive_content .u_content {
    padding-right: 0;
    margin-left: 0;
}

.responsive_content .u_content .item {
    padding-right: 10px;
    padding-top: 25px;
}

.responsive_content .u_content .item img {
    margin-bottom: 30px;
}

.responsive_content .u_content .item h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.responsive_content .u_content .item p {
    font-size: 15px;
    margin-bottom: 0;
}

.responsive_img_wrap {
    position: relative;
    top: -139px;
    margin-bottom: -215px;
}

.responsive_img_wrap .res_img {
    position: absolute;
}

.responsive_img_wrap .res_img.res_img_1 {
    left: 90px;
    top: -375px;
    position: relative;
}

.responsive_img_wrap .res_img.res_img_2 {
    top: -329px;
    right: -790px;
}

.responsive_img_wrap .res_img.res_img_3 {
    top: 350px;
    left: 440px;
}

.responsive_img_wrap .res_img.res_img_4 {
    left: 60px;
    top: 305px;
}

.responsive_img_wrap .res_img.res_img_5 {
    top: 220px;
    left: 400px;
}

.responsive_img_wrap .res_img.res_img_6 {
    top: 540px;
    left: 160px;
}

.faq_wrap {
    padding: 200px 0 90px;
    background: #fbfbfd;
    background: #f8fafb;
}

.faq_wrap .section_title {
    margin-bottom: 50px;
}

.faq_wrap .filtering_demos {
    margin-bottom: 50px;
}

.faq_wrap .filtering_demos .nav a {
    padding: 10px 30px;
    background: rgba(81, 116, 249, 0.2);
    margin-right: 20px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.faq_wrap .filtering_demos .nav a+.nav-item {
    margin-left: 0;
}

.faq_wrap .filtering_demos .nav a.active,
.faq_wrap .filtering_demos .nav a:hover {
    color: #fff;
    background: #5268f2;
}

.accordion_item {
    border: none;
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 6px 38px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 38px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 35px 30px 15px;
}

.accordion_item .accordion_title {
    color: #222;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 12px;
    position: relative;
    padding-right: 40px;
}

.accordion_item .accordion_details p {
    color: #666;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    padding-right: 10px;
}

.accordion_item .accordion_details p a {
    display: block;
    color: #5268f2;
}

.comming_soon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 5px;
}

.comming_soon h2 {
    font-size: 24px;
    font-weight: 700;
    color: #5268f2;
}

.select_city {
    text-align: right;
    direction: rtl;
    padding: 30px 0;
}

/*======================shop==============================*/

.search-box-wrap{
    padding-top:100px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.search-box__buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.select-input {
    font-family: 'FontAwesome', 'IRANSansWeb';
    padding: 10px 20px !important;
    height: 50px !important;
    color: #656565 !important;
}
#shopping{
    display: none;
}
#catshop{
    display: none;
}



/* ====================================================== */
.ss-first {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;

    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.ss-third {
    height: 50px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    padding-left: 30px !important;
    padding-right: 20px !important;
}

.ss-second {
    height: 50px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.baselj-blog {
    margin-top: 170px;
}

.cart-title{
  text-align: right;
  font-size: 30px;
}

.cart_totals {
    float: none !important;
    width: 100% !important;
    background-color: #ffffff;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    padding: 30px 40px 25px 40px;
}
.spro{
    height: 40px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    padding-left: 30px !important;
    padding-right: 20px !important;
    width: 40px;
}
table.cart .quantity button, table.cart .quantity input {
background-color: transparent !important;
border: 0 !important;

}
.woocommerce table.shop_table td {
padding: 0 12px;
/*vertical-align: top;*/
font-size: 14px;
}
.shop_table shop_table_responsive total{
text-align: right;
}
.shop_table{
width: 100%;
}
.factor{
text-align: center;
}
.wc-proceed-to-checkout{
text-align: center;
}
.sum{
text-align: right;
padding-right: 30px;
width: 90px;
color: rgb(77 177 81 / 100%);

}
.pak{
text-align: right;
padding-right: 30px;
color: rgb(77 177 81 / 100%);

}
.product-quantity{
text-align: center;
}

.product-name{
text-align: center;
}
.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity {
width: 100px;
position: relative;
margin: 0 auto;
overflow: hidden;
zoom: 1;
}

.quantity-wrap{
max-width: 80px;
display: flex;
justify-content: space-between;
}

.quantity-wrap .fa{
margin-top: 6px;
}
.c-checkout-pages .o-page__aside {
-ms-flex: 0 0 24.5%;
-webkit-box-flex: 0;
flex: 0 0 24.5%;
max-width: 24.5%;
padding-left: 0;
padding-right: 10px;
text-align: right;
}
.c-checkout-aside--login {
border-radius: 5px;
border: 1px solid #ededed;
background-color:  #f8f8f8;
padding: 14px 16px;
margin-top: 20px;
box-shadow: 4px 4px 3px #e9e4e4;

}
.o-page__aside{
text-align: right;
margin-bottom: 20px;
color: #888999;
}
a{
color: #888999;
}
a:hover{
color: rgb(56, 53, 53);
}
.c-checkout-aside__login-dsc{
color: #888999;
}
.c-checkout-aside__login-header i{
font-size: 20px;
padding-top: 10px !important;
color: rgb(77 177 81 / 100%);

}
.headcart{
color: rgb(77 177 81 / 100%);
background-color: #fff ;
}

.woocommerce table.cart a.remove{
padding-top: 3px;
}



.snip1527 {
box-shadow: 5px 5px 5px rgba(94, 97, 102, 0.15);
margin: 10px;

overflow: hidden;
position: relative;
text-align: left;
width: 100%;
height: 200px;
border-radius: 5px;

}


.snip1527 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}

.snip1527 img {
max-width: 100%;
max-height: 100%;
vertical-align: top;
position: relative;
width: 100%;
height: 100%;
}

.snip1527 figcaption {

position: absolute;
bottom: 0;
z-index: 1;
width: 100%;
height: 30%;
}

.snip1527 figcaption p {
font-size: 20px;
text-align: center;
color: #fff;
padding-top: 15px;

}

.snip1527 figcaption:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #16b3ab;
content: '';
background: -moz-linear-gradient(90deg, rgb(77 177 81 / 100%) 0%, #a4dfdc 100%, rgb(77 177 81 / 100%) 100%);
background: -webkit-linear-gradient(90deg, rgb(77 177 81 / 100%) 0%, rgb(77 177 81 / 100%) 100%, rgb(77 177 81 / 100%) 100%);
background: linear-gradient(90deg, rgb(77 177 81 / 100%) 0%, rgb(77 177 81 / 100%) 100%,rgb(77 177 81 / 100%) 100%);
opacity: 0.8;
z-index: -1;
}

.snip1527 .date {
background-color: #fff;
border-radius: 50%;
color: rgb(77 177 81 / 100%);
font-size: 18px;
font-weight: 700;
min-height: 48px;
min-width: 48px;
padding: 14px 0;
position: absolute;
right: 15px;
text-align: center;
text-transform: uppercase;
top: -25px;

}

.snip1527 .date span {
display: block;
line-height: 14px;
}

.snip1527 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

figure.snip1224 {
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 50px;
background: rgb(77 177 81 / 100%);
color: #ffffff;
text-align: center;
border-radius: 8px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1224 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1224 .image {
background-color: #000000;
width: 50%;
overflow: hidden;
float: right;
}
figure.snip1224 img {
max-width: 100%;
vertical-align: top;
}
figure.snip1224 figcaption {
position: absolute;
width: 50%;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
bottom: 0;
}
figure.snip1224 h4,
figure.snip1224 p,
figure.snip1224 .price {
margin: 0 0 8px;
}
figure.snip1224 h4 {
position: absolute;
width: 50%;
top: 10px;
right: 0;
text-transform: uppercase;
font-weight: 400;
color: #ffffff;
letter-spacing: 1px;
z-index: 1;
}
figure.snip1224 p {
font-size:15px;
font-weight: 500;
line-height: 1.6em;
}
figure.snip1224 .rating {
position: absolute;
width: 50%;
line-height: 44px;
color: #ffffff;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
}
figure.snip1224 .price {
color: #ffffff;
font-size: 15px;
opacity: 0.8;
}
figure.snip1224 .price s {
display: inline-block;
padding: 0 8px 0 0;
font-size: 0.85em;
color: #f39c12;
}
figure.snip1224 .add-to-cart {
text-decoration: none;
position: absolute;
bottom: 0;
left: 0;
font-weight: 600;
width: 50%;
background-color: rgba(0, 0, 0, 0.2);
line-height: 44px;
font-size: 0.75em;
text-transform: uppercase;
color: #ffffff;
}
figure.snip1224:hover img,
figure.snip1224.hover img {
opacity: 0.6;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
figure.snip1224:hover .add-to-cart,
figure.snip1224.hover .add-to-cart {
background-color: rgba(0, 0, 0, 0.5);
}
.title-shop h2{
  text-align: center;
  /*color: #f39c12;*/
  padding-top: 0px;
  padding-bottom: 50px;
}
.card-title{
  font-size: 12px;
  padding-bottom: 10px;
}
.store{
    display: inline-block;
    float: right;
}

/*=============== categories products ============  */
  .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(10, 10, 10, 0.644);
    border-radius: 0.37rem;
    direction: rtl;
    text-align: right;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(232, 239, 240);
    border-bottom: 1px solid rgba(35, 186, 212, 0.924);

}

.filter-group .card-header {
    border-bottom: 0;
    direction: rtl;
    text-align: right;
}

.icon-control {

    float: left;
    font-size: 80%
}

.list-menu {
    list-style: none;
    margin: 1px 1px;
    padding-right:25px;

}
.li-menu{
    font-size: 12px;
    color: #3b3535;
    cursor: pointer;
}
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.card-body {
    flex: 1 1 auto;
    padding: 0px;
}

.list-menu a {
    color: #23292e;
}

a {
    text-decoration: none !important;
    background-color: transparent
}

.sub-menu{
    list-style: none;
    font-size: 12px;
    padding-right: 10px;
    cursor: pointer;
    padding-bottom: 0px;
}

.sub-menu-li:hover{
    color:rgb(77 177 81 / 100%) ;
}
.line{
    width: 85%;
}

.checkbox-btn {
    position: relative
}

.checkbox-btn input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.checkbox-btn input:checked~.btn {
    border-color: #3167eb;
    background-color: #3167eb;
    color: #fff
}

.btn-light {
    display: inline-block;
    font-weight: 600;
    color: #343a40;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    border: 1px solid #eee;
    padding: 0.45rem 0.85rem;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 0.37rem
}

.btn-light:hover {
    background-color: #fff;
    border-color: #989898
}

.btn-medium {
    font-size: 12px;
    padding: 10px 22px;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 2px;
    border: 1px solid #157af6;
    width: 100%
}

.highlight-button:hover {
    background-color: #157af6;
    border: 2px solid #157af6;
    color: #fff
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}
/* =============== product of shopping ============= */
.dokh{
    width: 50px;
}
.add-product{
    background-color: #f39c12;
    text-align: center;
    width: 71px;
    margin-right: 35%;
    margin-top: 7px;
    padding: 2px 0;
    margin-bottom: 16px;
    border-radius: 10%;
    font-size: 14px;
    color: #fff;
}
.back-pro-main{
    width: 100%;
}
.card-product-grid {
    margin-bottom: 0;

}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0.5px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.10rem;
    /*margin-top: 10px;*/
    margin-bottom: 15px;
    /*margin-top: 25px;*/
}

.card-product-grid:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .3s;
    transition: .3s
}

.card-product-grid .img-wrap {
    border-radius: 0.2rem 0.2rem 0 0;
    height: 220px
}

.card .img-wrap {
    overflow: hidden
}

.card-lg .img-wrap {
    height: 280px;
    width: 100%;
}

.card-product-grid .img-wrap {
    border-radius: 0.2rem 0.2rem 0 0;
    height: 180px;
    padding: 16px
}

[class*='card-product'] .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover
}

.img-wrap {
    text-align: center;
    display: block
}

.card-product-grid .info-wrap {
    overflow: hidden;
    padding: 18px 20px
}

[class*='card-product'] a.title {
    color: #67686d;
    display: block;
    text-align: right;
}

.takh {
    font-size: 14px;
}
.pol{
    color: #000;
    padding-right: 5px;
    padding-top: 0px;
}
.po{
    padding-right: 5px;
}
.back-pro{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    width: 100%;
    margin-bottom:20px;
    margin-top:20px;
}
.mah{
    margin-top: 5px;
}

.card-product-grid .bottom-wrap {
    padding: 18px 10px;
    border-top: 1px solid #e4e4e4;
    text-align: center;
}

.buy {
    display: inline-block;
    font-weight: 600;
    color: #343a40;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.45rem 0.85rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px;
}


.buy {
    color: #fff;
    background-color: #f39c12;
    border-color: #f39c12;
    margin: 3px -25px 0 0px;

}
.buy:hover{
    background-color: #b8750b;
    border-color: #f39c12
}
.price-pro{
    color: black;
    text-align: left;
    padding-top: 0px;
}



.pagination ul{
    border-radius: 50%;
    border: solid 1px rgb(202, 198, 198);
}
.pagination li{
    border-radius: 20px !important;
    color: rgb(77 177 81 / 100%);
    width: 40px;
    height: 40px;
    border: solid 1px rgb(0, 171, 193);
    text-align: center;
    padding-top: 5px;
}
.pagination li a{
    /* padding-top: 50%;
    padding-left: 50%; */
    color: #333;
}
.pagination .active{
    background-color:  rgb(77 177 81 / 100%);
}
.pagination .active a{
    color: #fcfcfc;
}
.searchpro{
    padding-top:20px ;
    margin-top: 25px;
}


.sprice{
    text-align: center;
    margin-right: 10%;
}

.stpro{
    background-color:  rgb(77 177 81 / 100%);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.sub-pro-shop{
    display: inline-block;
    direction: rtl;
    float: right;
}
#subshop{
    margin-top: 4%;
}
.value{
    text-align: center;
    height: fit-content;
    border: none;
    border-color: #fff;
    color: #959595;
    width: 30px;
    font-size: 14px;
    padding-bottom: 10px;

}

.plus{
    background-color: #f39c12;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 11px;
    padding-left: -40px;
    display: inline-flex;
    padding-right: -20px;
    margin-top: 2px;
}


.plus:hover{
    background-color: #b8750b;
    border-color: #f39c12
}

.plus i{
    font-size: 12px;
    text-align: center;
}
.kilo{
    margin-right: 5px;
    font-size: 14px;
    /*display:inline;*/
}
/* =============== about ================== */

@media(max-width: 700px) and (max-width:680) {
    .about-us{
        margin-top: 70%;
    }
  }

.aboutus{
    text-align: right;
    text-align: justify;
    margin-top: 20%;
    font-size: 14px;
}
.aboutsh{
    text-align: right;
    text-align: justify;
    margin-top: -40px;
    font-size: 14px;
}
.abouttxt{
    background-color:#fff;
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .3s;
    transition: .3s
}
.titloh{
    text-align: center;
}
.taqdir{
    margin-bottom: 20%;
}

.about-img img{
    width: 50%;
    height: 100%;
    display: block;
}

/* ============modal ================ */
.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 6px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.5);
    box-shadow: 0 0 40px rgba(0,0,0,.5);
    color: #000;
    background-color: #fff;
    border: rgba(0,0,0,0);
}
.modal-message .modal-dialog {
    width: 500px;
}
.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    padding-top: 20px;
}

.modal-message .modal-title {
    font-size: 17px;
    color: #f39c12;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.modal-message .modal-body {
    color: #737373;
    font-size: 14px;
    text-align: right;
    direction: rtl;
    line-height: 5px;
}

.modal-message .modal-header {
    color: #fff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}
.modal-message .modal-header .fa,
.modal-message .modal-header
.glyphicon, .modal-message
.modal-header .typcn, .modal-message .modal-header .wi {
    font-size: 30px;
}

.modal-message .modal-footer {
    margin: 0 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*margin-left: 50px;*/
}

.modal-backdrop.in {
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-message.modal-success .modal-header {
    color: #f39c12;
    border-bottom: 3px solid #f39c12;
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}
/*  ------- End of etemadian styles ------- */

.c-header__btn-cart-counter {
    font-size: 10px;
    font-size: .714rem;
    line-height: 16px;
    color: #fff;
    width: 20px;
    height: 18px;
    background: #ef394e;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    font-weight: 900;
    border: 2px solid #fff;
    position: absolute;
    bottom: 7px;
    right: -9px;
}

/*****start: input newsletter*****/
.input100_newsletter{
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    border: 1px #f1f1f1;
    display: block;
    width: 100%;
    background: #f1f1f1;
    height: 46px;
    border-radius: 0px 5px 5px 0;
    padding: 0 20px 0 30px;
}
.newsletter-form-btn{
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    border: 1px #ff9d01;
    width: 77%;
    height: 46px;
    border-radius: 5px 0px 0px 5px;
    background: #ff9d01;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 46px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.container-newsletter-form-btn{
    width: 22%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    padding-top: 0px;
}
/*****end: input newsletter*****/

@media (max-width: 1199px){

}
.cart-box ul li div.row{
    border: 1px solid #e8e8e8;
    height: auto;
    background: #fff;
    padding-bottom: 30px;
}
.cart-box ul li{
    list-style: none;
    margin-top: 10px;
}
.cart-box ul{
    padding: 0 15px;
    width: 100%;
    text-align: right;
}
.cart-box ul li div div:nth-child(1){
    margin: auto;
}
.cart-box ul li div div:nth-child(1) img{
    margin: 0 auto;
    display: block;
}
.cart-box ul li div div:nth-child(2) span.title{
    margin-top: 35px;
    display: block;
    color: #000;
}
.cart-box ul li div div:nth-child(2) span.price{
    margin-top: 5px;
    font-size: 14px;
    display: block;
}
.cart-box ul li div div:nth-child(2) div.delete a{
    margin-top: 5px;
    display: block;
    color: red;
}
.re_btn_shop{
    border: 1px solid rgba(0, 158, 179, 0.5);
    border-radius: 30px;
    display: inline-block;
    padding: 9px 22px;
    background: rgb(77 177 81 / 100%);
    color: #ffffff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#adduser{
    background: rgb(77 177 81 / 100%)!important;
}
