/*-------------------------------------------------
=  Table of Css

1.Reset
2.General
3.Main Settings
4.Main Navigation
5.Main content
6.Page
7.Forms
8.Footer
9.Elements
10.Loader
11.Magnific popup
12.OWL
13.Animations

-------------------------------------------------*/
/*-------------------------------------------------
=  Import Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i");

/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* =  1.Reset
/*-------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:focus {
    text-decoration: none;
}

/*-------------------------------------------------*/
/* =  2.General
/*-------------------------------------------------*/
html {
    line-height: 1.64;
}

body {
    font: 100% "Lato", sans-serif;
    color: #000;
    background-color: #EEEEEE;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: 100% "Lato", sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1.29;
}

h1 {
    font-size: 40px;
    font-family: "Lato", sans-serif;
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 30px;
}

@media screen and (max-width: 480px) {
    h2 {
        font-size: 25px;
    }
}

h3 {
    font-size: 30px;
}

@media screen and (max-width: 480px) {
    h3 {
        font-size: 25px;
    }
}

h4 {
    font-size: 20px;
}

@media screen and (max-width: 480px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-size: 18px;
}

@media screen and (max-width: 480px) {
    h5 {
        font-size: 16px;
    }
}

h6 {
    font-size: 16px;
}

a {
    color: #E84C3D;
    text-decoration: none;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

a:focus,
a:active,
a:visited {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #000;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

a.simple {
    text-decoration: underline;
    color: #E84C3D;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
}

@media screen and (max-width: 480px) {
    a.simple {
        font-size: 18px;
    }
}

a.simple:hover {
    opacity: .65;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

a.btn {
    padding: 0;
    padding-right: 30px;
    padding-left: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    outline: none;
    border: 1px solid #000;
    border-radius: 2px;
    font-weight: bold;
    color: #000;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 35px;
    text-decoration: none !important;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    a.btn {
        margin-bottom: 0px;
    }
}

a.btn:hover {
    background-color: #E84C3D;
    color: white !important;
    border-color: transparent;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a.btn-alt {
    padding: 0;
    padding-right: 30px;
    padding-left: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    outline: none;
    border-radius: 2px;
    font-weight: 400;
    color: white;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 35px;
    text-decoration: none !important;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #E84C3D;
}

@media screen and (max-width: 991px) {
    a.btn-alt {
        margin-bottom: 0px;
    }
}

a.btn-alt:hover {
    background-color: #000;
    color: white;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a.btn-alt.shadow {
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

a.btn-alt.no-margin-bottom {
    margin-bottom: 0;
}

a.btn-alt.active {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

a.btn-alt.active:hover {
    background-color: #000;
    border: 1px solid #000;
    color: white;
}

a.btn-alt.active.white {
    border-color: white;
    color: white;
}

a.btn-alt.active.white:hover {
    background-color: white;
    color: #E84C3D;
}

a.btn-alt.small {
    height: 36px;
    line-height: 36px;
    background-color: #E84C3D;
    color: white;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 12px;
}

a.btn-alt.small:hover {
    background-color: white;
    color: #E84C3D;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a.btn-alt.small.white {
    border: 1px solid white;
}

a.btn-alt.small.white:hover {
    background-color: white;
    color: #E84C3D !important;
}

a.btn-alt.small.border {
    border: 1px solid #E84C3D;
}

a.btn-alt i {
    margin-right: 8px;
}

a.btn-pro {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}

a.btn-pro:after {
    content: "\f30f";
    font-family: "Ionicons";
    position: absolute;
    display: block;
    position: absolute;
    right: -20px;
    top: 1px;
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
    color: #E84C3D;
}

a.btn-pro:hover:after {
    right: -25px;
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
}

a.btn-pro.white {
    font-weight: 300;
}

a.btn-simple {
    font-size: 16px;
    line-height: 16px;
    color: #E84C3D;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    z-index: 2;
}

a.btn-simple:before {
    content: '';
    background-color: #2D3E50;
    border-radius: 2px;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -5px;
    width: 0%;
    z-index: -1;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

a.btn-simple:hover {
    color: white;
    padding-left: 5px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

a.btn-simple:hover:before {
    width: calc(100% + 15px);
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

a#btn-share {
    padding: 0;
    padding-right: 20px;
    padding-left: 30px;
    text-align: center;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 2px;
    font-weight: 400;
    text-decoration: none !important;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    color: #757575;
    transition: all .4s ease;
    font-size: 12px;
    border: 1px solid #757575;
    position: relative;
}

a#btn-share:hover {
    background-color: #E84C3D;
    border-color: #E84C3D;
    color: white;
}

a#btn-share:before {
    position: absolute;
    content: "+ ";
    margin-left: -12px;
    font-size: 14px;
    line-height: 29px;
}

p {
    font-family: "Lato", sans-serif;
    color: #757575;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: 300;
}

p.small {
    font-size: 14px;
}

p.big {
    font-size: 20px;
}

@media screen and (max-width: 480px) {
    p.big {
        font-size: 18px;
    }
}

p b,
p strong {
    font-weight: 400;
    color: #757575;
}

p a {
    text-decoration: none;
}

.color-dark {
    color: #000;
}

.light-background {
    background-color: #f7f7f7 !important;
}

.color-background {
    background-color: #2D3E50;
}

.secondary-background {
    background-color: #E84C3D;
}

.dark-background {
    background-color: #000 !important;
}

.black-background {
    background-color: #222;
}

.grey-background {
    background-color: #F7F7F7 !important;
}

.darkgrey-background {
    background-color: #E6E7E8 !important;
}

.body-background {
    background-color: #EEEEEE !important;
}

.section-bordertop {
    border-top: 1px solid #f7f7f7;
}

button {
    background: none;
    border: none;
    outline: inherit;
}

i {
    font-style: italic;
    font-family: "Lato", sans-serif;
}

i.service {
    display: block;
    font-size: 35px;
    margin-bottom: 18px;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

i.service.big {
    font-size: 50px;
}

i.service.material {
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 60px;
    border-radius: 10px;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    color: #E84C3D;
    display: inline-block;
}

i.service.material.left {
    float: left;
}

i.service.left {
    float: left;
}

i.service:hover {
    color: #E84C3D;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

i.material-icons.service {
    font-size: 30px;
}

i.material-icons.left {
    float: left;
}

i.separator {
    display: block;
    font-size: 35px;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

b,
strong {
    font-weight: bold;
}

dl {
    margin: 25px 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

dl dt {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    line-height: 22px;
}

dl dd {
    border-left: 2px solid #E84C3D;
    font-family: "Lato", sans-serif;
    padding-left: 20px;
    margin-bottom: 10px;
    font-style: italic;
    letter-spacing: 1px;
}

ol {
    list-style: decimal;
    padding-left: 28px;
    font-family: "Lato", sans-serif;
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 25px 0 25px 15px;
}

ul li.border {
    border-bottom: 1px solid #c2c3c4;
}

ul.styled,
ul.post {
    list-style: none;
}

ul.styled li,
ul.post li {
    position: relative;
    padding-left: 26px;
    margin: 9px 0;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #000;
}

ul.styled li:before,
ul.post li:before {
    position: absolute;
    content: "\f383";
    font-family: "Ionicons";
    color: #E84C3D;
    left: 0;
    top: 0;
}

ul.post {
    padding: 25px 0 25px 18px;
}

ul.post li {
    font-weight: 300;
}

ul.post li:before {
    position: absolute;
    content: "\f111";
    font-family: "FontAwesome";
    color: #000;
    font-size: 8px;
    left: 8px;
    top: -1px;
}

mark {
    background: #f7f7f7;
    padding: 0 4px;
    color: #757575;
}

pre {
    padding: 25px;
    background: #f7f7f7;
    overflow: hidden;
    border-radius: 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000;
    margin: 25px 0;
}

code {
    color: #E84C3D;
    background-color: #f7f7f7;
}

blockquote,
q {
    display: block;
    quotes: none;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding-left: 36px;
    font-family: "Lato", sans-serif;
    color: #757575;
    font-weight: 400;
    font-style: italic;
    margin: 50px 0;
    border-left: 4px solid #E84C3D;
}

@media screen and (max-width: 480px) {

    blockquote,
    q {
        padding-left: 18px;
    }
}

blockquote cite,
q cite {
    margin-top: 18px;
    font-style: normal;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #757575;
}

blockquote cite a,
q cite a {
    color: #757575;
}

blockquote cite a:hover,
q cite a:hover {
    color: #E84C3D;
}

textarea {
    resize: none;
}

.popup-youtube,
.popup-vimeo {
    position: relative;
    display: block;
    overflow: hidden;
}

.popup-youtube.shadow,
.popup-vimeo.shadow {
    -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.3);
}

.popup-youtube:before,
.popup-vimeo:before {
    content: "\f487";
    font-family: "Ionicons";
    position: absolute;
    display: block;
    color: white;
    font-size: 40px;
    text-align: center;
    line-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: #2D3E50;
    line-height: 70px;
    padding-left: 5px;
    z-index: 1;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
    border-radius: 50%;
}

@media screen and (max-width: 410px) {

    .popup-youtube:before,
    .popup-vimeo:before {
        font-size: 30px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

.popup-youtube:hover:before,
.popup-vimeo:hover:before {
    background-color: #000;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.popup-youtube:focus,
.popup-vimeo:focus {
    outline: none;
}

.popup-youtube.black:before,
.popup-vimeo.black:before {
    background-color: #000;
}

.popup-youtube.black:hover:before,
.popup-vimeo.black:hover:before {
    background-color: #2D3E50;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.popup-youtube img,
.popup-vimeo img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1199px) {
    .height-auto-lg {
        height: auto !important;
    }
}

@media screen and (max-width: 991px) {
    .height-auto-md {
        height: auto !important;
    }
}

@media screen and (max-width: 767px) {
    .height-auto-sm {
        height: auto !important;
    }
}

@media screen and (max-width: 480px) {
    .height-auto-xs {
        height: auto !important;
    }
}

.border-right {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 70px;
    height: 100%;
    max-width: 70px;
    background-color: #f7f7f7;
}

@media screen and (max-width: 1350px) {
    .border-right {
        display: none;
    }
}

.border-left {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 70px;
    height: 100%;
    max-width: 70px;
    background-color: #f7f7f7;
}

@media screen and (max-width: 1350px) {
    .border-left {
        display: none;
    }
}

.nav-tabs {
    padding-left: 0 !important;
    border-bottom: none;
}

.nav-tabs li {
    margin-bottom: 0;
}

.nav-tabs li a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    margin-right: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 1px;
}

.nav-tabs li a:hover,
.nav-tabs li a:focus {
    border: none;
    border-radius: 2px;
    color: #E84C3D;
    background-color: transparent;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.nav-tabs li a:focus {
    outline: none;
}

.nav-tabs li.active a {
    border: none;
    border-radius: 2px;
    text-decoration: none;
    color: white;
    background-color: #757575;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    border: none;
    border-radius: 2px;
    color: white;
    background-color: #2D3E50;
}

.nav-tabs li.active a:focus {
    outline: none;
}

.nav-tabs.alt {
    text-align: center;
}

.nav-tabs.alt li {
    float: inherit;
    display: inline-block;
}

.nav-tabs.alt li a {
    padding-left: 30px;
    padding-right: 30px;
    opacity: .5;
    border: none;
    height: 40px;
    line-height: 22px;
    border-radius: 0px;
    font-weight: 600;
    text-rendering: geometricPrecision;
    font-size: 12px;
}

.nav-tabs.alt li a:hover,
.nav-tabs.alt li a:focus {
    border: none;
    opacity: 1;
}

.nav-tabs.alt li.active a {
    background-color: #E84C3D;
    color: white;
    opacity: 1;
    border-radius: 40px;
}

.nav-tabs.alt li.active a:hover,
.nav-tabs.alt li.active a:focus {
    border: none;
}

.tab-content {
    margin-bottom: 50px;
    margin-top: -1px;
}

.tab-content .tab-pane {
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    padding-top: 25px;
    font-weight: 300;
}

.tab-content.alt .tab-pane {
    border: none;
}

.panel-group .panel {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel .panel-heading {
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #EBEFF0;
    border-radius: 0;
    padding: 10px 0;
    position: relative;
}

/*.panel-group .panel .panel-heading:after {
    position: absolute;
    content: "\E313";
    font-family: 'Material Icons';
    font-size: 24px;
    top: 14px;
    right: 0;
    color: #E84C3D;
}*/

.panel-group .panel .panel-heading h4.panel-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
}

.panel-group .panel .panel-heading h4.panel-title a {
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    color: #804821;
    display: block;
    z-index: 2;
    position: relative;
    padding-right: 36px;
    font-weight: bold;
}

.panel-group .panel .panel-heading h4.panel-title a:hover {
    color: #335825;
}

.panel-group .panel .panel-body {
    border-top: none !important;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding: 22px;
}

/* core classes */
::-moz-selection {
    background: #E84C3D;
    color: white;
}

::selection {
    background: #E84C3D;
    color: white;
}

/* class white: set font color white */
[class~="white"] {
    color: white !important;
}

/* class color: set font with secondary color */
[class~="color"] {
    color: #E84C3D !important;
}

/* class black: set font with black color */
[class~="black"] {
    color: #000 !important;
}

/* class grey: set font with grey color */
[class~="grey"] {
    color: #757575 !important;
}

/* class grey-light: set font with light grey color */
[class~="grey-light"] {
    color: #EBEFF0 !important;
}

/* class grey-dark: set font with dark grey color */
[class~="grey-dark"] {
    color: #757575 !important;
}

/* class uppercase: set font uppercase */
[class~="uppercase"] {
    text-transform: uppercase;
}

/* class underline: set text decoration underline */
[class~="underline"] {
    text-decoration: underline;
}

/* class font weight: font-weight 100 */
[class~="weight-100"] {
    font-weight: 100;
}

/* class font weight: font-weight 300 */
[class~="weight-300"] {
    font-weight: 300;
}

/* class font weight: font-weight 400 */
[class~="weight-400"] {
    font-weight: 400;
}

/* class font weight: font-weight 600 */
[class~="weight-600"] {
    font-weight: 600;
}

/* class font weight: font-weight 700 */
[class~="weight-700"] {
    font-weight: 700;
}

/* class font weight: font-weight 900 */
[class~="weight-900"] {
    font-weight: 900;
}

/* class vertical-align: vertical align */
[class="vertical-align"] {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

/* class vertical-align: vertical align over 991px */
@media screen and (min-width: 991px) {
    [class="vertical-align-lg"] {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
    }
}

/* class overflow-hidden: overflow hidden */
[class~="overflow-hidden"] {
    overflow: hidden;
}

/* box-shadow */
[class~="box-shadow-inset"] {
    position: relative;
}

[class~="box-shadow-inset"]:before {
    -webkit-box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.25), inset 0 -8px 8px -5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.25), inset 0 -8px 8px -5px rgba(0, 0, 0, 0.25);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[class~="box-shadow-inset"] {
    position: relative;
}

[class~="box-shadow-inset"]:before {
    -webkit-box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.25), inset 0 -8px 8px -5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.25), inset 0 -8px 8px -5px rgba(0, 0, 0, 0.25);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[class~="box-shadow"] {
    position: relative;
}

[class~="box-shadow"]:before {
    -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

[class~="simple-shadow"] {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

[class*="vertical-align-outer"] {
    display: table;
}

[class*="vertical-align-inner"] {
    display: table-cell;
    vertical-align: middle;
}

[class*="full-height"] {
    height: 100% !important;
}

img[class*="normal"] {
    display: block;
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
    img[class*="normal"] {
        display: none;
    }
}

img[class*="retina"] {
    display: none;
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
    img[class*="retina"] {
        display: block;
    }
}

img[class~="center"] {
    margin: 0 auto;
}

/* padding shortcodes */
.padding-top-ultra {
    padding-top: 235px !important;
    padding-bottom: 75px !important;
}

@media screen and (max-width: 480px) {
    .padding-top-ultra {
        padding-top: 180px !important;
    }
}

.padding-lg {
    padding: 75px 0 !important;
}

.padding-top-lg {
    padding-top: 75px !important;
    padding-bottom: 50px !important;
}

.padding-onlytop-lg {
    padding-top: 75px !important;
}

.padding-onlybottom-lg {
    padding-bottom: 75px !important;
}

.padding-md {
    padding: 50px 0 !important;
}

.padding-onlytop-md {
    padding-top: 50px !important;
}

.padding-onlybottom-md {
    padding-bottom: 50px !important;
}

.padding-sm {
    padding: 25px 0 !important;
}

.padding-onlytop-sm {
    padding-top: 25px !important;
}

.padding-onlybottom-sm {
    padding-bottom: 25px !important;
}

.padding-null {
    padding: 0 !important;
}

.padding-topbottom-null {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.padding-leftright-null {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-top-null {
    padding-top: 0 !important;
}

.padding-left-null {
    padding-left: 0 !important;
}

.padding-right-null {
    padding-right: 0 !important;
}

.padding-bottom-null {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 1199px) {
    .padding-lg-top-null {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 1199px) {
    .padding-lg-topbottom-null {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .padding-md-topbottom-null {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .padding-md-leftright-null {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .padding-md-top-null {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .padding-md-bottom-null {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .padding-md-left-null {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .padding-md-right-null {
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .padding-sm-topbottom-null {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .padding-sm-leftright-null {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .padding-sm-top-null {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .padding-xs-top-null {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .padding-sm-bottom-null {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .padding-sm-left-null {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .padding-sm-right-null {
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .padding-xs-leftright-null {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .responsive-padding-md {
        padding-bottom: 50px;
    }
}

/* fixed padding/margin shortcodes */
.padding-bottom {
    padding-bottom: 36px;
}

@media screen and (max-width: 991px) {
    .padding-md-bottom-lg {
        padding-bottom: 75px !important;
    }
}

@media screen and (max-width: 991px) {
    .padding-md-bottom {
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width: 991px) {
    .padding-md-top {
        padding-top: 50px !important;
    }
}

@media screen and (max-width: 991px) {
    .padding-sm-bottom {
        padding-bottom: 25px !important;
    }
}

@media screen and (max-width: 1199px) {
    .padding-lg-top-small {
        padding-top: 18px !important;
    }
}

.margin-bottom {
    margin-bottom: 36px !important;
}

.margin-bottom-big {
    margin-bottom: 50px !important;
}

@media screen and (max-width: 991px) {
    .margin-md-bottom {
        margin-bottom: 36px !important;
    }
}

@media screen and (max-width: 767px) {
    .margin-sm-bottom {
        margin-bottom: 36px !important;
    }
}

@media screen and (max-width: 480px) {
    .margin-xs-bottom {
        margin-bottom: 36px !important;
    }
}

@media screen and (max-width: 480px) {
    .margin-xs-bottom-small {
        margin-bottom: 18px !important;
    }
}

.margin-bottom-small {
    margin-bottom: 18px !important;
}

.margin-bottom-extrasmall {
    margin-bottom: 9px !important;
}

/* margin shortcodes */
.margin-null {
    margin: 0 !important;
}

.margin-leftright-null {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.margin-topbottom-null {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.margin-top-null {
    margin-bottom: 0 !important;
}

.margin-bottom-null {
    margin-bottom: 0 !important;
}

.margin-left-null {
    margin-left: 0 !important;
}

.margin-right-null {
    margin-left: 0 !important;
}

@media screen and (max-width: 991px) {
    .margin-md-topbottom-null {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .margin-md-leftright-null {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .margin-md-top-null {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .margin-md-bottom-null {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .margin-md-left-null {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .margin-md-right-null {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .margin-sm-topbottom-null {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .margin-sm-leftright-null {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .margin-sm-top-null {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .margin-sm-bottom-null {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .margin-sm-left-null {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .margin-sm-right-null {
        margin-right: 0 !important;
    }
}

/* text-align shortcodes */
@media screen and (max-width: 991px) {
    .text-md-left {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .text-sm-left {
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    .text-md-right {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .text-sm-right {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    .text-md-center {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .text-sm-center {
        text-align: center;
    }
}

/* flex order shortcodes */
@media screen and (max-width: 991px) {
    .flex-order-md {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) {
    .flex-column-push-md {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 991px) {
    .flex-column-pull-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .flex-order-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .flex-column-push-sm {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .flex-column-pull-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

/* other shortcodes */
.z-index {
    position: relative;
    z-index: 10 !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-full {
    display: block;
    width: 100%;
    height: auto;
}

.not-visible {
    visibility: hidden;
    max-height: 0px;
}

.visible {
    visibility: visible;
    max-height: auto;
}

.no-scroll {
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .hidden-lg {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .hidden-xs {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .responsive-md-height-auto {
        height: auto !important;
    }
}

.col-xs-5s,
.col-sm-5s,
.col-md-5s,
.col-lg-5s {
    float: left;
    width: 20%;
}

@media screen and (max-width: 1199px) {
    .col-lg-5s {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .col-md-5s {
        width: 33.33333333%;
    }
}

@media screen and (max-width: 767px) {
    .col-md-5s {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .col-md-5s {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .col-xs-5s {
        width: 100%;
    }
}

/*-------------------------------------------------*/
/* =  3.Main Setting
/*-------------------------------------------------*/
#main-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #E6E7E8;
}

#main-wrap.full-width {
    max-width: 1920px;
}

.fullpage-wrap {
    margin-left: -50px;
    margin-right: -50px;
    background-color: white;
}

@media screen and (max-width: 991px) {
    .fullpage-md-wrap {
        margin-left: -50px !important;
        margin-right: -50px !important;
    }
}

.container {
    padding: 0;
}

@media screen and (max-width: 1093px) {
    .container {
        width: 100%;
    }
}

@media screen and (min-width: 1199px) {
    .container {
        width: 90%;
    }
}

@media screen and (min-width: 1366px) {
    .container {
        width: 85%;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        width: 70%;
    }
}

@media screen and (min-width: 1920px) {
    .container {
        width: 1350px;
    }
}

.row.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.row.first-section {
    margin-top: 80px;
}

@media screen and (max-width: 480px) {
    .row.first-section {
        margin-top: 60px;
    }
}

.section-lines {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.section-lines span {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    width: 33.33333333%;
    height: 100%;
    float: left;
    position: relative;
}

/*-------------------------------------------------*/
/* =  4.Main Navigation
/*-------------------------------------------------*/
header {
    position: relative;
    z-index: 3;
    background-color: transparent;
}

header.border {
    border-bottom: 1px solid rgba(117, 117, 117, 0.05);
    -webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.05);
}

header>.container {
    padding: 0 50px;
}

@media screen and (max-width: 480px) {
    header>.container {
        padding: 0 30px;
    }
}

@media screen and (min-width: 992px) {
    header.fixed {
        height: 80px;
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        position: fixed;
        top: 0;
        left: 50%;
        margin-left: -750px;
        z-index: 100;
        -webkit-transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, -webkit-box-shadow 0.5s linear;
        transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, -webkit-box-shadow 0.5s linear;
        -o-transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, box-shadow 0.5s linear;
        transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, box-shadow 0.5s linear;
        transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, box-shadow 0.5s linear, -webkit-box-shadow 0.5s linear;
    }
}

header.fixed .container {
    padding: 0 50px;
}

@media screen and (max-width: 480px) {
    header.fixed .container {
        padding: 0 30px;
    }
}

header.fixed.full-width {
    max-width: 100%;
    margin-left: 0px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1500px) {
    header.fixed {
        max-width: 100%;
        margin: 0;
        left: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 992px) {
    header.fixed {
        margin-bottom: -80px;
    }
}

@media screen and (max-width: 480px) {
    header.fixed {
        height: 60px;
    }
}

@media screen and (min-width: 992px) {
    header.fixed.fixed-top {
        background-color: white !important;
        -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
        height: 80px;
        -webkit-transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, -webkit-box-shadow 0.5s linear;
        transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, -webkit-box-shadow 0.5s linear;
        -o-transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, box-shadow 0.5s linear;
        transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, box-shadow 0.5s linear;
        transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s, box-shadow 0.5s linear, -webkit-box-shadow 0.5s linear;
    }

    header.fixed.fixed-top nav.navbar {
        height: 60px;
    }

    header.fixed.fixed-top nav.navbar #sidemenu {
        /*margin: 15px 0;*/
        -webkit-transition: margin 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        -o-transition: margin 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        transition: margin 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
    }

    header.fixed.fixed-top nav.navbar #sidemenu .menu-holder ul li>a {
        color: #000;
        -webkit-transition: color .6s linear;
        -o-transition: color .6s linear;
        transition: color .6s linear;
    }

    header.fixed.fixed-top nav.navbar #logo {
        -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
    }

    header.fixed.fixed-top nav.navbar #logo a.navbar-brand {
        height: 60px;
        line-height: 60px;
        padding: 12px 0;
        -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
    }

    header.fixed.fixed-top nav.navbar #logo a.navbar-brand img {
        max-height: 80px;
        -webkit-transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        -o-transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
    }

    header.fixed.fixed-top nav.navbar.white #logo img {
        -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
    }

    header.fixed.fixed-top nav.navbar.white #logo img.white-logo {
        visibility: hidden;
        height: 0;
    }

    header.fixed.fixed-top nav.navbar.white #logo img:not(.white-logo) {
        visibility: visible;
        height: auto;
    }

    header.fixed.fixed-top nav.navbar.white #logo img:not(.white-logo).normal {
        display: block;
    }
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1),
screen and (min-width: 992px) and (min-resolution: 192dpi) {
    header.fixed.fixed-top nav.navbar.white #logo img:not(.white-logo).normal {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    header.fixed.fixed-top nav.navbar.white #logo img:not(.white-logo).retina {
        display: none;
    }
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 992px) and (-o-min-device-pixel-ratio: 2/1),
screen and (min-width: 992px) and (min-resolution: 192dpi) {
    header.fixed.fixed-top nav.navbar.white #logo img:not(.white-logo).retina {
        display: block;
    }
}

header nav.navbar {
    height: 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    header nav.navbar {
        height: 60px;
    }
}

header nav.navbar #logo {
    width: 150px;
    position: relative;
    float: left;
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
    -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
}

@media screen and (max-width: 480px) {
    header nav.navbar #logo {
        width: 180px;
    }
}

header nav.navbar #logo a.navbar-brand {
    height: 80px;
    line-height: 80px;
    padding: 5px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
    -o-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
}

@media screen and (max-width: 480px) {
    header nav.navbar #logo a.navbar-brand {
        height: 60px;
        line-height: 60px;
        padding: 10px 0;
    }
}

header nav.navbar #logo a.navbar-brand img {
    /*max-height: 50px;*/
    width: 180px;
    -webkit-transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
    -o-transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
}

@media screen and (max-width: 480px) {
    header nav.navbar #logo a.navbar-brand img {
        max-height: 40px;
        max-width: 180px;
    }
}

header nav.navbar #menu,
header nav.navbar #sidemenu,
header nav.navbar #menu-classic {
    position: relative;
    float: right;
    margin: 25px 0;
    width: 80%;
    width: calc(100% - 150px);
}

@media screen and (min-width: 991px) {

    header nav.navbar #menu,
    header nav.navbar #sidemenu,
    header nav.navbar #menu-classic {
        -webkit-transition: margin 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        -o-transition: margin 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
        transition: margin 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0.4s;
    }
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu,
    header nav.navbar #sidemenu,
    header nav.navbar #menu-classic {
        width: auto;
    }
}

header nav.navbar #menu .menu-holder,
header nav.navbar #sidemenu .menu-holder,
header nav.navbar #menu-classic .menu-holder {
    text-align: right;
    float: right;
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu .menu-holder,
    header nav.navbar #sidemenu .menu-holder,
    header nav.navbar #menu-classic .menu-holder {
        display: none;
    }
}

header nav.navbar #menu .menu-holder ul>li:last-of-type.submenu ul.sub-menu,
header nav.navbar #sidemenu .menu-holder ul>li:last-of-type.submenu ul.sub-menu,
header nav.navbar #menu-classic .menu-holder ul>li:last-of-type.submenu ul.sub-menu {
    left: inherit;
    right: -18px;
}

header nav.navbar #menu .menu-holder ul li,
header nav.navbar #sidemenu .menu-holder ul li,
header nav.navbar #menu-classic .menu-holder ul li {
    display: inline-block;
}

header nav.navbar #menu .menu-holder ul li a,
header nav.navbar #sidemenu .menu-holder ul li a,
header nav.navbar #menu-classic .menu-holder ul li a {
    margin-left: 30px;
    font-size: 16px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #000;
    padding: 10px 0;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {

    header nav.navbar #menu .menu-holder ul li a,
    header nav.navbar #sidemenu .menu-holder ul li a,
    header nav.navbar #menu-classic .menu-holder ul li a {
        margin-left: 40px;
    }
}

header nav.navbar #menu .menu-holder ul li a:hover,
header nav.navbar #sidemenu .menu-holder ul li a:hover,
header nav.navbar #menu-classic .menu-holder ul li a:hover {
    color: #E84C3D !important;
}

header nav.navbar #menu .menu-holder ul li a.active,
header nav.navbar #menu .menu-holder ul li a.active-item,
header nav.navbar #sidemenu .menu-holder ul li a.active,
header nav.navbar #sidemenu .menu-holder ul li a.active-item,
header nav.navbar #menu-classic .menu-holder ul li a.active,
header nav.navbar #menu-classic .menu-holder ul li a.active-item {
    color: #000;
}

header nav.navbar #menu .menu-holder ul li.submenu,
header nav.navbar #sidemenu .menu-holder ul li.submenu,
header nav.navbar #menu-classic .menu-holder ul li.submenu {
    position: relative;
}

header nav.navbar #menu .menu-holder ul li.submenu>a,
header nav.navbar #sidemenu .menu-holder ul li.submenu>a,
header nav.navbar #menu-classic .menu-holder ul li.submenu>a {
    padding: 33px 0;
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu {
    display: block;
    visibility: hidden;
    z-index: 90;
    position: absolute;
    top: 88px;
    opacity: 0;
    left: 18px;
    min-width: 177px;
    width: auto;
    text-align: left;
    background-color: #000;
    padding: 16px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

@media screen and (min-width: 992px) {

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu,
    header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu,
    header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        border-radius: 4px;
    }
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li {
    display: block;
    text-align: left;
    margin: 10px 0;
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li:first-child,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li:first-child,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li:first-child {
    margin: 0 0 5px 0;
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li:last-child,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li:last-child,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li:last-child {
    margin: 5px 0 0 0;
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li a,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li a,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li a {
    color: white;
    margin-left: 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    font-family: "Lato", sans-serif;
    -webkit-transition: padding-left .4s ease;
    -o-transition: padding-left .4s ease;
    transition: padding-left .4s ease;
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li a:hover,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li a:hover {
    color: #E84C3D !important;
}

@media screen and (min-width: 991px) {

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu li a:hover,
    header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover,
    header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu li a:hover {
        padding-left: 10px;
        -webkit-transition: padding-left .4s ease;
        -o-transition: padding-left .4s ease;
        transition: padding-left .4s ease;
    }
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg {
    width: 70%;
    right: 0;
    left: inherit;
    top: 59px;
}

@media screen and (max-width: 1450px) {

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg,
    header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg,
    header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg {
        width: 85%;
    }
}

@media screen and (max-width: 1250px) {

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg,
    header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg,
    header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg {
        width: 100%;
    }
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md {
    width: 50%;
    right: 0;
    top: 55px;
    left: inherit;
}

@media screen and (max-width: 1500px) {

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md,
    header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md,
    header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md {
        width: 70%;
    }
}

@media screen and (max-width: 1250px) {

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md,
    header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md,
    header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md {
        width: 100%;
    }
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a {
    color: white;
    margin-left: 0;
    font-size: 14px;
    line-height: 30px;
    text-transform: none;
    font-family: "Lato", sans-serif;
    -webkit-transition: padding-left .4s ease;
    -o-transition: padding-left .4s ease;
    transition: padding-left .4s ease;
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a i,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a i,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a i {
    color: #757575;
    padding-right: 16px;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

@media screen and (min-width: 991px) {

    header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a,
    header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a,
    header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a {
        padding-left: 10px;
        -webkit-transition: padding-left .4s ease;
        -o-transition: padding-left .4s ease;
        transition: padding-left .4s ease;
    }
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a i,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a i,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li:hover a i {
    color: white;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li.icon-list,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li.icon-list,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li.icon-list {
    overflow: hidden;
    margin-top: -10px;
}

header nav.navbar #menu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu span.header,
header nav.navbar #sidemenu .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu span.header,
header nav.navbar #menu-classic .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu span.header {
    display: block;
    color: #EBEFF0;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

header nav.navbar #menu .menu-holder ul li.submenu:hover ul.sub-menu,
header nav.navbar #sidemenu .menu-holder ul li.submenu:hover ul.sub-menu,
header nav.navbar #menu-classic .menu-holder ul li.submenu:hover ul.sub-menu {
    visibility: visible;
    top: 46px;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

header nav.navbar #menu .menu-holder ul li.submenu.megasubmenu,
header nav.navbar #sidemenu .menu-holder ul li.submenu.megasubmenu,
header nav.navbar #menu-classic .menu-holder ul li.submenu.megasubmenu {
    position: static;
}

header nav.navbar #menu .menu-holder ul li.search,
header nav.navbar #sidemenu .menu-holder ul li.search,
header nav.navbar #menu-classic .menu-holder ul li.search {
    cursor: pointer;
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu .menu-holder ul li.search,
    header nav.navbar #sidemenu .menu-holder ul li.search,
    header nav.navbar #menu-classic .menu-holder ul li.search {
        display: none !important;
    }
}

header nav.navbar #menu .menu-holder ul li.search i,
header nav.navbar #sidemenu .menu-holder ul li.search i,
header nav.navbar #menu-classic .menu-holder ul li.search i {
    margin-left: 30px;
    font-size: 20px;
    line-height: 16px;
    padding: 10px 0;
}

header nav.navbar #menu .menu-holder ul li.lang,
header nav.navbar #sidemenu .menu-holder ul li.lang,
header nav.navbar #menu-classic .menu-holder ul li.lang {
    cursor: pointer;
    position: relative;
}

header nav.navbar #menu .menu-holder ul li.lang span,
header nav.navbar #sidemenu .menu-holder ul li.lang span,
header nav.navbar #menu-classic .menu-holder ul li.lang span {
    display: block;
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu .menu-holder ul li.lang span,
    header nav.navbar #sidemenu .menu-holder ul li.lang span,
    header nav.navbar #menu-classic .menu-holder ul li.lang span {
        display: inline-block;
    }
}

header nav.navbar #menu .menu-holder ul li.lang span.current a,
header nav.navbar #sidemenu .menu-holder ul li.lang span.current a,
header nav.navbar #menu-classic .menu-holder ul li.lang span.current a {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 25px 0;
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu .menu-holder ul li.lang span.current a,
    header nav.navbar #sidemenu .menu-holder ul li.lang span.current a,
    header nav.navbar #menu-classic .menu-holder ul li.lang span.current a {
        padding: 10px 0;
        margin-right: 16px;
        color: #E84C3D;
    }

    header nav.navbar #menu .menu-holder ul li.lang span.current a:hover,
    header nav.navbar #sidemenu .menu-holder ul li.lang span.current a:hover,
    header nav.navbar #menu-classic .menu-holder ul li.lang span.current a:hover {
        color: #E84C3D;
    }
}

header nav.navbar #menu .menu-holder ul li.lang ul,
header nav.navbar #sidemenu .menu-holder ul li.lang ul,
header nav.navbar #menu-classic .menu-holder ul li.lang ul {
    display: block;
    visibility: hidden;
    z-index: 90;
    position: absolute;
    top: 88px;
    opacity: 0;
    right: -16px;
    width: 55px;
    text-align: center;
    background-color: #000;
    padding: 16px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

@media screen and (min-width: 992px) {

    header nav.navbar #menu .menu-holder ul li.lang ul,
    header nav.navbar #sidemenu .menu-holder ul li.lang ul,
    header nav.navbar #menu-classic .menu-holder ul li.lang ul {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        border-radius: 4px;
    }
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu .menu-holder ul li.lang ul,
    header nav.navbar #sidemenu .menu-holder ul li.lang ul,
    header nav.navbar #menu-classic .menu-holder ul li.lang ul {
        visibility: visible;
        position: relative;
        top: inherit;
        opacity: 1;
        right: inherit;
        width: auto;
        text-align: left;
        background-color: transparent;
        display: inline-block;
        padding: 0;
    }
}

header nav.navbar #menu .menu-holder ul li.lang ul li a,
header nav.navbar #sidemenu .menu-holder ul li.lang ul li a,
header nav.navbar #menu-classic .menu-holder ul li.lang ul li a {
    margin-left: 0;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    color: white;
}

header nav.navbar #menu .menu-holder ul li.lang ul li a:hover,
header nav.navbar #sidemenu .menu-holder ul li.lang ul li a:hover,
header nav.navbar #menu-classic .menu-holder ul li.lang ul li a:hover {
    color: #000;
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu .menu-holder ul li.lang ul li a,
    header nav.navbar #sidemenu .menu-holder ul li.lang ul li a,
    header nav.navbar #menu-classic .menu-holder ul li.lang ul li a {
        margin-right: 16px;
    }

    header nav.navbar #menu .menu-holder ul li.lang ul li a:hover,
    header nav.navbar #sidemenu .menu-holder ul li.lang ul li a:hover,
    header nav.navbar #menu-classic .menu-holder ul li.lang ul li a:hover {
        color: #757575;
    }
}

header nav.navbar #menu .menu-holder ul li.lang:hover ul,
header nav.navbar #sidemenu .menu-holder ul li.lang:hover ul,
header nav.navbar #menu-classic .menu-holder ul li.lang:hover ul {
    visibility: visible;
    top: 46px;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu .menu-holder ul li.lang:hover ul,
    header nav.navbar #sidemenu .menu-holder ul li.lang:hover ul,
    header nav.navbar #menu-classic .menu-holder ul li.lang:hover ul {
        top: inherit;
    }
}

header nav.navbar #menu .menu-holder button.close-menu,
header nav.navbar #sidemenu .menu-holder button.close-menu,
header nav.navbar #menu-classic .menu-holder button.close-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 100px;
    font-weight: 100;
    color: #E84C3D;
    width: 50px;
    height: 120px;
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu.open,
    header nav.navbar #sidemenu.open,
    header nav.navbar #menu-classic.open {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.95);
        width: 100%;
        height: 100%;
        z-index: 998;
        visibility: visible;
        opacity: 1;
        margin: 0;
        overflow-y: auto;
    }

    header nav.navbar #menu.open .menu-holder,
    header nav.navbar #sidemenu.open .menu-holder,
    header nav.navbar #menu-classic.open .menu-holder {
        padding: 120px 100px 50px 100px;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 991px) and (max-width: 1350px) {

    header nav.navbar #menu.open .menu-holder,
    header nav.navbar #sidemenu.open .menu-holder,
    header nav.navbar #menu-classic.open .menu-holder {
        display: block;
    }
}

@media screen and (max-width: 991px) and (max-width: 480px) {

    header nav.navbar #menu.open .menu-holder,
    header nav.navbar #sidemenu.open .menu-holder,
    header nav.navbar #menu-classic.open .menu-holder {
        padding: 120px 50px;
    }
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu.open .menu-holder ul li,
    header nav.navbar #sidemenu.open .menu-holder ul li,
    header nav.navbar #menu-classic.open .menu-holder ul li {
        display: block;
        padding: 6px 0;
    }

    header nav.navbar #menu.open .menu-holder ul li a,
    header nav.navbar #sidemenu.open .menu-holder ul li a,
    header nav.navbar #menu-classic.open .menu-holder ul li a {
        color: #000;
        padding: 0;
        font-size: 35px;
        line-height: 55px;
    }

    header nav.navbar #menu.open .menu-holder ul li a:hover,
    header nav.navbar #sidemenu.open .menu-holder ul li a:hover,
    header nav.navbar #menu-classic.open .menu-holder ul li a:hover {
        color: #E84C3D;
    }

    header nav.navbar #menu.open .menu-holder ul li.submenu,
    header nav.navbar #sidemenu.open .menu-holder ul li.submenu,
    header nav.navbar #menu-classic.open .menu-holder ul li.submenu {
        display: block;
    }

    header nav.navbar #menu.open .menu-holder ul li.submenu>a,
    header nav.navbar #sidemenu.open .menu-holder ul li.submenu>a,
    header nav.navbar #menu-classic.open .menu-holder ul li.submenu>a {
        padding: 0;
    }

    header nav.navbar #menu.open .menu-holder ul li.submenu ul.sub-menu,
    header nav.navbar #sidemenu.open .menu-holder ul li.submenu ul.sub-menu,
    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu {
        position: relative;
        background-color: transparent;
        top: 0;
        left: inherit;
        right: inherit;
        text-align: center;
        max-height: 0;
        -webkit-transition: max-height .8s ease;
        -o-transition: max-height .8s ease;
        transition: max-height .8s ease;
        visibility: hidden;
        display: block;
        padding: 0;
        border: none;
    }

    header nav.navbar #menu.open .menu-holder ul li.submenu ul.sub-menu li,
    header nav.navbar #sidemenu.open .menu-holder ul li.submenu ul.sub-menu li,
    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li {
        display: inline-block;
        margin: 0 16px;
        text-align: center;
        opacity: 0;
        -webkit-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
    }

    header nav.navbar #menu.open .menu-holder ul li.submenu ul.sub-menu li a,
    header nav.navbar #sidemenu.open .menu-holder ul li.submenu ul.sub-menu li a,
    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li a {
        color: #E84C3D;
        font-size: 12px;
        line-height: 22px;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
    }
}

@media screen and (max-width: 991px) and (max-width: 991px) {

    header nav.navbar #menu.open .menu-holder ul li.submenu ul.sub-menu li a,
    header nav.navbar #sidemenu.open .menu-holder ul li.submenu ul.sub-menu li a,
    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li a {
        color: white;
    }
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu.open .menu-holder ul li a:focus,
    header nav.navbar #sidemenu.open .menu-holder ul li a:focus,
    header nav.navbar #menu-classic.open .menu-holder ul li a:focus {
        text-decoration: none;
        outline: none;
    }

    header nav.navbar #menu.open .menu-holder ul li:hover ul.sub-menu,
    header nav.navbar #sidemenu.open .menu-holder ul li:hover ul.sub-menu,
    header nav.navbar #menu-classic.open .menu-holder ul li:hover ul.sub-menu {
        max-height: 800px;
        -webkit-transition: max-height .8s ease;
        -o-transition: max-height .8s ease;
        transition: max-height .8s ease;
        visibility: visible;
    }

    header nav.navbar #menu.open .menu-holder ul li:hover ul.sub-menu li,
    header nav.navbar #sidemenu.open .menu-holder ul li:hover ul.sub-menu li,
    header nav.navbar #menu-classic.open .menu-holder ul li:hover ul.sub-menu li {
        opacity: 1;
        -webkit-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
    }

    header nav.navbar #menu.open .menu-holder ul a,
    header nav.navbar #sidemenu.open .menu-holder ul a,
    header nav.navbar #menu-classic.open .menu-holder ul a {
        font-size: 20px;
        line-height: 30px;
        font-family: "Lato", sans-serif;
        color: white;
        margin-left: 0;
    }

    header nav.navbar #menu.open .menu-holder button.close-menu,
    header nav.navbar #sidemenu.open .menu-holder button.close-menu,
    header nav.navbar #menu-classic.open .menu-holder button.close-menu {
        display: block;
    }
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu.sidemenu,
    header nav.navbar #sidemenu.sidemenu,
    header nav.navbar #menu-classic.sidemenu {
        display: block;
        position: fixed;
        width: 320px;
        right: -320px;
        top: 0;
        left: inherit;
        background-color: #000;
        height: 100%;
        z-index: 998;
    }

    header nav.navbar #menu.sidemenu .menu-holder,
    header nav.navbar #sidemenu.sidemenu .menu-holder,
    header nav.navbar #menu-classic.sidemenu .menu-holder {
        padding: 0px 50px;
        width: 100%;
        text-align: right;
        position: absolute;
        top: 80px;
        height: 60%;
        height: calc(100% - 80px);
        overflow-y: auto;
    }

    header nav.navbar #menu.sidemenu .menu-holder ul li,
    header nav.navbar #sidemenu.sidemenu .menu-holder ul li,
    header nav.navbar #menu-classic.sidemenu .menu-holder ul li {
        margin: 15px 0;
    }

    header nav.navbar #menu.sidemenu .menu-holder ul li a,
    header nav.navbar #sidemenu.sidemenu .menu-holder ul li a,
    header nav.navbar #menu-classic.sidemenu .menu-holder ul li a {
        color: white;
        font-size: 20px;
        line-height: 30px;
    }

    header nav.navbar #menu.sidemenu .menu-holder ul li:hover a,
    header nav.navbar #sidemenu.sidemenu .menu-holder ul li:hover a,
    header nav.navbar #menu-classic.sidemenu .menu-holder ul li:hover a {
        color: #757575;
    }

    header nav.navbar #menu.sidemenu .menu-holder ul li.submenu ul.sub-menu,
    header nav.navbar #sidemenu.sidemenu .menu-holder ul li.submenu ul.sub-menu,
    header nav.navbar #menu-classic.sidemenu .menu-holder ul li.submenu ul.sub-menu {
        text-align: right;
    }

    header nav.navbar #menu.sidemenu .menu-holder ul li.submenu ul.sub-menu li,
    header nav.navbar #sidemenu.sidemenu .menu-holder ul li.submenu ul.sub-menu li,
    header nav.navbar #menu-classic.sidemenu .menu-holder ul li.submenu ul.sub-menu li {
        margin: 0 0 0 16px;
    }

    header nav.navbar #menu.sidemenu .menu-holder ul li.submenu ul.sub-menu li a,
    header nav.navbar #sidemenu.sidemenu .menu-holder ul li.submenu ul.sub-menu li a,
    header nav.navbar #menu-classic.sidemenu .menu-holder ul li.submenu ul.sub-menu li a {
        color: #EBEFF0;
    }

    header nav.navbar #menu.sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover,
    header nav.navbar #sidemenu.sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover,
    header nav.navbar #menu-classic.sidemenu .menu-holder ul li.submenu ul.sub-menu li a:hover {
        color: #E84C3D !important;
    }
}

@media screen and (max-width: 480px) {

    header nav.navbar #menu.sidemenu .menu-holder,
    header nav.navbar #sidemenu.sidemenu .menu-holder,
    header nav.navbar #menu-classic.sidemenu .menu-holder {
        padding: 0px 30px 50px 30px;
    }
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu.sidemenu.open,
    header nav.navbar #sidemenu.sidemenu.open,
    header nav.navbar #menu-classic.sidemenu.open {
        overflow-y: visible;
        right: 0;
    }
}

header nav.navbar #menu-classic {
    margin: 28px 0;
}

