@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

button,
hr,
input {
    overflow: visible
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    -webkit-backface-visibility: hidden;
}

menu,
article,
aside,
details,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}


a:hover,
a:active,
a:focus {
    text-decoration: none;    
    color: #333;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {}

button,
select {
    text-transform: none
}

[type=submit],
[type=reset],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}



body {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #1a1a1a;
}

p {}

a:hover {
    text-decoration: none;
    color: #e6984b;
}

ul,
li {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

.button,
a.button,
button,
[type=button],
[type=submit] {
   
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
}

[type=text]:focus,
[type=email]:focus,
[type=url]:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #1E6BD6;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
}

[type=date],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
select,
textarea {
    display: block;
    padding: .5rem;
    background: #fff;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    border-radius: 2px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

label {
    font-weight: 600;
    display: block;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1
}


/*/////////////////////////Start Topbar Section//////////////////////*/

.ltb-know-center {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.ltb-know-center img {
    width: 16px;
    margin-right: 5px;
    margin-top: -3px;
}
.f-nav{  /* To fix main menu container */
      z-index: 9999;
    position: fixed;
    top: -1px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 7px 3px #3333337d;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #e4e0e0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px 0px #191d23;
    -moz-box-shadow: 0 0 10px 0px #191d23;
    box-shadow: 0 0 10px 0px #191d23;
}

.sidenav a:hover {
    color: #e6984b !important;
    font-weight: 400;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 18px;
    padding: 5px 20px;
    background: #fff;
    color: #000;
    width: 100%;
}

#mySidenav ul li {
    display: block;
}

#mySidenav .row {
    padding: 20px;
}

#mySidenav .col-md-6 {
    margin-bottom: 15px;
}

#mySidenav h4 {
    border-bottom: 1px solid #7b73731c;
    padding-bottom: 5px;
    color: #000;
    text-transform: uppercase;
}

.ltb-container .col-md-2 {
    padding: 7px 15px;
}

.ltb-know-center {
    float: right;
}

.ltb-know-center .fa-bars {
    margin-right: 7px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.top-bar-list li:hover {
    color: #000000;
}

.top-bar-list .fa {
    color: #fff;
    font-size: 16px;
}

.top-bar-list a {
    font-size: 14px;
}

.ltb-container {
    background-color: #333;
    font-size: 15px;
    color: #ffffff;
    height: 35px;
    box-shadow: 1px 1px 1px 1px #463f3f1f;
}

.ltb-container ul li {
    list-style: none;
    display: inline;
}

.ltb-container a {
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
}

.ltb-container a:hover {
    color: #753c05;
}

#ticker_container {
    margin-top: 5px;
}

#newscontent {
    margin-right: 0px;
    margin-top: 3px;
    float: left;
}

#newscontent a {
    color: #fff;
}

#news {
    display: none;
}

#controls {
    display: none;
}

#news {
    display: none;
}

.ltb-container ul.topBarNav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ltb-container ul.topBarNav li {
    position: relative;
    display: inline-block;
    margin-right: -4px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.ltb-container ul.topBarNav li:last-child {
    border-right: none;
}

.ltb-container ul.topBarNav li a {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}

.ltb-language-right {
    float: right;
}

.ltb-language-right li:after {
    content: "" !important;
    color: #FFF;
    margin-right: 8px;
    margin-left: 8px;
}

.ltb-container ul.topBarNav li ul {
    background-color: #ffffff;
    position: absolute;
    top: 42px;
    left: auto;
    min-width: 10px;
    right: 4px;
    border-radius: 0px;
    border: solid 0px;
    margin-right: -4px;
    padding: 0;
    list-style-type: none;
    z-index: 9999;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

.ltb-container ul.topBarNav li ul li {
    display: block;
    line-height: 30px;
    width: 100%;
    border: none;
}

.ltb-container ul.topBarNav li a {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}

.ltb-container ul.topBarNav li ul.cart .cart-items .items li a {
    margin: 0;
    padding: 0;
    line-height: normal;
    background-color: transparent;
    display: inline;
}

.ltb-language-list {
    list-style-type: none;
    margin-bottom: 0;
}

.ltb-language-list li {
    float: left;
    line-height: 35px;
}

.ltb-language-list li:after {
    content: "/";
    color: #FFF;
    margin-right: 8px;
    margin-left: 8px;
}

.ltb-language-list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.ltb-language-list li a:hover {
    color: #e6984b;
    text-decoration: none;
}

@media (max-width: 767px) {
    .ltb-language-list li {
        line-height: 20px;
    }
    .ltb-container {
        height: 45px;
    }
    .ltb-language-list {
        margin-bottom: 8px;
    }
    .ltb-language-list li a {
        font-size: 14px;
    }
    .ltb-language-list li:after {
        content: "|";
        color: #FFF;
        margin-right: 5px;
        margin-left: 5px;
    }
    .ltb-language-list {
        float: initial;
        overflow: auto;
    }
}


/*/////////////////////////End Topbar//////////////////////*/


/*/////////////////////////Login Popup//////////////////////*/

#modal-login .modal-content {
    border-radius: 2px;
}

#modal-login .modal-header {
    text-align: center
}

#modal-login .modal-title {
    font-size: 20px;
    display: inline-block
}

#modal-login .modal-footer {
    text-align: left;
    background: #895b2d;
    color: #fff;
    border: none;
}

#modal-login .modal-footer .loginpage_register {
    float: right;
    background-color: #895b2d;
    color: #fff;
}

#modal-login .loginpage_placeholder {
    position: absolute;
    top: -12px;
    font-size: 12px;
    left: 0;
    pointer-events: none;
    font-weight: 400;
    color: #999;
    transition: all .3s ease
}

#login-page-1-inp-password:focus~.loginpage_placeholder,
#login-page-1-inp-phone:focus~.loginpage_placeholder,
#login-page-2-inp-name:focus~.loginpage_placeholder,
#login-page-2-inp-password:focus~.loginpage_placeholder,
#login-page-2-inp-phone:focus~.loginpage_placeholder,
#login-page-3-inp-phone:focus~.loginpage_placeholder,
#login-page-4-inp-otp:focus~.loginpage_placeholder,
#login-page-5-inp-phone:focus~.loginpage_placeholder,
#login-page-6-inp-otp:focus~.loginpage_placeholder,
#login-page-7-inp-password:focus~.loginpage_placeholder,
#login-page-7-inp-phone:focus~.loginpage_placeholder,
#login-page-8-inp-otp:focus~.loginpage_placeholder {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #473384
}

