html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
.rst-contaner-services{
    max-width: 940px;
    margin: 0px auto;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 3px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
* {
    box-sizing: border-box
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif
}
img {
    max-width: 100%;
    height: auto
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}
::selection {
    background: #b3d4fc;
    text-shadow: none
}
.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}
.clear {
    clear: both;
    float: none
}
.clearfix::before,
.clearfix::after {
    content: " ";
    display: table
}
.clearfix::after {
    clear: both
}
.hidden {
    display: none !important
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif
}
select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}
.hidden {
    display: none !important
}
a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.container {
    max-width: 1160px;
    margin: 0 auto
}

@media(max-width:991px) {
    .rst-main-navigation {
        position: fixed;
        top: 0;
        right: -250px;
        height: 100%;
        width: 100%;
        max-width: 250px;
        z-index: 10;
        background: #282828;
        overflow: scroll
    }
}
.rst-main-navigation ul li a {
    display: block;
    padding: 25px 10px;
    text-decoration: none;
    color: #000000;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 700
}

@media(max-width:991px) {
    .rst-main-navigation>ul>li:first-child a {
        border-top: 1px solid rgba(255, 255, 255, .1)
    }
    .rst-main-navigation ul li a {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        text-align: left;
        color: #fff;
    }
    .rst-main-navigation ul ul a {
        background: #2d2d2d
    }
    .rst-main-navigation ul ul ul a {
        background: #313133
    }
}
.rst-main-navigation ul {
    padding: 0;
    margin: 0;
    letter-spacing: -.3em
}
.rst-main-navigation>ul>li {
    display: inline-block
}
.rst-main-navigation ul li {
    position: relative;
    list-style: none;
    letter-spacing: normal
}
@media(max-width:991px) {
    .rst-main-navigation ul li {
        display: list-item
    }
}
.rst-main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    width: 150px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: all .2s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}
@media(max-width:991px) {
    .rst-main-navigation ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: all 0 ease
    }
}
.rst-main-navigation ul ul ul {
    top: 0;
    left: 100%
}
@media(min-width:990px) {
    .rst-main-navigation ul li:hover>a {
        color: #040000
    }
    .rst-main-navigation ul li:hover>ul {
        opacity: 1;
        visibility: visible;
        display: block;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@media(max-width:991px) {
    .rst-top-main-navigation {
        display: block;
        background: #282828
    }
}
.rst-toggle-menu {
    padding: 10px;
    overflow: hidden;
    width: 50px;
    height: auto;
    cursor: pointer;
    transition: all .2s ease;
    display: none;
    float: right
}
@media(max-width:991px) {
    .rst-toggle-menu {
        display: block
    }
}
.rst-toggle-menu span {
    display: block;
    transition: all .4s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 100%;
    height: 3px;
    background: #333;
    margin-bottom: 6px
}
.rst-page .rst-toggle-menu span {
    background: #555
}
.rst-main-navigation .rst-toggle-menu span {
    background: #fff
}
.rst-toggle-menu span:last-child {
    margin-bottom: 0
}
.csstransforms3d .rst-toggle-menu.active span:nth-child(2) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}
.rst-toggle-menu.active span:first-child {
    -webkit-transform: rotate(41deg) translate3d(0, 0, 0);
    transform: rotate(41deg) translate3d(0, 0, 0)
}
.rst-toggle-menu.active span:last-child {
    -webkit-transform: rotate(-41deg) translate3d(-3px, 0, 0);
    transform: rotate(-41deg) translate3d(-3px, 0, 0)
}
.rst-open-menu-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 56px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1);
    cursor: pointer;
    display: none
}
@media(max-width:991px) {
    .rst-open-menu-mobile {
        display: block
    }
}
.rst-open-menu-mobile::after,
.rst-open-menu-mobile::before {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    top: 50%;
    transition: all .2s;
    z-index: 999
}
.rst-open-menu-mobile::before {
    border-right: 1px solid #fff;
    height: 12px;
    right: 18px;
    margin-top: -5px
}
.rst-open-menu-mobile.active::before {
    display: none
}
.rst-open-menu-mobile::after {
    border-top: 1px solid #fff;
    width: 12px;
    right: 13px
}

.rst-logo {
    width:22%;
    float: left;
    padding-left: 0px;
}
.rst-wrap-main-navigation {
    width: 78%;
    float: right;
    text-align: right
}
header .rst-slider {
    text-align: center;
    margin-top: 97px
}
header .rst-slider h1 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 200px;
}
header .rst-slider p {
    font-family: 'Superior Title';
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 35px;
    margin-top: 0;
}
header .rst-slider .rst-free-now {
    background-color: #fff;
    color: #f9cb10;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 61px;
    line-height: 61px;
    margin: auto;
    width: 220px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: CAPITALIZE;
	opacity: 0.9;
}
header .rst-slider .rst-free-now:hover {
	opacity: 1;
}
header .rst-main-navigation ul li a:last-child {
    /* padding-right: 0; */
}
header .rst-slider .rst-img {
    margin-left: -30px;
    margin-top: 63px
}
header .rst-scroll {
    bottom: -40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center
}
.rst-section p {
    color: #000;
    /* font-family: "Hero"; */
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px;
}
.left-info-single.left-info-single-mannoquin p {
  
}
.rst-about {
    padding: 117px 0 107px
}
.rst-about .rst-header {
    text-align: center
}
.rst-about .rst-header h2 {
	color: #040000;
    font-family: "Montserrat";
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: -.5px;
}
.rst-about .rst-header p {
    color: #040000;
    font-family: 'Superior Title';
    font-size: 18px;
    font-style: italic;
    margin-top: 15px
}
.rst-about .rst-list-item {
    margin-top: 100px;
    margin-right: -58px
}
.rst-about .rst-list-item .rst-item {
    float: left;
    margin-right: 58px;
    text-align: center;
    width: 29%;
    text-align: center
}
.rst-about .rst-list-item .rst-item:nth-child(3n) {
    margin-right: 0
}
.rst-about .rst-list-item .rst-item .rst-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%
}
.rst-about .rst-list-item .rst-item .rst-dev {
    margin-top: 50px
}
.rst-about .rst-list-item .rst-item .rst-dev h3 {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}
.rst-about .rst-list-item .rst-item .rst-dev h3 a {
    color: #040000
}
.rst-about .rst-list-item .rst-item .rst-dev p {
    color: #828282;
    font-family: "Hero";
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 55px
}
.rst-about .rst-list-item .rst-item .rst-dev .rst-more {
    color: #5d5c5c;
    font-size: 18px;
    font-weight: 700
}