@media screen and (max-width: 991px) {
    header nav.navbar #menu-classic.open {
        position: fixed;
        height: auto;
        max-height: 350px;
        top: 78px;
        background-color: #000;
    }
}

@media screen and (max-width: 991px) and (max-width: 480px) {
    header nav.navbar #menu-classic.open {
        top: 60px;
    }
}

@media screen and (max-width: 991px) {
    header nav.navbar #menu-classic.open .menu-holder {
        padding: 10px 50px 10px 50px;
        text-align: left;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li a {
        font-size: 14px;
        line-height: 24px;
        font-family: "Lato", sans-serif;
        font-weight: 100;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu {
        position: relative;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu {
        display: none;
        text-align: left;
        padding-left: 15px;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li {
        margin: 0 16px 0 0;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu li.icon-list {
        margin-top: 0;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu {
        background-image: none !important;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-md,
    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu.mega-lg {
        top: 0;
        width: 100%;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li a {
        font-size: 12px;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: 300;
        font-family: "Lato", sans-serif;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div {
        text-align: left;
        padding-left: 0;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div span.header {
        margin-top: 16px;
        color: #757575;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div.col-sm-6 {
        width: 100%;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div.col-sm-6 .row {
        padding-left: 15px;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div.col-sm-6 .row .col-md-12,
    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div.col-sm-6 .row .col-sm-12 {
        margin-bottom: 0;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div:first-child span.header {
        margin-top: 0px;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div:last-child {
        margin-bottom: 0px;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul {
        margin-top: 0;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li {
        padding: 0;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu ul.sub-menu.mega-sub-menu li div ul li a {
        color: #E84C3D;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu:after {
        content: "\f3d6";
        font-family: "Ionicons";
        position: absolute;
        display: block;
        position: absolute;
        right: 0px;
        top: 6px;
        font-size: 20px;
        line-height: 30px;
        color: #EBEFF0;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu.open>a {
        color: #E84C3D;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu.open:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        color: #E84C3D;
    }

    header nav.navbar #menu-classic.open .menu-holder ul li.submenu.open ul.sub-menu {
        display: block;
    }
}

header nav.navbar #menu-responsive,
header nav.navbar #menu-responsive-sidemenu,
header nav.navbar #menu-responsive-classic {
    float: right;
    display: none;
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu-responsive,
    header nav.navbar #menu-responsive-sidemenu,
    header nav.navbar #menu-responsive-classic {
        display: block;
    }
}

header nav.navbar #menu-responsive .menu-button,
header nav.navbar #menu-responsive-sidemenu .menu-button,
header nav.navbar #menu-responsive-classic .menu-button {
    float: right;
    display: block;
    width: 30px;
    height: 20px;
    margin: 26px 0;
    cursor: pointer;
}

@media screen and (max-width: 480px) {

    header nav.navbar #menu-responsive .menu-button,
    header nav.navbar #menu-responsive-sidemenu .menu-button,
    header nav.navbar #menu-responsive-classic .menu-button {
        margin: 16px 0;
    }
}

header nav.navbar #menu-responsive .menu-button .bar,
header nav.navbar #menu-responsive-sidemenu .menu-button .bar,
header nav.navbar #menu-responsive-classic .menu-button .bar {
    background-color: #000;
    height: 2px;
    width: 30px;
    display: block;
    right: 0;
    margin: 5px 0;
}

header nav.navbar #menu-responsive .menu-button .bar-1,
header nav.navbar #menu-responsive-sidemenu .menu-button .bar-1,
header nav.navbar #menu-responsive-classic .menu-button .bar-1 {
    -webkit-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease;
}

header nav.navbar #menu-responsive .menu-button .bar-2,
header nav.navbar #menu-responsive-sidemenu .menu-button .bar-2,
header nav.navbar #menu-responsive-classic .menu-button .bar-2 {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 24px !important;
    margin-right: 0;
    margin-left: auto;
    height: 1px;
}

header nav.navbar #menu-responsive .menu-button .bar-3,
header nav.navbar #menu-responsive-sidemenu .menu-button .bar-3,
header nav.navbar #menu-responsive-classic .menu-button .bar-3 {
    -webkit-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease;
}

header nav.navbar #menu-responsive .menu-button:hover .bar-2,
header nav.navbar #menu-responsive-sidemenu .menu-button:hover .bar-2,
header nav.navbar #menu-responsive-classic .menu-button:hover .bar-2 {
    width: 30px !important;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

header nav.navbar #menu-responsive.minimal,
header nav.navbar #menu-responsive-sidemenu.minimal,
header nav.navbar #menu-responsive-classic.minimal {
    display: block;
}

@media screen and (max-width: 991px) {

    header nav.navbar #menu-responsive-sidemenu.open .menu-button,
    header nav.navbar #menu-responsive-classic.open .menu-button {
        position: relative;
        z-index: 998;
    }

    header nav.navbar #menu-responsive-sidemenu.open .menu-button .bar,
    header nav.navbar #menu-responsive-classic.open .menu-button .bar {
        background-color: rgba(255, 255, 255, 0.5);
    }

    header nav.navbar #menu-responsive-sidemenu.open .menu-button .bar-1,
    header nav.navbar #menu-responsive-classic.open .menu-button .bar-1 {
        margin-top: 10px;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transition: margin .15s ease-out, opacity .15s ease-out, -webkit-transform .15s ease-out .25s;
        transition: margin .15s ease-out, opacity .15s ease-out, -webkit-transform .15s ease-out .25s;
        -o-transition: margin .15s ease-out, opacity .15s ease-out, transform .15s ease-out .25s;
        transition: margin .15s ease-out, opacity .15s ease-out, transform .15s ease-out .25s;
        transition: margin .15s ease-out, opacity .15s ease-out, transform .15s ease-out .25s, -webkit-transform .15s ease-out .25s;
    }

    header nav.navbar #menu-responsive-sidemenu.open .menu-button .bar-2,
    header nav.navbar #menu-responsive-classic.open .menu-button .bar-2 {
        opacity: 0;
    }

    header nav.navbar #menu-responsive-sidemenu.open .menu-button .bar.bar-3,
    header nav.navbar #menu-responsive-classic.open .menu-button .bar.bar-3 {
        margin-top: -14px;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transition: margin .15s ease-out, opacity .15s ease-out, -webkit-transform .15s ease-out .25s;
        transition: margin .15s ease-out, opacity .15s ease-out, -webkit-transform .15s ease-out .25s;
        -o-transition: margin .15s ease-out, opacity .15s ease-out, transform .15s ease-out .25s;
        transition: margin .15s ease-out, opacity .15s ease-out, transform .15s ease-out .25s;
        transition: margin .15s ease-out, opacity .15s ease-out, transform .15s ease-out .25s, -webkit-transform .15s ease-out .25s;
    }
}

@media screen and (max-width: 767px) {
    header nav.navbar #menu-responsive-classic.open .menu-button .bar {
        background-color: #000;
    }
}