.input-field {
    border: 0!important;
    outline: 0!important;
    box-shadow: none!important;
    border-bottom: 1px solid #999!important;
    border-radius: 0;
    padding-left: 0
}

.input-field:focus {
    border-bottom: 1px solid #473384!important
}

#modal-login #login-page-1-inp-phone {
    margin-top: 10px
}

#modal-login #login-page-1-inp-password {
    margin-top: 22px
}

.has-value {
    top: -18px!important;
    left: 0!important;
    font-size: 12px!important
}

#modal-login .form-group {
    position: relative
}

#modal-login-blur,#login-blur,
#or:before {
    position: absolute;
    top: 0
}

#modal-login #new-user {
    display: inline-block;
    margin: 6px 0
}

#or:before {
    content: 'OR';
    width: 28px;
    height: 28px;
    border-radius: 15px;
    background: #000;
    color: #fff;
    padding-top: 7px;
    display: inline-block;
    margin: 10px;
    font-size: 12px;
    left: calc(50% - 24px)
}

.login-facebook,
.login-google {
    display: block;
    cursor: pointer
}

#or::after {
    content: '';
    width: 100px;
    height: 1px;
    background: linear-gradient(to right, #e6e6e6, #000, #e6e6e6);
    display: inline-block;
    margin: 25px
}

.login-google-facebook {
    margin-top: 15px
}

.login-google-facebook img {
    width: 24px
}

.login-google {
    padding: 5px;
    border: 1px solid #da1201;
    border-radius: 3px
}

.login-google span {
    color: #da1201;
    font-size: 12px
}

.login-facebook {
    margin-top: 5px;
    padding: 5px;
    border: 1px solid #241cbd;
    border-radius: 3px
}

.login-facebook span {
    font-size: 12px;
    color: #241cbd
}

.user-image-placeholder {
    width: 100px;
    height: 100px;
    border: 3px solid #eee;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    box-sizing: content-box;
}

.back-btn {
    margin-top: 12px;
    margin-bottom: 0
}

.back-btn p {
    margin: 0;
    cursor: pointer;
    display: inline
}

#login-page-1,
#modal-login-blur-img,#login-blur-img {
    display: block
}

.back-btn p:hover {
    text-decoration: underline
}

#modal-login-blur,#login-blur {
    display: none;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .6);
    z-index: 9999
}

#modal-login-blur-img {
    width: 100px;
    margin: auto;
    margin-top: calc(50% - 50px);
}
#login-blur-img {
    width: 100px;
    margin: auto;
    margin-top: calc(25% - 50px);
}

#login-page-4-resend,
#login-page-6-resend,
#login-page-8-resend,
div[id^=login-page-] {
    display: none
}

#password_error,
#phone_error {
    color: red;
    display: none
}

.login-err {
    color: #eb4d4b;
    display: none;
}

#login-page-4-resend {
    cursor: pointer;
    color: #176690
}

#modal-login .modal-header .close {
    margin-top: -2px;
    color: #333;
    opacity: 1;
    font-size: 30px;
}

#modal-login .btn-success,
#modal-login .btn-primary {
    color: #fff;
    background-color: #e59837;
    border-color: #e59837;
    border-radius: 2px;
}


/*/////////////////////////Login Popup End//////////////////////*/


/*/////////////////////////middleBar//////////////////////*/

.lmb-blog-col:hover {
    background-color: #eeeeee21;
    padding: 5px;
    border: 1px solid #ccc;
}

.lmb-blog-col {
    padding: 5px;
    border: 1px solid transparent;
}

.lmb-blog-col a:hover {
    color: #e6984b !important;
}

.lmb-container {
    background-color: #fff;
    padding: 5px 0 4px 0;
    margin: 0;
    min-height: 60px;
    border-bottom: 1px solid #e2cdcd;
}

.lmb-container .display-table {
    padding-top: 2px;
}

#lnb-container .dropdown-toggle:hover {
    border-top: 2px solid #e69837;
    border-bottom: 2px solid #e69837;
}

#lnb-container .dropdown-toggle {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.dropdown-menu {
    font-size: 16px;
}

@media (min-width: 767px) {
    .display-table {
        display: table;
        width: 100%;
    }
    .vertical-align {
        display: table-cell;
        vertical-align: middle;
    }
    .grid-space-1 div[class*="col-"] {
        padding: 0 1px;
    }
}

#lmb-container-pseudo {
    width: 100%;
}

@media (max-width: 767px) {
    .lmb-container .nav-brand-img {
        float: left;
        padding: 0px 3px 0px 10px;
    }
    .middle-bar-list {
        margin-top: 0px;
        display: none;
    }
    .navbar-default .navbar-brand {
        text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
        color: #000;
        font-size: 20px;
    }
    .lmb-container .navbar-brand {
        float: left;
        height: 40px;
        padding: 10px 0px;
        font-size: 18px;
        line-height: 25px;
    }
    #newscontent {
        height: 40px;
        font-size: 13px;
    }
    .lmb-container {
        padding: 5px 0 2px 0;
        margin: 0;
        min-height: 48px;
    }
}

