* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #182139;
   	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	color: #FF5739;
}
p a {
	text-decoration: none;
	color: #FF5739;
   	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}
:focus {
    outline: none !important;
}
section {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h1, h2, h3{
    font-size: 8rem;
    letter-spacing: 1px;
    line-height: 108px;
}
h1 span, h2 span, h3 span{
    font-family: 'PoppinsSemiBold';
    position: relative;
    z-index: 1;
    display: inline-block;
}
h1 span:after, h2 span:after, h3 span:after{
    position: absolute;
    bottom: 10%;
    left: -1%;
    content: '';
    width: calc(100% + 2%);
    height: 35%;
    background: #01ffcb;
    z-index: -1;
}
h3{
    font-size: 4rem;
    line-height: normal;
}
h2{
    font-size: 7.4rem;
    line-height: normal;
}
h4{
    font-family: 'PoppinsMedium';
    font-size: 3.2rem;
}
h5{
    font-family: 'PoppinsBold';
    font-size: 1.8rem;
}
h5 span{
    font-family: 'PoppinsSemiBold';
}
h6{
    font-size: 1.5rem;
}
p{
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: .4px;
}
.default-btn{
    color: #182139;
    background: #00FFCB;
    font-family: 'PoppinsMedium';
    font-size: 1.8rem;
    border: 0;
    border-radius: 10px;
    padding: 2.1rem 3.5rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.default-btn:hover{
    color: #fff !important;
    background: #182139 !important;
}
.corner-radius{
    border-radius: 20px;
}
.ornge-btn{
    color: #E9F7FF;
    background: #FF5739;
}
.bg{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
/*===============================MORGENLEASE VERSION 2 DESIGN================================*/
.new-home a {
	text-decoration: none;
	color: #16213B;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.new-home a:hover {
	text-decoration: none;
	color: #FF5739;
}
.new-home h1 {
    color: #182139;
    font-family: 'Poppins-Regular';
    font-size: 6.4rem;
    line-height: 80px;
}
.new-home h1 strong, .new-home h2 strong {
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
    position: relative;
    display: inline-block;
}
.new-home h1 strong::after, .new-home h2 strong::after {
    position: absolute;
    bottom: 11px;
    left: -2px;
    content: '';
    width: calc(100% + 6px);
    height: 42%;
    background-color: #00FFCB;
    z-index: -1;
}
.new-home h2 {
    color: #182139;
    font-family: 'Poppins-Regular';
    font-size: 3.2rem;
    line-height: 25px;
}
.new-home h2 strong::after {
    bottom: -2px;
}
.new-home h3 {
    color: #16213B;
    font-family: 'Poppins-Regular';
    font-size: 2.4rem;
    line-height: 32px;
}
.new-home h3 strong {
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
}
.new-home h5 {
    color: #16213B;
    font-family: 'Poppins-Bold';
    font-size: 1.6rem;
    line-height: 24px;
}
.new-home h6 {
    color: rgba(24, 33, 57, 0.50);
    font-family: 'Poppins-Medium';
    font-size: 1.4rem;
}
.new-home p {
    color: rgba(22, 33, 59, 0.5);
    font-family: 'Poppins-Medium';
    font-size: 1.4rem;
    line-height: 21px; 
}
.new-home .common-btn {
    font-family: 'Poppins-SemiBold';
    font-size: 1.6rem;
    display: inline-block;
    border:1px solid #00FFC8;
	border-radius: 10px;
    background-color: #00FFC8;
    color: #182139;
    line-height: normal;
    letter-spacing: 0.48px;
    padding: 12px 26px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.new-home .common-btn:hover {
	color: #fff;
    background-color: #182139;
    border-color: #182139;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.new-home .common-arrow {

}
.new-home .common-arrow:after {
	display: none;
}
.new-home .common-arrow img {
	width: 15px;
}
.new-home .common-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.new-home .common-pagination {
	bottom: 0;
}
.new-home .common-pagination .swiper-pagination-bullet {
	height: 10px;
	width: 10px;
	background-color: #16213B;
	opacity: 0.25;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.new-home .common-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}