header nav.navbar .shop-mobile {
    display: block;
    float: right;
    width: 50px;
    margin: 26px 0;
}

@media screen and (min-width: 992px) {
    header nav.navbar .shop-mobile {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    header nav.navbar .shop-mobile {
        margin: 16px 0;
    }
}

header nav.navbar .shop-mobile ul li.shop {
    margin-right: 15px;
}

header nav.navbar .shop-mobile ul li.shop a.cart {
    position: relative;
    color: #000;
}

header nav.navbar .shop-mobile ul li.shop a.cart:hover {
    color: #E84C3D;
}

header nav.navbar .shop-mobile ul li.shop a.cart i {
    font-size: 23px;
}

header nav.navbar .shop-mobile ul li.shop a.cart span {
    background-color: #2D3E50;
    border-radius: 50%;
    background-clip: padding-box;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 1px;
    right: -12px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

header nav.navbar #search-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 60px;
}

header nav.navbar #search-box.full-width {
    max-width: inherit;
}

header nav.navbar #search-box.active {
    display: block;
}

header nav.navbar #search-box button.close-search-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 100px;
    font-weight: 100;
    color: #E84C3D;
    width: 50px;
    height: 120px;
}

header nav.navbar #search-box .form-input .form-field {
    border-bottom-color: #000;
}