.lmb-container .form-control {
    background-color: rgba(216, 208, 208, 0.16);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #e7e7e787;
    background-color: rgba(151, 151, 151, 0.1);
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.lmb-container .form-control.input-lg {
    font-size: 15px;
}

.lmb-container .middle-bar-list li {
    list-style: none
}

.lmb-container .middle-bar-list li {
    display: inline;
}

.lmb-container .middle-bar-list li a {
    color: #2e1e0f;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 0px 10px 0px 15px;
}

.lmb-container .middle-bar-list li a:hover {
    color: #e9992b;
}

.lmb-container .middle-bar-list {
    margin-top: 0px;
}

.lmb-container .btn.btn-default {
    color: #ffffff;
    background-color: #0cd4d2;
    border: 1px solid #0cd4d2;
    border-radius: 0px;
}

.lmb-container .header-items .header-item {
    display: inline-block;
}

.lmb-container .header-items .header-item a {
    position: relative;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: #35404f;
}

.lmb-container .header-items .header-item a sub {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #0cd4d2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    font-size: 9px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.lmb-icon {
    height: 29px;
    width: 28px;
    background: url(../img/sprite-second.png) -76px -158px !important;
    display: inline-block;
    position: absolute;
    right: 17px;
    background-size: 235px !important;
    left: 15px;
    top: -3px;
    cursor: pointer;
}

.lmb-container .header-items .header-item a:hover {
    background-color: #0cd4d2;
    color: #ffffff;
}


}
.lmb-container .input-group {
    position: initial;
}
.lmb-container .nav-brand-span {
    color: #333;
    font-weight: 500;
    text-shadow: 0 1px 0px rgba(0, 0, 0, .4);
}
.lmb-container .navbar-brand>img {
    display: initial;
    margin-top: -7px;
}
.lmb-container .navbar-brand {
    padding: 2px 9px 1px 0px;
    font-size: 18px;
}
.text-brown {
    color: #e69838;
}
.lmb-container .nav-brand-span {
    font-size: 23px!important;
    margin-top: 12px!important;
    display: inline-block!important;
}
.lmb-container .lmb-drop-down .mega-menu {
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px #80808057;
    z-index: 9999;
}
.lmb-container .lmb-mega-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    margin-top: 6px;
}
.lmb-container .lmb-mega-menu>li {
    display: inline-block;
    float: left;
}
.lmb-container .lmb-mega-menu>li>a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.lmb-container .lmb-mega-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px !important;
}
.lmb-container .lmb-blog-container p {
    font-size: 16px;
    margin-top: 8px;
}
.lmb-container .lmb-blog-container img {
    border-top: 1px solid #cccccc85;
    border-radius: 2px;
}
li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}
li.drop-down:before {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 20px;
    font-size: 14px;
}
li.drop-down>ul {
    left: 0px;
    min-width: 230px;
}
.drop-down-ul {
    display: none;
}
.flyout-right>ul,
.flyout-left>ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}
li.drop-down>ul>li>a,
.flyout-right ul>li>a,
.flyout-left ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a,
.flyout-left ul>li>a {
    border-bottom: 1px dotted #B8C7BC;
}

/*Flyout Mega*/
.lmb-container .flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;
}
h4.row.lmb-menu-title {
    color: #eee;
    margin-top: 0px;
    font-size: 15px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.lmb-container .flyout-mega ul>li>a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

/*mega menu*/
.lmb-container .mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
}
h4.row.lmb-menu-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 13px;
    background-color: #e6984b;
}
.lmb-container .mega-menu ul li a {
    font-size: 15px;
    display: block;
}
.lmb-container .mega-menu-wrap .col-md-3 {
    text-align: left;
}
ul.lmb-list li a {
    padding: 3px 0px;
    color: #333;
}
ul.lmb-list li a:hover {
    color: #e6984b;
    text-decoration: none;
}
.lmb-container .lmb-blog-container img {
    width: 100%;
}
.lmb-container .lmb-blog-container h4 {
    font-size: 15px;
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
    padding-top: 15px;
}
.lmb-container .lmb-blog-container {
    border-top: 1px solid #cccccc85;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover+ul,
li.flyout-right a:hover+ul,
.blog-drop-down>a:hover+.Blog,
li.drop-down>a:hover+.drop-down-ul,
.images-drop-down>a:hover+.Images,
.lmb-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover+.flyout-mega-wrap {
    display: block;
}
.lmb-list {
    margin-bottom: 10px;
}
@media (min-width:767px) {
    .lmb-container .lmb-mega-menu>li>a {
        display: block;
        padding: 10px;
    }
    
    .text-brown {
        color: #e69838 !important;
    }
    
    .lmb-container .mega-menu,
    .lmb-container .flyout-right>ul,
    .lmb-container .flyout-left>ul,
    li.drop-down>ul {
        position: absolute;
    }
}
@media (max-width:767px) {
    .lmb-container .lmb-mega-menu {
        min-height: 58px;
        background-color: #23364B;
        width: 100%;
    }
    .lfs-social-list img {    
    margin-right: 10px;
    margin-bottom: 10px;
}
    .lmb-container .lmb-mega-menu>li>a {
        width: 100%;
        display: none;
    }
    
    .lmb-container .lmb-mega-menu>li {
        width: 100%;
    }
    
    .lmb-container .display.lmb-mega-menu>li>a {
        display: block;
        padding: 20px 22px;
    }
    
    .mega-menu,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: relative;
    }
}
.lmb-drop-down .mega-menu {
    width: 100%;
    left: -285px;
    border-radius: 2px;
}
.lmb-login-dropdown-dropbtn {
    background-color: #fff;
    color: #333 !important;
    padding: 0px;
    font-size: 18px;
    border: none;
    font-weight: 400;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: #333;
}
#mega-login-container span {
    margin-right: 10px;
}
.lmb-login-dropdown {
    position: relative;
    display: inline-block;
    cursor:pointer;
}
#mega-login-container img {
    width: 17px;
    margin-top: -3px;
    margin-right: 3px;
}
.lmb-login-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    top: 24px;
}
.lmb-login-dropdown img{
    width: 17px !important;
}
.lmb-container #mega-login-container {
    text-align: right;
    margin-top: 15px;
}
.lmb-doc {
    color: #333;
    font-weight: 400;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ab8f8f;
}
#mega-login-container .fa-file {
    margin-right: 10px;
}
.lmb-login-dropdown .fa-user {
    margin-right: 10px;
}
.lmb-left-first-link {
    float: left;
    color: #333;
    padding: 0px;
    font-size: 16px;
    border: none;
    font-weight: 400;
}
.lmb-left-first-link a {
    color: #333;
    padding: 0px;
    font-size: 16px;
    border: none;
    font-weight: 400;
}
.lmb-left-first-link a:hover {
    color: #e6984b;
}
.lmb-login-dropdown-content a {
    color: #333;
    padding: 4px 10px;
    text-decoration: none;
    display: block;
    z-index: 9999;
    text-align: left;
    border-bottom: 1px solid #b9aeae2e;
}
.lmb-login-dropdown-content a:hover {
    background-color: #e69837;
    z-index: 9999;
    color: #fff;
}
.lmb-login-dropdown:hover .lmb-login-dropdown-content {
    display: block;
}
.lmb-login-dropdown:hover .lmb-login-dropdown-dropbtn {
    background-color: #fff;
}
.lmb-container .lmb-blog-container a {
    color: #333;
}
.lmb-blog-col a:nth-child(n+1) {
    padding-top: 10px !important;
}
.lmb-blog-col img {
    padding-bottom: 10px !important;
    width: 100%;
}

