/* font */
@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url(../fonts/OpenSans-Italic.ttf);
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url(../fonts/OpenSans-Bold.ttf);
}

body {
    font-family: 'OpenSans-Regular';
}

/* common */
* {
    text-shadow: none;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.text-color {
    color: #fa4303 !important;
}

.btn-color {
    background: #fa4303 !important;
    color: #fff !important;
    border-color: #fa4303 !important;
}

.bg-color-white {
    background: #ffffff;
}

.bg-color-dark {
    background: #e9e9e9;
}

a {
    text-decoration: none !important;
}

p {
    color: #666666;
}

img {
    pointer-events: none;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777777;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #777777;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #777777;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #777777;
}

.btn {
    outline: none !important;
}

.heading, .page-name, .how-it-works-benner, .how-it-works-features-scroll {
    margin-top: 97px;
}

.heading {
    text-align: center;
    background: url(../images/portfolio_bg.jpg) no-repeat scroll 0 0 / cover;
    background-position: center bottom;
    padding: 154.5px 0;
}

.heading h1 {
    font-size: 48px;
    font-family: 'OpenSans-Bold';
    margin-top: 0;
}

.heading h4 {
    font-size: 18px;
    margin: 0;
    color: #666666;
}

/* header */
header {
    position: fixed;
    z-index: 100;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    float: left;
    transition: all .2s ease;
}

.header__menu {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.header__menu p .fa {
    padding: 44px 15px 15px;
    display: block;
    height: 15px;
    width: 12px;
    color: #fff;
    cursor: pointer;
}

.inbody .header__menu p .fa {
    padding: 41px 15px 15px;
}

.header__menu__fill {
    background: #fff;
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
}

.header__menu__fill {
    height: 0;
    opacity: 0;
    transition: height .2s ease, opacity .2s ease;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}

.header__menu__fill.show {
    opacity: 1;
    height: 100%;
}

header .brand {
    background: url(../images/logo.png);
    height: 59px;
    width: 205px;
    margin: 30px 0;
}

.inbody .brand {
    background: url(../images/scroll_logo.png);
    height: 49px;
    width: 170px;
    margin: 24px 0;
}

.header__menu ul {
    margin-top: 12px;
    padding: 30px 0;
}

.inbody .header__menu ul {
    padding: 27px 0;
}

.header__menu ul li {
    padding: 0 15px;
    list-style: none;
    display: inline;
}

.header__menu ul li .ld-btn {
    border: 2px solid #fff;
    padding: 8px 35px;
    border-radius: 5px;
}

.header__menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    padding: 8px 0;
    text-decoration: none;
    position: relative;
}

.inbody .header__menu a,
.inbody .header__menu .fa {
    color: #36363d !important;
}

.header__menu ul>li>a.border-effect:hover:after,
.header__menu ul>.active>a.border-effect:after {
    left: 0;
    width: 100%;
}

.header__menu ul>li>a.border-effect:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 2px;
    margin-top: 0px;
    background: #fa4303;
    transition: .3s all ease;
}

.header__menu ul>.active>a,
.header__menu ul>li>a:hover {
    border-color: #fa4303;
    background: transparent;
    color: #fff;
}

.header__menu ul>.active>a.ld-btn,
.header__menu ul>.active>a.ld-btn:focus,
.header__menu ul>li>a.ld-btn:focus,
.header__menu ul>.active>a.ld-btn:hover,
.header__menu ul>li>a.ld-btn:hover {
    background: #fa4303;
    border-color: #fa4303;
}

.inbody .header__menu ul>li>a.ld-btn,
.login-btn:hover,
.how-it-works-benner .btn:hover {
    background: #fa4303;
    color: #fff !important;
    border-color: #fa4303;
}

::selection {
    color: #fff;
    background: #fa4303;
    /* Safari */
}

::-moz-selection {
    color: #fff;
    background: #fa4303;
    /* Firefox */
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/angle_down.png);
    background-repeat: no-repeat;
    background-position: 98%;
    padding-right: 30px;
}


/* nav-menu */

.nav-menu {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}

body.nav-visible div.nav-menu {
    visibility: visible;
}

div.modal.modal-scrollable,
div.nav__menu {
    -webkit-overflow-scrolling: touch;
}

div.nav__menu {
    background: #FFF;
    border-left: 1px solid #E6E6E6;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: -360px;
    top: 0;
    transition: right .4s ease;
    width: 360px;
    z-index: 2;
}

div.nav__menu__close {
    right: 15%;
    top: 36px;
    z-index: 3;
}

div.common-close {
    height: 40px;
    position: absolute;
    width: 40px;
}

div.nav__menu__options {
    padding: 70px;
}

body.nav-open div.nav__menu {
    right: 0;
}

