p
{
    font-size: 15px;
}
.breadcrumb-space {
  padding: 140px 0 140px;
}


.breadcrumb__area {
  position: relative;
  margin: 0;
}
.breadcrumb__area.overly:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  right: 0;
  background: linear-gradient(97.08deg, rgba(216, 122, 39, 0.285) 1.96%, rgba(8, 10, 11, 0.285) 62.12%);
  mix-blend-mode: hard-light;
  z-index: 3;
}
.breadcrumb__area.overly:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  background: #000;
  opacity: 0.3;
  mix-blend-mode: color-burn;
  z-index: 4;
}
.breadcrumb__area .container {
  position: relative;
}
/*.breadcrumb__bg-left {
  position: absolute;
  width: 1033px;
  height: 848px;
  left: -453px;
  top: -344px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(188, 104, 26, 0.24)), to(rgba(188, 104, 26, 0.24))), rgba(211, 114, 28, 0.24);
  background: linear-gradient(0deg, rgba(188, 104, 26, 0.24), rgba(188, 104, 26, 0.24)), rgba(211, 114, 28, 0.24);
  mix-blend-mode: color;
  -webkit-filter: blur(175px);
          filter: blur(175px);
  z-index: 5;
}*/
/*.breadcrumb__bg-right {
  position: absolute;
  width: 966px;
  height: 833px;
  right: -693px;
  top: -450px;
  background: rgba(211, 114, 28, 0.4);
  mix-blend-mode: multiply;
  -webkit-filter: blur(125px);
          filter: blur(125px);
  z-index: 5;
}*/
.breadcrumb__background {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.breadcrumb__background::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  background: rgba(9, 15, 18, 0.4);
  mix-blend-mode: lighten;
  z-index: 2;
}
.breadcrumb__background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(21, 28, 32, 0.44);
  mix-blend-mode: hard-light;
  z-index: 1;
}
.breadcrumb__background-color {
  background-color: var(--primary);
}
.breadcrumb .container {
  position: relative;
  z-index: 2;
}
.breadcrumb__content {
  position: relative;
  z-index: 9;
}
.breadcrumb__title {
    color: #ffffff;
  font-style: normal;
  font-weight: 700;
  position: relative;
  font-size: 60px;
  line-height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__title {
    font-size: 62px;
    line-height: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width:450px) {
  .breadcrumb__title {
    font-size: 22px;
    line-height: 32px;
  }
}
.breadcrumb__menu {
  position: relative;
  z-index: 3;
}
.breadcrumb__menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flexbox;
  display: inline-flex;
  gap: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__menu ul li {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  color: #ffffff;
}
.breadcrumb__menu ul li:after {
  position: absolute;
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
  margin-left: 14px;
  content: "\f105";
  font-family: var(--rr-ff-fontawesome);
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
}
.breadcrumb__menu ul li a:hover {
  color: var(--primary);
}
.breadcrumb__menu ul li.active:after {
  display: none;
}


.gallery.d-flex.row img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.gallery.d-flex.row img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gallery.d-flex.row figure {
    box-shadow: 0px 5px 10px rgb(51 66 87 / 5%);
    padding: 0px;
    border-radius: 5px;
}
.ptb_60
{
    padding: 100px 0;
}



.protfolio__item {
  position: relative;
  margin-bottom: 30px;
}
.protfolio__item::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  position: absolute;
  background-color: rgba(8, 10, 11, 0.7);
}
.protfolio__item-media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.protfolio__item-icon {
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.protfolio__item-text {
  left: 50%;
  opacity: 0;
  bottom: 35px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}
.protfolio__item-text span {
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.protfolio__item-text h6 {
  font-weight: 600;;
  color: #ffffff;
}
.protfolio__item:hover::before {
  height: 100%;
}
.protfolio__item:hover .protfolio__item-text {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
.protfolio__item:hover .protfolio__item-icon {
  z-index: 1;
  opacity: 1;
}



@media screen and (min-width: 1500px)
{
    .gallery.d-flex.row img {
    height: 300px;
}
}


/*about*/
.about-us__media {
  position: relative;
}
.about-us__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us__box {
  width: 250px;
  height: 100px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50px;
  right: 50px;
  padding: 20px 30px;
  gap: 13px;
  -webkit-box-shadow: inset 0px 4px 0px #906E50;
          box-shadow: inset 0px 4px 0px #906E50;
}
@media (max-width: 575px) {
  .about-us__box {
    right: 1px;
    bottom: 1px;
    top: inherit;
    width: 225px;
    padding: 10px 15px;
    height: 88px;
  }
}
.about-us__box h6 {
  font-weight: 600;;
  
}
.about-us__box h4 span {
  font-size: 50px;
}
.about-us__socail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  width: 60px;
  height: 213px;
  font-size: 18px;
  color: #ffffff;
  background-color: var(--primary);
  padding: 30px 24px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
}
@media (max-width: 575px) {
  .about-us__socail {
    bottom: 0;
    top: inherit;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
}
.about-us__socail a:hover {
  
}
.about-us__content {
  padding-left: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-us__content {
    padding-left: 0;
    margin-top: 40px;
  }
}
.about-us__content .section__title-wrapper {
  max-width: 541px;
}
.about-us__content .rr-btn {
  padding: 13.5px 30.5px;
}
.about-us .skill-one__progress {
  position: relative;
  display: block;
  width: 100%;
}
.about-us .skill-one__progress-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.about-us .skill-one__progress-single:last-child {
  margin-bottom: 0;
}
.about-us .skill-one__progress-title {
  font-size: 16px;
  
  font-weight: 500;
  margin-bottom: 6px;
}
.about-us .skill-one__progress .bar {
  position: relative;
  width: 100%;
  height: 4px;
  background: #C4C4C4;
  margin-bottom: 0;
}
.about-us .skill-one__progress .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 4px;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  background: var(--primary);
}
.about-us .skill-one__progress .count-text {
  position: absolute;
  top: -41px;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  font-style: normal;
  
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  
}


.about-us-4__content {
  max-width: 582px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-us-4__content {
    max-width: 100%;
  }
}
.about-us-4__wrapper {
  max-width: 520px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-us-4__wrapper {
    max-width: 100%;
  }
}
.about-us-4__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}
.about-us-4__item:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width:450px) {
  .about-us-4__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-us-4 .rr-btn {
  padding: 13.5px 34.4px;
}
.about-us-4__box {
  top: 26px;
  width: 313px;
  right: -34px;
  height: 284px;
  padding: 25px 40px;
  position: absolute;
  border: 4px solid rgba(144, 110, 80, 0.3);
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .about-us-4__box {
    position: inherit;
    right: inherit;
    width: 280px;
  }
}
.about-us-4__box h6 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .about-us-4__box h6 {
    margin-bottom: 10px;
  }
}
.about-us-4__box h4 {
  position: relative;
  display: inline-block;
}
.about-us-4__box h4::before {
  top: -32px;
  content: "";
  width: 90px;
  right: -28px;
  height: 90px;
  position: absolute;
  border-radius: 500px;
  background: rgba(144, 110, 80, 0.1);
}
.about-us-4__box h4 span {
  font-size: 80px;
  line-height: 90px;
  
}
@media (max-width: 575px) {
  .about-us-4__box h4 span {
    font-size: 50px;
    line-height: 60px;
  }
}
.about-us-4__media {
  padding-left: 94px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-us-4__media {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-us-4__media {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .about-us-4__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.section-2__subtitle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    color: var(--primary);
}

h2.section-2__title, .section-2__title-wrapper h2, .section-2__title-wrapper h3, .section-2__title-wrapper h4 {
    font-size: 37px;
    font-weight: 500;
}
.about-us-4__item-text h6 {
    font-size: 18px;
    font-weight: 700;
}
.about-us-4__content p {
    font-size: 10;
    font-size: 15px;
    line-height: 28px;
}
.about-us__box h6 {
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
}
.about-us__socail h6 {
    font-size: 25px;
    transform: rotate(-90deg);
    letter-spacing: 5px;
}



.what-we-do__wrapper {
  background-color: #ffffff;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .what-we-do__wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .what-we-do__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .what-we-do__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.what-we-do__bg {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
.what-we-do .section__title-wrapper {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .what-we-do .section__title-wrapper {
    max-width: 100%;
  }
}
.what-we-do .row {
  --bs-gutter-x: 0px;
}
.what-we-do .has--border-2, .what-we-do .has--border-5 {
  border: 1px solid rgba(1, 9, 21, 0.14);
  border-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .what-we-do .has--border-2, .what-we-do .has--border-5 {
    border: none;
  }
}
.what-we-do .has--border-1, .what-we-do .has--border-3 {
  border-bottom: 1px solid rgba(1, 9, 21, 0.14);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .what-we-do .has--border-1, .what-we-do .has--border-3 {
    border: none;
  }
}
.what-we-do .has--border-2, .what-we-do .has--border-3, .what-we-do .has--border-5, .what-we-do .has--border-6 {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .what-we-do .has--border-2, .what-we-do .has--border-3, .what-we-do .has--border-5, .what-we-do .has--border-6 {
    padding-left: 0;
  }
}
.what-we-do .has--border-5 {
  border-bottom: 0;
}
.what-we-do__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  .what-we-do__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.what-we-do__item.has--padding {
  padding-top: 42px;
}
.what-we-do__item.has--padding-pb {
  margin: 25px 0;
}
.what-we-do__item-icon {
  margin-top: 9px;
}
.what-we-do__item .text {
  max-width: 290px;
}
.what-we-do__item .text h6 {
  margin-bottom: 8px;
  font-weight: 600;;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .what-we-do__item .text {
    max-width: 100%;
  }
}
.what-we-do__item-desc {
  margin-bottom: 16px;
  font-size: 15px;
}
.what-we-do__item-arrow {
  font-weight: 600;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.what-we-do__item-arrow:hover svg path[stroke="#767676"] {
  stroke: var(--primary);
}

h6.what-we-do__item-title.title-animation {
    font-size: 19px;
}
.what-we-do__item .text h6 a {
    margin-bottom: 17px;
    font-weight: 600;
    color: #000;
    font-size: 1;
}
.what-we-do__item-icon img {
    width: 50px;
    filter: brightness(0.5);
}

.solutions-video__media {
  background-color: #080A0B;
  position: relative;
  display: -webkit-box;
  min-height: 550px;
}
@media (max-width: 575px) {
  .solutions-video__media {
    min-height: 600px;
  }
}
.solutions-video__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.solutions-video__media .popup-video {
  position: absolute;
  top: 160px;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
@media (max-width: 575px) {
  .solutions-video__media .popup-video {
    top: 80px;
  }
}
.solutions-video__media .icon {
  width: 130px;
  height: 130px;
  border-radius: 130px;
  border: 2px solid #906E50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 37px;
  color: #ffffff;
  position: relative;
}
@media (max-width: 575px) {
  .solutions-video__media .icon {
    width: 80px;
    height: 80px;
  }
}
.solutions-video__media .icon::before {
  content: "";
  position: absolute;
  width: 218px;
  height: 218px;
  border-radius: 218px;
  border: 2px solid rgba(144, 110, 80, 0.3);
}
@media (max-width: 575px) {
  .solutions-video__media .icon::before {
    width: 150px;
    height: 150px;
  }
}
.solutions-video__media h2 {
    text-align: center;
    /* position: absolute; */
    /* bottom: 120px; */
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 20px;
}
.imgcontentt {
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 0px 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.imgcontentt p {
    font-size: 16px;
    font-weight: 200;
}

a.rr-btn.shapebtn {
    border: 1px solid #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    border-color: var(--primary);
    margin-top: 10px;
}
a.rr-btn.shapebtn:hover
{
    background-color: var(--primary);
}

.our-special-skills {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .our-special-skills {
    overflow: hidden;
  }
}
.our-special-skills__bg {
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0px;
  overflow: hidden;
}
@media screen and (min-width: 1601px)
{
    .our-special-skills__bg {
    padding-top: 150px;
    padding-bottom: 150px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-special-skills__bg {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-special-skills__bg {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 0;
  }
}
.our-special-skills__content {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-special-skills__content {
    margin-right: 0;
  }
}
.our-special-skills .skill-one__progress {
  position: relative;
  display: block;
  width: 100%;
}
.our-special-skills .skill-one__progress-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.our-special-skills .skill-one__progress-single:last-child {
  margin-bottom: 0;
}
.our-special-skills .skill-one__progress-title {
  font-size: 16px;
  font-family: var(--rr-ff-body);
  font-weight: 600;
  margin-bottom: 6px;
}
.our-special-skills .skill-one__progress .bar {
  position: relative;
  width: 100%;
  height: 4px;
  background: #C4C4C4;
  margin-bottom: 0;
}
.our-special-skills .skill-one__progress .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 4px;
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  background: var(--primary);
}
.our-special-skills .skill-one__progress .count-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  font-style: normal;
  font-family: var(--rr-ff-exo);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  background-color: var(--primary);
  color: #ffffff;
  padding: 2px 8px;
}
.our-special-skills .container {
  position: relative;
}
.our-special-skills__media {
  position: absolute;
  top: -180px;
  right: -290px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .our-special-skills__media {
    right: -330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .our-special-skills__media {
    position: inherit;
    right: inherit;
    margin-top: 40px;
  }
}
.our-special-skills__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.solutions-video.zoom-in-section {
    overflow: hidden;
}
section.our-special-skills.our-special-skills__bg {
    background: unset;
    background: url(../img/about1.png), #f8f8f8;
    background-size: 50% 100%;
    background-position: right;
    background-repeat: no-repeat;
}
.about-us__media {
    position: relative;
    height: 600px;
}



.ps-block span {
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #e8e8e8;
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    line-height: 100px;
    margin: 0 0 20px;
    border-radius: 68% 32% 64% 36%/59% 59% 41% 41%;
    background: #f5f5ff;
}
.image-block1 img {
    -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.mt60 {
    margin-top: 100px !important;
}
.row.upset.justify-content-center.mt60 {
    align-items: center;
}
.ps-block p {
    width: 80%;
}
.ps-block h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media screen and (max-width: 575px)
{
    .about-us__media {
    height: auto;
}
.about-us__socail h6 {
    font-size: 19px;
}
.about-us__socail
{
    width: 50px;
    height: 160px;
}
}

.commonheading h1, .commonheading h2, .commonheading h3, .commonheading h4, .commonheading h5
{
    font-size: 35px !Important;
    line-height: 45px !Important;
    font-family: 'Public Sans', sans-serif !Important;
    font-weight: 600 !Important;
}
@media screen and (max-width: 991px)
{
    .commonheading h1, .commonheading h2, .commonheading h3, .commonheading h4, .commonheading h5
{
    font-size: 30px !Important;
    line-height: 40px !Important;
}
.imgcontentt {
    padding: 0px 20px;
}
}
@media screen and (max-width: 767px)
{
    section.our-special-skills.our-special-skills__bg
{
    background-image: none !important;
}
}
@media screen and (max-width: 575px)
{
    .commonheading h1, .commonheading h2, .commonheading h3, .commonheading h4, .commonheading h5
{
    font-size: 25px !Important;
    line-height: 35px !Important;
}
.breadcrumb-space {
    padding: 85px 0 80px;
}
.ptb_60
{
    padding: 70px 0;
}
}
@media screen and (max-width: 767px)
{
    .gallery.d-flex.row img {
    height: 400px;
    object-position: top;
}
}

@media screen and (max-width: 575px)
{
    .gallery.d-flex.row img {
    height: 250px;
}
}