.arch {
  font-size: 50px;
  color: #b43218;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .arch {
    font-size: 263%;
  }
}

.about-bg {
  padding: 470px 0 0 0;
  background: url(../image/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.about-title {
  color: #000000;
}
.about-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.review-image {
  width: 100%;
}

.service-bg {
  padding: 470px 0 0 0;
  background: url(../image/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.service-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.contact-bg {
  padding: 470px 0 0 0;
  background: url(../image/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.contact-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 32%);
}
.header-bg {
  padding: 470px 0 0 10px;
  background: url(../image/page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.reviews-area {
  background: url(../image/review-bg.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}
.testimonials {
  padding: 80px 0;
  background: url("../image/review-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.protofolio-img {
  width: 100%;
}
#back-button {
  font-size: 18px;
  border: 1px solid #189ab4;
  background: #189ab4;
  color: white;
  margin: 11px;
  border-radius: 5px;
}
#back-button:hover {
  color: #3ec1d5;
  transition: all 0.5s ease 0s;
}
#page1 {
  color: #000000;
  background-color: #3ec1d5;
}
#page1:hover {
  background: #189ab4;
  color: #fff;
}
.post-thumbnail {
  display: flex;
  justify-content: center;
}
.post-information {
  text-align: center;
}
.contact-form {
  position: relative;
  justify-content: center;
  max-width: 105vh;
  left: 11%;
}
.bg-card {
  height: 20vh;
  background: #4bd5e7;
  position: relative;
  top: -81px;
  z-index: 9999;
  margin: 0 50px;
  border-radius: 3px;
}
#special-team {
  width: 100%;
}
.img1 {
  width: 35%;
}

@media (max-width: 1200px) {
  .contact-form {
    max-width: 76%;
    left: 12%;
  }
  .img1 {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .contact-form {
    max-width: 53vh;
  }
  .img1 {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .contact-form {
    max-width: 76%;
  }
  .img1 {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .contact-form {
    max-width: 77%;
  }
}
.single-post-comments {
  align-items: center !important;
  position: relative;
  left: 19%;
}
@media (max-width: 1200px) {
  .single-post-comments {
    max-width: 74vh;
  }
}
@media (max-width: 992px) {
  .single-post-comments {
    max-width: 53vh;
  }
}
@media (max-width: 768px) {
  .single-post-comments {
    max-width: 40vh;
  }
}
@media (max-width: 576px) {
  .single-post-comments {
    max-width: 33vh;
  }
  .img1 {
    width: 25%;
  }
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-thumb {
  background: #6c6c6c47;
  border-radius: 13px;
}
::-webkit-scrollbar-track {
  background: #fffffff2;
}

.contact-adress {
  font-weight: 600;
}
.msg-icon {
  color: #189ab4;
  font-size: 18px;
  display: inline;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.msg-icon1 {
  color: #189ab4;
  font-size: 18px;
  display: inline;
  padding: 1px 13px;
}

@media (max-width: 768px) {
  .light {
    /* padding: 58px; */
  }
}

#profile:hover {
  box-shadow: 0 0 10px 3px #189ab4;
  transform: scale(1);
}
#profile {
  width: 100%;
  background-color: grey;
  border-radius: 10px;
  transition: box-shadow 100ms, transform 100ms;
}
h1#name {
  animation: introName 1s;
  animation-fill-mode: forwards;
  font-family: Arvo, sans-serif;
  text-align: center;
  font-size: 170%;
  transition: font-size 500ms, margin-left 500ms, margin-right 500ms;
  line-height: 50px;
  margin: 0px;
}
h1#name:hover {
  font-size: 200%;
  margin-left: -15%;
  margin-right: -15%;
}
#description {
  animation: introDescription 1s;
  text-align: justify;

  font-weight: 500;
  font-size: medium;
  transition: margin-left 1s, margin-right 1s;
}

.section {
  animation: introName 1s;
  animation-fill-mode: forwards;
  color: #189ab4;
  padding-bottom: 3%;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  transition: font-size 500ms, margin-left 500ms, margin-right 500ms;
  margin: 0;
}
.section:hover {
  font-size: 125%;
  margin-left: -15%;
  margin-right: -15%;
}
.name {
  border-bottom: 3px solid #189ab4;
  padding: 16px;
}
/* .row {
  margin: 3px !important;
  margin: 26px 0 52px !important;
} */

.kuriakose-h6 {
  font-size: 136%;
  font-weight: bold;
}
.border-row {
  border: 5px solid #189ab4;
  border-radius: 10px;
  background-color: #189ab400;
  margin: 0;
}
.img1 {
  width: 30%;
}
@media (max-width: 576px) {
  .section {
    font-size: 100%;
    transition: font-size 500ms, margin-left 500ms, margin-right 500ms;
  }

  .section:hover {
    font-size: 150%;
    margin-left: -15%;
    margin-right: -15%;
  }
  h1#name:hover {
    font-size: 250%;
    margin-left: -15%;
    margin-right: -15%;
  }
  #description:hover {
    margin-top: 35px;
    padding: 15px;
  }
}