div.common-close {
    cursor: pointer;
}

div.site {
    width: 100%;
    float: left;
    margin: 0;
    transition: all .4s ease;
    position: relative;
}

body.nav-open div.site {
    margin-left: -260px;
}

div.nav__overlay {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

div.swipe {
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 4.34783%;
    z-index: 999;
}

body.no-scroll {
    overflow: hidden;
}

.nav__menu__options ul {
    font-size: 16px;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav__menu__options ul li a {
    display: inline-block;
    transition: color .2s ease;
    text-decoration: none;
    color: #777777;
}

.nav__menu__footer a {
    color: #000000;
    font-size: 16px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #cccccc;
}

.nav__menu__footer a:last-child,
.nav__menu__footer a:nth-child(4) {
    border: none;
    margin: 0;
    padding: 0;
}

.nav__menu__footer a.btn {
    font-family: 'OpenSans-Semibold';
    border-radius: 4px !important;
    width: 100%;
    margin-top: 50px !important;
    padding: 13px !important;
}

.nav__menu__options ul li a:hover,
.nav__menu__options ul li.active a {
    color: #000000;
}

.nav__menu__options ul.main {
    margin-bottom: 50px;
}

.nav__menu__options ul.main li {
    border-bottom: 1px solid #cccccc;
}

.nav__menu__options ul.main li:last-child {
    border: none;
}

.nav__menu__options ul.main li a {
    padding: 15px 0;
}

.nav__menu__options ul.sub {
    margin: 50px 0;
}

.nav__menu__options ul.sub li a {
    padding: 10px 0;
    font-size: 14px;
}


/* banner */

.banner {
    background: url(../images/banner_bg.jpg) no-repeat center;
    background-size: cover;
    height: 100vh;
    /*padding: 335px 0 250px 0;*/
    color: #fff;
    position: relative;
}

.banner-layer {
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner-inner {
    position: absolute;
    top: 40%;
}

.banner h1 {
    font-size: 48px;
    font-family: 'OpenSans-Bold';
    margin-bottom: 25px;
    z-index: 1;
}

.banner p {
    font-size: 18px;
    margin-bottom: 45px;
    z-index: 1;
    color: #ffffff;
}

.banner a,
.request-demo a,
.faq .btn,
.nav__menu__footer a.btn {
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 12px 27px;
    z-index: 1;
}

.banner a {
    margin-right: 10px;
    margin-top: 10px;
}

.banner a:hover,
.request-demo a:hover,
.contact-form .btn:hover,
.nav__menu__footer a.btn:hover,
.portfolio-btn .btn:hover,
.get-in-touch .btn:hover,
.affiliate-top a.btn:hover,
.faq .btn:hover{
    background: #2d3a4b !important;
}

.banner a.btn-color:hover,
.contact-form .btn:hover,
.nav__menu__footer a.btn:hover,
.portfolio-btn .btn:hover,
.get-in-touch .btn:hover,
.affiliate-top a.btn:hover {
    border-color: #2d3a4b !important;
}

.banner span:nth-child(4) {
    font-family: 'OpenSans-Italic';
}

.banner span:nth-child(5) {
    font-family: 'OpenSans-Semibold';
}


/* request-demo */

.request-demo {
    padding: 27px 0;
}

.request-demo h3 {
    font-family: 'OpenSans-Semibold';
    font-size: 26px;
    margin: 12px 0px;
    line-height: 32px;
}

.request-demo h3 span {
    text-transform: uppercase;
}

.request-demo a {
    font-family: 'OpenSans-Bold';
    padding: 15px 28px;
    border: 2px solid;
    text-transform: capitalize;
}


/* online-ordering */

.online-ordering,
.service,
.templates,
.contact-top {
    padding: 130px 0 100px 0;
}

.online-ordering img {
    max-width: 100%;
}

.online-ordering h1 {
    font-size: 42px;
    margin: 0;
}

.online-ordering h1 span {
    font-family: 'OpenSans-Semibold';
}

.online-ordering .online-ordering-description {
    margin: 50px 0;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    line-height: 28px;
}

.online-ordering p,
.key-features p {
    font-size: 20px;
    font-family: 'OpenSans-Light';
}

.online-ordering .fa,
.key-features .fa {
    font-size: 14px;
    margin: -3px 15px 0 5px;
}


/* service */

.service-item {
    padding: 35px;
    margin-bottom: 30px;
    min-height: 294px;
}

.service-item:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(51, 51, 3, 0.3);
    -moz-box-shadow: 0px 0px 50px 0px rgba(51, 51, 3, 0.3);
    box-shadow: 0px 0px 50px 0px rgba(51, 51, 3, 0.3);
}

.service-item h3 {
    color: #36363d;
    margin-top: 15px;
    margin-bottom: 20px;
}

.service-item p {
    margin-bottom: 20px;
}

.service-img {
    height: 50px;
}

.service-img img {
    max-height: 100%;
}

.service a {
    margin: 2px;
}


/* templates */

.templates-slider {
    position: relative;
}

.templates-slider img {
    width: 100%;
}

.slider-item {
    position: absolute;
    top: 5%;
    left: 13%;
    right: 13%;
    bottom: 12%;
}

.slider-item .carousel-indicators {
    margin: 0;
    left: -13%;
    top: 35%;
    bottom: 0;
}

.slider-item .carousel-indicators li {
    display: block;
    width: 8px;
    height: 8px;
    border: none;
    background: #fff;
    margin: 8px 0;
}

.slider-item .carousel-indicators li.active {
    width: 8px;
    height: 18px;
    margin: 8px 0;
}

.templates h1 {
    font-size: 42px;
    margin: 70px 0 50px 0;
}

.templates p {
    /* color: #fff; */
    font-size: 16px;
    line-height: 28px;
}


/* contact */

.contact-top {
    padding-bottom: 260px;
    background: url(../images/service_bg.jpg) no-repeat scroll 0 0 / cover;
    background-position: center bottom;
}

.contact-top h1 {
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 60px;
}

.contact-top p {
    font-size: 20px;
    margin-bottom: 40px;
    color: #333333;
}

.contact-top p span {
    font-family: 'OpenSans-Semibold';
}

.contact-type {
    margin-top: 20px;
}

.contact-type .fa {
    font-size: 36px;
    display: block;
    margin-bottom: 15px;
}

.contact-type {
    font-size: 18px;
    color: #666666;
}

.contact-type.border {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.contact-bottom {
    padding-bottom: 20px;
}

.contact-bottom a {
    position: fixed;
    right: 50px;
    bottom: 50px;
}

.contact-form {
    margin-top: -190px;
    margin-bottom: 50px;
    padding: 70px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0px 0px 50px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 0px 50px 0px rgba(51, 51, 51, 0.2);
}

.contact-form .form-control {
    height: 46px;
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 2px;
    color: #777777;
}

.contact-form .btn,
.get-in-touch .btn {
    width: 230px;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
    max-width: 100%;
}

.section-video {
    text-align: center;
    background-image: url(../images/etakeout_banner_video.jpg);
    padding: 150px 0px;
    padding-left: 15%;
    padding-right: 15%;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

#YouTubeModalDialog {
    max-width: 100% !important;
}

/* footer */

footer {}

.footer-top {
    padding: 30px 0;
    background: #39434c;
    color: #fff;
}

.footer-top a {
    display: block;
    color: #b8bcc4;
    font-family: 'OpenSans-Light';
    margin-top: 5px;
}

.footer-top a:hover {
    text-decoration: underline !important;
}

.footer-top .fa {
    width: 25px;
    color: #d7dbe3;
}

.footer-top h4 {
    border-bottom: 1px solid #49525a;
    font-size: 16px;
    font-family: 'OpenSans-Semibold';
    padding-bottom: 10px;
    margin: 15px 0;
}

.footer-bottom p {
    margin: 30px 0;
    color: #d7dbe3;
    line-height: 22px;
}

.footer-bottom {
    background: #333c44;
}


/* login page start */

.page-name {
    background: #f1f0f0;
    text-align: center;
    padding: 102px 0;
}

.page-name h1 {
    font-size: 48px;
    font-family: 'OpenSans-Light';
    margin: 0;
    margin-bottom: 20px;
}

.page-name h4 {
    font-size: 22px;
    margin: 0;
    color: #666666;
}

.login {
    padding: 115px 0;
}


/* form starting stylings ------------------------------- */

.login-form .group {
    position: relative;
    margin-bottom: 20px;
}

.login-form input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e9e9e9;
}

.login-form input:focus {
    outline: none;
    border-color: #fa4303;
}


/* LABEL ======================================= */

.login-form label {
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.login-form input:focus ~ label,
.login-form input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #666666;
}


/* BOTTOM BARS ================================= */

.login-form .bar {
    position: relative;
    display: block;
}

.login-form .bar:before,
.bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #fa4303;
    transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
}

.login-form .bar:before {
    left: 50%;
}

.login-form .bar:after {
    right: 50%;
}


/* active state */

.login-form input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.login-form .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

.login-form input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.5s ease;
    -moz-animation: inputHighlighter 0.5s ease;
    animation: inputHighlighter 0.5s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 10px;
    }
    50% {
        height: 20px;
        width: 10px;
    }
}

