body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.title h1 {
    min-width: 100%;
    font-size: 1.2em;
    text-transform: uppercase;
}

.title a {
    display: block;
    color: #E3002D;
    text-decoration: none;
    padding: 8px 15px;
    border: 1px solid #E3002D;
    border-radius: 20px;
    transition: background-color .5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.title a:hover {
    color: #fff;
    background-color: #E3002D;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 0 9px 1px #757575;

}
.topbarWrapper{
        background-color: #79AF37;
}
.topbar a{
    color: #000;
    text-decoration: none;
}
.navbar{
    background-color: #333b;
}
.slider {
    width: 100%;
    height: 100vh;
}

.slider .swiper {
    width: 100%;
}

.slider .swiper-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.slider .controls {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 50;
}

.slider .controls button {
    width: 50px;
    height: 50px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
}

.hero {
    margin-top: 130px;
}

.hero .content {
    color: #fff;
    text-align: center;
    padding: 70px 0;
    border-radius: 20px;
    box-shadow: 0 0 15px 1px #00000056;
    background-color: #4e4a4a;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-position: center;
    background-size: cover;
}

.hero h1 {
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-hero {
    height: 40px;
}

.projects-min {
    padding: 70px 0;
}

.project-card {
    width: 100%;
    height: 460px;
    margin: 10px 0;
    border-radius: 20px;
    box-shadow: 0 0 15px 1px #acacac82;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.project-card .overlay {
    width: 100%;
    padding: 20px 10px;
    position: absolute;
    bottom: -20%;
    background-color: #fff;
    transition: .3s ease-in;
}

.project-card .overlay h6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.project-card:hover .overlay {
    bottom: 0;
}

.project-slide {
    border: 1px solid red;
}

.project-slide .swiper {
    border: 1px solid green;
}

.about-min {
    color: #fff;
    text-align: center;
    padding: 70px 0;
    color: #000;
    background-color: #6A7BC1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-origin: border-box;
}

.about-min h1 {
    text-transform: uppercase;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.about-min p,
.about p {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.3em;
}

.about p {
    margin-bottom: 1.1em;
}

.about-min a {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.3em;
    color: #E3002D;
}

.about-min a {
    display: inline-block;
    color: #E3002D;
    text-decoration: none;
    margin-top: 20px;
    padding: 8px 15px;
    border: 1px solid #E3002D;
    border-radius: 20px;
    transition: background-color .5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.about-min a:hover {
    color: #fff;
    background-color: #E3002D;
}

.gallery-min {
    padding: 120px 0;
}


.gallery-min .photo,.gallery .photo {
    width: 100%;
    height: 240px;
    border-radius: 20px;
    box-shadow: 0 0 15px 1px #acacac82;
    position: relative;
    overflow: hidden;
}

.gallery-min .photo img,.gallery .photo img {
    transition: .7s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.gallery-min .photo .overlay,.gallery .photo .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
    color: #fff;
    text-decoration: none;
    background-color: #32323291;
    opacity: 0;
}

.gallery-min .photo:hover .overlay,.gallery .photo:hover .overlay {
    opacity: 1;
}

.gallery-min .photo:hover img,.gallery .photo:hover img {
    transform: scale(1.3);
}

.album {
    width: 100%;
    height: 240px;
    border-radius: 20px;
    box-shadow: 0 0 15px 1px #acacac82;
    background-position: center;
    background-size: cover;
    position: relative;
}

.contact-min, .contact-form {
    padding: 70px 0;
    background: linear-gradient(#0008, #0008), url(../../img/map.png);
    background-color: #757575;
}

.contact-min .form-min {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 15px 1px #00000056;
    background-color: #fff;
}

.blog .blog-post-min {
    margin-bottom: 70px;
}

.blog .blog-post-min .title {
    font-size: 2em;
    text-transform: uppercase;
}

.blog .blog-post-min .image {
    height: 300px;
    margin-bottom: 40px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.blog .blog-post-min .resume {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 1.1em;
}

.blog .blog-post-min .learnmore {
    color: #E3002D;
    font-size: 1.2em;
    float: right;
}

.footer {
    height: 50px;
}

.footer p,
.footer a {
    margin-right: 8px;
    color: #E3002D !important;
}

.bg-t-blue{
    background-color: #6A7BC1;
}
.bg-t-green{
    background-color: #79AF37;
}
.bg-t-red{
    background-color: #E3002D;
}
.bg-t-yellow{
    background-color: #E8A300;
}
.bg-t-purple{
    background-color: #7D147D;
}