/*/////////////////////End Of middle Bar ///////////////*/

/*/////////////////////start Navcigation Bar ///////////////*/
#lnb-container .dropdown-menu>li.kopie>a {
    padding-left: 5px;
}
#lnb-container .dropdown-submenu {
    position: relative;
}
#lnb-container {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e7e7e7;
}
#lnb-container .dropdown-menu {
    border-radius: 2px;
}
#lnb-container .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 0px;
}
#lnb-container .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}
#lnb-container .dropdown-submenu>a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}
#lnb-container .dropdown-submenu:hover>a:after {
    border-left-color: #555;
}
#lnb-container .dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: #e6984b;
    color: #fff;
}
#lnb-container .nav li a {
    color: #333;
    font-weight: 400;
}
#lnb-container .dropdown-toggle:hover {
    color: #e6984b;
}
#lnb-container .dropdown-menu li a {
    padding: 3px 12px;
}
@media (max-width: 767px) {
    #lnb-container .dropdown-toggle {
        border-top: none;
        border-bottom: 1px solid #0000001f;
    }
    
    .lnb-after-login a {
        width: 50%;
        float: left;
        margin-top: 5px;
    }
    
    .lnb-after-login a {
        color: #fff;
        font-weight: 400;
    }
    
    .lnb-after-login #slide-login-container {
        border-bottom: 1px solid #33333340;
        background-color: #333;
        min-height: 135px;
        padding: 1px 14px;
    }
    
    .navbar-brand>img {
        display: inline;
    }
    
    #lnb-container .navbar-nav {
        display: inline;
        margin: 0;
    }
    
    #lnb-container .navbar-default .navbar-brand {
        display: inline;
        padding-top: 5px;
    }
    
    .navbar-toggle {
        margin-top: 8px;
    }
    
    #lnb-container .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    
    #lnb-container .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }
    
    #lnb-container .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    
    #lnb-container .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    #lnb-container .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: #ccc;
    }
    
    #lnb-container .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    
    #lnb-container .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    
    #lnb-container .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    
    li.dropdown.open {
        border: 0px solid red;
    }
    
    #lnb-container .dropdown-toggle:hover {
        border-top: 0;
        border-bottom: 2px solid #e69837;
    }
    
    .ldm-app-btn {
        margin-left: 20px !important;
    }
    
    .navbar-brand {
        padding: 6px 7px;
    }
    
    .lnb-mobile-document {
        float: right;
        color: #333;
        margin-top: 15px;
        margin-right: 8px
    }
    
    .lnb-mobile-document i {
        margin-right: 5px;
    }
}
.ldm-app-container {
    margin-top: 10px;
}
@media (min-width: 768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    
    #lnb-container {
        text-align: center;
    }
}
#lnb-container .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #eeeeee5c;
}
#lnb-container .navbar {
    margin-bottom: 0;
    z-index: 1;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.sticky+.content {
    padding-top: 102px;
}
.navbar-default .navbar-toggle {
    background: #333;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .lmb-container .nav-brand-span {
        font-size: 20px!important;
    }
    
    .navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 9px;
        line-height: 20px;
        padding-right: 0px;
        font-size: 12px
    }
    
    #lnb-container .navbar {
        min-height: 40px !important;
    }
}
.lnb-after-login a:after {
    content: "»";
    float: left;
    position: relative;
    top: -1px;
    margin-right: 9px;
    color: #f1dcdc;
    -webkit-font-smoothing: antialiased;
}

/*********************** Ennd Navigation Bar ////////////////////////////*/

/*********************** Start Carousel Area  ////////////////////////////*/
#lsb-myCarousel .carousel-caption-1 {
    position: absolute;
    top: 15%;
    z-index: 20;
    left: 15%;
    color: #ddd;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
#lsb-myCarousel .carousel-caption-2 {
    position: absolute;
    top: 15%;
    z-index: 20;
    right: 8%;
    color: #ddd;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
#lsb-myCarousel .carousel-caption-3 {
    position: absolute;
    top: 13%;
    z-index: 20;
    left: 13%;
    color: #ddd;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
#lsb-myCarousel .ldp-btn-apply-now{
    border: 1px solid #fff;
    font-size: 24px;
    background: #e5984d;
    color: #fff;
    padding: 7px 25px;
    border-radius: 2px;
    margin-top: 9px;
    text-shadow: none;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 8px 6px -6px black;
}
#lsb-myCarousel .carousel-caption-1 h2 {
    font-size: 60px;
    color: #333;
}
#lsb-myCarousel .carousel-caption-2 h2 {
    font-size: 60px;
}
#lsb-myCarousel .carousel-caption-3 h2 {
    font-size: 60px;
}
#lsb-myCarousel .carousel-caption-1 h3 {
    font-size: 40px;
    color: #333;
    margin-bottom: 30px !important;
}
#lsb-myCarousel .carousel-caption-2 h3 {
    font-size: 40px;
    margin-bottom: 30px !important;
}
#lsb-myCarousel .carousel-caption-3 h3 {
    font-size: 40px;
    color: #333;
    margin-top: 50px;
    margin-bottom: 30px !important;
}
#lsb-myCarousel .carousel-inner {
    max-height: 390px;
}
#lsb-myCarousel .left {
    left: -40px;
}
.lsb-container {
    margin-bottom: 10px;
}
#lsb-myCarousel .carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #e6984b;
}
#lsb-myCarousel img {
    width: 100%;
}
#lsb-myCarousel .carousel-control .fa {
    font-size: 36px;
    position: absolute;
    top: 50%;
}
#lsb-myCarousel .carousel-indicators li {
    background-color: #ccc;
}
.content {
    margin: 50px 100px 0px 100px;
}
@media (min-width: 767px) {
    #lsb-myCarousel .carousel-indicators {
        bottom: -10px;
    }
}
@media (max-width: 767px) {
    #lsb-myCarousel .carousel-indicators {
        bottom: -10px;
    }
    
    #lsb-myCarousel .carousel-control {
        display: none;
    }
}

