.clear{
	clear: both;
	overflow: hidden;	
}

body {
	overflow-x: hidden;
	font-display: swap;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

 img{
	max-width:100%;
 }
 
 a{
	color:#d6212d;
 }
 
 a:hover{
	color: #d6212d;
 }
 
 a.overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;

 }

.container{
	width: 1200px;
	max-width: 100%;
}

.remove-gutter {
    margin-left: -15px;
    width: calc(100% + 30px);
}


h1, .h1{font-size: 56px;}
h2, .h2{font-size: 24px; color: #dc3545;}
h3, .h3{font-size: 20px; color: #dc3545;}
h4, .h4{font-size: 18px; color: #dc3545;}
h5, .h5{font-size: 16px; color: #dc3545;}
h6, .h6{font-size: 14px; color: #dc3545;}

h1::after {
    content: '.';
    color: red;
}


/*  ----------------------------------------------------------	*/
/*  						Buttons 	 						*/
/*  ----------------------------------------------------------	*/
.btn{
	/*font-family: 'Montserrat';
	cursor:pointer;
	text-transform: uppercase;
	letter-spacing: 1;
	font-weight:600;
	font-size:99%;*/
}

.btn-secondary{
	background-color: #191919;
	border-color:  #191919;
	color:#FFFFFF !important;
}

.btn-secondary:hover{
	background-color: #191919;
	border-color:  #191919;
	color:#FFF  !important;
}

 .btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-primary{
	background-color: #dc3545;
	border-color:  #dc3545;
	color: #FFF !important;
}

.btn-primary:hover{
	background-color: #dc3545;
	border-color:  #dc3545;
}

/*  ----------------------------------------------------------	*/
/*  						Footer 	 						*/
/*  ----------------------------------------------------------	*/
#Footer {
	background: rgba(19, 19, 19, 0.95);
	color: #fff;
}

#Footer a:not(.social-link){
	color: #ffffff;
}

#Footer .logo {
	margin-bottom: 20px;
}
#Footer .logo img {
	width: 200px;
}
#Footer .copyright {
	background: #000;
}


.footer-icon {
    color: #fff;
    opacity: .5;
}

.footer-map-icon {
    width: 16px;
}

.address-line {
    padding-left: 23px;
}

.follow-us-header {
    font-size: 22px;
}

.social-link {
    font-size: 40px;
    color: #fff;
    transition: .3s all cubic-bezier(0,1.12,.95,.95);
}

.news-social-icon {
    font-size: 26px;
}

.news-social-link-facebook {
    color: #3c5a98;
}

.news-social-link-twitter {
    color: rgb(29, 161, 242);
}

.news-social-link-linkedin {
    color: #0074b1;
}

.news-social-link-instagram {
    color: #873aa4;
}

.news-social-link-facebook:hover {
    color: #3c5a98;
}

.news-social-link-twitter:hover {
    color: rgb(29, 161, 242);
}

.news-social-link-linkedin:hover {
    color: #0074b1;
}

.news-social-link-instagram:hover {
    color: #873aa4;
}

.social-link-facebook:hover {
    color: #3c5a98;
}

.social-link-twitter:hover {
    color: #3c5a98;
}

.social-link-linkedin:hover {
    color: #0074b1;
}

.social-link-instagram:hover {
    color: #873aa4;
}

.partners .partner-logo {
    height: 100%;
    width: auto;
    max-height: 90px;
}

.footer-bottom {
    background-color: #000;
    font-size: 13px;
}

#newsletterSuccessMessage, #newsletterErrorMessage {
	display: none;
}

#subscribeNewsletterEmail {
    border-radius: 5px 0px 0px 5px;
}


/*  ----------------------------------------------------------	*/
/*  						Home Banner 	 					*/
/*  ----------------------------------------------------------	*/

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}