@-moz-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 10px;
    }
    50% {
        height: 20px;
        width: 10px;
    }
}

@-ms-keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 10px;
    }
    50% {
        height: 20px;
        width: 10px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }
    25% {
        height: 0;
        width: 10px;
    }
    50% {
        height: 20px;
        width: 10px;
    }
}

.checkbox {
    background-color: #fff;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0;
}

.checkbox label {
    display: block;
    min-height: 16px;
    position: relative;
    min-width: 16px;
    border: 1px solid #fa4303;
    border-radius: 2px;
    padding: 0;
    margin-top: 2px;
}

.checkbox label:after {
    /*
    This element has a border on the right, and top. By rotating it looks like a check symbol, but the wrong way. That's why I'm flipping it with scaleX(-1)
    */
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    /*
    I want to position the symbol using the left top, because when increasing the width and height of an object, it expands from the top left corner as well. That is what makes it looks like it's being drawn.
    */
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 2px solid #cee;
    border-top: 2px solid #cee;
    content: '';
    display: block;
    height: 12px;
    left: 1px;
    position: absolute;
    top: 8px;
    width: 6px;
}

.checkbox label:hover:after {
    border-color: #bdd;
}

.checkbox input {
    display: none;
}

.checkbox input:checked + label:after {
    -webkit-animation: check 0.8s;
    -moz-animation: check 0.8s;
    -o-animation: check 0.8s;
    animation: check 0.8s;
    border-color: #6aa;
}

