* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    height: 100%;
    overflow-x: hidden; 
    font-family: calibri;
}
.container {
    width: 100%;
}

.menu_bar{
    width: 100% !important;
    background-color:#03983A !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding-right: 110px !important;
    height: 30px;
}
.menu_bar ul{
    list-style: none;
    display: flex;
    padding-top: 10px;
    padding-left: 75px;
}
.menu_bar ul li{
    padding-left: 10px;
    padding-top: 5px;
}
.menu_bar ul li a{
    color: #fff;
    text-decoration: none;
}
.menu_bar ul a:nth-child(1){
    margin-right: 1px;
}
.menu_bar ul a:nth-child(2){
    margin-right: 4px;
}
.active{
    padding: 0;
}

.social {
    display: flex;
    margin-right: 50px;
    margin-left: 40px;
}
.social img {
    height: 17px;
}

/* Navbar */

.navbar ul {
    float: right;
    list-style: none;
    margin-right: 10px !important;
    position: relative;
    padding-top: 0;
    margin-left: 80px;
    margin-top: -5px;
}

.navbar img {
    margin-top: -15px;
}

.navbar ul li {
    margin-right: 20px;
}
.navbar ul li a{
    font-size: 20px;
}
.d-flex{
    margin-right: 80px;
    margin-top: -5px;
}

/* Header */

span {
    color: #03983A;
}

/* Carousel Section */

.carousel-caption h5 {
    font-size: 20px;
    margin-bottom: 100px;
    text-align: start;
    margin-left: -75px;
    color: black;
    font-weight: bold;
}
.perfect h5{
    color: #fff;
}

#SGB {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding-left: .2rem;
}

#Build {
    color: gray;
}


/* About */

.about-text h2:after {
        content: '';
        position: absolute;
        background-color: #03983A;
        height: 4px;
        width: 9%;
        margin-top: 37px;
        margin-left: -115px;
}

.about {
    /* background-color: #f5f5f5; */
    margin-top: 50px;
    padding-left: 10px;
}

button {
    background-color: #03983A;
}

/* Contact */

#contact {
    background: #F5E537;
    height: 20vh;
}

.wow h1 {
    text-align: start;
    margin-top: 10px;
}
.contact .btn {
    margin-top: 40px;
    margin-left: 100px;
}


/* Choose */

.pro1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
}
.pro1:after {
    content: '';
    background-color: #03983A;
    position: absolute;
    height: 4px;
    width: 11.5%;
    margin-top: 30px;
    margin-left: -149px;
}
.pro2 {
    text-align: center;
    margin-top: 10px;
}
.correct {
    margin-left: 5px;
}
.topic {
    width: 150%;
    overflow: hidden;
    margin: 10px auto;
    padding: 20px 0px;
    background-color: #fff;
}
.topic ul {
    padding: 0px;
    margin: 0px;
}
.topic ul li {
    list-style: none;
    float: left;
    width: 32%;
    height: 230px;
    background-color: #f5f5f5;
    margin: 20px 10px 0px 1px;
    border-radius: 4px;
}
.topic ul li p {
    padding-left: 40px;
}

/* projects */
.pro3{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.pro3:after {
    content: '';
    background-color: #03983A;
    position: absolute;
    height: 4px;
    width: 9%;
    margin-top: 30px;
    margin-left: -115px;
}
.pro {
    text-align: center;
    margin-bottom: 30px;
}

.image-container {
    position: relative;
    width: 150%;
    max-width: 350px;
    margin: 0 auto; 
    text-align: center; 
    margin-bottom: 20px; 
  }

  .image {
    display: block;
    width: 100%;
    height: auto;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }

  .image-container:hover .overlay {
    opacity: 1;
  }

  .adress {
    text-align: center;
    margin-bottom: 35px;
  }


/* fieldset */

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.full-boxer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 130%;
}
.comment-box {
    width: 350px;
    background: #fff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
    border-radius: 10px;
}
.profile {
    display: flex;
    align-items: center;
}
.profile-img {
    margin-left: 0px;
}
.profile-img img{
    width: 70%px;
    object-fit: cover;
    object-position: center;
}
#name {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.comment {
    margin-top: 10px;
}

.rating {
    background-image: url(/images/testimonials_img.png);
    background-size: cover;
}
fieldset {
    padding: 100px;
}
legend {
    text-align: center;
    color: #fff;
}

.star {
    margin-left: 185px;
    margin-top: 4px;
    display: flex;
}
.star a{
    color: gold;
}

/* cards */

.cards {
    width: 29%;
    display: inline-block;
    background-color: #fff;
    margin-left: 35px;
    border-radius: 5px;
}

.cards img {
    width: 20%;
    margin-left: 30px;
}
.cards .tittle {
    text-align: start;
    margin-left: 10px;
}
.card1 {
    padding-top: 45.9px;
}
.card1 .tittle p {
    margin-top: -10px;
}
.card2 {
    padding-top: 69px;
}
.card3 {
    padding-top: 20px;
}
.name h4{
    margin-left: -113px;
    margin-top: 2px;
}
.names h4 {
    margin-left: -113px;
    margin-top: 2px;
}
.image img {
    margin-right: -30px;
    margin-bottom: 20px;
}

/* footer */
footer{
    background-color: #03983A;
    /* margin-top: 0px; */
    width: 100%;
    position: absolute; 
    padding: 40px 0 30px;
    font-size: 13px;
    line-height: 20px;
}
footer .row{
    width: 85%;
    margin: auto;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {

    footer .row{
        width: 85%;
        margin: auto;
        margin-top: 100px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
}
footer a{
    color: white;
    text-decoration: none;
    margin-top: 20px;
}
footer ul li{
    list-style: none;
    margin-bottom: 8px;
}
footer h3{
    color: white;
    font-size: 15px;
    margin-bottom: 20px;
}
footer form{
    padding-top: 40px;
    align-items: center;
    justify-content: space-between;
}
footer form input{
    margin-bottom: 10px;
}
footer .control {
    width: 65%;
    padding: 10px;
    border-radius: 5px;
}
footer h5{
    color: white;
    font-size: 13px;
    width: 200%;
}
.name {
    font-size: 20px;
}
footer .logo{
    padding-bottom: 30px;
}

.ttn {
    background-color: #fff;
    color: #03983A;
    margin-bottom: 40px;
    padding: 10px 30px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
}
