@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../font/eot/IRANSansWeb_Bold.eot');
    src: url('../font/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../font/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../font/woff/IRANSansWeb_Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../font/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../font/eot/IRANSansWeb_Medium.eot');
    src: url('../font/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../font/woff2/IRANSansWeb_Medium.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../font/woff/IRANSansWeb_Medium.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../font/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../font/eot/IRANSansWeb_Light.eot');
    src: url('../font/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../font/woff2/IRANSansWeb_Light.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../font/woff/IRANSansWeb_Light.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../font/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../font/eot/IRANSansWeb_UltraLight.eot');
    src: url('../font/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../font/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../font/woff/IRANSansWeb_UltraLight.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../font/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../font/eot/IRANSansWeb.eot');
    src: url('../font/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../font/woff2/IRANSansWeb.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../font/woff/IRANSansWeb.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../font/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: "BAUHS93";
    src: url("../font/BAUHS93.ttf");
    src: url("../font/BAUHS93.ttf") format("embedded-opentype"), url("../font/BAUHS93.ttf") format("truetype"), url("../font/BAUHS93.ttf") format("ttf"), url("../font/BAUHS93.ttf") format("ttf");
    font-weight: bold;
    font-style: normal;
}


/*============================================================
[Table of contents]

01.	RESET CSS
02. GENERAL CSS(body, header, btn, form, list, link, img, middle title, section bg, margin, padding, icon color, breadcrumb)
03. HEADER CSS
04. HERO SECTION CSS
05. COUNTER SECTION CSS
06. PROMO SECTION CSS
07. ABOUT SECTION TAB CSS
08. PROJECT SECTION CSS
09. TESTIMONIAL CSS
10. PRICING SECTION CSS
11. TEAM SECTIOIN CSS
12. CONTACT US SECTION CSS
13. FOOTER SECTION CSS
14. BACK TO TOP SECTION CSS
15. PRELOADER CSS

============================================================*/

.rtl {
    direction: rtl;
    float: right;
    text-align: right;
}

.left {
    float: left;
}

.line-height {
    line-height: 1.7;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*============================================================
	02. GENERAL CSS(body, header, btn, form, list, link, img, middle title, section bg, margin, padding, icon color)
============================================================*/


/*body css*/

body {
    font-family: 'IRANsans';
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    color: #848484;
    line-height: 1.8em;
    overflow-y: scroll;
    direction: rtl;
}


/*header*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    padding: 0;
    color: #464646;
    font-family: 'IRANsans';
}

h1 {
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
}

h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

h4 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}


/* ===================================
    Button
====================================== */

.btn {
    display: inline-block;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    width: auto;
    font-family: 'IRANsans';
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out
}


/*custom-btn*/

.biz-round-btn {
    border-radius: 30px !important;
}

.biz-btn-outline {
    display: inline-block;
    padding: 4px 30px;
    border: 1px solid #464646;
    border-radius: 4px;
    background-color: transparent;
    color: #464646;
    font: 500 14px/32px 'IRANsans';
    -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -moz-transition: border .3s ease, background-color .3s ease, color .3s ease;
    transition: border .3s ease, background-color .3s ease, color .3s ease;
}

.biz-btn-outline:hover {
    border: 1px solid #464646;
    background-color: #464646;
    color: #fff;
    text-decoration: none;
}

.biz-btn-solid {
    display: inline-block;
    padding: 4px 30px;
    border: 1px solid #42CBEC;
    border-radius: 4px;
    background-color: #42CBEC;
    color: #fff;
    font: 500 14px/30px 'IRANsans';
    -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -moz-transition: border .3s ease, background-color .3s ease, color .3s ease;
    transition: border .3s ease, background-color .3s ease, color .3s ease;
}

.biz-btn-solid:hover {
    border: 1px solid #42CBEC;
    background: transparent;
    color: #1F4F59;
    text-decoration: none;
}

a.biz-btn-solid:focus,
a.biz-btn-solid:active {
    color: #fff;
}

a.biz-btn-solid:focus:hover {
    border: 1px solid #42CBEC;
    background: transparent;
    color: #42CBEC;
}


/*custom-button*/

.biz-button {
    display: inline-block;
    min-width: 60px;
    text-align: center;
    padding: 12px 35px;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}


/*form*/

.form-control {
    border: 0;
    border-bottom: 1px solid transparent;
    background: #fff;
    border-radius: 3px;
    height: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.form-control:focus {
    border-color: #ef403b;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 30px;
}

.form-group.submit-btn {
    margin-bottom: 0;
}


/*list*/

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*link*/

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
    font-family: 'IRANsans';
}


/*img*/


/* img {
	max-width: 100%
} */

.alert {
    padding: 10px;
}


/*section heading one*/

.headingOne {
    margin-bottom: 50px;
}

.headingOne h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 50px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.headingOne span.bordered-icon {
    padding: 0 10px;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    display: inline-block;
}

.headingOne span.bordered-icon:before {
    left: 100%;
    background: linear-gradient(to right, #585858 65%, #ffffff 100%);
}

.headingOne span.bordered-icon:after {
    right: 100%;
    background: linear-gradient(to left, #585858 65%, #ffffff 100%);
}

.headingOne h6.sub {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    color: #707070;
    text-transform: uppercase;
    display: block;
}

.headingOne span.bordered-icon:before,
.headingOne span.bordered-icon:after {
    content: "";
    width: 90px;
    height: 1px;
    top: 15px;
    position: absolute;
}

.separator {
    width: 1%;
    /* height: 2px; */
    text-align: center;
    margin: 10px auto;
    position: relative;
}

.white-heading h2,
.white-heading h6.sub,
.white-heading {
    color: #fff;
}


/*section bg css*/

.bg-secondary {
    background-color: #f6f7fb;
    border-bottom: 1px solid #ECEDEF;
    background-image: linear-gradient(to top, #ffffff 0%, #eaeaea 100%);
}

.bg-white {
    background: #ffffff !important;
}

.bg-color {
    background: #ef403b !important;
}


/*text color css*/

.white-text {
    color: #333333 !important;
}

.color-text {
    color: #ef403b !important;
}

.bg-light-gray {
    background: #f7f7f7 !important;
}

.gray-text {
    color: #4a4a4a !important;
}


/*icon and text color css*/

.icolor-1 i,
.text-success {
    color: #9BCF50 !important;
}

.icolor-2 i,
.text-info {
    color: #0199e6 !important;
}

.icolor-3 i,
.text-color {
    color: #ef403b !important;
}

.icolor-4 i,
.text-primary {
    color: #337ab7 !important;
}

.icolor-5 i,
.text-purple {
    color: #bf095d !important;
}

.icolor-6 i,
.text-danger {
    color: #e84c3d !important;
}

.icolor-7 i {
    color: #19be9c !important;
}

.icolor-8 i {
    color: #4653cc !important;
}


/*social icon color css*/

.facebook {
    color: #3b5998;
}

.facebook-bg {
    background: #3b5998;
    color: #fff;
}

.twitter {
    color: #00aced;
}

.twitter-bg {
    background: #00aced;
    color: #fff;
}

.instagram {
    color: #bc2a8d;
}

.instagram-bg {
    background: #bc2a8d;
    color: #fff;
}

.google-plus {
    color: #dd4b39;
}

.google-plus-bg {
    background: #dd4b39;
    color: #fff;
}

.linkedin {
    color: #007bb6;
}

.linkedin-bg {
    background: #007bb6;
    color: #fff;
}

.youtube {
    color: #bb0000;
}

.youtube-bg {
    background: #bb0000;
    color: #fff;
}

.pinterest {
    color: #cb2027;
}

.pinterest-bg {
    background: #cb2027;
    color: #fff;
}

.dribbble {
    color: #ea4c89;
}

.dribbble-bg {
    background: #ea4c89;
    color: #fff;
}


/*margin, padding*/

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.mr-15 {
    margin-right: 15px;
}


/*============================================================
						MARGIN TOP
============================================================*/

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}


/*============================================================
					MARGIN BOTTOM
============================================================*/

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}


/*============================================================
						PADDING TOP
============================================================*/

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}


/*============================================================
						PADDING RIGHT
============================================================*/

.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-140 {
    padding-right: 140px;
}


/*============================================================
						PADDING BOTTOM
============================================================*/

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}


/*============================================================
						PADDING LEFT
============================================================*/

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-150 {
    padding-left: 150px;
}


/*padding top bottom*/

.ptb-0 {
    padding: 0;
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-90 {
    padding: 90px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-110 {
    padding: 110px 0;
}

.ptb-120 {
    padding: 120px 0;
}

.ptb-130 {
    padding: 130px 0;
}

.ptb-140 {
    padding: 140px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.p-100 {
    padding: 100px;
}

.p-50 {
    padding: 50px;
}


/*============================================================
						SECTION MARGIN
============================================================*/

.mtb-0 {
    margin: 0;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-15 {
    margin: 15px 0;
}

.mtb-20 {
    margin: 20px 0;
}

.mtb-30 {
    margin: 30px 0;
}

.mtb-40 {
    margin: 40px 0;
}

.mtb-50 {
    margin: 50px 0;
}

.mtb-60 {
    margin: 60px 0;
}

.mtb-70 {
    margin: 70px 0;
}

.mtb-80 {
    margin: 80px 0;
}

.mtb-90 {
    margin: 90px 0;
}

.mtb-100 {
    margin: 100px 0;
}

.mtb-110 {
    margin: 110px 0;
}

.mtb-120 {
    margin: 120px 0;
}

.mtb-130 {
    margin: 130px 0;
}

.mtb-140 {
    margin: 140px 0;
}

.mtb-150 {
    margin: 150px 0;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}


/*max width size*/

.main {
    max-width: 1920px;
    margin: 0 auto;
}


/*============================================================
				03. HEADER CSS
============================================================*/

.navbar .nav.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    direction: rtl;
}

.navbar .navbar-collapse {
    border-top: 1px solid #4f4f4f;
}


/* Logo */

.navbar .navbar-brand {
    height: auto;
    display: block;
}


/* Menu links */

.navbar .nav.navbar-nav li a {
    color: #454545;
    font-size: 13px;
    font-weight: 600;
    font-family: 'IRANsans';
    text-transform: uppercase;
}

.navbar .nav.navbar-nav li a:hover,
.navbar .nav.navbar-nav li.active a {
    background: transparent;
    color: #42CBEC;
}


/* Mobile menu toggle button - pressed */

.navbar .navbar-toggle,
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:active,
.navbar .navbar-toggle.collapsed:active {
    margin-top: 16px;
    border: 1px solid #e6e6e6;
    background-color: #e6e6e6;
}

.navbar .navbar-toggle .icon-bar,
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:active .icon-bar,
.navbar .navbar-toggle.collapsed:active .icon-bar {
    background-color: #191919;
}


/* end of mobile menu toggle button - pressed */


/*display none topic page titles */

div#ph-topic.page.topic-page div#ph-title.page-title {
    display: none !important;
}


/* Mobile menu toggle button */

.navbar .navbar-toggle.collapsed {
    border: 1px solid #e6e6e6;
    background: transparent;
}


/* end of mobile menu toggle button */


/*============================================================
				04. HERO SECTION CSS
============================================================*/

.hero-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.biz-slider-text {
    position: relative;
    z-index: 2;
}


/*end rotated text css*/

.biz-slider-text h1,
.video-biz-slider-text h1 {
    font-size: 50px;
    line-height: 55px;
    text-transform: uppercase;
}

.biz-slider-text p,
.video-biz-slider-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #454545;
}

#typed-strings span.label-text {
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'IRANsans';
}

#typed-strings span.label-text:before {
    position: absolute;
    content: '\f1d8';
    font-family: FontAwesome;
    left: 0;
    margin-right: 5px;
    color: #42CBEC;
}

#typed-strings h1 span,
.biz-slider-text h1 span,
.slider-bg-contents-wrap h1 span,
.hero-slider-text h1 span {
    color: #42CBEC;
}

.hero-text-slider {
    z-index: 4;
    position: relative;
}


/*hero video section css*/

.video-section-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    z-index: 2;
}

.video-section-wrap .embed-responsive {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    border: 4px solid #fff;
}

.video-section-wrap iframe {
    height: 100%;
}

.video-section-wrap h1 {
    color: #454545;
}


/*hero video bg css*/

#video-bg {
    position: relative;
    width: 100%;
    min-height: 100%;
}

#video-bg .video-section-wrap-two {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}

#video-bg .video-section-wrap-two .pattern-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    background: rgba(255, 255, 255, 0.5);
}


/*hero background slider bg*/

.slider-bg-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #ECE796 !important;
}

.slider-bg-contents-wrap h1,
.hero-slider-text h1 {
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
}

.slider-bg-contents-wrap p,
.hero-slider-text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 35px;
    color: #464646;
    font-family: 'IRANsans';
}


/*hero section 5*/


/*start video promo two*/

.biz-video-overly>a {
    display: inline-block;
}

.biz-video-overly>a.video {
    background-color: rgba(239, 64, 59, 0.6);
    border-radius: 100px;
    display: inline-block;
    margin: 0 auto;
    padding: 5px;
    margin-left: 15px;
}

.biz-video-overly span {
    background-color: rgba(239, 64, 59, 0.75);
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    padding-left: 3px;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 18px;
}

.biz-video-overly span:hover {
    color: #000;
    background-color: #fff;
}


/*owl indicator css*/

.owl-theme .owl-nav {
    margin-top: 0;
}

.biz-hero-slider .owl-nav div {
    bottom: 45%;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    left: 1%;
    position: absolute;
    text-align: center;
    transform: translateX(-1%);
    transition: all 0.3s ease 0s;
}

.owl-theme.biz-hero-slider .owl-nav [class*=owl-] {
    background: transparent !important;
    color: #ef403b;
}

.owl-theme.biz-hero-slider .owl-nav [class*=owl-]:hover {
    color: #464646;
}

.biz-hero-slider .owl-nav div i {
    font-size: 40px;
    line-height: 40px;
}

.biz-hero-slider .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.biz-hero-slider .owl-nav div.owl-prev {
    left: 0;
}


/*custom owl dot css*/

.custom-dot.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.custom-dot.owl-theme .owl-dots .owl-dot.active span,
.custom-dot.owl-theme .owl-dots .owl-dot:hover span {
    background: #ef403b;
}


/*============================================================
				05. COUNTER SECTION CSS
============================================================*/


/*slider overly promo counter section*/

.overly-bg-color {
    position: relative;
    z-index: 2;
    /* -js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; */
}

.overlay-bg-one {
    margin-top: -110px;
    background-color: rgba(140, 198, 63, 0.8);
}

.overlay-bg-one .counter-number {
    color: #fff;
}

.overlay-bg-one .counter-heading {
    color: #fff;
}

.overly-bg-two p.counter-number {
    color: rgba(239, 64, 59, 0.8) !important;
}

.single-counter {
    padding: 35px 0;
    width: 85%;
    margin: 0 auto;
}

.counter-contents {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    width: 100%;
}

.counter-number {
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    font-family: 'IRANsans';
    line-height: 1;
    padding-left: 15px;
    vertical-align: middle;
}

.counter-heading {
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 15px;
}


/*============================================================
				06. PROMO SECTION CSS
============================================================*/


/*default label css*/

.label.label-inline:not(:last-child) {
    margin-right: 0.92857143em;
}

.label.label-inline {
    position: relative;
    top: 0;
    right: 0;
}

.label:not([class*='bg--']) {
    color: #fff;
}

.label {
    display: inline-block;
    font-size: 8px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    border-radius: 30px;
    z-index: 1;
    top: 8px;
    right: 8px;
}

.label-danger {
    background: #ef403b;
}

.label-success {
    border-color: #05AE0E;
    color: #05AE0E;
}

.hot-news {
    border-bottom: 1px solid #ececec;
}

.new-update-page .river-wave-area {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.new-update-page .river-wave {
    background: url('../img/New-update/wave.svg') repeat-x;
    position: absolute;
    top: -100px;
    width: 6400px;
    height: 100px;
    animation: river-wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.new-update-page .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.new-update-page .river-wave:nth-of-type(2) {
    top: -56px;
    animation: river-wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

@keyframes river-wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {

    0%,
    100% {
        transform: translate3d(0, -45px, 0);
    }

    50% {
        transform: translate3d(0, 5px, 0);
    }
}

.new-update-page .feature-list .feature-box h3 {
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.section-features .tab-main-section .tab-buttons button {
    width: 308px;
}

#update .see-website {
    padding: 40px;
    text-align: center;
}

.dropshipping-page .section-title h2 {
    margin-bottom: 10px;
}

.dropshipping-page .emkanatmain-page {
    margin-bottom: 35px;
}

.section-title h2.mb-10 {
    margin-bottom: 10px;

}

.table-features .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
}

section.emkanatmain-page {
    margin-bottom: 20px;
}

/*end default label css*/

.feature-promo-one-single {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background: #fff;
    padding: 20px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.feature-promo-one-single:hover {
    box-shadow: 0 45px 35px -33px rgba(0, 0, 0, 0.3);
}

.feature-promo-one-single span {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
    display: block;
}

.feature-promo-one-single-text h6 {
    font-size: 15px;
    line-height: 17px;
    color: #000;
}

.feature-promo-one-single-text p {
    font-size: 14px;
    line-height: 27px;
}


/*============================================================
				07. ABOUT SECTION TAB CSS
============================================================*/

.tabcontent-item {
    padding: 30px 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .8);
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
}

.tabcontent-item .offer-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    padding-left: 3px;
}

.tabcontent-item .offer-content-title {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    text-align: left;
    height: 40px;
    color: #323232;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tabcontent-item .offer-content-description {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 20px;
    text-align: left;
    color: rgba(50, 50, 50, .8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tabcontent-item .offer-content-link-more {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'IRANsans';
    color: #007FCC;
}

.tabcontent-item .offer-content-link-more i {
    font-size: 14px;
    margin-right: 5px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.tabcontent-item:hover .offer-content-link-more i {
    margin-left: 10px;
}

.tabcontent-item:hover {
    background-color: rgba(251, 192, 45, 0.80);
}

.tabcontent-item .offer-icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 35px 0;
    font-size: 35px;
    text-align: center;
    color: #777;
}

.tabcontent-item:hover .offer-icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tabcontent-item:hover .offer-icon i {
    color: #fff;
}

.tabcontent-item:hover .offer-content-title {
    color: #000;
}

.tabcontent-item:hover .offer-content-description {
    color: #333333;
}

.tabcontent-item:hover .offer-content-link-more {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #007FCC;
}


/*success story css*/

.biz-success-story-text h3 {
    line-height: 32px;
    font-size: 25px;
}

.biz-story-btn a {
    overflow: hidden;
    display: block;
}

.biz-story-btn a i {
    padding-right: 5px;
}

.biz-story-count {
    margin: 25px 0;
    overflow: hidden;
}

.biz-story-img img {
    border-radius: 4px;
}

.biz-story-count-item:first-of-type {
    border-right: 1px solid #ef403b;
}

.biz-story-count-value {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
}

.biz-story-count-text {
    margin-bottom: 0;
    font-size: 14px;
}

.biz-story-count-value::after {
    top: 9px;
    position: absolute;
    width: 24px;
    height: 38px;
    margin-left: 12px;
    display: inline-block;
    content: ' ';
    background: url("../img/arrow.png") center center no-repeat;
    background-size: contain;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/*services section css*/

.boxed:not([class*='bg-']) {
    background: #ffffff;
}

.feature-1 {
    min-height: 130px;
}

.boxed {
    position: relative;
    overflow: hidden;
    padding: 25px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #ecedef;
    border-radius: 4px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

.boxed:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}

.feature h5 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 25px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.feature p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.feature a {
    font-size: 14px;
    font-weight: 600;
    font-family: 'IRANsans';
}

.about_gradient {
    position: relative;
    display: block;
    overflow: hidden;
    background-image: linear-gradient(to right, #92fe9d 0%, #00c9ff 100%);
}


/*============================================================
					08. PROJECT SECTION CSS
============================================================*/

.biz-projects .button-group a {
    display: inline-block;
    margin: 0 5px 20px;
    padding: 5px 20px;
    background-color: #fff;
    color: #464646;
    border: 1px solid #464646;
    cursor: pointer;
    -o-transition: background-color .3s ease, color .3s ease;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -moz-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    font: 600 15px/27px 'IRANsans';
}

.biz-projects .button-group a:hover,
.biz-projects .button-group a.biz-button.is-checked {
    background-color: #ef403b;
    border-color: #ef403b;
    color: #fff;
    text-decoration: none;
}

.biz-projects .button-group a.biz-button.is-checked {
    background-color: #ef403b;
    color: #fff;
}

.project-item-overlay {
    position: relative;
    overflow: hidden;
}

.project-item-overlay img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
}

.project-item-overlay .overlay-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
    background: rgba(239, 64, 59, 0.75);
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}

.details-popup:hover img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    transition: .3s ease-in-out;
}

.biz-projects .grid .project-item .overlay-text span {
    position: absolute;
    z-index: 3;
    top: 47%;
    right: 0;
    left: 0;
    color: #fff;
}

.biz-projects .grid {
    margin-top: 30px;
}

.biz-projects .project-item {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.project-item img {
    max-width: 100%;
}


/*start project details popup content css*/

.biz-project-popup-area {
    position: relative;
    max-width: 1000px;
    margin: 40px auto;
    padding: 25px;
    background: #fff;
    text-align: left;
    border-radius: 4px;
}

.biz-project-popup img {
    margin-right: auto;
    margin-left: auto;
}

.biz-project-popup h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
}

.biz-project-popup .biz-project-popup-text p {
    margin-bottom: 25px;
}

.biz-project-popup hr {
    width: 60px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 0;
    border: 1px solid #ef403b;
    text-align: left;
}

.biz-project-popup ul {
    margin: 25px 0;
}

.project-meta span {
    display: block;
    line-height: 28px;
    color: #464646;
    font-size: 15px;
}

.share-link ul li {
    padding: 0;
}

.share-link ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.share-link ul li a:hover {
    background: #ef403b;
}

.share-link ul li a:hover i {
    color: #fff;
}

.share-link h6 {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
    padding-right: 10px;
    float: left;
}

.biz-project-popup .x-button {
    background: #ef403b;
    font-size: 28px;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    top: 0;
    right: 0;
}

.biz-project-popup a.mfp-close.as-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    background: #ef403b;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    border-radius: 4px;
    opacity: .9;
}

.biz-project-popup a.mfp-close.as-button:hover {
    background-color: #fff;
    color: #464646;
    border: 1px solid #ef403b;
}

.biz-project-popup a.mfp-close.as-button {
    position: relative;
    width: auto;
    padding: 10px 30px;
    font-size: 15px;
}


/*start fade animation for product details popup*/

.my-mfp-slide-bottom .biz-animation-popup {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready .biz-animation-popup {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing .biz-animation-popup {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*============================================================
				09. TESTIMONIAL CSS
============================================================*/

.testimonial-section {
    display: block;
    position: relative;
    z-index: 1;
}

.testimonial-section:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: rgba(0, 0, 0, 0.85);
}


/*right side testimonial*/

.testimonial-intro {
    position: relative;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 25px;
}

.testimonial-intro:before {
    content: "\f10d";
    color: #ef403b;
    font-size: 40px;
    position: absolute;
    top: 0;
    line-height: 1;
    font-family: FontAwesome;
}

.testimonial-intro p {
    font-style: italic;
    color: #fff;
    font-weight: 300;
}

.testimonial-client img {
    width: 60px !important;
    height: 60px;
    line-height: 60;
    margin-right: 10px;
    float: left;
    border-radius: 100%;
    background: #ef403b;
    overflow: hidden;
    padding: 2px;
}

.testimonial-client-info {
    padding-top: 8px;
}

.testimonial-client-info a {
    text-decoration: none;
    display: inline-block;
}

.testimonial-client-info h5 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    display: block;
    color: #fff;
}

.testimonial-client-info h5>small {
    background: rgba(70, 70, 70, 0.37);
    padding: 2px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

.client-testimonial.padding {
    padding: 8% 0;
    position: absolute;
}

.white-indicator.owl-theme .owl-nav.disabled+.owl-dots,
.color-indicator.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 5%;
    right: 50px;
}

.white-indicator.owl-theme .owl-dots .owl-dot.active span {
    background: #42CBEC;
}

.color-indicator.owl-theme .owl-dots .owl-dot.active span {
    background: #464646;
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 4px;
    padding: 0 10px;
    background: #ef403b;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #464646;
    color: #FFF;
    text-decoration: none;
}


/*============================================================
				10. PRICING SECTION CSS
============================================================*/

.pricing-tab-list {
    padding: 40px 0;
}

.nav.pricing-tab-list li:first-child {
    margin-right: 5px;
}

.nav.pricing-tab-list li {
    background: #fff;
}

.nav.pricing-tab-list li a {
    border: 1px solid #464646;
    padding: 2px 15px;
    border-radius: 4px;
    font-size: 14px;
    color: #464646;
}

.nav.pricing-tab-list li.active {}

.nav.pricing-tab-list>li.active>a,
.nav.pricing-tab-list>li.active>a:focus,
.nav.pricing-tab-list>li.active>a:hover {
    background: #333;
    color: #fff;
}

.card-pricing {
    text-align: center;
}

.card.card-plain {
    border: 1px solid rgba(0, 0, 0, .1);
}

.card.card-raised {
    margin-bottom: 25px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

.card,
.card .card-image {
    position: relative;
    border-radius: 6px;
}

.card-pricing .card-content {
    padding: 40px 15px !important;
}

.card .category:not([class*=text-]) {
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
}

.card-title {
    color: #ef403b;
}

.card-pricing ul {
    list-style: none;
    padding: 0;
    max-width: 240px;
    margin: 10px auto;
}

.card-pricing ul li {
    color: #464646;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    line-height: 20px;
}

.card-pricing ul li b {
    color: #848484;
}

.card.card-pricing.card-plain {
    background: transparent;
    box-shadow: 0 0;
}

.buy-btn {
    margin-top: 20px;
}


/*============================================================
				11. TEAM SECTIOIN CSS
============================================================*/

.single-team-profile {
    position: relative;
    color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
}

.single-team-profile img {
    width: 100%;
    display: block;
}

.single-team-profile img {
    display: block;
    width: 100%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.team-meta {
    opacity: 0;
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.team-single-col:hover .team-meta {
    opacity: 1;
    left: 0;
    top: 50%;
}

.team-name {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'IRANsans';
    font-size: 1.1em;
}

.team-spec {
    display: block;
    margin-top: 0.5em;
}

.single-team-profile:hover .team-eight-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-caption {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(239, 64, 59, 0.75);
    -webkit-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.team-meta {
    opacity: 0;
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.team-name {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'IRANsans';
    font-size: 1.1em;
}

.team-spec {
    display: block;
    margin-top: 0.5em;
}

.team-social {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 3em;
    text-align: center;
    margin: 0;
    display: block;
}

.social-list {
    margin-top: 0;
    margin-bottom: 0;
}

.social-list li {
    display: inline-block;
}

.social-list li a {
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 13px;
}

.social-list li a i {
    line-height: 35px;
    text-align: center;
    color: #fff;
    display: block;
}

.social-list li a:hover {
    background: #fff;
}

.social-list li a:hover i {
    color: #1b2796;
}

.single-team-profile:hover .team-caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.single-team-profile:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1 .1);
    transform: scale(1.1);
    display: block;
    overflow: hidden;
}

.team-single-col:hover .team-meta {
    opacity: 1;
    left: 0;
    top: 50%;
}


/*============================================================
				12. CONTACT US SECTION CSS
============================================================*/

.footer-address {
    font-size: 16px;
    line-height: 22px;
    background: url(../img/fo-map.png) no-repeat center center / cover;
}

.footer-address ul li {
    padding: 8px 0;
}

.footer-address ul li i {
    margin-right: 10px;
    font-size: 15px;
    line-height: 22px;
    float: left;
    display: inline-block;
}

.footer-address ul li a {
    color: #ef403b;
}

.footer-address span {
    overflow: hidden;
    display: block;
}


/*============================================================
				13. FOOTER SECTION CSS
============================================================*/

.footer-text {
    background: #464646;
    color: #fff;
}

.footer-social-list h6 {
    color: #fff;
}

.footer-social-list ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0;
    margin: 5px;
    background: #fff;
}

.footer-social-list ul li a {
    display: block;
}

.footer-social-list ul li a i {
    padding: 5px;
}

.footer-social-list ul li:hover {
    background: #ef403b;
    color: #fff;
    border-color: #ef403b;
}

.footer-social-list ul li:hover i {
    color: #fff !important;
}

.copyright-text {
    margin-top: 15px;
    font-size: 14px;
}


/*============================================================
				14. BACK TO TOP SECTION CSS
============================================================*/

#toTop {
    position: fixed;
    bottom: 48px;
    right: 0;
    text-decoration: none;
    color: #fff !important;
    font-size: 12px;
    display: none;
    font-weight: bold;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#toTop span {
    display: block;
    position: relative;
    background: #ffdd31;
    padding: 5px 12px;
}


/*============================================================
					15. PRELOADER SECTION CSS
============================================================*/

#preloader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
}

#status,
.biz-preloader {
    background-image: url(../img/preloder.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.biz-preloader {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}


/*==============================
     08. OVERVIEW SECTION CSS
==============================*/

.overview-section {
    position: relative;
    display: block;
    overflow: hidden;
    background-image: linear-gradient(50deg, #FFFDE7 0, #FFF176 40%, #2196f3 100%);
}

.tab-content-wrap {
    position: relative;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
}

.tab-content-wrap .overview-mac-image {
    z-index: 99;
    max-width: none;
}

.tab-right-side .tab-content .tab-pane img {
    position: absolute;
    right: 142px;
    top: 45px;
    width: 913px;
    z-index: 99;
    max-width: none;
}

.tab-right-side .tab-content img {
    position: absolute;
    top: 0;
}

.tabs-left {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    padding-top: 100px;
}

.tabs-left>.nav-tabs>li {
    float: none;
    margin-bottom: 15px;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: 0;
    border-radius: 4px;
    padding: 20px;
    border: none;
}

.tabs-left>.nav-tabs,
.nav-center>.nav-tabs {
    border-bottom: none;
}

.tabs-left .nav-tabs>li.active,
.nav-center .nav-tabs>li.active {
    background: rgba(0, 0, 0, 0.12) !important;
    border: none;
    border-radius: 4px;
    color: #fff;
}

.tabs-left>.nav-tabs>li>a span {
    float: right;
    margin-left: 15px;
    color: #007FCC;
    position: absolute;
    top: calc(50% - 20px);
}

.tabs-left .nav-tabs>li.active>a,
.tabs-left .nav-tabs>li>a:focus,
.tabs-left .nav-tabs>li>a:hover,
.nav-center .nav-tabs>li.active>a,
.nav-center .nav-tabs>li>a:focus,
.nav-center .nav-tabs>li>a:hover {
    background: transparent !important;
    border: none;
    border-radius: 4px;
}

.nav-center .nav-tabs>li>a span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.nav-center .nav-tabs>li.active>a,
.nav-center .nav-tabs>li.active>a:focus,
.nav-center .nav-tabs>li.active>a:hover {
    color: #fff;
}

.nav-center>.nav-tabs>li>a {
    margin-right: 0;
    border-radius: 4px;
    border: none;
    padding: 12px 15px;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'IRANsans';
    font-weight: 500;
    text-transform: uppercase;
}

.nav-tabs-list-item {
    margin-right: 55px;
    display: list-item;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
}

.nav-tabs-list-item h6 {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
}


/*section heading*/

.section-heading {
    margin-bottom: 50px;
}

.section-heading h3 {
    color: #003bb1;
}

.section-heading p {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: 20px;
}


/*======================================
        09. FEATURE SECTION CSS
=====================================*/

.biz-home-single-service {
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in;
}

.biz-home-single-service-two {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in;
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.10);
}

.biz-home-single-service-two:hover {
    box-shadow: 1px 2px 15px -5px rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.biz-home-single-service-two:hover .service-style-two span,
.biz-home-single-service-two:hover .service-style-two h5 {
    color: #003bb1;
}

.service-style-one {
    position: relative;
    padding: 0 0 0 50px;
}

.service-style-two {
    position: relative;
    padding: 0;
}

.service-style-two span {
    transition: all 0.3s ease-in;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
}

.service-style-one span {
    position: absolute;
    left: 0;
    font-size: 30px;
    line-height: 30px;
}

.biz-home-single-service:hover .service-style-one span:before,
.biz-home-single-service:hover .home-service-text h5 {
    color: #003bb1;
}

.biz-home-single-service:hover {
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
}

.service-style-one span:before {
    color: #1461ff;
    transition: all 0.3s ease-in;
}

.home-service-text h5 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 18px;
}

.home-service-text h5 {
    color: #2e3b4e;
}


/*enternal details */

.about-new-promo,
.why-us-contents {
    margin-bottom: 30px;
}

.about-new-promo span {
    font-size: 30px;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    color: #FFDD31;
}

.about-new-promo h6 {
    font-size: 16px;
    line-height: 18px;
}


/*============================================================
				05. CUSTOMER CSS
============================================================*/


/*start customers css*/

.customers-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: transparent;
}

.customers-content .item img {
    display: block;
    width: auto;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.3s ease-in;
}

.customers-content .item img:hover {
    cursor: move;
    filter: none;
    -webkit-filter: grayscale(0%);
}


/*end customers css*/

.biz-story-para p {
    line-height: 2em;
    font-size: 14px;
    color: rgba(50, 50, 50, .8);
}

.portfolio-item .caption {
    -webkit-transition: -webkit-clip-path .25s ease-out, background-color .7s;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.portfolio-item .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, .2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.portfolio-item .caption .caption-content {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
}

.portfolio-item .caption .caption-content {
    color: #fff;
    margin: auto 2rem 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
}


/*pricing page */

Edit in JSFiddle Result HTML CSS JavaScript Resources section.pricing {
    background: #9CECFB;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0052D4, #65C7F7, #9CECFB);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0052D4, #65C7F7, #9CECFB);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}


/* Hover Effects on Card */


/*bi section*/

.limoobit-body {
    margin: 0;
    padding: 0;
}

.limoobit-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.limoobit-figure {
    margin: 0;
}

.hp-diagram__caption .hp-diagram__person {
    font-family: 'IRANsans';
}

.hp-diagram__caption {
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    color: #525866;
}

.footer__heading,
.hp-diagram__caption {
    font-size: 1rem;
    font-weight: 400;
}

.sticker__text,
.hp-diagram__person {
    font-size: 0.75rem;
    line-height: 1.15;
    color: #525866;
}

.hp-diagram__text {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    text-align: center;
}

.sticker {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 64px;
    height: 64px;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border: 0.5rem solid #fff;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.sticker__icon {
    height: 40%;
    max-width: 100%;
}

.sticker__text {
    max-width: 80%;
    margin: 1.25em 0 -0.25em;
    text-decoration: none;
}

.sticker--large {
    width: 128px;
    height: 128px;
}

.sticker--large .sticker__icon {
    height: 35%;
}

.sticker--medium {
    width: 80px;
    height: 80px;
}

.sticker--medium .sticker__icon {
    height: 60%;
}

.sticker--actionable {
    transition: transform .2s ease, box-shadow .2s ease;
}

.sticker--actionable:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.hp-diagram {
    overflow: hidden;
    background-image: linear-gradient(-242deg, #0119a8 0%, #0ea5ee 100%);
}

.hp-diagram__top {
    padding-top: 45px;
    background: url(/Themes/Prisma/Content/img/svg/background-semicircles.svg) bottom center no-repeat;
    background-size: auto 100%;
}

.hp-diagram__bottom {
    position: relative;
    margin: 0 auto;
    padding: 0 15px 45px;
    background-color: #fff;
}

.hp-diagram__title,
.hp-diagram__text {
    color: white;
}

.hp-diagram__title {
    text-align: center;
}

.hp-diagram__link {
    display: inline-block;
    text-decoration: none;
    background-color: white;
    border-radius: 50%;
}

.hp-diagram__sectors {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 286px;
    margin: 0 auto;
    padding: 30px 0;
}

.hp-diagram__dashboard {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 80%;
    max-height: 200px;
    transform: translate(-50%, -90%);
}

.hp-diagram__persons {
    position: relative;
    display: flex;
    justify-content: center;
}

.hp-diagram__person {
    display: flex;
    flex: 0 1 100px;
    flex-direction: column;
    justify-content: flex-end;
    margin: -50px 10px 0;
    text-align: center;
}

.hp-diagram__caption {
    margin: 45px auto 0;
    text-align: center;
}

.hp-feature+.hp-feature {
    border-top: 1px solid #dfe9ee;
}

.hp-diagram {
    overflow: hidden;
    background-image: linear-gradient(50deg, #FFF176 40%, #2196f3 100%);
}

.hp-diagram__top {
    padding-top: 45px;
    background: url(/Themes/Prisma/Content/img/svg/background-semicircles.svg) bottom center no-repeat;
    background-size: auto 100%;
}

.hp-diagram__bottom {
    position: relative;
    margin: 0 auto;
    padding: 0 15px 45px;
    background-color: #fff;
}

.hp-diagram__title,
.hp-diagram__text {
    color: #000;
}

.hp-diagram__title {
    text-align: center;
}

.hp-diagram__link {
    display: inline-block;
    text-decoration: none;
    background-color: white;
    border-radius: 50%;
}

.hp-diagram__sectors {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 286px;
    margin: 0 auto;
    padding: 30px 0;
}

.hp-diagram__dashboard {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 80%;
    max-height: 200px;
    transform: translate(-50%, -90%);
}

.hp-diagram__persons {
    position: relative;
    display: flex;
    justify-content: center;
}

.hp-diagram__person {
    display: flex;
    flex: 0 1 100px;
    flex-direction: column;
    justify-content: flex-end;
    margin: -50px 10px 0;
    text-align: center;
}

.hp-diagram__caption {
    margin: 45px auto 0;
    text-align: center;
}


/*price-demo=========================================== */

.demo {
    background: white;
}

.pricingTable {
    text-align: center;
    background: #fff;
    margin: 0 -15px;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1;
}

.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all 0.5s ease 0s;
}

.pricingTable:hover .pricingTable-header {
    background: #ff9624;
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}

.pricingTable .price-value {
    font-size: 35px;
    color: #ff9624;
    transition: all 0.5s ease 0s;
}

.pricingTable .month {
    display: block;
    font-size: 14px;
    color: #cad0de;
}

.pricingTable:hover .pricingTable-header i,
.pricingTable:hover .price-value,
.pricingTable:hover .month {
    color: #fff;
}

.pricingTable .heading {
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #a7a8aa;
}

.pricingTable .pricingTable-signup a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ffa442;
}

.pricingTable.blue .price-value,
.pricingTable.blue .heading {
    color: #4b64ff;
}

.pricingTable.blue:hover .pricingTable-header,
.pricingTable.blue .pricingTable-signup a {
    background: #4b64ff;
}

.pricingTable.blue .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #4b64ff;
}

.pricingTable.red .price-value,
.pricingTable.red .heading {
    color: #ff4b4b;
}

.pricingTable.red:hover .pricingTable-header,
.pricingTable.red .pricingTable-signup a {
    background: #ff4b4b;
}

.pricingTable.red .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #ff4b4b;
}

.pricingTable.green .price-value,
.pricingTable.green .heading {
    color: #40c952;
}

.pricingTable.green:hover .pricingTable-header,
.pricingTable.green .pricingTable-signup a {
    background: #40c952;
}

.pricingTable.green .pricingTable-signup a:hover {
    box-shadow: 0 0 10px #40c952;
}

.pricingTable.blue:hover .price-value,
.pricingTable.red:hover .price-value,
.pricingTable.green:hover .price-value {
    color: #fff;
}


/* need more =========================================== */

.highlightSection {
    padding: 28px 0
}

.highlightSection img {
    padding: 0 0 28px 0
}

.highlightSection .media {
    background-color: #efefef;
    border: 1px solid #efefef;
    color: #939393;
    padding: 10px;
    text-align: center;
    border-radius: 12px;
}

.carousel-control.right,
.carousel-control.left,
#myCarousel1 .carousel-control.right,
#myCarousel1 .carousel-control.left,
#myCarousel2 .carousel-control.right,
#myCarousel2 .carousel-control.left {
    background: none;
    color: #057C00;
    font-size: 3em;
    width: 6%;
}

.itemsTitle {
    border-bottom: 1px solid #e7e7e7;
    padding: 8px 30px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    text-align: center
}

#myCarousel .container {
    padding: 0;
}

#mainCarousel .carousel .item {
    height: 450px;
    background-color: #FFF;
}