.checkbox.checkbox-alt label:hover:after {
    -webkit-animation: check 0.8s ease infinite;
    -moz-animation: check 0.8s ease infinite;
    -o-animation: check 0.8s ease infinite;
    animation: check 0.8s ease infinite;
}

.checkbox.checkbox-alt input:checked + label:after {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.login-check,
.login-check a {
    color: #666666;
    font-size: 16px;
}

.login-btn {
    background: transparent;
    border: 1px solid #fa4303;
    color: #fa4303 !important;
    padding: 9px 59px;
    font-size: 16px;
    border-radius: 2px;
    margin-top: 30px;
    /*-webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;*/
}

.login form {
    padding: 10px 0;
}

.login .border {
    width: 1px;
    height: 270px;
    background: #9da5ab;
    margin: 0 auto;
}

.login .border.signup {
    height: 326px;
}

.login-right {
    padding: 30px 0;
}

.login-right h4 {
    margin-bottom: 30px;
}

.soc-login {
    margin-bottom: 20px;
}

.soc-login-icon {
    color: #ffffff !important;
    font-size: 24px;
    background: #3b5998 !important;
    border-color: #3b5998 !important;
    width: 64px;
    border-bottom-left-radius: 2px !important;
    border-top-left-radius: 2px !important;
}

.soc-login-text {
    font-size: 15px;
    color: #3b5998 !important;
    border-color: #3b5998 !important;
    height: 48px;
    background: transparent;
    width: 236px;
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.soc-login-text:hover {
    background: #f3f3f3;
}

.soc-login.linkedin .soc-login-icon {
    background: #0177b5 !important;
    border-color: #0177b5 !important;
}

.soc-login.linkedin .soc-login-text {
    border-color: #0177b5 !important;
    color: #0177b5 !important;
}


/* login page end */


/* portfolio start */
.portfolio,
.contact-us {
    padding: 70px 0;
}

.portfolio-text {
    margin-top: 0;
    margin-bottom: 70px;
    font-size: 20px;
    line-height: 28px;
}

.portfolio-item {
    -webkit-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.portfolio .col-md-4:hover .portfolio-item {
    -webkit-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.1);
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item-inner {
    position: relative;
    height: 220px;
    overflow: hidden;
}

/*
.portfolio-item-img {
    height: 100%;
} */

.portfolio-item-hover {
    background: rgba(254, 254, 254, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 20px;
    opacity: 1;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.portfolio .col-md-4:hover .portfolio-item-hover {
    opacity: 1;
}

.portfolio-btn {
    margin-top: 50%;
}

.portfolio-btn .btn {
    background: #555555;
    color: #ffffff;
    margin: 10px 0;
    padding: 8px 12px;
    width: 146px;
    max-width: 100%;
}

.portfolio-item-mobile-frame {
    position: relative;
}

.portfolio-item-mobile-img {
    position: absolute;
    left: 3.5%;
    right: 3.5%;
    top: 11.5%
}

.portfolio-item-name h4 {
    font-size: 20px;
    margin: 25px 0;
}

.portfolio .col-md-4:hover .portfolio-item-name h4 {
    color: #fa4303;
}

.portfolio-item-name hr {
    margin-bottom: 30px;
    border-color: #cccccc;
}

.portfolio .pagination {
    margin-bottom: 0;
    margin-top: 40px;
}

.portfolio .pagination li a {
    color: #acaab4;
    border-radius: 0;
    padding: 7px 13px;
}

.portfolio .pagination li.active a {
    color: #fff;
    background: #fa4303;
    border-color: #fa4303;
}


/* subscription */

.subscription {
    padding: 70px 0;
    background: #39434c;
    color: #ffffff;
}

.subscription h1 {
    font-size: 48px;
    font-family: 'OpenSans-Semibold';
    margin: 0;
    margin-bottom: 35px;
}

.subscription p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    margin-top: 30px;
}

.subscription .form-control,
.subscription .btn {
    height: 50px;
    border-radius: 2px;
}

.subscription .btn {
    font-size: 24px;
    width: 97px;
}

.subscription .btn:hover,
.subscription .btn:focus {
    font-size: 30px;
}

.subscription .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #cccccc;
}

.subscription .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #cccccc;
}

.subscription .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #cccccc;
}

.subscription .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #cccccc;
}