header nav.navbar.white #logo img:not(.white-logo) {
    visibility: hidden;
    height: 0;
}

header nav.navbar.white #menu .menu-holder ul li>a,
header nav.navbar.white #sidemenu .menu-holder ul li>a,
header nav.navbar.white #menu-classic .menu-holder ul li>a {
    color: white;
    font-weight: 400;
    -webkit-transition: color .6s linear;
    -o-transition: color .6s linear;
    transition: color .6s linear;
}

header nav.navbar.white #menu .menu-holder ul li>a.active-item,
header nav.navbar.white #sidemenu .menu-holder ul li>a.active-item,
header nav.navbar.white #menu-classic .menu-holder ul li>a.active-item {
    color: #E84C3D;
    font-weight: 400;
}

header nav.navbar.white #menu .menu-holder ul li.lang span.current a,
header nav.navbar.white #sidemenu .menu-holder ul li.lang span.current a,
header nav.navbar.white #menu-classic .menu-holder ul li.lang span.current a {
    color: white;
}

@media screen and (max-width: 991px) {

    header nav.navbar.white #menu .menu-holder ul li.lang span.current a,
    header nav.navbar.white #sidemenu .menu-holder ul li.lang span.current a,
    header nav.navbar.white #menu-classic .menu-holder ul li.lang span.current a {
        color: #E84C3D;
    }
}

