@font-face {
	font-family: "WoodfordBourne-Regular";
	src: url("../fonts/WoodfordBourne-Regular.otf") format("opentype");
}
@font-face {
	font-family: "WoodfordBourne-Bold";
	src: url("../fonts/WoodfordBourne-Bold.otf") format("opentype");
}
@font-face {
	font-family: "WoodfordBourne-Thin";
	src: url("../fonts/WoodfordBourne-Thin.otf") format("opentype");
}
@font-face {
	font-family: "WoodfordBourne-Italic";
	src: url("../fonts/WoodfordBourne-Italic.otf") format("opentype");
}
@font-face {
	font-family: "din-rundschrift-bold";
	src: url("../fonts/din-rundschrift-bold.otf") format("opentype");
}
@font-face {
	font-family: "DIN-Bold";
	src: url("../fonts/DIN-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "DIN-Light";
	src: url("../fonts/DIN-Light.ttf") format("truetype");
}
@font-face {
	font-family: "DIN-Medium";
	src: url("../fonts/DIN-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "DIN-Regular";
	src: url("../fonts/DIN-Regular.ttf") format("truetype");
}
body {
	font-size: 16px;
	line-height: 34px;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-family: "WoodfordBourne-Regular";
}
h1,h2{
	font-family: "DIN-Bold";
	text-transform: uppercase;
}
h1 {
	font-size: 64px;
	line-height: 70px;
}
h2 {
    font-size: 44px !important;
    line-height: 48px;
    color: #ff801e;
    letter-spacing: 1px;
    padding: 0px;
}
h3 {
	font-size: 38px;
	color: #fff;
	line-height: 48px;
}
h4 {
	font-size: 28px;
	line-height: 36px;
}
h5 {
	font-size: 22px !important;
	line-height: 30px;
}
h6 {
	font-size: 18px;
	line-height: 22px;
}
p,.read_div {
	font-size: 20px;
	color: #000;
	line-height: 34px;
	padding-bottom: 30px;
}
a {
	color: #186BFF;
	text-decoration: none;
}
.page-title-2 .et_pb_row {
    position: absolute;
    top: 0%;
    padding: 0!important;
    right: 80px;
}
.main-banner-over-title h2 {
    top: 0;
    font-size: 170px!important;
    position: relative;
    text-align: right;
    font-weight: normal;
    line-height: 100%;
}
/*.main-banner-over-title h2 {
    top: -82px;
    font-size: 170px!important;
    position: relative;
    text-align: right;
    font-weight: normal;
    line-height: 100%;
}*/
.main-btn {
}
.main-btn:hover{
}
.main-btn:focus{
}
.et_pb_button:after {
	display: none;
}
.et_pb_row,
.container {
    max-width: 100%;
    width: 90%;
}
.white-txt h1,
.white-txt h2,
.white-txt h3,
.white-txt h4,
.white-txt h5,
.white-txt h6,
.white-txt p {
	color: #fff;
}
.sub-title h2 {
    padding: 0px;
    text-transform: uppercase;
}
/*.page-title-wrapper h1{
   background: #000!important;
    z-index: 9;
    right: auto;
    left: 100%;
    position: absolute;
    top: 15%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform: rotate( 90deg);
        width: max-content;
}
.page-title-wrapper h1 {
	color: #fff;
	padding: 10px 30px;
}*/
div#page-container {
    position: relative;
}
.home .page-title-wrapper {
    display: none;
}
.page-title-wrapper h1 {
    color: #fff;
    padding: 20px 10px;
    font-size: 42px;
    line-height: 50px;
}
.page-title-wrapper h1 {
    background: #000!important;
    z-index: 9;
    right: 0%;
    left: auto;
    position: absolute;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: left;
    max-height: unset;
    top: 40px;
}