/*--  Styles for Lieto  --*/

/*--  Designed By Azad Mohan  --*/

/*-- Index --*/

/*
    01. Reset Code
    02. Fonts
    03. Body & intialization
*/

/*-- Reset Styles --*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none !important;
}

a:focus,
button:focus {
    border: 0;
    outline: 0;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(0, 0, 0, 0.38) !important;
    outline: 0 none;
}


/*-- End of Reset Styles --*/

/*-- Fonts --*/

<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Playfair+Display:400,700,900|Quicksand:300,400,500,700|Raleway:100,200,300,400,500,600" rel="stylesheet" > @import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700');
/*




    font-family: 'Playfair Display', serif;

    font-family: 'Raleway', sans-serif;

    font-family: 'Quicksand', sans-serif;

    font-family: 'Open Sans', sans-serif;




*/

/*-- End Of Fonts --*/

/*-- Body & intialization --*/

body {
    height: 100%;
    padding-left: 300px;
    font-family: Raleway, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 20px;
}

h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 44px;
    font-weight: 600;
}

h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
}

h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

p {
    margin-bottom: 5px;
    color: #adadad;
    line-height: 26px;
    text-transform: none;
    font-size: 16px;
}

a {
    color: #adadad;
    text-decoration: none;
}


/*-- End of Body & intialization --*/

/*-- Header --*/

.header {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    background: #fff;
}
.logo-area img {
    max-height: 86px;
}
.top_link,
.top_link a{
    padding: 3px 0px;
    float: right;
    margin-right: 0px;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #2d2121;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.top_link {
    border: 2px solid #751a1b;
    padding: 0px 8px;
}
.header.active-sticky.is-sticky {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #ffffff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
    box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
}

.header.active-sticky.is-sticky ul.top-contact {
    display: none;
}
.header.active-sticky.is-sticky .top_link {
    display: none;
}

.header.active-sticky.is-sticky .logo-area img {
    width: 78px;
}
.header.active-sticky.is-sticky .header-nav {
    margin-top: 10px;
}

.header-left {}

.header-contact {}

.header-contact .top-contact li {
    display: inline-block;
    width: 50%;
    float: left;
    padding-left: 120px;
}

.top-icon {
    display: inline-block;
    width: 38px;
    float: left;
}

.top-desc {
    display: inline-block;
    width: calc(100% - 48px);
    margin-left: 10px;
}

.top-desc p {
    color: #392e2e;
    font-weight: 400;
    margin-bottom: -6px;
    font-size: 15px;
    margin-top: -2px;
    font-family: 'Raleway', sans-serif;
}

.top-desc h6 {
    color: #392e2e;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.navigation-main > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 15px;
    text-align: left;
}

.navigation-main > ul > li a {
    font-size: 14px;
    color: #2d2121;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.navigation-main > ul > li a.active,
.navigation-main > ul > li a:hover {
    color: #791b1c;
}

.header-nav {
    display: inline-block;
    width: 100%;
    position: relative;
}

.navigation-main {
    text-align: right;
    margin-top: 0px;
}

d_sm_none
{
    display: block;
}
/*-- Responsive Menu --*/

nav {
    position: relative;
    margin: 0 auto;
}
#cssmenu ul
{
    float: right;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    font-size: 14px;
    color: #2d2121;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
}

#cssmenu > ul > li {
    float: left
}

#cssmenu > ul > li > a {
    padding: 14px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #2d2121;
font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
    color: #791b1c;
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: transparent!important;
    color: #791b1c;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu > ul > li.has-sub > a::before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu li:hover > ul > li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}

@media screen and (max-width:768px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }
    .logo2 {
        display: none
    }
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none;
            position: absolute;
    background: rgb(255, 255, 255);
        z-index: 999;
    margin-top: 16px;
    }
    #cssmenu ul li {
        width: 100%;
        /*border-top: 1px solid #444*/
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu > ul > li {
        float: none;
        text-align: center;
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333!important;
    }
    #cssmenu ul ul li:hover {
        background: #363636!important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 22px;
    border-top: 2px solid #474747;
    border-bottom: 2px solid #474747;
    content: '';
        content: ''
    }
    .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 22px;
    background: #474747;
    content: '';
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #2d2121;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened:before {
        top: 23px;
        background: #2d2121;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}

/*-- End of esponsive Menu --*/

/*-- End of Header --*/

/*-- Slider --*/

#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: none;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    left: 0;
    top: 0;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    display: none;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: 326px;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../images/arrows.png) no-repeat left top;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    left: 95.5%;
}

