/*ul {
    padding-inline-start: 0;
}
.mt-4_5, .my-4_5 {
    margin-top: 4.5rem!important;
}*/
#About-pg section{
    position: relative;
}

/*h1.light {
    color: #E21E25 !important;
}*/
#About-pg .color-red {
    color: #E21E25 !important;
}
#About-pg #main-wrapper {
    min-height: 85vh;
	position: relative;
	overflow: hidden;
}
#About-pg .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}
#About-pg .bg-layer .page-bg {
    position: absolute;
    /*top: -125px;*/
    left: 50%;
    width: 2000px;
    height: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#About-pg .bg-layer .page-bg-xs {
    display: none;
    position: absolute;
    top: 450px;
    left: 50%;
    width: 1100px;
    height: auto;
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    transform: translateX(-45%);
}
        
#About-pg .bg-text{
    line-height:1em;
    text-align:center;
    text-transform:uppercase;
    font-weight:900;
    font-size:145px;
    letter-spacing:.025em;
    white-space:nowrap;
    color:#F7F7FF;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    pointer-events:none;
    mix-blend-mode:multiply;
    position:absolute;
    top:60px;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%)
}

#About-pg #banner2.small {
    height: 300px;
}

#About-pg #banner2 {
	display: flex;
	/*align-items: center;*/
    flex-direction: column;
    justify-content: center;
	width: 100%;
    background: url(../../Images/About/banner.jpg);
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

/*#About-pg .patteren {
	display: table;
    background: url(../../Images/About/banner.jpg) repeat;
	background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}*/

#About-pg .patteren .title{
	display: table-cell;
	vertical-align: middle;
    text-align: left;
	padding-top: 100px;
}

#About-pg .patteren h2 {
	margin-left: 100px;
	line-height: 48px;
	font-weight: bolder;
	display: inline-block;
	color: #fff;
	font-family: 'Lucida Calligraphy';
}

#About-pg .page-header {
	position: relative;
	/*padding-top: 130px;*/
	margin-bottom: 50px;
}

#About-pg .page-header .container {
	position: relative;
	padding-top: 20px;
	padding-bottom: 60px;
}

#About-pg .page-header h1 {
	font-size: 30px;
	margin: 6% 0 5%;
	line-height: 40px;
	font-family: Andalus;
}

#About-pg .page-header .Color-red {
	font-weight: bolder;
	color: #E21E25 !important;
}

	/*.page-header h1.subtitle {
		line-height: 50px;
		font-weight: bolder;
		font-size: 35px;
		letter-spacing: 0.225em;
		display: inline-block;
		margin: 11% 0 0px;
		color: #E21E25;
		font-family: Andalus;
	}*/
	
#About-pg .page-header img {
	width: 100%;
	z-index: -1;
	top: -65px;
	position: absolute;
	right: -5%;
	max-height: 580px;
}

#About-pg .col-text {
	padding: 80px 50px;
}

/*section {
	margin-bottom: 80px !important;
	margin-top: 25px !important;
}*/

@media (min-width: 993px) and (max-width: 1200px){
	#About-pg .page-header h1 {
			font-size: 25px;
			margin: 0px;
	}
}

@media (max-width: 992px) {
	#About-pg .page-header {
		padding-bottom: 170px;
		margin: 0px;
	}
	
	#About-pg .page-header .container {
			/*padding-top: 44px;*/
			padding-bottom: 150px;
	}
	
	#About-pg .page-header h1 {
			font-size: 20px;
			margin: 0px;
	}

	#About-pg .page-header img{
		max-width: 80%;
		right: 50px;
		max-height: 300px;
		top: 0px;
	}

	#About-pg .col-text {
		padding: 10px 50px;
	}

	/*section {
		margin-bottom: 30px !important;
		margin-top: 30px !important;
	}*/

	/*.page-header img {
		display: none;
	}*/

	#About-pg .patteren h2 {
		margin-left: 20px;
		font-size: 30px;
	}
}

/*.banner-content {
	padding: 30px 0px;
}*/

@media (max-width: 678px) {
	#About-pg .patteren h2 {
		margin-left: 20px;
		font-size: x-large;
	}
}