/*  ----------------------------------------------------------	*/
/*  						Banners 	 						*/
/*  ----------------------------------------------------------	*/
.header-img {
	width: 100vw;
	height: 400px;
	object-fit: cover;
	object-position: center;
}

.banner{
	height: 460px;
	width: 100%;
	/*background: linear-gradient(to right, #dc3545 40%, black);*/
	background: linear-gradient(to bottom right, rgba(220, 53, 69, 0.6), rgb(220, 53, 69));
	background: linear-gradient(to bottom, #000, rgb(220, 53, 69));
	position: relative;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
}

.banner .img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
	opacity:0.1;
}


.banner-title {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: -3px;
    color: #ffffff !important;
}

.newBanner-title {
    margin-left: -20px;
    margin-bottom: 100px;
    text-transform: capitalize;
}

#straightBannerImg {
    min-height: 300px;
}
@media only screen and (max-width : 768px){
        #straightBannerImg {
        min-height: 150px;
    }
}

.new-page-header {
    margin-top: 93px;
    background: linear-gradient(to bottom, #000, rgb(220, 53, 69));
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
}

@media screen and (max-width: 1199px) {
    .new-page-header {
        margin-top: 86px;
    }

    .newBanner-title {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .new-page-header {
        margin-top: 54px;
    }
}

@media screen and (max-width: 769px) {
    .new-page-header {
        margin-top: 48px;
    }
}

@media screen and (max-width: 452px) {
    .newBanner-title {
        font-size: 38px;
        letter-spacing: -1px;
        line-height: 35px;
    }
}


/*  ----------------------------------------------------------	*/
/*  						SORT 	 						*/
/*  ----------------------------------------------------------	*/



.title-simple {
    font-weight: 400;
    font-size: 56px;
    line-height: 56px;
}






.page {
    min-height: 100vh;
}
#Header {
    width: 100vw;
    height: 90vh;
    /*background: url(/img/zipworld3.jpg) center center no-repeat;*/
    background: url(/assets/img/pattern.jpg) center center no-repeat;
    background-size: cover;
    transform: translate(0);
    z-index: 10;
}
#Header .waveWrapperInner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    bottom: -1px;
    /*background-image: linear-gradient(to bottom right, #dc3545 10%, #131313 90%);*/
    background-image: linear-gradient(to bottom right, rgba(5, 5, 6, 0.6) 10%, rgba(220, 53, 69, 0.9) 90%);
}
.bgTop {
    z-index: -1;
    opacity: 0.5;
}
.bgMiddle {
    z-index: -2;
    opacity: 0.75;
}
.bgBottom {
    z-index: -3;
}
#Header .card-row-container {
	transform: translate(0);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
#Header .wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
#Header .waveTop {
    background-size: 50% 100px;
    position: relative;
}
#Header .waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
#Header .waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
#Header .waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

#HeaderContent {
	position: absolute;
	top: 0;	
	left: 0;
	width: 100vw;
	height: 100vh;
}

#ContactBar {
	/*height: 25px;*/
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 100;
	color: #fff;
	background: rgba(0,0,0,0.9);
}

#ContactBar a, #Topbar a{
	color: #ffffff;
}
#ContactBar::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: -500px;
    height: 500px;
    width: 100vw;
}

#Topbar {
/*	height: 60px;*/
	position: fixed;
	/*top: 25px;*/
	top:0px;
	left: 0;
	width: 100%;
	z-index: 100;
	background: rgba(19, 19, 19, 0.8);
	color: #ffffff;
}
#Topbar .logo {
	/*float: left;*/
}
#Topbar .logo img {
	height: 40px;
	padding: 5px 0px;
	/*margin-left: 5px; 
	margin-top: 5px;*/
}
#Topbar .nav {
	/*height: 60px;**/
}
#Topbar .nav .nav-item {
	padding: 0;
}
#Topbar .nav .nav-item:hover {
    background: rgba(0,0,0,0.5);
}
#Topbar .nav .nav-link {
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    /* padding: 0 15px;
    height: 28px;
    margin: 15px 0 10px; */
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.topbar-padding {
	padding-top: 84px;
}