header nav.navbar.white #menu.open .menu-holder ul li>a,
header nav.navbar.white #sidemenu.open .menu-holder ul li>a,
header nav.navbar.white #menu-classic.open .menu-holder ul li>a {
    color: white;
}

header nav.navbar.white #menu.open .menu-holder ul li>a.active-item,
header nav.navbar.white #sidemenu.open .menu-holder ul li>a.active-item,
header nav.navbar.white #menu-classic.open .menu-holder ul li>a.active-item {
    color: #E84C3D;
    font-weight: 400;
}

header nav.navbar.white #sidemenu.open .menu-holder ul li {
    margin: 8px 0;
}

header nav.navbar.white #sidemenu.open .menu-holder ul li>a {
    color: white;
}

header nav.navbar.white #menu-responsive .menu-button .bar,
header nav.navbar.white #menu-responsive-sidemenu .menu-button .bar,
header nav.navbar.white #menu-responsive-classic .menu-button .bar {
    background-color: white;
}

header nav.navbar.white #search-box .form-input i {
    color: #000;
}

/*-------------------------------------------------*/
/* =  5.Main content
/*-------------------------------------------------*/
#home-header,
#page-header {
    padding-top: 140px;
}

@media screen and (max-width: 480px) {

    #home-header,
    #page-header {
        padding-top: 125px;
    }
}

#home-header .row,
#page-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991px) {

    #home-header .row,
    #page-header .row {
        display: block;
    }
}

#home-header .text,
#page-header .text {
    padding: 50px;
}

@media screen and (max-width: 480px) {

    #home-header .text,
    #page-header .text {
        padding: 50px 30px;
    }
}

#home-header .padding-home,
#page-header .padding-home {
    padding-bottom: 50px;
}

@media screen and (max-width: 991px) {

    #home-header .padding-home,
    #page-header .padding-home {
        padding-bottom: 75px;
    }
}

#home-header p,
#home-header ul,
#page-header p,
#page-header ul {
    margin-bottom: 35px;
}

#home-header ul.styled li:before,
#page-header ul.styled li:before {
    content: "\f125";
}

#home-header p:last-of-type,
#page-header p:last-of-type {
    margin-bottom: 35px;
}

#home-header a,
#page-header a {
    margin-top: 25px;
    margin-left: 0;
}

#home-header a:first-of-type,
#page-header a:first-of-type {
    margin-right: 20px;
}

#home-header img.main-img,
#page-header img.main-img {
    position: absolute;
    right: 50px;
    bottom: -120px;
}

@media screen and (max-width: 991px) {

    #home-header img.main-img,
    #page-header img.main-img {
        display: none;
    }
}

#home-header img.simple-img,
#page-header img.simple-img {
    display: block;
    margin: 0 0 0 auto;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 991px) {

    #home-header img.simple-img,
    #page-header img.simple-img {
        margin: 0;
    }
}

#home-header.bg,
#page-header.bg {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#home-header.bg:after,
#page-header.bg:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

#home-header.bg .row,
#page-header.bg .row {
    min-height: 300px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {

    #home-header.bg .row,
    #page-header.bg .row {
        min-height: 200px;
    }
}

#home-header.bg .text,
#page-header.bg .text {
    position: absolute;
    bottom: 75px;
    left: 0;
}

@media screen and (max-width: 991px) {

    #home-header.bg .text,
    #page-header.bg .text {
        position: relative;
        bottom: inherit;
        padding-bottom: 75px !important;
    }
}

@media screen and (max-width: 991px) {

    #home-header.bg .text h1,
    #page-header.bg .text h1 {
        margin-bottom: 0 !important;
    }
}

#home-header.error,
#page-header.error {
    height: 600px;
    height: 100vh;
    height: calc(100vh - 224px);
}

@media screen and (max-width: 480px) {

    #home-header.error,
    #page-header.error {
        height: calc(100vh - 100px);
    }

    #home-header.error h2,
    #page-header.error h2 {
        margin-bottom: 15px !important;
    }
}

#page-header.bg .row {
    position: relative;
    z-index: 2;
    min-height: 300px;
}

@media screen and (max-width: 991px) {
    #page-header.bg .row {
        min-height: 200px;
    }
}

#page-header.bg .text {
    position: relative;
    bottom: inherit;
    padding-bottom: 75px;
    padding-top: 126px;
}

@media screen and (max-width: 991px) {
    #page-header.bg .text {
        padding-top: 50px;
        text-align: left;
    }
}

#page-content {
    position: relative;
    z-index: 2;
    background-color: white;
}

#page-content.footer-fixed {
    margin-bottom: 390px;
}

@media screen and (max-width: 991px) {
    #page-content.footer-fixed {
        margin-bottom: 0;
    }
}

#page-content.header-static {
    margin-top: -80px !important;
}

@media screen and (max-width: 480px) {
    #page-content.header-static {
        margin-top: -60px !important;
    }
}

#page-content #about img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 0 auto;
}

@media screen and (max-width: 991px) {
    #page-content #about img {
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    #page-content #about .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #page-content #about .col-md-8 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #page-content #about .col-md-4 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #page-content #about .col-md-4 .text {
        padding-top: 0 !important;
        padding-bottom: 50px !important;
    }
}

#page-content #author.color-background .single-person img {
    width: 150px;
    height: 150px;
    border-radius: 12px;
}

#page-content #author.color-background .single-person h3 {
    color: white;
}

#page-content #author.color-background .single-person h4,
#page-content #author.color-background .single-person p {
    color: #EBEFF0;
}

#page-content #download img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1199px) {
    #page-content #download img {
        width: auto;
        max-width: 100%;
        display: block;
    }
}

#page-content #info-form .main-form {
    margin-top: -315px;
    position: relative;
    z-index: 4;
}

@media screen and (max-width: 991px) {
    #page-content #info-form .main-form {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    #page-content #info-form .box-form {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 991px) {
    #page-content #info-form .col-md-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) {
    #page-content #info-form .col-md-12 .col-md-7 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 39px;
    }
}

@media screen and (max-width: 991px) {
    #page-content #info-form .col-md-12 .col-md-5 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

#page-content #faq {
    padding-bottom: 25px;
}

#page-content #faq.color-background p {
    color: #D9D9D9;
}

#page-content #video,
#page-content #featured-simple {
    margin-top: 175px;
}

#page-content #video .popup-vimeo,
#page-content #video .popup-youtube,
#page-content #featured-simple .popup-vimeo,
#page-content #featured-simple .popup-youtube {
    margin-top: -250px;
}

#page-content #video .featured,
#page-content #featured-simple .featured {
    border-top: none;
}

#page-content #video .featured p,
#page-content #featured-simple .featured p {
    margin-bottom: 15px;
}

#page-content #video .featured .content,
#page-content #featured-simple .featured .content {
    padding: 0;
}

#page-content #video .featured .content img,
#page-content #featured-simple .featured .content img {
    margin: 25px;
}

@media screen and (max-width: 410px) {
    #page-content #video .featured .content img {
        margin: 15px auto;
    }
}

#page-content #featured-simple {
    margin-top: 0px;
}

@media screen and (max-width: 480px) {
    #page-content #featured-simple {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 410px) {
    #page-content #featured-simple .featured .content img {
        margin: 15px auto;
    }
}

#page-content #share {
    padding: 25px 0 10px 0;
}

#page-content #share ul.social-share li {
    display: inline-block;
    height: 45px;
    line-height: 43px;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 16px;
    color: #000;
    border-radius: 2px;
    position: relative;
    margin: 15px 10px;
}

#page-content #share ul.social-share li i {
    margin-right: 10px;
    line-height: 43px;
    font-size: 18px;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

#page-content #share ul.social-share li a {
    color: #000;
}

#page-content #share ul.social-share li:hover i.fa-envelope {
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    color: #E84C3D;
}

#page-content #share ul.social-share li:hover i.fa-twitter {
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    color: #1DA1F2;
}

#page-content #share ul.social-share li:hover i.fa-linkedin {
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    color: #0077B5;
}

#page-content #share ul.social-share li:hover i.fa-facebook {
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    color: #3B5998;
}

#page-content #cta a {
    color: #000;
    text-decoration: none;
    font-size: 35px;
}

@media screen and (max-width: 991px) {
    #page-content #cta a {
        font-size: 30px;
    }
}

@media screen and (max-width: 480px) {
    #page-content #cta a {
        font-size: 25px;
    }
}

#page-content #cta a:hover {
    color: #E84C3D;
}

/*-------------------------------------------------*/
/* =  6.Page
/*-------------------------------------------------*/
#page-header {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#page-header .bg-img {
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 4px;
    -webkit-transition: -webkit-box-shadow .4s ease;
    transition: -webkit-box-shadow .4s ease;
    -o-transition: box-shadow .4s ease;
    transition: box-shadow .4s ease;
    transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 480px) {
    #page-header .bg-img {
        padding: 30%;
        height: auto;
    }
}

#page-header .bg-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 75%;
    bottom: 0;
    border-radius: 4px 0 0 4px;
    background-color: rgba(255, 255, 255, 0.68);
    -webkit-transition: right .8s ease;
    -o-transition: right .8s ease;
    transition: right .8s ease;
}

#page-header .bg-img:hover {
    -webkit-transition: -webkit-box-shadow .4s ease;
    transition: -webkit-box-shadow .4s ease;
    -o-transition: box-shadow .4s ease;
    transition: box-shadow .4s ease;
    transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}

#page-header .bg-img:hover:before {
    right: 100%;
    -webkit-transition: right .8s ease;
    -o-transition: right .8s ease;
    transition: right .8s ease;
}

#page-header span.post-meta {
    display: block;
    color: #E84C3D;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    line-height: 26px;
    display: inline-block;
    font-weight: 300;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

#page-header .text {
    padding: 75px 50px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 480px) {
    #page-header .text {
        padding: 75px 30px;
    }
}

#page-header .text.small {
    padding: 75px 25px;
}

@media screen and (max-width: 480px) {
    #page-header .text.small {
        padding: 75px 5px;
    }
}

#page-header.image {
    text-align: right;
}

@media screen and (max-width: 991px) {
    #page-header.image {
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    #page-header.image .col-md-4 .text {
        padding-bottom: 0;
    }
}

#page-header ul.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

#page-header ul.breadcrumb>li+li:before {
    color: #000;
}

#page-header ul.breadcrumb li {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    display: inline-block;
}

@media screen and (max-width: 650px) {
    #page-header ul.breadcrumb li {
        font-size: 18px;
        line-height: 25px;
    }
}

#page-header ul.breadcrumb li a {
    font-size: 22px;
    line-height: 30px;
    color: #000;
}

@media screen and (max-width: 650px) {
    #page-header ul.breadcrumb li a {
        font-size: 18px;
        line-height: 25px;
    }
}

#page-header ul.breadcrumb.white>li+li:before {
    color: white;
}

