html {
  font-size: 16px;
	line-height: 100%;
}

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;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:focus {
	outline: none;
	box-shadow: none;
	border:none;
}
.page-wrapper *:focus, .ui-dialog *:focus {
    outline: none;
    box-shadow: none;
}
body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "HoftypeCordaRegular";
  color: #000;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline-style: none;
  outline: none;
  box-shadow: none;
  border-color: transparent;
}
.container {
  width: 93%;
  max-width: 1920px;
  margin: 0 auto;
}
.paddingTopBtm {
  padding: 48px 0;
}
p, .at-tab ul li {
  font-family: "HoftypeCordaRegular";
  font-size: 1.25rem;
  line-height: 2.2rem;
}

.com-heading h1 {
  font-family: "HoftypeCordaMedium";
  font-size: 3rem;
  line-height: 4.68rem;
  color: #c38c27;
  display: inline-block;
  margin-bottom: 20px;
}
.marginTop {
  margin-top: 89px;
}
.breadcrumb{
	width: 100%;
	background: #C38C27;
	box-shadow: 0px 3px 6px #00000029;
	padding: 10px 0;
	margin-top: 73px;
}
.breadcrumb .container{
	width: 80%;
	margin: 0 auto;
	
}
.breadcrumb ul li{
	font-size: 0.98rem;
	line-height: 1.1rem;
	color: #fff;
	display: inline-block;
    margin: 0;
    padding: 0 10px 0 0;
    position: relative;
    vertical-align: middle;
}
.breadcrumb ul li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 4px;
    background: #fff;
    top: 50%;
    right: 0px;
}
.breadcrumb ul li:last-child::after{
	display: none;
}
.breadcrumb ul li a{
	color: #fff;
}
body.overflowHidden {
    overflow-y: hidden;
}

@media only screen and (max-width: 1750px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1540px) {
  html {
    font-size: 13px;
  }
  .paddingTopBtm {  
    padding: 30px 0;
   }
}
@media only screen and (max-width: 1280px) {
  p, .at-tab ul li {
    font-size: 1rem;
  }
  .breadcrumb {
    margin-top: 68px;
	}	
}
@media only screen and (max-width: 991px) {
	
.breadcrumb .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}	
.container {
    width: 100%;
	padding: 0 15px;
}	
  .marginTop {
    margin-top: 50px;
  }
  .paddingTopBtm {
    padding: 30px 0;
  }
  .breadcrumb {
    margin-top: 39px;
	}	
}
@font-face {
  font-family: "Corda";
  src: url("fonts/Corda-Italic.woff2") format("woff2"),
    url("fonts/Corda-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "HoftypeCordaLight";
  src: url("fonts/HoftypeCordaLight.eot");
  src: url("fonts/HoftypeCordaLight.eot") format("embedded-opentype"),
    url("fonts/HoftypeCordaLight.woff2") format("woff2"),
    url("fonts/HoftypeCordaLight.woff") format("woff"),
    url("fonts/HoftypeCordaLight.ttf") format("truetype"),
    url("fonts/HoftypeCordaLight.svg#HoftypeCordaLight") format("svg");
}

@font-face {
  font-family: "HoftypeCordaRegular";
  src: url("fonts/HoftypeCordaRegular.eot");
  src: url("fonts/HoftypeCordaRegular.eot") format("embedded-opentype"),
    url("fonts/HoftypeCordaRegular.woff2") format("woff2"),
    url("fonts/HoftypeCordaRegular.woff") format("woff"),
    url("fonts/HoftypeCordaRegular.ttf") format("truetype"),
    url("fonts/HoftypeCordaRegular.svg#HoftypeCordaRegular") format("svg");
}

@font-face {
  font-family: "HoftypeCordaBoldItalic";
  src: url("fonts/HoftypeCordaBoldItalic.eot");
  src: url("fonts/HoftypeCordaBoldItalic.eot") format("embedded-opentype"),
    url("fonts/HoftypeCordaBoldItalic.woff2") format("woff2"),
    url("fonts/HoftypeCordaBoldItalic.woff") format("woff"),
    url("fonts/HoftypeCordaBoldItalic.ttf") format("truetype"),
    url("fonts/HoftypeCordaBoldItalic.svg#HoftypeCordaBoldItalic") format("svg");
}
@font-face {
  font-family: "HoftypeCordaMedium";
  src: url("fonts/HoftypeCordaMedium.eot");
  src: url("fonts/HoftypeCordaMedium.eot") format("embedded-opentype"),
    url("fonts/HoftypeCordaMedium.woff2") format("woff2"),
    url("fonts/HoftypeCordaMedium.woff") format("woff"),
    url("fonts/HoftypeCordaMedium.ttf") format("truetype"),
    url("fonts/HoftypeCordaMedium.svg#HoftypeCordaMedium") format("svg");
}

@font-face {
  font-family: "HoftypeCordaItalic";
  src: url("fonts/HoftypeCordaItalic.eot");
  src: url("fonts/HoftypeCordaItalic.eot") format("embedded-opentype"),
    url("fonts/HoftypeCordaItalic.woff2") format("woff2"),
    url("fonts/HoftypeCordaItalic.woff") format("woff"),
    url("fonts/HoftypeCordaItalic.ttf") format("truetype"),
    url("fonts/HoftypeCordaItalic.svg#HoftypeCordaItalic") format("svg");
}

@font-face {
  font-family: "HoftypeCordaBold";
  src: url("fonts/HoftypeCordaBold.eot");
  src: url("fonts/HoftypeCordaBold.eot") format("embedded-opentype"),
    url("fonts/HoftypeCordaBold.woff2") format("woff2"),
    url("fonts/HoftypeCordaBold.woff") format("woff"),
    url("fonts/HoftypeCordaBold.ttf") format("truetype"),
    url("fonts/HoftypeCordaBold.svg#HoftypeCordaBold") format("svg");
}