/*
.topbar-btn {
    height: 40px;
    margin: 10px 15px;
    border-radius: 2px;
}
*/
.dropdown-menu {
    background: rgba(0,0,0,0.7);
    border-radius: 0;
    border: none;
    margin: 0;
    width: 100%;
    text-align: center; 
}
.dropdown-item {
    color: #fff;
    cursor: pointer;
}


#Header .left-banner {
    position: absolute;
    top: 25vh;
    left: 8vw;
    z-index: 15;
    padding: 20px 40px 45px 30px;
    background: rgba(0,0,0,0.15);
    border-radius: 4px;
}
#Header .left-banner p {
    margin-bottom: 0;
    font-size: 140px;
    line-height: 115px;
    letter-spacing: 2px;
    color: #fff;
}
#Header .left-banner .btn {
    position: absolute;
    bottom: -55px;
    right: 31px;
    font-size: 38px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 18px;
    box-shadow: 0 0.8rem 1rem rgba(0,0,0,.25) !important;
    transition: .3s ease all;
}
#Header .left-banner .btn:hover {
    box-shadow: 0 0.8rem 1rem rgba(0,0,0,.2) !important;
    background: rgba(0,0,0,0.65);
    transform: scale(.96);
}

#Header .content {
    position: absolute;
    /*top: 15vh;*/
    /*padding: 20px 30px;*/
    /*left: 3vw;*/
    /*width: 50vw;*/
    top: 8vh;
    left: 0;
    padding: 20px;
    width: 100vw;
    z-index: 20;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
}
#Header .content h1 {
    /*font-size: 100px;
    line-height: 85px;*/
    letter-spacing: -3px;
    font-size: 45px;
    line-height: 38px;
}
#Header .content td {
    font-size: 17px;
    padding-right: 0px;
}
#Header .content td span {
    left: -15px;
    position: relative;
}
#Header .content td li {
    list-style-type: none;
}
#Header .content td li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    font-weight: 900;
    margin-right: 30px;
    /*color: #f00;*/
}
#Header .down-arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-25%);
    text-align: center;
    z-index: 20;
}
#Header .down-arrow i {
    font-size: 54px;
    color: rgba(0,0,0,0.7);
}
#Header .btn-white {
    z-index: 2;
    text-transform: uppercase;
}

.btn-white {
    background: #fff;
    color: #bd0b1c;
    border: #bd0b1c;
}

.bg-grey {
	background: #F9F9FA;
	
	/*-webkit-box-shadow: 0px 0px 15px -1px rgba(224,224,224,1);
	-moz-box-shadow: 0px 0px 15px -1px rgba(224,224,224,1);
	box-shadow: 0px 0px 15px -1px rgba(224,224,224,1);*/
}

.boxed {
	position: relative;
	background: #f5f5f5;
	padding: 25px;
	border-radius: 6px;
}
.boxed.rounded {
	margin-top: 60px;
	padding-top: 60px;
}
.boxed .rounded-top-icon {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background: #f5f5f5;
	font-size: 40px;
	line-height: 40px;
	color: #D9232F;
}
.boxed .rounded-top-icon i {
	margin-left: 55px;
	margin-top: 50px;
	transform: translate(-50%, -50%);
}

.centered {
	display: table;
	margin: 0 auto;
}
.centered div {
	display: inline-grid;
}


.stat-box {
    text-align: center;
    padding: 20px;
}
.stat-box .large-number {
    font-size: 58px;
    font-weight: 200;
    line-height: 70px;
}

.scrollx {
    white-space: nowrap;
    overflow-x: scroll;
    margin: 15px 0;
}
.scrollx .scrollx-item {
    display: inline-block;
    margin: 0 15px;
    width: 250px;
}
.scrollx .scrollx-item img {
    object-fit: contain;
    width: 100%;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #d6212d;
}
.nav-pills a {
	color: #d6212d;
}