#page-header ul.breadcrumb.white li a {
    color: white;
}

#page-header ul.breadcrumb.white li a:hover {
    color: #E6E7E8;
}

.content-section .text {
    padding: 50px;
}

@media screen and (max-width: 480px) {
    .content-section .text {
        padding: 50px 30px;
    }
}

.content-section .text.small {
    padding: 50px 25px;
}

@media screen and (max-width: 480px) {
    .content-section .text.small {
        padding: 50px 5px;
    }
}

.content-section .text.first {
    padding: 50px 18px 50px 50px;
}

@media screen and (max-width: 991px) {
    .content-section .text.first {
        padding: 50px;
    }
}

@media screen and (max-width: 480px) {
    .content-section .text.first {
        padding: 50px 30px;
    }
}

.content-section .text.last {
    padding: 50px 50px 50px 32px;
}

@media screen and (max-width: 991px) {
    .content-section .text.last {
        padding: 50px;
    }
}

@media screen and (max-width: 480px) {
    .content-section .text.last {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 991px) {
    .content-section .text.service-responsive-bottom {
        padding: 50px 50px 0 50px;
    }
}

@media screen and (max-width: 991px) {
    .content-section .text.service-responsive-top {
        padding: 26px 50px 14px 50px;
    }
}

@media screen and (max-width: 480px) {
    .content-section .text.responsive-padding-sm {
        padding: 25px;
    }
}

.content-section .text p:last-of-type {
    margin-bottom: 36px;
}

.content-section .wrap-text {
    padding: 0 25px;
}

.content-section .bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
}

@media screen and (max-width: 767px) {
    .content-section .bg-img {
        max-height: 375px;
    }
}

.content-section .bg-img.fullpage-wrap {
    padding: 0 50px;
}

@media screen and (max-width: 767px) {
    .content-section .bg-img.responsive {
        max-height: none;
    }
}

.content-section .bg-img.overlay {
    position: relative;
    overflow: hidden;
}

.content-section .bg-img.overlay .text {
    z-index: 3;
    position: relative;
}

.content-section .bg-img.overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(34, 34, 34, 0.6);
}

.content-section .bg-img.overlay.transparent:after {
    background: rgba(34, 34, 34, 0);
}

@media screen and (max-width: 1199px) {
    .content-section .bg-img.overlay.transparent:after {
        background: rgba(255, 255, 255, 0.85);
    }
}

.content-section .bg-img.static-height {
    height: 600px;
}

@media screen and (max-width: 767px) {
    .content-section .bg-img.responsive {
        max-height: none;
    }
}

@media screen and (max-width: 991px) {
    .content-section .bg-img.responsive .col-md-4:first-child .text {
        padding: 60px 15px 30px 15px;
    }
}

@media screen and (max-width: 991px) {
    .content-section .bg-img.responsive .col-md-4:last-child .text {
        padding: 30px 15px 60px 15px;
    }
}

.content-section ul.services li {
    display: table;
    margin-bottom: 54px;
    width: 100%;
}

.content-section ul.services li.fixed-height {
    min-height: 106px;
}

@media screen and (max-width: 1500px) {
    .content-section ul.services li.fixed-height {
        min-height: 130px;
    }
}

@media screen and (max-width: 1199px) {
    .content-section ul.services li.fixed-height {
        min-height: 154px;
    }
}

@media screen and (max-width: 991px) {
    .content-section ul.services li.fixed-height {
        min-height: inherit;
    }
}

.content-section ul.services li:last-child {
    margin-bottom: 0;
}

.content-section ul.services li em {
    font-size: 36px;
    line-height: 40px;
    font-family: "Lato", sans-serif;
}

.content-section ul.services li .icon {
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    color: white;
    background-color: #2D3E50;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.content-section ul.services li .icon i {
    font-size: 22px;
    line-height: 50px;
}

.content-section ul.services li .icon-text {
    display: inline-block;
    line-height: 50px;
    float: left;
}

@media screen and (min-width: 991px) and (max-width: 1250px) {
    .content-section ul.services li .icon-text {
        padding-left: 15px;
    }
}

@media screen and (max-width: 650px) {
    .content-section ul.services li .icon-text {
        padding-left: 15px;
    }
}

.content-section ul.services li .icon-text p {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.content-section ul.services li .icon-text p:last-of-type {
    margin-bottom: 0;
}

.content-section ul.services li:hover {
    cursor: help;
}

.content-section ul.services li:hover .icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.content-section ul.services li:hover .icon-text p {
    color: #E84C3D;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

@media screen and (max-width: 600px) {
    .content-section ul.services li .col-xs-2 {
        width: 20%;
    }
}

@media screen and (max-width: 480px) {
    .content-section ul.services li .col-xs-2 {
        width: 25%;
    }
}

@media screen and (max-width: 410px) {
    .content-section ul.services li .col-xs-2 {
        width: 30%;
    }
}

@media screen and (max-width: 360px) {
    .content-section ul.services li .col-xs-2 {
        width: 35%;
    }
}

@media screen and (max-width: 600px) {
    .content-section ul.services li .col-xs-10 {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .content-section ul.services li .col-xs-10 {
        width: 75%;
    }
}

@media screen and (max-width: 410px) {
    .content-section ul.services li .col-xs-10 {
        width: 70%;
    }
}

@media screen and (max-width: 360px) {
    .content-section ul.services li .col-xs-10 {
        width: 65%;
    }
}

.content-section .featured {
    border-top: 1px solid rgba(151, 151, 151, 0.44);
    padding: 25px 0;
}

@media screen and (max-width: 480px) {
    .content-section .featured {
        padding: 25px 0 50px 0;
    }
}

.content-section .featured h3 {
    font-size: 25px;
    width: 150px;
    float: left;
    padding: 25px 0;
}

@media screen and (max-width: 991px) {
    .content-section .featured h3 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .content-section .featured h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 410px) {
    .content-section .featured h3 {
        text-align: center;
    }
}

.content-section .featured .content {
    padding-left: 200px;
}

@media screen and (max-width: 991px) {
    .content-section .featured .content {
        padding-left: 0px;
    }
}

.content-section .featured .content img {
    display: inline-block;
    max-width: 225px;
    margin: 25px 25px 25px 0;
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

@media screen and (max-width: 991px) {
    .content-section .featured .content img {
        max-width: 185px;
    }
}

@media screen and (max-width: 767px) {
    .content-section .featured .content img {
        max-width: 150px;
    }
}

@media screen and (max-width: 480px) {
    .content-section .featured .content img {
        margin: 15px 15px 15px 0;
    }
}

@media screen and (max-width: 410px) {
    .content-section .featured .content img {
        width: 100%;
        display: block;
        margin: 15px auto;
    }
}

.content-section .featured .content img:hover {
    opacity: .5;
    -webkit-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

.content-section .partners {
    padding: 0 50px;
}

@media screen and (max-width: 323px) {
    .content-section .partners .text:first-child {
        padding: 35px 50px;
    }
}

.content-section .partners .partner {
    position: relative;
    min-height: 150px;
}

@media screen and (max-width: 991px) {
    .content-section .partners .partner {
        min-height: 164px;
    }
}

.content-section .partners .partner:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.content-section .partners .partner:hover:before {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.content-section .partners .partner img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.content-section .circle-counters {
    padding: 60px;
    text-align: center;
}

.content-section .circle-counters .counter {
    height: 260px;
    width: 260px;
    display: block;
    margin: 0 auto;
    color: white;
    position: relative;
    border: 1px solid white;
    border-radius: 50%;
}

.content-section .circle-counters .counter:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 50%;
    background-color: white;
}

.content-section .circle-counters .counter span {
    font-size: 80px;
}

.content-post ul {
    list-style: disc;
    padding-left: 28px;
    font-family: "Lato", sans-serif;
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 25px 0 25px 15px;
}

/*-------------------------------------------------*/
/* =  7.Forms
/*-------------------------------------------------*/
#contact-form .form-field,
#download-form .form-field,
#get-form .form-field {
    outline: inherit;
    border: none;
    border-radius: 2px;
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-color: #f7f7f7;
    color: #000;
    font-weight: 300;
}

#contact-form .form-field:focus,
#download-form .form-field:focus,
#get-form .form-field:focus {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

#contact-form .form-field.big,
#download-form .form-field.big,
#get-form .form-field.big {
    font-size: 40px;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    padding-right: 70px;
    line-height: 40px;
}

@media screen and (max-width: 767px) {

    #contact-form .form-field.big,
    #download-form .form-field.big,
    #get-form .form-field.big {
        font-size: 35px;
        padding-right: 35px;
    }
}

#contact-form label,
#download-form label,
#get-form label {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 300;
    margin-bottom: 12px;
}

#contact-form label sup,
#download-form label sup,
#get-form label sup {
    color: #E84C3D;
    top: -0.1em;
}

#contact-form textarea.form-field,
#download-form textarea.form-field,
#get-form textarea.form-field {
    padding: 12px 9px;
}

#contact-form ::-webkit-input-placeholder,
#download-form ::-webkit-input-placeholder,
#get-form ::-webkit-input-placeholder {
    font-family: "Lato", sans-serif;
    color: #757575;
    font-size: 14px;
}

#contact-form :-moz-placeholder,
#download-form :-moz-placeholder,
#get-form :-moz-placeholder {
    font-family: "Lato", sans-serif;
    color: #757575;
    font-size: 14px;
}

#contact-form ::-moz-placeholder,
#download-form ::-moz-placeholder,
#get-form ::-moz-placeholder {
    font-family: "Lato", sans-serif;
    color: #757575;
    font-size: 14px;
}

#contact-form :-ms-input-placeholder,
#download-form :-ms-input-placeholder,
#get-form :-ms-input-placeholder {
    font-family: "Lato", sans-serif;
    color: #757575;
    font-size: 14px;
}

#contact-form #submit-contact,
#download-form #submit-contact,
#get-form #submit-contact {
    padding: 0;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 0;
    font-weight: bold;
    color: white;
    position: relative;
    margin: 0;
    background-color: transparent;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#contact-form #submit-contact:hover,
#download-form #submit-contact:hover,
#get-form #submit-contact:hover {
    color: #000;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#contact-form #submit-contact.btn-alt,
#download-form #submit-contact.btn-alt,
#get-form #submit-contact.btn-alt {
    height: 36px;
    line-height: 36px;
    text-transform: none;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #E84C3D;
    color: #E84C3D;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: uppercase;
    border-radius: 2px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    display: inline-block;
    overflow: hidden;
    outline: none;
}

#contact-form #submit-contact.btn-alt:hover,
#download-form #submit-contact.btn-alt:hover,
#get-form #submit-contact.btn-alt:hover {
    background-color: #E84C3D;
    color: white;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#contact-form #submit-contact.btn-alt.shadow,
#download-form #submit-contact.btn-alt.shadow,
#get-form #submit-contact.btn-alt.shadow {
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

#contact-form #submit-contact.btn-alt.white,
#download-form #submit-contact.btn-alt.white,
#get-form #submit-contact.btn-alt.white {
    border: 1px solid white;
}

#contact-form #submit-contact.btn-alt.white:hover,
#download-form #submit-contact.btn-alt.white:hover,
#get-form #submit-contact.btn-alt.white:hover {
    background-color: white;
    color: #E84C3D !important;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#contact-form #submit-contact.btn-alt.active,
#download-form #submit-contact.btn-alt.active,
#get-form #submit-contact.btn-alt.active {
    background-color: #E84C3D;
    color: white;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#contact-form #submit-contact.btn-alt.active:hover,
#download-form #submit-contact.btn-alt.active:hover,
#get-form #submit-contact.btn-alt.active:hover {
    background-color: transparent;
    color: #E84C3D !important;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#contact-form .form-button,
#download-form .form-button,
#get-form .form-button {
    position: absolute;
    width: auto;
    right: 0;
    top: -2px;
}

#contact-form .form-button.big,
#download-form .form-button.big,
#get-form .form-button.big {
    top: 7px;
    right: 25px;
}

#contact-form .form-button.big i,
#download-form .form-button.big i,
#get-form .form-button.big i {
    font-size: 60px;
}

@media screen and (max-width: 767px) {

    #contact-form .form-button.big i,
    #download-form .form-button.big i,
    #get-form .form-button.big i {
        font-size: 35px;
    }
}

#contact-form #msg,
#download-form #msg,
#get-form #msg {
    color: #f54337;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

#contact-form #msg.error,
#contact-form #msg.success,
#download-form #msg.error,
#download-form #msg.success,
#get-form #msg.error,
#get-form #msg.success {
    padding-top: 36px;
}

#contact-form.color ::-webkit-input-placeholder,
#download-form.color ::-webkit-input-placeholder,
#get-form.color ::-webkit-input-placeholder {
    color: #E84C3D;
}

#contact-form.color :-moz-placeholder,
#download-form.color :-moz-placeholder,
#get-form.color :-moz-placeholder {
    color: #E84C3D;
}

#contact-form.color ::-moz-placeholder,
#download-form.color ::-moz-placeholder,
#get-form.color ::-moz-placeholder {
    color: #E84C3D;
}

#contact-form.color :-ms-input-placeholder,
#download-form.color :-ms-input-placeholder,
#get-form.color :-ms-input-placeholder {
    color: #E84C3D;
}

#contact-form.black ::-webkit-input-placeholder,
#download-form.black ::-webkit-input-placeholder,
#get-form.black ::-webkit-input-placeholder {
    color: #000;
    font-weight: 400;
}

#contact-form.black :-moz-placeholder,
#download-form.black :-moz-placeholder,
#get-form.black :-moz-placeholder {
    color: #000;
    font-weight: 400;
}

