/* override */
.single-slide{
	height: 600px;
}

.cta-1{
	height: 400px;
	background: url(../img/bg-img/13.jpg);
}

.cta-1 .c-overlay{
	/*background-color: #073b91c4;*/
	background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    inset: 0;
}

.cta-1 h4{
	font-size: 32px;
    margin-bottom: 20px !important;
    text-align: center;
}

.cta-1 p{
	font-size: 16px;
    line-height: 33px;
    text-align: center;
}

.cta-1 .c-cta{
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.c-cta a{
	height: 60px;
    width: 235px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 14px;


    /*background-color: #5ab7b2;*/
}

.c-cta a:hover{
	/*background-color: #073b91;*/
}

/* slider */
.c-welcome h2{
	font-size: 60px !important;
	line-height: 60px !important;
	text-transform: inherit !important;
	margin-bottom: 20px !important;
}

.c-welcome p{
	font-size: 20px !important;
	font-weight: 500;
    line-height: 24px;
        margin-bottom: 50px !important;
}

.c-welcome .cs-t1{
	font-size: 18px !important;
}

.single-slide .welcome-text h6{
	align-items: center;
}

.c-welcome h6{
	display: flex;
}

.c-welcome .cs-line{
	height: 3px;
    width: 70px;
    background: #5ab7b2;
    display: inline-flex;
    margin-right: 12px;
}

.c-welcome .credit-btn{
	border-radius: 4px !important;
	font-size: 15px !important; 
}

.credit-btn img{
	height: 30px;
    display: inline-flex !important;
    width: 30px !important;
}

/*quita franja verde del menu */
.header-area .credit-main-menu{
	background-color:#073b91;
}

.hero-area,.breadcrumb-area
{
	width: 90%;
    margin: 0 auto;
}