.media:first-child {
    margin-top: 150px;
}

.dad-flex-center {
    display: flex;
    justify-content: center;
}

section.connections.pt-120.pb-120>div>div:nth-child(3)>div.col-md-8 {
    float: left;
}

section.connections.pt-120.pb-120>div>div:nth-child(1)>div.col-md-4 {
    float: left;
}

.connections {
    background: #ecf7fe;
}

.connection-persion.d-none.d-md-block img {
    width: 58%;
}

.connection-image.position-relative.text-center img {
    width: 38%;
}

.connection-persion.d-none.d-md-block.position-relative {
    text-align: center;
}

#our-team-construct {
    padding: 10px 0px 82px;
    background: #434343 url(/Themes/Prisma/Content/img/various/333sss.jpg) center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.icListService {
    color: #fff;
    text-align: center;
}

.icListService>li {
    display: inline-block;
    opacity: 1;
    padding: 157px 0 52px;
    position: relative;
    transform: scale(1);
    width: 24%;
}

.icListService>li.Scaled {
    opacity: 1;
    transform: scale(1) translate(0px);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.icListService a {
    color: #fff;
    font-size: 14px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100px;
    transition: all 0.5s ease 0s;
}

.srvPic {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 138px;
    margin: 0 auto 15px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 138px;
}

.srvName {
    display: block;
}

.srvPic::before {
    background: #e8c125 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}

.srvPic>img {
    position: relative;
}

.srvPic::after {
    background: rgba(0, 0, 0, 0) url(/Themes/Prisma/Content/img/various/bg1.png) no-repeat scroll 0 -143px;
    content: "";
    height: 157px;
    position: absolute;
    right: -11px;
    top: -10px;
    transition: all 0.5s ease 0s;
    width: 155px;
}

.icListService>li:hover a {
    top: 0;
    transform: translateY(0px);
}

.icListService>li:hover .srvPic::before {
    transform: scale(1);
}

.icListService>li:hover .srvPic::after {
    transform: rotate(44deg);
}

.srvTxt {
    font-size: 11px;
    opacity: 0;
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
}

li.tab_saeed {
    width: 160px;
    height: 160px;
    background: transparent;
    margin: 0 11px;
    border-radius: 10px;
    display: inline-block;
    float: none;
    position: relative;
}

li.tab_saeed .sub-title {
    display: block;
    text-align: right;
    width: 240px;
    padding-top: 0;
}

li.tab_saeed a {
    width: 100%;
    border: none !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    background: 0 0 !important;
    padding: 0;
}

.nav li.tab_saeed.active a .sub-title {
    display: block;
}

.nav li.tab_saeed a .sub-title {
    display: none;
}

.row.tab_saeed_parent .nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.row.tab_saeed_parent {
    text-align: center;
    margin: 0 auto;
}

.row.tab_saeed_parent .tab-content {
    text-align: right;
    padding: 0 100px;
    margin-top: 65px;
}


/* .row.tab_saeed_parent li.tab_saeed.active:after {
    border-color: #000 transparent -moz-use-text-color;
    border-style: solid solid none;
    border-width: 14px 12px medium;
    bottom: -13px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
    width: 0;
    border-color: #ffdc48 transparent;
} */

.color_sec {
    background: #232937 url(../img/various/png.png) no-repeat bottom center;
    background-size: 100%;
    padding: 55px 0 25px;
}

.row.tab_saeed_parent h3 {
    display: none;
    margin-top: 31px;
}

.tab-pane p {
    color: #fff;
    text-align: justify;
}

.tab-pane h3 {
    color: #fff;
}

img.img_saeed_color {
    width: 100%;
}

a.btn.btn-default.btn_more.center-block {
    display: block;
    width: 200px;
    padding: 5px 20px;
    margin: 14px auto 0;
    background-color: #1473e7;
    border: none;
    border-radius: 20px;
    font-weight: 400 !important;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

button.btn.btn-default.btn_more.center-block:hover {
    color: #444;
}

h2.title_of_tab {
    text-align: center;
    margin-bottom: 34px;
    color: #fff;
    margin-top: -13px;
}

.tab_3,
.tab_2 {
    display: none;
}


/*b2c page */

.first-fold {
    background: url(/Themes/Prisma/Content/img/various/Pardis-technology-park.jpeg) no-repeat center top;
    background-size: cover;
    height: 100vh;
    position: relative;
    width: 100%;
}

.first-fold .circle360 {
    background: rgba(255, 221, 0, 0.9);
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    border-radius: 50%;
}

.circle360 p {
    color: #000;
    text-align: center;
    margin: 0 auto;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.btn-position {
    bottom: 17%;
    left: 50%;
    position: absolute;
    transform: translateX(19%);
}


/* $Buttom */

.page-btn {
    background-color: #ff2a5e;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 1.5em;
    padding: 19px 40px;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.btns {
    margin-top: 20px;
}

.btns .page-btn {
    margin-right: 15px;
}

.page-btn:hover {
    background-color: #ff2a5e;
}

.page-btn:before {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    border: 6px solid #ff2a5e;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.page-btn.blue-btn:before {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    border: 6px solid #29bed2;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.page-btn.white-btn:before {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    border: 6px solid #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.page-btn.red-btn:before {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    border: 6px solid #F6253B;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.page-btn:hover::before,
.page-btn:focus::before,
.page-btn:active::before {
    animation-name: hvr-ripple-out;
    -webkit-animation-name: hvr-ripple-out;
}

.page-btn.blue:before {
    border-color: #000;
}

.page-btn.yellow-btn {
    color: #000;
    background: #ffdd00;
}

.page-btn.yellow-btn:hover {
    background: #ffdd00;
}

.page-btn.yellow-btn:before {
    border: 6px solid #ffdd00;
}

.page-btn.red-btn {
    color: #000;
    background: #F6253B;
}

.page-btn.red-btn:hover {
    background: #F6253B;
}

.page-btn.red-btn:before {
    border: 6px solid #F6253B;
}

.topic-page-body .sky-page-wrapper h3,
.topic-page-body .sky-page-wrapper h4 {
    font-size: 19px;

    margin: 0 0 1.5rem;
}

.html-home-page .limoobit_pannel_dashboard .task-pannel {
    direction: ltr;
}

/* Ripple Out */

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.section-ecommerce {
    position: relative;
}

.section-ecommerce:before {
    width: 100%;
    text-align: center;
    content: attr(data-heading);
    color: #000;
    font-size: calc(0.75em + 15vw);
    font-weight: 700;
    line-height: 1;
    opacity: 0.04;
    position: absolute;
    top: 0;
}

.section-title.white-txt,
.section-title.white-txt h2,
.section-title.white-txt p {
    color: #fff;
}

.ecommerce-title {
    padding: 98px 0;
}

.ecommerce-title h2 {
    display: inline-block;
    vertical-align: top;
    max-width: 30%;
    text-align: left;
}

.ecommerce-title h2:after {
    margin: 0;
    left: 0;
}

.ecommerce-title p {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    max-width: 68%;
}

.ecommerceslider {
    margin: 0 auto 118px;
    padding: 0px 10px;
    width: 100%;
    max-width: 1300px;
    position: relative;
}

.ecommerce-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
    width: 55px;
    height: 55px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    background-color: transparent;
}

.ecommerce-slider .slick-prev {
    background-image: url(../../img2/left-arrow.png);
    background-repeat: no-repeat;
    left: 0;
    margin-left: -80px;
}

.ecommerce-slider .slick-next {
    background-image: url(../../img2/right-arrow.png);
    background-repeat: no-repeat;
    left: auto;
    right: 0;
}

.ecommerce-slider .slick-list {
    margin: 0 auto;
}

.ecommerce-slider .item {
    position: relative;
}

.ecommerce-slider .item-in {
    margin: 0 auto;
    position: relative;
}

.ecommerce-slider {
    z-index: 2;
    padding: 35px;
}

.ecommerceslider:after {
    height: 100%;
    width: 80%;
    content: "";
    border: solid 7px #2bc9de;
    position: absolute;
    left: 0px;
    top: 0;
}

.ecommerce-slider .graphic-screen {
    position: relative;
    float: right;
    padding: 50px;
    z-index: 9;
}

.img-box {
    background: #fff;
    padding: 12px;
    box-shadow: -15px 0 60px rgba(0, 0, 0, 0.40);
}

.ecommerce-slider .txt {
    max-width: 500px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.ecommerce-slider .txt h3 {
    font-size: 1.8em;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.ecommerce-slider .txt p {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.7;
}

.section-packages {
    background: #393f40;
    position: relative;
}

.section-packages:before {
    width: 100%;
    text-align: center;
    content: attr(data-heading);
    color: #fff;
    font-size: calc(0.75em + 15vw);
    font-weight: 700;
    line-height: 1;
    opacity: 0.04;
    position: absolute;
    top: 0;
}

.packages-title {
    padding: 52px 0;
    max-width: 900px;
}

.packages-title h2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*pk table*/

.features-table {
    margin-bottom: 85px;
    /* border: solid 1px #ced5d8; */
    border-bottom: none;
}

.ft-repeat {
    border-bottom: solid 1px #ced5d8;
    position: relative;
}

.ft-repeat .arrows {
    position: absolute;
    border: solid 2px #29bed2;
    border-radius: 50%;
    right: 10px;
    top: 18px;
    height: 20px;
    width: 20px;
}

.ft-repeat .arrows:before {
    background: #29bed2;
    content: '';
    height: 2px;
    position: absolute;
    right: 3px;
    top: 7px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 10px;
}

.ft-repeat .arrows:after {
    background: #29bed2;
    content: '';
    height: 2px;
    position: absolute;
    right: 3px;
    top: 7px;
    width: 10px;
}

.ft-repeat.active .arrows:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ft-data {
    margin: 0 auto;
}

.ft-data table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.ft-data table thead {
    background: #f3f3f3;
    color: #393f40;
    font-size: 1.1em;
    font-weight: 600;
    border-bottom: solid 1px #ced5d8;
}

.ft-data table th,
.ft-data table td {
    padding: 15px 15px;
}

.ft-data table td {
    font-size: 0.9em;
}

.mobilecaption {
    display: none;
}

.ft-data table th:first-child {
    color: #29bed2;
}

.features-table ul li {
    position: relative;
    font-size: 0.9em;
    list-style: none;
    padding-left: 20px;
    /* margin: 5px 0; */
}

.features-table .ft-head {
    color: #29bed2;
    padding: 15px 15px;
    position: relative;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
}

.features-table .ft-head.active {
    display: none;
}


/***/

.testimonial-bg {
    background: #1db4c9;
    position: relative;
}

.testimonial-bg:after,
.testimonial-bg:before {
    background: #e02f58;
    content: "";
    height: 100%;
    width: 25%;
    position: absolute;
    left: -5%;
    top: 0;
    bottom: 0;
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    transform: skew(-12deg);
}

.testimonial-bg:before {
    -webkit-transform: skew(-12deg);
    -moz-transform: skew(-12deg);
    -o-transform: skew(-12deg);
    transform: skew(-12deg);
    left: auto;
    right: -10%;
}

.testimonial-slider {
    max-width: 844px;
    margin: 0 auto;
    padding: 172px 0;
}

.testi-slider {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.testi-slider:before,
.testi-slider:after {
    background: url(../../img2/qoute-2.png) no-repeat 0 0;
    width: 464px;
    height: 374px;
    display: block;
    position: absolute;
    left: -36%;
    content: "";
    bottom: -16%;
    z-index: 1;
}

.testi-slider:after {
    background: url(../../img2/qoute-1.png) no-repeat 0 0;
    left: auto;
    right: -45%;
    bottom: auto;
    top: 0;
}

.testi-slider .rel-img {
    background: #fff;
    border-radius: 50%;
    padding: 33px;
    width: 152px;
    height: 152px;
    display: block;
    margin: 0 auto;
}

.testi-slider .rel-img img {
    max-width: 100%;
    position: relative;
    margin-top: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.testi-slider .customer-title {
    margin-bottom: 50px;
}

.testi-slider .customer-title h2 {
    color: #fff;
    font-size: 3.5em;
    margin: 0;
    line-height: 1;
    font-weight: 800;
}

.testi-slider .customer-title h2 span {
    color: inherit;
    font-size: 25%;
    font-weight: 400;
    display: block;
}

.testi-slider p {
    font-style: italic;
    font-weight: 600;
    font-size: 1em;
    color: #fff;
}

.testi-slider .from {
    margin-top: 90px;
    color: #fff;
}

.testi-slider .from strong {
    font-weight: 600;
    color: #fff;
    font-size: 1.2em;
    display: block;
}

.testi-slider .from a {
    color: #fff;
    border-bottom: solid 1px #fff;
}

.testi-slider .slick-arrow {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    width: 60px;
    height: 60px;
    text-align: center;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    border: none;
    background-color: #fff;
    cursor: pointer;
}

.testi-slider .slick-arrow:hover {
    background-color: #ebd129;
}

.testi-slider .slick-prev {
    background-image: url(../../img2/retina/back.html);
    right: -184px;
}

.testi-slider .slick-next {
    background-image: url(../../img2/retina/next.html);
    right: -256px;
}

.testi-slider .slick-list {
    overflow: visible;
}

.side-pager {
    position: absolute;
    left: 4%;
    height: 772px;
    padding: 0;
    top: 120px;
    z-index: 10;
    width: 200px;
    text-align: right;
}

.side-pager:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
}

.testi-nav .item {
    border: none;
    cursor: pointer;
    position: relative;
    padding: 20px 30px;
}

.testi-nav .slick-active:after {
    background: #a20d30;
    height: 100%;
    width: 4px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.testi-nav strong {
    color: #a20d30;
    font-size: 4.5em;
    font-weight: 600;
    display: block;
    line-height: 1;
}

.testi-nav p {
    color: #fff;
    display: block;
    font-size: 2.5em;
    line-height: 1;
}

.section-interested {
    background: url(../../img2/circle-interested.png) no-repeat center center;
    position: relative;
}

.section-interested:before {
    width: 100%;
    text-align: center;
    content: attr(data-heading);
    color: #000;
    font-size: calc(0.75em + 15vw);
    font-weight: 700;
    line-height: 1;
    opacity: 0.04;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.interested-title {
    padding: 90px 0;
}

.yokart-pic {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.interested-list {
    top: -123px;
    position: relative;
    margin-bottom: -23px;
}

.interested-list.left-side {
    float: left;
}

.interested-list.right-side {
    float: right;
}

.interested-list h3 {
    font-size: 1.5em;
    color: #000;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.22);
    font-weight: 700;
    text-align: center;
    max-width: 248px;
    margin-bottom: 80px;
}

.interested-list li {
    display: table;
    vertical-align: top;
    margin: 18px 0;
    clear: both;
}

.interested-list li .icn {
    float: left;
    border-radius: 50%;
    border: 2px solid #000;
}

.interested-list li:nth-child(even) {
    text-align: right;
}

.interested-list li:nth-child(even) .icn {
    float: right;
}

.interested-list li:nth-child(even) p {
    float: none;
}

.interested-list li p {
    display: inline-block;
    float: left;
    max-width: 132px;
    padding: 27px 15px;
}

.interested-list li a p {
    color: #545454;
}

.interested-list li a:hover p {
    color: #2bc9de;
}

.interested-list li a:hover .icn,
.interested-list li .icn:hover {
    box-shadow: 0 0 20px #909090;
}

.interested-list.right-side li {
    margin: 60px 0;
}

.interested-list.right-side li .icn {
    float: right;
}

.interested-list.right-side li:nth-child(even) {
    text-align: left;
}

.interested-list.right-side li:nth-child(even) .icn {
    float: left;
}

.cta-blank {
    background: #e02f58;
    padding: 30px 10px;
}

.btn-align-center {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.section-solutions {
    background: url(/Themes/Prisma/Content/img/various/solutions-bg.png) no-repeat center center;
    position: relative;
}

.section-solutions:before {
    width: 100%;
    text-align: center;
    content: attr(data-heading);
    color: #fff;
    font-size: calc(0.5em + 15vw);
    font-weight: 700;
    line-height: 1;
    opacity: 0.07;
    position: absolute;
    text-transform: uppercase;
    top: 2%;
    left: 0;
}

.solutions-title {
    margin: 0;
    text-align: left;
    padding: 42px 0 0 0;
}

.solutions-title h2 {
    color: #fff;
}

.solutions-title h2:after {
    background: #fff;
    left: 0;
    margin: 0;
}

.yokart-solutions {
    position: relative;
    height: 710px;
}

.yokart-solutions ul {
    position: relative;
}

.yokart-solutions li {
    background: #fff;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.22);
    width: 258px;
    height: 240px;
    display: block;
    padding: 35px;
    position: absolute;
}

.yokart-solutions li .icn {
    margin: 0 auto;
    margin-bottom: 10px;
}

.yokart-solutions li p {
    text-align: center;
    color: #000;
    font-size: 1.3em;
    font-weight: 600;
}

.yokart-solutions li:nth-child(1) {
    top: 30px;
    left: 185px;
}

.yokart-solutions li:nth-child(2) {
    top: -23px;
    left: 540px;
    bottom: auto;
    right: auto;
}

.yokart-solutions li:nth-child(3) {
    top: 330px;
    left: 52px;
}

.yokart-solutions li:nth-child(4) {
    top: 380px;
    left: 415px;
}

.btn-loaction {
    position: absolute;
    bottom: 22px;
    left: 0;
}

.section-recommends {
    background: url(../../img2/recommends-bg.png) no-repeat left bottom;
    position: relative;
}

.section-recommends:before {
    width: 100%;
    text-align: center;
    content: attr(data-heading);
    color: #000;
    font-size: calc(0.75em + 15vw);
    font-weight: 700;
    line-height: 1;
    opacity: 0.04;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.recommends-title {
    padding: 90px 0;
}

.online-stores {
    height: 670px;
    max-width: 977px;
    position: relative;
    margin: 0 auto;
}

.online-stores li {
    width: 316px;
    height: 316px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
}

.online-stores li a {
    text-align: center;
    color: #000;
    text-decoration: underline;
    display: inline-block;
}

.online-stores li a:hover {
    text-decoration: none;
}

.online-stores li:nth-child(1) {
    background: #2bc9de;
    width: 316px;
    height: 316px;
    left: 0;
}

.online-stores li:nth-child(2) {
    background: #e62e48;
    width: 292px;
    height: 292px;
    top: 268px;
    left: 250px;
}

.online-stores li:nth-child(3) {
    background: #ffdd00;
    width: 437px;
    height: 437px;
    right: 0;
    top: 0;
}

.online-stores li .icn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.section-exeperience {
    background: url(../img/various/bg-affordable-ecommerce-packages-cta.jpg) no-repeat 0 0;
    position: relative;
    padding: 200px 0;
    background-position: center top;
}

.section-exeperience:after {
    background: url(../img/various/ellipse-30.png) no-repeat center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
    content: "";
}

.section-exeperience .fix-container {
    position: relative;
    z-index: 1;
}

.discuss-cta {
    width: 504px;
    height: 504px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    background: #e62e48;
    color: #fff;
}

.discuss-inner {
    position: relative;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.discuss-inner h4 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 700;
    margin: 10px auto;
    margin-bottom: 25px;
    max-width: 400px;
}

.discuss-inner h5 {
    color: #fff;
    font-size: 1.85em;
    font-weight: 700;
    margin: 10px auto;
}

.discuss-inner p {
    margin: 10px auto;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.7;
}

.fly {
    position: absolute;
    text-align: center;
}

.fly:before {
    width: 200%;
    text-align: center;
    content: attr(data-heading);
    color: #fff;
    font-size: calc(0.75em + 15vw);
    font-weight: 700;
    line-height: 1;
    opacity: 0.15;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.fly p {
    color: #014d58;
    font-size: 1.3em;
    max-width: 200px;
}

.fly h4 {
    color: #014d58;
    font-size: 1.8em;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    position: relative;
    text-align: center;
}

.fly h4:after {
    content: "";
    background: #014d58;
    height: 3px;
    width: 68px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fly.left-top {
    left: 0;
    top: 0;
}

.fly.right-top {
    right: 0;
    top: 0;
}

.fly.bottom-left {
    bottom: 0;
    left: 0;
}

.fly.bottom-right {
    bottom: 0;
    right: 0;
}

.total-exp {
    position: relative;
    max-width: 1120px;
    text-align: center;
    margin: 0 auto;
}

.section-reading {
    background: #eeeeee;
    position: relative;
}

.section-reading:before {
    width: 100%;
    text-align: center;
    content: attr(data-heading);
    color: #000;
    font-size: calc(0.75em + 15vw);
    font-weight: 700;
    line-height: 1;
    opacity: 0.04;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.reading-title {
    padding: 135px 0;
}

.reading-block {
    width: 45%;
    float: left;
    padding-bottom: 50px;
}

.reading-block:last-child {
    float: right;
}

.reading-block h3 {
    font-size: 1.5em;
    color: #2bc9de;
    font-weight: 600;
    margin-bottom: 25px;
}

.reading-block p {
    line-height: 2;
    margin-bottom: 25px;
}

.recommends-title h4 {
    font-weight: 600;
    font-size: 22px;
    color: #000;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    text-align: center;
}

.rich-blog-homepage .bloger-post {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.rich-blog-homepage .bloger-time {
    display: flex;
    align-items: center;
}

.rich-blog-homepage .top-bloger-post {
    display: none;
}

.rich-blog-homepage .view-all {
    margin-top: 20px;
}

.rich-blog-homepage .blog-post {
    border: none;
    box-shadow: 0 2px 6px 2px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.rich-blog-homepage a.read-more {
    margin: 5px 0 20px;
    color: #fff;
}


/* برای حل مشکل بلاگ پس از تغییراتی که به اشتباه داده شده بود*/

.html-blog-page.k-ff.k-ff63 body.blog-pages-body.font-comfortaa.item-type-1 div.master-wrapper-page div.master-wrapper-content {
    margin: 70px auto;
}

.html-blogpost-page.k-ff.k-ff63 body.blog-pages-body.font-comfortaa.item-type-1 div.master-wrapper-page div.master-wrapper-content {
    margin: 70px auto;
}

div.page.blogpost-page div.page-title h1 {
    font-size: 18px;
    margin-top: 30px;
}

.blog-links {
    font-weight: bold;
    color: #407fa1;
}

.topic-page .pricin-page-wrapper .frs-saz .pricing-feature-right {
    margin-left: 2%;
    height: 670px;
    margin-right: 2%;
    margin-bottom: 2%;
    margin-top: 40px;
}

/*style saeed page b2b*/

.bg_img_ecco img {
    position: absolute;
}

.bg_img_ecco {
    position: relative;
    height: auto;
}

.circle_head {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    z-index: 2222;
    position: absolute;
    left: 77%;
    transform: translate(-50%, 65%);
    background: rgba(255, 221, 0, 0.9);
}

.circle_head h1 {
    color: #000;
    text-align: center;
    margin: 0 auto;
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.bg_img_ecco button {
    background-color: #ff2a5e;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 1.5em;
    padding: 19px 40px;
    vertical-align: middle;
    position: absolute;
    text-align: center;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    z-index: 22222;
}

.bg_img_ecco button:before {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    border: 6px solid #ff2a5e;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bg_img_ecco button:hover::before,
.bg_img_ecco button:focus::before,
.bg_img_ecco button:active::before {
    animation-name: hvr-ripple-out;
    -webkit-animation-name: hvr-ripple-out;
}

.article_sec2 p {
    line-height: 1.7;
    color: #5e5e5e;
    font-size: 15px;
    text-align: justify;
}

button.btn.btn_more {
    background: #393e41;
    color: #fff;
    border: 1px solid #393e41;
    padding: 12px 23px;
    transition: all 1s ease .1s;
    margin-bottom: 69px;
}

button.page-btn.blue-btn {
    color: #fff;
    background: #29bed2;
}

button.page-btn.white-btn {
    color: #29bed2;
    background: #fff;
    line-height: 1.5;
}

button.page-btn.red-btn {
    color: #fff;
    background: #F6253B;
}

button.btn.btn_more:hover {
    background: none;
    color: #000002;
    border: 1px solid #000002;
}

button.btn.btn_more.more2:hover {
    color: #29bed2;
    border: 1px solid #29bed2;
    background: none;
}

.row.sec3 h2 {
    text-align: center;
    padding-top: 33px;
}

.row.sec3 h3 {
    font-size: 16px;
    text-align: center;
}

.sec3 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sec3 ul li {
    font-size: 17px;
    position: relative;
    line-height: 1.8;
    list-style: none;
}

.sec3 h4 {
    text-align: center;
    line-height: 1.6;
}

.sec3 ul li:before {
    position: relative;
    content: "\e64c";
    font-family: 'themify';
    color: #464646;
}

.single-cta {
    text-align: center;
    padding: 12px 0px 35px;
}

section.sec4 div {
    background: #c31b41;
    text-align: center;
    padding: 22px;
}

.yodeal-demos {
    background-image: url(/Themes/Prisma/Content/img/various/daily-deailsbg.jpg);
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}

.yodeal-demos::before {
    color: #f5f5f5;
    content: attr(data-before);
    font-family: 'IRANsans';
    font-size: 300px;
    left: -156px;
    line-height: 1;
    opacity: 0.05;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50px;
    width: 100%;
    z-index: 0;
}

.yodeal-dropshipping {
    background-color: #012943;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}

.multistore-3sec {
    background-image: url(/Themes/Prisma/Content/img/various/multistore-3sec.jpg);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}

.fix-container {
    margin: 0 auto;
    max-width: 95%;
    padding: 0 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.top-head-section {
    padding-bottom: 20px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-head-section .left-grid {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
}

.top-head-section .right-grid {
    display: inline-block;
    width: 63%;
    vertical-align: middle;
}

.yodeal-demos .section-title {
    color: #ffffff;
    margin: 0;
    font-family: 'IRANsans';
    font-size: 29px;
}

.multistore-3sec .section-title {
    color: #ffffff;
    margin: 0;
    font-family: 'IRANsans';
    font-size: 29px;
}

.section-title {
    padding-top: 85px;
    color: #717070;
    font-family: 'IRANsans';
    font-size: 38px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.yodeal-demos .section-title:after {
    background-color: #ffffff;
}

.section-title:after {
    position: absolute;
    height: 3px;
    width: 68px;
    left: 0;
    top: 100%;
    background-color: #1395ba;
    content: "";
    right: 0;
}

.top-head-section p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    text-align: justify;
}

.blocks-list {
    margin: 0 -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blocks-list .block {
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    width: 33.33%;
}

.block-info {
    background-color: #ffffff;
    padding: 50px 32px 20px;
    height: 240px;
    text-align: center;
    position: relative;
}

.yodeal-dropshipping .benifits-for-everyone .block-info {
    height: 350px;
}

.multistore-3sec .benifits-for-everyone .block-info {
    height: 325px;
}

.block-info::before {
    background-color: #23bcd1;
    border: 8px solid #3ecadd;
    border-radius: 50%;
    content: "";
    height: 44px;
    left: 50%;
    position: absolute;
    top: -20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 44px;
}

.block-info>h2 {
    font-family: 'IRANsans';
    font-size: 20px;
    padding-bottom: 20px;
    color: #3ecadd;
}

.block-info>p {
    color: #4f4e4e;
    font-weight: 300;
    line-height: 1.7;
    text-align: justify;
}

.block-info:hover::before {
    background-color: #ff4c65;
    border-color: #fb8192;
}

.cta-section {
    padding: 45px 0;
}

.cta-section.c2c-page .btn-group {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.cta-block {
    display: flex;
    justify-content: center;
    max-width: 1180px;
    margin: 0 auto;
    align-items: center;
}

.cta-title {
    color: #1e1a17;
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    margin: 2% 0 10px 15px;
}

.cta-block .right-grid {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    margin-right: 5%;
}

.page-btn {
    background-color: #ff2a5e;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
    z-index: 1;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.page-btn.blue {
    background-color: #2DBED1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#000));
    background-image: linear-gradient(0deg, #000 0%, #000 100%);
    background-image: -webkit-linear-gradient(0deg, #000 0%, #000 100%);
    color: #ffffff;
}

.page-btn.pink {
    background-color: #ff4d58;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#000));
    background-image: linear-gradient(0deg, #000 0%, #000 100%);
    background-image: -webkit-linear-gradient(0deg, #000 0%, #000 100%);
    color: #ffffff;
}

.btn-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn-group a {
    display: block;
    margin-left: 20px;
}

.page-btn:hover {
    background-size: 100% 100%;
    color: #fff;
}

.section-packages {
    background: #393f40;
    position: relative;
}

.section-packages:before {
    width: 100%;
    text-align: center;
    content: attr(data-heading);
    color: #fff;
    font-size: calc(0.75em + 15vw);
    font-weight: 700;
    line-height: 1;
    opacity: 0.04;
    position: absolute;
    top: 0;
}

.section-title.white-txt,
.section-title.white-txt h2,
.section-title.white-txt p {
    color: #fff;
    font-family: 'IRANsans';
    text-align: justify;
    text-align-last: center;
}

.black-txt p {
    color: #464646;
    font-family: 'IRANsans';
    text-align: justify;
    text-align-last: center;
    font-size: 16px !important;
}

.section-title {
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-family: 'IRANsans';
}

.packages-title {
    padding: 40px 0 0;
    max-width: 900px;
}

.section-title h2,
.section-title h1 {
    color: #000;
    font-size: 43px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
    position: relative;
}

.section-title h2:after,
.section-title h1:after {
    content: "";
    background: #2bc9de;
    height: 3px;
    width: 68px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.packages-title h2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-title p {
    font-size: 20px;
    line-height: 1.8;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: inherit;
}

.packages-wrapper {
    text-align: center;
    margin: 0 auto;
    bottom: -40px;
    position: relative;
    z-index: 1;
}

.packages-wrapper .packages-box:first-child {
    margin-left: 0;
}

.packages-wrapper .packages-box {
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
    width: 30.555%;
    background: #29bed2;
    text-align: center;
    padding: 40px;
    color: #fff;
}

.packages-wrapper .packages-box h3 {
    color: inherit;
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 5px;
    position: relative;
}

.packages-wrapper .packages-box h3 span {
    font-size: 0.7em;
    display: block;
    font-weight: 400;
}

.packages-wrapper .packages-box h3:after {
    content: "";
    background: #fff;
    height: 2px;
    width: 68px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.5;
}

.packages-wrapper .packages-box .price {
    color: inherit;
    font-size: calc(20px + (74 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    line-height: 1;
    margin: 25px auto;
    height: 120px;
}

#pkg-links .packages-wrapper .packages-box .price {
    height: auto;
}

.packages-wrapper .packages-box .price sup {
    font-size: 0.4em;
    vertical-align: bottom;
}

.packages-wrapper .packages-box .description {
    height: 60px;
    margin-bottom: 25px;
}

.packages-wrapper .packages-box .description li {
    color: inherit;
    vertical-align: top;
    list-style: none;
}

.btn-grps a {
    background: #393f40;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin: 0 6px;
    vertical-align: top;
    padding: 10px 15px;
    width: 165px;
}

.btn-grps a:last-child {
    background: #fff;
    color: #393f40;
}

.packages-wrapper .packages-box:first-child {
    margin-left: 0;
}

.packages-wrapper .packages-box.two {
    background: #e3ff00;
    color: #393f40;
}

.packages-wrapper .packages-box.three {
    background: #e62e48;
}

.packages-wrapper .packages-box.four {
    background: #ffee58;
    color: #393f40;
}

.section-features {
    padding-top: 0;
    background-color: #f5f5f5;
    padding-bottom: 30px;
}

.section-title h2 {
    color: #000;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
    position: relative;
}

.section-title h2:after {
    content: "";
    background: #2bc9de;
    height: 3px;
    width: 68px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.features-table {
    margin-bottom: 20px;
    border: solid 1px #ced5d8;
    border-bottom: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #fcfcfc;
}

.table .tr-titles,
.table thead {
    background: #f5f5f5;
}

.ft-repeat {
    border-bottom: solid 1px #ced5d8;
    position: relative;
}

.features-table .ft-head.active {
    display: none;
}

.ft-data table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.ft-data table thead {
    background: #f3f3f3;
    color: #393f40;
    font-size: 1.1em;
    font-weight: 600;
    border-bottom: solid 1px #ced5d8;
}

.ft-data table th:first-child {
    color: #29bed2;
}

.ft-data table th:first-child,
.ft-data table td:first-child {
    text-align: center;
}

.ft-data table th:first-child {
    color: #29bed2;
}

.ft-data table th,
.ft-data table td {
    vertical-align: top;
    padding: 15px 15px;
    text-align: center;
}

.ft-data table th,
.ft-data table td {
    padding: 10px 10px;
    font-size: 15px;
}

.ft-data table td:first-child span {
    color: #29bed2;
    font-weight: 600;
    font-size: 18px;
}

.ft-data table td:first-child {
    color: #29bed2;
    font-weight: 600;
    font-size: 16px;
}

.mobilecaption {
    display: none;
}

.ft-repeat .arrows {
    position: absolute;
    border: solid 2px #29bed2;
    border-radius: 50%;
    right: 10px;
    top: 18px;
    height: 20px;
    width: 20px;
}

.ft-repeat.active .arrows:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ft-repeat.active .arrows:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ft-repeat .arrows:before {
    background: #29bed2;
    content: '';
    height: 2px;
    position: absolute;
    right: 3px;
    top: 7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 10px;
}

.ft-repeat .arrows:before {
    background: #29bed2;
    content: '';
    height: 2px;
    position: absolute;
    right: 3px;
    top: 7px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 10px;
}

.ft-repeat .arrows:after {
    background: #29bed2;
    content: '';
    height: 2px;
    position: absolute;
    right: 3px;
    top: 7px;
    width: 10px;
}

.features-table .ft-head {
    color: #29bed2;
    padding: 15px 15px;
    position: relative;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    margin-right: 40px;
}

.clearfix:before,
.clearfix:after,
.row:after {
    content: "";
    display: table;
    line-height: 0;
}

.page-btn.yellow-btn {
    color: #000;
    background: #ffdd00;
}

.page-btn.medium {
    padding: 12px 20px;
    font-size: 1em;
    font-weight: 600;
}

.page-btn.yellow-btn:before {
    border: 6px solid #ffdd00;
}

.page-btn:before {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.discuss-inner h5 {
    color: #fff;
    font-size: 1.85em;
    font-weight: 700;
    margin: 10px auto;
}

.clearfix:after,
.row:after {
    clear: both;
}

.clearfix:before,
.clearfix:after,
.row:after {
    content: "";
    display: table;
    line-height: 0;
}

.grey-bg {
    background-color: #f6f7f9;
}

.tb-padd {
    padding: 28px 0 0;
}

.mobile-app-wrap {
    padding-top: 45px;
}

.mobile-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-app-box {
    width: 80%;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
}

.mobile-app-media.fl-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.mobile-app-wrap .mobile-app-box:first-child .mobile-app-content {
    padding-right: 30px;
}

.mobile-app-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mobile-app-content h5 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
    padding-right: 20px;
}

.mobile-app-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #484848;
    padding-bottom: 20px;
    padding: 0 18px;
    text-align: justify;
}

.mobile-app-content td {
    color: #333;
    padding: 5px 0;
}

.mobile-app-box:last-child {
    padding-right: 0;
}

.mobile-app-box {
    width: 80%;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.mobile-app-box .mobile-app-content p:last-child {
    width: 400px;
    margin: 10px auto;
    border-top: 2px solid darkblue;
    border-bottom: 2px solid darkblue;
    padding: 10px 0;
    color: darkblue;
    text-align: center;
}

.page-btn.medium {
    padding: 12px 20px;
    font-size: 1em;
    font-weight: 600;
}

.page-btn:before {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.page-btn:hover::before,
.page-btn:focus::before,
.page-btn:active::before {
    animation-name: hvr-ripple-out;
    -webkit-animation-name: hvr-ripple-out;
}

.page-btn:hover {
    background-color: #ff2a5e;
}

section.sec11>.container>.row>.col-md-6.col-xs-12 {
    background-color: #f6f7f9;
    padding: 50px 20px;
    margin: 10px;
    width: 48%;
}

html.html-topic-page body.topic-page-body.font-comfortaa.item-type-1 div.master-wrapper-page div.master-wrapper-content {
    width: 100% !important;
}

.mobile-app-content table td {
    padding: 2px 20px;
}

section.sec11 p {
    text-align: justify;
    height: 120px;
    overflow: hidden;
}

section.sec11 h2 {
    font-size: 21px;
}

.bg-secondary.ptb-100 div.about-four-tab-wrap div.container div.row div.headingOne.text-center h2 {
    color: #000;
    text-shadow: none;
}

.section-title:after {
    content: none;
}

.section-title.white-txt.packages-title p {
    font-size: 16px;
    padding: 0;
}

.hp-diagram__title {
    font-size: 25px;
}

.hp-diagram__text {
    font-size: 16px;
}


/* --- start marketplace --- */

.master-header-wrapper {
    position: relative;
    z-index: 1000;
}

.padd-row {
    padding: 25px 0;
}

.yocab-banner {
    background-image: url("../img/various/yc-banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 714px;
    margin: 0;
    position: relative;
}

.banner-text h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 100px;
}

.banner-text h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}

.banner-text p {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}

.banner-text {
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.yocab_logo {
    display: inline-block;
    width: 100%;
}

.yocab-logo {
    background-color: #fcff8699;
    border-radius: 50%;
    height: 196px;
    margin: 0 auto 10px;
    position: relative;
    width: 196px;
    display: inline-block;
}

.yocab-logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.yocab-logo::after {
    background-image: url("../img/various/yc-crcle-lining-bg.png");
    content: "";
    height: 978px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 978px;
}

.black-btn {
    font-size: 15px;
    background-color: #121313;
    border-radius: 3px;
    color: #fff;
    padding: 15px;
    position: relative;
    z-index: 1000;
    transition: ease-out all 0.5s 0s;
}

.black-btn:hover {
    border-radius: 25px;
    background-color: #ffcd15;
    color: #121313;
    transition: ease-out all 0.5s 0s;
}

.ylow-btn {
    font-size: 15px;
    background-color: #ffcd15;
    border-radius: 3px;
    color: #121313;
    padding: 15px;
    position: relative;
    z-index: 1000;
    transition: ease-out all 0.5s 0s;
}

.ylow-btn:hover {
    border-radius: 25px;
    background-color: #121313;
    color: #FFF;
    transition: ease-out all 0.5s 0s;
}

.ylowBg {
    background-color: #ffcb0c;
    border-bottom: 1px solid #ffe06d;
    z-index: 1;
    position: relative;
}

.yocab-works {
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.white-crcle {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 360px;
    margin: 0 -28px;
    vertical-align: middle;
    width: 360px;
    padding: 20px 70px;
}

.white-crcle:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.9);
}

.crcle-info {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    line-height: 30px;
}

.crcle-info>p {
    color: #060707;
    font-size: 17px;
}

.crcle-icon {
    height: 160px;
}

.crcle-icon>img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.how-it-works {
    height: 584px;
    position: absolute;
    width: 670px;
    top: 0;
}

.how-it-works::after {
    background-image: url("../img/various/yo-rider-img.png");
    content: "";
    height: 43px;
    left: -90px;
    position: absolute;
    top: 70px;
    width: 64px;
}

.workstep-crcle {
    background-color: #ffffff;
    border: 11px solid rgba(255, 245, 206, 0.5);
    border-radius: 50%;
    display: inline-block;
    height: 193px;
    position: absolute;
    text-align: center;
    top: 8px;
    vertical-align: top;
    width: 193px;
}

.workstep-crcle:nth-child(2) {
    right: 232px;
    top: 38px;
}

.workstep-crcle .step>h3 {
    color: #060707;
    font-size: 17px;
    font-weight: 600;
}

.workstep-crcle .step {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.workstep-crcle:after {
    background-image: url("../img/various/yc-areo-icon.png");
    background-repeat: no-repeat;
    content: "";
    height: 15px;
    position: absolute;
    width: 36px;
}

.workstep-crcle:nth-child(4):after {
    background-image: none;
}

.light-ylowBg {
    background-color: #ffd331;
    border-top: 1px solid #ffcb0c;
}

.strip {
    text-align: center;
}

.strip>h3 {
    color: #202020;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    max-width: 280px;
    padding-right: 7px;
    text-align: right;
    line-height: 1.4;
    margin-left: 10px;
}

.strip a button {
    font-size: 15px;
    padding: 15px 10px;
}

.btn-theme {
    background-color: #ffcb0c;
    border-color: #ffcb0c;
    color: #121313;
}

.headBlock>h2 {
    font-size: 40px;
    font-weight: 700;
    color: #060707;
    line-height: 1;
    text-align: center;
}

.headBlock>h3 {
    font-size: 25px;
    font-weight: 600;
    color: #060707;
    text-align: center;
}

.acc-container {
    margin: 30px auto 0 auto;
    overflow: hidden;
}

.acc-btn {
    position: relative;
    cursor: pointer;
}

.acc-btn>h2 {
    color: #060707;
    font-size: 20px;
}

.acc-btn::after {
    background-color: #ffd331;
    border-radius: 50%;
    color: #907307;
    content: "+";
    font-size: 20px;
    height: 20px;
    line-height: 23px;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
}

.acc-btn.active::after {
    content: "-";
    font-size: 28px;
    display: block;
}

.ft-head::after {
    background-color: #29bed2;
    border-radius: 50%;
    color: #fff;
    content: "+";
    font-size: 20px;
    height: 20px;
    line-height: 23px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
}

.acc-content-inner {}

.acc-content {
    display: none;
    color: #060707;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
}

.img-block {
    margin-left: -250px;
}

.cta-marketplace>h5 {
    color: #060707;
    padding-bottom: 20px;
}

.cta-marketplace {
    padding: 35px 0 0;
}

.cta-strip {
    background-color: #b8c4c9;
    padding: 25px 0;
}

.cta--block {
    text-align: center
}

.cta--block h2 {
    font-size: 20px;
    color: #3a3a3a;
    padding: 0 0 25px;
}

.cup-image {
    text-align: right
}

.mobile-image {
    text-align: left;
}

.align-items-center {
    -webkit-align-items: center;
    align-items: center;
}

.cup-image img,
.mobile-image img {
    display: inline-block;
    max-width: 100%;
}

.light-redBg {
    background: #fd294f;
}

.light-greenBg {
    background: #8cc63f;
}

.light-orangeBg {
    background: #FF7E00;
}

.light-blueBg {
    background: #29bed2;
}

.dark-blueBg {
    background: #f6f7f9;
}

.light-grayBg,
.light-greyBg {
    background: whitesmoke;
}

.light-yellowBg {
    background: #fddc29;
}

.content-box,
.content-box h2,
.content-box h5,
.content-box h3 {
    line-height: 1.6;
    color: #fff;
}

.product-content-box,
.product-content-box h2,
.content-box-dark,
.content-box-dark h2,
.content-box-dark h5 {
    line-height: 1.6;
}

.product-content-box:before {
    display: inline-block;
    width: .2%;
    height: 100%;
    content: "";
    vertical-align: middle;
}

.content-box h2,
.content-box-dark h2,
.product-content-box h2 {
    font-size: 25px;
}

.content-box p,
.content-box-dark p,
.product-content-box p {
    line-height: 30px;
}

.text-justify {
    text-align: justify;
}

.blackBg {
    background-color: #121313;
}

.blackBg .headBlock>h2,
.blackBg .headBlock>h3 {
    color: #fff;
}

.yc-features-list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

.yc-feature {
    -webkit-box-flex: 0 1 25%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 25%;
    /* OLD - Firefox 19- */
    width: 25%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 0 1 25%;
    /* Chrome */
    -ms-flex: 0 1 25%;
    /* IE 10 */
    flex: 0 1 25%;
    padding: 0 1px;
    vertical-align: middle;
    position: relative;
}

.rect-block {
    position: relative;
}

.rect-block:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.rect-block:hover:after {
    background-color: rgba(255, 203, 12, .8);
}

.text-block>h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.rect-block:hover .text-block>h3 {
    color: #121313;
}

.text-block>p {
    color: #121313;
    margin: 10px 0 0 5px;
    font-size: 14px;
    text-align: justify;
    height: 0;
    padding-bottom: 15px;
    visibility: hidden;
    line-height: 27px;
    transform: translatey(50px);
    -webkit-transform: translatey(50px);
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.rect-block:hover .text-block>p {
    transform: translatey(0);
    -webkit-transform: translatey(0);
    height: auto;
    visibility: visible;
}

.mapBg {
    background-image: url("../../img2/yc-map-img.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 672px;
    position: relative;
}

.text-block {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
    width: 96%;
    padding: 20px;
}

.text-block>h3 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}


/* --- End of marketplace --- */


/* --- start drop-shipping --- */

.drp-banner {
    background-image: url("../img/various/drop-shipping-banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 714px;
    margin: 0;
    position: relative;
}

.circle-head-drp {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    z-index: 2222;
    position: absolute;
    transform: translate(-50%, 40%);
    background: rgba(0, 0, 0, 0.8);
    left: 50%;
    right: 50%;
}

.circle-head-drp h1 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

#cd-timeline .fix_container {
    position: relative;
}

#cd-timeline .fix_container:before {
    border: 6px solid #2466b0;
    border-radius: 40px;
    content: "";
    height: 40px;
    left: 50%;
    position: absolute;
    top: -30px;
    transform: translate(-50%, 0px);
    width: 40px;
    background: #fff;
}

#cd-timeline .fix_container:after {
    border: 6px solid #2466b0;
    border-radius: 40px;
    content: "";
    height: 40px;
    left: 50%;
    position: absolute;
    bottom: -30px;
    transform: translate(-50%, 0px);
    width: 40px;
    background: #fff;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 5em;
    margin-bottom: 2em;
}

#cd-timeline:before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f2f2f2;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.cd-timeline-block {
    position: relative;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: left;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content:before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
}

.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    padding: 1em;
}

.cd-timeline-content {
    margin-left: 0;
    padding: 10px 10px 30px 10px;
    width: 45%;
    float: right;
    display: table;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #000;
    font-size: 28px;
    padding-bottom: 20px;
}

.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    font-size: 15px;
    color: #4c4c4c;
    line-height: 30px;
    padding-bottom: 20px;
}

.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid transparent;
}

#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f2f2f2;
}

#cd-timeline::before {
    left: 50%;
    margin-left: -2px;
}

.cd-timeline-thumb svg path {
    fill: #2466b0;
}

.cd-timeline-thumb {
    display: table-cell;
    padding-top: 10px;
    vertical-align: top;
    height: 100px;
}

.cd-timeline-thumb img {
    height: 110px;
    max-width: 100%;
}

.timelineWrap {
    display: table-cell;
    vertical-align: top;
    padding-right: 45px;
}

.svg-graphic {
    background-image: url("../img/various/dropshipping-svg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    width: 100%;
    background-color: #fee968;
}

.budget-drp {
    background-image: url(../img/various/drp-svg-bg-right.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #ffe245;
    padding: 100px 0;
    height: 100%;
}

.budget-drp:before {
    background-image: url(../img/various/drp-svg-bg-left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    z-index: 5;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.budget-drp .fix-container {
    position: relative;
    top: -5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 9;
}

.budget-drp .text-section7 {
    max-width: 550px;
    position: relative;
    z-index: 9;
}

.budget-drp .text-section7 .heading-block>p {
    color: #000000;
    margin: 5% auto;
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.5;
}

.drp-section7 {
    position: relative;
    height: 100vh;
    margin-bottom: 2%;
}

.heading-block {
    position: relative;
}

.btn-list a button:first-child {
    margin: 0 0 2% 3%;
}

ul.drp-ul {
    list-style: none !important;
}


/* --- End of Drop Shipping --- */


/* --- start pricing --- */

.pricing-bg {
    text-align: center;
    background: url(../img/various/pricing-bg.jpg) 0px 0px no-repeat;
    background-size: cover;
    height: 115vh;
}

.tab .nav-tabs {
    border: none;
    text-align: center;
}

.tab .nav-tabs li {
    margin: 0 5px 10px 0;
    border: none;
    text-align: center;
    float: none;
    display: inline-block;
}

.tab .nav-tabs li a {
    display: block;
    padding: 10px 15px;
    background: #29bed2;
    opacity: .9;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:hover {
    background: #1ba1c2;
}

.tab .nav-tabs li.active a {
    background: #FF2A5E;
    opacity: 1;
    color: #fff;
}

.tab .nav-tabs li.active:active .tab-pane {
    transform: rotateY(180deg);
}

.tab .tab-content {
    font-size: 15px;
    color: #737271;
    line-height: 30px;
    padding: 20px 0;
}

.pricing-feature-right {
    background: rgba(2, 2, 2, 0.60);
    padding: 16px;
    height: 400px;
    border-radius: 8px;
    margin: 0 0 10px 10px;
}

.pricing-feature-right h3 {
    padding-bottom: 20px;
    text-align: center;
    color: #ffdc48;
}

.pricing-feature {
    background: rgba(2, 2, 2, 0.60);
    padding: 16px;
    height: 400px;
    border-radius: 8px;
}

.text-center-wthree {
    text-align: center;
    margin-top: 24px;
}

.text-center-wthree a .page-btn {
    padding: 5px;
}

.para-a {
    padding-top: 50px;
}

.para-a h5 {
    margin: 0;
    padding: 5px 0px 15px 0px;
    font-size: 30px;
    color: #29bed2;
    position: relative;
    text-align: center;
}

.para-a h5 sup {
    position: absolute;
    top: -30%;
    left: 5%;
    font-size: .45em;
}

.para-a span {
    font-size: 24px;
    padding-right: 10px;
}

.para-a p {
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    color: #E0DDDD;
    padding-bottom: 7px;
}

.para-b {
    padding-top: 38px;
}

.pricing-feature p {
    margin: 0 5%;
    padding: 8px;
    text-align: center;
    color: #fff;
}

.pricing-feature span {
    font-size: 18px;
    color: #29bed2;
    font-weight: 600;
    margin-right: 10px;
}

.pricing-header {
    padding-top: 60px;
}


/* --- End of Pricing --- */


/* --- Start Application --- */

.banner {
    background: #00afc6;
    position: relative;
    padding: 30px 0 0 0;
}

.banner--wrap {
    position: relative;
    background: url(../img/various/application-svg-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    padding: 25px;
}

.banner--content {
    display: inline-block;
    vertical-align: middle;
    width: 56%;
}

.banner--img {
    display: inline-block;
    vertical-align: middle;
    width: 43%;
    margin: 0 auto;
}

.banner--content>h2 {
    color: #fff;
    font-size: 55px;
    line-height: 1.2;
}

.banner--content h3 {
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
}

.app-text {
    margin: 40px auto;
}

.add-text-content h2 {
    text-align: center;
}

.add-text-content h5 {
    text-align: center;
}

.add-text-content p {
    text-align: center;
    line-height: 2;
}

.app-svg-content {
    text-align: center;
}

.app-sec {
    padding: 60px 0;
}

.app-ylw {
    background: #fed90c;
    overflow: hidden;
}

.app-ylw-content {
    display: table-cell;
    width: 60%;
    position: relative;
}

.app-ylw-left h2 {
    color: #000;
    font-size: 35px;
    line-height: 1.3;
    padding-bottom: 20px;
}

.app-ylw-left p,
.app-ylw-right p {
    color: #000;
    font-size: 14px;
    line-height: 2;
}

.app-ylw-left.app-ylw-content {
    width: 40%;
    float: right;
}

.app-ylw-content>h3 {
    color: #000;
    font-size: 28px;
    line-height: 1.5;
    padding-bottom: 15px;
}

.app-ylw-content li:after {
    border-color: #000;
    border-image: none;
    border-style: solid;
    border-width: 0 0.2em 0.2em 0;
    content: " ";
    display: block;
    height: 0.9em;
    position: absolute;
    top: 30%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 0.5em;
}

.app-ylw-content>ul {
    margin: 30px auto;
}

.android-logo {
    top: 100%;
    position: absolute;
    width: 70%;
    overflow: hidden;
}

.app-btn {
    display: inline-block;
    margin: 20px 0 10px 0;
}

.boxes-sec {
    background: #333;
}

.boxes-sec h2 {
    color: #fff;
    font-size: 48px;
    line-height: 1;
}

.boxes-sec h2 {
    color: #fff;
    font-size: 48px;
    line-height: 1;
    padding-bottom: 30px;
    text-align: center;
}

.boxes-sec p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.box-wrap {
    margin-top: 70px;
}

.boxes-sec .box-wrap li {
    padding: 10px;
    vertical-align: top;
}

.box {
    background: #3d3d3d;
    border: 1px solid;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

/* .box:hover {
    color: #2196f3;
} */

.box:hover .box-content>h3 a {
    color: #fff;
}

.box-content {
    padding: 20px;
}

.box-content>h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
}

.box-icon {
    height: 65px;
}

.app-ex {
    text-align: center;
}

.app-ex-media {
    height: 145px;
    margin: 0 auto 15px;
    width: 145px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.app-ex h4 {
    color: #464646;
    font-size: 14px;
    position: relative;
    display: inline-block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.app-ex h4:before {
    border-top: 2px solid #464646;
    border-right: 2px solid #464646;
    content: "";
    height: 6px;
    position: absolute;
    left: -10px;
    top: 14px;
    transform: rotate(-135deg);
    width: 6px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.app-ex h4 a:hover {
    color: #FF2A5E
}

.app-ex h4:hover::before {
    border-top: 2px solid #FF2A5E;
    border-right: 2px solid #FF2A5E;
    left: -15px;
}

.content-box-multisec {
    margin: 5% 0;
}


/* --- End of Application --- */


/* --- Start Job Vacancy --- */

#timeline {
    width: 90%;
    margin: 50px auto;
    position: relative;
}

#timeline:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 15px;
    height: 100%;
    width: 3px;
    background: #ef394e;
}

#timeline .time-section {
    position: relative;
}

#timeline .time-section:after {
    content: '';
    display: block;
    clear: both;
}

#timeline .time-section .inner {
    width: 40%;
    float: left;
}

#timeline .time-section .inner .date {
    display: flex;
    width: 100px;
    height: 100px;
    position: absolute;
    line-height: 92px;
    margin: 0 0 0 -32px;
    top: 0;
    left: 50%;
    border-radius: 100%;
    font-size: 24px;
    font-weight: 900;
    background: #ef394e;
    color: rgba(255, 255, 255, 0.3);
    border: 8px solid rgba(255, 255, 255, 0.1);
    align-items: center;
}

.inner .date .time {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
}

.time-section .inner h2 {
    padding: 6px 15px;
    margin: 15px 0 0 0;
    color: #3FC6FF;
    font-size: 20px;
    border-bottom: 2px solid #3FC6FF;
    position: relative;
    margin: 0;
}

.time-section .inner img {
    padding: 15px 0;
}

.time-section .inner p {
    padding: 0 15px 15px;
    margin: 0;
    font-size: 14px;
    text-align: justify;
    background: #fff;
    color: #656565;
}

#timeline .time-section:nth-child(2n+1) .inner {
    float: right;
}


/* --- End of Job Vacancy --- */


/* --- Start C2C --- */

.c2c-banner {
    background-image: url("../img/various/c2c-baner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 714px;
    margin: 0;
    position: relative;
}

.relpatforming-banner {
    background-image: url("../img/various/replatforming.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 714px;
    margin: 0;
    position: relative;
}

.circle-head-c2c {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    z-index: 2222;
    position: absolute;
    left: 25%;
    transform: translate(-50%, 50%);
    background: rgb(255, 216, 63);
}

.circle-head-c2c h1 {
    color: #3e3e3e;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.c2c-section {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 1em 0;
}

.c2c-section.-light {
    background-color: whitesmoke;
}

.c2c-heading {
    position: relative;
    font-size: 2rem;
    font-size: -webkit-calc(1.33333rem + (36 - 24) * (100vw - 320px) / (1920 - 320));
    font-size: calc(1.33333rem + (36 - 24) * (100vw - 320px) / (1920 - 320));
    line-height: 1.286;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.83333em;
    padding-bottom: 20px;
}

.c2c-section-ex .c2c-ex-box-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #ebebeb;
}

.c2c-section-ex .c2c-ex-box-image img {
    width: 100%;
}

.c2c-heading.-small {
    font-size: 1.77778rem;
    font-size: -webkit-calc(1rem + (32 - 20) * (100vw - 320px) / (1920 - 320));
    font-size: calc(1rem + (32 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    line-height: 1.5;
}

.c2c-section-ex .c2c-ex-box-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-repeat: no-repeat;
    background-position: bottom right;
    -webkit-background-size: auto 80%;
    background-size: auto 80%;
    padding: 1.66667em;
}

.c2c-section-ex .c2c-ex-box-content ul li {
    line-height: 2;
}

.c2c-profit-title {
    margin-top: 6em;
}

.c2c-section-profit .c2c-profit-box {
    position: relative;
    margin-bottom: 40px;
}

.c2c-section-profit .c2c-profit-box-image img {
    width: 100%;
}

.c2c-section-profit .c2c-profit-box-text {
    position: absolute;
    left: 2.1em;
    right: 2.1em;
    bottom: 1.5em;
    padding: 1em;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    background-color: #FFFFFFE6;
}

.c2c-section-profit .c2c-profit-box-list {
    margin-top: 5%;
}

.c2c-section-profit:before {
    left: 50%;
    -webkit-transform: translate(-58%, -10%);
    -ms-transform: translate(-58%, -10%);
    transform: translate(-58%, -10%);
}

.c2c-section-profit p {
    line-height: 2;
    margin-bottom: 1.66667em;
}

.c2c-section-profit .c2c-profit-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 48.37662%;
    -ms-flex: 1 0 48.37662%;
    flex: 1 0 48.37662%;
    max-width: 48.37662%;
}

.c2c-section-profit .c2c-profit-box-list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c2c-section-profit .c2c-profit-box:nth-child(2n+1) {
    transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
}

.c2c-section-profit .profit__cta {
    background-color: #ffffff;
    padding: 4.22222em;
    height: 100%;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}


/* --- End of C2C --- */


/* --- Start Contact Us --- */

.contact-bg {
    background-image: url('../img/pages/contactus.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px 2px 15px;
}

.contact-bg::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}

.flex-col-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.contact-txt-ylw {
    color: #2196f3;
    font-size: 20px;
}

.contact-content {
    margin: 5% auto;
    width: 380px;
}

.contact-txt-ylw div {
    display: inline-block;
}

.contact-txt {
    font-size: 14px;
    line-height: 2.5;
    color: #fff;
}


/* --- Start under slider section --- */

.section-first {
    padding-top: 50px
}

.justify-content-center {
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.box-icon-modern {
    text-align: center;
    max-width: 370px;
    min-height: 310px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 66px 15px 50px;
    background: #fff;
    box-shadow: 0 0 13px -4px rgba(0, 0, 0, .17);
    transition: all .3s ease
}

.box-icon-modern-2 {
    padding-top: 42px;
    padding-bottom: 35px
}

.box-icon-modern-2 .box-icon-modern-decor {
    margin-top: 18px;
    margin-bottom: 15px
}

.box-icon-modern-2 .box-icon-modern-text {}

.box-icon-modern-2 *+.box-icon-modern-title {
    margin-top: 18px;
}

.box-icon-modern-icon {
    position: relative;
    font-size: 47px;
    line-height: 1;
    color: inherit;
    z-index: 1
}

.box-icon-modern-icon::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 34.5px 60px;
    border-color: transparent transparent #eaeaea transparent;
    transform: translate3d(-50%, 0, 0) rotate(15deg);
    transform-origin: 50% 80%;
    transition: all .3s ease;
    z-index: -1;
}

.box-icon-modern-decor {
    position: relative;
    max-width: 126px;
    width: 100px;
    height: 2px;
    margin: 20px auto 22px
}

.box-icon-modern-decor::before {
    position: absolute;
    content: '';
    height: 100%;
    left: 15px;
    right: 15px;
    background: #2196f3;
    transition: all .3s ease
}

.box-icon-modern-decor::after {
    position: absolute;
    content: '';
    height: 100%;
    left: 50%;
    right: 50%;
    background: #0D6E91;
    transition: all .3s ease;
}

.box-icon-modern:hover .box-icon-modern-decor::before {
    left: 50%;
    right: 50%;
    transition-duration: .2s
}

.box-icon-modern:hover .box-icon-modern-decor::after {
    left: 0;
    right: 0
}

.box-icon-modern-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 310px;
    padding-top: 36px;
    padding-bottom: 38px
}

.box-icon-modern-title {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.box-icon-modern-title a,
.box-icon-modern-title a:focus,
.box-icon-modern-title a:active {
    color: #0D6E91;
}

.box-icon-modern-title::before {
    position: absolute;
    left: 50%;
    top: -100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 34.5px 60px;
    transform: translate(-37%, 0%) rotate(60deg);
    border-color: transparent transparent #eaeaea transparent;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    z-index: -1;
}

.box-icon-modern-title:hover::before,
.box-icon-modern-title:hover::after,
.box-icon-modern-title:focus::before,
.box-icon-modern-title:focus::after {
    opacity: 1;
}

.box-icon-modern:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25)
}

.box-icon-modern:hover .box-icon-modern-icon:after {
    transform: translate3d(-50%, 0, 0) rotate(0deg)
}

.box-icon-modern:hover .box-icon-modern-title {
    letter-spacing: .01em
}

.box-icon-modern:hover .box-icon-modern-decor::before {
    left: 50%;
    right: 50%;
    transition-duration: .2s
}

.box-icon-modern:hover .box-icon-modern-decor::after {
    left: 0;
    right: 0
}


/* --- End of under slider section --- */

section.b2c-description {
    margin-top: 25px;
}

.b2c-description .article_sec2 .btn_more {
    margin: 12px 0 30px;
}


/* --- Start features section --- */

.features-banner {
    background-image: url("../img/various/features-banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    position: relative;
    overflow: hidden;
    padding-top: 5%;
}

.feature-name {
    position: absolute;
    top: 45%;
}

.feature-name h1 {
    color: #fff;
}

.feature-banner-img img {
    position: relative;
    bottom: -9px;
}

.text {
    padding-right: 15px;
}

.text div,
.product-content-box {
    width: 70%;
    margin: 0 auto;
}

.price {
    margin: 25px auto;
    font-size: 16px;
}


/* --- End of features section --- */


/* --- Start Instagram Link section --- */

.ins-body {
    position: relative;
    min-height: 100vh;
    padding: 0 0 90px;
    margin: 0;
}

.ins-container {
    max-width: 700px;
    margin: 10px auto;
}

.ins-circle img {
    max-width: 100px;
    border-radius: 50%;
}

.user-name {
    direction: ltr;
    color: #8CC63F;
}

.ins-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
}

.links .link {
    margin-bottom: 10px;
}

.links .link a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    background-color: #8CC63F;
    white-space: normal;
    color: #fff;
    box-shadow: 0px 5px #77ab33;
    border-radius: 50px;
}

.links .link a:hover {
    /* background-color: #fff;
    color: #8CC63F; */
}

.links .link a:active {
    box-shadow: 0 2px #6d9c2e;
    transform: translateY(4px);
}


/* --- Start Instagram Link section --- */

.custom-border {
    border: 2px solid #21242e;
    border-radius: 7px;
    box-shadow: 8px 10px 5px #ccc;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 20px;
}

.banner_ads {
    text-align: center;
    direction: rtl;
    padding: 10px;
    color: #fff;
    font-weight: bolder;
    background: rgb(141, 199, 63);
    background: linear-gradient(338deg, rgba(141, 199, 63, 1) 54%, rgba(141, 214, 42, 1) 100%);
}

.banner_btn {
    background: linear-gradient(70deg, rgba(254, 184, 46, 1) 0%, rgba(254, 228, 46, 1) 100%);
    color: #000;
    transition: all .3s ease-out;
    margin-right: 3rem;
    border: 1px solid #feb82e;
    border-radius: 50px;
    width: 9rem;
    font-weight: 400;
}

a.banner_btn:hover {
    transition: all .3s ease-out;
    width: 11.2rem;
}

.short-description {
    text-align: justify;
    padding-top: 26px;
    line-height: 30px;
    color: #444;
}


/* --- Start of Our Team --- */


/*============================= make parallax =============================*/

.fixParallax {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/careers/story10.jpg") center center no-repeat fixed;
    background-size: cover;
    height: 500px;
    width: 100%;
}

.fixParallax .slogan {
    text-align: center;
}

.fixParallax .slogan h4 {
    color: #2196f3;
    font-size: 20px;
}

.fixParallax .slogan h1 {
    text-shadow: 5px 10px 5px #4e493a;
    font-size: 42px;
    color: #2196f3;
}


/*============================= team ===============================*/

#team {
    padding-top: 3%;
    padding-bottom: 3%;
}

.heading-title {
    margin-bottom: 5%;
}

.text-center {
    text-align: center;
}

#team h3 {
    text-align: center;
    padding: 20px;
    position: relative;
}

#team h3::after {
    content: "";
    position: absolute;
    width: 68px;
    height: 3px;
    background-color: #2bc9de;
    bottom: 0;
    left: 50%;
    border-radius: 60px;
    transform: translateX(-50%);
}

#team p {
    text-align: center;
}

.p-top-30 {
    padding-top: 20px;
}

.half-txt {
    width: 60%;
    margin: 0 auto;
    display: block;
    line-height: 35px;
    color: #848484;
    font-size: 16px;
}

.team-member,
.team-member .team-img {
    position: relative;
}

.team-member {
    overflow: hidden;
}

.team-member .team-img img {
    max-width: 100%;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.wrapper:hover .team-hover .desk {
    top: 35%;
}

.wrapper:hover .team-hover,
.team-member .team-hover .desk,
.team-member .team-hover .s-link {
    opacity: 1;
}

.team-hover .desk {
    position: absolute;
    top: -25%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    transform: translateY(-55%);
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.shopping-demo {
    width: 250px;
}

.team-hover .desk.join-us {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #848484;
    font-size: 0;
}

.wrapper:hover .team-hover .s-link {
    bottom: 20%;
}

.team-member .team-hover .desk p {
    font-size: 12px;
    margin-bottom: 15px;
}

.team-hover .s-link {
    position: absolute;
    bottom: -15%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

.team-hover .s-link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.team-hover .s-link a:hover {
    transform: rotateX(360deg);
    color: whitesmoke;
    background-color: #0077b5;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    -moz-text-align-last: center;
    color: #848484;
}

.team-member .s-link a {
    margin: 0 10px;
    color: #0077b5;
    font-size: 0px;
}

.s-link a::before {
    font-size: 16px;
}

.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.team-title h5 {
    text-align: center;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
}

.team-title span {
    text-align: center;
    font-size: 10px;
    color: #a5a5a5;
}

.child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.child div {
    flex-grow: 1;
    width: 0;
}

.wrapper {
    display: inline-block;
    box-shadow: 0 0 13px -4px rgba(0, 0, 0, .17);
    position: relative;
    border: 1px solid transparent;
    overflow: hidden;
    transition: all 0.3s ease;
}

.wrapper:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    border: 1px solid #2196f3;
}

#team .team-box {
    padding: 7px;
}


/* --------------foroshgahsaz------------- */

.topic-page .froshgahsaz-page .boxes-sec .fix-container .col-md-3 {
    width: 10%;
    margin: 1% 3%;
}

.topic-page .froshgahsaz-page .boxes-sec .fix-container .box-wrap .box {
    background: #ffff;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border-radius: 15px;
    border: none;
    position: relative;
    z-index: 2;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.froshgahsaz-page .c2c-section-profit .sptial-box .c2c-profit-box-text {
    position: absolute;
    left: 2.1em;
    right: 2.1em;
    bottom: 6.5em;
    padding: 1em;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    background-color: #FFFFFFE6;
}

.froshgahsaz-page .boxes-sec h2,
.froshgahsaz-page .boxes-sec h3 {
    color: #626161;
    font-size: 12px;
    line-height: 2;
    padding-bottom: 0px;
    text-align: center;
    margin-top: 30px;
}

.froshgahsaz-page .slick-slide {
    display: block;
    margin-right: 35px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 10px;
}

.froshgahsaz-page .slick-slide:hover .c2c-ex-box-image {
    opacity: .2;
}

.froshgahsaz-page .page-btn {
    right: 32%;
}

.froshgahsaz-page .box-wrap li:hover .box-icon {
    transform: translateY(-8px);
    border-radius: 15px;
    transition: .3s ease-out;
}

.froshgahsaz-page .styles__polygon {
    position: absolute;
    z-index: 1;
    right: -11px;
    top: 9px;
    transform: rotate(20deg);
    transition: .3s ease-out;
}

.froshgahsaz-page .box-wrap li:hover .styles__polygon {
    transform: rotate(70deg);
    transition: .3s ease-out;
}

.froshgahsaz-page .boxes-sec {
    background: #fff;
}

.froshgahsaz-page .title-slider h2 {
    font-size: 22px;
    color: #767474;
    font-weight: 800;
}

.froshgahsaz-page .limo-froshgah .img-responsive {
    margin: 0 auto;
    padding: 11px;
    width: 53%;
}

.froshgahsaz-page .c2c-section-profit .c2c-profit-box-image img {
    border-radius: 6px;
}

.froshgahsaz-page .c2c-section-profit .c2c-profit-box-text {
    padding: 0em;
}

.froshgahsaz-page .box-content.mahsool img {
    width: 56px;
    height: 59px;
}

.froshgahsaz-page .img_sec2 {
    margin-top: 35px;
}

.froshgahsaz-page .article_sec2 h2 {
    margin-top: 35px;
    font-size: 1.5rem;
    text-align: center;
}

.froshgahsaz-page .content-box-multisec h3 {
    font-size: 1.5rem;
    line-height: 33px;
    font-weight: 600;
    text-align: center;
}

.froshgahsaz-page .posteh h2 {
    font-size: 2rem;
    line-height: 2.5;
    margin: 10px;
    text-align: center;
}

.froshgahsaz-page .c2c-heading.-small {
    text-align: center;
    font-size: 1.2rem;
}

.froshgahsaz-page .page-btn {
    right: 32%;
}

.froshgahsaz-page .posteh h3 {
    font-size: 28px;
    line-height: 3;
    font-weight: 500;
    text-align: center;
}

.froshgahsaz-page .c2c-section-profit .c2c-profit-box-image img {
    border-radius: 6px;
}

.c2c-section-profit .c2c-profit-box-image img {
    width: 100%;
}

.froshgahsaz-page .c2c-section-profit .c2c-kingdom-box-text {
    position: absolute;
    left: 2.1em;
    right: 2.1em;
    bottom: 1em;
    padding: 1em;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    background-color: #FFFFFFE6;
}

.froshgahsaz-page .styles__brand-image-animation::before,
.froshgahsaz-page .sptialthree-box::before,
.froshgahsaz-page .sptialtwo-box::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 10px;
    background: #35304805;
    border-radius: 6px;
}


/**************************** testimonial ***********************/

#testimonial h3 {
    text-align: center;
    padding: 20px;
    position: relative;
}

#testimonial h3::after {
    content: "";
    position: absolute;
    width: 68px;
    height: 3px;
    background-color: #2bc9de;
    bottom: 0;
    left: 50%;
    border-radius: 60px;
    transform: translateX(-50%);
}

.testimonials {
    position: relative;
    display: block;
    width: 100%;
    min-height: 250px;
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0);
}

.testimonials .content img {
    height: 100px;
    width: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 15px #fff;
    background-color: #fff;
    transition: box-shadow 0.3s linear;
}

.testimonials .content p {
    position: absolute;
    width: 70%;
    text-align: center;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    margin-top: 20px;
}

.testimonials .content h1 {
    position: absolute;
    bottom: 5%;
    left: 50%;
    top: 75%;
    transform: translateX(-50%);
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.testimonials .content {
    display: inline-block;
    background-color: #ffffff;
    margin: 50px auto;
    width: inherit;
    height: 200px;
    position: relative;
    transition: ease-in-out .3s;
    border: 1px solid #404040;
}

.testimonials .content:hover {
    background-color: #404040;
    color: #fff;
}

.testimonials .content:hover h1 {
    color: #e0e0e0;
}

.testimonials .content:hover img {
    box-shadow: 0 0 0 2px #fff;
}


/*============================ carousel ==========================*/

.carousel-indicators {
    position: absolute;
    bottom: 70px;
    left: 32%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid grey;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    border: 0;
    margin: 5px;
    border-radius: 10px;
    background-color: #f3ce38;
}


/* --- End of Our Team --- */


/* --- new  bootstrap table ---  */

.f-table {
    width: 80%;
    margin: 0 auto 20px;
}

.table th {
    text-align: center;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 0;
}


/* new  bootstrap table  */


/* --------------------------B2C style----------------21-12-2020 */

.b2c-parent-items {
    width: 90%;
    margin: 0 auto 22px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.btn-grps {
    display: flex;
    justify-content: center;
    align-items: center;
}

.design-website-section {
    margin-bottom: 20px;
}

.section-title.shopping-experience-section {
    padding-top: 8px;
}

h2.section-title.app-design {
    padding-top: 0;
}

/* ---------------------FAQ page styles-------------------7-4-2021 */
.section-features {
    padding-top: 0;
    background-color: #f5f5f5;
    padding-bottom: 30px;
}

.faqpage .emkanatmain-page .img-cover-feature h1 {
    color: #252525;
    font-size: 28px;
    font-weight: 500;
    padding-top: 9rem;
    position: absolute;
    top: 0;
    right: 100px;
    left: auto;
}

.faqpage .emkanatmain-page .img-cover-feature h2 {
    color: #252525;
    font-size: 28px;
    font-weight: 500;
    padding-top: 9rem;
    position: absolute;
    top: 80px;
    right: 180px;
    left: auto;
}

.public-features-contain.dropDown-features-item>li,
.each_product-contain.dropDown-features-item>li,
.dedicated-contain.dropDown-features-item>li {
    background-color: #fff;
    padding: 10px;
    margin: 10px auto 10px;
    width: 100%;
    padding: 3px 0px;
    border-radius: 14px;
    box-shadow: 1px 2px 12px -3px grey;
}

.faqpage .emkanatmain-page .public-features-contain.dropDown-features-item>li h2 {
    background-position-y: 13px;
}

.emkanatmain-page .public-features-contain.dropDown-features-item>li h2,
.emkanatmain-page .each_product-contain.dropDown-features-item>li h2,
.emkanatmain-page .dedicated-contain.dropDown-features-item>li h2,
.application-page .public-features-contain.dropDown-features-item>li h2 {
    background: url(../img/add.svg) right no-repeat;
    background-size: 15px;
    padding-right: 36px;
    background-position-y: 14px;
    text-align: right;
    margin-right: 23px;
    font-size: 17px;
}

th.head-table:first-child {
    text-align: justify;
    padding: 0 25px;
}

/* ---------------------Features page styles-------------------7-4-2021 */

.img-cover-feature {
    width: 100%;
    text-align: center;
}


.img-cover-feature img {
    width: 100%;
    position: relative;
}

.img-cover-feature h2 {
    color: #252525;
    font-size: 28px;
    font-weight: 500;
    padding-top: 9rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main-content {
    margin-top: -7px;
}

.tab-main-section .tab-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.tab-main-section .tab-buttons button {
    border: none;
    padding: 20px 0;
    background-color: #fff;
    font-weight: 500;
    width: 340px;
}

.listOf-public-facilities {
    width: 80%;
    margin: 42px auto;
}

.public-features-contain.dropDown-features-item>li {
    margin: 0 auto 25px;
    width: 100%;
    padding: 20px 30px;
    border-radius: 14px;
}

.public-features-contain.dropDown-features-item>li h3 {
    font-size: 18px;
}

.listOf-public-facilities,
.featuresOf-each-product,
.dedicated-modules {
    width: 80%;
    margin: 42px auto 0;
}

.table-features {
    background-color: #fff;
    padding: 4px 0;
    border-radius: 13px;
    box-shadow: 0px 4px 10px -2px #a6a6a6;
}

.section-features .table-features .table thead {
    background-color: transparent;
}

.table-features .table thead {
    background-color: #ffffff;
}

.table-features .table thead tr th {
    border-radius: 16px 16px 0 0;
}

.table-features .table tbody>tr>td {
    text-align: center;
}

.public-features-contain.dropDown-features-item>li h3:before {
    font-size: 12px;
    font-weight: 700;
    padding-left: 15px;
}

.public-features-contain.dropDown-features-item>li,
.each_product-contain.dropDown-features-item>li,
.dedicated-contain.dropDown-features-item>li {
    background-color: #fff;
    padding: 10px;
    margin: 10px auto 10px;
    width: 100%;
    padding: 3px 0px;
    border-radius: 14px;
    box-shadow: 1px 2px 12px -3px grey;
}

.public-features-contain.dropDown-features-item>li h3,
.each_product-contain.dropDown-features-item>li h3,
.dedicated-contain.dropDown-features-item>li h3 {
    padding-top: 10px;
    position: relative;
    font-size: 18px;
    color: #575757;
    cursor: pointer;
}

.public-features-contain.dropDown-features-item>li.active,
.each_product-contain.dropDown-features-item>li.active,
.dedicated-contain.dropDown-features-item>li.active {
    background-color: whitesmoke;
    box-shadow: none;
}

#public_features,
#each_product,
#dedicated {
    display: none;
}

.section-features .main-content .table>thead>tr>th {
    vertical-align: middle;
}

.img-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/* ------------------------------------------------------------------- */

.item-box .picture a {
    position: relative;
    display: block;
}

.business-partners .nop-jcarousel.manufacturer-grid .slick-slide .picture {
    margin: 0 auto;
}

.product-selectors,
.filter-options {
    display: none;
}

.social-feed {
    position: relative;
    margin: 0 auto 75px;
}

.social-feed .title span {
    font-size: 18px;
    font-weight: normal;
}

.social-feed .sub-title .sub-title-link,
.social-feed .sub-title .sub-title-text {
    display: inline-block;
    color: #4ab2f1;
}

.title-and-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #707070;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.offer-icon a {
    font-size: 0;
}

.offer-icon a:before {
    font-size: 35px;
}

.box-icon-modern-icon span {
    font-size: 0;
}

.box-icon-modern-icon span:before {
    font-size: 45px;
}

.change-language-mobile {
    /* This style for language icons in mobile and desktop */
    display: none;
}


/* strat support page */

.main-banner {
    position: relative;
}

.main-banner .banner-full-image {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.main-banner .banner-title {
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.main-banner .banner-title h1 {
    font-size: 2.5rem;
    text-align: center;
}

.packages {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.shelf .description {
    width: 90%;
    margin: 0 auto 60px;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #5e5e5e;
}

.shelf .package input {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.shelf .present-package {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 25px auto;
}

.shelf .package {
    position: relative;
    width: 20%;
    background-color: #fff;
    margin: 0 10px;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 6px 2px rgb(0 0 0 / 12%);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 4px 6px 2px rgb(0 0 0 / 12%);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 4px 6px 2px rgb(0 0 0 / 12%);
}

.shelf .package .lemon {
    position: relative;
    border-radius: 10px;
    padding: 1px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shelf .package .vip-package {
    position: relative;
    border-radius: 10px;
    margin: 10px 0;
}

.shelf .package .vip-package a>div {
    padding: 10px;
}

.shelf .package .vip-package a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: #333;
    text-decoration: none;
}

.shelf .package .lemon label,
.shelf .package .vip-package a>div {
    display: block;
    width: 50%;
    text-align: left;
    padding: 10px;
    cursor: pointer;
}

.shelf .package .lemon label:last-child,
.shelf .package .vip-package a div:last-child {
    text-align: right;
}

.shelf .package .lemon::after {
    content: '';
    position: absolute;
    width: 95%;
    margin: auto;
    bottom: -5px;
    right: 0;
    left: 0;
    height: .05rem;
    background: #eee;
}

.shelf .package ul {
    list-style: none;
}

.shelf .dropshipping .lemon:hover,
.shelf .dropshipping .vip-package:hover {
    background-color: #dcfcd7;
}

.shelf .B2C .lemon:hover,
.shelf .B2C .vip-package:hover {
    background-color: #d8d6fb;
}

.shelf .marketplace .lemon:hover,
.shelf .marketplace .vip-package:hover {
    background-color: #d1f5f5;
}

.shelf .c2c .lemon:hover,
.shelf .c2c .vip-package:hover {
    background-color: #fcd7e9;
}

.shelf .multistore .lemon:hover,
.shelf .multistore .vip-package:hover {
    background-color: #feefda;
}

.shelf .radioclass:checked~div .pay-money {
    pointer-events: initial;
    opacity: 1;
}

.shelf .present-package .header {
    width: 100%;
    border-radius: 10px;
    padding: 45px 0;
    text-align: center;
    line-height: 2;
    font-size: 18px;
    font-weight: 600;
    -webkit-box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 10%);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 10%);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 10%);
}

.shelf .present-package .B2C .header {
    background-color: #d8d6fb;
}

.shelf .present-package .marketplace .header {
    background-color: #d1f5f5;
}

.shelf .present-package .dropshipping .header {
    background-color: #dcfcd7;
}

.shelf .present-package .c2c .header {
    background-color: #fcd7e9;
}

.shelf .present-package .multistore .header {
    background-color: #feefda;
}

.shelf .payment {
    margin: 15px auto 0;
}

.shelf .payment .pay-money {
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #1473e7;
    opacity: .5;
    color: #f5f5f5;
    font-weight: 300;
    padding: 10px;
    border-radius: 50px;
    margin: 0 auto;
    pointer-events: none;
}

.paragraph,
.support-customer {
    background-color: #f5f5f5;
    text-align: center;
    padding: 10px 0 80px;
}

.paragraph h1,
.support-customer h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    color: #333;
}

.paragraph .text,
.support-customer .text {
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px 3px rgb(0 0 0 / 10%);
    /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 4px 10px 3px rgb(0 0 0 / 10%);
    /* Firefox 3.5 - 3.6 */
    box-shadow: 0 4px 10px 3px rgb(0 0 0 / 10%);
    /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.paragraph .text ul,
.support-customer .text ul {
    list-style: none;
    text-align: left;
    padding: 30px 40px;
}

.paragraph .text ul li,
.support-customer .text ul li {
    margin-bottom: 20px;
    padding-left: 35px;
    background: url(/Themes/Prisma/Content/img/support-arrow-options-ltr.svg) no-repeat left center;
    background-size: 20px;
    font-size: 16px;
    color: #5e5e5e;
}

.shelf .c2c input:checked+.lemon {
    background-color: #fcd7e9;
}

.shelf .package.B2C input:checked+.lemon {
    background-color: #d8d6fb;
}

.shelf .marketplace input:checked+.lemon {
    background-color: #d1f5f5;
}

.shelf .multistore input:checked+.lemon {
    background-color: #feefda;
}

.shelf .dropshipping input:checked+.lemon {
    background-color: #dcfcd7;
}


/* end support page */


/* ---about-us-4-3---------  */

.topic-page .styles__Container_about {
    position: relative;
    padding-top: 0px;
    /* background-image: url(https://limoobit.com/Themes/Prisma/Content/img/blog/Background-test.jpg); */
    background-size: cover;
    background-position: left top;
    background-color: rgb(249, 229, 230);
}

.styles__InfoBlock-sc-18tvujl-4.gRikvD {
    display: flex;
    justify-content: space-around;
}

.topic-page .ldoXoH {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.topic-page .styles__Container_about .iwopbV {
    max-width: 90rem;
    padding-right: 5rem;
    padding-left: 5rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    padding-top: 25px;
}

.topic-page .iwopbV {
    max-width: 100%;
    padding-left: 5rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
    padding-top: 7rem;
}

.topic-page .hHjZiR {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    max-width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.topic-page .DAxAt .styles__Link-zu1e48-0 {
    color: rgb(255, 255, 255);
}

.topic-page .jeNUjf {
    top: -300px;
}

.topic-page .EvMaj {
    z-index: 3;
    position: relative;
}

.topic-page .jeNUjf {
    z-index: 2;
    width: 100%;
    background-image: url(https://limoobit.com/Themes/Prisma/Content/img/blog//BlueCloud.png);
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: -146px;
    max-height: 1100px;
    transform: rotateY(-180deg);
}

.iWwA-D {
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 2;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}

.dNskJc {
    line-height: 2.5;
    margin-bottom: 0.75rem;
    position: relative;
    color: rgb(48 81 128);
    width: 50%;
    font-size: 25px;
    text-align: justify;
}

.cRqWJF {
    display: none;
}

.slider-text-wrapper {
    margin-top: 5rem;
}


/* -----secyion-two--- */

.csUXCw {
    z-index: 0;
    width: 100%;
    background-image: url(https://limoobit.com/Themes/Prisma/Content/img/blog//YellowCloud.png);
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: -600px;
}

.EvMaj {
    z-index: 3;
    position: relative;
}

.EvMaj::before {
    content: "";
    z-index: 0;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(249, 229, 230, 1) 0%, rgba(199, 229, 227, 1) 30%);
}

.iwopbV {
    max-width: 90rem;
    padding-right: 5rem;
    padding-left: 5rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    width: 100%;
}

.EvMaj .styles__InfoBlock-vzo1ai-3 {
    padding: 1.25rem 50px 1.25rem 0;
}

.kxtLBv {
    max-width: 50%;
    -webkit-box-pack: center;
    z-index: 2;
    color: rgb(0, 98, 104);
}

.styles__ImgContainers {
    width: 48%;
}

.styles__ImgContainer-imgs.team img {
    border-radius: 6px;
}

.light-blueBg .p-100.clearfix {
    flex-direction: row-reverse;
}

.light-redBg .p-100.clearfix,
.light-blueBg .p-100.clearfix {
    display: flex;
    gap: 3rem;
    padding-inline: 1rem;
}

.img-box-lightblue {
    display: flex;
    align-items: center;
}

.kJQEZC {
    margin-bottom: 1rem;
}

.EvMaj .styles__Description-vzo1ai-6 {
    margin-bottom: 0px;
    text-align: justify;
}

.EvMaj .styles__Content-vzo1ai-0 {
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
}

.dnqMzC .styles__Content-vzo1ai-0 {
    flex-direction: row-reverse !important;
}

.nWKVO {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.jeNUjf {
    top: -300px;
}

.jeNUjf::before {
    content: "";
    padding-top: 25%;
    display: block;
}

.styles__InfoBlock-vzo1ai-3.kxtLBv p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

.main-section-story .tablink {
    background-color: #f6f9fe;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 26.5px 5px;
    font-size: 15px;
    font-weight: 500;
    width: 197px;
    transition: all .2s;
    border: 1px solid #eee;
    transition: all 0.5s ease-in-out;
    height: 158px;
}

.main-section-story>div:not(.tab-buttons) {
    overflow-y: scroll;
    height: 474px;
    padding-bottom: 25px;
}

.main-section-story>div h4 {
    color: #8ac43e;
    padding: 22px 32px 0;
    text-align: center;
}

.main-section-story>div>ul li h6 {
    color: #ffd800;
    font-size: 15px;
    font-weight: 400;
    padding-right: 35px;
    margin-top: 14px;
}

#limoobit_team>a,
#portfolio>a,
#where_are_we>a {
    padding: 11px;
    text-align: center;
    width: 200px;
    margin: 15px auto;
    background-color: transparent;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    border: 2px solid #ffd800;
    color: #fff;
    transition: all .2s;
}

#limoobit_team>a:hover,
#portfolio>a:hover,
#where_are_we>a:hover {
    background-color: #ffd800;
    color: #252e37;
}

h3.limoobit-intro-title-first {
    line-height: 122px;
}

div#products>ul>li a {
    font-weight: 500;
    color: #ffd800;
}

div#products>ul>li:hover a {
    color: #c7e5e3;
}

.main-section-story #design_processes>ul,
.main-section-story #products>ul {
    padding: 0 35px;
    list-style-type: none;
}

.main-section-story #design_processes>ul li,
.main-section-story #products>ul li {
    color: #fff;
    margin: 28px 0;
}

.processes-title {
    color: #ffd800;
    font-weight: 500;
}

.together-parallax .slogan p {
    font-size: 16px;
    color: aliceblue;
    line-height: 2;
}

.together-parallax .fixParallax .slogan {
    width: 70%;
}

.main-section-story>div:not(.tab-buttons)::-webkit-scrollbar {
    width: 6px;
}

.main-section-story>div:not(.tab-buttons)::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.main-section-story>div:not(.tab-buttons)::-webkit-scrollbar-thumb {
    background: #cbcbcb;
}

.main-section-story>div:not(.tab-buttons)::-webkit-scrollbar-thumb:hover {
    background: #252e37;
}

.main-section-story .tab__content {
    background-color: #252e37;
    width: 42%;
}

.main-section-story .tab__content p {
    color: #fff;
    margin: 0 auto;
    padding: 0 35px;
    text-align: justify;
    line-height: 2;
    font-size: 14px;
}

.main-section-story>div h5 {
    color: #8ac43e;
    padding: 22px 32px 0;
    text-align: center;
}

.pro-plan-includes {
    margin-top: 50px;
}

.pro-plan-includes .card.card-collage .card-body {
    background-color: #fcdb31;
    color: #252e37;
    text-align: center;
}

.pro-plan-includes .card-body,
.pro-plan-includes .product-card {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.pro-plan-includes .card-columns .card {
    display: inline-block;
    width: 93%;
}

.pro-plan-includes .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0;
}

.limoobit-video .container-video {
    width: 98%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.pro-plan-includes .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
    margin-left: 2%;
}

.pro-plan-includes .card-columns .card {
    margin-bottom: .75rem;
}

img.card-img.img-fluid.card-img-collage {
    width: 100%;
}

.pro-plan-includes .page-section-headline h2,
.honers-wrapper .page-section-headline h2 {
    font-size: 2.25rem;
    text-align: center;
    margin-top: 20px;
}

.rasanes-conteiner .page-section-headline h2 {
    font-size: 2.25rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pro-plan-includes .page-section-headline p {
    font-size: 1.25rem;
    text-align: center;
    margin: 15px 0;
}


/* honers */

.honers-wrapper .container {
    display: flex;
    width: 100%;
    padding: 2% 3%;
    box-sizing: border-box;
    height: 50vh;
}

.honers-wrapper .container .box {
    flex: 1;
    overflow: hidden;
    transition: .5s;
    margin: 0 10px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
    line-height: 0;
    background: #fcdb31;
    border: none;
    position: relative;
}

.honers-wrapper .container .box>img {
    width: 200%;
    height: calc(100% - 5vh);
    object-fit: cover;
    transition: .5s;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.honers-wrapper .container .box>span {
    font-size: 3.8vh;
    display: block;
    text-align: center;
    height: 10vh;
    line-height: 2.6;
}

.honers-wrapper .container .box:hover {
    flex: 1 1 50%;
}

.honers-wrapper .container .box:hover>img {
    width: 100%;
    height: 100%;
}

.honers-wrapper .box p {
    text-align: center;
    font-size: 8px;
    padding-top: 5px;
    font-weight: 800;
}

.rasane-wrapper {
    display: flex;
    justify-content: space-around;
    padding: 0 3%;
}

.rasane-wrapper .resane {
    width: 48%;
}

.together-parallax {
    margin-top: 33px;
}

.together-parallax .col-md-12 {
    padding: 0;
}

.language-list li:last-child img {
    height: 22px;
}

.together-parallax .fixParallax {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about/team.webp) center center no-repeat fixed;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

.styles__ImgContainer img {
    visibility: visible;
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: auto;
    height: 470px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}


.styles__ImgContainer .styles__ImgContainer-img {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    width: 500px;
    height: 470px;
}


/************************************ start new home page ****************************************/

.new-btn_customize span {
    display: inline-block;
    margin-right: 15px;
    font-size: 0;
}

.new-btn_customize span::before {
    font-size: 16px;
    font-weight: 800;
}

.new-btn_customize:hover,
.new-btn_customize:focus {
    color: #fff;
}

.new-btn_customize:focus {
    outline: none;
    outline-offset: 0px;
}

.home-page .topic-block-body>section {
    margin: 50px auto;
}

.limoobit_pannel_dashboard {
    margin: 0 auto !important;
}

.limoobit_services_stores {
    margin: 17px auto !important;
}


/* start richblog */

.html-blog-page .blog-page .page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rich-blog-homepage .read-more.new-btn_customize {
    width: auto;
    padding: 5px 10px;
    font-size: 12px;
}

.rich-blog-homepage .new-btn_customize span::before {
    font-size: 12px;
}

.rich-blog-homepage .blog-carousel-rtl {
    height: 350px;
}

.rich-blog-homepage .blog-carousel-rtl .carousel-cell {
    height: 95%;
}

.rich-blog-homepage .flickity-page-dots {
    width: 31%;
    bottom: 0;
    right: -34%;
}

.rich-blog-homepage .flickity-page-dots .dot.is-selected {
    width: 70px;
    border: 1px solid #DDF247;
    background-color: #DDF247;
}

.rich-blog-homepage .flickity-page-dots .dot {
    display: inline-block;
    width: 25px;
    height: 7px;
    margin: 0 8px;
    background: #DFDFDF;
    border-radius: 0;
    border: 1px solid #DFDFDF;
    opacity: 1;
    cursor: pointer;
}


/* end richblog */


/* sky-page---template-site-page--price-page-- */

.banner-demo {
    position: relative;
}

.banner-demo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 99%;
    opacity: .5;
    background-color: #252E37;
}


/* *******template-site-page******* */

.banner-demo h2 {
    color: #ffff;
    font-size: 29px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -48%);
    transition: transform(-48%);
    text-shadow: 2px 2px #0000008f;
}

.template-site-page .banner-demo h1 {
    color: #ffff;
    font-size: 29px;
    font-weight: 300;
    position: absolute;
    top: 29%;
    left: 48%;
    transform: translate(-50%, -48%);
    transition: transform(-48%);
    text-shadow: 2px 2px #0000008f;
}

.template-site-page .main-section-story .tab__content {
    background-color: #778499;
    width: 70%;
}

.template-site-page .main-section-story .tablink {
    padding: 14.5px 5px;
}

.template-site-page .main-section-story .tab-buttons {
    width: 20%;
}

.template-site-page .main-section-story>div:not(.tab-buttons) {
    height: 340px;
}

.template-site-page .together-parallax .fixParallax {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/img/template-pic.jpg) center center no-repeat fixed;
    background-size: cover;
    height: 500px;
    width: 100%;
}

.template-site-page .limoobit_market_place .rinse-off .glasses {
    left: -5px;
    top: 146px;
    z-index: -1;
}

.template-site-page .main-section-story>div h5 {
    color: #ffd800;
    padding: 22px 32px 0;
    text-align: center;
}

.template-site-page .banner-demo h2 {
    font-size: 20px;
}

.template-site-page .slogan h3 {
    color: #fff;
}

.template-site-page .banner-demo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 99%;
    opacity: .8;
    background-color: #252E37;
}

.template-site-page .main-section-story {
    margin-top: 0;
}


/* *********price********* */

.topic-page .pricin-page-wrapper .price-p {
    font-size: 16px;
    padding: 0;
    color: #515151;
    text-align: justify;
}

.topic-page .pricin-page-wrapper .packages-title {
    text-align: justify;
    max-width: 90%;
    padding: 0 29px;
}

.topic-page .pricin-page-wrapper .section-title.white-txt h2 {
    margin-bottom: 40px;
}

.pricin-page-wrapper .banner-demo .slidepricecontainer {
    color: #ffff;
    font-size: 29px;
    font-weight: 300;
    position: absolute;
    top: 68%;
    left: 48%;
    transform: translate(-50%, -48%);
    transition: transform(-48%);
}

.pricin-page-wrapper input[type="range"] {
    direction: ltr;
    width: 350px;
}

.pricin-page-wrapper .slidepricecontainer p {
    text-align: center;
}

.pricin-page-wrapper .slidepricecontainer input [value] {
    font-family: iranyekan;
}

.pricin-page-wrapper .slidecontainer {
    width: 100%;
}

.pricin-page-wrapper .banner-demo h1 {
    color: #ffff;
    font-size: 29px;
    font-weight: 300;
    position: absolute;
    top: 33%;
    left: 48%;
    transform: translate(-50%, -48%);
    transition: transform(-48%);
    text-shadow: 2px 2px #0000008f;
}

.pricin-page-wrapper .banner-demo .range-wrapper {
    font-size: 29px;
    font-weight: 300;
    position: absolute;
    top: 45%;
    left: 48%;
    transform: translate(-50%, -48%);
    transition: transform(-48%);
}

.pricin-page-wrapper .slider {
    width: 320px;
    height: 6px;
    background: rgb(255 255 255);
    border-radius: 2px;
    position: relative;
}

.pricin-page-wrapper .slider .ui-slider-range {
    border-radius: 2px;
    background: #217ae6;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.pricin-page-wrapper .slider .ui-slider-handle {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    width: 25px;
    height: 25px;
    position: absolute;
    outline: none;
    top: 0;
    z-index: 1;
    border-radius: 50%;
    background: #f5f5f5;
    box-shadow: 0 2px 7px rgb(44 45 41 / 90%);
    margin: 2px 0 0 0;
    transform: translate(-50%, -50%);
    transition: box-shadow 0.3s ease;
}

.pricin-page-wrapper .slider .ui-slider-handle .smiley {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #000;
    opacity: 0;
    transform: translate(-50%, -12px);
    transition: all 0.3s ease 0s;
}

.pricin-page-wrapper .slider .ui-slider-handle .smiley:before,
.pricin-page-wrapper .slider .ui-slider-handle .smiley:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 8px;
}

.pricin-page-wrapper .slider .ui-slider-handle .smiley:before {
    left: 7px;
}

.pricin-page-wrapper .slider .ui-slider-handle .smiley:after {
    right: 7px;
}

.pricin-page-wrapper .slider .ui-slider-handle .smiley svg {
    width: 16px;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin: 0 0 0 -8px;
}

.pricin-page-wrapper .slider .ui-slider-handle .smiley svg path {
    stroke-width: 3.4;
    stroke: #000;
    fill: none;
    stroke-linecap: round;
}

.pricin-page-wrapper .slider .ui-slider-handle.ui-state-active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .32);
}

.pricin-page-wrapper .slider .ui-slider-handle.ui-state-active+.text {
    transform: translate(0, -40px);
    transition: transform 0.3s ease 0s;
}

.pricin-page-wrapper .slider .ui-slider-handle.ui-state-active .smiley {
    opacity: 1;
    transform: translate(-50%, -12px);
    transition: all 0.3s ease 0.1s;
}

.pricin-page-wrapper .slider .text {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    transform: translate(0, -35px);
    transition: transform 0.3s ease 0.2s;
    font-family: 'IRANSans';
    color: #ffff;
    font-size: 29px;
    font-weight: 300;
    text-shadow: 2px 2px #0000008f;
}

.pricin-page-wrapper .slider .text strong {
    font-weight: bold;
    font-family: iranyekan;
    direction: rtl;
    color: #ffff;
    font-size: 29px;
    font-weight: 300;
    text-shadow: 2px 2px #0000008f;
    margin-left: 15px;
}

.pricin-page-wrapper .dribbble {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 20px;
    opacity: 0.5;
    transition: all 0.4s ease;
}

.pricin-page-wrapper .dribbble:hover {
    opacity: 1;
}

.pricin-page-wrapper .dribbble img {
    display: block;
    height: 36px;
}

.yellow-cloud,
.red-cloud,
.green-cloud {
    position: relative;
    z-index: 1;
}

.pricin-page-wrapper .nav-tabs-pricing {
    padding: 0;
}

.col-sm-12.tab-price-wrap {
    padding: 0;
}

.pricin-page-wrapper .para-a h5 {
    margin: 0;
    padding: 5px 0px 15px 0px;
    font-size: 32px;
    color: #000000;
    position: relative;
    text-align: center;
}

.pricin-page-wrapper .para-a .red-cloud {
    color: #ffffff;
    font-size: 20px;
}

.pricin-page-wrapper .pricing-aline-streach {
    background: #ffff;
    padding: 16px;
    height: 750px;
    border-radius: 8px;
    margin: 0 30px 30px 30px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    margin-top: 45px;
    width: 28%;
}

.pricin-page-wrapper .tab .nav-tabs li {
    margin: 0 5px 0 0;
    border: none;
    text-align: center;
    float: none;
    display: inline-block;
}

.pricin-page-wrapper h6 {
    text-align: center;
}

.pricin-page-wrapper .price-line {
    width: 89%;
    height: 1px;
    /* background-color: #515151; */
    margin: 47px auto;
    -webkit-box-shadow: 0px 1px 1px #707070;
    -moz-box-shadow: 0px 1px 1px #707070;
    box-shadow: 0px 1px 1px #707070;
}

.pricin-page-wrapper .textpric p {
    font-size: 15px;
    color: #515151;
    line-height: 1.5;
}

.pricin-page-wrapper .cloud-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 400;
}

.pricin-page-wrapper .pricing-feature-right {
    height: 650px;
    margin-top: 5%;
    width: 28%;
}

.pricing-text p {
    margin: 0 auto;
    line-height: 2.5;
    text-align: justify;
    padding: 27px 88px;
    color: #515168;
}


/* ----------------- */

.pricin-page-wrapper .tab .nav-tabs li.active a {
    background: #ffffff;
    opacity: 1;
    color: #000;
    position: relative;
}

.pricin-page-wrapper .tab .nav-tabs li.active a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 6px;
    left: 0;
    bottom: 0;
    z-index: 999;
    background-color: #ffdc48;
    border-radius: 10px 10px 1px 1px;
}

.pricin-page-wrapper .tab .nav-tabs li a {
    display: block;
    padding: 20px 15px;
    background: #ffffff;
    opacity: .9;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pricin-page-wrapper .tab-content::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/various/Intersection.png) no-repeat 0 0;
    background-size: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

.pricin-page-wrapper .pricing-feature-right {
    background: #ffff;
    padding: 16px;
    height: auto;
    border-radius: 8px;
    margin: 0;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.pricin-page-wrapper .b2c-pricing {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricin-page-wrapper .b2c-pricing .yellow-cloud::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 130px;
    background: url(../img/various/yellow-p.png) no-repeat 0 0;
    background-size: 75%;
    left: 33%;
    top: -36px;
    z-index: -1;
}

.pricin-page-wrapper .b2c-pricing .red-cloud::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 130px;
    background: url(../img/various/red-p.png) no-repeat 0 0;
    background-size: 75%;
    left: 33%;
    top: -36px;
    z-index: -1;
}

.pricin-page-wrapper .b2c-pricing .green-cloud::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 130px;
    background: url(../img/various/green-p.png) no-repeat 0 0;
    background-size: 75%;
    left: 33%;
    top: -36px;
    z-index: -1;
}

.pricin-page-wrapper .green-cloud::after,
.pricin-page-wrapper .red-cloud::after,
.pricin-page-wrapper .yellow-cloud::after {
    position: absolute;
    content: '';
    width: 160px;
    height: 150px;
    background: url(../img/various/after-pric.png) no-repeat 0 0;
    background-size: 100%;
    left: 28%;
    top: -54px;
    z-index: -2;
}

.pricin-page-wrapper .banner-demo h1 {
    color: #ffff;
    font-size: 29px;
    font-weight: 300;
    position: absolute;
    top: 33%;
    left: 48%;
    transform: translate(-50%, -48%);
    transition: transform(-48%);
    text-shadow: 2px 2px #0000008f;
}

.section-prl-skywrap {
    position: relative;
    height: 300vh;
}

.section-prl-sky:nth-child(1) {
    background-color: #3fa0b5;
    color: #000;
    top: 0;
    z-index: 1;
}

.section-prl-sky:nth-child(2) {
    box-shadow: inset 0 1px 80px rgb(0 0 0 / 14%);
    background-color: #c589e1;
    color: #fff;
    top: 100vh;
    z-index: 2;
}

.section-prl-sky:nth-child(3) {
    box-shadow: inset 0 1px 80px rgb(0 0 0 / 14%);
    background-color: #f5e5fc;
    color: #fff;
    top: 50vh;
    z-index: 3;
}

.section-prl-sky:nth-child(4) {
    box-shadow: inset 0 1px 80px rgb(0 0 0 / 14%);
    background-color: #b28b84;
    color: #fff;
    top: 150vh;
    z-index: 4;
}

.section-prl-sky:nth-child(5) {
    box-shadow: inset 0 1px 80px rgb(0 0 0 / 14%);
    background-color: #e1ba6b;
    color: #fff;
    top: 200vh;
    z-index: 5;
}

.section-prl-sky:nth-child(6) {
    box-shadow: inset 0 1px 80px rgb(0 0 0 / 14%);
    background-color: #dd7333;
    color: #fff;
    top: 250vh;
    z-index: 6;
}

.section-prl-sky {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
}

.section-prl-sky:nth-child(1) .fixed {
    transform: translate(-50%, -50%);
}

.section-prl-sky:nth-child(2) .fixed {
    transform: translate(-50%, -50%);
}

.section-prl-sky:nth-child(3) .fixed {
    transform: translate(-50%, -50%);
}

.section-prl-sky:nth-child(4) .fixed {
    transform: translate(-50%, -50%);
}

.section-prl-sky:nth-child(5) .fixed {
    transform: translate(-50%, -50%);
}

.section-prl-sky:nth-child(6) .fixed {
    transform: translate(-50%, -50%);
}

.sky-page-wrapper .section-prl-skywrap h3,
.sky-page-wrapper .section-prl-skywrap p {
    color: #000;
}

.topic-page .text-blog {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.post-body .row-blog,
.topic-page .row-blog {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 2px auto;
}

.post-body .images-blog,
.topic-page .images-blog {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
}

.sky-page-wrapper .blocks-list {
    margin-top: 28px;
}

.sky-page-wrapper .benifits-for-everyone .block-info {
    height: 388px;
}

.sky-page-wrapper .benifits-for-everyone .block-info h3 {
    font-size: 20px;
}

.sky-page-wrapper .text-block {
    top: 55%;
    width: 100%;
    padding: 10px;
}

.sky-page .shelf .description {
    width: 90%;
    margin: 28px auto 60px;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #5e5e5e;
}

.push-row-blog {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 20px auto;
}

.blogpost-page .post-body p,
.topic-page-body .sky-page p {
    font-size: 14px;
    text-align: justify;
    font-weight: 300;
    line-height: 2;
    color: #181522;
    margin: 0 0 1.5rem;
}

.section-prl-sky .fixed {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
}

.sky-page-wrapper .section-prl-sky:nth-child(1) h3,
.sky-page-wrapper .section-prl-sky:nth-child(1) p {
    color: #fff;
}

.blogpost-page .post-body h2,
.topic-page-body .sky-page-wrapper h2,
.topic-page-body .sky-page-wrapper h1 {
    font-size: 22px;
    line-height: 2.2;
    margin: 0 0 1.5rem;
}

.multistore-3sec {
    background-image: url(/Themes/Prisma/Content/img/various/multistore-3sec.jpg);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}

.sky-page-wrapper .multistore-3sec {
    background-image: url(/Themes/Prisma/Content/img/various/multistore-3sec1.jpg);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}

.topic-page-body .sky-page-wrapper .text-block>p {
    color: #121313;
    margin: 10px 0 0 5px;
    font-size: 10px;
    text-align: justify;
    line-height: 2;
}

.sky-page-wrapper section.sec11>.container>.row>.col-md-6.col-xs-12 {
    background-color: #ffffff;
}

.sky-page-wrapper .drp-ul li {
    line-height: 2;
}

.sky-page-wrapper .shelf .text-block h3 {
    line-height: 1.5;
}

.sky-page-wrapper ul.drp-ul li {
    line-height: 2;
}

.sky-page-wrapper.portal-page .light-green {
    background: #DDBEA9;
}

.sky-page-wrapper.portal-page .light-red {
    background: #8d8e7bb3;
}

.sky-page-wrapper.portal-page .light-blue {
    background: #C0C0AF;
}

.sky-page-wrapper.portal-page .light-pink {
    background: #DBDBD1;
}

.sky-page-wrapper.portal-page .light-purple {
    background: #FFE8D6;
}

.sky-page-wrapper.portal-page .light-orange {
    background: #DDBEA9;
}

.sky-page-wrapper.portal-page .light-beige {
    background: #D4AC94;
}

.sky-page-wrapper.portal-page .light-yellow {
    background: #CB997E;
}

.sky-page-wrapper .multistore-3sec {
    background-image: url(/Themes/Prisma/Content/img/various/multistore-3sec1.jpg);
    padding: 0;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}

.sky-page-wrapper .block-information p {
    margin-bottom: 25px;
    text-align: justify;
    line-height: 2;
}

.template-site-page .banner-demo h1 {
    color: #ffff;
    font-size: 29px;
    font-weight: 300;
    position: absolute;
    top: 29%;
    left: 48%;
    transform: translate(-50%, -48%);
    transition: transform(-48%);
    text-shadow: 2px 2px #0000008f;
}

.template-site-page .main-section-story .tab__content {
    background-color: #778499;
    width: 70%;
}

.template-site-page .main-section-story .tablink {
    padding: 14.5px 5px;
}

.template-site-page .main-section-story .tab-buttons {
    width: 20%;
}

.template-site-page .main-section-story>div:not(.tab-buttons) {
    height: 340px;
    overflow: hidden;
}

.template-site-page .together-parallax .fixParallax {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/img/template-pic.jpg) center center no-repeat fixed;
    background-size: cover;
    height: 500px;
    width: 100%;
}

.template-site-page .limoobit_market_place .rinse-off .glasses {
    left: -5px;
    top: 146px;
    z-index: -1;
}

.template-site-page .main-section-story>div h5 {
    color: #ffd800;
    padding: 22px 32px 0;
    text-align: center;
}

.template-site-page .banner-demo h2 {
    font-size: 20px;
}

.template-site-page .slogan h3 {
    color: #fff;
}

.template-site-page .banner-demo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 99%;
    opacity: .8;
    background-color: #252E37;
}

.template-site-page .main-section-story {
    margin-top: 0;
}

.limoo-portal-page .article_sec2 p {
    line-height: 2.5;
    color: #463a3a;
    font-size: 15px;
    text-align: justify;
}

.limoo-portal-page .block-info::before {
    background-color: #CB997E;
    border: 8px solid #CB997E;
}

.limoo-portal-page .block-info:hover::before {
    background-color: #cb997e;
    border-color: #ffe8d6;
}

.limoo-portal-page section.sky-page-wrapper.portal-page {
    margin: -10px;
}

.limoo-portal-page .main-banner .banner-title {
    position: absolute;
    top: 50%;
    right: -50%;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.blog-posts .read-more,
.news-items .read-more {
    padding: 4px 14px;
    border: 1px solid;
    border-radius: 50px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}


/* *********************demo-page************ */

.package-title {
    padding-top: 20px;
    width: 83.5%;
}

.text-first-demo {
    text-align: center;
}

.text-first-demo p {
    font-size: 17px;
    color: #464646;
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 2;
}

.text-first-demo p::before {
    content: url(../img/flash-right.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    padding-top: 2px;
}

.text-first-demo p::after {
    content: url(../img/flash-left.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    padding-top: 2px;
}

.packages-wrapper-demo {
    position: relative;
}

.packages-wrapper-demo::before {
    content: '';
    width: 55px;
    height: 0;
    border-bottom: 90px solid #252e37;
    border-left: 100rem solid transparent;
    position: absolute;
    top: -54px;
    right: 0;
    z-index: -1;
}

.black-Rectangle {
    width: 100%;
    height: 300px;
    background-color: #252e37;
    position: absolute;
    z-index: -1;
    top: 33px;
}

.packages-wrapper-demo .packages-box {
    border-radius: 20px;
    box-shadow: hsl(0deg 0% 0% / 16%) 0px 2px 8px;
}

.packages-wrapper-demo .packages-box.two {
    background: #ffde31;
    color: #393f40;
}

.packages-wrapper-demo .packages-box {
    border-radius: 20px;
    box-shadow: hsl(0deg 0% 0% / 16%) 0px 2px 8px;
}

.packages-wrapper-demo .packages-box.three {
    background: #e62e48;
}

.packages-wrapper-demo::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 80px solid #252e37;
    border-right: 100rem solid transparent;
    position: absolute;
    left: 0;
    bottom: -49px;
    z-index: -1;
}

.packages-wrapper-demo .packages-box h2 {
    color: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 2;
    position: relative;
}

.packages-wrapper-demo .packages-box .price {
    color: inherit;
    font-size: calc(20px + (74 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    line-height: 1;
    margin: 35px 0 auto;
}

.packages-wrapper-demo .packages-box .price sup {
    font-size: 15px;
    vertical-align: top;
}

.packages-wrapper-demo .packages-box .description {
    margin-bottom: 35px;
}

section.cta-section.demo {
    margin-top: 35px;
}

.btn-group.demo button.page-btn {
    background: #E62E48;
    width: 135px;
    height: 37px;
    border-radius: 28px;
    font-size: 13px;
    line-height: 1;
    color: #fff;
}

.btn-group.demo .page-btn:before {
    border: 6px solid #E62E48;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 28px;
}

.packages-wrapper-demo .packages-box {
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
    width: 400px;
    background: #8cc63e;
    text-align: center;
    padding: 40px;
    color: #fff;
}

.packages-wrapper-demo .packages-box h2:after {
    content: "";
    background: #fff;
    height: 2px;
    width: 68px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.packages-wrapper-demo .btn-grps a:last-child {
    background-color: #297fe7;
    color: #fff;
}

.packages-wrapper-demo .btn-grps a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin: 0 4px;
    vertical-align: top;
    padding: 10px 15px;
    width: 220px;
    background-color: #297fe7;
    border-radius: 28px;
    box-shadow: hsl(0deg 0% 0% / 16%) 0px 2px 8px;
}

.packages-wrapper-demo::before {
    content: '';
    width: 55px;
    height: 0;
    border-bottom: 90px solid #252e37;
    border-left: 100rem solid transparent;
    position: absolute;
    top: -54px;
    right: 0;
    z-index: -1;
}

.packages-wrapper-demo .packages-box .description {
    margin-bottom: 35px;
}

.packages-wrapper-demo .packages-box .price {
    color: inherit;
    font-size: calc(20px + (74 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: 700;
    line-height: 1;
    margin: 35px 0 auto;
}

.packages-wrapper-demo {
    text-align: center;
    margin: 0 auto;
    bottom: -40px;
    position: relative;
    z-index: 1;
}

.packages-wrapper-demo {
    position: relative;
}

section.cta-section.demo .cta-titles {
    font-size: 17px;
    padding-left: 10px;
}

.packages-wrapper-demo .packages-box h2 {
    color: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 2;
    position: relative;
}


/*********froshgahsaz-page ********** */

.froshgahsaz-page .box-wrap {
    margin-top: 0;
    margin-right: 60px;
}

.froshgahsaz-page .slick-slide:hover .c2c-ex-box-image {
    opacity: .2;
}

.froshgahsaz-page .c2c-ex-box-content {
    display: none;
}

.froshgahsaz-page .slick-slide:hover .c2c-ex-box-content {
    display: block;
    opacity: 1;
    position: absolute;
    top: 100px;
    margin-right: 100px;
}

.froshgahsaz-page .slick-slide .c2c-heading.-small {
    margin-right: 60px;
}

.boxes-sec .box-wrap li {
    padding: 10px;
    vertical-align: top;
}

.froshgahsaz-page .boxes-sec-heading h3 {
    font-size: 2rem;
}

.froshgahsaz-page .box-content>h3 {
    font-size: 17px;
}

.froshgahsaz-page .img_sec2 {
    margin-top: 35px;
}

.froshgahsaz-page .article_sec2 h1 {
    margin-top: 35px;
    font-size: 1.5rem;
    text-align: center;
}

.froshgahsaz-page .content-box-multisec h4 {
    font-size: 1.5rem;
    line-height: 33px;
    font-weight: 600;
    text-align: center;
}

.froshgahsaz-page .posteh h2 {
    font-size: 2rem;
    line-height: 2.5;
    margin: 10px;
    text-align: center;
    white-space: nowrap;
}

.froshgahsaz-page .c2c-heading.-small {
    text-align: center;
    font-size: 1.2rem;
}

.froshgahsaz-page .page-btn {
    right: 32%;
}

.froshgahsaz-page .posteh h3 {
    font-size: 28px;
    line-height: 3;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.froshgahsaz-page .slick-slide {
    display: block;
    margin-right: 35px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 10px;
}

.froshgahsaz-page section.\32 -section-2 {
    background-image: linear-gradient(-180deg, rgba(249, 248, 251, .98) 4%, rgba(240, 237, 246, .8) 87%);
}

.froshgahsaz-page .section-packages.tarafe {
    margin-top: 0;
}

.froshgahsaz-page .styles__intro-screen___3KK0t {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    direction: ltr;
}

.froshgahsaz-page .styles__screen-image-wrapper {
    grid-area: 1 / 2 / 4 / 3;
    position: relative;
}

.froshgahsaz-page .sptialone-box {
    grid-area: 1 / 1 / 2 / 2;
    position: relative;
}

.froshgahsaz-page .sptialtwo-box {
    grid-area: 2 / 1 / 3 / 2;
    position: relative;
}

.froshgahsaz-page .sptialthree-box {
    grid-area: 3 / 1 / 4 / 2;
    position: relative;
}

.styles__brand-image-animation {
    animation: styles__scroll___3fhSp 40s infinite;
}

@keyframes styles__scroll___3fhSp {
    0% {
        transform: translateZ(0)
    }

    50% {
        transform: translate3d(0, -200px, 0)
    }

    to {
        transform: translateZ(0)
    }
}

.styles__screen-image-wrapper {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 425px;
    overflow: hidden;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(50, 50, 93, .12), 0 -1px 4px rgba(0, 0, 0, .06);
}

.styles__screen-image___3Fl6S {
    display: block;
    width: 680px;
    transform: translateZ(0);
}

.styles__animation-wrapper___1NRiS {
    animation: styles__scroll___2uTOf 18s infinite;
    animation-delay: 5s;
}


/* .froshgahsaz-page .styles__intro-screen___3KK0t img {
    opacity: .7;
} */

.froshgahsaz-page .styles__screen-image-wrapper {
    /* position: absolute; */
    z-index: 2;
    width: 100%;
    height: 475px;
    overflow: hidden;
    top: 0;
    right: 12px;
    transform: none;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgb(50 50 93 / 12%), 0 -1px 4px rgb(0 0 0 / 6%);
}

.froshgahsaz-page .styles__brand-image-animation::before,
.froshgahsaz-page .sptialthree-box::before,
.froshgahsaz-page .sptialtwo-box::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 10px;
    background: #35304805;
    border-radius: 6px;
}

.froshgahsaz-page section.c2c-section.-light.c2c-section-profit.mt-sec {
    padding: 20px 0;
}

.froshgahsaz-page .title-slider {
    position: absolute;
    top: 160px;
    right: 48px;
    width: 42%;
}

.froshgahsaz-page .title-slider h2 {
    font-size: 22px;
    color: #767474;
    font-weight: 800;
}

.froshgahsaz-page .title-slider h1 {
    font-size: 27px;
    line-height: 45px;
    font-weight: 600;
}

.froshgahsaz-page .limo-froshgah .img-responsive {
    margin: 0 auto;
    padding: 11px;
    width: 53%;
}


/* start limoobit_online_sell */

.home-page .topic-block-body .limoobit_online_sell {
    margin-top: 10px;
}

.limoobit_online_sell .main-carousel {
    padding-bottom: 37%;
}

.limoobit_online_sell .main-carousel .carousel-cell {
    width: 290px;
    text-align: center;
    min-height: 50px;
    padding: 20px;
    margin: 0 15px;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0 2px 6px 2px rgb(0 0 0 / 10%);
    transform: translateX(-1.02%);
}

.limoobit_online_sell .main-carousel .carousel-cell:hover {
    background-color: #FDD835;
}

.limoobit_online_sell .carousel-cell .data-cell-card h2 {
    position: relative;
    color: #0D6E91;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0;
    transition: background .5s ease;
}

.limoobit_online_sell .carousel-cell .data-cell-card:hover>h2 {
    color: #414141;
}

.limoobit_online_sell .main-carousel .carousel-cell:hover h3::after {
    background: #fff;
}

.limoobit_online_sell .carousel-cell .data-cell-card h3::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    width: 80%;
    height: 3px;
    background: #DDF247;
    bottom: 0;
    margin: auto;
}

.limoobit_online_sell .carousel-cell .data-cell-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.limoobit_online_sell .carousel-cell .data-cell-card p {
    width: 88%;
    color: #949494;
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
    line-height: 1.7;
    max-height: 120px;
    overflow: hidden;
    transition: color .1s ease;
}

.limoobit_online_sell .main-carousel .carousel-cell:hover p {
    color: #424242;
}

.limoobit_online_sell .htb_swat {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.limoobit_online_sell .help-customer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}

.limoobit_online_sell .help-customer h1 {
    width: 100%;
    font-size: 24px;
    margin: auto;
    text-align: center;
    line-height: 1.8;
    font-weight: 600;
    margin-top: 20px;
}

.limoobit_online_sell .help-customer h2 {
    width: 100%;
    font-size: 24px;
    margin: auto;
    margin-top: auto;
    text-align: center;
    line-height: 1.8;
    font-weight: 600;
    margin-top: 20px;
}

.limoobit_online_sell h1.mobile-view {
    display: none;
}


/* .limoobit_online_sell .flickity-slider {
    transform: translateX(128%) !important;
} */

.limoobit_online_sell .help-customer a {
    margin-top: 7%;
}


/* viewport inherit size from carousel */

.limoobit_online_sell .main-carousel .flickity-viewport {
    position: absolute;
    width: 100%;
}


/* cell inherit height from carousel */

.limoobit_online_sell .main-carousel .flickity-slider {
    margin: 10px 0;
    height: 95%;
}

.limoobit_online_sell .flickity-page-dots {
    width: 35%;
    bottom: 13px;
    right: -57%;
}

.limoobit_online_sell .flickity-page-dots .dot.is-selected {
    width: 70px;
    border: 1px solid #FF5656;
    background-color: #FF5656;
}

.limoobit_online_sell .flickity-page-dots .dot {
    display: inline-block;
    width: 25px;
    height: 7px;
    margin: 0 8px;
    background: #DFDFDF;
    border-radius: 0;
    border: 1px solid #DFDFDF;
    opacity: 1;
    cursor: pointer;
}

.limoobit_online_sell .new-btn_customize.mobile-view {
    display: none;
}


/* end limoobit_online_sell */


/* start limoobit_facility */

.limoobit_facility .facility-item {
    position: relative;
    width: 100%;
    margin: 7px 0;
    transition: transform .5s ease;
}

.limoobit_facility .group-items {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.limoobit_facility .group-items.align-self-style {
    align-self: flex-end;
    margin-bottom: 12%;
}

.limoobit_facility .facility-item .img-rounded {
    width: 100%;
}

.limoobit_facility .facility-item:hover {
    transform: scale3d(1.5, 1.5, 1.5);
    z-index: 2;
}

.limoobit_facility .facility-item:hover .hatch-icon {
    top: 20%;
    transform: scale3d(1., 1., 1.) !important;
}


/* .limoobit_facility img.hatch-icon {
    width: 30px;
} */

.limoobit_facility .facility-item .comment {
    display: none;
    opacity: 0;
    position: absolute;
    color: #fff;
    width: 110px;
    font-size: 10px;
    top: 50px;
    right: 0;
    left: 0;
    padding: 0 8px;
    line-height: 1.5;
    font-weight: 300;
    margin: auto;
    text-align: center;
    transition: all 5s ease;
}

.limoobit_facility .facility-item:hover .comment {
    display: block;
    opacity: 1;
}

.limoobit_facility .facility-item::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 10px;
    background: #35304891;
    border-radius: 6px;
}

.limoobit_facility .mobile .facility-item::before {
    bottom: 6px;
}

.limoobit_facility .all_content {
    display: flex;
    align-items: center;
}

.limoobit_facility .all_content .mobile {
    display: none;
}

.limoobit_facility img.hatch-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}

.limoobit_facility .top-column {
    width: 100%;
}

.limoobit_facility .top-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 25px;
}

.limoobit_facility .inside_class_title {
    text-align: center;
    margin-bottom: 30px;
}

.limoobit_facility .inside_class_title h3 {
    margin-bottom: 15px;
}

.limoobit_facility .inside_class_title h6 {
    font-size: 16px;
    color: #7B7B7B;
}

.limoobit_facility .mobile .facility-item {
    width: 100px;
    margin: 5px;
    flex: 1 0 auto;
}


/* end limoobit_facility */


/* start limoobit_pannel_dashboard */

.limoobit_pannel_dashboard {
    position: relative;
    padding: 0 50px 50px 50px;
}

.limoobit_pannel_dashboard .task-pannel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* .limoobit_pannel_dashboard .desktop-laptop .carousel-cell::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/newhomepage/LOPTOP-DEMO.png) no-repeat 0 0;
  
    background-size: contain;
    z-index: -1;
    left: 0;
    top: 0;
} */

.limoobit_pannel_dashboard .desktop-laptop .carousel-cell {
    width: 80%;
}

.limoobit_pannel_dashboard::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: -10%;
    bottom: 10%;
    height: auto;
    background-color: #63BAFF;
    z-index: -1;
}

.limoobit_pannel_dashboard .caption-carousel .carousel-cell {
    display: block;
    width: 100%;
    height: 250px;
    bottom: 4%;
}

.limoobit_pannel_dashboard .caption-carousel .carousel-cell h2 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 1%;
}

.Supportmainpage h4 {
    margin: 0 0 35px;
}

.Supportmainpage .supporttable-one,
.Supportmainpage .supporttable-two,
.Supportmainpage .supporttable-tree,
.Supportmainpage .supporttable-four,
.Supportmainpage .supporttable-five {
    background-color: #fff;
    width: 96%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.Supportmainpage .supporttable-one h5 {
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    background-color: #d8d6fb;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 6px 2px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 4px 6px 2px rgb(0 0 0 / 12%);
    box-shadow: 0 4px 6px 2px rgb(0 0 0 / 12%);
}

.Supportmainpage table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 6px 2px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 4px 6px 2px rgb(0 0 0 / 12%);
    box-shadow: 0 4px 6px 2px rgb(0 0 0 / 12%);
    background-color: #fff;
}

.Supportmainpage td,
.Supportmainpage th {
    border: 1px solid #f5f5f5;
    text-align: center;
    padding: 8px;
}

.Supportmainpage .tab-right {
    float: right;
    padding-right: 10px;
}

.Supportmainpage .tab-left {
    float: left;
    padding-left: 10px;
}

.Supportmainpage h5 {
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 6px 2px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 4px 6px 2px rgb(0 0 0 / 12%);
    box-shadow: 0 4px 6px 2px rgb(0 0 0 / 12%);
}

.Supportmainpage .supporttable-one h5 {
    background-color: #d8d6fb;
}

.Supportmainpage .supporttable-two h5 {
    background-color: #d1f5f5;
}

.Supportmainpage .supporttable-tree h5 {
    background-color: #dcfcd7;
}

.Supportmainpage .supporttable-four h5 {
    background-color: #fcd7e9;
}

.Supportmainpage .supporttable-five h5 {
    background-color: #feefda;
}

.Supportmainpage .supporttable-one tr:hover {
    background-color: #edecfd;
}

.Supportmainpage .supporttable-two tr:hover {
    background-color: #e2f2f2;
}

.Supportmainpage .supporttable-tree tr:hover {
    background-color: #e4f2e2;
}

.Supportmainpage .supporttable-four tr:hover {
    background-color: #ffe7f3;
}

.Supportmainpage .supporttable-five tr:hover {
    background-color: #feefdaa6;
}

.limoobit_pannel_dashboard .caption-carousel .carousel-cell p {
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 2;
}

.limoobit_pannel_dashboard .desktop-model {
    width: 40%;
    position: relative;
}

.limoobit_pannel_dashboard .desktop-laptop .flickity-viewport {
    overflow: visible;
}

.limoobit_pannel_dashboard .caption-carousel .flickity-page-dots {
    bottom: 0;
}

.limoobit_pannel_dashboard .caption-carousel .flickity-page-dots .dot {
    width: 50px;
    height: 7px;
    background: #DFDFDF;
    border-radius: 0;
    opacity: 1;
}

.limoobit_pannel_dashboard .caption-carousel .flickity-page-dots .dot.is-selected {
    width: 60px;
    background-color: #DDF247;
}

.introduction-video .post-section-img.video-mbile {
    display: none;
}


/* end limoobit_pannel_dashboard */


/* start limoobit_market_place */

.limoobit_market_place>div {
    margin: 0 100px;
}

.limoobit_market_place .rinse-off {
    position: relative;
    height: 500px;
}

.limoobit_market_place .rinse-off>img {
    position: absolute;
    max-width: 100%;
}

.do-flex {
    display: flex;
    align-items: center;
}

.do-flex.blog-center {
    justify-content: space-around;
}

.limoobit_market_place .rinse-off .yellow {
    bottom: -40px;
    left: 130px;
}


.limoobit_market_place .rinse-off .yellow {
    left: 0;
    -webkit-animation-name: yellowmove;
    animation-name: yellowmove;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    z-index: 1;
}

@keyframes mymove {
    0% {
        transform: translate(10px, 0)
    }

    100% {
        transform: translate(10px, 50px)
    }
}

@keyframes yellowmove {
    0% {
        transform: translatex(30px)
    }

    100% {
        transform: translatex(-20px)
    }
}

.limoobit_market_place .mobile-view {
    display: none;
}

.limoobit_market_place .arrow-left {
    color: #E03E51;
    padding: 15px 0;
    text-decoration: none;
}

.limoobit_market_place .block-information ul {
    list-style: none;
}

.limoobit_market_place .block-information li {
    position: relative;
    text-indent: 20px;
    margin: 10px 0;
}

.limoobit_market_place .block-information li::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #a4a4a4;
    right: 0;
    border-radius: 50%;
    top: 10px;
}

.limoobit_market_place div#my-video {
    width: 55%;
    flex: 0 0 auto;
    margin-left: 5%;
    outline: none;
}

.limoobit_market_place .post-section-img::before {
    position: absolute;
    content: '';
    padding: 0;
    background: url(../img/newhomepage/video-yellow-border.svg) no-repeat center center;
    background-size: 100%;
    right: 0;
    left: -19px;
    top: -50px;
    bottom: 0;
    width: 105%;
    z-index: 0;
    height: 441px;
}

.limoobit_market_place .post-section-img::after {
    position: absolute;
    content: '';
    padding: 0;
    background: url(../img/newhomepage/video-green-border.svg) no-repeat center center;
    background-size: 100%;
    right: -19px;
    left: -8px;
    top: -108px;
    bottom: 0;
    width: 104%;
    z-index: -1;
    height: 558px;
}

.limoobit_market_place .introduction-video {
    /* margin: 100px auto 0;
    background: url(../img/newhomepage/video-green-border.svg) no-repeat right bottom;
    /* background-size: 50%; */
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 5%;
}

.limoobit_market_place .post-section-img {
    width: 50%;
    margin-left: 2%;
    position: relative;
}

.post-section-img img {
    width: 100%;
    max-width: 601 px;
}

.limoobit_market_place .pre-post.desktop-view {
    margin-bottom: 25px;
    text-align: right;
}

.limoobit_market_place .post-section-text {
    width: 40%;
    margin-right: 2%;
}

.limoobit_market_place .pre-post.desktop-view h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
}

.limoobit_market_place .block-information {
    color: #444;
    font-size: 16px;
    text-align: right;
    font-weight: 400;
}

.limoobit_market_place .block-information p {
    margin-bottom: 25px;
    text-align: justify;
}


/* .limoobit_market_place .introduction-video {
    margin: 50px auto 0;
} */


/* end limoobit_market_place */

.slider-wrapper.theme-mobile-slider {
    display: none;
}

.slider-wrapper {
    margin: 0;
}

/* start limoobit_services_stores */

.limoobit_services_stores .nav-tabs>li.active>a,
.limoobit_services_stores .nav-tabs>li.active>a:hover,
.limoobit_services_stores .nav-tabs>li.active>a:focus {
    background-color: #232937;
}

.limoobit_services_stores .nav>li>a:hover,
.limoobit_services_stores .nav>li>a:focus {
    text-decoration: none;
    background-color: #232937;
}

.limoobit_services_stores .nav>li>a {
    padding: 0;
}

.limoobit_services_stores .header-squares {
    display: none;
}

.limoobit_services_stores .store-symbol {
    width: 100%;
    max-width: 100%;
}

.limoobit_services_stores .custom-grid-layout {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.limoobit_services_stores .nav-tabs .nav-link {
    width: 16.66%;
    padding: 5px 0;
    border: none;
}

.limoobit_services_stores .nav-tabs .nav-link.even {
    margin-bottom: 40px;
}

.limoobit_services_stores .nav-tabs {
    justify-content: center;
    border-bottom: none;
}

.limoobit_services_stores .nav-title {
    font-size: 24px;
    text-align: right;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 600;
}

.limoobit_services_stores .middle_secction {
    width: 70%;
    color: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 2px;
    border: 8px solid #fff;
    box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background: #232937 url(./img/middle-wave.svg) no-repeat bottom;
    background-size: 100%;
}

.limoobit_services_stores .left_section {
    width: 21%;
}

.limoobit_services_stores .right_section {
    width: 21%;
}

.limoobit_services_stores .nav-tabs .nav-item.show .nav-link,
.limoobit_services_stores .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #232937;
    border-color: transparent;
}

.limoobit_services_stores .nav-tabs .nav-link.even {
    margin-top: 45px;
}

.limoobit_services_stores .more-details {
    padding: 0 20px;
    height: 165px;
    overflow: hidden;
    position: relative;
}

.more-details::before {
    position: absolute;
    content: '';
    padding: 0;
    background: url(../img/newhomepage/various/beafore.1.png) no-repeat center center;
    background-size: 110%;
    right: 0;
    left: 0;
    top: 22px;
    bottom: 0;
    width: 100%;
}

.more-details::after {
    position: absolute;
    content: '';
    padding: 0;
    background: url(../img/newhomepage/various/after.2.png) no-repeat center center;
    background-size: 103%;
    right: -4px;
    left: 0;
    top: 68px;
    bottom: 0;
    width: 106%;
    z-index: 999;
}

.limoobit_services_stores .more-details .line-page {
    display: none;
}

.limoobit_services_stores .more-details p {
    text-align: justify;
    line-height: 2;
}

.limoobit_services_stores .related-links {
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 25px;
}

.limoobit_services_stores .related-links .specific-link {
    width: 62.3%;
}

.limoobit_services_stores .related-links .search-namad {
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
    height: 62px;
    border-radius: 5px;
    padding: 0 10px 0 25px;
    text-decoration: none;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25);
}

.limoobit_services_stores .related-links .search-namad .feather-logo {
    width: 4%;
}

.limoobit_services_stores .related-links .search-namad .feather-search {
    position: relative;
    width: 10%;
    background-color: #ECF5FE;
    height: 80%;
    border-radius: 5px;
}

.limoobit_services_stores .related-links .search-namad .dynamic-link {
    width: 86%;
    text-align: left;
    display: block;
    margin-left: 20px;
    direction: ltr;
}

.limoobit_services_stores .related-links .search-namad .feather-search img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.limoobit_services_stores .right_section .squares .square.light-blue,
.limoobit_services_stores .left_section .squares .square.light-red {
    margin: 100px 0 0 0;
}

.limoobit_services_stores .right_section .squares .light-blue img {
    width: 95%;
    margin-right: -26%;
    margin-bottom: 10px;
    max-width: 100%;
}

.limoobit_services_stores .left_section .squares .light-red img {
    width: 95%;
    margin-right: 14%;
    margin-bottom: 10px;
    max-width: 100%;
}

.limoobit_services_stores .right_section .squares .ultra-blue img {
    width: 95%;
    margin-right: -45%;
    margin-bottom: 10px;
    max-width: 100%;
}

.limoobit_services_stores .left_section .squares .ultra-red img {
    width: 95%;
    margin-right: 24%;
    margin-bottom: 10px;
    max-width: 100%;
}

.limoobit_services_stores .right_section .squares,
.limoobit_services_stores .left_section .squares {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.limoobit_services_stores .middle_secction .mobile {
    display: none;
}

.fixed-img-wrapper,
.fixed-img-wrapper2,
.fixed-img-wrapper3,
.fixed-img-wrapper4 {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    cursor: pointer;
}

.fixed-img-wrapper .img-content,
.fixed-img-wrapper2 .img-content,
.fixed-img-wrapper3 .img-content,
.fixed-img-wrapper4 .img-content {
    max-width: 50%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}


/* end limoobit_services_stores */


/* start limoobit_card_base_packages packages */

.limoobit_card_base_packages .all_list_package {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 50px;
}

.limoobit_card_base_packages .all_list_package>div {
    position: relative;
    background-color: #fff;
    width: 30%;
    color: #444;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 1px 10px 4px rgb(0 0 0 / 20%);
}

.limoobit_card_base_packages .all_list_package .list-package-vip {
    width: 34%;
}

.limoobit_card_base_packages .list-package-vip .img-wrapper {
    padding: 10px 0;
}

.limoobit_card_base_packages .list-package-vip .img-wrapper img {
    width: 110px;
}

.limoobit_card_base_packages .list-package-sure,
.limoobit_card_base_packages .list-package-sweet {
    z-index: 1;
}

.limoobit_card_base_packages .list-package-vip {
    z-index: 2;
}

.limoobit_card_base_packages .title_head {
    color: #444;
    font-size: 28px;
}

.limoobit_card_base_packages .all_list_package .table_info {
    padding: 14px 40px;
}

.limoobit_card_base_packages .carousel-indicators {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.limoobit_card_base_packages .carousel-inner {
    padding-bottom: 30px;
}

.limoobit_card_base_packages .carousel-indicators li {
    width: 50px;
    height: 7px;
    border-radius: 0;
    font-size: 0;
    background-color: #DFDFDF;
    border: 1px solid #DFDFDF;
}

.limoobit_card_base_packages .carousel-indicators .active {
    margin: 0;
    background-color: #DDF247;
    border: 1px solid #DDF247;
}

.limoobit_card_base_packages .img-wrapper {
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 0;
}

.limoobit_card_base_packages .carousel-captions {
    padding: 4px 0 16px;
}

.limoobit_card_base_packages .carousel-captions h4 {
    font-size: 18px;
}

.limoobit_card_base_packages .carousel-captions h3 {
    font-size: 26px;
}

.limoobit_card_base_packages .carousel-captions a {
    display: block;
    margin-top: 20px;
}

.limoobit_card_base_packages .carousel-captions h3 {
    font-weight: 500;
}

.limoobit_card_base_packages .hammer-img {
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: 3px solid #C7E0FF;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto 0;
    line-height: 20px;
}

.limoobit_card_base_packages .hammer-img:hover {
    background-color: #1473E7;
}

.limoobit_card_base_packages .hammer-img:hover .img-white {
    display: inline-block;
}

.limoobit_card_base_packages .hammer-img:hover .img-blue {
    display: none;
}

.limoobit_card_base_packages .img-white {
    display: none;
}

.limoobit_card_base_packages .hammer-img>img {
    width: 25px;
}

.limoobit_card_base_packages .package_price {
    position: relative;
    padding: 15px 0;
    background-color: #F9F9F9;
    border-radius: 0 0 6px 6px;
}

.list-package-sure .table_info h3 {
    font-family: "BAUHS93";
    font-size: 35px;
    color: #8cc63e;
}

.list-package-vip .table_info h3 {
    font-family: "BAUHS93";
    font-size: 35px;
    color: #1473e7;
}

.list-package-sweet .table_info h3 {
    font-family: "BAUHS93";
    font-size: 35px;
    color: #fbcf25;
}


.limoobit_card_base_packages .package_price h5 {
    margin: 0;
    color: #D4D4D4;
    font-size: 14px;
}

.limoobit_card_base_packages .total-price {
    margin: 12px auto 10px;
    font-size: 16px;
    color: #1473E7;
}

.block.category-in-tabs .list>li>a {
    color: #252e37;
    font-size: 15px;
    font-weight: 600;
}

.limoobit_card_base_packages .all_list_package {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 50px;
}

.social-feed .offer-content img {
    border-radius: 10px;
}

.portfolio-page-section .portfolio-item .limoobitright.pline2 {
    font-size: 13px;
    overflow: hidden;
    min-height: 106px;
}

.block-account-navigation .listbox .list>li>a.active::before {
    background-color: #2196f3;
    color: #fff;
}

.block-account-navigation li.customer-info a:before {
    content: "\e945";
}

.block-account-navigation li.change-password a:before {
    content: "\e940";
}

.block-account-navigation .listbox li a:before,
.block-account-navigation .listbox li a:before {
    position: absolute;
    top: 50%;
    right: 20%;
    font-size: 20px;
    color: #bbb;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    font-family: prisma;
    line-height: 40px;
    vertical-align: middle;
}

.customer-info-page .personal .form-fields>div {
    width: 50%;
    height: 120px;
    padding: 10px 15px;
}

.account-page.customer-info-page .fieldset .inputs.fname,
.account-page.customer-info-page .fieldset .inputs.lname {
    border-bottom: 1px solid #e5e5e5;
}

.page.account-page.customer-info-page .inputs input[type="text"] {
    width: 100% !important;
    border-bottom: 2px solid #e5e5e5;
    border-left: none;
    border-top: none;
    border-right: none;
    margin-right: 20px;
    color: #bbb;
}

.portfolio-page-section .portfolio-details {
    width: 100%;
    max-height: 200px;
}

.portfolio-page-section .portfolio-details .limoobitright {
    font-size: 15px;
    max-height: 30px;
    overflow: hidden;
}

.limoobit_card_base_packages .mt-design {
    margin-bottom: 20px;
}

.limoobit_card_base_packages .new-btn_customize {
    width: 380px;
}


/* end limoobit_card_base_packages packages */
.new-version {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.portfolio-details .limoobitright {
    font-size: 15px;
}

.new-version .see-websites {
    padding: 2px 10px;
    background-color: #ef394e;
    color: #fff;
    border-radius: 55px;
    font-size: 12px;
    font-weight: 100;
}

@media (max-width: 1024px) {
    .theme-desktop-slider {
        display: none;
    }

    .html-blog-page .post-body .bloger-post {
        width: 50%;
    }

    .html-blog-page .post-preview .wrapper-img {
        display: none;
    }

    .html-blog-page .block.blog-search-box {
        display: none;
    }

    .new-btn_customize {
        width: 275px;
        padding: 8px;
        font-size: 14px;
    }

    .limoobit_services_stores .related-links .search-namad .dynamic-link {
        font-size: 10px;
    }

    .more-details::before {
        display: none;
    }

    .flickity-viewport {
        overflow: visible;
    }

    .home-page .topic-block-body>section {
        margin: 20px auto;
    }

    /* homepage-responsive */
    .limoobit_market_place .introduction-video {
        display: block;
    }

    .limoobit_market_place .post-section-img {
        width: 94%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .limoobit_market_place .post-section-text {
        width: 98%;
        padding: 20px;
        margin: 0 auto;
    }

    .limoobit_market_place .post-section-img::before {
        position: absolute;
        content: '';
        padding: 0;
        background: url(../img/newhomepage/video-yellow-border.svg) no-repeat center center;
        background-size: 100%;
        right: -9px;
        left: 18px;
        top: -52px;
        bottom: 0;
        width: 100%;
        z-index: 2;
        height: 619px;
    }

    .limoobit_market_place .post-section-img::after {
        position: absolute;
        content: '';
        padding: 0;
        background: url(../img/newhomepage/video-green-border.svg) no-repeat center center;
        background-size: 100%;
        right: 0;
        left: -15px;
        top: -60px;
        bottom: 0;
        width: 100%;
        z-index: -1;
        height: 651px;
    }

    .limoobit_pannel_dashboard .desktop-model {
        margin-bottom: 55px;
    }

    .home-page .topic-block-body .limoobit_market_place {
        margin: -46px auto;
    }

    .more-details::after {
        display: none;
    }

    .topic-block-body .limoobit_pannel_dashboard .laptop-carousel .carousel-cell img {
        height: auto;
        width: 96%;
    }

    /* end */
    /* start rich blog */
    .home-page-body .page-body .rich-blog-homepage {
        flex-wrap: wrap;
        padding-bottom: 60px;
    }

    /* .rich-blog-homepage .blog-posts {
        width: 100%;
    } */
    .rich-blog-homepage .view-all {
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .rich-blog-homepage .flickity-page-dots {
        width: 100%;
        bottom: -75px;
        right: 0;
        left: 0;
    }

    .rich-blog-homepage .blog-carousel-rtl .carousel-cell {
        width: 80%;
        margin: 0 0 0 15px;
    }

    /* end rich blog */
    /* start limoobit_online_sell */
    .limoobit_online_sell .pic-namad img {
        width: 70px;
    }

    .limoobit_online_sell .flickity-page-dots {
        width: 100%;
        bottom: -80px;
        right: 0;
    }

    .limoobit_online_sell .main-carousel {
        padding-bottom: 100%;
    }

    .limoobit_online_sell .htb_swat {
        align-items: center;
        flex-wrap: wrap;
    }

    .limoobit_online_sell .desktop-view {
        display: none;
    }

    .limoobit_online_sell h3.mobile-view {
        display: block;
        font-size: 20px;
        font-weight: 600;
    }

    .limoobit_online_sell .new-btn_customize.mobile-view {
        display: block;
        margin: 15px auto;
    }

    .limoobit_online_sell .main-carousel .carousel-cell {
        width: 240px;
        margin: 0 10px;
    }

    .limoobit_online_sell .carousel-cell .data-cell-card p {
        width: 95%;
        font-size: 13px;
        font-weight: 500;
        height: 93px;
    }

    /* end limoobit_online_sell */
    /* start limoobit_facility */
    .limoobit_facility .all_content .mobile {
        display: block;
        overflow: hidden;
    }

    .limoobit_facility .all_content .desktop,
    .limoobit_facility .text_header {
        display: none;
    }

    .limoobit_facility .mobile .upper-row,
    .limoobit_facility .mobile .bottom-row {
        display: flex;
        width: 100%;
        height: 130px;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .limoobit_facility .mobile .upper-row {
        direction: rtl;
        margin-bottom: 10px;
    }

    .limoobit_facility .mobile .bottom-row {
        direction: ltr;
        margin-bottom: 25px;
    }

    .limoobit_facility .inside_class_title {
        margin-bottom: 15px;
    }

    .limoobit_facility .inside_class_title h2 {
        font-size: 20px;
    }

    .limoobit_facility .inside_class_title h6 {
        font-size: 12px;
    }

    /* end limoobit_facility */
    /* start limoobit_pannel_dashboard */
    .limoobit_pannel_dashboard {
        margin: 0 auto;
    }

    .limoobit_pannel_dashboard {
        width: 100%;
        padding: 0;
    }

    .limoobit_pannel_dashboard .task-pannel {
        flex-wrap: wrap;
    }

    .limoobit_pannel_dashboard .desktop-model,
    .limoobit_pannel_dashboard .desktop-laptop {
        width: 100%;
    }

    .limoobit_pannel_dashboard .laptop-carousel {
        height: 155px;
        width: 100%;
        max-width: 100%;
        padding: 0;
        left: 0;
    }

    .limoobit_pannel_dashboard .laptop-carousel .carousel-cell {
        width: 100%;
        height: inherit;
    }

    .limoobit_pannel_dashboard .caption-carousel .carousel-cell p {
        color: #444;
        margin-bottom: 0;
        font-size: 13px;
        text-align: center;
        font-weight: 500;
        padding: 0 5px;
    }

    .limoobit_pannel_dashboard .task-pannel::after {
        width: 98%;
        height: 360px;
        left: 0;
        top: 0px;
        background-position: 10px 139px;
    }

    .limoobit_pannel_dashboard .laptop-carousel .carousel-cell img {
        height: inherit;
        width: 94%;
    }

    .limoobit_pannel_dashboard::before {
        top: 48%;
        bottom: 13%;
        height: auto;
    }

    .limoobit_pannel_dashboard .caption-carousel .flickity-page-dots {
        bottom: -90px;
    }

    .limoobit_pannel_dashboard .desktop-model .new-btn_customize {
        position: absolute;
        bottom: -56px;
        right: 0;
        left: 0;
    }

    .limoobit_pannel_dashboard .desktop-laptop {
        width: 60%;
        padding: 70px 0 0 0;
        height: 50vh;
    }

    .limoobit_pannel_dashboard .caption-carousel .carousel-cell {
        height: auto;
    }

    .limoobit_pannel_dashboard .caption-carousel .carousel-cell h2 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 10px;
        text-align: center;
    }

    /* end limoobit_pannel_dashboard */
    /* start limoobit_market_place */
    .limoobit_market_place .do-flex {
        flex-wrap: wrap;
        margin: 25px auto 0;
    }

    .limoobit_market_place>div {
        margin: 0;
    }

    .limoobit_market_place .desktop-view {
        display: none;
    }

    .limoobit_market_place .mobile-view {
        display: block;
        text-align: center;
        margin-bottom: 3rem;
    }

    .limoobit_market_place .rinse-off {
        height: 350px;
    }

    .limoobit_market_place .rinse-off .lady {
        width: 85%;
    }

    .limoobit_market_place .rinse-off .glasses {
        width: 40%;
        top: 0;
    }

    .limoobit_market_place .rinse-off .yellow {
        bottom: 15px;
        left: 50px;
        width: 35%;
    }

    .limoobit_market_place .rinse-off .shoe {
        width: 35%;
    }

    .limoobit_market_place .block-information {
        text-align: justify;
        line-height: 1.6;
        margin-bottom: 3rem;
    }

    .limoobit_market_place .desktop-view {
        display: none;
    }

    .limoobit_market_place .post-section {
        order: 2;
    }

    .limoobit_market_place .pre-post h3 {
        font-size: 16px;
    }

    .limoobit_market_place div#my-video {
        width: 95%;
        flex: 0 0 auto;
        margin: 20px auto;
    }

    /* end limoobit_market_place */
    /* start limoobit_services_stores */
    .limoobit_services_stores .nav-tabs .nav-link {
        width: 50%;
        padding: 0;
    }

    .limoobit_services_stores .nav-tabs .nav-link,
    .limoobit_services_stores .nav-tabs .nav-link.even {
        margin-bottom: 15px;
    }

    .limoobit_services_stores .middle_secction {
        display: block;
        width: 95%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .limoobit_services_stores .right_section,
    .limoobit_services_stores .left_section {
        display: none;
    }

    .limoobit_services_stores .header-squares {
        display: block;
    }

    .limoobit_services_stores .header-squares svg {
        width: 24%;
    }

    .limoobit_services_stores .related-links {
        position: relative;
        background: url(../img/newhomepage/square-mobile-view.svg) no-repeat;
        background-size: 100%;
        height: 120px;
    }

    .limoobit_services_stores .related-links .search-namad {
        padding: 0 5px 0 5px;
        margin-top: 15px;
    }

    .limoobit_services_stores .related-links .search-namad .feather-logo {
        width: 10%;
    }

    .limoobit_services_stores .related-links .search-namad .dynamic-link {
        margin-left: 7px;
        font-size: 10px;
    }

    .limoobit_services_stores .more-details {
        height: 150px;
    }

    .limoobit_services_stores .middle_secction .desktop {
        display: none;
    }

    .limoobit_services_stores .middle_secction .mobile {
        display: block;
    }

    .limoobit_services_stores {
        position: relative;
        padding: 0 0 70px;
        background: url(../img/newhomepage/square-bottom-mobile.svg) no-repeat center 99%;
    }

    .limoobit_services_stores h2.head_title {
        font-size: 22px;
        position: absolute;
        right: 0;
        left: 0;
        top: -2px;
        z-index: 2;
    }

    .limoobit_services_stores .related-links .specific-link {
        width: 95%;
    }

    .limoobit_services_stores .related-links {
        margin: 10px 0 0;
    }

    .limoobit_services_stores .more-details h4 {
        text-align: right;
    }

    .limoobit_services_stores .more-details h4.direction-left {
        text-align: left;
    }

    /* end limoobit_services_stores */
    /* start limoobit_card_base_packages packages */
    .limoobit_card_base_packages .all_list_package {
        flex-wrap: wrap;
        margin: 10px 0;
        padding: 0 0 40px;
    }

    .limoobit_card_base_packages .all_list_package .list-package-vip {
        width: 99%;
        order: 3;
    }

    .limoobit_card_base_packages .all_list_package .list-package-sweet,
    .limoobit_card_base_packages .all_list_package .list-package-sure {
        width: 48%;
    }

    .limoobit_card_base_packages .all_list_package .list-package-sweet {
        margin: 0 0 10px 5px;
    }

    .limoobit_card_base_packages .all_list_package .list-package-sure {
        margin: 0 5px 10px 0;
    }

    .limoobit_card_base_packages .all_list_package .table_info {
        padding: 10px 5px;
    }

    .limoobit_card_base_packages .all_list_package>div {
        box-shadow: 0 0px 2px 2px rgb(0 0 0 / 15%);
    }

    .limoobit_card_base_packages .carousel-captions a {
        margin-top: 0;
    }

    .limoobit_card_base_packages .list-package-vip .img-wrapper img {
        width: auto;
    }

    /* end limoobit_card_base_packages packages */
}

@media (max-width: 769px) {
    .limoobit_card_base_packages .carousel-captions h3 {
        font-size: 14px;
    }

    .limoobit_card_base_packages .carousel-captions p {
        font-size: 12px;
    }

    .limoobit_card_base_packages .carousel-captions {
        padding: 0 0 20px;
    }

    .limoobit_card_base_packages .img-wrapper {
        padding: 0 0 10px;
    }

    .limoobit_card_base_packages .total-price {
        margin: 15px auto 10px;
    }

    .limoobit_card_base_packages h2.title_head {
        font-size: 20px;
    }

    .limoobit_card_base_packages .hammer-img>img {
        width: 20px;
    }

    .limoobit_card_base_packages .hammer-img {
        width: 45px;
        height: 45px;
        line-height: 18px;
    }

    .limoobit_services_stores .more-details {
        height: 230px;
    }
}


/************************* end new home page ********************************/

@media screen and (max-width: 1920px) {
    #our-team-construct {
        padding: 0px 0 100px;
    }
}

@media screen and (max-width: 1199px) {
    .tab_1 {
        display: none;
    }

    .tab_2 {
        display: block;
    }

    button.btn.btn-default.btn_more.center-block {
        margin-bottom: 37px;
    }
}

@media screen and (max-width: 1465px) {
    .ecommerce-slider .slick-arrow {
        background-color: #000000;
        background-position: center center;
        background-size: 70% auto;
    }

    .ecommerce-slider .slick-prev {
        margin-left: 0;
    }

    .ecommerce-slider {
        padding: 35px 35px 35px 75px;
    }

    .ecommerceslider::after {
        left: 40px;
    }
}

@media screen and (max-width: 1365px) {
    .img-box {
        max-width: 400px;
    }
}

@media screen and (max-width: 1024px) {

    .limoobit_pannel_dashboard .desktop-laptop .carousel-cell::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100vh;
        background-size: 100%;
        z-index: -1;
        left: 0;
        top: 0;
    }

    .topic-block-body .limoobit_pannel_dashboard .laptop-carousel .carousel-cell img {
        height: auto;
        width: 100%;
    }

    .limoobit_online_sell .flickity-page-dots {
        width: 100%;
        bottom: -80px;
        right: 0;
    }

    html {
        font-size: 14px !important;
        overflow-x: hidden;
    }

    .first-fold {
        padding: 20px 0;
        height: auto;
    }

    .first-fold .circle360 {
        position: static;
        margin: 0 auto;
        transform: none;
    }

    .btn-position {
        position: static;
        margin: 10px auto;
        transform: none;
        text-align: center;
    }

    .solutions-title {
        margin: 0 auto;
        text-align: center;
    }

    .solutions-title h2::after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .yokart-solutions li {
        position: static;
        margin: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .packages-wrapper .packages-box {
        padding: 20px;
    }

    .section-features {
        padding-top: 0;
    }

    .testimonial-bg::after,
    .testimonial-bg::before {
        content: normal;
    }

    .testimonial-slider {
        padding: 40px 10px;
    }

    .testi-slider .slick-prev {
        left: 0;
    }

    .testi-slider .slick-next {
        right: 0;
    }

    .side-pager {
        display: none;
    }

    .ecommerce-slider {
        margin: 0 auto;
        padding: 0;
    }

    .ecommerce-slider .graphic-screen {
        position: static;
        margin: 0px;
        float: none;
        padding: 20px;
    }

    .ecommerce-slider .graphic-screen img {
        max-width: 100%;
        height: auto;
    }

    .img-box {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        margin: 0 auto;
    }

    .ecommerceslider::after {
        left: 10px;
        right: 10px;
        width: auto;
    }

    .ecommerce-slider .item:after {
        content: normal;
    }

    .ecommerce-slider .txt {
        margin: 0;
        max-width: inherit;
        padding: 20px;
        text-align: center;
    }

    .ecommerce-slider .slick-list {
        overflow: hidden;
    }

    .ecommerce-slider .slick-arrow {
        bottom: -20px;
        top: auto;
    }

    .ecommerce-slider .slick-prev {
        left: auto;
        right: 100px;
        margin: 0;
    }

    .ecommerce-slider .slick-next {
        left: auto;
        right: 20px;
        margin: 0;
    }

    .features-table {
        margin-bottom: 10px;
    }

    .section-recommends {
        background: none;
    }

    .online-stores li .icn {
        max-width: 100px;
    }

    .online-stores {
        text-align: center;
        height: auto;
        padding-bottom: 30px;
    }

    .online-stores li {
        position: static;
        height: 200px;
        width: 200px;
        margin: 10px auto;
        text-align: center;
        display: inline-block;
    }

    .online-stores li:nth-child(1),
    .online-stores li:nth-child(2),
    .online-stores li:nth-child(3) {
        height: 200px;
        width: 200px;
    }

    .interested-list {
        margin-bottom: 20px;
        top: 0;
    }

    .yokart-pic {
        max-width: 230px;
        margin: 0 auto;
    }

    .btn-grps a {
        margin: 2px;
    }

    .ptb-100 {
        padding: 34px 0;
    }
}

@media screen and (max-width: 992px) {
    .feature-name {
        position: static;
    }

    .light-redBg .p-100.clearfix,
    .page-body .light-blueBg .p-100.clearfix {
        flex-direction: column;
    }
   
}

@media screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 20px 0;
    }

    .author-sec div:first-child {
        margin-bottom: 20px;
    }

    .shelf .description p {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 768px) {
    .fix-four-sec .fix-container {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

    .main-section-story .tab-buttons {
        width: 100%;
        margin-bottom: 15px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

    .styles__Container.EvMaj .styles__Content-vzo1ai-0 {
        flex-direction: column-reverse;
    }

    .add-text-content p {
        text-align: justify;
        padding: 0;
    }

    .EvMaj .styles__InfoBlock-vzo1ai-3 {
        padding: 0;
    }

    .styles__ImgContainers {
        width: 90%;
    }

    .limoo-portal-page .p-50 {
        padding: 15px 10px;
        margin: 0 0 15px;
    }

    .limoo-portal-page .single-cta .page-btn {
        white-space: pre-wrap;
        font-size: 14px;
        line-height: 2;
    }

    .Supportmainpage .supporttable-one,
    .Supportmainpage .supporttable-two,
    .Supportmainpage .supporttable-tree,
    .Supportmainpage .supporttable-four,
    .Supportmainpage .supporttable-five {
        overflow-x: scroll;
        justify-content: stretch;
    }

    .Supportmainpage .supporttable-two h5,
    .Supportmainpage .supporttable-tree h5,
    .Supportmainpage .supporttable-four h5 {
        width: 360px;
    }

    .html-home-page .limoobit_pannel_dashboard .desktop-laptop {
        width: 95%;
        padding: 70px 0 0 0;

    }

    .limoobit_card_base_packages .carousel-captions h4 {
        font-size: 12px;
    }

    .limoobit_card_base_packages .carousel-captions h3 {
        font-size: 22px;
    }

    .fixed-img-wrapper .img-content,
    .fixed-img-wrapper2 .img-content,
    .fixed-img-wrapper3 .img-content,
    .fixed-img-wrapper4 .img-content {
        min-width: 100%;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .cta-section.demo .cta-block {
        display: flex;
        flex-wrap: wrap;
    }

    .packages-wrapper-demo .packages-box .price {
        font-size: calc(38px + (74 - 20) * (100vw - 320px) / (1920 - 320));
    }

    .html-topic-page .banner-demo h2 {
        font-size: 16px;
        line-height: 2;
    }

    .section-title p {
        margin: 0 15px 20px 15px;
    }

    .package-title {
        padding: 0 15px;
        width: 100%;
    }

    .topic-page .text-first-demo {
        text-align: center;
        padding: 0 15px;
        margin-bottom: 65px;
    }

    .packages-wrapper-demo {
        bottom: 3px;
    }

    .topic-page .text-first-demo {
        text-align: center;
        padding: 0 15px;
        margin-bottom: 65px;
    }

    .black-Rectangle {
        width: 100%;
        height: 1000px;
        background-color: #252e37;
        position: absolute;
        z-index: -1;
        top: 30px;
    }

    .froshgahsaz-page .title-slider h1 {
        font-size: 11px;
        line-height: 2;
        font-weight: 600;
        line-height: 2;
    }

    .topic-page .pricin-page-wrapper .banner-demo h1 {
        color: #ffff;
        font-size: 20px;
        font-weight: 300;
        position: absolute;
        top: 35px;
        transition: transform(-48%);
        line-height: 20px;
        text-align: center;
        width: 100%;
    }

    .topic-page .pricin-page-wrapper .banner-demo .range-wrapper {
        font-size: 8px;
        font-weight: 300;
        position: absolute;
        top: 70px;
        left: 48%;
        transform: translate(-50%, -48%);
        transition: transform(-48%);
    }

    .topic-page .pricin-page-wrapper .slider {
        width: 204px;
        height: 3px;
        background: rgb(255 255 255);
        border-radius: 2px;
        position: relative;
    }

    .topic-page .pricin-page-wrapper .slider .text {
        position: absolute;
        bottom: -69px;
        font-size: 18px;
    }

    .froshgahsaz-page .title-slider h2 {
        font-size: 10px;
        color: #767474;
        font-weight: 800;
        line-height: 2;
        opacity: 0;
    }

    .froshgahsaz-page .title-slider {
        position: absolute;
        top: 90px;
        right: 20px;
        width: 42%;
    }

    .froshgahsaz-page .row.clearfix.p-50 {
        padding: 50px 15px;
    }

    .froshgahsaz-page .iconlimo-frosh .col-md-3 {
        width: 50%;
    }

    .froshgahsaz-page .c2c-section-profit .c2c-profit-box-text {
        /* bottom: 9.5em; */
        font-size: 10px;
    }

    .froshgahsaz-page .c2c-section-profit .c2c-profit-box-text span {
        font-size: 7px !important;
    }

    .froshgahsaz-page .styles__screen-image-wrapper {
        height: 242px;
    }

    .topic-page .froshgahsaz-page .boxes-sec .fix-container .col-md-3 {
        width: 44%;
        margin: 1% 3%;
    }

    .froshgahsaz-page .styles__polygon {
        top: 9px;
    }

    .froshgahsaz-page .box-icon img {
        width: 97px;
        margin: 10px;
        height: 80px;
    }

    .topic-page .froshgahsaz-page .limo-froshgah .img-responsive {
        margin: 0 auto;
        padding: 11px;
        width: 98%;
    }

    .froshgahsaz-page .box-icon {
        height: 100px;
    }

    .topic-page .froshgahsaz-page .boxes-sec h2,
    .topic-page .froshgahsaz-page .boxes-sec h3 {
        font-size: 7px;
    }

    .froshgahsaz-page .bg_img_ecco img {
        position: absolute;
        margin-top: 50px;
    }

    .froshgahsaz-page .iconlimo-frosh {
        display: flex;
        flex-wrap: wrap;
    }

    .froshgahsaz-page .page-btn {
        right: 0;
        font-size: 13px;
    }

    .froshgahsaz-page section.\32-section-2 .p-50 {
        padding: 0;
    }

    .froshgahsaz-page .slick-slide {
        width: 316px;
    }

    .froshgahsaz-page .section-title.white-txt.packages-title h2 {
        font-size: 24px;
        text-align: center;
        color: #fff;
    }

    .froshgahsaz-page .posteh h2,
    .froshgahsaz-page .posteh h3,
    .froshgahsaz-page .content-box-multisec h4,
    .froshgahsaz-page .boxes-sec .title-squre,
    .froshgahsaz-page .section-title h2,
    .froshgahsaz-page .cta-Ecommercestart h5 {
        white-space: pre-wrap;
    }

    .froshgahsaz-page .app-sec {
        padding: 0 0;
    }

    .froshgahsaz-page .box-wrap {
        margin-right: 0;
    }

    .froshgahsaz-page .posteh h2,
    .froshgahsaz-page .posteh h3,
    .froshgahsaz-page .content-box-multisec h4,
    .froshgahsaz-page .boxes-sec .title-squre,
    .froshgahsaz-page .section-title h2,
    .froshgahsaz-page .cta-Ecommercestart h5 {
        font-size: 1.3rem;
        line-height: 2;
        text-align: center;
        margin-top: 30px;
        font-weight: 600;
        color: #000;
    }

    .theme-main-desk-sliders .nivo-caption {
        top: 0;
        right: 0;
        overflow: visible;
        width: 100%;
    }

    .theme-main-desk-sliders .nivo-caption p,
    .nivo-caption .content-main-slider h1,
    .nivo-caption .content-main-slider h2 {
        font-size: 22px;
        line-height: .5;
        margin: 10px;
    }

    .html-home-page .limoobit_pannel_dashboard .caption-carousel .carousel-cell p,
    .html-home-page .limoobit_pannel_dashboard .caption-carousel .carousel-cell h2 {
        padding: 15px;
        text-align: justify;
    }

    .limoobit_market_place .container-fluid .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }

    .limoobit_market_place .post-section-text {
        padding: 20px 15px;
    }

    .limoobit_market_place .rinse-off .glasses {
        top: -60px;
        left: 0;
    }

    .limoobit_services_stores h2.head_title {
        font-size: 19px;
    }

    .html-home-page .limoobit_online_sell .flickity-page-dots {
        width: 100%;
        bottom: -97px;
        right: 0;
    }

    .drop {
        display: block;
        width: 100%;
        background-color: #2196f3;
        padding: 10px 50px;
        color: #fff;
        margin: 10px auto 25px;
        text-align: center;
        border-radius: 55px;
        font-family: "themify";
    }

    .template-site-page .limoobit_market_place .rinse-off .glasses {
        top: 35px;
    }

    .limoobit_market_place .rinse-off {
        height: 259px;
    }

    .template-site-page .main-section-story>div:not(.tab-buttons) {
        overflow: scroll;
    }

    .topic-page .template-site-page .banner-demo h1 {
        top: 23%;
        left: 0;
        right: 0;
        transform: none;
        font-size: 15px;
        width: 98%;
    }

    .html-topic-page .template-site-page .main-section-story .tab-buttons {
        width: 100%;
    }

    .template-site-page .together-parallax .fixParallax {
        height: 650px;
    }

    .together-parallax .slogan p {
        font-size: 14px;
        color: aliceblue;
        line-height: 2;
        text-align: justify;
    }

    .topic-page .template-site-page .main-section-story {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .template-site-page .together-parallax .fixParallax .slogan {
        width: 93%;
        top: 51%;
    }

    .template-site-page .main-section-story .tablink {
        outline: none;
        font-size: 0;
        width: 105px;
    }

    .template-site-page .block-information p {
        margin-bottom: 25px;
        text-align: justify;
        line-height: 2;
        width: 92%;
        margin: 0 auto;
    }

    .topic-page .template-site-page .main-section-story .tab__content {
        width: 100%;
    }

    .template-site-page .banner-demo h2 {
        color: #ffff;
        font-size: 12px;
        font-weight: 300;
        position: absolute;
        top: 67%;
        width: 84%;
        line-height: 1.5;
    }

    .template-site-page .main-section-story .tab-buttons {
        width: 100%;
    }

    .topic-page .pricin-page-wrapper .b2c-pricing .red-cloud::before,
    .topic-page .pricin-page-wrapper .b2c-pricing .green-cloud::before,
    .topic-page .pricin-page-wrapper .b2c-pricing .yellow-cloud::before {
        left: 42%;
    }

    .topic-page .pricin-page-wrapper .green-cloud::after,
    .topic-page .pricin-page-wrapper .red-cloud::after,
    .topic-page .pricin-page-wrapper .yellow-cloud::after {
        left: 38%;
    }

    .pricin-page-wrapper .tab-price-section .tab {
        width: 907px;
    }

    .pricin-page-wrapper .tab-price-section {
        width: 100%;
        overflow-x: scroll;
    }

    .topic-page .pricin-page-wrapper .b2c-pricing {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .topic-page .pricin-page-wrapper .pricing-feature-right {
        height: auto;
        margin-top: 5%;
        width: 98%;
    }

    .topic-page .pricin-page-wrapper .pricing-aline-streach {
        height: auto;
        margin: 0;
        width: 98%;
        margin-top: 19px;
    }

    .topic-page .pricin-page-wrapper .pricing-feature-right {
        height: auto;
        margin-top: 5%;
        width: 98%;
    }

    .pricing-text p {
        padding: 27px 20px;
    }

    .topic-page .pricin-page-wrapper .banner-demo::before {
        height: 135px;
    }

    .sky-page-wrapper .sky-page .row.reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .sky-page-wrapper .shelf .text-block h3 {
        width: 100%;
        line-height: 1.5;
        position: absolute;
        top: 43px;
        margin: 0 auto;
        left: 16px;
        transform: translateX(-16px);
    }

    .html-topic-page .sky-page-wrapper .text-block>p {
        color: #121313;
        margin: 10px 6px 8px 5px;
        font-size: 15px;
        text-align: justify;
        line-height: 2;
    }

    .sky-page-wrapper .text-block {
        top: 42%;
        width: 100%;
        padding: 10px;
    }

    .section-prl-sky .fixed {
        width: 90%;
    }

    .blocks-list {
        flex-wrap: wrap;
    }

    .topic-page .sky-page-wrapper .row-blog,
    .topic-page .sky-page-wrapper .push-row-blog {
        flex-wrap: wrap;
    }

    .topic-page .sky-page-wrapper .images-blog,
    .topic-page .sky-page-wrapper .text-blog {
        width: 100%;
        padding: 0;
    }

    .topic-page .sky-page-wrapper .row-blog,
    .topic-page .sky-page-wrapper .push-row-blog {
        flex-wrap: wrap;
    }

    .topic-page-body .sky-page-wrapper .article_sec2 h1,
    .topic-page-body .sky-page-wrapper h2,
    .topic-page-body .sky-page-wrapper h3,
    .topic-page-body .sky-page-wrapper h4 {
        font-size: 16px;
    }

    .html-home-page .introduction-video .post-section-img.video-mbile {
        display: block;
        width: 94%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .html-home-page .limoobit_market_place .post-section-img.video-desktop {
        display: none;
    }

    .f-table {
        width: 100%;
    }

    .testimonials .content p {
        width: 90%;
        transform: translateX(-50%);
        font-size: 12px;
        margin-top: 10px;
    }

    .instagram-feed .title {
        color: #000;
    }

    .testimonials .content h1 {
        position: absolute;
        bottom: 5%;
        left: 50%;
        top: 70%;
        transform: translateX(-50%);
    }

    .team-box:last-child .wrapper .team-hover,
    .team-box:last-child .wrapper .team-hover .desk {
        opacity: 1;
    }

    .team-hover .desk {
        position: absolute;
        top: 35%;
        padding: 0 20px;
    }

    .container.B2C-container-section {
        width: 92%;
        margin: 0 auto;
    }

    .article_sec2 {
        margin-bottom: 16px;
    }

    .btn.page-btn.consulting,
    .btn.page-btn.blue-btn.portfolio {
        width: 194px;
    }

    .shopping-demo {
        width: 232px;
    }

    #team h3 {
        text-align: center;
        padding: 10px;
        position: relative;
    }

    .fixParallax .slogan h4 {
        color: #2196f3;
        font-size: 15px;
    }

    .fixParallax .slogan h1 {
        text-shadow: 5px 10px 5px #4e493a;
        font-size: 25px;
        color: #2196f3;
    }

    .banner_btn {
        margin-right: 0;
        margin-top: 1rem;
    }

    .right-grid p {
        margin: 0 auto 60px !important;
        font-size: 15px;
    }

    div.page.blogpost-page div.page-title h1 {
        margin-top: 10px;
        padding: 0;
    }

    .row.tab_saeed_parent .tab-content {
        padding: 0 20px;
        margin-top: 60px;
    }

    .packages-wrapper .packages-box {
        margin: 0 2% 4%;
        width: 45.555%;
    }

    .master-header-wrapper.stick .admin-header-links {
        padding-bottom: 33px;
    }

}

@media screen and (max-width: 767px) {
    .limoobit_market_place .post-section-img::before {
        position: absolute;
        content: '';
        padding: 0;
        background: url(../img/newhomepage/video-yellow-border.svg) no-repeat center center;
        background-size: 100%;
        right: 0px;
        left: -5px;
        top: -203px;
        bottom: 0;
        width: 100%;
        z-index: 0;
    }

    .limoobit_market_place .post-section-img::after {
        position: absolute;
        content: '';
        padding: 0;
        background: url(../img/newhomepage/video-green-border.svg) no-repeat center center;
        background-size: 100%;
        right: 0;
        left: -1px;
        top: -225px;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }

    .ptb-90 {
        padding: 10px 0;
    }

    .ptb-100 {
        padding: 20px 0;
    }

    .links .link a {
        width: 100%;
    }

    .links .link {
        margin: 10px;
    }

    .contact-content {
        width: 100%;
    }

    .c2c-banner {
        height: 50vh;
        background-position: right top;
    }

    .circle-head-c2c {
        width: 250px;
        height: 250px;
        transform: translate(-50%, 20%);
        left: 50%;
    }

    .circle-head-c2c h1 {
        font-size: 1.4em;
    }

    .c2c-section-profit .c2c-profit-box:nth-child(2n+1) {
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    .c2c-section-profit .c2c-profit-box {
        -webkit-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        max-width: 100%;
    }

    .c2c-profit-title {
        margin-top: 0;
    }

    .contact-content {
        width: 320px;
    }

    #timeline:before {
        left: 7%;
        top: 0;
    }

    #timeline .time-section .inner .date {
        width: 90px;
        height: 90px;
        padding: 0;
        position: absolute;
        top: 0;
        left: 7%;
        line-height: 65px;
        font-size: 20px;
    }

    #timeline .time-section .inner {
        width: 75%;
    }

    #timeline .time-section:nth-child(2n+2) .inner {
        float: right;
    }

    #timeline .time-section .inner h2 {
        padding: 0;
        font-size: 16px;
    }

    #timeline .time-section:nth-child(2n+2) .inner h2:after {
        left: -5px;
    }

    .banner--img {
        display: block;
        margin: 0 auto;
        vertical-align: middle;
        width: 100%;
    }

    .banner--img {
        width: 70%;
    }

    .banner--content {
        width: 100%;
    }

    .banner--content h3 {
        font-size: 20px;
    }

    .banner--content h2 {
        font-size: 30px;
    }

    .add-text-content h2 {
        font-size: 25px;
        margin-bottom: 1rem;
    }

    .main-section-story>div:not(.tab-buttons) {
        height: unset;
        width: 100%;
    }

    .app-ylw-left.app-ylw-content,
    .app-ylw-right.app-ylw-content {
        width: auto;
        padding: 0 50px;
    }

    .app-ylw-content {
        width: 100%;
    }

    .app-ylw-left h2 {
        font-size: 28px;
    }

    .app-ylw-content>h3 {
        font-size: 24px;
    }

    .android-logo {
        bottom: auto;
        opacity: 0.2;
        position: absolute;
        right: 0;
        width: 90%;
        z-index: 0;
    }

    .app-ylw-content li {
        float: none;
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .app-ylw-content li:after {
        right: -3%;
    }

    .box-icon {
        height: 50px;
    }

    .box-content {
        padding: 10px;
    }

    .box-content>h3 {
        font-size: 15px;
    }

    .boxes-sec p {
        font-size: 14px;
        padding: 5%;
    }

    .boxes-sec h2 {
        font-size: 32px;
    }

    .pricing-bg {
        background-position: right;
        height: 200vh;
    }

    .pricing-feature-right h3 {
        font-size: 1.5em;
    }

    .para-b {
        padding: 0;
    }

    .para-a h5 {
        font-size: 33px;
    }

    .drp-banner {
        height: 100vh;
        margin-bottom: 5%;
        background-position: left top;
    }

    .circle-head-drp {
        width: 250px;
        height: 250px;
        transform: translate(-50%, 20%);
        left: 50%;
    }

    .circle-head-drp h1 {
        font-size: 1.4em;
    }

    .fix_container {
        max-width: 100%;
        padding: 0 10px;
        position: relative;
    }

    #cd-timeline .fix_container:after {
        left: 20px;
    }

    #cd-timeline .fix_container:before {
        left: 20px;
    }

    #cd-timeline {
        margin-top: 0px;
    }

    #cd-timeline::before {
        left: 17px;
        margin: 0;
    }

    .cd-timeline-content {
        width: 100%
    }

    .cd-timeline-content h2 {
        font-size: 20px;
    }

    .cd-timeline-content {
        margin-left: 30px;
    }

    .cd-timeline-thumb {
        height: auto;
        display: block;
    }

    .timelineWrap {
        padding-right: 0;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: none;
    }

    .svg-graphic {
        height: 26vh;
    }

    .budget-drp {
        padding: 0;
    }

    .budget-drp:before {
        background: none;
    }

    .budget-drp .fix-container {
        top: 10%;
    }

    .budget-drp .text-section7 {
        max-width: initial;
    }

    .budget-drp .text-section7 .heading-block>p {
        text-align: center;
    }

    .section-packages:before {
        position: absolute;
        top: 1%;
        left: 0%;
    }

    .btn-list a button:first-child {
        margin-bottom: 3%;
    }

    .btn.page-btn.white-btn {
        font-size: 13px;
        padding: 10px;
    }

    .sec11 .col-xs-12 img {
        max-width: 50%;
    }

    .yodeal-dropshipping {
        padding: 30px 0 0 0;
    }

    .circle_head {
        width: 100px;
        height: 100px;
        font-size: 6px;
    }

    .bg_img_ecco button {
        font-size: 13px;
        padding: 9px 15px;
    }

    .cta-block .right-grid {
        margin: 0;
    }

    .acc-btn>h2 {
        font-size: 15px;
        line-height: 1.2;
    }

    .yocab-banner {
        height: auto;
        margin: 0;
    }

    .yocab-logo::after {
        display: none;
    }

    .banner-text {
        top: 0%;
        transform: none !important;
        -webkit-transform: none !important;
        padding: 20px 0;
        margin-top: 25px;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .banner-text h1 {
        font-size: 24px;
        letter-spacing: 0;
        line-height: normal;
    }

    .banner-text h2 {
        font-size: 18px;
    }

    .banner-text p {
        font-size: 14px;
    }

    .yocab-works {
        margin: 0 0 20px;
    }

    .heading-block h2 {
        font-size: 24px;
    }

    .heading-block h4 {
        font-size: 20px;
    }

    .white-crcle {
        height: 161px;
        margin: 0 0 -20px;
        padding: 11px;
        width: 160px;
        border-radius: 50%;
    }

    .how-it-works::after {
        height: 20px;
        left: 50%;
        margin: 0 0 0 -32px;
        right: auto;
        top: -40px;
    }

    .workstep-crcle::after {
        right: -52px !important;
        top: 80px !important;
        transform: rotate(-11deg) !important;
        -webkit-transform: rotate(-11deg) !important;
    }

    .workstep-crcle::after {
        display: none;
    }

    .workstep-crcle::after {
        top: 50px !important;
    }

    /* .workstep-crcle:nth-child(n) {
        right: 0;
        top: 0;
    } */
    .img-block {
        margin: 25px 0 0;
    }

    .headBlock>h2 {
        font-size: 18px;
        line-height: 1.5;
    }

    .headBlock>h3 {
        font-size: 17px;
    }

    .cup-image,
    .mobile-image {
        display: none
    }

    .p-100 {
        padding: 0;
        margin: 0 0 15px;
    }

    .yc-feature {
        -webkit-box-flex: 0 1 100%;
        /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 0 1 100%;
        /* OLD - Firefox 19- */
        width: 100%;
        /* For old syntax, otherwise collapses. */
        -webkit-flex: 0 1 100%;
        /* Chrome */
        -ms-flex: 0 1 100%;
        /* IE 10 */
        flex: 0 1 100%;
    }

    .ecommerceslider {
        padding: 15px 10px;
    }

    .ecommerce-slider .graphic-screen,
    .ecommerce-slider .txt {
        display: block;
        width: 100%;
        padding: 10px;
    }

    .ecommerce-slider {
        padding: 0 0 70px;
    }

    .ecommerce-slider .slick-arrow {
        bottom: 20px;
    }

    html {
        font-size: 13px !important;
    }

    .first-fold {
        height: auto;
        padding: 20px 0;
    }

    .first-fold .circle360 {
        margin: 0 auto;
        height: 200px;
        width: 200px;
        position: static;
        transform: none;
    }

    .circle360 p {
        font-size: 2em;
    }

    .btn-position {
        position: static;
        margin: 10px auto;
        transform: none;
        text-align: center;
    }

    .page-btn {
        padding: 10px;
        margin: 0 auto;
    }

    .ecommerce-title,
    .packages-title,
    .solutions-title,
    .recommends-title,
    .section-title {
        padding: 10px 0;
    }

    .ecommerce-title h2 {
        display: block;
        max-width: none;
    }

    .ecommerce-title p {
        display: block;
        max-width: none;
    }

    .ecommerce-slider .graphic-screen {
        position: static;
    }

    .ecommerce-slider {
        min-height: inherit;
        padding: 10px;
        margin: 10px auto;
    }

    .ecommerce-slider .item:after {
        content: normal;
    }

    .ecommerce-slider .item {
        padding: 0 10px;
    }

    .ecommerce-slider .slick-list {
        padding: 0 !important;
    }

    .ecommerce-slider .graphic-screen img {
        max-width: 100%;
        height: auto;
    }

    .packages-wrapper {
        bottom: 0;
        margin: 10px auto;
    }

    .packages-wrapper .packages-box {
        width: auto;
        display: block;
        margin: 1% auto;
        padding: 20px 10px;
    }

    .section-features {
        padding: 10px 0;
    }

    .testimonial-bg:after,
    .testimonial-bg:before {
        content: normal;
    }

    .side-pager {
        display: none;
    }

    .testimonial-slider {
        padding: 10px;
    }

    .testi-slider .from {
        color: #fff;
        margin: 10px auto;
    }

    .testi-slider .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 15px;
    }

    .testi-slider .slick-prev {
        right: auto;
        left: 0;
    }

    .testi-slider .slick-next {
        right: 0;
    }

    .interested-title {
        padding: 10px;
    }

    .interested-list {
        margin-bottom: 0;
        position: relative;
        top: auto;
    }

    .interested-list.left-side {
        float: none;
    }

    .interested-list h3 {
        margin: 0 auto;
        text-align: center;
    }

    .interested-list li,
    .interested-list.right-side li {
        margin: 10px auto;
    }

    .interested-list.right-side {
        float: none;
    }

    .yokart-pic {
        position: static;
        transform: none;
    }

    .section-solutions {
        background-attachment: fixed;
        background-size: cover;
        background: #2bc9de;
    }

    .yokart-solutions {
        height: auto;
    }

    .yokart-solutions li {
        position: static;
        margin: 10px auto;
    }

    .btn-loaction {
        position: static;
        padding: 10px 0;
        text-align: center;
    }

    .features-table {
        margin: 0 auto;
    }

    .online-stores {
        height: auto;
    }

    .online-stores li {
        position: static;
        height: 280px;
        width: 280px;
        margin: 10px auto;
        text-align: center;
    }

    .online-stores li:nth-child(1),
    .online-stores li:nth-child(2),
    .online-stores li:nth-child(3) {
        height: 280px;
        width: 280px;
    }

    .section-exeperience {
        height: auto;
        padding: 10px 0;
    }

    .discuss-cta {
        height: auto;
        width: auto;
        border-radius: 0;
    }

    .discuss-inner {
        left: 0;
        padding: 10px;
        position: relative;
        text-align: center;
        top: 0;
        transform: none;
    }

    .fly {
        position: relative;
        color: #fff;
        padding: 15px 0;
    }

    .fly:before {
        font-size: 8em;
    }

    .fly h4 {
        color: inherit;
        margin-bottom: 30px;
    }

    .fly h4:after {
        background: #fff;
    }

    .fly p {
        margin: 0 auto;
        color: inherit;
        max-width: 100%;
    }

    .reading-block {
        float: none;
        padding-bottom: 50px;
        width: auto;
    }

    .mobilecaption {
        display: block;
        color: #393f40;
        font-size: 1.1em;
        font-weight: 600;
        padding: 0;
    }

    .ft-data table td:first-child .mobilecaption {
        color: #2bc7dc;
        font-size: 1.3em;
    }

    .ft-data table td {
        display: block;
    }

    .ft-data table thead {
        display: none;
    }

    .mobilecaption {
        display: block;
    }

    .packages-title {
        padding: 0;
    }

    .btn-group a button:nth-child(1) {
        margin-bottom: 3%;
    }

    .hp-diagram__top {
        padding-bottom: 180px;
    }

    .hp-diagram__sector {
        margin: 7.5px;
    }

    .hp-diagram__sector--secondary {
        position: absolute;
    }

    .hp-diagram__sector--secondary:nth-child(6) {
        top: 20%;
        left: -30%;
    }

    .hp-diagram__sector--secondary:nth-child(7) {
        top: 48%;
        left: -38%;
    }

    .hp-diagram__sector--secondary:nth-child(8) {
        top: 63%;
        left: 0%;
    }

    .hp-diagram__sector--secondary:nth-child(9) {
        top: 75%;
        left: -30%;
    }

    .hp-diagram__sector--secondary:nth-child(10) {
        top: 9%;
        left: 104%;
    }

    .hp-diagram__sector--secondary:nth-child(11) {
        top: 35%;
        left: 99%;
    }

    .hp-diagram__sector--secondary:nth-child(12) {
        top: 64%;
        left: 107%;
    }

    .hp-diagram__sector--secondary:nth-child(13) {
        top: 78%;
        left: 74%;
    }
}

@media screen and (max-width: 640px) {

    .topic-page .pricin-page-wrapper .b2c-pricing .red-cloud::before,
    .topic-page .pricin-page-wrapper .b2c-pricing .green-cloud::before,
    .topic-page .pricin-page-wrapper .b2c-pricing .yellow-cloud::before {
        left: 29%;
    }

    .topic-page .pricin-page-wrapper .green-cloud::after,
    .topic-page .pricin-page-wrapper .red-cloud::after,
    .topic-page .pricin-page-wrapper .yellow-cloud::after {
        left: 20%;
    }

    .topic-page .pricin-page-wrapper .banner-demo::before {
        height: 148px;
    }

    .topic-page section.pricin-page-wrapper {
        margin-top: 24px;
    }

    .packages-wrapper-demo .packages-box {
        width: 90%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 586px) {
    .tab_2 {
        display: none;
    }

    .tab_3 {
        display: block;
    }

    .packages-wrapper-demo .packages-box {
        max-height: 320px;
    }
}

@media screen and (max-width: 400px) {
    li.tab_saeed {
        width: 145px;
        height: 145px;
        margin: 0 3px;
    }

    .color_sec .container {
        padding: 0;
        margin: 0;
    }

    section.color_sec div.container div.row.tab_saeed_parent.tab_3 ul.nav.nav-tabs li.tab_saeed.active a,
    html.html-home-page body.home-page-body.font-comfortaa.item-type-1 div.master-wrapper-page div.master-wrapper-content div.master-column-wrapper div.center-1 section.color_sec div.container div.row.tab_saeed_parent.tab_3 ul.nav.nav-tabs li.tab_saeed a {
        font-size: 14.1px;
    }

}

@media screen and (max-width: 375px) {
    .limoobit_pannel_dashboard .desktop-laptop {

        height: 60vh;
    }

    .bg_img_ecco button {
        bottom: 6%;
    }

    .article_sec2 h1 {
        font-size: 24px;
    }

    .btn_more {
        margin: 10px;
    }

    .sec3 h4 {
        margin-bottom: 0;
        padding: 10px;
        font-size: 17px;
    }

    section.sec4 div {
        padding: 14px;
    }

    .btn_more a button:first-child {
        margin-bottom: 3%;
    }

    .yodeal-demos {
        padding: 0;
    }

    .yodeal-demos .section-title {
        font-size: 24px;
        line-height: 1.5;
        margin: -5px;
    }

    .blocks-list {
        margin: -20% -15px 5%;
    }

    .yodeal-dropshipping .benifits-for-everyone .blocks-list {
        margin: 0 -10px 5%;
    }

    .blocks-list .block {
        height: 49vh;
    }

    .block-info {
        height: 49vh;
    }

    .btn-group button:first-child {
        margin-bottom: 0;
    }

    .cta-title {
        margin: 0 0 3% 0;
    }

    .mobile-app-box .mobile-app-content p:last-child {
        width: 315px;
    }

    .topic-block-body .limoobit_pannel_dashboard::before {
        top: 57%;
    }
}




@media screen and (max-width: 319px) {
    .btn-list a button:first-child {
        margin: 0 0 2% 0;
    }

    .row.sec3 h2 {
        font-size: 1.5em;
    }

    .sec4 button.page-btn.blue-btn {
        font-size: 13px;
    }

    .btn.page-btn.white-btn {
        font-size: 12px;
        padding: 10px;
    }

    .limoobit_market_place .post-section-img::before {
        position: absolute;
        content: '';
        padding: 0;
        background: url(../img/newhomepage/video-yellow-border.svg) no-repeat center center;
        background-size: 100%;
        right: 11px;
        left: 0;
        top: -142px;
        bottom: 0;
        width: 96%;
        z-index: 2;
    }

    .limoobit_market_place .post-section-img::after {
        position: absolute;
        content: '';
        padding: 0;
        background: url(../img/newhomepage/video-green-border.svg) no-repeat center center;
        background-size: 100%;
        right: 0;
        left: -15px;
        top: -198px;
        bottom: 0;
        width: 97%;
        z-index: -1;
    }

    .limoobit_pannel_dashboard .desktop-laptop {
        width: 62%;
        padding: 50px 0 0 0;
        height: 50vh;
    }

    .limoobit_pannel_dashboard .laptop-carousel .carousel-cell img {
        height: auto;
        width: 100%;
    }

    .limoobit_pannel_dashboard .laptop-carousel .carousel-cell img {
        height: auto;
        width: 100%;
    }
}

@media all and (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}

@media all and (min-width: 1390px) {
    .header-menu>ul {
        margin: 0 50px 0;
        font-size: 0;
    }
}

@media all and (min-width: 1921px) {
    .first-fold {
        background-size: inherit;
        height: 750px;
    }

    .section-ecommerce:before,
    .section-packages:before,
    .section-interested:before,
    .section-solutions:before,
    .section-recommends:before,
    .section-reading:before,
    .fly:before {
        font-size: 14em;
    }

    .testi-slider:before,
    .testi-slider:after {
        background-size: 100%;
        width: 200px;
    }

    .interested-list li:nth-child(even) .icn {
        margin-left: 45px;
    }
}

@media all and (max-width: 768px) {
    .font-comfortaa .page-body .blog-posts .post .read-more-blog {
        margin-top: 30px;
    }
    .font-comfortaa .page-body .blog-posts .read-comments {
        float: left;
        margin-top: 50px;
        margin-left: 30px;
    }
    .page-body .rich-blog-homepage .view-all {
        transform: none;
        position: static;
        margin-top: 1rem;
    }

    .page-body .rich-blog-homepage .title {
        margin-bottom: 4rem;
    }

    .theme-mobile-slider .nivo-caption h1 {
        font-size: 10px;
    }
}
.page-body .blog-posts {
    width: 98%;
    margin: 0 auto;
}
.home-page .topic-block {
	margin: 0 auto 20px;
	padding: 30px 0;
	text-align: center;
}