/* portfolio end */


/* policy start */

.policy {
    padding: 80px 0;
}

.policy p,
.policy.bg-color-dark .fa {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    color: #666666;
}

.vector {
    margin-bottom: -27px;
}

.vector img {
    width: 100%;
}

.policy h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'OpenSans-Semibold';
    font-size: 22px;
}

.policy.bg-color-dark {
    background: #f1f1f1;
}

.policy p {
    margin-bottom: 40px;
}

.policy p:last-child {
    margin: 0;
}

.policy.bg-color-dark p span {
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
    color: #232323;
}

.policy .media p {
    margin-bottom: 30px;
}

.policy .media,
.policy .media:last-child p {
    margin: 0;
}

.policy .media-left {
    padding-right: 25px;
}

.policy ul {
    margin-top: -25px;
    margin-bottom: 40px;
    line-height: 24px;
}


/* policy end */


/* e-pos page start */
.epos {
    padding: 90px 0;
}

.epos.bg-color-dark {
    background: #fafafa;
}

.epos h4 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 50px;
}

.epos p {
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 16px;
}

.epos.bg-color-dark p {
    margin-top: 0;
}

.epos p.paddig {
    margin-bottom: 0;
}

.epos p.bold {
    margin-bottom: 15px;
    font-family: 'OpenSans-Semibold';
    color: #232323;
}

.epos p.text-center {
    margin: 60px 0;
}

.epos p.text-right {
    margin: 0;
    margin-top: 60px;
    font-size: 14px;
}

.epos h1 {
    font-family: 'OpenSans-Semibold';
    font-size: 48px;
    margin: 0;
}

.epos img {
    max-width: 100%;
}

.epos.with-vector {
    padding-top: 120px;
}

.key-features p {
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
}
/* e-pos page end */

/* contact page */
.contact-us {}

#map {
    width: 100%;
    height: 500px;
}

.map {
    width: 100%;
    height: 500px;
    background: url(../images/contact_map.jpg);
    background-position: center center;
}

.contact-us-form {
    position: relative;
}

.get-in-touch {
    margin-top: -200px;
    position: relative;
    padding: 70px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0px 0px 50px 0px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 0px 50px 0px rgba(51, 51, 51, 0.2);
    margin-bottom: 50px;
}

.get-in-touch h1 {
    color: #232323;
    font-family: 'OpenSans-Bold';
    font-size: 38px;
    margin: 40px 0;
}

.get-in-touch label {
    font-weight: 100;
    font-size: 16px;
    color: #666666;
}

.get-in-touch input {
    height: 48px;
}

.get-in-touch .form-group {
    margin-bottom: 25px;
}

.get-in-touch .form-control {
    box-shadow: none;
    border-radius: 0px;
    background-color: #f1f1f1;
    border-color: #e8e8e8;
}

.get-in-touch .btn {}

.get-in-touch-right {
    background-color: #f1f1f1;
    padding: 30px;
    margin-top: 10px;
}

.get-in-touch-right:first-child {
    margin-top: 26px;
}

.get-in-touch-right .media {
    margin-top: 15px;
}

.get-in-touch-right .media:first-child {
    margin-top: 0px;
}

.get-in-touch-right .media .fa {
    font-size: 20px;
    color: #232323;
    width: 30px;
}