section#free-trail {
    background: #ee5a09;
	padding: 35px 0;
}
section#free-trail a.grouped
{
    margin: 135px 0 0;
    display: inline-block;
}
.rst-person {
    position: relative
}
.rst-person::before,
.rst-box-small {
    background: rgba(238, 90, 9, .9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.rst-map-company {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}
.rst-person::before {
    content: "";
    opacity: 0;
    background: rgba(248, 206, 32, .8);
    transition: .3s all;
    -webkit-transition: .3s all;
    -ms-transition: .3s all;
    -os-transition: .3s all
}
.rst-section1 .rst-left {
    width: 50%;
    float: left;
    margin-top: 100px
}
.rst-section1 .rst-left p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
	letter-spacing: 0.2px;
}
.rst-section1 .rst-left h2 {
    color: #fff;
    font-size: 88px;
    letter-spacing: -.1px;
    font-weight: 900;
    line-height: 90px;
    margin: 3px 0 0;
    text-transform: uppercase;
}
.rst-section1 .rst-left h4{
 color: #fff;
 font-size: 25px;
 font-weight: 700;
 margin: 0;
 letter-spacing: 0.2px;
}
.rst-section1 .rst-left .rst-list-item {
    margin-top: 25px
}
.rst-section1 .rst-left .rst-list-item .rst-item {
    display: inline-block;
    width: 108px;
    height: 108px;
    border: 3px solid #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 110px;
    margin-right: 17px
}
.rst-section1 .rst-left .rst-list-item .rst-item .rst_counter {
    color: #FFF; 
    font-family: "Montserrat";
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0
}
.rst-section1 .rst-left .rst-list-item .rst-item h6 {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0;
    margin: -30px 0 0
}
.rst-section1 .rst-right {
    width: 50%;
	padding-left: 80px;
    float: right
}
.form-contact {
    position: relative
}
.form-contact p {
    margin: 10px 0
}
.form-contact img {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto
}
.form-contact .rst-upimg label {
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    padding: 12px 15px;
    cursor: pointer;
    background: #f8ce20
}
.form-contact p input {
    border: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
    padding: 12px 15px;
    color: #696666;
    font-size: 13px;
    font-weight: 400
}
.rst-select-bg select {
    padding: 3px;
    margin: 0;
    border: solid 1px #ebebeb;
    border-radius: 1px;
    color: #111;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    outline: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    height: 42px;
    padding: 0 15px;
    text-align: center
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .rst-select-bg select {
        padding: 0 15px
    }
}
.rst-select-bg {
    position: relative
}
.rst-select-bg:after {
    content: "";
    top: 2px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none
}
.rst-bg-date:before {
    content: "\f017"
}
*::-moz-selection {
    color: #696666
}
.form-contact p textarea {
    border: 1px solid #ebebeb;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #696666;
    font-size: 13px;
    font-weight: 400;
    max-height: 101px
}
.form-contact p input[type="submit"] {
    background: #000;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    margin-top: 18px;
    border: 1px solid transparent;
    transition: all .5s ease 0
}
.form-contact p input[type="submit"]:hover {
    background: #ee5a09
}
.rst-section2 {
    padding: 180px 0 105px;
    position: relative
}
.rst-section2 .rst-left {
    left: 0;
    position: absolute;
    top:  90px;
	z-index: -9;
}
.rst-section2 .rst-right {
    width: 53%;
    float: right;
}
.rst-inner-section2{
	position: relative;
}
.rst-section2 .rst-right h2 {
    color: #040000;
    line-height: 50px;
    letter-spacing: -.1px;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}
.rst-section2 .rst-right .rst-header span {
    color: #040000;
    font-family: "Hero";
    font-size: 20px;
    font-weight: 400;
    margin-left: 0;
    margin-top: 15px;
	margin-bottom: 10px;
	display: block;
    letter-spacing: -.1px
}
.rst-section2 .rst-right .rst-header p {
    color: #030100;
	font-family: 'Superior Title';
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -.1px;
	margin-top: 8px;
	font-style: italic;
}
.rst-section2 .rst-right i {
    color: #040000;
    font-family: 'Superior Title';
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: -.4px
}
.rst-section2 .rst-right ol {
    margin-top: 15px;
    margin-bottom: 102px
}
.rst-section2 .rst-right ol li {
    color: #828282;
    font-family: "Hero";
    font-size: 16px;
    background: url('../images/check.jpg')no-repeat left top 13px;
    padding-left: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0
}
.rst-view,
.rst-section2 .rst-right .rst-view {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    padding: 0 65px;
    height: 63px;
    background-color: #ee5a09;
    text-align: center;
    line-height: 60px;
    display: inline-block
}
.rst-view:hover,
.rst-section2 .rst-right .rst-view:hover {
    background: #252525
}
.rst-section2 .rst-right .rst-list-item {
    margin-left: 0px;
    margin-top: 90px;
}
.rst-section2 .rst-right .rst-list-item .rst-item {
    display: inline-block;
    margin-right: 25px
}
.rst-section2 .rst-right .rst-list-item .rst-item span {
    color: #ee5a09;
    font-size: 55px;
    font-weight: 400
}
.rst-section2 .rst-right .rst-list-item .rst-item h6 {
    color: #040000;
    font-family: 'Superior Title';
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    margin: 5px 0 0 0px
}
.rst-section2 .rst-right .rst-list-item .rst-item p {
    color: #999898;
    font-family: "Hero";
    font-size: 11px;
    font-weight: 400;
    margin: 5px 0 0 0px
}
.rst-section3 {
    background: #f8f8f8;
    padding: 70px 0;
}
.rst-section3 .rst-list-dt {
    text-align: center;
    width: 100%;
    margin: auto
}
.rst-section3 .rst-list-dt .rst-item-client{
	display: inline-block;
	margin: 0 25px;
}
.rst-section3 .rst-list-dt .rst-dt {
    float: left;
    margin: 0 20px;
    width: 15%
}
.rst-avata .slick-center .rst-item {
    color: #e67e22;
    opacity: 1;
    transform: scale(1.2)
}
.rst-section4 {
    padding: 120px 0 92px
}
.rst-header-center,
.rst-section4 .rst-header {
    text-align: center;
    position: relative
}
.rst-header-section span,
.rst-section4 .rst-header h2 {
    color: #030100;
    letter-spacing: -.1px;
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.rst-header-section p,
.rst-section4 .rst-header p {
    color: #030100;
    font-family: 'Superior Title';
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -.1px;
    margin-top: 8px;
    font-style: italic
}
.rst-header-center:after,
.rst-section4 .rst-header::after {
    position: absolute;
    bottom: -40px;
    background: #333;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 35px
}
.rst-body-section4 {
    margin-top: 95px
}
.rst-section4 .rst-list {
    position: relative;
    margin: auto;
    max-width: 50%
}
.rst-section4 .rst-new {
    margin-bottom: 17px;
    max-width: 59%;
    margin: 0 auto 40px
}
.rst-section4 .slick-list {
    padding: 0 !important
}
.rst-section4 .rst-list .rst-avata {
    border-radius: 50%;
    position: relative;
    text-align: center;
    margin: 13px 17.5px;
    outline: none;
    opacity: 1
}
.rst-section4 .rst-list .rst-avata::after {
    background: rgba(238, 90, 9, .5);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    transition: all 300ms ease 0;
    content: ""
}
.rst-section4 .slick-slide img {
    margin: auto;
    width: 100%;
    height: auto
}
.rst-section4 .slick-center .rst-avata::after {
    opacity: 0
}
.rst-section4 .rst-list .slick-center .rst-avata {
    transform: scale(1.2)
}
.rst-section4 .rst-new .rst-info {
    text-align: center;
    opacity: 0;
    transition: all 300ms ease 0;
    margin-top: 23px
}
.rst-section4 .rst-new .rst-info {
    opacity: 1;
    margin-bottom: 34px;
    font-weight: 600;
    color: #9e9ea6;
}
.rst-section4 .rst-new .rst-info h6 {
    color: #333;
    font-size: 16px;
    letter-spacing: -.4px;
    margin: 0 0 2px 0;
}
.rst-section4 .rst-new .rst-info p {
    color: #999;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase
}
.slick-arrow {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 13px;
    border-radius: 50%;
    opacity: .75;
    color: #999;
    border: solid 1px #999;
    position: absolute;
    top: 50%;
    margin-top: 0;
    cursor: pointer
}
.slick-arrow:hover {
    opacity: 1
}
.slick-arrow-left {
    left: -38px
}
.slick-arrow-right {
    right: -38px
}
.rst-body-section4 .rst-dev p {
    color: #666;
    font-family: Hero;
    font-size: 16px;
    line-height: 25px;
    margin-top: 39px;
    text-align: center;
    margin: auto
}
.rst-section5 {
    padding: 55px 0 30px;
    border-top: 1px solid #e1e1e1
}
.rst-section5 .rst-box {
    position: relative
}
.rst-section5 .rst-box h4 {
    color: #000001;
    font-family: "Montserrat";
    font-size: 48px;
    font-weight: 700;
    margin: 0
}
.rst-section5 .rst-box p {
    color: #000;
    font-family: 'Superior Title';
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    margin-top: 8px
}
.rst-section5 .rst-box a {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
	padding: 0 65px;
    height: 55px;
    background-color: #ee5a09;
    text-align: center;
    line-height: 55px
}
.rst-section5 .rst-box a:hover {
    background: #252525
}
footer {
    background: #0c0c24;
    padding: 60px 0 32px
}
footer .rst-left {
    width: 40%;
    float: left
}
footer .rst-left address {
    color: #FFF;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -.2px;
    line-height: 36px;
    margin-top: -7px;
    margin-bottom: 25px
}
.rst-social ul li {
    display: inline-block;
    margin-right: 5px
}
.rst-social ul li a {
    width: 28px;
    height: 28px;
    /* background: #66696c; */
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    color: #252525
}
.rst-social ul li a:hover {
    color: #ee5a09
}
footer .rst-left {
    /* width: 60%; */
    /* float: left */
}
.rst-menu-footer ul li {
    display: inline-block
}
.rst-menu-footer ul li a {
    color: #FFF;
    font-family: "Hero";
    font-size: 16px;
    margin: 0 15px;
    font-weight: 400
}
.rst-menu-footer ul li:hover>a {
    color: #ee5a09
}
.rst-menu-footer ul li:last-child a {
    margin-right: 0
}
.rst-right {
    width: 60%;
    text-align: right;
    float: right;
}
.rst-section2 .rst-right {
    text-align: left;
}
.rst-pay {
    margin-top: 20px;
    float: right;
    padding-left: 10px
}
.rst-pay span {
    color: #FFF;
    font-family: 'Superior Title';
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    padding-top: 5px;
    float: left
}
.rst-pay ul {
    float: left
}
.rst-pay ul li {
    display: inline-block;
    margin-left: 19px
}
.box-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.main-header {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    height: auto;
    padding-bottom: 16px;
    padding-top: 16px;
}

.rst-main-navigation ul li a {
    color: #040000
}
@media (max-width: 991px) {
    .rst-main-navigation ul li a {
        color: #fff
    }
}
.rst-main-navigation ul li a:hover,
.rst-main-navigation ul li a:hover 
{
    color: #ee5a09 !important;
}
.rst-main-navigation ul li a {
    padding: 16px 10px;
}
.clear:after {
    display: block;
    width: 100%;
    content: "";
    height: 1px;
    clear: both
}
.rst-des-product {
    float: left;
    padding-right: 23px;
    width: 41.7%
}
.rst-img-product {
    float: left;
    width: 58.3%
}
.rst-img-product img {
    max-width: 100%;
    display: block;
    margin: 64px 0 0 0
}
.rst-section {
    padding: 50px 0 144px
}
.rst-detail-product {
    margin: 0 auto;
    max-width: 1160px;
    padding: 105px 0 95px;
    position: relative;
}
a.jx-knightlab {
    display: none;
}
.rst-text-left {
    float: left;
    width: 50%
}
.rst-des-product {
    float: right;
    max-width: 587px;
    width: 100%
}
.rst-img-thub {
    box-sizing: border-box;
    float: left;
    padding-left: 60px;
    width: 40%;
    padding-top: 6px;
    z-index: 0;
    position: relative;
}
.juxtapose-wrap {
    border: 1px solid #e6e7e2;
}
.rst-slide-product .slick-arrow {
    display: none !important;
}
.rst-item-product a {
    cursor: auto;
}
.rst-img-thub2 img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}
.rst-detail-product h1 {
    color: #ee5a09;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.rst-detail-product .rst-price-product {
    color: #282423;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.3px;
    margin: 3px 0 40px; 
    /* text-transform: uppercase */
}
ul.rst-delivery {
    margin: 59px 0 57px
}
.rst-delivery li {
    color: #020000;
    font-family: "Superior Title";
    font-size: 21px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 7px;
    letter-spacing: -.0px
}
.rst-delivery li a {
    color: #020000;
}
.rst-detail-product .container {
    padding-left: 250px;
    max-width: 1674px
}
.rst-detail-product .rst-view {
    font-size: 18px;
	padding: 0 35px;
}
.rst-wrapper-slide-product {
    padding: 0 60px
}
.rst-thumb-product {
    display: block;
    margin: 15px 0 2px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0;
    width: 100%
}
.rst-thumb-product img {
    margin: 0 auto
}
.rst-item-product {
    text-align: center;
    margin: 0
}
.rst-item-product>h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 7px;
    text-transform: uppercase
}
.rst-item-product>h3 a {
    color: #282423
}
.rst-item-product>h4 {
    color: #828282;
    font-family: "Superior Title";
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 23px 0
}
.rst-item-product>p {
    margin: 0;
    color: #282423;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}
.rst-header-section .container {
  max-width: 1160px;
}
.rst-list-product {
    padding: 69px 0 117px
}
.rst-header-section {
    margin-bottom: 75px
}
.rst-slide-product .slick-prev::before,
.rst-slide-product .slick-next::before {
    border: 0;
    font-size: 22px
}
.rst-slide-product .slick-prev,
.rst-slide-product .slick-next {
    top: 45%;
    z-index: 99
}
.rst-slide-product .slick-prev {
    left: -35px
}
.rst-slide-product .slick-next {
    right: -23px
}
.rst-interested.rst-section5 .rst-box h4 {
    font-size: 30px;
    letter-spacing: -.8px
}
.rst-interested .rst-box p {
    margin-top: 4px;
    letter-spacing: -.4px
}
.rst-interested {
    padding: 51px 0 39px
}
.rst-interested .container {
    max-width: 1166px
}
.rst-interested .rst-box a {
    right: 5px;
    top: 15px
}
.rst-section p {
    margin: 0px 0 10px
}
.rst-why-you-need .container {
    max-width: 820px;
    text-align: center
}
.text-yellow {
    color: #ee5a09
}
.rst-why-you-need .rst-header-section {
    margin-bottom: 92px
}
.rst-header-section h2 {
    margin: 0
}
.rst-why-choose-us {
    background: #ee5a09;
    padding: 180px 0 43px;
    position: relative
}
.rst-why-choose-us .rst-des-product {
    float: left;
    margin-left: -56px;
    margin-top: 104px;
    padding-left: 0;
    padding-right: 0
}
.rst-why-choose-us .rst-text-left {
    float: left;
    width: 35%
}
.rst-why-choose-us .rst-img-thub {
    margin-top: 0;
    padding-left: 0;
    width: 63%
}
.rst-why-choose-us .rst-img-thub>img {
    float: right;
    max-width: 1605px !important;
    width: auto
}
.rst-why-choose-us .rst-header-section {
    margin-bottom: 59px
}
.rst-feature li {
    color: #0f0f0f;
    font-family: "Myriad Pro";
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 36px;
    margin-bottom: 23px;
    background: url("../images/check-2.png") no-repeat top 7px left;
    letter-spacing: .4px
}
.rst-view.btn-black {
    background: #000;
    margin-left: 13px
}
.rst-view.btn-black:hover {
    opacity: .7
}
.rst-feature {
    margin-bottom: 90px;
    padding-left: 9px
}
.rst-why-you-need {
    padding: 167px 0
}
.rst-why-you-need {
    padding: 166px 0 145px
}
.slick-arrow {
    border: 0;
    font-size: 35px
}
.rst-banner-page {
    height: 435px;
    position: relative
}
.rst-banner-page h1 {
    position: absolute;
    margin: 0;
    color: #FFF;
    font-family: "Montserrat";
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    left: 0;
    right: 0;
    top: 54%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}
.rst-main-content-aboutus .rst-header-section {
    margin-bottom: 74px;
    text-align: center
}
.rst-quote-about {
    color: #030100;
	font-size: 20px;
    font-family: "Superior Title";
    font-style: italic;
    font-weight: 300;
    margin: 0 auto 80px;
    max-width: 830px;
	letter-spacing: -0.1px;
}
.rst-quote-about span{
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.rst-quote-about p {
    font-family: "Superior Title";
    font-size: 20px;
    letter-spacing: -.6px;
    margin: 0
}
.rst-why-you-need p{
	font-family: "Hero";
	font-size: 16px;
	color: #6d0a0a;
	font-weight: 400;
}
.rst-header-section-help-you{
	padding-bottom: 30px;
	margin-bottom: 60px;
	position: relative;
}
.rst-header-section-help-you:after{
	width: 40px;
	bottom: 0;
	position: absolute;
	background: #000;
	height: 1px;
	content:"";
	left: 0;
	right:0;
	margin: 0px auto;
}
.rst-section.rst-help-you .container{
	max-width: 820px;
}
.rst-header-section-help-you h2{
	color: #282423;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.rst-header-section-help-you p{
	color: #030100;
	font-family: 'Superior Title';
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -.1px;
	margin-top: 14px;
	font-style: italic;
}
.rst-content-help-you p{
	font-family: "Hero";
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #828282;
}
.rst-quote-about small {
    font-size: 12px
}
.rst-person {
    position: relative;
    margin: 0 14px
}
.rst-info-person {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: -100%;
    padding: 0 15px;
    transition: .3s all;
    overflow: hidden
}
.rst-person:hover .rst-info-person {
    bottom: 45%
}
.rst-person:hover::before {
    opacity: 1
}
.rst-info-person span {
    color: #282423;
    font-family: "Myriad Pro";
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0
}
.rst-person img {
    width: 100%
}
.rst-info-person p {
    opacity: .7;
    color: #16191f;
    font-family: "Myriad Pro";
    font-size: 12px;
    font-weight: normal;
    line-height: 100%;
    margin: 0
}
.rst-main-content-aboutus {
    padding: 131px 0 52px
}
.rst-main-content-aboutus .rst-header-section p {
    margin-top: 0
}
.rst-wrapper-slide-aboutus {
    margin: 0 0 116px
}
.rst-inner-content-about {
    margin: 0 auto;
    max-width: 1040px;
    letter-spacing: -.1px
}
.rst-section .rst-inner-content-about p {
    line-height: 36px;
    margin: 0 0 25px 0
	
}
.rst-activity .rst-person {
    margin: 0
}
.rst-activity .rst-person img {
    filter: saturate(0);
    -webkit-filter: saturate(0);
    -ms-filter: saturate(0);
    -moz-transition: .3s all;
    cursor: pointer
}
.rst-activity {
    padding: 40px 0
}
.rst-help-you {
    padding: 102px 0 55px
}
.rst-help-you .rst-header-section {
    margin-bottom: 100px
}
.rst-activity .rst-person::before {
    background: rgba(0, 0, 0, .4);
    opacity: 1;
    z-index: 1
}
.rst-activity .rst-person:hover::before {
    opacity: 0
}
.rst-person {
    cursor: pointer
}
.rst-contact-left {
    float: left;
    width: 46%
}
.rst-contact-left:first-of-type {
    margin-right: 8%
}
.rst-main-content-contactus form {
    margin: 0;
    padding: 0
}
.rst-main-content-contactus .form-contact p input.btn-yellow {
    background: #ee5a09;
    border: medium none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 54px;
    margin-top: 10px;
    text-transform: none;
    width: 237px;
	-webkit-transition:all 0.35s linear;
    -moz-transition:all 0.35s linear;
    -ms-transition:all 0.35s linear;
    -o-transition:all 0.35s linear;
    transition:all 0.35s linear
}
.rst-main-content-contactus .form-contact p input.btn-yellow:hover{
	background: #000;
}
.form-contact h3 {
    color: #0e0909;
    font-family: "Hero";
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 61px
}
.rst-main-content-contactus .rst-section p {
    color: #0e0909
}
.rst-contact-detail {
    border: 3px solid #ee5a09;
    padding: 57px 103px 32px 67px
}
.rst-contact-detail>h2 {
    font-family: "COCOGOOSE";
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 0 33px;
    padding-left: 24px;
    text-transform: uppercase
}
.rst-contact-detail li {
    font-family: "Hero";
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 29px;
    padding-left: 26px;
    position: relative
}
.rst-contact-detail li:after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ee5a09;
    top: 10px;
    left: 0;
    position: absolute
}
.rst-contact-detail li a {
    color: #0e0909
}
.rst-main-content-contactus {
    padding: 134px 0 93px
}
.rst-section .form-contact p {
    margin: 0 0 30px
}
.rst-main-content-contactus .form-contact p textarea,
.rst-main-content-contactus .form-contact p input {
    border: 1px solid #898989;
    color: #040000;
    font-size: 14px;
    padding: 12px 15px
}
.rst-main-content-contactus .form-contact p textarea {
    height: 170px;
    max-height: 170px;
    padding: 1px 7px
}
.rst-contact-left:last-of-type {
    padding-left: 18px;
    padding-top: 36px
}
.rst-map-company iframe {
    width: 100%;
    pointer-events: none
}
.rst-map-company {
    margin-bottom: 78px;
    max-width: 1920px;
    margin: 0 auto
}
.rst-list-faq h2 {
    font-size: 20px;
    margin: 0 0 42px;
    position: relative;
    cursor: pointer;
	color: #252525;
}
.rst-list-faq li{
	color: #828282;
    font-family: "Hero";
    font-size: 16px;
}
.rst-list-faq li p{
	color: #828282;
    font-family: "Hero";
    font-size: 16px;
	
}
.rst-list-faq h2::before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: -36px;
    position: absolute;
    top: 11px;
    width: 5px
}

.rst-list-faq li {
    margin-bottom: 45px;
    padding-left: 45px
}
.rst-main-content-faq.rst-section {
    padding: 134px 0
}

.rst-answer {
    display: none
}
.rst-list-faq li:first-child .rst-answer {
    display: block
}
.rst-emcomerce-sidebar {
    float: left;
    width: 22.5%
}
.rst-ecomerce-left {
    float: left;
    padding-right: 38px;
    width: 77.5%
}
.rst-thumbnail {
    float: left;
    margin-top: 4px
}
.rst-list-post-sidebar li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 57px;
    padding-bottom: 33px
}
.rst-item-post img {
    display: block;
    margin-bottom: 71px;
    max-width: 100%
}
.rst-thumbnail img {
    max-width: 70px;
    height: auto
}
.rst-despost {
    margin-left: 88px
}
.rst-main-content-ecommerce {
    padding: 140px 0
}
section.rst-main-content-ecommerce.rst-section {
    padding-top: 90px;
    color: #000;
    padding-bottom: 55px;
}
.rst-item-post h2 {
    font-weight: 700;
    margin: 0 0 16px;
}
.rst-item-post small {
    display: block;
    font-family: "Superior Title";
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 74px
}
.rst-item-post h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 97px 0 5px;
    text-transform: uppercase
}
.rst-section .rst-item-post p {
    line-height: 33px;
    margin: 0 0 20px
}