/*********************** End Carousel Area  ////////////////////////////*/

/*********************** Start Mobile App Area  ////////////////////////////*/
.ldm-app-box {
    border: 1px solid #e7e7e787;
    border-radius: 2px;
    background-color: #e2dede9c;
    width: 68%;
    padding: 30px;
    margin-bottom: 80px;
    margin-left: 16%;
    position: relative;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.ldm-img {
    position: absolute;
    max-width: 140px;
    width: 100%;
    left: -95px;
    top: 50%;
    transform: translateY(-50%);
}
.ldm-app-right {
    text-align: center;
    top: 9px;
}
.ldm-app-left {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
form.ldm-text-box input[type=text] {
    padding: 7px 0px 6px 9px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    float: left;
    width: 70%;
    background: #ffffff;
    outline: none;
    border-radius: 2px 0px 0px 2px;
}
.ldm-app-btn i:hover {
    color: #fff;
}
.ldm-app-btn:hover {
    color: #fff;
}
form.ldm-text-box button {
    float: left;
    width: 30%;
    padding: 8px 0px 8px 0px;
    background: #e6984b;
    font-size: 15px;
    border: none;
    border-left: none;
    cursor: pointer;
    border-radius: 0px 2px 2px 0px;
}
form.ldm-text-box button:hover {
    background: #e6984b;
    color: #fff;
}
form.ldm-text-box::after {
    content: "";
    clear: both;
    display: table;
}
.ldm-app-btn {
    border-radius: 2px;
    background: #4d4d4d;
    color: #e8e2dc;
    position: relative;
    height: 35px;
    /*margin-left: 35px;*/
    /*float: left;*/
    padding-left: 38px;
    padding-right: 10px
}
.ldm-app-btn .ldm-small {
    display: block;
    font-size: 9px;
    line-height: 4px;
    margin-bottom: 0px;
}
.ldm-app-btn .ldm-big {
    display: block;
    margin-top: 4px;
    font-size: 15px;
    line-height: 17px;
}
.ldm-play {
    height: 38px;
    width: 36px;
    background: url(../img/sprite-second.png) -153px -155px !important;
    display: inline-block;
    position: absolute;
    right: 11px;
    background-size: 235px !important;
    left: 0px;
    top: -8px;
    cursor: pointer;
}
.ldm-apple {
    height: 38px;
    width: 28px;
    background: url(../img/sprite-second.png) -117px -157px !important;
    display: inline-block;
    position: absolute;
    right: 20px;
    background-size: 235px !important;
    left: 3px;
    top: -7px;
    cursor: pointer;
}
.ldm-window {
    height: 30px;
    width: 30px;
    background: url(../img/windows-logo.png) !important;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    background-size: 30px !important;
    left: 2px;
    top: 2px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .ldm-app-box {
        width: 100%;
        padding: 10px;
        margin-bottom: 50px;
        margin-left: 0%;
        position: relative;
    }
    
    .ldm-img {
        display: none;
    }
    
    form.ldm-text-box input[type=text] {
        margin-bottom: 30px;
    }
    
    .ldm-app-right {
        margin-bottom: 95px;
    }
    
    .ldm-app-left {
        margin-top: 25px;
        text-align: center;
    }
    
    .ldm-app-left h6 {
        font-size: 12px;
    }
}

/*********************** End Mobile App Area  ////////////////////////////*/

/*********************** Start Testimonial section  ////////////////////////////*/

b {
    font-weight: 500;
}



.lct-container h2 {
    color: #333;
    font-size: 26px;
    font-weight: 300;
    position: relative;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    display: inline-block;
}



/*::-webkit-scrollbar {
    width: 5px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
    background: #ccc;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #888;
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
    background: #555;
}*/

/*********************** End Testimonial section  ////////////////////////////*/

/*********************** Start Counter section  ////////////////////////////*/
.lnc-container {
    background-color: #e59837;
    padding: 30px 0;
}
.lnc-container .lnc-number .col-md-3 {
    text-align: center;
    color: #fff;
}
.lnc-number img {
    width: 40px;
}
.lnc-container .lct-count-title {
    color: #fff;
}
.lnc-container .end {
    margin-right: 0 !important;
}

/* Column Grids End */
.lnc-container .wrapper {
    width: 980px;
    margin: 30px auto;
    position: relative;
}
.lnc-container .counter {
    background-color: #ffffff;
    padding: 20px 0;
    border-radius: 5px;
}
.lnc-container .lnc-count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
}
.lnc-container .lnc-text {
    font-size: 19px;
    font-weight: normal;
    margin-top: 15px;
}
.lnc-container .lnc-fa-2x {
    margin: 15px auto;
    float: none;
    font-size: 26px;
    display: table;
    color: #fff;
}
@media (max-width: 767px) {
    .lnc-container .lnc-number .col-md-3 {
        margin-bottom: 30px;
    }
}

/*********************** End Footer section  ////////////////////////////*/

/*********************** Start Footer section  ////////////////////////////*/
footer {
    background-color: #1a1a1a;
}
.lfs-col {
    margin-top: 35px;
    margin-bottom: 35px;
}
.lfs-logo {
    margin-bottom: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}
.lfs-col p {
    color: #e8e2dc;
    font-size: 15px;
    margin-bottom: 5px;
}
.lfs-col p i {
    width: 20px;
    color: #999;
}
.lfs-ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 2px;
}
.lfs-ul li {
    line-height: 29px;
    font-size: 15px;
}
.lfs-ul li a {
    opacity: 0.5;
    color: #fff;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}
.lfs-ul i {
    margin-right: 10px;
}
.lfs-ul li a:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    color: #e6984b;
    text-decoration: none;
}
.lfs-heading {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 22px;
    text-transform: uppercase;
}
.heading8 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}
.home-newsletter {
    padding: 40px 0;
}
.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.home-newsletter .single h2 {
    font-size: 22px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 300;
}
.home-newsletter .single .form-control {
    height: 40px;
    background: rgb(243, 243, 243);
    border-color: transparent;
    border-radius: 2px 0 0 2px;
}
.home-newsletter .single .form-control:focus {
    box-shadow: none;
    border-color: #243c4f;
}
.home-newsletter .single .btn {
    min-height: 40px;
    border-radius: 0 2px 2px 0;
    background: #e6984b;
    color: #fff;
}
@media (max-width: 767px) {
    footer {
        padding: 2px 0px 20px 0px;
    }
    
    .lfs-col {
        margin-top: 5px;
        margin-bottom: 0px;
    }
}
footer hr {
    border: 0;
    border-top: 2px solid #e49837;
    clear: both;
    width: 40px;
    margin: 0px 0 20px 0;
}
.lfs-view-services a {
    color: #e598377a;
    border: 2px solid #e598377a;
    padding: 7px 15px;
    font-size: 18px;
    font-weight: 500;
}
.lfs-view-services a:hover {
    color: #fff;
    border: 2px solid #e49837;
}
.lfs-view-services {
    margin-bottom: 40px;
}
.lfs-view-services a::after {
    content: "»";
    color: #e598377a;
    -webkit-font-smoothing: antialiased;
    margin-left: 3px;
}
.lfs-view-services a:hover::after {
    color: #fff;
}