.get-in-touch-right .media-body {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.get-in-touch-right .media-body h4 {
    font-size: 16px;
    font-family: 'OpenSans-Semibold';
    text-transform: uppercase;
    color: #232323;
}
/* contact end */

/* affiliate star */
.affiliate {
    padding: 80px 0;
}

.affiliate-top {
    margin-bottom: 60px;
}

.affiliate-top h3 {
    font-size: 26px;
    font-family: 'OpenSans-Semibold';
    color: #666666;
    margin: 0;
}

.affiliate-top h1, .affiliate-bottom h1 {
    font-family: 'OpenSans-Semibold';
    font-size: 48px;
    margin-top: 10px;
    color: #36363d;
}

.affiliate-top h4 {
    margin: 70px 0;
    color: #333333;
    font-size: 20px;
    line-height: 28px;
}

.affiliate-top a.btn {
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px 51px;
    margin-bottom: 15px;
}

.affiliate p {
    font-size: 16px;
}

.affiliate-bottom {
    padding: 70px;
    border: 1px solid #e8e8e8;
    background: #f1f1f1;
}

.affiliate-bottom h1 {
    margin-bottom: 70px;
    margin-top: 0;
}

.affiliate-bottom p {
    line-height: 28px;
    color: #cccccc;
    text-transform: uppercase;
    margin-top: 10px;
}

.affiliate-bottom-inner {
    padding: 30px;
    border: 1px solid #e8e8e8;
    min-height: 130px;
    position: relative;
}

/*.affiliate-bottom-inner:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}*/

.layer {
    position: absolute;
    bottom: -25px;
    left: 18%;
}

.affiliate-bottom-inner .media-left {
    padding-right: 28px;
}

.affiliate-bottom-inner .media-body {
    font-size: 16px;
    color: #666666;
}
/* affiliate end */

/* how-it-works page start */
.how-it-works-benner {
    overflow: hidden;
    height: 820px;
    background: url(../images/how_it_work_banner_bg.jpg);
    background-position: center center;
}

.how-it-works-benner img {
    max-width: 100%;
}

.how-it-works-benner h1 {
    font-size: 48px;
    font-family: 'OpenSans-Bold';
    margin: 0;
}

.how-it-works-benner h4 {
    color: #666666;
    margin: 20px 0 50px 0;
    line-height: 28px;
}

.how-it-works-benner .btn {
    background: transparent;
    border: 1px solid #fa4303;
    color: #fa4303 !important;
    padding: 11px 39px;
    font-size: 16px;
    border-radius: 2px;
    text-transform: uppercase;
}

.how-it-works-benner-left {
    margin-top: 280px;
}

.how-it-works-benner-right {
    padding-top: 20px;
}

.how-it-works-banner-bottom {
    background: #f1f1f1;
    border: 1px solid #cccccc;
    border-radius: 100%;
    border-radius: 100px;
    font-size: 16px;
    padding: 15px 0;
    margin-top: -66px;
}

.how-it-works-banner-bottom a {
    color: #232323;
}

.how-it-works-banner-bottom .col-md-2, .how-it-works-features .col-md-8 {
    padding: 0;
}

.how-it-works-banner-bottom-img {
    height: 68px;
    width: 68px;
    margin: 0 auto;
    padding: 17px 0;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-bottom: 10px;
}

.how-it-works-banner-bottom-img i {
    color: #fa4303;
    font-size: 32px;
}

.how-it-works-banner-bottom a:hover .how-it-works-banner-bottom-img {
    background: #fa4303;
    border: 1px solid #fa4303;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
}

.how-it-works-banner-bottom a:hover .how-it-works-banner-bottom-img i {
    color: #fff;
}

.how-to-works {
    padding: 140px 0;
}

.how-to-works.bg-color-dark {
    background: #f1f1f1;
}

.how-to-works h2 {
    font-size: 36px;
    font-family: 'OpenSans-Semibold';
    margin-top: 0;
    margin-bottom: 40px;
}

.how-to-works h5 {
    font-size: 16px;
    font-family: 'OpenSans-Semibold';
    margin-top: 40px;
    margin-bottom: 25px;
}

.how-to-works p {
    font-size: 16px;
}

.how-to-works img {
    max-width: 100%;
}

.how-it-works-features-scroll {
    z-index: 1;
}

.how-it-works-features-scroll ul li {
    display: inline-block;
    float: none;
    padding: 0;
}

.how-it-works-features-scroll ul li a {
    color: #ffffff !important;
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    padding: 15px;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fa4303 !important;
}

.how-it-works-features-scroll ul li.active a,
.how-it-works-features-scroll ul li.active:hover a,
.how-it-works-features-scroll ul li.active a:focus,
.how-it-works-features-scroll ul li:hover a{
    background: #ffffff !important;
    color: #fa4303 !important;
}
/* how-it-works page end */

/* pricing start */
.pricing {
    
}

.pricing .portfolio-text {
    margin: 70px 0;
}

.pricing-item {
    background: #fafafa;
    border: 1px solid #f1f1f1;
    margin-bottom: 80px;
    padding: 50px 0;
    border-radius: 4px;
}

.pricing-item:hover {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(51,51,51,0.15);
    -moz-box-shadow: 0px 15px 30px 0px rgba(51,51,51,0.15);
    box-shadow: 0px 15px 30px 0px rgba(51,51,51,0.15);
}

.pricing-item h2 {
    font-size: 36px;
    color: #898e93;
}

.pricing-item h1 {
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #36363d;
}

.pricing-item h1 span{
    text-decoration: line-through red;
}



.pricing-item h1 span:first-child {
    color: #898e93;
    font-size: 24px;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    text-decoration: none;
}

.pricing-item h1 span:last-child{
    font-size: 24px;
    color: #898e93;
    text-decoration: none;
}

.pricing-item h4 {
    color: #898e93;
    font-size: 20px;
    margin-bottom: 40px;
}

.pricing-item .btn {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
    border-radius: 2px;
    padding: 10px 31px;
}

/*.pricing-item.web-apps {
    color: #fff;
    background: #333742;
    border-color: #333742;
}

.pricing-item.web-apps h1 span, .pricing-item.web-apps h2 {
    color: #fff;
}*/

.pricing-item:hover {
    color: #fff;
    background: #333742;
    border-color: #333742;
}

.pricing-item:hover h1, .pricing-item:hover h1 span, .pricing-item:hover h2, .pricing-item:hover h4 {
    color: #fff;
}

.features-advantages {
    margin: 50px 0;
}   

.features-advantages h1 {
    font-size: 48px;
    font-family: 'OpenSans-Semibold';
    margin-bottom: 60px;
}

.features-advantages p {
    font-size: 16px;
    line-height: 28px;
}

.advantage {
    margin-bottom: 50px;
}

.advantage-icon {
    width: 90px;
    height: 90px;
    background: #f0f0f0;
    padding: 5px;
    border-radius: 100%;
}

.advantage:hover .advantage-icon {
    background: #fed9cd;
}

.advantage-icon-inner {
    background: #fff;
    color: #a4a4a4;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    padding: 22px 0;
    border: 1px solid #dfdfdf;
}

.advantage:hover .advantage-icon-inner {
    background: #fa4303;
    border-color: #fa4303;
    color: #fff;
}

.advantage-icon i {
    font-size: 32px;
}

.advantage h4 {
    color: #303030;
    font-size: 20px;
    font-family: 'OpenSans-Semibold';
    margin-top: 25px;
    text-transform: uppercase;
}

.advantage:hover h4 {
    color: #fa4303;
}

.advantage hr {
    width: 50px;
    border-top: 2px solid #303030;
    position: relative;
}

.advantage:hover hr {
    width: 90px;
    border-color: #fa4303;
}   

.advantage p {
    line-height: 22px;
}
/* pricing end */

/* faq start*/
.faq {
    padding: 80px 0;
}

.faq h3 {
    font-size: 28px;
    margin: 0;
    line-height: 40px;
}

.faq .btn {
    margin-top: 50px;
    
}

.faq h2 {
    font-size: 36px;
    font-family: 'OpenSans-Semibold';
    color: #36363d;
    margin-top: 0;
    margin-bottom: 60px;
}

.faq a {
    font-size: 22px;
    font-family: 'OpenSans-Semibold';
}

.faq a i {
    font-size: 26px;
    margin-right: 15px;
    margin-left: 10px;
}

.faq p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding: 15px 0 60px 50px ;
}

