*
{
margin: 0 auto;
padding: 0;
border: 0;
text-decoration: none;
}

html
{
overflow-x: hidden !important;
overflow-y: scroll;
}

body
{
font-family: 'Lato', sans-serif;
font-size: 16px;
font-weight: 400;
color: #888;
text-align: justify;
line-height: 25px;
}

strong
{
font-weight: 700;
color: #555;
}

p
{
padding-bottom: 20px;
}

a
{
color: #888;
}

a:hover
{
color: #a75855;
text-decoration: none;
}

img
{
margin-bottom: 10px;
}

/* Start Slider Css */
.carousel
{
height: 50%;
/*margin-bottom: 62px;*/
}

.item,
.active,
.carousel-inner
{
height: 100%;
}

.carousel-inner img
{
width: 100%;
height: 100%;
}
/* End Slider Css */

.inner_img
{
float: left;
padding-right: 30px;
padding-bottom: 25px;
}

ul.bullets
{
margin: 0;
padding: 0;
list-style: none;
padding-bottom: 20px;
}

ul.bullets li
{
margin: 0px;
padding: 0px;
list-style: none;
background-image: url(../images/bullet.png);
background-repeat: no-repeat;
background-position: left top center;
padding-bottom: 5px;
padding-left: 30px;
}

ul.bullets li:last-child
{
padding-bottom: 0px;
}

ul.clients_list
{
margin: 0;
padding: 0;
list-style: none;
}

ul.clients_list li
{
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}

.clients_logo
{
margin-bottom: 20px;
}

.cxb
{
color: #fff;
}

.cxb:hover
{
color: #a75855;
}

.inner_top_blank
{
padding-bottom: 50px;
}

@media(min-width:1024px) {
.bx-controls-direction
{
display: none;
}

.inner_img
{
width: 50%;
}
}

@media(min-width:768px) {
.bx-controls-direction
{
display: none;
}

.inner_img
{
width: 30%;
}
}

@media(min-width:720px) {
.bx-controls-direction
{
display: none;
}

.inner_img
{
width: 30%;
}
}

@media(min-width:480px) {
.bx-controls-direction
{
display: none;
}

.inner_img
{
width: 30%;
}
}

/* Start Form Css */
.outer_box
{
background-color: #f8f8f8;
border: 1px solid #dcddde;
border-radius: 30px;
padding: 20px;
}

input, textarea
{
width: 100%;
border: 1px solid #e6e7e8;
}

textarea
{
width: 100%;
height: 80px;
resize: none;
}

input:hover, textarea:hover,
input:focus, textarea:focus
{
border-color: 1px solid #C9C9C9;
}

.form label
{
margin-left: 10px;
color: #000;
}

.submit input:hover
{
background-color: #77211e;
}

.txt
{
    width: 530px;
    height: 30px;
    border: 1px solid #e5e6e6;
}

/*.msg_box
{
    width: 530px;
    border: 1px solid #e5e6e6;
    resize: none;
}

.btn
{
    background-color: #98532B;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
}

.btnCommon
{
    background-color: #fde4b0;
    color: #634306;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    font-size: 11px;
}

.btnCommon:hover
{
    background-color: #634306;
    color: #fff;
}

.btnCommon:hover a
{
    background-color: #634306;
    color: #fff;
}

.btnCommon a
{
    color: #634306;
    text-decoration: none;
}

.btnCommon a:hover
{
    color: #fff;
    text-decoration: none;
}

.btnCommon-selected
{
    background-color: #634306;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    font-size: 11px;
}

.btnCommon-selected a
{
    color: #fff;
    text-decoration: none;
}

.tdCareer
{
    padding: 0 0 10px 0px;
    width: 160px;
}

.contact_title
{
    margin: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #81cc0c;
}*/
/* End Form Css */

.click_here
{
color: #77211e;
}

.click_here:hover
{
color: #a75855;
}