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,
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;
}

/* HTML5 display-role reset for older browsers */

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

body {
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    overflow-x: hidden;
    /*background:#F7F7F7;*/
}

/*------------------------------------*\
	FONT RESET
\*------------------------------------*/

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

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 300;
}

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

abbr,
acronym {
    border: 0;
}

a {
    /*color:#FFBF00;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    text-decoration: none;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*--- QUOTES ---*/

blockquote {
    margin: 0 60px 0 45px;
    border-left: 5px solid #ccc;
    padding-left: 10px;
    text-indent: -0.4em;
}

blockquote b {
    display: block;
    text-indent: 0;
}

img {
    max-width: 100%;
    height: auto
}

/************************** FONTS CSS********************/

h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
}

h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: normal
}

h3 {}

h4 {}

h5 {}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

/************************** Page CSS********************/

.full-width {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}

.common-background-style {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.common-button {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    border: 1px solid #508232;
    background-color: #508232;
    padding: 14px 15px 14px 15px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    min-width: 165px;
    text-align: center;
    border-radius: 15px;
}

.common-button:hover {
    border: 1px solid #FFBF00;
    background-color: #FFBF00;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.common-button.border-button {
    background-color: transparent;
    color: #508232;
    border-radius: 10px;
    border: 1px solid #508232;
}

.common-button.border-button:hover {
    background-color: #508232;
    color: #fff
}

/************************* Breadcrumb Css **************************/

.site-breadcrumb {
    font-family: 'Montserrat Regular ';
    font-size: 15px;
    color: #AFB4C9;
    line-height: 35px;
    margin: 15px 0px;
}

.site-breadcrumb strong {
    font-weight: normal;
}

.site-breadcrumb a {
    font-family: 'Montserrat Bold';
    font-size: 15px;
    color: #AFB4C9;
    line-height: 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 1px;
}

.site-breadcrumb a:hover {
    color: #D4A65C;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.site-breadcrumb span {
    margin: 0px 5px;
    font-weight: 300;
}