.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 22px;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks2_nav:active {
    opacity: 1.0;
}

#slider-pager a {
    display: inline-block;
}

#slider-pager span {
    float: left;
}

#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider-pager a {
    padding: 0;
}

#slider-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}

.rslides li {
    position: relative;
    display: block;
    float: none;
}

.rslides img {
    height: auto;
    width: 100%;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 74%;
    z-index: 999;
    left: 6.1%;
    padding: 0em 0.6em 1em 0.3em;
    margin: 0;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0.5em;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #fff;
    border: none;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
}

.callbacks_here a:after {
    background: #e67325;
    width: 32px;
    height: 12px;
    border-radius: 12px;
}

.slider-info {
    position: absolute;
    top: 22em;
    z-index: 999;
    left: 13em;
    width: 50%;
    height: 100%;
}

.slider-info {
    position: static;
    width: 100%;
    max-height: 700px;
    padding: 120px 0 240px;
    background: url(../images/s1.jpg) no-repeat 0px 0px;
    background-size: cover;
}

.slider-info1 {
    position: static;
    width: 100%;
    max-height: 700px;
    padding: 120px 0 240px;
    background: url(../images/s2.jpg) no-repeat 0px 0px;
    background-size: cover;
}

.slider-info2 {
    position: static;
    width: 100%;
    max-height: 700px;
    padding: 120px 0 240px;
    background: url(../images/s3.jpg) no-repeat 0px 0px;
    background-size: cover;
}

.slider-info img,
.slider-info1 img,
.slider-info2 img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 2.5em;
}

.slider-info h1,
.slider-info1 h2,
.slider-info2 h2 {
    font-size: 48px;
    font-weight: 600;
    color: #FFF;
    text-transform: capitalize;
    line-height: 52px;
    /* margin: 20px 0px; */
    margin-left: 0;
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
}

.slider-info h1 span,
.slider-info1 h2 span,
.slider-info2 h2 span {
    font-size: 42px;
    font-weight: 600;
    color: #FFF;
    text-transform: capitalize;
    line-height: 60px;
    /* margin: 20px 0px; */
    margin-left: 0;
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
}

.slider-info .banner_btn_1,
.slider-info1 .banner_btn_1,
.slider-info2 .banner_btn_1 {
    padding: 12px 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #ddd;
    border-radius: 2px;
    margin: 0 10px 0 0;
}

.btn_prime {
    background: #1e1616;
}

.btn_secondary {
    background: #e67325;
}

.slider-info p,
.slider-info1 p,
.slider-info2 p {
    font-size: 14px;
    font-weight: 100;
    color: #d3d8d8;
    margin-left: 13em;
    line-height: 28px;
    letter-spacing: 1px;
    width: 50%;
}

.slider-info h6,
.slider-info1 h6,
.slider-info2 h6 {
    font-size: 17px;
    font-weight: 300;
    color: #FFF;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 0.4px;
    /* margin: 20px 0px; */
    margin-left: 0;
    margin-bottom: 40px;
    font-family: 'Raleway', sans-serif;
}

h6 {
    margin: 0 auto;
    z-index: 999;
}

h6 a {
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 3px;
}

.readmore-w3 a {
    border: 1px solid #146eb4;
    background: #146eb4;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    padding: 10px 20px;
    margin: 3.5em 0 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.readmore-w3 a:hover {
    color: #fff;
    border-color: #ff4f81;
    background: #ff4f81;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


/*-- //Slider --*/

/*-- About Us--*/

.about_us {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #fff url(../images/beans-1.png) no-repeat center top;
    padding: 108px 0 60px;
    background-size: contain;
}

.division-flip {
    display: inline-block;
    width: 100%;
    height: 52px;
    background: url(../images/home-2-div-flipped.png) no-repeat center top;
    background-size: cover;
    margin-top: -28px;
    position: absolute;
}

.division-nonflip {
    display: inline-block;
    width: 100%;
    height: 52px;
    background: url(../images/home-2-div.png) no-repeat center top;
    background-size: cover;
    margin-top: -28px;
    position: absolute;
}

.about_left h5 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #641518;
    font-weight: 400;
}

.about_left h3 {
    margin: 0 0 24px 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    color: #1c1313;
    font-weight: 600;
}

.about_left p {
    margin: 0 0 32px 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #1c1313;
    font-weight: 500;
}

.readmore_btn {
    padding: 10px 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    border-radius: 2px;
    margin: 0 0 0 0;
    border: none;
    cursor: pointer;
}

.readmore_btn:hover {
    color: #fff;
}

.about_right {}

.about_right h5 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #641518;
    font-weight: 400;
    line-height: 26px;
}

