.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}



.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}
.c-title-1{
font-size: 1.6em;
font-weight: 500;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}
.c-title-2{
font-size: 1.6em;
font-weight: 500;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}
.c-title-3{
font-size: 1.4em;
font-weight: 500;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
color: #0e0f1a;
}
.c-title-4{
font-size: 1.4em;
font-weight: 500;
line-height: 1.5em;
text-align: center;
color: #0091b3;
}
.c-text-1{
font-size: 1.2em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1.5em;
text-align: justify;
}



.c-borders-1 {
border: solid 1px #fff;
padding: 20px;
}


.c-button-1{
display: inline-block;
text-decoration: none;
font-size: 1.1em;
font-weight: 400;
line-height: 1em;
text-align: center;
padding: 20px 20px;
width: 310px;
color: #0e0f1a;
background-color: #fff;
border: 1px solid #fff;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
.c-button-1:hover {
color: #fff;
width: 310px;
background-color: #0091b3;
border: 1px solid #fff;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

.c-button-2{
display: inline-block;
text-decoration: none;
font-size: 1.1em;
font-weight: 400;
line-height: 1em;
text-align: center;
padding: 20px 20px;
width: 270px;
color: #0e0f1a;
background-color: #fff;
border: 1px solid #fff;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
.c-button-2:hover {
color: #fff;
width: 270px;
background-color: #0091b3;
border: 1px solid #fff;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
.c-button-3{
display: inline-block;
text-decoration: none;
font-size: 1.1em;
font-weight: 400;
line-height: 1em;
text-align: center;
padding: 20px 20px;
width: 270px;
color: #fff;
background-color: #006e88;
border: 1px solid #006e88;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
.c-button-3:hover {
color: #006e88;
width: 270px;
background-color: #fff;
border: 1px solid #fff;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

.c-button-4{
display: inline-block;
text-decoration: none;
font-size: 1.1em;
font-weight: 400;
line-height: 1em;
text-align: center;
padding: 20px 20px;
width: 270px;
color: #fff;
background-color: #0091b3;
border: 1px solid #0091b3;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
.c-button-4:hover {
color: #0091b3;
width: 270px;
background-color: #fff;
border: 1px solid #0091b3;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}




.c-imagehome{
background-position: 50% 50%;
background-size: cover;
min-height: 500px;
}

.c-skia{
min-height: 500px;
width: 100%;
background-color: rgba(0, 0, 0, 0.6);
}
.c-skia:hover{
min-height: 500px;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.c-skia-2{
min-height: 500px;
width: 100%;
background-color: rgba(0, 0, 0, 0.8);
}

.c-centerbox {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.c-bannerborder{
margin: 20;
width: 250px;
height: 100px;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 0.9);
}