/*********************** End Footer section  ////////////////////////////*/

/*********************** Start Social Contact  ////////////////////////////*/
.lfs-container {
    min-height: 140px;
    background-color: #1a1a1a;
}
.lfs-bottom-social .row {
    border-top: 1px solid #4a4747;
}
.lfs-social-list img {
    float: left;
    width: 28px;
    margin-right: 15px;
}
.icon-block {
    margin-top: 7px;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    float: left;
    background-color: #cf8843;
    color: #fff;
    font-size: 30px;
    padding: 7px 0px 0px 13px;
    border-radius: 50%;
}
.text-block {
    float: right;
    margin-right: 10px;
}
.social-list-head {
    color: #fff;
    opacity: 0.5;
    font-size: 13px;
}
.social-contact-head {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    opacity: 0.5;
    padding: 5px;
    border-bottom: 1px solid #cccccc8a;
}
.social-contact {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
}
.lfs-container .col-md-3 {
    margin-top: 35px;
    margin-bottom: 35px;
}
@media (max-width: 767px) {
    .social-contact-head {
        padding: 0px;
    }
    
    .social-contact-head {
        font-size: 15px;
    }
    
    .social-contact {
        font-size: 14px;
    }
    
    .text-block {
        float: left;
        margin-top: 15px;
    }
    
    .social-contact {
        text-align: left;
    }
    
    .lfs-location {
        left: 12px;
    }
    
    .lfs-email {
        left: 12px !important;
    }
    
    .lfs-call {
        left: 12px !important;
    }
    
    .lfs-google {
        top: 40px !important;
        left: 140px !important;
    }
    
    .lfs-facebook {
        top: 40px !important;
        left: 49px !important;
    }
    
    .lfs-linkedin {
        top: 40px !important;
    }
    
    .lfs-twitter {
        left: 80px !important;
        top: 40px !important;
    }
    
    .lfs-instagram {
        left: 108px !important;
        top: 40px !important;
    }
    
    .lfs-container .col-md-3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .lfs-view-services {
        margin-top: 40px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .lfs-container .text-block {
        margin-right: 74px;
    }
    .lfs-social-list{
        margin-left: 33%;
    }
    .lfs-linkedin {
        left: 275px;
    }
    
    .lfs-facebook {
        left: 320px;
    }
    
    .lfs-twitter {
        left: 365px;
    }
    
    .lfs-instagram {
        left: 405px;
    }
    
    .lfs-google {
        left: 450px;
    }
    
    .lfs-container .col-sm-12 {
        text-align: center;
    }
}

/*********************** End Social Contact  ////////////////////////////*/

/*********************** Start Copyright  ////////////////////////////*/
.l-copy {
    background-color: #1a1a1a;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.l-copy .container {
    border-top: 1px solid;
}
.l-copy {
    font-size: 15px;
}
.l-copy {
    min-height: 40px;
}
.l-copy p {
    color: #FFF;
    padding: 10px 0;
    margin-bottom: 0;
    opacity: 0.5;
}
@media (max-width: 767px) {
    .l-copy {
        min-height: 30px;
    }
    
    .l-copy p {
        text-align: center;
        padding: 5px 0;
    }
    
    .copy-links li {
        float: left !important;
        padding-left: 10px !important;
    }
    
    .ldp-top-container .col-md-9 {
        text-align: center;
        margin-bottom: 25px;
    }
}
.copy-links a {
    color: #fff;
    opacity: 0.5;
}
.copy-links a:hover {
    color: #e6984b;
}
.copy-links li {
    display: inline;
    padding-left: 15px;
    float: right;
}
.copy-links {
    padding-top: 10px;
}

/*********************** End Copyright  ////////////////////////////*/

/*********************** Start Return Top  ////////////////////////////*/
#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top img {
    width: 30px;
    margin-left: 10px;
    margin-top: 10px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*********************** End Return Top  ////////////////////////////*/

/*********************** Start Onscroll visible Element  ////////////////////////////*/
.lse-container {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #333;
    z-index: 99;
}

/***********************End Onscroll visible Element   ////////////////////////////*/
.product-multi-slider {
    margin-bottom: 50px;
}
.l-home-how-work h3 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
}
.l-home-how-work h6 {
    letter-spacing: 4px;
    font-size: 18px;
    text-transform: uppercase;
}
.l-home-how-work p {
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
    margin-top: 25px;
}
.l-home-how-work {
    color: #fff;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 110px !important;
    padding-bottom: 110px !important;
    background-image: url('../img/how-work.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.l-home-text-work img {
    color: #fff;
    border: 7px solid #fff;
    border-radius: 50%;
    padding: 40px;
    background-color: #e59837;
}
.l-home-text-work h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}
.l-home-text-work p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.l-home-text-work {
    margin-top: -75px;
}
.l-why-choose {
    margin-top: 50px;
}
.l-why-choose h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 50px;
}
.l-why-choose-box {
    margin-top: 30px;
}
.l-why-choose-box img {
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
    width: 70PX;
    border-radius: 2px;
    height: 70PX;
    background-color: #e59837;
    box-shadow: 0 8px 6px -6px black;
}
.l-why-choose-box .fa:hover {
    background-color: #e59837;
    color: #fff;
}
.l-why-choose-box .col-md-3 {
    margin-bottom: 50px;
}
.l-why-choose-box .col-md-3 h4 {
    font-size: 22px;
}
.l-why-choose-box .col-md-3 p {
    font-size: 18px;
}
.l-why-chosse-text-inner {
    border: 1px solid #ddd;
    height: 245px;
    padding: 20px 10px 15px 10px;
    border-radius: 2px;
}
@keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.l-why-chosse-text-inner:hover {
    animation: bounce 1s;
    box-shadow: 0 8px 6px -6px black;
}
.l-home-text-work img:hover {
    animation: bounce 1s;
    box-shadow: 0 8px 6px -6px black;
}
.pricing-box-inner:hover {
    animation: bounce 1s;
    box-shadow: 0 8px 6px -6px black;
}
.box-part:hover {
    animation: bounce 1s;
    box-shadow: 0 8px 6px -6px black;
}
.lpb-easy-step img:hover {
    animation: bounce 1s;
    box-shadow: 0 8px 6px -6px black;
}
.pricing-box-Product:hover {
    animation: bounce 1s;
    box-shadow: 0 8px 6px -6px black;
}