.meta-post>span {
    display: inline-block;
    font-family: "Myriad Pro";
    font-size: 13px;
    font-style: normal;
    margin-right: 0px;
    padding-left: 0px;
    position: relative;
	color: #949393;
}
.meta-post > span + span {
	margin-left: 85px;
}
.meta-post>span::before {
	display: none;
    background: #ee5a09;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 10px
}
.widget h2 {
    font-size: 20px;
    letter-spacing: -.1px;
    line-height: 100%;
    margin: 0px 0 25px;
    text-transform: uppercase
}
.widget ul{
    margin: 0px;
    padding: 0;
    list-style: none;
}
.widget ul li{
    margin: 6px 0;
}
.widget ul li:first-child{
    margin-top: 0;
}
.widget ul li:last-child{
    margin-bottom: 0;
}
.widget ul li a{
    color: #000;
    display: block;
    line-height: 1.6;
}
.rst-despost>h3 {
    font-family: "Hero";
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -.2px;
    line-height: 20px;
    margin: -4px 0 0
}
.rst-despost>h3 a {
    color: #000;
    line-height: 1.4 !important;
    transition: .3s all
}
.rst-despost>h3 a:hover {
    color: #ee5a09
}
.rst-section .rst-despost>p {
    font-family: "Superior Title" !important;
    font-size: 14px !important;
    font-style: italic !important;
    margin: 4px 0 0 !important; 
    line-height: 24px !important;
}
.rst-list-post-sidebar li .rst-thumbnail{
    margin: 0 !important;
}
.rst-list-post-sidebar li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px  !important; 
    padding-bottom: 10px  !important;
        margin-top: 0 !important;
}
.rst-ecomerce-left .slick-dotted.slick-slider {
    margin-bottom: 125px
}
.slick-dots {
    bottom: -127px;
    z-index: 9
}
.slick-dots li {
    text-align: center;
    margin: 0
}
.slick-dots li button {
    background: #000;
    border-radius: 50%;
    height: 10px;
    padding: 0;
    width: 10px;
    margin: 0 auto
}
.slick-dots .slick-active button {
    background: #ee5a09
}
.slick-dots li button::before {
    opacity: 0
}
.rst-recent-post.widget {
    margin-bottom: 81px
}
.img-loading {
    display: none;
    margin-left: 10px;
        margin-top: 8px;
}
.message-succser {
    color: #7bca0a;
    display: none
}
#fusk {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1
}
.rst-upimg {
    position: relative;
    overflow: hidden
}
.rst-wrapper-content {
    margin: 0 auto
}
.rst-wrapper-popup-free-trail {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: .2s all
}
.rst-close-popup-free-trail {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer
}
.inner-form {
    bottom: auto;
    left: auto;
    margin: auto;
    max-width: 394px;
    position: absolute;
    right: auto;
    top: -100%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 3;
    transition: .5s all
}
.inner-form .form-contact {
    margin-top: 0
}
.rst-close-form {
    color: red;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -20px;
    width: 20px;
    z-index: 3
}
#clickdesk_header,
.click-desk-closed-header {
    border-radius: 0 !important
}
#clickdesk_header .cdw-chat-header-avatar,
.click-desk-closed-header .click-desk-visitor {
    border-radius: 50% !important
}
.rst-our-work {
    background: #ee5a09;
    color: #000;
    overflow-x: hidden;
}
.rst-our-work p {
    color: #050505;
}
.rst-our-work .rst-text h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Montserrat";
    margin: 40px 0px 5px;
}
.rst-our-work .rst-text p {
    font-size: 18px;
    font-family: "Superior Title";
    font-weight: 700;
    font-style: italic;
}
.rst-our-work .rst-text {
    margin-bottom: 40px;
}
.rst-lst-our-work {
    font-family: "Hero";
    float: left;
    width: 100%;
    padding-right: 360px;
    max-width: 810px;
    padding-top: 50px;
}
.rst-form-upload {
    float: right;
}
.rst-lst-our-work li {
    position: relative;
    padding-left: 70px;
}
.rst-lst-our-work li + li {
    margin-top: 45px;
}
.current-step .rst-lst-number {
    color: #fff;
    background: #000;
}
.rst-lst-number {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 600;
    width: 48px;
    height: 48px;
    border: 2px solid #000;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.rst-lst-text {
    float: left;
    color: #050505;
}
.rst-lst-our-work .rst-work-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: "Myriad Pro";
}
.rst-lst-our-work .rst-work-text {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}
.rst-form-upload {
    position: relative;
}
.lst-step {
    height: 516px;
}
.lst-step .rst-upload-step {
    width: 349px;
    height: 516px;
}
.rst-upload-step.step-1 {
    background: url('../images/bg-upload.jpg');
    text-align: center;
    color: #FFF;
    z-index: 15;
}
.rst-upload-step.step-1 .upload-title {
    font-family: "Bebas";
    font-size: 54px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}
.rst-upload-step.step-1 p {
    color: #fff;
    font-family: "Hero";
    font-size: 18px;
}
.rst-upload-step.step-1 span {
    font-family: "Superior Title";
    display: block;
    margin: -15px 0 10px;
    font-size: 49px;
    font-weight: 300;
}
.rst-upload-step.step-1 button {
    background-color: #ee5a09;
    border: none;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 900;
    margin: 73px 0 10px;
    text-transform: uppercase;
    color: #fff;
}
.rst-upload-step {
    position: absolute;
    right: 0;
}
.rst-wrap-step {
    position: relative;
    height: 100%;
}
.list-upload-right {
    position: relative;
    z-index: 10;
    background: #fff;
}
.rst-upload-step.step-1 button {
    width: 241px;
    height: 67px;
}
.rst-upload-step.step-2 {
    background: #fff;
    z-index: 10;
}
.rst-upload-step.step-2 .rst-wrap-step {
    padding: 50px 25px;
}
.rst-upload-step.step-3 .rst-wrap-step {
    padding: 210px 15px 50px;
}
.rst-upload-step.step-1 .rst-wrap-step {
    padding: 90px 10px 20px;
}
.rst-upload-step.step-3 {
    background: #fff;
    text-align: center;
    z-index: 5;
}
.rst-upload-step.step-3 button {
    width: 127px;
    height: 48px;
    background-color: #ee5a09;
    border: none;
    color: #FFF;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.rst-upload-step.step-3 .upload-title {
    color: #ee5a09;
    font-family: "Montserrat";
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.rst-upload-step.step-3 p {
    color: #050505;
    font-family: "Hero";
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.rst-form-control {
    height: 49px;
    width: 100%;
    border: 0.5px solid #C1C5C7;
    margin-bottom: 12px;
    padding: 0 14px;
    color: #707071;
    font-family: "Montserrat";
    font-size: 13px;
}
textarea.rst-form-control {
    height: 106px;
    resize: none;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 12px;
}
.wrap-dropdown {
    display: inline-block;
    width: 100%;
    height: 48px;
    position: relative;
    vertical-align: middle;
    background-color: #ee5a09;
    font-family: "Montserrat";
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}
.wrap-dropdown ul {
    z-index: 10;
    position: absolute;
    top: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0.5px solid #fff;
    left: -1px;
    right: -1px;
    display: none;
    background: #ee5a09;
    color: #FFF;
}
.wrap-dropdown li {
    padding: 10px;
    border-top: 0.5px solid #fff;
    position: relative;
    width: 100%;
    cursor: pointer;
    margin-left: 0;
}
.wrap-dropdown li:nth-of-type(1) {
    border: none;
}
.wrap-dropdown a {
    display: block;
    height: 48px;
    line-height: 48px;
    position: relative;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}
.wrap-dropdown a:hover {
    text-decoration: none;
}
.wrap-dropdown a::before {
    position: absolute;
    right: 13px;
    background: transparent url('../images/arrow.png') no-repeat;
    content: "";
    display: block;
    width: 13px;
    height: 8px;
    top: 21px;
}
::-webkit-input-placeholder {
    color: #707071;
    font-family: "Montserrat";
    font-size: 13px;
}
:-moz-placeholder {
    color: #707071;
    font-family: "Montserrat";
    font-size: 13px;
    opacity: 1;
}
::-moz-placeholder {
    color: #707071;
    font-family: "Montserrat";
    font-size: 13px;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #707071;
    font-family: "Montserrat";
    font-size: 13px;
}
.rst-form-action button {
    width: 84px;
    height: 40px;
    margin: 0;
    float: right;
    background-color: #ee5a09;
    border: none;
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 900;
}
.rst-form-action a {
    display: block;
    float: left;
    margin-top: 15px;
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
}
.type-project button {
    color: #363941;
    font-family: "Montserrat";
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0.5px solid #C1C5C7;
    width: 135px;
    float: left;
    height: 48px;
    background: #fff;
    margin-bottom: 12px;
    position: relative;
}
.type-project button::before {
    content: '';
    position: absolute;
    display: block;
    left: -1px;
    right: -1px;
    opacity: 0;
    top: -1px;
    bottom: -1px;
    border: 2px solid #ee5a09;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 1;
}
.type-project button:first-of-type {
    width: 164px;
    border-right: none;
}
.type-project button:last-of-type {
    border-left: none;
}
.type-project button.selected::before {
    opacity: 1;
}
@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    33.3333% {
        width: 4px;
        height: 0;
    }
}
@-moz-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    33.3333% {
        width: 4px;
        height: 0;
    }
}
@-ms-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    33.3333% {
        width: 4px;
        height: 0;
    }
}
@keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    33.3333% {
        width: 4px;
        height: 0;
    }
}
.checkmark {
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
    margin: 32px 19px;
}
.success .checkmark:after {
    -webkit-animation: check .5s;
    -moz-animation: check .5s;
    -o-animation: check .5s;
    animation: check .5s;
}
.success .checkmark:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: '';
    display: block;
    height: 10px;
    left: 14px;
    position: absolute;
    top: 10px;
    width: 4px;
}
.upload-wrap {
    height: 280px;
}
.list-file-upload {
    margin: 0 -7.5px;
}
.list-file-upload li {
    width: 33.33%;
    float: left;
    padding: 7.5px 7px;
    position: relative;
    font-size: 0;
    height: 98px;
}
.rst-upload-step.current-step {
    opacity: 1;
    z-index: 99;
}
.list-upload.open {
    right: 100%;
    z-index: 1;
    width: 355px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.rst-upload-step {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.rst-upload-step.step-2 .rst-wrap-step::before {
    content: "";
    background: #fff;
    z-index: 9;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.list-upload {
    position: absolute;
    right: 0;
    width: 100%;
    height: 460px;
    background-color: #363941;
    top: 30px;
    padding: 30px 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    z-index: -1;
}
.list-file-upload li .overlay {
    position: absolute;
    top: 7.5px;
    left: 7px;
    right: 7px;
    bottom: 7.5px;
    z-index: 9;
    transition: all 0.5s;
}
.list-file-upload li.working .overlay {
    background: rgba(33, 139, 200, 0.0);
}
.list-file-upload li.success .overlay {
    background: rgba(33, 139, 200, 0.8);
}
.upload-header {
    border-bottom: 1px solid #fff;
    position: relative;
    margin-bottom: 20px;
}
.upload-header p {
    color: #F5F7FB;
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 400;
}
.upload-header .close {
    position: absolute;
    display: block;
    color: #F5F7FB;
    right: 10px;
    top: 5px;
}
.hide {
    display: none;
}
/* Pricing section */
section.rst_pricing {
    padding: 95px 0 0px;
    text-align: center;
}
.top-title-retouching p{
	color: #030100;
	font-family: 'Superior Title';
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -.1px;
	margin-top: 14px;
	font-style: italic;
}
.rst_pricing .rst_container {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 15px;
}
.rst_pricing .rst_row {
    margin-left: -27px;
    margin-right: -27px;
}
.rst_pricing .rst_col {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
	 width: 25%;
    padding: 0 27px;
  margin-bottom: 90px;
}
section.rst_pricing{
	overflow: hidden;
}
.rst_pricing .image-pricing{
	margin-left: -20px;
	margin-right: -20px;
}
.rst_pricing .rst_table {
    background: #f8f8f8;
    padding: 0px 20px 53px;
}
.rst_pricing .rst_table span {
    display: block;
}
.rst_pricing .rst_type {
    color: #151414;
    font-size: 22px;
    font-weight: 300;
    margin: 20px 0 7px;
	line-height: 1.4;
}
.rst_pricing .rst_number_images {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 25px;
	line-height: 1.2;
}
.rst_pricing .price {
    color: #151414;
    font-size: 30px;
	line-height: 1;
    margin: 0 0 30px;
	font-weight: 300;
}
.rst_pricing .rst_sub {
    color: #151414;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 24px;
}

.rst_pricing .rst_btn {
    background: #3d3e3d;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 14px 0;
    text-transform: uppercase;
    display: block;
}
.rst_pricing  .rst_btn.grouped {
    background: #ee5a09;
}
.rst_pricing .rst_btn:hover,
.rst-detail-product .rst-view:hover {
    background: #ee5a09;
    transition: .2s;
}
.rst_pricing .rst_table li {
    font-size: 13px;
    margin: 0 0 20px;
	color: #151414;
	font-weight: 300;
}
.image-pricing img{
	width: 100%;
}
.rst_pricing .rst_table li:last-child {
    margin: 0;
}
.rst_pricing .rst_col:nth-child(4) .rst_sub {
    font-size: 16px;
    margin: 0 0 26px;
}
.rst_pricing .rst_table ul {
    margin: 42px 0 60px;
}
.rst-text-contact{
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.25px;
	margin-top: 45px;
}
.rst_pricing .rst_container h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 74px;
}
.rst_buyer_say .rst_container {
    margin: 0 auto;
    max-width: 1130px;
    text-align: center;
}
.rst_buyer_say .rst_box {
    float: left;
    width: 33.332%;
}
.rst_buyer_say .rst_container h4 {
    color: #030100;
    font-size: 30px;
    font-weight: 800;
    margin: 116px 0 0;
    text-transform: uppercase;
}
.rst_buyer_say .rst_sub {
    font-family: superior title;
    font-size: 18px;
    font-style: italic;
    margin: 12px 0 68px;
}
.rst_buyer_say .rst_paragraph p {
    color: #080808;
    font-size: 14px;
    line-height: 19px;
    margin: 28px 0 18px;
}
.rst_buyer_say .rst_author {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 -2px;
    text-transform: uppercase;
}
.rst_buyer_say .rst_job {
    color: #282423;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.rst_buyer_say .rst_paragraph i {
    color: #fac917;
}
.rst_buyer_say .rst_paragraph h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 6px;
    text-transform: uppercase;
}
.rst_buyer_say .rst_paragraph {
    padding: 0 15px;
}
.rst_buyer_say {
    border-bottom: 1px solid #eee;
    padding: 0 0 88px;
}
/* edit css */
.font-italic {
    font-style: italic;
}
.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 !important;
}
.baner-data img {
    width: 100%;
    max-width: 100%;
}
.info-data h3 {
    font-family: "Montserrat";
    font-size: 15px;
    color: #545454;
    font-weight: normal;
    margin-top: 60px;
    margin-bottom: 18px;
}
.info-data {
    max-width: 820px;
    margin: 0 auto;
}
.left-data {
    width: 50%;
    float: left;
}
.right-data {
    width: 44%;
    float: right;
    padding-top: 47px;
}
#data .right-data h5 {
    font-size: 13px;
    color: #464646;
    margin-top: 0;
	margin-bottom: 5px;
}
.rst-select-service {
    border: 1px solid #d7d7d7;
    color: #878787;
    outline: none;
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
    width: 100%;
    font-size: 14px;
    font-family: "Montserrat";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icon_drop_select.png);
    background-repeat: no-repeat;
    background-position: right 17px center;
    border-radius: 0px;
    background-color: #ffffff;
}
.form-backgrounds.form-option-upload {
    margin-bottom: 10px;
}
.form-background p,
.type-images p {
    display: inline-block;
    font-size: 12px;
    color: #464646;
    letter-spacing: -1.1px;
    margin-bottom: 6.5px;
    margin-top: 0;
}
.form-background p:first-child {
    margin-right: 20px;
}
.type-images p {
    margin-right: 25px;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    max-width: 100%;
    border: solid 1px #d7d7d7;
	color: #878787;
    font-family: "Montserrat";
    font-size: 14px;
}
.contact-form p {
    margin-top: 7px;
    margin-bottom: 7px;
}
.contact-form input {
    height: 42px;
    padding-left: 15px;
}
.contact-form textarea {
    min-height: 116px;
    overflow: hidden;
    text-align: left;
    padding: 15px;
}
.contact-form {
    margin-top: 23px;
}
.btn-send {
    padding-top: 5px;
	    float: right;
}
#rst-no-popup-trail .btn-send {
	float: none;
}
.btn-cancel {
    width: auto;
    display: inline-block;
    padding-top: 5px;
}
.btn-cancel input {
    width: auto;
    background-color: #fff;
    border: none;
    display: inline-block;
    text-decoration: underline;
    font-size: 13px;
	color: #121212 !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 0;
    padding-left: 0;
}
.form-option-upload p {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	color: #464646;
	line-height: 36px;
	font-size: 13px;
}
.clearfix {
	clear: both;
	height: 0;
	line-height: 0;
}
.btn-cancel input:hover {
    text-decoration: none;
}
.btn-send input {
    background-color: #040000;
    color: #fff;
    text-align: center;
    line-height: 40px;
	height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
	letter-spacing: 0.2px;
    border: none;
	display: inline-block;
	padding: 0 30px;
	width: auto;

}
.btn-send input:hover,
.btn-send input.success {
	opacity: 1;
    background: #ee5a09;
}
.btn-send input.success:hover {
    background-color: #ee5a09;
    transition: .2s;
}
.readmore h4 {
    font-size: 15px;
    color: #464646;
    font-weight: bold;
    margin-bottom: 0;
	font-family: 'Myriad Pro', sans-serif;
	letter-spacing: 1px;
}
.readmore p {
    font-size: 14px;
    line-height: 30px;
    color#464646;
}
.info-upload-right p{
	line-height: 20px;
}
.line {
    width: 84px;
    height: 2px;
    background-color: #ee5a09;
    margin-top: 3px;
    margin-bottom: 0px;
}
.text-thanks {
    line-height: 17px;
    font-size: 13px;
    text-align: center;
    padding-bottom: 38px;
    margin-bottom: 0;
}
.pakeget .info-data {
    max-width: 1161px;
}
.pakeget h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #464646;
    margin-top: 75px;
}
.pakeget .right-data {
    padding-right: 80px;
    padding-left: 80px;
    padding-top: 9px;
	width: 45%;
}
.info-upload-column {
	width: 49%;
    display: block;
    float: left;
}
.info-upload-column.info-upload-left p {
    line-height: 30px;
}
.info-upload-right img {
	width: 50px;
    margin-right: 10px;
    margin-top: 8px;
    margin-bottom: -8px;
}
.info-upload-column a:first-child img {
    margin-top: 0px;
}

