

.carousel-indicators {
    margin-left: 50%;
    transform: translateX(-50%);
    padding-top: 0px;
    background-color: transparent;
}

.carousel-control-next-icon {
    background-color: transparent;

}

.carousel-control-prev-icon {
    background-color: transparent;
}

.clear {
    clear: both;
}

.carousel-item {
    width: 100%;
    height: 100%;
}

.carousel-item img {
    width: 100%;
    height: 100%;
}


.carousel-inner {
    height: 800px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;

}

.content {
    font-weight: bold;
}

.self-box {
    margin-top: 20px;
    background-color: white;
    width: 100%;
    

}
.self-box .self-img {
    width: 20%;
    height: 37px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.self-item {
    width: 80%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: white;
}

.self-item img {
    margin: 10px 10px;
    width: 18em;
    height: 100%;
}

.slef-box1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    background-color: white;
    width: 80%;
}

.slef-box1 img {
    margin: 10px 13px;
    width: 24em;
    height: 100%;
}



.slef-box2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-color: white;
}

.slef-box2::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../FinalWebsitePhotograph/Street/Street 5.jpg') no-repeat center / 100% 100%;
    opacity: .2;
}

.self1-img {
    margin: 50px 0 40px 0;
    width: 25%;
    height: 56px;
    z-index: 99;
    background-color: transparent;
}

.slef-box2-item {
    z-index: 99;
    background-color: transparent;
    padding: 0 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.slef-box2-item div img {
    width: 18rem;
    height: 18rem;
}
.slef-box2-item p {
    background-color: transparent;
    font-weight: bold;
    padding: 0;
    padding-left: 72px;
    width: 60em;
}

.rt-img  {
    margin-top: 30px;
}

.rt-img p {
    margin-right: 72px;

}

.rt-img div {
}

.imgs {
    z-index: 99;
    margin-top: 50px;
    margin-bottom: 80px;
    background-color: transparent;
    padding: 0 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.imgs img {
    margin: 8px;
    width: 18rem;
    height: 18rem;
}


.about {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ebebec;
    position: relative;
}

.about-top-img {
    margin: 50px 0;
    background-color: #ebebec;
    width: 8em;
    height: 3em;
}

.about::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/self-portrait 10 1958.jpg") no-repeat center / 100%;
    background-position: 0 -70px;
    z-index: 0;
    opacity: 0.35;
}

.about-content {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 99;
    background-color: transparent;
    padding-bottom: 200px;
}

.about-lt {
    background-color: transparent;
}

.about-lt img {
    z-index: 99;
    width: 18em;
    height: 18em;
    transform: translateY(10px);
    
}

.about-rt {
    width: 30%;
    background-color: transparent;
}

.about-rt p {
    background-color: transparent;
    font-weight: bold;
    text-align: justify;
    text-justify:inter-ideograph;
    padding: 0;
    padding-left: 40px;
}

.aoubt-bottom-img {
    margin-top: 0;
    display: block;
    width: 100%;
}


.from {
    display: flex;
    justify-content: center;
    align-items: center;flex-direction: column;
    
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    margin: 100px 0;
}

.contact-img {
    width: 20em;
    margin-bottom: 30px;
}

.contact * {
    background-color: white;
    border: none;
}


.from p {
    cursor: pointer;
    margin-top: 20px;
    color: black;
    padding: 0px 10px;
    border-radius: 3px;
    font-size: 10px;
    background-color: #d9d9d9;
}

.from {
    display: flex;
    align-items: center;
}

.f1,.f2, .f3 {
    display: flex;
    margin-top: 10px;
}

.from input {
    background-color: #d9d9d9;
    margin-left: 5px;
    border-radius: 5px;
}

.f2 input {
    width: 435px;
}
.f3 input {
    width: 412px;
}

.f1 div {
    display: flex;
    flex-wrap: wrap;
}

.f1 div span {
    min-width: 73px;
}

.from div span {
    margin-left: 10px;
}