.more-help {
    margin-top: 100px;
}

.more-help-inner {
    background: #eeeeee;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
}

.more-help-inner a {
    font-size: 16px;
    color: #777777;
}
 
.more-help-inner a i {
    font-size: 24px;
    margin-left: 0;
}

.more-help-inner .col-xs-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.more-help-inner .col-xs-6:first-child {
    border-right: 1px solid #c3c3c3;
}
/* faq end */

/* services start */
.services-content {
    margin: 100px 0;
}

.services-content-img img {
    width: 100%;
}

.services-content h2 {
    font-size: 36px;
    font-family: 'OpenSans-Semibold';
    color: #36363d;
    margin-top: 90px;
    margin-bottom: 30px;
}

.services-content-text {
    padding-left: 70px;
}

.services-content-text img {
    margin-right: 15px;
    margin-bottom: 15px;
}

.col-md-pull-6 .services-content-text {
    padding-left: 0px;
    padding-right: 70px;
}

.services-content p {
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 30px;
}
/* services end */


@media (min-width: 992px) {
    .templates .col-md-4 {
        padding: 0;
        margin-left: -15px;
    }
    .footer-top .col-sm-2 {
        padding-right: 60px;
    }
    
    .get-in-touch .col-md-7 {
        width: 61.63%;
    }
    
    .get-in-touch .col-md-5 {
        width: 38.37%;
    }
    
    .faq.btn-color .col-md-10 {
        padding: 0;
    }
    
    .services-content .col-md-5 {
    }
}