.info-upload-column span {
    display: inline-block;
    vertical-align: middle;
}
.info-upload-column a {
    display: inline-block;
    vertical-align: middle;
}
.pakeget{
	font-family: 'Myriad Pro', sans-serif;
}
.pakeget .left-data {
    padding-top: 9px;
    width: 55%;
}
.pakeget .readmore {
    margin-top: 56px;
}
input[type=radio] {
    display: none;
}
input[type=radio] + label:before {
    content: '';
    display: inline-block;
    border: 1px solid #b4b9be;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top:0px;
    position: relative;
    margin-right: 7px;
}
#rst-no-popup-trail input[type=radio] + label:before {
	border-radius: 4px;
}
label:hover:before {
    background-color: #8cc34a;
    border-width: 0;
}
input[type=radio]:checked + label:before {
    height: 10px;
    width: 10px;
    background-color: #8cc34a;
    border-color: #fff;
}
@media screen and (max-width: 1186px) {
    .pakeget .left-data {
        width: 100%;
        padding: 15px;
    }
    .pakeget .right-data {
        width: 100%;
        padding: 15px;
    }
    .pakeget  {
        padding: 15px;
    }
    .pakeget .left-data img {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 849px) {
    .left-data,
    .right-data,
    .info-data h3 {
        width: 100%;
        padding: 15px;
    }
}
#popup-trail {
    display: none;
}
input[type="file"] + .parsley-errors-list{
    margin-top: -10px;
}
#trail-upload .rst-upload{
    margin-bottom: 30px;
}
.trail-upload-btn {
    text-transform: uppercase;
    color: #fff;
    background: #ee5a09;
    border: none;
    padding:  0 20px;
    height: 50px;
	line-height: 50px;
    font-family: 'Montserrat';
    border-radius: 0px;
	letter-spacing: 0.2px;
    margin-bottom: 20px;
}
.trail-upload-btn img {
    margin: 0 15px 0 0;
	vertical-align: -8px;
}
.trail-list-upload img {
    float: left;
}
.wrap-process {
    position: absolute;
    left: 57px;
    top: 50%;
    transform: translateY(-50%);
     color: #464646;
    font-family: "Myriad Pro";
    font-size: 14px;
    font-weight: 400;
    right: 0;
}
.wrap-process .upload-process{
    transform:translate(0,0);
        background: #dedede;
        height: 2px;
        width: 100%;
        margin-top: 5px;
}
.trail-list-upload li{
    position: relative;
}
.text-thanks{
	display: none;
    opacity: 0;
    transition: opacity 0.25s;
}
.text-thanks.sended{
	display: block;
    opacity: 1;
}
.text-thanks.sended h3 {
    margin: 15px 0;
    font-weight: 600;
}
.text-thanks.sended {
    position: fixed;
    left: 0;
    top: 20%;
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 30px;
    z-index: 2;
}
.text-thanks-before {
    position: fixed;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100%;
}
.trail-list-upload li+li{
    margin-top: 5px;
}
.wrap-process .loading-bar{
    background: #ee5a09;
    height: 2px;
    display: block;
    transition: all 0.25s;
    width: 0;
}
.success .upload-process{
    opacity: 0;
}
.success .file-name{
    opacity: 0.5;
}
.success .wrap-process{
    background: url('../images/success-mark.png') no-repeat right center;
}
section.pakeget{
	padding: 105px 0 65px 0;
}
.package-list-upload li{
    display: block;
    float: left;
    width: 160px;
    height: 153px;
    padding: 0 5px;
    position: relative;
    margin-bottom: 10px;
}
.package-list-upload{
    margin-left: -5px;
    margin-right: -5px;
}
.package-list-upload .upload-btn a {
    background: url(../images/newbrown.jpg) no-repeat;
    display: block;
	height: 152px;
    width: 160px;
}
.package-list-upload .upload-process{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.package-list-upload .file-name{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Myriad Pro';
    overflow: hidden;
    display: block;
    
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    z-index: 99999999;
    opacity: 1;
    line-height: 30px;
}
.package-msg{
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: -1;
text-align: center;
}
#data{
	position: relative;
}
#data.show-msg .package-msg{
opacity: 1;
z-index: 1;
}
#data.show-msg .info-data{
opacity: 0;
max-height: 700px;
}
.fancybox-title {
display:none;
}
.package-list-upload li:hover .remove{
	display: block;
}
.package-list-upload .remove{
	position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: -4px;
    background: url('../images/remove.png');
    border-radius: 50%;
    top: -8px;
    z-index: 999;
    background-size: 100% 100%;
    display: none;
    cursor: pointer;
	display: none!important;
}
.parsley-errors-list li{
    display: block;
    font-size: 14px;
	margin-top: 8px;
	color: red;
font-weight: 700;
}
.rst_pricing_description .rst_container {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 15px;
}
.row {
  margin: 0 -15px;
}
.col-sm-6 {
  padding: 0 15px;
  float: left;
  width: 50%;  
}
.col-sm-12 {
  padding: 0 15px;
  float: left;
  width: 100%;  
}
.rst_pricing_description {
  padding: 70px 0 90px;
}
.rst_pricing_description h3 {
  text-align: center;
}
.rst_image_col img {
  width: 100%;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.rst_image_col img:nth-child(2) {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.rst_image_col {
  box-sizing: border-box;
  float: left;
  width: 16.6667%;
  padding: 0 2px;
}
.rst-img-thub .rst_image_col {
  width: 100%;
}
.rst_image_col .rst_content
{
  position: relative;
}
.rst_gallery {
  margin: 0 -2px;
}
.rst-gallery {
  margin: 40px 0 0;
  overflow: hidden;
}
.rst_image_col:hover img:nth-child(2)
{
  opacity: 1;	
}
/********fix-css**********/
/**page-retouching.php**/
.list-photo-services h3 {
	color:#cf0000;
	font-size:35px;
	text-align:center;
}
.list-photo-services .container {
	max-width:1175px;	
}
.inner-list-photo-services {
	background:#f7f7f9;
	padding:35px 0 0 0;
	max-width:1160px;
	width:100%;
	margin:0 auto; 
}
.inner-list-photo-services h2 {
	color:#3d3d3d;
	font-size:20px;
 	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
	margin-top:0px;
	margin-bottom:35px;
}
.wrap-box-photo-services {
	text-align:center;
}
.box-photo-services:first-child {
	background:none;
}
.box-photo-services {
	background:url(../images/bg-boder-photo-services.jpg) 0px 20px no-repeat;
	float:left;
	max-width:290px;
	width:100%;
}
.box-photo-services a {
	display:block;
}
.box-photo-services a img {
	width:98%;
	/*margin:-20px auto 0;*/
}
.box-photo-services span {
	display:block;
	font-size:14px;
}
.box-photo-services span.decription {
	color:#aaaaaa;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}
.box-photo-services span.guide {
	color:#3d3d3d; 
	font-size:17px;
	font-family: 'Montserrat', sans-serif;
	width:80%; 
	padding:5px 12px;
	margin: 5px auto;
	-webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.box-photo-services span.guide:hover {
	opacity:0.5; 
 	-webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.box-photo-services span.price {
	color:#fff;
	background:#ee5a09;
 	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	zoom:1;
	*display:inline;
	padding:5px 12px;
	margin:5px 0;
}
/**End page-retouching.php**/
/***single.php***/
.rst-single-product .thumbnail-single {
	margin-bottom:50px;
}
.rst-single-product .left-info-single {
	float:left;
	max-width:820px;
	padding-right:100px;
	box-sizing: border-box;
	width:100%;
}
.rst-full-info-single  h1 {
	color: #0f0f0f;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.rst-full-info-single .rst-header-info-service p{
	color: #030100;
    font-family: "Superior Title" !important;
    font-size: 18px !important;
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-top: 12px !important;
	margin-bottom:40px !important;
	display:block;
}

.rst-single-product .rst-show-free-now {
	margin-top:20px;
}
.rst-single-product .right-info-single {
	float:left;
	max-width:340px;
	width:100%;
	padding-top:50px;
}
.right-info-single p {
	margin-top:15px;
	text-transform:uppercase;
	font-size:13px;
}
.right-info-single p span {
	font-weight:bold;
	font-size:20px;
}
 
/***End single.php***/
/***fix css2***/
.rst-main-navigation ul .current_page_item > a {
	color: #ee5a09;
}

.rst-main-navigation ul ul li a:hover,.rst-main-navigation ul ul .current_page_item > a {
    background: #9e9ea6!important;
    color: #fff!important;
}
.thumbnail-single {
	position:relative;
}
 
.full-image-hover {
	position:absolute;
	top:0;
	left:0;
	right:0;
	opacity:0;
}
.thumbnail-single:hover .full-image {
	opacity:0;
}
.thumbnail-single:hover .full-image-hover {
	opacity:1;	
}
.rst-list-post-sidebar li {
    margin-bottom: 25px;
    padding-bottom: 15px;
}

/***fix css2-1***/
.box-photo-services {
	position:relative;
	padding-bottom:35px;
}
.hover-bg {
	opacity: 0;
	background:#000;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	cursor:pointer;
	-webkit-transition: all 1s ease 0s; 
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.box-photo-services:hover .hover-bg { 
	opacity: 0.24;
	-webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  
}
 /* add new fix */ 
li.preview.success {
    width: 25%;
    float: left;
	margin-bottom: 10px;
	position: relative;
}
li.upload-btn.add {
    width: 25%;
    float: left;
}
#trail-upload li.preview.clearfix.success {
    float: none;
    width: 100%;
    height: auto;
    line-height: 30px;
	overflow: hidden;
}
.package-list-upload li img {
    width: 100%;
}
@media screen and (max-width: 1230px) {	 
	.box-photo-services {	 
		width: 24.65%;
	}
	.rst-single-product .left-info-single {
		padding-right: 8.6%;
		width: 70.52%;
	}
	.rst-single-product .right-info-single {
		width: 29.24%;
	}
}
@media screen and (max-width: 1080px) {	
	.box-photo-services span {
		font-size:12px;	
	}
	.box-photo-services span.guide {
		font-size: 15px;	
	}
}
@media screen and (max-width: 980px) {		
	.box-photo-services {	 
		max-width:inherit;
		width: 49.3%; 
	}
}
@media screen and (max-width: 767px) {	
	.rst-single-product .left-info-single {
		padding-right: 0;
		width: 100%;
	}	
	.rst-single-product .right-info-single {
		max-width: inherit;
		width: 100%;
		padding-top:30px;
	}
}
@media screen and (max-width: 568px) {		
	.box-photo-services {	 
 		width: 90%; 
		float:none;
		margin:0 auto;
		background:none;
	}
}
/******************************************************/
/*************25/11/2017 add template page************/
.left-info-single-mannoquin h3{
	color: #0c0c24;
    margin-top: 30px;
	font-size: 30px;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.left-info-single-mannoquin-header {
	margin: 0 0 30px 0;
}
.left-info-single-mannoquin .left-info-single-mannoquin-header p{
	color:#0f0f0f;
    font-family: 'Superior Title';
    font-size: 18px;
    font-style: italic;
    margin-top: 0px;
}
.left-info-single-mannoquin p{
	color:#000;
	font-size: 16px;
	font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.8;

}
.rst-services-mannoquin {
	background:#ee5a09;
	padding:80px 0 30px 0;
}
.rst-services-mannoquin.rst-about .rst-header h2 {
	color:#fff;
	margin-top:0px;
}
.rst-services-mannoquin.rst-about .rst-list-item .rst-item .rst-dev h3,
.rst-services-mannoquin.rst-about .rst-list-item .rst-item .rst-dev p {
	font-size:24px;
	color:#0f0f0f;	
	font-weight:300;
	text-transform:none;  
}
.rst-services-mannoquin.rst-about .rst-list-item .rst-item .rst-dev p {
	font-size:16px;
}
.rst-services-mannoquin.rst-about .rst-list-item .rst-item .rst-img img {
	width:auto;
	height:auto;
}
.rst-services-mannoquin.rst-about .rst-list-item .rst-item .rst-dev {
	margin-top:35px;
}
.rst-services-mannoquin.rst-about .rst-list-item {
	margin-top:80px;
	margin-right:0px;
}
.rst-about .rst-list-item .rst-item .rst-dev p {
	margin-bottom:70px;
}
.rst-services-mannoquin.rst-about .rst-list-item .rst-item {
	width:21%;
	margin-right:5%;
}
.rst-services-mannoquin.rst-about .rst-list-item .rst-item:nth-child(3n) {
	margin-right:5%;
}
.rst-services-mannoquin.rst-about .rst-list-item .rst-item:nth-child(4n) {
	margin-right:0px;
}
.rst-section4.rst-section4-1 {
	padding-top:55px;
}
.thumb-product-mannoquin {
	margin-bottom:20px;
	position:relative;
}
.thumb-product-mannoquin .box-mannoquin {
	width:50%;
	float:left;
}
.thumb-product-mannoquin .box-mannoquin.left img {
	float:left;
}
.thumb-product-mannoquin .box-mannoquin.right img {
	float:right;
}
.thumb-product-mannoquin .text-mannoquin {
	position:absolute;
	top:280px;
	left:0;
	right:0;
}
.text-mannoquin h3 {
	font-size:76px;
	line-height:60px;
	color:#000;
	margin-top:0px;	
	text-align:center;
	font-family: "Montserrat";
	font-weight:800;
	text-transform:uppercase;
}
/* bun add 15042018 */
.slick-arrow i.fa {
	font-size: 14px;
    border: 1px solid;
    border-radius: 50%;
    width: 30px;
    line-height: 28px;
    height: 30px;
}
.slick-arrow {
    margin-top: -6px;
}
/* bun add css 19042018 */
@media screen and (min-width: 767px){
	.bi-col-4 {
		float: left;
		width: 25%;
		text-align: center;
		padding: 25px 15px;
	}
}
.bi-box-products {
    margin-left: -15px;
    margin-right: -15px;
	padding-top: 0px;
}
.bi-col-4.bi-col-product .rst-title-product {
	display: block;
    padding: 25px 0 0px 0;
    color: #000000;
	color: #000;
	font-size: 15px;
    font-weight: 700;
	text-transform: uppercase;
}
.bi-col-product .rst-thumb-product2{
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
        width: 170px;
}
.bi-col-product img{
	display: block;
	margin: 0px auto;
	
}
.rst-col-product img{
    border-radius: 50%;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.rst-col-product a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.content-top-product-detail {
    margin-bottom: 35px;
}
span.before-after {
    font-size: 14px;
    margin-top: 6px;
    display: inline-block;
}
.box-techniques h6 {
    font-weight: 400;
    font-size: 20px;
	font-family: "Hero";
    margin: 32px 0 12px 0;
    font-style: normal;
	color: #020000;
}
.box-techniques {
    margin-bottom: 50px;
    font-size: 15px;
    font-weight: 400;
	font-family: "Hero";
    font-style: italic;
    color: #020000;
	line-height: 24px;
}
.rst_gallery-content {
    margin-left: -2px;
    margin-right: -2px;
}
.rst_gallery {
    overflow: hidden;
}
.bi-box-contaner h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
.rst-main-content-ecommerce.rst-section .bi-box-contaner h4 {
    padding-bottom: 10px;
	margin-top: 0;
}
.rst_container.pricing-retouching h4 {
    margin-bottom: 0;
	color: #000;
}
.top-title-retouching {
    margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {	
	.text-mannoquin h3 {
		font-size:50px;
		line-height:50px;
	}
	.rst-services-mannoquin.rst-about .rst-list-item .rst-item {
		width:45%;
	}
}
@media screen and (max-width: 767px) {
	.thumb-product-mannoquin .text-mannoquin {
		top:160px;	
	}
	.text-mannoquin h3 {
		font-size:35px;
		line-height:35px;
	}
	.bi-col-4.bi-col-product {
		width: 50%;
		text-align: center;
	}
	.bi-col-4.bi-col-product:nth-child(2n+1) {
		clear: left;
	}
	.bi-col-4.bi-col-product img {
		display: block;
		margin: 0 auto;
	}
	.bi-col-4.bi-col-product span {
		display: inline-block;
		padding: 10px 0;
		color: #000;
	}
	.rst-main-navigation ul li a,
	.rst-main-navigation ul li:hover>a {
		color: #fff;
	}
	.rst-about .rst-header h2 {
		font-size: 25px;
	}
	.rst-section1 .rst-left {
		width: 100% !important;
	}
}
@media screen and (max-width: 568px) {
	.rst-services-mannoquin.rst-about .rst-list-item .rst-item,
	.rst-services-mannoquin.rst-about .rst-list-item .rst-item:nth-child(3n),
	.rst-services-mannoquin.rst-about .rst-list-item .rst-item:nth-child(4n) {
		width:95%;
		margin:0 auto; 
		float:none;
	}
}
@media screen and (max-width: 480px) {
	.thumb-product-mannoquin .text-mannoquin {
		top:80px;	
	}
	.text-mannoquin h3 {
		font-size:30px;
		line-height:30px;	
	}
	
}
@media screen and (max-width: 375px) {
	.text-mannoquin h3 {
		font-size:25px;
		line-height:25px;	
	}	
}
.rst-gallery-service-container{
	margin: 0 auto;
	padding: 30px 0 0px 0;
    max-width: 1160px
}
.rst_item_service img{
	width: 100%;
}
.rst-gallery-service .slick-arrow{
	width: 35px;
	height: 35px;
	line-height: 34px;
	opacity: 1;
	background: rgba(255,255,255,.5);
	color: #596f7e;
	text-align: center;
	font-size: 18px;
	z-index: 997;
	top: 50% !important;
	margin: 0 !important;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
}
.rst-gallery-service .slick-arrow i.fa {
    font-size: 18px;
    border: none;
    border-radius: 50%;
    width: auto;
    line-height: normal;
    height: auto;
}
.rst_gallery-slider + .rst-detail-product{
	padding-top: 60px;
}
.rst-gallery-service .slick-prev:before,.rst-gallery-service  .slick-next:before{
	display: none;
}
.rst-gallery-service .slick-prev{
	left: 15px;
}
.rst-gallery-service .slick-next{
	right: 15px;
}
/*custom css*/

.widget_categories li a {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.widget_categories h2 {
    margin-bottom: 10px;
}

.widget_categories {
    margin-bottom: 35px;
}
iframe[name="google_conversion_frame"] {
    display: none;
}
.comment-form-comment label {
    display: block;
}
.comment-respond small {
    margin: 0;
}

.rst-why-choose-us .rst-img-thub > img {
    /* max-width: 100% !important; */
}
h2.category-box-title {
    margin-top: 0;
    font-size: 38px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
}
@media screen and (min-width: 769px){
	.rst-main-navigation ul ul {
		width: 250px;
		box-shadow: 1px 1px 4px 0px #ccc, 0px 0px 0px #ccc;
		background: #fff;
	}
	.rst-main-navigation ul ul li a {
		padding: 12px 15px!important;
		text-align: left;
		font-weight: 400;
	}
	.rst-main-navigation ul ul li:hover a {
		background: #9e9ea6!important;
		color: #fff!important;
	}
}

.rst-slide-aboutus .slick-arrow {
    display: none!important;
}
/*new css*/
.rst-banner{
	padding: 120px 0 0px 0;
	background-size: cover;
	background-position: top center;
	background-color: #ee5a09;
}
.text-center{
	text-align: center;
}
.rst-img-banner{
    text-align: center;
    position: relative;
}
.rst-img-banner .rst-img-main{
    margin-bottom: -28px;
    
}
.rst-img-banner .rst-img-position{
    position: absolute;
    bottom: -90px;
    left: 0;
    
}
.rst-inner-banner  h1{
	color: #fff;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -.1px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
}
.rst-inner-banner  p{
	font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 0;
	line-height: 1.6;
	max-width: 700px !important;
	margin: 0px auto 45px;
}
.rst-inner-banner  a{
	background-color: #fff;
    color: #ee5a09;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: auto;
    padding: 0 55px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.rst-inner-banner  a:hover{
	color: #fff;
	background: #000;
}
.rst-img-banner{
	margin-top: 60px;
}
.main-header.main-header1{
	background: none;
	position: absolute;
	width: 100%;
	border: none;
	z-index: 999;
}
.rst-logo img{
	display: block;
}
.rst-main-navigation{
	margin-top: 1px;
}
.main-header1 .rst-main-navigation > ul > li > a{
	color: #fff;
}
.rst_clearfix:after{
    content:"";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.rst-box-service{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-top: 78px;
}
.rst-box-service:nth-child(1),.rst-box-service:nth-child(2){
	margin: 0;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.img-tay{
    vertical-align: middle;
    margin-left: 10px;
}
.rst-we-work{
    padding: 125px 0 50px 0;
    overflow: hidden;
}
.rst-heading  .rst-title-box{
    margin: 0 0 75px 0;
    padding: 0;
    color: #0c0c24;
    font-size: 30px;
    text-transform: uppercase;
}
.rst-box-process {
    margin-bottom: 30px;
}
.rst-box-process p{
    color: #0c0c24;
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px;
    margin-bottom: 0;
}
.rst-working-process{
    margin-left: -25px;
    margin-right: -25px;
}
.rst-working-process .rst-box-process{
    width: 25%;
    float: left;
        padding-left: 25px;
    padding-right: 25px;
}
.rst-box-service h3{
	color: #040000;
	font-size: 22px;
	margin: 0 0 20px 0;
}
.rst-box-service p{
	font-weight: 300;
	color: #828282;
	font-size: 14px;
	line-height: 27px;
	margin: 0 0 30px 0;
}
.rst-section1 .rst-left h4 span{
    width: 50px;
    line-height: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #ee5a09;
    display: inline-block;
    font-size: 30px;text-align: center;
    font-weight: 700;
}
.rst-box-service a{
	background-color: #ee5a09;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: auto;
    padding: 0 35px;
    -webkit-transition: all .3s ease;
	letter-spacing: -0.1px;
    transition: all .3s ease;
}
.rst-box-service a:hover{
	background: #000;
}
.rst-we-work2{
    background: #eceff1;
    padding-top: 95px;
}
.rst-content-in{
    padding: 100px 0 100px 0;
}
.rst-content-in h1{
    color: #0c0c24;
    font-size: 30px;
    text-align: center;
    margin: 0 0 45px 0;
    text-transform: uppercase;
}
.rst-list-demo{
    overflow: hidden;
    border-top: 2px solid #f15a24;
    margin-top: -1px;
}
.rst-list-demo-example{
    overflow: hidden;
}
.rst-row-demo{
    margin-left: -1px;
    margin-right: -1px;
}
.rst-sub-in{
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    font-style: italic;
    margin: 0 0 20px 0;
}
.rst-client-said{
    padding: 95px 0 65px 0;
}
.rst-column-said:nth-child(2){
    margin-top: 25px;
}
.rst-column-said:nth-child(2) .rst-box-said:first-child .rst-inner-box-said:after{
    content:"";
    background: url('../images/quote1.png') no-repeat center;
    width: 42px;
    height: 38px;
    position: absolute;
    left: 35px;top: -20px;
}
.rst-column-said:nth-child(2) .rst-box-said:last-child .rst-inner-box-said:after{
    content:"";
    background: url('../images/quote2.png') no-repeat center;
    width: 42px;
    height: 38px;
    position: absolute;
    right: 35px;bottom: -20px;
}
.rst-column-said:nth-child(2) .rst-box-said .rst-avata-said{
    right: 12px;
    position: absolute;
    top: -30px;
    bottom: auto;
}
.rst-column-said:nth-child(2) .rst-box-said:nth-child(2n) .rst-avata-said{
    right: auto;
    left: 12px;
    position: absolute;
    top: auto;
    bottom: -30px;
}
.rst-box-said .rst-avata-said{
    right: 12px;
    position: absolute;
    bottom: -30px;
    max-width: 60px;
    border-radius: 60%;
}
.rst-box-said:nth-child(2n) .rst-avata-said{
    top: -30px;
    bottom: auto;
    left: 12px;
}
.rst-list-said{
    margin-left: -6px;
     margin-right: -6px;
}

.rst-box-said:nth-child(4) .rst-avata-said,.rst-box-said:nth-child(5) .rst-avata-said{
    top: -30px;
    right: auto;
    left: 12px;
    bottom: auto;
}
.rst-box-said:nth-child(6) .rst-avata-said {
    top: auto;
    bottom: -30px;
    right: auto;
    left: 12px;
}
.rst-inner-box-said p{
    font-family: Myriad Pro;
    font-size: 15px;
    line-height: 22px;color: #000000;
    margin: 0;
}
.rst-box-said:nth-child(2n+1) .rst-inner-box-said p{
    line-height: 26px;
}
.rst-column-said:nth-child(2) .rst-box-said:nth-child(2n+1) .rst-inner-box-said p{
    font-size: 15px;
    line-height: 22px;
}
.rst-inner-box-said h5{
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    
}
.rst-inner-box-said{
    background: #eceff1;
    padding: 40px 25px;
    position: relative;
    margin-bottom: 44px;
}
.rst-column-said:first-child .rst-box-said:nth-child(2n) .rst-inner-box-said,.rst-column-said:nth-child(3) .rst-box-said:nth-child(2n) .rst-inner-box-said,.rst-column-said:nth-child(2) .rst-box-said:nth-child(1) .rst-inner-box-said{
    margin-bottom: 16px;
    
}
.rst-demo-banner{
    width: 33.333%;
    padding-left: 1px;
     padding-right: 1px;
     margin-bottom: 2px;
     float: left;
}
.rst-demo-banner img{
    width: 100%;
    display: block;
}
.rst-inner-content-in{
   font-size: 16px;
   line-height: 1.8;
}
.rst-inner-content-in p{
    margin-bottom: 35px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.rst-services{
	padding: 90px 0 95px 0;
	background: #f1f2f2;
}
.rst-img-service img{
    border-radius: 50%;
}
.rst-img-service{
	width: 175px;
	float: left;
}
.rst-img-service + .rst-detail-service{
	margin-left: 235px;
}
.rst-content-why-you-need{
	margin-top: 50px;
}
#rst-no-popup-trail{
	background: #fff;
	text-align: left;
	border-radius: 3px;
	padding: 60px 50px;
	color: #040000;
}
.rst-content-data h5{
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 12px 0;
}
.rst-content-data .type-images{
	margin-bottom: 20px;
}
.rst-content-data .type-images p{
	color: #040000;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.rst-content-data .contact-form p{
	margin: 0 0 20px 0;
}
.rst-content-data .btn-send{
	padding-top: 0;
	margin-bottom: 0 !important;
}
.rst-content-data .wrap-process{
	color: #fff;
}
.rst-main-content-ecommerce.rst-section p{
	color: #000;
	font-family: "Hero";
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.content-top-product-detail{
	font-family: "Hero";
}
.content-top-product-detail h3{
	font-size: 20px;
	color: #020000;
	text-transform:  uppercase;
	margin: 0 0 5px 0;
	font-weight: 400;
	font-family: "Hero";
}
.content-top-product-detail span{
	display: block;
	font-size: 18px;
	color: #020000;
}
.top-title-retouching h4{
	text-transform: uppercase;
}
.left-info-single,.left-info-single p{
	
}
.left-info-single p{
	margin-bottom: 25px;
}
.rst-main-content-aboutus,.rst-main-content-aboutus p{
	font-family: "Hero";
	font-size: 16px;
	font-weight: 400;
	
}
.rst-main-content-aboutus p{
	color: #828282;
}
.rst-main-content-aboutus .rst-header-section h2{
	color: #282423;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
	text-align: center;
}
.rst-main-content-aboutus .rst-header-section p{
    color: #030100;
	font-family: 'Superior Title';
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -.1px;
	margin-top: 14px;
	font-style: italic;
}
.rst-list-team{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
}
.rst-box-team{
	width: 25%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.rst-gallery-aboutus .rst-person{
	width: 25%;
	float: left;
}
.rst-gallery-aboutus .rst-person img{
	display: block;
}
.rst-gallery-aboutus .rst-person:nth-child(4n+1){
	clear: left;
}
.rst-inner-box-team{
	position: relative;
}

.rst-inner-box-team:after{
	content:"";
	height: 100%;
	width: 100%;
	background: rgba(12,12,36,0.7);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition:all 0.35s linear;
    -moz-transition:all 0.35s linear;
    -ms-transition:all 0.35s linear;
    -o-transition:all 0.35s linear;
    transition:all 0.35s linear;
	height: 100%;
}
.rst-inner-box-team .rst-content-team{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	-webkit-transition:all 0.35s linear;
    -moz-transition:all 0.35s linear;
    -ms-transition:all 0.35s linear;
    -o-transition:all 0.35s linear;
    transition:all 0.35s linear;
	opacity: 0;
	transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
	z-index: 99;
}
.rst-inner-box-team:hover:after,.rst-inner-box-team:hover .rst-content-team{
	opacity: 1;
}
.rst-inner-box-team .rst-content-team h3{
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	margin: 0 0 4px 0;
	text-transform: uppercase;
}
.rst-inner-box-team .rst-content-team span{
	font-family: "Hero";
	font-size: 12px;
	font-weight: 400;
}
.easy-wp-page-navigation a, .easy-wp-page-navigation span{
	padding: 0;
	border-color: #e1e1e1;
	margin: 0 3px;
	line-height: 40px;
	height: 40px;
	width: 40px;
}
.easy-wp-page-navigation a:hover, .easy-wp-page-navigation span.current{
	background: #000;
	color: #fff !important;
	border-color: #000;
}
.easy-wp-page-navigation a.next,.easy-wp-page-navigation a.prev,.easy-wp-page-navigation a.last-page-link{
	width: auto;
	padding: 0 10px;
}
.main-header1 .rst-toggle-menu span{
	background: #fff;
}
.rst-emcomerce-sidebar .widget{
    margin-bottom: 50px;
}
.rst-emcomerce-sidebar .widget:last-child{
    margin-bottom: 0px;
}

.rst-item-post h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0 5px;
    text-transform: uppercase;
}
.rst_post_thumb img {
    margin-bottom: 48px;
}

.single section.rst-main-content-ecommerce.rst-section{
    padding: 140px 0;
}
.rst_recent_post p.rst_author {
    color: #030100;
    font-family: montserrat;
    font-style: italic;
    position: relative;
    line-height: normal;
    padding: 0 0 0 20px;
    margin: 15px 0 20px !important;
    line-height: 20px !important;
}
.screen-reader-response{
    display: none !important;
}
.rst-list-faq li .rst-answer{
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.rst-content-data .form-option-upload p {
    color: #040000;
}
.rst-btn-trail{
    position: relative;
}
.rst-btn-trail .img-loading {
    position: absolute;
    top: 17px;
    right: -25px;
    margin: 0;
}
.rst-column-said {
  width: 33.333%;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}
.rst-overlay-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
}
.rst-inner-over-popup {
    position: fixed;
    top: 50%;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 999;
}
.rst-overlay-popup:after {
    background: #fff;
    opacity: 0.89;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    position: fixed;
}
.rst-inner-over-popup span {
    color: #212121;
    font-size: 18px;
    margin: 10px 0 0 0;
    display: block;
}
.rst-main-content-ecommercer{
    padding: 80px 0 100px 0;
    font-family: "Hero";
}
.bi-col-product{
    padding-top: 0;
    padding-bottom: 50px;text-align: center;
}
.rst-inner-content-ecommercer{
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
}
.rst-inner-content-ecommercer h3{
    margin:0 0  45px 0;
    padding: 0;
    color: #0c0c24;
    font-size: 30px;
    text-transform: uppercase;
}
.rst-inner-content-ecommercer p{
    margin-bottom: 30px;

    margin-top: 0;
}
.rst-we-work3{
    padding-top: 100px;
    border-top: 1px solid #eee;
}
.rst-list-demo-example + .rst-we-work3{
    border: none;
}
.rst-height-fixed {
    height: 103px;
    display: none;
}
.rst_sticky {
    position: fixed !important;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    z-index: 999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.header-fixed-show {
    top: 0;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.header-fixed {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.bi-box-products + .rst-inner-content-ecommercer{
    padding-top: 30px ;
}
.rst-banner-ecommercer{
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #ee5a09;
}
.rst-title-banner-ecommercer{
    width: 50%;
    padding: 165px 0 190px 0;
}
.rst-banner-ecommercer .container{
    position: relative;
}
.rst-title-banner-ecommercer h1{
    color: #fff;
    font-size: 39px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.rst-thumb-banner-ecommercer{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 720px;
    -moz-transform: translateY(-50%);
}
.rst-thumb-banner-ecommercer img{
    smax-height: 480px;
    
}
.rst-title-banner-ecommercer p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 20px 0;
    font-family: "Myriad Pro";
}
.rst-title-banner-ecommercer > a{
    background-color: #fff;
    color: #ee5a09;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: auto;
    padding: 0 55px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    
}
.rst-title-banner-ecommercer > a:hover{
    color: #fff;
    background: #000;
}
.rst-title-banner-ecommercer2{
    padding: 125px 0 220px 0;
}

.rst-box-products-6 .bi-col-product .rst-thumb-product2{
    width: 140px;
}
.img-tay{
    -webkit-animation: floatBurger 2s infinite;
    animation: floatBurger 2s infinite;
}
.rst-full-info-single{
    font-family: "Hero";
}
.rst-full-info-single p{
    font-size: 15px;
    margin-top: 0;
        font-family: "Hero";
}
@-webkit-keyframes floatBurger{
    0%,to{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    50%{
        -webkit-transform:translateX(20px);
        transform:translateX(20px)
    }
}
@keyframes floatBurger{
    0%,to{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    50%{
        -webkit-transform:translateX(20px);
        transform:translateX(20px)
    }
}


.rst-container-service {
	max-width: 1020px;
	margin: 0 auto 0;
	padding-top: 135px;
}
.rst-service-left{
	width: 390px;
	float: left;
}
.rst-service-right{
	width: calc(100% - 390px);
	float: left;
	padding-left: 95px;
}
.rst-slider-image{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.rst-btn-action-service{
	margin-top: 35px;
}
.rst-btn-action-service a{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	width: 190px;
	text-align: center;
	float: left;
	background: #ee5a09;
	display: inline-block;
}
.rst-btn-action-service a + a{
	float: right;
	background: #000000;
}
.rst-service-right h3, .rst-service-right h2{
	color: #000000;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

.rst-service-right p{
	font-family: Myriad Pro;
	font-size: 16px;
	color: #000000;
	line-height: 28px;
}
.rst-service-right ul{
	margin-left: 13px;
}
.rst-service-right ul li{
	font-family: Myriad Pro;
	font-size: 16px;
	color: #000000;
	line-height: 28px;
	padding-left: 25px;
	background: url('../images/bullet.png') no-repeat left center;
}
.rst-review-service{
	margin-top: 34px;
}
.rst-review-content{
	background: #fff;
	font-family: Myriad Pro;
	color: #000;
	line-height: 28px;
	padding: 25px 40px;
	font-size: 16px;
	background: #fff;
	border-radius: 15px;
	position: relative;
	margin-bottom: 17px;
}
.rst-review-content:after{
	width: 29px;
	height: 30px;
	content:"";
	background: url('../images/arrow_bottom.png') no-repeat center;
	position: absolute;
	bottom: -20px;
	right: 55px;
}
.rst-review-avatar-service{
	float: right;
	margin-right: 15px;
	margin-left: 20px;
}
.rst-list-service{
	background: #eceff1;
}
.rst-review-author-service{
	text-align: right;
}
.rst-review-author-service h5{
	margin:0px 0 5px 0;
	padding-top: 10px;
	color: #000000;
	font-family: Myriad Pro;
	font-size: 14px;
	text-transform: uppercase;
}
.rst-list-service{
	padding-bottom: 135px;
}
.twentytwenty-overlay{
	display: none;
}
.rst-title-banner-ecommercer2 > a{
	padding: 0 30px;
}
.rst-title-banner-ecommercer2 > a + a{
	background: #000000;
	color: #fff;
	margin-left: 10px;
}
.rst-title-banner-ecommercer2>a+a:hover{
	background: #fff;
	color: #ee5a09;
}
.rst-btn-action-service a:hover{
	background: #000000;
	color: #fff;
}
.rst-content-free-quote{
	width: 60%;
	float: left;
}
.rst-content-free-quote > h3{
	color: #000001;
	font-size: 32px;
	margin: 0 0 5px 0;
line-height: 1.1
}
.rst-free-quote{
	padding: 60px 0;
	background: url('../images/bg_quote.png') repeat-x center left;
}
.rst-content-free-quote > p{
	font-size: 18px;
	font-family: Myriad Pro;
	margin: 0;
	line-height: 26px;
}
.rst-thumbnail-free-quote{
	width: 40%;
	float: left;
	text-align: right;
}

.rst-content-free-quote form h5{
	font-size: 16px;
	color: #040000;
	font-family: Myriad Pro;
	margin: 22px 0 10px 0;
}
.rst-content-free-quote form h5 span{
	color: #ff0000;
}
.rst-content-free-quote form h5 i{
	    font-size: 0.8em;
}
.rst-content-free-quote form input[type="text"],.rst-content-free-quote form input[type="email"],.rst-content-free-quote form input[type="url"]{
	border: 1px solid #a1a1a1;
	height: 37px;
	line-height: 37px;
	padding: 0 20px;
	width: 100%;
	font-size: 16px;
}
.rst-content-free-quote form textarea{
	border: 1px solid #a1a1a1;
	height: 140px;
	line-height: 26px;
	padding: 10px 20px;
	font-size: 16px;
	width: 370px;
	display: block;
	resize: none;
}
.rst-message-form{
	position: relative;
}
.rst-content-free-quote form input[type="submit"]{
	height: 100%;
	background: #ed5709;
	border: none;
	font-family: Myriad Pro;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	width: 155px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	color: #fff;
}
.rst-content-free-quote form .rst-field-input{
	width: 250px;
	float: left;
	margin-right: 12px;
}
.rst-content-free-quote form .rst-field-input.rst-field-input-7{
	width: 310px;
}
.rst-content-free-quote form .rst-field-input.rst-field-input-10{
	max-width: 512px;
	width: 100%;
	float:  none;
}
.rst-content-free-quote form .rst-field-input.rst-field-input-3{
	width: 190px;
}
.rst-content-free-quote form {
	width: 540px;
}
.rst-content-free-quote form .rst-field-input label{
	color: #040000;
	font-size: 12px;
	font-family: Myriad Pro;
	font-weight: 400;
	display: block;
	margin: 5px 0 0 ;
}
.radio-service p{
	width: 50%;
	float: left;
	color: #000000;
	margin: 0 0 6px 0;
	font-family: Myriad Pro;
	font-size: 15px;
}
.radio-service input[type=radio]+label:before{
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border-color: #020202;
}
.radio-service input[type=radio]:checked+label:before ,.radio-service input[type=radio] + label:hover:before {
    height: 12px;
    width: 12px;
    background-color: #ed5709;
    border-color: #020202;
}
.rst-container-service2 .rst-service-left {
    width: 390px;
    float: right;
}
.rst-container-service2 .rst-service-right {
    padding-left: 0;
    padding-right: 95px;
}
.rst-title-banner-ecommercer3 {
    padding: 170px 0 130px;
}
.rst-title-banner-ecommercer3 .rst-thumb-banner-ecommercer{
	width: 800px;
	top: 80px;
	transform: none;
	-webkit-transform: none;
}
.rst-title-banner-ecommercer.rst-title-banner-ecommercer3  h1{
	line-height: 1.3;
}
.rst-title-banner-ecommercer.rst-title-banner-ecommercer3 p{
	margin-bottom: 30px;
}

section.rst_pricing{
	padding-top: 70px;
	padding-bottom: 0px;
}
.rst_pricing .rst_btn.rst-scroll-trial{
	background: #ee5a09;
}
.rst_pricing .rst_sub{
	line-height: 1.3;
}
.rst-service-right p a{
	color: #ee5a09;
	font-size: 16px;
	font-weight: 700;
	padding-left: 20px;
	margin-left: 13px;
	display: inline-block;
	background: url('../images/bg_link.png') no-repeat center left;
}
.rst-banner-slider .rst-banner-ecommercer{
	height: 605px;
}

.page-template-template-jewelry-landing2 .rst-banner-slider .rst-banner-ecommercer{
	height: 805px;
}
.rst-banner-slider .rst-banner-ecommercer .rst-title-banner-ecommercer2 {
    padding: 120px 0 0 0;
	width: 85%;
	
}
.page-template-template-jewelry-landing2 .rst-banner-slider .rst-banner-ecommercer .rst-title-banner-ecommercer2 {
    padding: 200px 0 0;
    width: 90%;
}
.rst-banner-slider .rst-banner-ecommercer .rst-title-banner-ecommercer2  h1{
    padding-top: 120px 0 0 0;
	font-size: 130px;
	font-weight: bold;
	line-height: 120px;
	margin: 0 0 45px 0;
	font-family: 'UTM Avo';
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
	
}
.rst-banner-slider .rst-banner-ecommercer .rst-title-banner-ecommercer2  h5
{   
    padding-top: 120px 0 0 0;
	font-size: 100px;
	font-weight: bold;
	line-height: 110px;
	margin: 0 0 45px 0;
	font-family: 'UTM Avo';
    color:#fff;
    text-transform:uppercase;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.rst-banner-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.rst-banner-slider + .rst-we-work,.rst-banner-ecommercer + .rst-we-work{
	border: none;
}
.rst-banner-slider  .slick-dots{
	text-align: left;
	max-width: 1160px;
	width: 100%;
	bottom: 95px;
	left: 0;
	right: 0;
	margin: 0px auto;
}
.rst-banner-slider  .slick-dots li button{
	width: 12px;
	height: 12px;
	background: none;
	
	border: 1px solid #fff;
}
.rst-banner-slider  .slick-dots li.slick-active button{
	border-color: #f15a24;
	background: #f15a24;
}
.rst-btn-action-service a + a:hover{
	    background: #ee5a09;
}
.addthis-smartlayers{
	display: none;
}
.single .addthis-smartlayers{
	display: block;
}
.slick-dots li button::before{
	display: none !important;
}
.twentytwenty-container{
	min-height: 520px;
}

.main-header.rst_sticky{
	padding-bottom: 5px;
padding-top: 5px;
}
.rst_sticky .rst-logo img {
    display: block;
    height: 50px;
    margin-top: 8px;
}
.filled-custom{
	display: none;
    margin-top: -10px;
}
input[type="file"] + .parsley-errors-list{
	display: none;
}
input[type="file"] + .parsley-errors-list + .filled-custom{
	display: block;
}
.parsley-success + .parsley-errors-list + .filled-custom{
	display: none !important;
}

.container-small{
	max-width: 893px;
	margin: 0px auto;
	width: 100%;
}
.rst-title-banner-ecommercer4{
	padding-top: 200px;
	padding-bottom: 145px;
	text-align: center;
}
.rst-title-banner-ecommercer4 h1{
	margin: 0 0 45px 0;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase;
}
.rst-title-banner-ecommercer4 p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin: 0;
	font-family: Myriad Pro;
	letter-spacing: 0.2px;
}
.rst-what-our-client{
	padding-top: 95px;
	padding-bottom: 100px;
}
.rst-what-our-client h2{
	font-size: 30px;
	color: #0c0c24;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 80px 0;
	text-transform: uppercase;
}
.rst-box-benefit{
	margin-bottom: 70px;
}
.rst-box-benefit:last-child{
	margin-bottom: 0px;
}
.rst-box-benefit h3{
	font-size: 30px;
	color: #000000;
	line-height: 1.3;
	margin: 45px 0 15px 0;
}
.rst-box-benefit p{
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	color: #000000;
	letter-spacing: 0.2px;
	font-family: Myriad Pro;
}
.content-retouch-leading{
	padding-top: 90px;
	padding-bottom: 70px;
}
.content-retouch-leading h3{
	font-size: 30px;
	color: #000000;
	line-height: 1.3;
	margin: 0 0 40px 0;
}
.content-retouch-leading p{
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	font-family: Myriad Pro;
	letter-spacing: 0.2px;
}
.content-retouch-leading p + h3{
	margin-top: 55px;
}
.rst-list-service-retouch h2{
	font-size: 35px;
	color: #000;
	line-height: 1;
	font-size: 700;
	text-align: center;
	margin: 0 0 80px 0;
}

.rst-thumb-service-retouch{
	float: right;
	width: 525px;
}
.rst-info-service-retouch {
	float: left;
	width: calc( 100% - 525px );
	padding-right: 60px;
}
.rst-info-service-retouch h3{
	font-size: 30px;
	color: #000000;
	font-family: Myriad Pro;
	line-height: 40px;
	font-weight: bold;
	    letter-spacing: -0.25px;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}
.rst-info-service-retouch p{
	margin: 0 0 40px 0;
	font-size: 15px;
	line-height: 30px;
	color: #000000;
	font-family: Myriad Pro;
	letter-spacing: 0.2px;
}
.rst-info-service-retouch a.rst-scroll-trial{
	color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 33px;
    line-height: 33px;
    padding: 0 25px;
    text-align: center;
    background: #ee5a09;
    display: inline-block;
}
.rst-info-service-retouch a.rst-scroll-trial:hover{
	background: #000;
}
.rst-container-service-retouch{
	margin-bottom: 115px;
}

.rst-list-service-retouch{
	padding-bottom: 30px;
}
.rst-container-service-retouch2 .rst-thumb-service-retouch {
    float: left;
}
.rst-container-service-retouch2 .rst-info-service-retouch{
	text-align: right;
	padding-left: 60px;
	padding-right: 0px;
}
.rst-container-service-retouch3 .container-small{
	max-width: 1320px;
	background: #f1f2f2;
}
.rst-container-service-retouch3 .rst-thumb-service-retouch {
	width: 655px;
}
.rst-container-service-retouch3 .rst-info-service-retouch {
	width: calc( 100% - 655px );
	padding-right: 120px;
	padding-left: 215px;
	padding-top: 70px;
}
.rst-container-service-retouch-last  .container-small{
	max-width: 1166px;
	background: #f1f2f2;
}
.rst-container-service-retouch-last .rst-thumb-service-retouch {
	width: 655px;
	margin-top: -85px;
	margin-left: -85px;
}
.rst-container-service-retouch-last{
	padding-top: 90px;
}
.rst-container-service-retouch-last .rst-info-service-retouch {
	width: 450px;
	padding-top: 75px;
	padding-bottom: 105px;
	padding-left: 110px;
	text-align: left;
}
.rst-list-demo-retouch{
	padding-left: 12px;
	padding-right: 12px;
}
.rst-demo-retouch{
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 6px;
	float: left;
	width: 20%;
}
.rst-demo-retouch img{
	width: 100%;
}
.rst-demo-retouch a{
	position: relative;
	display: block;
}
.rst-demo-retouch a span{
	background: rgba(255,255,255, 0.5);
	color: #000;
	font-size: 15px;
	padding: 5px 25px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-weight: 600;
	opacity: 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.rst-demo-retouch a:hover span{
	opacity: 1;
}
.rst_popup_single{
	max-width: 830px;
	background: #3b3b3b;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
}
.rst_popup_single.show{
	opacity: 1;
	visibility: visible;
}
.rst_opacity_popup_single{
	content:"";
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	z-index: 9998;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	visibility: hidden;
}
.rst_opacity_popup_single.show{
	opacity: 1;
	visibility: visible;
}
.img_popup{
	width: 325px;
	float: left;
}
.img_popup img{
	width: 100%;
}

.content_popup{
	width: calc( 100% - 325px );
	float: left;
	padding-top: 50px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
}
.content_popup h5{
	color: #ee5d36;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 0px 0;
	text-align: center;
}
.content_popup h3{
	color: #fff;
	font-family: 'Bio Sans';
	font-size: 36px;
	font-weight: 300;
	margin: 0 0 20px 0;
	line-height: 1.2;
	text-align: center;
}
.content_popup > ul{
	margin: 0;
	padding: 0;
	max-width: 320px;
	margin: 0px auto 30px;
	list-style: none;
}
.content_popup > ul  li{
	font-family: Poppins;
	font-size: 13px;
	color: #fff;
	padding-left: 35px;
	background: url('../images/tick_post.png') no-repeat left center;
	line-height: 20px;
	margin-bottom: 7px;
}
.content_popup form{
	max-width: 310px;
	margin: 0px auto 0;
	
}
.content_popup form p{
	margin: 0;
}
.content_popup form input[type="email"],.content_popup form input[type="text"]{
	border: 1px solid #a1a1a1;
	width: 100%;
	font-family: Montserrat;
	color: #fff;
	height: 38px;
	line-height: 38px;
	border-radius: 3px;
	margin: 0 0 6px 0;
	font-weight: 600;
	background: none;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
.content_popup form input[type="submit"]{
	text-transform: uppercase;
	width: 100%;
	font-family: Montserrat;
	border: none;
	color: #fff;
	background: #ee5d36;
	height: 38px;
	line-height: 38px;
	border-radius: 3px;
	margin: 0 0 0px 0;
	font-weight: 600;
	text-align: center;
}
.content_popup form span{
	color: #c3c3c3;
	font-size: 9px;
	margin-top: 6px;
	font-family: Myriad Pro;
	font-style: italic;
	display: block;
	text-align: center;
}
.rst_popup_single .close_popup{
	background: url('../images/close_popup_post.png') no-repeat center;
	height: 28px;
	width: 28px;
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
}
.rst-banner-presets{
	padding: 93px 0 330px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #e0e2d7;
}
.rst-banner-presets h3{
	color: #000000;
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
}
.rst-banner-presets h1{
	color: #f15a24;
	font-size: 59px;
	line-height: 1;
	margin: 0;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: 700;
}
.rst-banner-presets .rst-inner-banner p{
	font-size: 24px;
	color: #000000;
	line-height: 1.3;
	margin: 0;
	font-weight: 400;
}
.container-big{
	max-width: 1810px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin: 0px auto;
}
.rst-banner-presets .rst-inner-banner p{
	max-width: 100% !important;
}
.section-new-presets{
	padding-top: 110px;
}
.heading-presets{
	margin: 0 0 50px 0;
}
.heading-presets h3{
	color: #000;
	font-size: 39px;
	line-height: 1.2;
	margin: 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: 700;
}
.heading-presets p{
	color: #000;
	font-size: 18px;
	font-family: Myriad Pro;
	line-height: 1.6;
	margin: 0;
	margin: 0 0 0px 0;
	font-weight: 400;
}
.item-new-presets{
	width: 33.3333%;
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 34px;
}
.list-new-presets{
	margin-left: -18px;
	margin-right: -18px;
}
.customer-reviews{
	margin-top: 100px;
	position: relative;
	padding-right: 355px;
}
.img-customer-reviews{
	height: 800px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}
.inner-customer-reviews{
	max-width: 680px;
	width: 100%;
	padding: 125px 30px 125px 100px;
	color: #fff;
	background: #ef5a0a;
	position: absolute;
	top: 50%;
	right: 80px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.inner-customer-reviews span{
	color: #fff;
	font-size: 45px;
	line-height: 1;
	margin: 0 0 0px 0;
	text-transform: uppercase;
	font-weight: 700;
}
.inner-customer-reviews h3{
	color: #fff;
	font-size: 69px;
	line-height: 1;
	margin: 0 0 0px 0;
	text-transform: uppercase;
	font-weight: 700;
	    letter-spacing: -2px;
}
.inner-customer-reviews p{
	color: #fff;
	font-size: 26px;
	line-height: 1.1;
	margin: 0 0 0px 0;
	font-family: Myriad Pro;
	font-weight: 400;
}
.section-list-presets{
	padding-top: 115px;
	padding-bottom: 20px;
}
.container-medium{
	max-width: 1350px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin: 0px auto;
}
.item-presets{
	width: 33.3333%;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 108px;
}
.btn-free-download{
	padding: 0 44px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-weight: 700;
	background: #000;
	display: inline-block;
	font-family: Myriad Pro;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 50px;
	
}
.btn-free-download:hover{
	background: #ee5a09;
}
.show-more{
	font-weight: 700;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	font-family: Myriad Pro;
	text-align: center;
}
.show-more img{
	display: block;
	margin: 5px auto 0;
}
.content-image-presets{
	width: 660px;
	float: left;
}
.content-info-presets{
	width: calc( 100% - 660px );
	float: left;
	padding-left: 80px;
}

.img-thumb-presets{
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 25px;
}
.item-big-presets.active{
	display: block;
}
.item-thumb-presets{
	width: 25%;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 12px;
}
.item-thumb-presets a{
	display: block;
}
.content-single-presets{
	padding: 80px 0;
}
.content-info-presets h1{
	color: #000000;
	font-weight: 700;
	font-size: 45px;
	line-height: 1.1;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	display: block;
	    letter-spacing: -2px;
	    font-family: 'Montserrat',sans-serif;
}
.content-info-presets > span{
	color: #000000;
	opacity: 0.7;
	font-weight: 300;
	    font-family: 'Montserrat',sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
}

.content-info-presets .price{
	font-family: 'Montserrat',sans-serif;
	font-size: 30px !important;
	color: #000!important;
	font-weight: 400;
	    margin: 0 0 35px 0;
    line-height: 1.4;
}
.content-info-presets .price ins{
	text-decoration: none;
	color: #f15a24;
}
.content-info-presets .price del{
	font-size: 18px;
	color: #000;
	opacity: 0.5;
	margin-right: 10px;
	
}
.single.single-product .addthis-smartlayers{
	display: none;
}
.single-product .main-header{
	sborder: none;
}
.download_free{
	padding: 0 40px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-weight: 300;
    background: #000;
    display: inline-block;
    font-family: 'Montserrat',sans-serif;
    font-size:  16px;
    text-transform: uppercase;
    margin-top: 0px;
}
.download_free:hover{
	background: #f15a24;
}
.description-content-download{
	margin-top: 80px;
}
.description-content-download h3{
	font-size: 25px;
	color: #000;
	line-height:1.2;
	margin: 0 0 30px 0;
}
.description-content-download h2{
	font-size: 30px;
	color: #000;
	line-height:1.2;
	margin: 0 0 30px 0;
}
.description-content-download h4{
	font-size: 18px;
	color: #000;
	line-height:1.2;
	margin: 0 0 30px 0;
}
.section-list-presets .list-new-presets{
	margin-left: -12px;
	margin-right: -12px;
}
.description-content-download strong {
    font-weight: 700 !important;
    color: #000;
}
.description-content-download p{
	font-family: Myriad Pro;
	color: #000000;
	font-size: 15px;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.description-content-download p + h3{
	margin-top: 45px;
}

.popup-preset{
	max-width: 565px;
	width: 100%;
	background: #ee5a09;
	padding: 70px 65px;
	text-align: center;
	display: none;
}

.popup-preset h3{
	font-size: 32px;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 5px 0;
}
.popup-preset > p{
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	font-family: Myriad Pro;
	font-weight: 400;
	margin: 0 0 40px 0;
}
.popup-preset form{
	max-width: 355px;
	margin: 0px auto;
}
.popup-preset form input[type="text"],.popup-preset form input[type="email"]{
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #000;
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	font-family: Myriad Pro;
	font-weight: 400;
	border: none;
	background: #fff;
}
#form_download .parsley-errors-list li{
	color: #fff;
	    font-weight: 400;
}
.popup-preset form input[type="submit"]{
	margin-top: 35px;
	height: 60px;
	border: none;
	display: inline-block;
	text-transform: uppercase;
	padding-left: 40px;
	padding-right: 70px;
	color: #fff;
	font-size: 16px;
	font-family: Myriad Pro;
	font-weight: 700;
	background: #000 url('../images/icon_download.png') no-repeat right 33px center;
}
.show-more img.loading{
	display: none;
	width: 30px;
	height: auto;
}

.list-new-presets .item-presets:nth-child(3n+1){
	clear: left;
}


.item-new-presets h3,.item-presets h3{
	font-size: 20px;
	color: #000;
	text-align: center;
	margin: 12px 0  0 0;
}
.item-new-presets h3 a,.item-presets h3 a{
	color: #000;
}


/*css Blog*/
#rst_sidebar.rst-emcomerce-sidebar {
    width: 26%;
}
.rst-ecomerce-left.rst-main-content-left {
    padding-right: 40px;
    width: 74%;
}
.rst-list-posts{
	margin-left: -19px;
	margin-right: -19px;
}
.rst-list-posts .rst-item-post{
	padding-left: 19px;
	padding-right: 19px;
	width: 50%;
	float: left;
	margin-bottom: 40px;
}
.rst-inner-item-post{
	background: #f9f9f9;
	padding: 30px;
}
.rst-item-post p{
	font-size: 16px;
	color: #000000;
	line-height: 1.8;
	font-family: Myriad Pro;
	margin: 0 0 25px 0;
}
.rst_post_thumb img {
    margin-bottom: 38px;
}
.rst-inner-item-post .meta-post{
	margin: 0 0 30px 0;
}
.rst_blog_readmore {
    color: #f15a24;
    font-family: Myriad Pro;
    font-size: 15px;
    font-style: normal;
	text-transform: uppercase;
    font-weight: 700;
}
.rst_blog_readmore:hover{
	color: #000;
}
.rst-item-post h2 a{
	display: block;
}
.easy-wp-page-navigation{
	text-align: center !important;
}
.rst-list-post-sidebar .rst-thumbnail img {
    max-width: 100px;
    height: auto;
    width: 100% !important;
}
.rst-despost {
    margin-left: 120px;
}
.rst-despost>h3 {
    font-family: "Myriad Pro";
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 21px;
    margin: -4px 0 0;
}
.rst-despost p{
	color: #898989;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
}
.rst-list-post-sidebar li {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
    margin-top: 0 !important;
}
.rst-list-post-sidebar li:last-child{
	border: none;
}
.widget h2.widget-title {
    font-size: 20px;
	color: #000000;
    letter-spacing: 0px;
    line-height: 1.2;
    margin: 0px 0 15px;
	display: inline-block;
    text-transform: uppercase;
}
.widget ul li{
	border-bottom: 1px solid #eeeeee;
}
.widget ul li:last-child{
	border: none;
}
.widget ul li:first-child{
	padding-top: 0;
}
.widget ul li {
    margin:  0;
	padding: 8px 0;
}
.widget ul li a:hover{
	color: #ee5a09;
}
.rst-list-post-sidebar{
	margin-top: 4px;
}
.widget_search input.search-field{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
	background: #f9f9f9;
	padding: 0 85px 0 20px!important;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #000;
	border-radius: 3px;
}
.search-form{
	position: relative;
}
.widget_search input.search-submit {
    width: 65px !important;
    background: url('../images/icon_search2.png') no-repeat center #f15a24;
    color: #fff;
	text-indent: -999px;
    padding: 0px !important;
    margin-top: 0px;
    border: 0;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
    display: block;
	cursor: pointer;
}
.easy-wp-page-navigation a.next, .easy-wp-page-navigation a.prev, .easy-wp-page-navigation a.last-page-link, .easy-wp-page-navigation a.first-page-link {
    width: auto;
    padding: 0 10px;
}
.rst-info-feautred{
	width: 440px;
	float: right;
	padding: 85px 60px 60px;
}
.rst-thumb-feautred{
	width: calc( 100% - 440px );
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-position: center;
}
.rst-main-content-ecommerce-blog{
	padding: 80px 0 100px 0;
}
.rst-main-post-feautred{
	margin-top: 10px;
}
.rst-item-feautred{
	min-height: 435px;
	background: #f8f8f8;
	position: relative;
}
.rst-info-feautred h3{
	font-size: 20px !important;
    line-height: 1.75;
	font-weight: 700;
    margin: 0 0 15px;
	    color: #000 !important;
}
.rst-info-feautred h3 a{
	color: #000 !important;
	display: block;
}
.rst-excerpt-feautred{
	    font-size: 16px;
    color: #000000;
    line-height: 1.5625;
    font-family: Myriad Pro;
    margin: 0 0 35px 0;
}

.rst-info-feautred a.rst-readmore-feautred{
	 color: #f15a24;
    font-family: Myriad Pro;
    font-size: 15px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
	float: left;
}
.rst-info-feautred .rst-number-feautred{
	float: right;
	font-family: Myriad Pro;
	font-size: 16px;
	color: #000000;
}
.rst-slider-feautred .slick-arrow {
    width: 10px;
    height: 17px;
    text-align: center;
    line-height: auto;
    font-size: 13px;
    border-radius: 0%;
    opacity: 1;
    color: #999;
    border: none;
    position: absolute;
    bottom: 45px;
	top: auto;
	z-index: 99;
	right: 120px;
	left: auto;
    margin-top: 0;
    cursor: pointer;
	text-indent: -999px;
	font-size: 0;
}
.rst-slider-feautred .slick-arrow.slick-prev{
	background: url('../images/icon_prev2.png') no-repeat center;
	right: 145px;
}
.rst-slider-feautred .slick-arrow.slick-next{
	background: url('../images/icon_next2.png') no-repeat center;
}
.rst-thumb-feautred img{
	display: none;
}
.rst-heading-related {  
	text-align: center;
	margin: 0 0 50px;
	color: #000;
	font-family: Myriad Pro;
	font-weight: 700;
	font-size: 30px;
	    line-height: 1.2;
}
.rst-main-content-ecommerce.rst-main-content-single {
    padding: 100px 0;
}
.rst-heading-single{
	max-width: 610px;
	margin: 0px auto 90px;
}
.rst-heading-single h1{
	font-size: 29px;
	color: #000;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 20px 0;
}
.rst-heading-single .meta-post{
	margin: 0;
}
.rst-heading-single .meta-post>span{
    font-size: 16px;
}
.rst-heading-single .meta-post > span + span {
    margin-left: 40px;
}
.rst-inner-content-posts p{
	font-size: 16px;
	line-height: 2em;
	font-family: Myriad Pro;
	color: #000;
	margin: 0 0 40px 0;
}
.rst-inner-content-posts h3{
	font-size: 20px;
	margin: 0 0 25px 0;
	font-weight: 700;
	color: #000;
}
.rst-inner-content-posts p:last-child{
	margin: 0;
}
.comment-respond .comment-form .form-submit input[type="submit"]{
	height: 30px;
	line-height: 30px;
	border: none !important;
	background: #ee5a09 !important;
	padding: 0 30px !important;
	font-weight: 700;
	color: #fff;
	font-family: Myriad Pro;
	border-radius: 3px;
}
.rst-comment-form .section-title h3,.comment-reply-title{
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 30px 0;
	font-family: Myriad Pro;
	color: #000000;
	text-align: center;
	    line-height: 1.2;
}
.comment-reply-title a{
	color: #000000;
}
.comment-respond .comment-form .logged-in-as{
	 margin: 0 0 10px 0;
}
.comment-respond .comment-form .logged-in-as a{
	color: #000;
}
.comment-respond .comment-form .logged-in-as a:hover{
	color: #ee5a09;
}
#comments{
	margin-top: 45px;
}
.comment-form .form-control{
	border: 1px solid #959595;
	border-radius: 3px;
	padding: 0 10px;
	margin-bottom: 20px;
	display: block;
	font-size: 13px;
	color: #000;
	width: 100%;
	font-family: Myriad Pro;
}
.comment-form input.form-control{
	height: 36px;
	line-height: 36px;
}
.comment-form textarea.form-control{
	height: 100px;
	padding: 12px 10px;
	resize: none;
}
.comment-list .media-left{
	float: left;
	width: 80px;
}
.comment-list .media-left img{
	border-radius: 3px;
}
.comment-list .media-body{
	margin-left: 125px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bbbbbb;
}
.media-heading{
	font-size: 16px;
	font-family: Myriad Pro;
	margin: 0 0 15px 0;
}
.media-heading a{
	font-weight: 700;
	color: #000;
	    text-transform: capitalize;
}
.media-heading small{
	color: #565656;
	font-weight: 400;
	margin-left: 20px;
}
.comment-list .media-body p{
	font-size: 16px;
    line-height: 25px;
	margin: 0 0 5px 0;
}	
.comment-list .media-body .reply a{
	color: #ee5a09;
	font-size: 16px;
	font-family: Myriad Pro;
}
.comment-list .comment {
	margin-bottom: 40px;
}
.comment-respond .comment-form .row{
	width: auto;
}
.comment-list .children{
	margin-left: 70px;
}
.comment-respond .comment-form p{
	margin: 0 0 15px 0;
}
.comment-list{
	margin-top: 80px;
	padding-bottom: 0px;
}
.comment-respond .comment-form .col-md-6{
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 50%;
}
.rst_recent_post{
	margin-top: 70px;
}
.widget.widget_table_content ul li{
	border: none;
	padding: 7px 0;
}
.widget.widget_table_content ul li a{
	font-family: Myriad Pro;
	font-size: 16.67px;
}
.widget.widget_table_content .widget-title{
	margin-bottom: 26px;
}
.rst-main-content-left .widget_table_content{
	display: none;
}

@media screen and (max-width: 700px){
	.rst-main-content-left .widget_table_content{
		display: block;
	}
}
@media screen and (max-width: 991px){
	.rst-info-feautred {
		width: 50%;
		float: right;
		padding: 55px 30px 55px;
	}
	.rst-thumb-feautred{
		width: 50%;
	}
}
@media screen and (max-width: 767px){
	.comment-respond .comment-form .col-md-6{
		width: 100%;
	}
	.rst-info-feautred {
		width: 100%;
		float: none;
		padding: 30px 30px 30px;
	}
	.rst-slider-feautred .slick-arrow {
		display: none !important;
	}
	.rst-thumb-feautred{
		width: 100%;
		position: static;
		height: auto;
	}
	.rst-ecomerce-left.rst-main-content-left {
		padding-right: 0px;
		width: 100%;
	}
	#rst_sidebar.rst-emcomerce-sidebar {
		width: 100%;
	}
	.rst-item-post h2 {
		font-size: 20px !important;
		line-height: 1.6 !important;
	}
	.rst-thumb-feautred{
		background: none!important;
	}
	.rst-thumb-feautred img{
		display: block;
	}
}
@media screen and (max-width: 600px){
	.rst-info-feautred{
		padding: 30px 15px;
	}
	.rst-list-posts .rst-item-post {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.rst-inner-item-post{
		padding: 30px 15px;
	}
}
.rst-form-bottom{
	border: 3px solid #ff8200;
	padding: 60px;
	margin: 30px 0 80px 0;
	background: url('../images/background_form_sup.png') no-repeat bottom right;
}

.rst-inner-form-bottom{
	max-width: 360px;
}
.rst-inner-form-bottom h3{
	font-size: 30px;
	color: #18090c;
	font-weight: 400;
	margin: 0 0 20px 0;
	line-height: 36px;
}
.rst-inner-form-bottom h3 span{
	font-weight: 700;
}
.rst-inner-form-bottom form{
	max-width: 335px;
	margin-bottom: 35px;
}
.rst-inner-form-bottom form p{
	margin: 0;
}
.rst-inner-form-bottom form input:not([type=submit]){
	border: 2px solid #e1e1e1;
	height: 42px;
	line-height: 42px;
	color: #696969;
	width: 100%;
	font-size: 16px;
	border-radius: 2px;
	text-align: center;
	padding:  0 15px;
	margin-bottom: 12px;
	font-family: 'Montserrat', sans-serif
}
.rst-inner-form-bottom form input[type=submit]{
	border: none;
	height: 42px;
	line-height: 42px;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 2px;
	text-align: center;
	padding:  0 15px;
	font-weight: 700;
	margin-bottom: 0px;
	    margin-top: 0;
	cursor: pointer;
	background: url('../images/bg_button_sub.png') no-repeat center / cover;
	font-family: 'Montserrat', sans-serif
}
.widget_wysija_cont .updated, .widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
    margin: 5px 0 15px;
    color: #333333;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.4em;
}
.rst-inner-form-bottom > p{
	font-size: 14px;
	color: #767676;
	margin: 0;
	line-height: 24px;
}

@media screen and (max-width: 600px){
	.rst-form-bottom{
		background: none;
		padding: 60px 30px;
	}
	
}

.rst-banner-home{
	position: relative;
	padding: 130px 0 145px 0;
}
.rst-banner-home:after{
	position: absolute;
	background: #000;
	opacity: 0.37;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	content:"";
}
.rst-banner-home .container{
	position: relative;
	z-index: 99;
}
.rst-banner-home h1{
	font-size: 38px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px 0;
	font-family: Montserrat;
}
.rst-banner-home p{
	font-family: Montserrat;
	font-size: 21px;
	line-height: 1.4;
	color: #fff;
	margin: 0 0 60px 0;
}
.rst-banner-home a{
	font-family: Montserrat;
	font-size: 14px;
	line-height:50px;
	font-weight: 700;
	display: inline-block;
	padding: 0 40px;
	color: #fff;
	background: #ee5b36;
	height: 50px;
}
.bg_video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg_video iframe{
	height: 100%;
	object-fit: cover;
    object-position: center;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	
}
.rst-container-description-service{
	background: #eceff1;
	padding: 70px 0 330px 0;
}
.rst-container-description-service h3{
	color: #000000;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 45px 0;
}
.rst-container-description-service p{
	font-family: 'Helvetica';
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 22px 0;
	color: #000;
}
.rst-container-description-service p span,.rst-container-description-service p a{
	color: #ee5b36;
	text-decoration: none;
}
.rst-container-description-service p:last-child{
	margin: 0;
}
.rst-container-description-service .container{
	max-width: 900px;
	margin: 0px auto;
}
.rst-container-slider-service2{
	padding: 20px;
	background: #fff;
	box-shadow: 0 0  65px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 0 65px rgba(0, 0, 0, 0.11);
}
.rst-container-slider-service{
	margin-top: -260px;
}
.rst-slider-service{
	margin-left: -4px;
	margin-right: -4px;
}
.rst-slider-service .item-service{
	padding-left: 4px;
	padding-right: 4px;
}
.item-service h3{
	text-align: center;
	font-family: 'Helvetica';
	font-weight: 700;
	font-size: 14px;
	color: #292929;
	text-transform: uppercase;
	margin: 16px 0 10px 0;
}
.item-service h3 a{
	color: #292929;
}
.rst-slider-service .slick-arrow,.rst-slider-editing-service .slick-arrow,.rst-list-testimonials3 .slick-arrow {
    width: 60px;
    height: 60px;
	text-indent: -999px;
    text-align: center;
    line-height: auto;
    font-size: 13px;
    border-radius: 50%;
    opacity: 1;
    color: #999;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: 0;
    cursor: pointer;
	box-shadow: 0 0 21px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.28);
	z-index: 99;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	    margin-top: -40px;
		overflow: hidden;
}
.rst-slider-service .twentytwenty-container,.rst-slider-editing-service .twentytwenty-container,.rst-list-testimonials3 .twentytwenty-container  {
    min-height: auto;
}
.rst-slider-service .slick-arrow.slick-prev,.rst-slider-editing-service .slick-arrow.slick-prev,.rst-list-testimonials3 .slick-arrow.slick-prev {
	background: url('../images/icon_slider_left.png') no-repeat center center;
	left: -35px;
}
.rst-slider-service .slick-arrow.slick-next,.rst-slider-editing-service .slick-arrow.slick-next,.rst-list-testimonials3 .slick-arrow.slick-next  {
	background: url('../images/icon_slider_right.png') no-repeat center center;
	right: -35px;
}
.rst-list-testimonials3 .slick-arrow.slick-prev{
	left: -30px;
	margin-top: -10px;
}
.rst-list-testimonials3 .slick-arrow.slick-next {
	right: -30px;
	margin-top: -10px;
}
.rst-slider-editing-service .slick-arrow.slick-prev{
	left: -25px;
}
.rst-slider-editing-service .slick-arrow.slick-next {
	right: -25px;
}
.rst-list-service-company .row{
	max-width: 100%;
}
.rst-list-service-company .col-md-4{
	width: 33.333%;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-bottom: 65px;
}
.rst-icon-service-company{
	float: left;
	width: 85px;
	
}
.rst-info-service-company{
	float: left;
	width: calc( 100% - 85px );
}
.rst-info-service-company h4{
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin: 0 0 15px 0;
}
.rst-info-service-company p{
	font-family: 'Helvetica';
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #292929;
	margin: 0;
}
.inner-discount-home{
	border: 2px solid #ee5b36;
	padding: 48px 0;
	background: #f8f8f8;
	position: relative;
}
.number-discount-left{
	width: 355px;
	float: left;
	border-right: 2px solid #f3a997;
	padding: 40px 60px;
	text-align: center;
}
.number-discount-right{
	width: calc( 100% - 355px );
	float: left;
	padding-left: 60px;
	padding-right: 195px;
}
.number-discount-left strong{
	font-size: 48px;
	font-weight: 800;
	color: #0c0c24;
	line-height: 1;
	display: block;
	color: #0c0c24;
	margin: 0 0 25px 0;
}
.number-discount-left span{
	font-size: 21px;
	font-weight: 400;
	color: #0c0c24;
	line-height: 1;
	display: block;
	color: #0c0c24;
}
.discount-home{
	padding: 70px 0 80px 0;
}
.number-discount-right h3{
	color: #000000;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 15px 0;
}
.number-discount-right p{
	font-size: 16px;
	line-height: 30px;
	color: #0c0c24;
	margin: 0 0 20px 0;
}
.number-discount-right a{
	font-family: Montserrat;
	font-size: 14px;
	line-height: 50px;
	font-weight: 700;
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	background: #ee5b36;
	height: 50px;
}
.persent-discount{
	font-family: Montserrat;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 700;
	color: #fff;
	background: url('../images/bg_discount.png');
	width: 194px;
	height: 171px;
	text-align: center;
	padding-left: 70px;
	padding-top: 10px;
}
.persent-discount span{
	font-size: 11px;
	color: #fff;
	font-weight: 400;
	font-style: italic;
	display: block;
}
.editing-service-left{
	width: calc( 100% - 500px );
	float: left;
	padding-right: 80px;
}
.editing-service-left h3{
	font-family: Montserrat;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.3;
	color: #000;
	margin: 0 0 32px 0;
	padding-top: 45px;
}
.editing-service-left p{
	font-family: 'Helvetica';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #292929;
	margin: 0 0 22px 0;
}
.editing-service-left a{
	font-family: Montserrat;
	font-size: 14px;
	line-height: 50px;
	font-weight: 700;
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	background: #ee5b36;
	height: 50px;
	margin-top: 16px;
}
.editing-service-right{
	width: 500px;
	padding-right: 70px;
	float: left;
}
.editing-service{
	padding: 65px 0 70px 0;
	background: #f8f8f8;
}
.rst-list-service-company{
	background: #f8f8f8;
}
.rst-slider-editing-service{
	padding: 20px;
	background: #fff;
	box-shadow: 0 0  65px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 0 65px rgba(0, 0, 0, 0.11);
}
.rst-list-testimonials3{
	padding: 45px;
	background: #fff;
	box-shadow: 0 0  65px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0 0 65px rgba(0, 0, 0, 0.11);
}
.rst-list-testimonials3-left{
	width: 390px;
	float: left;
}
.rst-list-testimonials3-right{
	width: calc( 100% - 390px );
	float: left;
	padding: 50px 80px 20px 80px;
	text-align: center;
}
.rst-list-testimonials3-right h3{
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	color: #0d090a;
	margin: 0 0 25px 0;
}
.rst-list-testimonials3-right p{
	font-family: 'Helvetica';
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #161212;
	margin: 0 0 25px 0;
}
.rst-list-testimonials3-right-info{
	position: relative;
	padding: 30px 0 0 ;
}
.rst-list-testimonials3-right-info:before{
	width: 78px;
	height: 1px;
	background: #0c0c24;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content:"";
	margin: 0px auto;
}
.rst-list-testimonials3-right-info h4{
	color: #ff6d24;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Helvetica';
	font-weight: 700;
	margin: 0 0 6px 0;
}
.rst-list-testimonials3-right-info span{
	color: #000000;
	display: block;
	font-weight: 400;
	font-style: italic;
}
.rst-list-testimonials3-right-info strong{
	color: #000000;
	display: block;
	font-size: 16px;
	font-weight: 700;
}
.rst-list-service-company{
	padding-bottom: 300px;
}
.rst-testimonials3{
	margin-top: -270px;
}
.page-template-template-home3 .rst-we-work3 {
    padding-top: 100px;
    border-top: 0px solid #eee;
}

.rst-our-service-v2 .rst-heading .rst-title-box
{

}