.full-width-banner {
    background: linear-gradient(to right, #dc3545 40%, black);
    position: relative;
}
.full-width-banner .image {
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.feature-list {
    font-family: 'Secular One', sans-serif;
    font-size: .8rem;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 0;
}
.feature-list li {
    list-style: none;
}
.feature-list li::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    font-weight: 900;
    margin-right: 15px;
}

.rounded-20 {
    border-radius: 20px;
}

.large-img-fluid {
    width: 70%;
    margin-left: 15%;
    position: relative;
    border-radius: 20px;
}

.carousel-inner {
    border-radius: 20px;
    overflow: hidden;
}
.carousel-caption {
    bottom: initial;
    top: 0;
    right: 2%;
    left: initial;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 40px;
}
.carousel-caption .title {
    font-weight: 300;
    background: rgba(0,0,0,0.4);
    border-radius: 4px;
    padding: 4px 10px;
}
.carousel-indicators {
    transform: translateY(40px);
}
.carousel-indicators li {
    background-color: #000;
    opacity: .2;
}
.carousel-indicators .active {
    background-color: #d6212c;
}


.double-bg {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 300;
    z-index: 3;
}
.double-bg::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    height: calc(100% + 8px);
    width: calc(100% + 80px);
    background: rgb(217, 34, 46);
    margin-left: -40px;
    z-index: -2;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important;
}
.double-bg::before {
    content: '';
    position: absolute;
    height: calc(100% + 8px);
    width: calc(100% + 40px);
    background: rgba(0,0,0,0.5);
    margin-left: -20px;
    z-index: -1;
    border-radius: 5px;
    box-shadow: 0 .2rem 1.5rem rgba(0,0,0,.45)!important;
}
.single-bg {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 300;
    background: rgba(0,0,0,0.8);
    padding: 3px 10px;
    border-radius: 4px 4px 0 0;
    border-bottom: 3px solid #dc3545;
}

.shadow-dark {
    -webkit-box-shadow: 0px 0px 25px -2px rgba(56,56,56,1);
    -moz-box-shadow: 0px 0px 25px -2px rgba(56,56,56,1);
    box-shadow: 0px 0px 25px -2px rgba(56,56,56,1);
}


.rounded-icon {
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.8);
    border-radius: 50%;
    margin: 0 auto;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}
.rounded-icon.red {
    background: #dc3545;
    color: #fff;
}
.rounded-icon i {
    transform: translateY(50%);
}


.staff-image-round {
    margin: 0 auto;
    overflow: hidden;
}
.staff-image-round img {
    width: 200px;
    border-radius: 50%;
    object-fit: cover;
    height: 200px;
    margin-bottom: 15px;
}





.page-header {
    width: 100vw;
    height: 510px;
    position: relative;
    margin-top: -60px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Secular One', sans-serif;
}
.page-header.title-only {
    height: 380px;
}
.page-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(to bottom right, rgba(220, 53, 69, 0.6), rgb(220, 53, 69));
    background: linear-gradient(to bottom, #000, rgb(220, 53, 69));

    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
}
.page-header.pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.08;
    background: url(/assets/img/pattern.jpg) center center no-repeat;
    background-size: cover;

    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
}

.addpattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.08;
    background: url(/assets/img/pattern.jpg) center center no-repeat;
    background-size: cover;
}
.addcustombg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.08;
    background-size: cover;
}
.page-header .title-left {
    position: absolute;
    left: 5vw;
    top: 160px;
    width: 90vw;
    color: #fff;
}
.page-header.title-only .title-left {
    /*top: 150px;*/
}
.page-header .title-left h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: -3px;
}
.page-header .image-right {
    position: absolute;
    top: 60px;
    right: 5vw;
    height: 380px;
    display: none;
}
.page-header .image-right img {
    height: 100%;
    object-fit: contain;
}