@media (max-width: 991px) {
    .online-ordering h1 {
        margin-top: 50px;
    }
    
    .how-it-works-features {
        display: none;
    }
    
    .how-it-works-benner-left {
        margin-top: 70px;
    }
    
    .how-to-works-img {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .services-content-text, .col-md-pull-6 .services-content-text {
        padding: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .heading, .page-name, .how-it-works-benner, .how-it-works-features-scroll {
        margin-top: 157px;
    }

    header .brand,
    .inbody .brand {
        margin-bottom: 0;
    }
    
    .header__menu ul {
        margin-top: 0;
    }
    
    .layer {
        left: 5%;
    }
    
    .how-it-works-features-scroll ul li a {
        font-size: 14px;
    }
    
    .vector {
        margin-bottom: -16px;
    }
    
    .pricing-item .btn {
        font-size: 16px;
    }
    
}

@media (min-width: 768px) {
    .footer-top .col-sm-2 {
        width: 20%;
    }
    
    .epos.bg-color-dark img {
        margin-top: 10px;
    }
    
    .advantage {
        min-height: 290px;
    } 
    
    .contact-form {
        margin-bottom: 110px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px !important;
    }
    
    h2 {
        font-size: 24px !important;
    }
    
    h3 {
        font-size: 18px !important;
    }
    
    h4 {
        font-size: 16px !important;
    }
    
    p {
        font-size: 14px !important;
    }
    
    a {
        font-size: 12px !important;
    }
    
    div.nav__menu {
        width: 280px;
        max-width: 100%;
    }
    
    .heading, .page-name, .online-ordering, .service, .templates, .subscription, .how-to-works, .portfolio, .contact-us, .epos, .epos.with-vector, .affiliate, .policy, .login, .faq {
        padding: 60px 0;
    }
    
    .contact-top {
        padding-top: 60px;
    }
    
    .online-ordering .online-ordering-description, .templates h1, .features-advantages h1, .how-to-works h5, .portfolio-item-name h4, .epos p.text-center {
        margin: 20px 0;
    }
    
    .advantage, .portfolio-text, .epos h4, .affiliate-bottom h1, .faq h2 {
        margin-bottom: 30px;
    }
    
    .services-content {
        margin: 60px 0;
    }
    
    .pricing .portfolio-text {
        margin: 50px 0;
    }
    
    .features-advantages, .affiliate-top h4 {
        margin: 30px 0;
    }

    .contact-top h1, .contact-top p, .subscription h1, .how-to-works h2, .epos p, .get-in-touch {
        margin-bottom: 20px;
    }
    
    .key-features p {
        margin-bottom: 0px;
    }
    
    .login-right {
        padding-bottom: 0;
    }
    
    .subscription p, .portfolio .pagination, .epos p.text-right, .more-help {
        margin-top: 20px;
    }
    
    .pricing-item h1 {
        margin-bottom: 50px;
    }
    
    .page-name h4 a, .login-check a {
        font-size: 16px !important;
    }
    
    .header__menu ul li {
        display: none;
    }
    
    .brand {
        margin: 0 15px;
    }
    
    .banner-inner {
        top: 30%;
    }
    
    .contact-type.border {
        border: none;
    }
    
    .contact-form, .get-in-touch, .affiliate-bottom {
        padding: 30px;
    }
    
    .login .col-md-1 {
        display: none;
    }
    
    .portfolio-btn {
        margin-top: 20%;
    }
    
    .portfolio-item-inner {
        height: 197px;
    }
    
    .vector {
        margin-bottom: -12px;
        margin-top: -7px;
    }
    
    .affiliate-bottom-inner .media-left {
        padding-right: 10px;
    }
    
    .affiliate-bottom-inner .media-object {
        width: 30px;
    }
    
    .affiliate-bottom p {
        margin-top: 20px;
    }
    
    .how-it-works-features-scroll {
        display: none;
    }
    
    .pricing-item h1 {
        font-size: 60px !important;
    }
    
    .pricing-item {
        margin-bottom: 30px;
    }
    
    .request-demo h3 span {
        display: block;
    }
    
    .header__menu p .fa {
        width: inherit;
        font-size: 32px;
        padding-top: 35px;
    }
    
    .inbody .header__menu p .fa {
        padding-top: 35px;
    }
    
    header .brand {
        background: url(../images/logo-small-device.png);
        height: 49px;
        width: 170px;
        margin: 24px 0;
    }
    
    .faq h3 {
        line-height: 28px;
    }
    
    .contact-bottom a {
        right: 15px;
        bottom: 15px;
    }
    
    .slider-item .carousel-indicators {
        top: 0;
    }
}

@media (max-height: 479px) {
    .banner h1 {
        margin-bottom: 15px;
    }
    .banner p {
        margin-bottom: 0px;
    }
}