.about_right h5::before {
    font-family: FontAwesome;
    content: "\f10d";
    color: #dadada;
    font-size: 62px;
    margin-left: -68px;
    position: absolute;
}

.about_right .factors {
    display: inline-block;
    width: 100%;
    margin-top: 24px;
    position: relative;
    border-bottom: 2px solid #ddd;
}

.about_right .factors_bottom {
    display: inline-block;
    width: 100%;
    margin-top: -6px;
    position: relative;
}

.about_right .factors .factor_item,
.about_right .factors_bottom .factor_item {
    display: inline-block;
    width: 100%;
    padding: 12px 0 12px 0;
    min-height: 175px;
}

.about_right .factors .factor_item .factor_item_icon,
.about_right .factors_bottom .factor_item .factor_item_icon {
    width: 68px;
    height: 68px;
    margin: 0 auto;
}

.about_right .factors .factor_item .factor_item_icon img,
.about_right .factors_bottom .factor_item .factor_item_icon img {
    height: 65px;
}

.about_right .factors .factor_item .factor_item_desc,
.about_right .factors_bottom .factor_item .factor_item_desc {
    text-align: center;
    padding: 12px 0 0 0;
}

.about_right .factors .factor_item .factor_item_desc p,
.about_right .factors_bottom .factor_item .factor_item_desc p {
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #1c1313;
    line-height: 22px;
    font-size: 15px;
}

.about_right .factors_bottom .factor_item {
    padding-top: 24px;
}

.brder-ver-both {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.brder-ver-left {
    border-left: 2px solid #ddd;
}


/*-- End of About Us--*/

/*-- Our Machine --*/

.machines {
    padding: 90px 0;
    background: #e7e7e7;
}

.sec_title {
    text-align: center;
}

.sec_title h5 {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #641518;
    font-weight: 400;
}

.sec_title h3 {
    margin: 0 0 32px 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    color: #1c1313;
    font-weight: 600;
}

.machine_list {
    position: relative;
}

.machine_list .machine_item {
    background: transparent;
    display: block;
    margin-bottom: 20px;
}

.machine_list .machine_item .machine_img {
    padding: 30px;
}

.machine_list .machine_item .machine_img img {
    margin: 0 auto;
    display: block;
}

.machine_list .machine_item .machine_desc {
    padding: 10px;
    background: #791b1c;
    color: #fff;
    min-height: 144px;
}

.machine_list .machine_desc h5 {
    margin: 0 0 6px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    font-weight: 600;
}

.machine_list .machine_desc p {
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #212529;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
    margin-top: 28px;
}

.machine_desc {
    margin-top: 40px;
}

span.line {
    left: 0;
    right: auto;
    background-color: #ddd;
    z-index: 22222;
    display: block;
    height: 2px;
    width: 118px;
    margin: 0 auto;
}

.img-responsive {
    width: 100%;
}


/*-- End of Our Machine --*/
.m-b-32
{
    margin-bottom: 32px;
}
/*-- Our Services --*/

.services {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #fff url(../images/beans-1.png) no-repeat center top;
    padding: 108px 0 60px;
    background-size: cover;
}

.service_item {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.service_item_icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}


.services_list ul li h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: left;
    margin: 6px 0 24px 0;
    color: #791b1c;
    font-size: 22px;
    display: inline-block;
    width: calc(100% - 80px);
    float: left;
}

.services_list p {
    text-align: center;
    margin: 0 0 32px 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #1c1313;
    font-weight: 500;
    line-height: 24px;
}

.services_list ul {
    display: inline-block;
    width: 50%;
    /* margin: 0 auto; */
    position: relative;
    left: 33%;
    margin-bottom: 40px;
}

.mrgn-l-0 {
    margin-left: 0;
}

.services_list ul li {
    display: block;
    margin-bottom: 10px;
}

.services_list ul li .service_list_icon {
    width: 50px;
    height: 50px;
    float: left;
}

/*-- End of Our Services --*/

/*-- Property --*/

.property {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #fff url(../images/property.jpg) no-repeat center bottom;
    padding: 60px 0 60px;
    background-size: cover;
    text-align: center;
}

.property .sec_title h5,
.property .sec_title h3 {
    color: #fff;
}