.accordion {
    padding-left: 80px;
    /*overflow: hidden;*/
    position: relative;
    z-index: 1;
}
.accordion:before {
    content: '';
    width: 5px;
    height: calc(100% - 25px);
    background: #dc3545;
    position: absolute;
    top: 25px;
    left: 22px;
    z-index: -1;
}
.accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
}
.accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
}
.accordion .panel-title button {
    display: block;
    padding: 10px 30px 15px 0;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #004e89;
    position: relative;
    text-align: left;
    transition: all 0.5s ease 0s;
}
.accordion .panel-title button:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    font-size: 17px;
    color: #dc3545;
    border: 6px solid #dc3545;
    position: absolute;
    top: 0px;
    left: -82px;
}
.accordion .panel-title button.collapsed:before{
    content: "\f067";
    background: #fff;
}
.accordion .card-body {
    background: #f7f7f7;
    border-radius: 10px;
}

.card-title {
    font-size: 18px;
    color: #dc3545;
    font-weight:medium;
}

.no-overflow {
    overflow: hidden;
}

.large-banner-img {
    max-width: 100%;
}
@media (min-width: 576px) {
    .feature-list {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    #Header .content {
        top: 10vh;
        left: 3vw;
    }
    #Header .content h1 {
        font-size: 100px;
        line-height: 85px;
    }
    #Header .content td {
        font-size: 24px;
        padding-right: 20px;
    }

    .new-title {
        min-height: 300px;
    }

    .page-header .title-left {
        display: block;
        left: 4vw;
        width: 41vw;
    }
    .page-header.title-only .title-left {
        width: 92vw;
    }
    .page-header .image-right {
        display: block;
        right: 5vw;
        width: 40vw;
        height: 430px;
    }
    .stat-box .large-number {
        font-size: 46px;
    }
}
@media (min-width: 992px) {
    #Header .content {
        padding: 20px 30px;
        top: 15vh;
    }
    .large-banner-img {
        margin-top: -80px; 
        margin-bottom: -60px;
    }

    .banner-title {
        font-size: 100px;
        line-height: 85px;
    }

    .page-header .title-left h1 {
        font-size: 100px;
        line-height: 85px;
    }
    .stat-box .large-number {
        font-size: 62px;
    }
    
    .dropdown-menu {
        width: auto;
        text-align: left; 
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: rgba(255,255,255,0.1);
    }
}
@media (min-width: 1200px) {
	#Header .content {
	    width: 62vw;
	}
    .page-header .title-left {
        left: 8vw;
        width: 37vw;
    }
    .page-header .image-right {
        top: 30px;
        right: 5vw;
        width: 40vw;
        height: 500px;
    }
}


@media only screen and (min-width : 770px){
	#Topbar .logo img {
        height: 46px;
        margin-left: 5px; 
        
		/*margin-top: 5px;*/padding:  0px;
	}
    .feature-list {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width : 992px){
	.topbar-padding {
		padding-top: 44px;
	}
}
@media only screen and (max-width : 960px){
	.title-simple {
		font-size: 42px;
		line-height: 42px;
	}
}
@media only screen and (max-width : 770px){
	.title-simple {
		font-size: 38px;
		line-height: 38px;
	}

	h1, .h1{font-size: 19px;}
	h2, .h2{font-size: 17px; color: #dc3545;}
	h3, .h3{font-size: 15px; color: #dc3545;}
	h4, .h4{font-size: 14px; color: #dc3545;}
	h5, .h5{font-size: 12px; color: #dc3545;}
	h6, .h6{font-size: 11px; color: #dc3545;}
	
	
	.banner{
		height: 360px;
	}
	
	
}

@media only screen and (max-width : 450px){
	.title-simple {
		font-size: 28px;
		line-height: 28px;
	}
	
	.banner{
		height: 260px;
	}
}

.extra-title-h {
    height: 625px !important;
}

.no-dot::after {
    content: '' !important;
}