#contact-form.black ::-moz-placeholder,
#download-form.black ::-moz-placeholder,
#get-form.black ::-moz-placeholder {
    color: #000;
    font-weight: 400;
}

#contact-form.black :-ms-input-placeholder,
#download-form.black :-ms-input-placeholder,
#get-form.black :-ms-input-placeholder {
    color: #000;
    font-weight: 400;
}

#contact-form.big ::-webkit-input-placeholder,
#download-form.big ::-webkit-input-placeholder,
#get-form.big ::-webkit-input-placeholder {
    font-size: 40px;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {

    #contact-form.big ::-webkit-input-placeholder,
    #download-form.big ::-webkit-input-placeholder,
    #get-form.big ::-webkit-input-placeholder {
        font-size: 35px;
    }
}

#contact-form.big :-moz-placeholder,
#download-form.big :-moz-placeholder,
#get-form.big :-moz-placeholder {
    font-size: 40px;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {

    #contact-form.big :-moz-placeholder,
    #download-form.big :-moz-placeholder,
    #get-form.big :-moz-placeholder {
        font-size: 35px;
    }
}

#contact-form.big ::-moz-placeholder,
#download-form.big ::-moz-placeholder,
#get-form.big ::-moz-placeholder {
    font-size: 40px;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {

    #contact-form.big ::-moz-placeholder,
    #download-form.big ::-moz-placeholder,
    #get-form.big ::-moz-placeholder {
        font-size: 35px;
    }
}

#contact-form.big :-ms-input-placeholder,
#download-form.big :-ms-input-placeholder,
#get-form.big :-ms-input-placeholder {
    font-size: 40px;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {

    #contact-form.big :-ms-input-placeholder,
    #download-form.big :-ms-input-placeholder,
    #get-form.big :-ms-input-placeholder {
        font-size: 35px;
    }
}

#download-form .form-field {
    background-color: white;
    border: 2px solid #F7F7F7;
}

#download-form .form-field:focus {
    border-color: transparent;
}

@media screen and (min-width: 767px) {
    #download-form .col-sm-4:first-of-type {
        padding-left: 0;
    }

    #download-form .col-sm-4:nth-of-type(2) {
        padding-right: 0;
    }

    #download-form .col-sm-4:last-of-type {
        padding-right: 0;
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    #download-form .col-sm-4 {
        padding-left: 0;
        padding-right: 0;
    }
}

#get-form .col-md-6,
#get-form .col-md-4 {
    padding: 0 25px;
}

#get-form .text {
    padding: 50px 25px 0 25px;
}

.box-form {
    padding: 36px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

@media screen and (max-width: 480px) {
    .box-form {
        padding: 25px;
    }
}

/*-------------------------------------------------*/
/* =  8.Footer
/*-------------------------------------------------*/
footer,
.footer {
    background-color: #335825;
}

@media screen and (max-width: 991px) {

    footer,
    .footer {
        text-align: center;
    }
}

footer .text,
.footer .text {
    padding: 50px;
}

@media screen and (max-width: 991px) {

    footer .text,
    .footer .text {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 480px) {

    footer .text,
    .footer .text {
        padding: 50px 30px 0px 30px;
    }
}

footer .text.small,
.footer .text.small {
    padding: 50px 25px;
}

@media screen and (max-width: 991px) {

    footer .text.small,
    .footer .text.small {
        padding: 25px 50px 0 50px;
    }
}

@media screen and (max-width: 480px) {

    footer .text.small,
    .footer .text.small {
        padding: 25px 30px 0 30px;
    }
}

@media screen and (max-width: 991px) {

    footer .text:last-child,
    .footer .text:last-child {
        padding: 25px 50px 50px 50px;
    }
}

@media screen and (max-width: 480px) {

    footer .text:last-child,
    .footer .text:last-child {
        padding: 25px 30px 50px 30px;
    }
}

footer p,
.footer p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.48);
    margin-bottom: 0;
}

footer p a,
.footer p a {
    color: rgba(255, 255, 255, 0.48);
}

footer p a:hover,
.footer p a:hover {
    color: white;
}

footer p a.white:hover,
.footer p a.white:hover {
    text-decoration: underline;
}

footer ul.social,
.footer ul.social {
    display: inline-block;
}

@media screen and (max-width: 991px) {

    footer ul.social,
    .footer ul.social {
        float: inherit;
    }
}

footer ul.social li,
.footer ul.social li {
    display: inline-block;
    font-weight: 300;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.48);
}

footer ul.social li i,
.footer ul.social li i {
    color: rgba(255, 255, 255, 0.48);
    padding: 0 25px;
    -webkit-transition: ease .4s color;
    -o-transition: ease .4s color;
    transition: ease .4s color;
}

@media screen and (max-width: 480px) {

    footer ul.social li i,
    .footer ul.social li i {
        padding: 0 15px;
    }
}

footer ul.social li i:hover,
.footer ul.social li i:hover {
    color: white;
    -webkit-transition: ease .4s color;
    -o-transition: ease .4s color;
    transition: ease .4s color;
}

/*-------------------------------------------------*/
/* =  9.Elements
/*-------------------------------------------------*/
hr {
    margin: 0;
    border-color: rgba(151, 151, 151, 0.44);
}

.wrap-text {
    padding: 0 25px;
}

.section-image {
    min-height: 400px;
    padding: 0 50px;
}

@media screen and (max-width: 991px) {
    .section-image {
        min-height: 100px;
    }
}

.border-separator {
    height: 1px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(117, 117, 117, 0.05);
}

span.dropcap {
    position: relative;
}

span.dropcap:before {
    content: attr(data-dropcap);
    font-weight: 700;
    font-size: 120px;
    line-height: 120px;
    position: absolute;
    font-family: "Lato", sans-serif;
    left: 0;
    top: -31px;
    color: #E6E7E8;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

@media screen and (max-width: 480px) {
    span.dropcap:before {
        left: 12px;
    }
}

picture.section.right img {
    position: absolute;
    right: 50px;
    bottom: 0;
    max-width: 100%;
    max-width: calc(100% - 100px);
}

@media screen and (max-width: 991px) {
    picture.section.right img {
        position: relative;
        right: inherit;
        left: 0px;
        max-width: 100%;
    }
}

picture.section.right.bottom img {
    bottom: 50px;
}

@media screen and (max-width: 991px) {
    picture.section.right.bottom img {
        bottom: 0;
    }
}

picture.section img {
    max-width: 500px;
}

img.shadow {
    -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.3);
}

.single-review {
    padding: 0 0 25px 0;
}

@media screen and (max-width: 600px) {
    .single-review {
        overflow: hidden;
    }
}

.single-review img {
    width: 150px;
    height: auto;
    border-radius: 12px;
    display: inline-block;
    float: left;
    margin-bottom: 25px;
}

@media screen and (max-width: 410px) {
    .single-review img {
        display: block;
        float: inherit;
        margin: 0 auto 25px auto;
    }
}

.single-review .content {
    padding-left: 200px;
}

@media screen and (max-width: 600px) {
    .single-review .content {
        padding-left: 0px;
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: 410px) {
    .single-review .content {
        text-align: center;
    }
}

.single-review .content h3 {
    font-style: italic;
}

.single-review .content p {
    margin-top: 15px;
}

.box-services {
    margin-left: -25px;
    margin-right: -25px;
}

@media screen and (max-width: 991px) {
    .box-services .col-md-6:last-of-type .box-service {
        margin-bottom: 0px;
    }
}

.box-services .box-service {
    background-color: white;
    padding: 8px;
    margin: 0 25px;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    -webkit-box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 35px 0 rgba(0, 0, 0, 0.1);
    border-radius: 11px;
}

@media screen and (max-width: 991px) {
    .box-services .box-service {
        margin-bottom: 50px;
    }
}

.box-services .box-service:hover {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.08);
    margin-top: -5px;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.box-services .box-service p.big {
    font-size: 18px;
    margin-bottom: 3px;
}

@media screen and (max-width: 480px) {
    .box-services .box-service p.big {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

.box-services .box-service h4 {
    font-weight: 300;
}

.box-services .box-service i {
    color: #E84C3D;
}

@media screen and (max-width: 991px) {
    #counters.padding-md {
        padding: 30px 15px !important;
    }
}

#counters .statistic span {
    display: block;
    font-size: 48px;
    line-height: 50px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

#counters .statistic h3 {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-bottom: 36px;
    text-transform: uppercase;
}

#counters .statistic i.service.left {
    font-size: 50px;
    line-height: 50px;
}

@media screen and (max-width: 767px) {

    #counters .col-sm-6,
    #counters .col-sm-4 {
        margin-bottom: 50px;
    }

    #counters .col-sm-6:last-of-type,
    #counters .col-sm-4:last-of-type {
        margin-bottom: 0px;
    }
}

#pricing {
    margin-left: 25px;
    margin-right: 25px;
}

#pricing .price {
    background-color: white;
    text-align: center;
    padding: 36px;
    border-radius: 2px;
    margin-top: 0;
    margin-left: 25px;
    margin-right: 25px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#pricing .price:hover {
    margin-top: -5px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#pricing .price .price-title {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin-bottom: 36px;
}

#pricing .price .price-number {
    font-size: 48px;
    line-height: 50px;
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}

#pricing .price .price-rate {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-bottom: 36px;
    text-transform: uppercase;
}

#pricing .price ul {
    margin-bottom: 18px;
}

#pricing .price ul li {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
    color: #757575;
}

#pricing .price ul li b {
    font-weight: 500;
}

#pricing .price a.btn-alt {
    margin: 30px 0 0 0;
    background-color: white;
    border: 1px solid #E84C3D;
    color: #E84C3D;
}

#pricing .price a.btn-alt:hover {
    background-color: #E84C3D;
    color: white;
}

#pricing .price.active {
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#pricing .price.active .price-title,
#pricing .price.active .price-number {
    color: #E84C3D;
}

#pricing .price.active a.btn-alt.small {
    background-color: #E84C3D;
    border-color: #E84C3D;
    color: white;
}

#pricing .price.active a.btn-alt.small:hover {
    background-color: white;
    border-color: #E84C3D;
    color: #E84C3D;
}

#pricing .col-md-4:nth-child(1).price {
    margin-right: -15px;
}

#pricing .col-md-4:nth-child(3).price {
    margin-left: -15px;
}

.mycolors {
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
}

.mycolors span.mycolor {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    background-color: #E84C3D;
}

.single-person {
    padding-top: 75px;
}

.single-person img {
    width: 90px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 35px;
}

.testimonials-carousel-simple {
    z-index: 3;
}

.testimonials-carousel-simple .person {
    position: relative;
    display: block;
    float: left;
}

.testimonials-carousel-simple .person img {
    border-radius: 50%;
    width: 65px !important;
    height: 65px;
    float: left;
}

.testimonials-carousel-simple .person .description {
    padding-left: 85px;
}

.testimonials-carousel-simple .person .description em {
    display: block;
    padding-top: 14px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.testimonials-carousel-simple .person .description span {
    font-size: 14px;
    color: #757575;
    font-weight: 300;
    font-style: normal;
}

.testimonials-carousel-simple blockquote {
    position: relative;
    display: block;
    float: left;
    color: #757575;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-style: italic;
    padding: 18px 0 0 0;
}

.testimonials-carousel-simple .owl-controls {
    margin-top: 50px;
}

.testimonials-carousel-single {
    z-index: 3 !important;
}

.testimonials-carousel-single .text {
    padding: 0 50px;
}

.testimonials-carousel-single .person {
    position: relative;
    display: block;
    float: left;
}

.testimonials-carousel-single .person .description em {
    display: block;
    font-size: 20px;
    color: #E84C3D;
    font-weight: 300;
}

.testimonials-carousel-single .person .description span {
    font-size: 14px;
    color: #757575;
    font-weight: 300;
    font-style: normal;
    margin-top: 6px;
    display: block;
}

.testimonials-carousel-single blockquote {
    position: relative;
    display: block;
    float: left;
    color: #757575;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-style: italic;
    padding: 18px 0 0 0;
}

.map {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.map #map {
    height: 100%;
    width: 100%;
}

.services-simple {
    padding: 50px 35px 14px 35px;
}

.services-simple .service p {
    margin-bottom: 36px;
}

.services-box {
    padding: 0 25px 50px 25px;
}

@media screen and (max-width: 991px) {
    .services-box {
        padding: 0 25px;
    }
}

.services-box .col-md-6,
.services-box .col-md-4,
.services-box .col-md-3 {
    padding-left: 25px;
    padding-right: 25px;
}

.services-box .alt-services {
    padding: 50px;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: margin-top .4s ease;
    -o-transition: margin-top .4s ease;
    transition: margin-top .4s ease;
}

@media screen and (max-width: 991px) {
    .services-box .alt-services {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 480px) {
    .services-box .alt-services {
        padding: 25px;
    }
}

.services-box .alt-services:hover {
    margin-top: -25px;
    -webkit-transition: margin-top .4s ease;
    -o-transition: margin-top .4s ease;
    transition: margin-top .4s ease;
}

@media screen and (max-width: 991px) {
    .services-box .alt-services:hover {
        margin-top: 0;
    }
}

table {
    width: 100%;
    margin: 0 0 25px 0;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    border: 1px solid #E6E7E8 !important;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

table th {
    background: #2D3E50;
    color: white;
    text-align: left;
    padding: 15px !important;
    border: 1px solid #E6E7E8;
    font-family: "Lato", sans-serif;
}

table td {
    padding: 15px !important;
    border: 1px solid #E6E7E8;
}

.alert {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background-image: none;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
}

.alert.alert-success {
    border: 2px solid #dff0d8;
    background-color: transparent;
    color: #000;
}

.alert.alert-info {
    border: 2px solid #E84C3D;
    background-color: transparent;
    color: #000;
}

.alert.alert-warning {
    border: 2px solid #fcf8e3;
    background-color: transparent;
    color: #000;
}

.alert.alert-danger {
    border: 2px solid #f2dede;
    background-color: transparent;
    color: #000;
}

.alert .close {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 300;
    top: -4px;
    color: #000;
    opacity: .8;
}

.alert .close:hover {
    opacity: .2;
}

#skills {
    margin-left: -25px;
    margin-right: -25px;
}

#skills ul.skill-list {
    padding-left: 0;
    padding: 0 25px;
}

#skills ul.skill-list em {
    color: #757575;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 9px;
    font-weight: 300;
    display: block;
}