.property p {
    color: #fff;
    margin-top: 48px;
    margin-bottom: 48px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}


/*-- End of Property --*/

/*-- Testimonial --*/

.testimonial {
    padding: 90px 0;
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
}

.testimonial .sec_title {
    margin-bottom: 48px;
}

.testimonial .test_item {
    margin-bottom: 20px;
}

.testimonial .test_item .test_icon {
    margin-bottom: 20px;
    text-align: center;
}

.testimonial .test_item .test_icon i {
    color: #999999;
    font-size: 32px;
}

.testimonial .test_item p {
    text-align: center;
    margin-bottom: 18px;
    font-family: 'Raleway', sans-serif;
    color: #1c1313;
}

.testimonial .test_item .test_name {
    text-align: center;
    margin-bottom: 18px;
    font-family: 'Raleway', sans-serif;
    color: #1c1313;
    font-weight: 500;
}


/*-- End of Testimonial --*/

footer {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #fff url(../images/footer.jpg) no-repeat center top;
    padding: 60px 0 0;
    background-size: cover;
    text-align: center;
}

footer h4 {
    color: #fff;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin: 0 0 5px 0;
}

footer p {
    color: #fff;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    margin: 0 0 5px 0;
    font-size: 15px;
}

footer p span {
    font-weight: 500;
}

footer .footer_line {
    left: 0;
    right: auto;
    background-color: #e67325;
    z-index: 22222;
    display: block;
    height: 2px;
    width: 40px;
    margin-bottom: 38px;
}

footer ul {
    text-align: left;
    color: #fff;
    list-style: none;
}

footer ul li,
footer ul li:hover {
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
}

footer ul li i {
    margin-left: 8px;
}

footer ul li a {
    color: #fff;
    text-decoration: none !important;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
}

footer ul li a:hover {
    color: #e67325;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
}

footer ul.contact_info li i {
    margin-right: : 8px;
}

ul.contact_info li i {
    margin-right: 10px;
    color: #ddd;
    margin-top: 8px;
    font-size: 18px;
}

.copy_write {
    padding: 12px 0 5px 0;
    text-align: center;
    background: #232323;
}

.copy_write p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    color: #e67325;
}


/*-- Inner Pages --*/

.inner_banner {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 72px 0;
    background-image: url(../images/inner_bg.jpg);
}

.inner_title {}

