.team-contact-wrapper .get-touch-items .get-touch-title h2 {
  margin-bottom: 10px;
}
.team-contact-wrapper .get-touch-items .contact-items {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 575px) {
  .team-contact-wrapper .get-touch-items .contact-items {
    margin-top: 20px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
.team-contact-wrapper .get-touch-items .contact-items .contact-info h4 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 22px;
}
.team-contact-wrapper .get-touch-items .contact-items .contact-info h5 {
  text-transform: capitalize;
  font-size: 18px;
}
.team-contact-wrapper .get-touch-items .contact-items .contact-info .social-icon {
  gap: 15px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .team-contact-wrapper .get-touch-items .contact-items .contact-info .social-icon {
    margin-top: 20px;
  }
}
.team-contact-wrapper .get-touch-items .contact-items .contact-info .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--bg);
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.team-contact-wrapper .get-touch-items .contact-items .contact-info .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}



.contact-wrapper {
  position: relative;
  margin-top: 3px;
}
.contact-wrapper .contact-left {
  position: relative;
  display: block;
  margin-right: 70px;
  padding-top: 120px;
  z-index: 1;
}
@media (max-width: 991px) {
  .contact-wrapper .contact-left {
    margin-right: 0;
  }
}
.contact-wrapper .contact-left .contact-bg {
  position: absolute;
  top: 0;
  left: -375px;
  right: -433px;
  bottom: -120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
  z-index: -1;
}
.contact-wrapper .contact-left .contact-shape {
  position: absolute;
  top: 0;
  bottom: -120px;
  left: -375px;
  right: -190px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  opacity: 0.8;
  z-index: -1;
}
.contact-wrapper .contact-left .form-clt input, .contact-wrapper .contact-left .form-clt textarea {
  border: none;
  outline: none;
  width: 100%;
  background-color: var(--white);
  padding: 18px 30px;
  color: var(--text);
}
.contact-wrapper .contact-left .form-clt textarea {
  padding: 18px 30px 90px;
}
.contact-wrapper .contact-left .form-clt .nice-select {
  background-color: var(--white);
  border-radius: 0;
  padding: 17px 30px;
}
.contact-wrapper .contact-left .form-clt .nice-select span {
  font-weight: 400;
}
.contact-wrapper .contact-left .theme-btn {
  background-color: var(--header);
}
.contact-wrapper .contact-left .theme-btn span {
  transition: all 0.4s ease-in-out;
}
.contact-wrapper .contact-left .theme-btn::before, .contact-wrapper .contact-left .theme-btn::after {
  background-color: var(--white);
}
.contact-wrapper .contact-left .theme-btn:hover span {
  color: var(--header);
}
.contact-wrapper .contact-right {
  position: relative;
  display: block;
  margin-left: -30px;
  margin-right: -315px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .contact-wrapper .contact-right {
    margin: 0;
  }
}
.contact-wrapper .contact-right::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 344px;
  border-bottom: 40px solid var(--header);
  border-left: 20px solid transparent;
  border-right: 30px solid transparent;
}
.contact-wrapper .contact-right .google-map-box {
  position: relative;
  display: block;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .contact-wrapper .contact-right .google-map-box {
    clip-path: none;
  }
}
.contact-wrapper .contact-right .google-map-box iframe {
  position: relative;
  display: block;
  border: none;
  height: 730px;
  width: 100%;
  mix-blend-mode: luminosity;
}
@media (max-width: 991px) {
  .contact-wrapper .contact-right .google-map-box iframe {
    clip-path: none;
    mix-blend-mode: normal;
    height: 620px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-right .google-map-box iframe {
    height: 520px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper .contact-right .google-map-box iframe {
    height: 420px;
  }
}




.news-box-items {
  margin-top: 30px;
  position: relative;
  background-color: var(--white);
  box-shadow: var(---box-shadow);
}
.news-box-items .news-image {
  position: relative;
  overflow: hidden;
}
.news-box-items .news-image img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-box-items .news-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items .news-image .date {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: var(--white);
  background-color: var(--theme);
  text-align: center;
  z-index: 3;
}
.news-box-items .news-image .date span {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 7px 15px;
  line-height: 1em;
  color: var(--header);
  background-color: var(--white);
}
.news-box-items .news-content {
  padding: 30px;
}
.news-box-items .news-content .post-date {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.news-box-items .news-content .post-date li {
  transition: all 0.4s ease-in-out;
}
.news-box-items .news-content .post-date li i {
  color: var(--theme);
  margin-right: 5px;
  transition: all 0.4s ease-in-out;
}
.news-box-items .news-content h3 {
  margin-bottom: 10px;
}
.news-box-items .news-content h3 a:hover {
  color: var(--theme);
}
.news-box-items .news-content p {
  margin-bottom: 15px;
}
/*.main {
  font-family:Arial;
  width:500px;
  display:block;
  margin:0 auto;
}

.main h3 
{
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}
*/