div.about-us{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
}

div.about-us div.content{
    width: 80%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding-top: 80px;
    flex-wrap: wrap;
    justify-content: center;
}

div.about-us div.content div.text-informations h2{
    color: var(--color-text);
    font-size: 40px;
    font-weight: 600;
}

div.about-us div.content div.text-informations div.box-bar{
    width: 100%;
}

div.about-us div.content div.text-informations div.box-bar div.bar{
    width: 20%;
    height: 6px;
    margin-top: 5px;
    background-color: var(--color-box);
}

div.about-us div.content div.text-informations,
div.about-us div.content div.image{
    width: 398px;
}

div.about-us div.content div.text-informations p{
    width: 100%;
    padding-top: 15px;
    text-align: justify;
}

div.about-us div.content div.text-informations div.buttons{
    width: 100%;
    display: flex;
    padding-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

div.about-us div.content div.text-informations div.buttons a{
    margin: 10px auto;
    padding: 10px 25px;
    background-color: var(--color-button);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
}

div.about-us div.content div.image{
    text-align: center;
}

div.about-us div.content div.image img{
    width: 281px;
    height: 363px;
    object-fit: cover;
}

div.about-us div.statistics{
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
    padding-bottom: 60px;
    flex-wrap: wrap;
}

div.about-us div.statistics div.statistic-single h1{
    color: var(--color-button);
    font-size: 65px;
    font-weight: 600;
}

div.about-us div.statistics div.statistic-single p{
    color: var(--color-text);
    font-size: 18px;
}

div.topics{
    width: 100%;
    /* height: 400px; */
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    padding: 60px 10%;
    flex-wrap: wrap;
}

div.topics div.box-topics{
    padding: 20px 0;
}

div.topics div.box-topics div.box-bar{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

div.topics div.box-topics div.box-bar div.bar{
    width: 10%;
    height: 5px;
    background-color: var(--color-box);
}

div.topics div.box-topics h1{
    color: var(--color-text);
    font-weight: 600;
    line-height: 30px;
}

div.topics div.box-topics ul li{
    list-style: none;
    display: flex;
    padding-top: 5px;
}

div.topics div.box-topics ul li img{
    width: 15px;
    object-fit: contain;
}

div.topics div.box-topics ul li span{
    padding-left: 10px;
}


div.our-services{
    width: 100%;
    background-color: white;
    padding: 15px 20px;
    padding-top: 60px;
    padding-bottom: 60px;
}

div.our-services h1{
    text-align: center;
    color: var(--color-text);
    font-size: 40px;
}

div.our-services div.box-bar{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}

div.our-services div.box-bar div.bar{
    width: 15%;
    margin: 0 auto;
    height: 7px;
    background-color: var(--color-box);
}

div.our-services div.services{
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

div.our-services div.services div.single-service{
    width: 250px;
    text-align: center;
    padding-bottom: 20px;
}

div.our-services div.services div.single-service img{
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    object-fit: cover;
    object-position: 50% 50%;
}

div.our-services div.services div.single-service p{
    width: 250px;
    margin: 0 auto;
    color: var(--color-text);
    font-size: 20px;
    font-weight: 600;
}

div.our-services div.content{
    width: 85%;
    margin: 0 auto;
    padding-top: 25px;
}

div.our-services div.content p{
    text-align: justify;
    padding-bottom: 30px;
}

div.our-services div.content div.link{
    display: flex;
    justify-content: center;
}

div.our-services div.content div.link a{
    padding: 10px 25px;
    background-color: var(--color-button);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
}

div.feed-back{
    width: 100%;
    background-color: white;
    padding-top: 60px;
}

div.feed-back h1{
    color: var(--color-text);
    text-align: center;
    font-size: 40px;
    width: 50%;
    line-height: 40px;
    margin: 0 auto;
    font-weight: 600;
}

div.feed-back div.box-bar{
    width: 100%;
    margin-top: 15px;
}

div.feed-back div.box-bar div.bar{
    width: 15%;
    height: 6px;
    background-color: var(--color-box);
    margin: 0 auto;
}

div.feed-back div.posts{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 25px;
}

div.feed-back div.posts div.half-post{
    width: 344px;
    text-align: center;
}

div.feed-back div.posts div.half-post img{
    width: 100%;
    object-fit: contain;
}

div.feed-back div.posts div.post{
    width: 100%;
    text-align: center;
    padding: 15px;
}

div.feed-back div.posts div.post img{
    width: 100%;
    max-width: 574px;
    object-fit: contain;
}

div.gallery{
    width: 100%;
    height: 600px;
}

div.gallery div.overlay{
    background-image: linear-gradient(270deg,#54595F 18%,#7A7A7A 100%);
    width: 100%;
    height: 600px;
    position: absolute;
    opacity: .8;
}

div.gallery div.content{
    width: 100%;
    height: 600px;
    display: flex;
    padding: 60px 8%;
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
}

div.gallery div.content h1{
    color: white;
    font-weight: 600;
    line-height: 35px;
    font-size: 40px;
}

div.gallery div.content div.box-bar{
    width: 100%;
    margin: 15px 0;
}

div.gallery div.content div.box-bar div.bar{
    width: 27%;
    height: 6px;
    background-color: white;
}

div.gallery div.content p{
    color: white;
    font-weight: 300;
    font-size: 16px;
}

div.gallery div.content div.button{
    width: 100%;
    margin-top: 25px;
}

div.gallery div.content div.button a{
    color: white;
    padding: 10px 30px;
    border-style: none;
    border: 2px solid white;
    border-radius: 4px;
    font-weight: 400;
    text-decoration: none;
}

div.blog{
    margin: 0 auto;
    background-color: white;
    padding: 60px 10%;
}

div.blog h1{
    margin: 0 auto;
    color: var(--color-text);
    font-size: 40px;
    font-weight: 600;
}

div.blog div.box-bar{
    width: 100%;
    margin: 5px 0;
    margin-bottom: 15px;
}

div.blog div.box-bar div.bar{
    width: 5%;
    height: 6px;
    background-color: var(--color-box);
}

div.blog div.posts{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

div.blog div.posts div.post-single{
    width: 347px;
    max-width: 347px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 20px auto;
}

div.blog div.posts div.post-single div.image{
    width: 100%;
    height: 229px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
}

div.blog div.posts div.post-single div.image span.badge{
    background-color: var(--color-box);
    padding: 4px 10px;
    border-radius: 15px;
    color: white;
    font-size: 12px;
}

div.blog div.posts div.post-single div.content{
    padding: 30px 25px;
    height: 320px;
    width: 100%;
}


div.blog div.posts div.post-single h2{
    color: var(--color-text);
    font-size: 20px;
    font-weight: 700;
}

div.blog div.posts div.post-single p{
    font-size: 14px;
    font-weight: 300;
    padding: 20px 0;
    line-height: 1.5em;
    color: #777;
}

div.blog div.posts div.post-single a{
    font-size: 14px;
    text-decoration: none;
    color: #1A8084;
}

div.blog div.posts div.post-single a span{
    font-size: 10px;
    letter-spacing: 0px;
}

div.blog div.posts div.post-single div.footer{
    width: 100%;
    height: 47px;
    font-size: 12px;
    display: flex;
    align-items: center;
    border-top: 1px solid #eaeaea;
    color: #adadad;
    padding: 0 5%;
}

div.blog div.button{
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

div.blog div.button a{
    padding: 10px 25px;
    background-color: var(--color-button);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
}

div.newsletter{
    width: 100%;
    padding: 40px 10%;
    background-color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.newsletter div.half-box{
    width: 390px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 0;
}

div.newsletter div.half-box img{
    width: 100%;
    object-fit: contain;
}

div.newsletter div.half-box h1{
    font-size: 40px;
    color: var(--color-text);
    font-weight: 600;
}

div.newsletter div.half-box div.box-bar{
    width: 100%;
    margin: 10px 0;
    margin-bottom: 20px;
}

div.newsletter div.half-box div.box-bar div.bar{
    width: 16%;
    background-color: var(--color-box);
    height: 6px;
}

div.newsletter div.half-box form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.newsletter div.half-box form input{
    width: 48%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 10px;
    border-style: none;
    border: 1px solid #adadad;
}

div.newsletter div.half-box form button{
    width: 100%;
    padding: 10px 25px;
    background-color: var(--color-button);
    color: white;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 500;
    border-style: none;
}

div.contact{
    width: 100%;
    min-height: 600px;
    height: auto;
    position: relative;
}

div.contact div.overlay{
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-image: var(--overlay-two);
    opacity: .5;
    z-index: -1;
}


div.contact div.content{
    width: 100%;
    display: flex;
    padding: 60px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div.contact div.content h1{
    color: white;
    font-weight: 600;
    line-height: 35px;
    font-size: 40px;
}

div.contact div.content div.box-bar{
    width: 100%;
    margin: 15px 0;
}

div.contact div.content div.box-bar div.bar{
    width: 27%;
    height: 6px;
    background-color: white;
}

div.contact div.content p{
    color: white;
    font-weight: 300;
    font-size: 16px;
}

div.contact div.content div.button{
    width: 100%;
    margin-top: 25px;
}

div.contact div.content div.button a{
    color: white;
    padding: 10px 30px;
    border-style: none;
    border: 2px solid white;
    border-radius: 4px;
    font-weight: 400;
    text-decoration: none;
}

div.contact div.content div.guarantee{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 80px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

div.contact div.content div.guarantee div.guarantee-single{
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
}

div.contact div.content div.guarantee div.guarantee-single img{
    height: 62px;
    object-fit: contain;
}

div.contact div.content div.guarantee div.guarantee-single p.left{
    text-align: left;
    font-size: 24px;
}

span.custom-subtitle {
    font-size: 28px;
}

@media (max-width: 768px) {
   span.custom-subtitle {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
   span.custom-subtitle {
        font-size: 16px;
    }
}


