/*form styles*/
.ldp-multistep-container {
    min-height: 700px;
    background: #1f0d0299;
}
.height-350 {
    height: 250px;
}
#msform {
    width: 100%;
    margin: 25px auto;
    text-align: center;
    position: relative;
}
#msform fieldset {
    background: transparent;
    border: 0 none;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input,
#msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}

/*buttons*/
#msform .action-button {
    width: 175px;
    background: #e49837;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 22px;
    padding: 13px 8px;
    margin: 15px 15px;
    text-transform: uppercase;
}
#msform .action-button:hover,
#msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px @secondary-color;
}

/*headings*/
.fs-title {
    font-size: 44px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 3px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 0px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    width: 14%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 75px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    color: #5a645c;
    background: white;
    border-radius: 2px;
    margin: 0 auto 2px auto;
    font-weight: 500;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    
    content: none;
}

/*marking active/completed steps green*/

/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #e49837;
    color: white;
}
.help-block {
    font-size: .8em;
    color: #7c7c7c;
    text-align: left;
    margin-bottom: .5em;
}
.que-first-step {}
.que-second-step {}
.que-third-step {}
.que-four-step {}
.que-five-step {}
.que-six-step {}
.que-seven-step {}
.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.image-checkbox {
    margin: 0.5rem 0.8rem;
}

/*image gallery*/
.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}
.image-checkbox input[type="checkbox"] {
    display: none;
}
.image-checkbox-checked {
    border-color: #e49837;
}
.image-checkbox .fa {
    position: absolute;
    color: #000000;
    background-color: #e49837;
    padding: 5px;
    top: 0;
    right: 0;
}
.image-checkbox-checked .fa {
    display: block !important;
}
.input-hidden {
    position: absolute;
    left: -9999px;
}
input[type=radio]:checked+label>img {
    border: 0px solid #fff;
    box-shadow: 0 0 3px 3px #e49837;
}

/* Stuff after this is only to make things more pretty */
input[type=radio]+label>img {
    width: 150px;
    height: 300px;
    transition: 500ms all;
    cursor: pointer;
}
.zc-ref {
    display: none;
}
.sp-err {
    color: #e74c3c;
}

/*********************** Home Page Product  slider start  ////////////////////////////*/
#myCarousel-product .carousel-inner .active.left {
    left: -25%;
}
#myCarousel-product .carousel-inner .next {
    left: 25%;
}
#myCarousel-product .carousel-inner .prev {
    left: -25%;
}
#myCarousel-product .carousel-control {
    width: 3%;
}
#myCarousel-product .carousel-control.left,
.carousel-control.right {
    margin-left: -11px;
    background-image: none;
}
#myCarousel-product img {
    width: 100%;
    height: 150px;
    border-radius: 2px;
    border: 1px solid #cccccc8c;
    padding: 5px;
}
#myCarousel-product .item span {
    color: #333;
    font-weight: 500;
    font-size: 18px
}
#myCarousel-product .carousel-control .glyphicon-chevron-left,
#myCarousel-product .carousel-control .glyphicon-chevron-right,
#myCarousel-product .carousel-control .icon-prev,
#myCarousel-product .carousel-control .icon-next {
    font-size: 15px;
    border: 1px solid #b5a5a5;
    padding: 7px;
    color: #333;
    border-radius: 50%;
}
#myCarousel-product .carousel-control .glyphicon-chevron-right,
#myCarousel-product .carousel-control .icon-next {
    margin-right: -20px;
}
#myCarousel-product .carousel-control {
    top: -30px;
}
#myCarousel-product .item span:hover {
    color: #e49837;
}
@media(max-width: 767px) {
   #lct-myCarousel .carousel-control img {
    /*width: 34px;*/
    }    
    #myCarousel-product .item span {
        font-size: 15px;
    }
    
    #myCarousel-product .item {
        margin-bottom: 15px;
    }
  
}
@media screen and (min-width: 768px) and (max-width: 1024px) {    
    #myCarousel-product img {    
        height: 100px;
    }
    #myCarousel-product .item span {    
    font-weight: 400;
    font-size: 15px;
    }
    .l-why-choose h2 {    
    margin-bottom: 25px;
    }
}
.lmb-blog-container h3 {
    margin-left: 5px;
    color: #000;
    text-transform: uppercase;
}
.slide-overlay {
    width: 100%;
    position: fixed;
    height: 1000px;
    background: #000000c4;
    z-index: 999;
}
.lnc-container h2 {
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    margin: 20px 0px 20px;
}
#blog {
    margin-bottom: 60px;
}