.inner_title h1 {
    color: #fff;
    margin-left: 0;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.inner_title .breadcrumb-lieto ul {
    list-style: none;
    margin: 10px 0 5px 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.inner_title .breadcrumb-lieto ul li,
.inner_title .breadcrumb-lieto ul li a {
    display: inline-block;
    margin: 0 0 0 0px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.inner_title .breadcrumb-lieto ul li:not(:last-child):after {
    margin: 0 7px 0 12px;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.white_bg {
    background: #fff;
}

.secondary_bg {
    background: #e7e7e7;
}

.machine_list {
    padding: 40px 0;
}

.sec_intro {
    margin: 32px 0 32px 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #1c1313;
    font-weight: 500;
}

.machine_list .machine_list_img {
    padding: 18px;
    background: transparent;
}

.machine_list .machine_list_des {
    padding: 18px 0;
}

.machine_list .machine_list_des p {
    margin: 15px 0 10px 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #1c1313;
    font-weight: 500;
}

.machine_list .machine_list_des h3 {
    font-family: 'Playfair Display', serif;
}

.machine_list .machine_list_des span.line {
    left: 0;
    right: auto;
    background-color: #791b1c;
    z-index: 22222;
    display: block;
    height: 2px;
    width: 118px;
    margin-left: 0;
}

.machine_list .machine_list_des ul li i {
    color: #791b1c;
    font-size: 16px;
    margin-right: 5px;
}

.machine_list .machine_list_des ul {
    margin-bottom: 32px;
}


/*-- End of Inner Page --*/

/*-- Product list Page --*/

.pro_item {
    width: 100%;
    padding: 0 15px;
}

.property .product_list .products .products_img,
.property .product_list .products .products_img {
    padding: 18px 60px;
}

.product_list,
.product_list1 {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 24px;
}

.product_list .products, 
.product_list1 .products {
    margin-top: 15px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.25);
}
.product_list .products:hover, 
.product_list1 .products:hover {
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.6);
}

.product_list .products .products_img,
.product_list1 .products .products_img {
    padding: 18px;
}

.product_list .products .product_des,
.product_list1 .products .product_des {
    padding: 0 12px 12px 12px;
    text-align: center;
}

.product_list .products .product_des h6, 
.product_list1 .products .product_des h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
}

.product_list .products .product_des p, 
.product_list1 .products .product_des p {
    font-family: 'Raleway', sans-serif;
    color: #666;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
}

.test_blok {
    display: inline-block;
    width: 100%;
}

/*-- End of Product list Page --*/

/*--  About Us  --*/

.about {
    position: relative;
    padding: 60px 0;
}

.about p {
    margin: 0 0 24px 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    color: #1c1313;
}

/*--  End of About Us  --*/

/*--  Services  --*/

.text_center {
    text-align: center !important;
}

.services_item {
    display: inline-block;
    width: 100%;
}

.services_item_icon {
    display: inline-block;
    width: 80px;
    margin-right: 10px;
    float: left;
    padding: 12px;
}

.services_item_desc {
    display: inline-block;
    width: calc(100% - 90px);
}

.services_item_desc h4 {
    margin: 32px 0 32px 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #424242;
    font-weight: 600;
    font-size: 18px;
}

/*--  End of Services  --*/

/*-- Contact us --*/

.contact_us {
    padding: 12px 0;
}

.contact_us .contact_box {
    text-align: center;
    margin-bottom: 12px;
}

.contact_us .contact_box i {
    font-size: 42px;
    margin-bottom: 15px;
    color: #791b1c;
}

.contact_us .contact_box h5 {
    margin: 0 0 12px 0;
    padding: 0;
    color: #392e2e;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.contact_us .contact_box p {
    color: #392e2e;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.contact_us .contact_box p i {
    color: #392e2e;
    font-size: 20px;
    margin-right: 5px;
    line-height: 0;
    top: 2px;
    position: relative;
}
.get_in {
    background: #444;
    padding: 60px 78px;
}

.spl_footer {
    display: table;
    width: 100%;
}

.get_in,
.map_con {
    display: table-cell;
}

.get_in h4 {
    margin: 0 0 28px 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

/* Form Input v3 */

.s-form-v3__input {
    position: relative;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    letter-spacing: .1rem;
    text-transform: capitalize;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v3__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.99) !important;
    box-shadow: none;
    background: transparent;
}

.s-form-v3__input:focus::-webkit-input-placeholder {
    color: #fff;
}

.s-form-v3__input:focus::-moz-placeholder {
    color: #fff;
}

.s-form-v3__input:focus:-ms-input-placeholder {
    color: #fff;
}

.s-form-v3__input:focus::placeholder {
    color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(255, 255, 255, 0.99) !important;
    outline: 0 none;
}


/*-- End of Contact us --*/

/*-- Scroll Up --*/
.scrollup {
	width:35px;
	height:35px;
	position:fixed;
	bottom:30px;
	right:15px;
	display:none;
    background: rgb(149, 37, 38);
    text-align: center;
    border-radius: 2px;
    z-index: 999;
}
.scrollup i {
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}
.scrollup:hover {
	background: rgba(129, 28, 29, 0.8);
}
/*-- End of Scroll Up --*/
/*-- Pop Up --*/

.page-wrapper {
  width: 100%;
  height: 100%;
  background: url(http://goo.gl/OeVhun) center no-repeat;
  background-size: cover;
}

.blur-it {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

/*a.btn {
  width: 200px;
  padding: 18px 0;
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  background: #e2525c;
}*/

.modal-wrapper,
.modal-wrapper1,
.modal-wrapper2,
.modal-wrapper3,

.modal-wrapperp1,
.modal-wrapperp2,
.modal-wrapperp3,
.modal-wrapperp4,
.modal-wrapperp5,
.modal-wrapperp6,
.modal-wrapperp7,
.modal-wrapperp8 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  left: 0;

    background: rgba(35, 35, 35, 0.55);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.modal-wrapper.open, 
.modal-wrapper1.open, 
.modal-wrapper2.open, 
.modal-wrapper3.open,

.modal-wrapperp1.open,
.modal-wrapperp2.open,
.modal-wrapperp3.open,
.modal-wrapperp4.open,
.modal-wrapperp5.open,
.modal-wrapperp6.open,
.modal-wrapperp7.open,
.modal-wrapperp8.open{
  opacity: 1;
  visibility: visible;
}

.modal,
.modal1,
.modal2,
.modal3 {
    width: 40%;
   /* height: 400px;*/
    display: block;
    margin: 50% 0 0 -20%;
  position: relative;
  top: 50%; 
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.modal-wrapper.open .modal,
.modal-wrapper1.open .modal1, 
.modal-wrapper2.open .modal2,
.modal-wrapper3.open .modal3,

.modal-wrapperp1.open .modal,
.modal-wrapperp2.open .modal ,
.modal-wrapperp3.open .modal ,
.modal-wrapperp4.open .modal ,
.modal-wrapperp5.open .modal ,
.modal-wrapperp6.open .modal ,
.modal-wrapperp7.open .modal ,
.modal-wrapperp8.open .modal {
  margin-top: -200px;
  opacity: 1;
}
.head span
{
    font-family: "Playfair Display",serif;
    color: #fff;
    margin-bottom: 10px;
font-size: 24px;
line-height: 40px;
font-weight: 600;
}
.head { 
    width: 100%;
    /* height: 32px; */
    padding: 12px 30px;
    overflow: hidden;
    background: #54332e;
}

.btn-close,
.btn-close:hover{
  font-size: 28px;
  display: block;
  float: right;
  color: #fff;
}
.colmn_2 li {
    list-style: none;
    width: 50%;
    float: right;
}
/*-- Custom Scroll --*/

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 8px;
}

#style-7::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(144, 89, 81)),
									   color-stop(0.72, rgb(117, 72, 65)),
									   color-stop(0.86, rgb(84, 51, 46)));
}
#style-7::-moz-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 8px;
}