#skills ul.skill-list li {
    border-bottom: 8px solid #F7F7F7;
    position: relative;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px;
    list-style: none;
    margin-bottom: 25px;
    border-radius: 8px;
}

#skills ul.skill-list li span.border-color {
    height: 8px;
    width: 0;
    position: absolute;
    background: #E84C3D;
    background-color: #E84C3D;
    bottom: -8px;
    left: 0;
    border-radius: 8px;
}

#skills ul.skill-list li span.label {
    position: absolute;
    right: 0;
    top: -32px;
    padding: 3px 3px 3px 5px;
    width: 45px;
    text-align: right;
    font-weight: 300;
}

#skills.white ul.skill-list li {
    border-bottom: 8px solid rgba(255, 255, 255, 0.2);
}

#skills.white ul.skill-list li span.border-color {
    background-color: white;
}

#skills.white ul.skill-list li span.label {
    background-color: white;
    color: #E84C3D;
}

.image-carousel .owl-controls {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.image-carousel .owl-controls img {
    -webkit-transition: all .4s ease .4s;
    -o-transition: all .4s ease .4s;
    transition: all .4s ease .4s;
}

.image-carousel .owl-controls .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.image-carousel .owl-controls .owl-nav .owl-prev,
.image-carousel .owl-controls .owl-nav .owl-next {
    width: 50%;
    float: left;
}

.image-carousel .owl-controls .owl-nav .owl-prev:hover span,
.image-carousel .owl-controls .owl-nav .owl-next:hover span {
    background-color: #000;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.image-carousel .owl-controls .owl-nav .owl-prev span,
.image-carousel .owl-controls .owl-nav .owl-next span {
    height: 40px;
    width: 40px;
    background-color: #E84C3D;
    color: white;
    display: block;
    border-radius: 0 4px 4px 0;
    text-align: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.image-carousel .owl-controls .owl-nav .owl-prev i,
.image-carousel .owl-controls .owl-nav .owl-next i {
    font-size: 30px;
    line-height: 40px;
}

.image-carousel .owl-controls .owl-nav .owl-next span {
    float: right;
    border-radius: 4px 0 0 4px;
}

.image-carousel .owl-controls .owl-dots {
    position: absolute !important;
    bottom: 15px;
    left: 0;
    right: 0;
}

.image-carousel .owl-controls .owl-dots .owl-dot span {
    background-color: transparent;
}

.image-carousel.not-nav .owl-controls .owl-nav {
    display: none;
}

.image-carousel.dots-outside .owl-controls {
    position: relative !important;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin-top: 60px;
}

.image-carousel.dots-outside .owl-controls .owl-dots {
    bottom: 0;
}

.image-carousel.dark-dots .owl-controls .owl-dots .owl-dot span {
    background-color: #000;
}

.image-carousel.dark-dots .owl-controls .owl-dots .owl-dot span.active {
    background-color: #000;
}

.simple-parallax {
    background-attachment: fixed;
}

.service-content,
.statistic-content {
    padding-left: 100px;
}

.service-content.large,
.statistic-content.large {
    padding-left: 65px;
    z-index: 1;
    position: relative;
}

.service-content.medium,
.statistic-content.medium {
    padding-left: 50px;
    z-index: 1;
    position: relative;
}

em.number {
    font-size: 80px;
    line-height: 80px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #EBEFF0;
    float: left;
    position: absolute;
    z-index: 0;
}

.grid-images {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 30px;
}

.grid-images .padding-sm {
    padding: 30px 0 !important;
}

.grid-images .padding-onlytop-sm {
    padding-top: 30px !important;
}

@media screen and (max-width: 991px) {
    .grid-images .padding-onlytop-sm {
        padding-top: 0 !important;
    }
}

.grid-images .image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 271px;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

@media screen and (max-width: 991px) {
    .grid-images .image {
        margin-bottom: 30px;
    }
}

.grid-images .image>.lightbox-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid-images .image>.lightbox-image:focus {
    outline: none;
}

.grid-images .image:hover {
    opacity: .8;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

ul.timeline {
    position: relative;
    padding-top: 18px;
}

@media screen and (max-width: 767px) {
    ul.timeline {
        padding-top: 0;
        padding-bottom: 36px;
    }
}

ul.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 2px;
    background-color: #F7F7F7;
}

ul.timeline li {
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

ul.timeline li:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    ul.timeline li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

ul.timeline li:hover .timeline-badge {
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.2);
    border: none;
    margin-left: -6px;
    top: 39px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

ul.timeline li:hover .title {
    padding-left: 35px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

@media screen and (max-width: 767px) {
    ul.timeline li:hover .title {
        padding-left: 0px;
    }
}

ul.timeline li:hover .title h3 {
    color: #000;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

ul.timeline li:hover .title p {
    color: #E84C3D !important;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

ul.timeline li .content {
    float: left;
    width: 50%;
    padding-top: 18px;
    padding-right: 50px;
    padding-left: 50px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    ul.timeline li .content {
        width: 100%;
        padding-top: 0px;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        background-color: #fff;
    }
}

@media screen and (max-width: 767px) {
    ul.timeline li .content p {
        margin-bottom: 0 !important;
    }
}

ul.timeline li .title {
    display: inline-block;
    padding: 18px 0px 18px 50px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    width: 50%;
}

@media screen and (max-width: 767px) {
    ul.timeline li .title {
        width: 100%;
        padding: 0;
        margin: 75px 0px 18px 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        background-color: #fff;
    }
}

ul.timeline li .title span {
    display: block;
    color: #E84C3D;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

ul.timeline li .timeline-badge {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    margin-left: -9px;
    left: 50%;
    top: 36px;
    background-color: #E84C3D;
    display: block;
    border: 5px solid white;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

ul.timeline li:nth-child(odd) .content {
    float: right;
    padding-left: 50px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    ul.timeline li:nth-child(odd) .content {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    ul.timeline li:nth-child(odd) .content p {
        margin-bottom: 0;
    }
}

ul.timeline li:nth-child(odd) .title {
    padding: 18px 50px 18px 0px;
    text-align: right;
    width: 50%;
}

@media screen and (max-width: 767px) {
    ul.timeline li:nth-child(odd) .title {
        width: 100%;
        padding: 0;
        margin: 75px 0px 18px 0px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        background-color: #fff;
    }
}

ul.timeline li:nth-child(odd) .title p.heading {
    margin: 0 0 0 auto;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

ul.timeline li:nth-child(odd):hover .title {
    padding-right: 35px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

@media screen and (max-width: 767px) {
    ul.timeline li:nth-child(odd):hover .title {
        padding-right: 0px;
    }
}

#newsletter-form form {
    width: 100%;
}

#newsletter-form form .form-input {
    width: 100%;
    max-width: 370px;
    position: relative;
    margin: 0 auto;
}

#newsletter-form form .form-input input {
    outline: inherit;
    border: none;
    width: 100%;
    max-width: 370px;
    margin-bottom: 50px;
    padding: 10px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    border-bottom: 1px solid rgba(117, 117, 117, 0.41);
    font-weight: 300;
    padding-right: 90px;
}

@media screen and (max-width: 991px) {
    #newsletter-form form .form-input input {
        width: 100%;
    }
}

#newsletter-form form .form-input input:focus {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-color: transparent;
    border-radius: 4px;
}

#newsletter-form form .form-input ::-webkit-input-placeholder {
    font-family: "Lato", sans-serif;
    color: #757575;
    font-size: 14px;
    font-weight: 300;
}

#newsletter-form form .form-input :-moz-placeholder {
    font-family: "Lato", sans-serif;
    color: #757575;
    font-size: 14px;
    font-weight: 300;
}

#newsletter-form form .form-input ::-moz-placeholder {
    font-family: "Lato", sans-serif;
    color: #757575;
    font-size: 14px;
    font-weight: 300;
}

#newsletter-form form .form-input :-ms-input-placeholder {
    font-family: "Lato", sans-serif;
    color: #757575;
    font-size: 14px;
    font-weight: 300;
}

#newsletter-form form .form-input span.form-button {
    position: absolute;
    width: 90px;
    height: 36px;
    right: 0;
    top: 0px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    line-height: 33px;
    color: #E84C3D;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0 2px 2px 0;
}

#newsletter-form form .form-input span.form-button:hover {
    background-color: white;
    color: #E84C3D;
    border-radius: 0 2px 2px 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#newsletter-form form .form-input span.form-button button {
    text-transform: uppercase;
}

#modaal,
#modaalImage,
#modaalContent {
    display: none;
}

.modaal-container {
    border-radius: 2px !important;
    -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2) !important;
}

.modaal-inner-wrapper {
    padding: 80px 50px !important;
}

@media screen and (max-width: 1199px) {
    .modaal-close {
        right: 0 !important;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*-------------------------------------------------*/
/* =  10.Loader
/*-------------------------------------------------*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: transparent;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
    border-radius: 4px;
}

#myloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background: white;
    text-align: center;
}

#myloader .loader {
    display: inline-block;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#myloader .loader .spinner {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 100px auto;
}

#myloader .loader .double-bounce1,
#myloader .loader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #E84C3D;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

#myloader .loader .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*-------------------------------------------------*/
/* =  11.Magnific popup
/*-------------------------------------------------*/
button.mfp-close {
    background-color: #E84C3D !important;
    color: white;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

button.mfp-close:hover {
    background-color: #E6E7E8 !important;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

/*-------------------------------------------------*/
/* =  12.OWL
/*-------------------------------------------------*/
.owl-theme .owl-controls {
    position: relative;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #E84C3D;
    border-radius: 50%;
    opacity: 1;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #E84C3D;
    opacity: 1;
}

/*-------------------------------------------------*/
/* =  13.Animations
/*-------------------------------------------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hr {
    border-color: #335825;
    padding: 5px;
    margin-top: 0%;
}

.box-service img {
    width: 100%;
}

.green-text {
    color: #335825;
}

.maroon {
    color: #854512;
}

.font-500 {
    font-weight: bold;
}
.subp{
    color: #824b24;
    font-weight: 800;
}

.text-shadow{
    text-shadow: 0px 4px rgba(134, 81, 44, 0.19);
}

.box-service p {
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px !important;
    color: #335825;
    font-weight: 500;
}

.half {
    width: 50px;
}

.box-head {
    font-size: 20px;
    font-weight: bold;
    color: #804821;
}

.edd {
    border-left: 2px solid green;
    font-size: 14px !important;
    font-weight: 500 !important;
    background-color: #f0f8ff;
    padding: 5px;
}
.edd1{
      font-size: 14px;
    background: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 5px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.edd1:hover{
   border-bottom: 1px solid #396136;
   -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
        background: #396136;
    color: white;
}
.bg-white{
  background-color: white;
}
.pd15{
  padding: 15px;
}
.planbox{
  border: 3px solid #e6e7e8;
}
.shadow-class {
    background: white;
    padding: 25px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    margin: 18px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #43e97b, rgba(0, 0, 0, 0) ) 1 75%;

}
.shadow-class1:hover{
        border-width: 2px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #43e97b, rgba(0, 0, 0, 0) ) 1 75%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
/*.shadow-class:hover{
 color: white;
     background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
     -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}*/

.shadow-class1 {
    background: white;
    padding: 25px;
    border: 2px solid #f7f7f7;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    
}



.box-desc {
    font-size: 18px;
    font-weight: 500;
    color: black;
}


#accordion .panel,
#accordion .panel-heading,
#accordion panel-title,
#accordion .panel-body {
  border: 0;
}
#accordion .panel {
  box-shadow: none;
  border-radius: 30px;
}
#accordion .panel .panel-heading {
  border-radius: 0;
}
#accordion .panel .panel-heading .panel-title a {
  text-decoration: none;
  padding: 5px;
}
#accordion .panel .panel-heading .panel-title a span {
  float: right;
  width: 50px;
}
#accordion .panel .panel-heading .panel-title a span:after {
  content: "\2014";
  color: #1b5062;
  font-size: 20px;
}
#accordion .panel .panel-heading .panel-title a.collapsed span:after {
  content: "+";
}
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#accordion .panel-heading{
  padding: 5px;
}
.mb10{
  margin-bottom: 10px;
}
.form-img{
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
}
.form-btn-cls a{
  background: #804821;
    padding: 9px 15px 9px 15px;
    color: white;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.form-btn-cls a:hover{
  background: #335825;
  -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    
}
.form-btn-cls {
  margin-top: 30%;
}
.rera{
  margin-top: 10px;
    font-size: 20px;
    font-weight: 400;    
    color: #814922;
}
.owl-dots{
  display: none !important;
}
.owl-nav{
  display: none !important;
}
.owl-stage-outer{
  width: 100% !important;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}