/*********************** Home Page Product  slider End  ////////////////////////////*/
.loc-container p{
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 5px 10px;
    min-height: 140px;
    box-shadow: 0 8px 6px -6px black;
    font-size: 15px;
    font-weight: 400;
}
.location-box-footer h4{
       font-weight: 500;
    text-transform: uppercase;
}

.footer-sticky{
    display: none;
    background: #000;
    position: fixed;
    bottom: 0;
    left:0;
    color:#fff;
    width:100%;
    text-align: center;
}
.footer-sticky{
    padding: 5px;
}
.footer-sticky img{
    width:45px;
    height:45px;
    padding: 5px;
}
.psudo-footer-sticky{
    width:100%;
    height:50px;    
}

@media(max-width: 767px){
    .location-box-footer{text-align: center;}
    .loc-container p {
    box-shadow: 0 8px 6px -6px #00000059;    
    min-height: 80px;
    }
    .l-why-choose h2 {
    font-size: 25px;
    line-height: 0px;
    font-weight: 700;
    margin-bottom: 25px;
}
.l-why-chosse-text-inner {    
    height: 225px;
}
.l-why-choose-box img {   
    width: 60PX;    
    height: 60PX;
}
.footer-sticky{
    display: block;
}
}
.social-contact a{
    color:#fff;
}



/*s:testimonial*/


.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*box-shadow: 0 0.125pc 5px 0 rgba(0,0,0,.16), 0 0.020833333in 10px 0 rgba(0,0,0,.12);*/
    box-shadow: 0 0.125pc 5px 0 rgba(0, 0, 0, 0.33), 0 0.020833333in 10px 0 rgba(0,0,0,.12);
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}
.title a{
    text-decoration: none;
    font-size: 17px;
    color: #8e5d0e;
    font-weight: 400;
}
.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    color: #232121;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
    /*background: url("http://lorempixel.com/850/280/nature/4/");*/
    background:#ea4e00;
    background: #f5941a;
    /*background-size: cover;*/
    height: 95px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.review{font-weight: 700;}
.fa-quote-left{    
    color: #ea4e00;
    color: #cc7a14;
    margin-right: .625pc;
    font-size: 22.5pt;
}
.jag-rating{
        margin-top: .3125pc;
}
.jag-rating i{font-size: .1875in;color: #ea4e00;color: #f5941a;}

.testimonial {
    text-align: center;
    margin: 20px 30px 40px;
}
 
@media only screen and (max-width: 767px) {
    .testimonial{
        text-align: center;margin: 16px 8px 20px;
    }
    .testimonial .testimonial-pic{
        float: none;
        margin: 0 auto;
    }
    .testimonial .testimonial-prof{
        padding-left: 0;
    }
}
/* FIXED NEXT AND BACK BUTTON IN DRAFT */
.fixedBtn {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: rgb(233, 6, 6);
}

.saveNextBtn{
    float: right;
}
.backBtn{
    float: left;
}
/* FIXED BUTTON END */
.item-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .fixedBtn {
        right: 51%;
        width: 49% !important;
    }
    .item-center{
        align-items: flex-end;
        justify-content: flex-end;
    }
}
/* FIXED BUTTON END */

.bottom .reviews{
    /*height: 146px;*/
    height: 155px;
    overflow-y: scroll;
    line-height: .229166667in;
    box-shadow: none;
    border: none;
}
/*Scrollbar design*/
 /* width */
::-webkit-scrollbar {
  width: 5px;
}
.sector{
  color: #52c7ff;
  font-size: 15px;
  font-weight: 600;
}

#lct-myCarousel .carousel-control.left {
    background-image: none;
}
#lct-myCarousel .carousel-control.left {
    left: auto;
    right: 40px;
}
#lct-myCarousel .carousel-control.right {
    background-image: none;
    left: auto;
}
#lct-myCarousel .carousel-control {
    opacity: .9;
    /*width: 2.9%;*/
}
.carousel-control-prev img{
    height:35px;
}
.carousel-control-next img{
    height:35px;
}
@media(max-width: 768px){
   #lct-myCarousel .carousel-inner{margin-top: 17%;}
   
   #lct-myCarousel .carousel-control.left{margin-top: 4%;}
   #lct-myCarousel .carousel-control.right{margin-top: 4%;}
}
/*e:testimonial*/

/*s-download our mobile app*/
.mobile{
    width: 70%;
    margin-top: -50px;
    margin-left: 25%;
}
.ldm-app-btn {margin-left: 0;float: initial;}
.mobApp{padding-top: 0px;padding-bottom: 0px;min-height: auto;}
@media(max-width: 767px){.mobile{display: none;}}
@media(min-width: 766px){.mobApp{margin-top: 5%;}}
/*e-download our mobile app*/
/* s- margin  */
.mb-5{margin-bottom: 5px;}
/* e- margin  */

.newblinkText {
    background: #ff0000;
    border-radius: 100px / 50px;
    color: white;
    font-size: 10px;
    animation: newBlinkingText 1s ease infinite;
    padding: 4px 8px 4px 8px;
    font-weight: 600;
    box-shadow: 0px 2px 2px #e27e7e;
 }
 
 @keyframes newBlinkingText {
   0%  {
     background: #ff0000;
   }
   50% {
     background: #850101;
   }
 }

 .app-install-banner{
     background: #ccc;
     padding:5px;
     text-align: center;
     display: none;
 }

 .app-install-banner a{
    background:#e6984b;
    color:#fff;
    border-radius: 3px;
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #888;
 }
 @media only screen and (max-width: 767px) {
    .app-install-banner{
        display: block;
    }
 }