#style-7::-moz-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

#style-7::-moz-scrollbar-thumb
{
	border-radius: 8px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(144, 89, 81)),
									   color-stop(0.72, rgb(117, 72, 65)),
									   color-stop(0.86, rgb(84, 51, 46)));
}

.featured_map iframe {
  height: 100%;
        min-height: 432px;
    overflow: hidden;
  width: 100%;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
.content {
    padding: 0;
    overflow-y: scroll;
    max-height: 420px;
}

.good-job {
  text-align: center;
  font-family: 'Montserrat', Arial,       Helvetica, sans-serif;
  color: #e2525c;
}
.good-job .fa-thumbs-o-up {
  font-size: 60px;
}
.good-job h1 {
  font-size: 45px;
}
/*-- Preloader --*/

/*Preloader*/
#loading{
    background-color: rgba(129, 28, 29, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 9999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% { 
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% { 
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% { 
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% { 
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% { 
        transform: translate(0,50px) rotate(-180deg); 
        -webkit-transform: translate(0,50px) rotate(-180deg);  
    } 
    100% { 
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}
/*End off Preloader*/
/*-- End of Preloader --*/

/*-- Pop Up --*/

/*-- End of Pop Up --*/

/*-- Media Queries --*/
@media screen and (max-width:1200px) {
.header-contact .top-contact li {
    padding-left: 60px;
}
}
@media screen and (max-width:991px) {
#cssmenu > ul > li > a {
    padding: 7px;
    }
    .logo-area img
    {
        width: 92px;
    }
    .header-nav
    {
        margin: 22px 0;
    }
    .header.active-sticky.is-sticky .header-nav {
    margin-top: 22px;
}
}
@media screen and (max-width:768px) {
d_sm_none
{
    display: none !important;
}
    span.top_link {
    z-index: 9999;
    position: absolute;
    right: 60px;
    margin-top: 8px;
}
    #cssmenu {
    width: 100%;
    top: 0px;
}
    .header-nav {
    margin: 0 0;
}
    
    .header.active-sticky.is-sticky .header-nav {
    margin-top: 0px;
}
    .header-left {
    margin-top: -56px;
}
    #cssmenu > ul > li > a {
    padding: 10px;
}
    .about_right {
    margin-top: 60px;
}
    .about_left p,.machine_list .machine_list_des p 
    {
    font-weight: 400;
}
    .modal, .modal1, .modal2, .modal3 {
    width: 90%;
    margin: 50% 0 0 -45%;
    }
    .modal-wrapper.open .modal,
    .modal-wrapper1.open .modal1,
    .modal-wrapper2.open .modal2,
    .modal-wrapper3.open .modal3 {
    margin-top: -150px;
    opacity: 1;
}
    .content {
    padding: 0;
    overflow-y: scroll;
    max-height: 340px;
}
    .about_us
    {
        background-repeat: repeat-y;
    }
}
@media screen and (max-width:620px) {

    .brder-ver-both {
    border-left: none;
    border-right: none;
}
    .about_right .factors
    {
        border-bottom: none;
    }
    .brder-ver-left {
    border-left: none;
}
}