@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
@media (max-width: 991px) {
  br {
    display: none;
  }
}

.who-we-are {
  padding: 0 0 60px;
}
@media (max-width: 1679px) {
  .who-we-are {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .who-we-are {
    padding: 20px 0;
  }
}
.who-we-are .cont-wrp {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .who-we-are .cont-wrp {
    flex-direction: column;
    align-items: center;
  }
}
.who-we-are .cont-wrp .img-hldr-lft {
  max-width: 590px;
  width: 100%;
}
.who-we-are .cont-wrp .img-hldr-lft img {
  border-radius: 12px;
}
.who-we-are .cont-wrp .content-rt {
  max-width: 590px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 96px;
}
@media (max-width: 1679px) {
  .who-we-are .cont-wrp .content-rt {
    margin-left: 70px;
  }
}
@media (max-width: 1481px) {
  .who-we-are .cont-wrp .content-rt {
    margin-left: 50px;
  }
}
@media (max-width: 1199px) {
  .who-we-are .cont-wrp .content-rt {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .who-we-are .cont-wrp .content-rt {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
  }
}
.who-we-are .cont-wrp .content-rt .sub-para {
  margin-bottom: 30px;
}

.our-services {
  padding: 89px 0;
  background-color: #0D1741;
}
@media (max-width: 1679px) {
  .our-services {
    padding: 70px 0;
  }
}
@media (max-width: 1481px) {
  .our-services {
    padding: 60px 0;
  }
}
@media (max-width: 1441px) {
  .our-services {
    padding: 50px 0;
  }
}
@media (max-width: 1281px) {
  .our-services {
    padding: 40px 0;
  }
}
.our-services .title-hldr {
  margin-bottom: 50px;
}
.our-services .title-hldr .sub-t-top {
  color: #fff;
}
.our-services .title-hldr .sub-title {
  color: #fff;
}
.our-services .service-wrp {
  width: 100%;
}
.our-services .service-wrp:not(.slideable) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our-services .service-wrp:not(.slideable) .service-blks {
  width: calc(33.3333333333% - 30px);
  margin-left: 30px;
}
@media (max-width: 991px) {
  .our-services .service-wrp:not(.slideable) .service-blks {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .our-services .service-wrp:not(.slideable) .service-blks {
    margin: 0 0 20px;
  }
}
.our-services .service-wrp:not(.slideable) .service-blks:first-child {
  margin-left: 0px;
}
.our-services .service-wrp.slideable .service-blks {
  margin: 0 30px;
}
@media (max-width: 991px) {
  .our-services .service-wrp.slideable .service-blks {
    margin: 0 20px;
  }
}
@media (max-width: 479px) {
  .our-services .service-wrp.slideable .service-blks {
    margin: 0 0 20px;
  }
}
.our-services .service-wrp.slideable .service-blks:first-child {
  margin-left: 0px;
}
.our-services .service-wrp.slideable .slick-dots {
  bottom: -70px;
}
@media (max-width: 1679px) {
  .our-services .service-wrp.slideable .slick-dots {
    bottom: -60px;
  }
}
@media (max-width: 1481px) {
  .our-services .service-wrp.slideable .slick-dots {
    bottom: -50px;
  }
}
@media (max-width: 1199px) {
  .our-services .service-wrp.slideable .slick-dots {
    bottom: -40px;
  }
}
.our-services .service-wrp.slideable .slick-dots li button {
  width: 12px;
  height: 12px;
}
.our-services .service-wrp.slideable .slick-dots li button::before {
  font-size: 12px;
  color: #fff;
  opacity: 1;
}
.our-services .service-wrp.slideable .slick-dots li.slick-active button::before {
  color: #00C881;
}
.our-services .service-wrp .service-blks {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 6px;
}
.our-services .service-wrp .service-blks .img-hldr {
  margin-bottom: 19px;
}
.our-services .service-wrp .service-blks .img-hldr img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-services .service-wrp .service-blks .cont-area {
  display: flex;
  flex-direction: column;
  padding: 0px 27px 19px;
}
.our-services .service-wrp .service-blks .cont-area .title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 5px;
}
@media (max-width: 1679px) {
  .our-services .service-wrp .service-blks .cont-area .title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1481px) {
  .our-services .service-wrp .service-blks .cont-area .title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .our-services .service-wrp .service-blks .cont-area .title {
    font-size: 16px;
    line-height: 26px;
  }
}
.our-services .service-wrp .service-blks .cont-area .sub-para {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
}
@media (max-width: 1679px) {
  .our-services .service-wrp .service-blks .cont-area .sub-para {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 1481px) {
  .our-services .service-wrp .service-blks .cont-area .sub-para {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .our-services .service-wrp .service-blks .cont-area .sub-para {
    font-size: 14px;
    line-height: 24px;
  }
}
.our-services .cta-island {
  margin-top: 84px;
}
@media (max-width: 1679px) {
  .our-services .cta-island {
    margin-top: 60px;
  }
}
@media (max-width: 1481px) {
  .our-services .cta-island {
    margin-top: 50px;
  }
}
@media (max-width: 1441px) {
  .our-services .cta-island {
    margin-top: 40px;
  }
}
@media (max-width: 1281px) {
  .our-services .cta-island {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .our-services .cta-island {
    margin-top: 20px;
  }
}

.global-presence {
  padding: 60px 0;
  background-color: #00C881;
}
@media (max-width: 1679px) {
  .global-presence {
    padding: 100px 0 90px;
  }
}
@media (max-width: 1481px) {
  .global-presence {
    padding: 80px 0 70px;
  }
}
@media (max-width: 1441px) {
  .global-presence {
    padding: 60px 0 60px;
  }
}
@media (max-width: 1281px) {
  .global-presence {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  .global-presence {
    padding: 40px 0;
  }
}
.global-presence .title-hldr {
  margin-bottom: 108px;
}
.global-presence .title-hldr .sub-t-top {
  color: #fff;
}
.global-presence .title-hldr .sub-title {
  color: #fff;
}
.global-presence .map-draw {
  max-width: 1102px;
  width: 100%;
}

.iconic-presentation-wrp {
  padding: 60px 0;
  background-color: #fff;
  overflow-x: hidden;
}
@media (max-width: 1679px) {
  .iconic-presentation-wrp {
    padding: 120px 0 60px;
  }
}
@media (max-width: 1481px) {
  .iconic-presentation-wrp {
    padding: 90px 0 50px;
  }
}
@media (max-width: 1441px) {
  .iconic-presentation-wrp {
    padding: 60px 0 50px;
  }
}
@media (max-width: 1281px) {
  .iconic-presentation-wrp {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  .iconic-presentation-wrp {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .iconic-presentation-wrp {
    padding: 30px 0;
  }
}
.iconic-presentation-wrp .iconic-grid {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.iconic-presentation-wrp .iconic-grid .iconic-blks {
  background-color: #F7F8FC;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(33.3333333333% - 32px);
  margin-left: 32px;
  margin-bottom: 29px;
  padding: 65px 30px 51px;
}
@media (max-width: 1679px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks {
    width: calc(33.3333333333% - 30px);
    margin-left: 30px;
    padding: 55px 30px 45px;
  }
}
@media (max-width: 1481px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks {
    width: calc(33.3333333333% - 20px);
    margin-left: 20px;
    padding: 45px 30px 40px;
  }
}
@media (max-width: 991px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks {
    width: 100%;
    margin-left: 0;
    padding: 40px 30px;
  }
}
.iconic-presentation-wrp .iconic-grid .iconic-blks:first-child {
  margin-left: 0px;
}
.iconic-presentation-wrp .iconic-grid .iconic-blks .iconic {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #00C881;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 40px;
}
.iconic-presentation-wrp .iconic-grid .iconic-blks .iconic svg {
  width: 60px;
}
@media (max-width: 1679px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks .iconic {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
}
@media (max-width: 1481px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks .iconic {
    width: 70px;
    height: 70px;
    border-radius: 70px;
  }
}
@media (max-width: 1441px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks .iconic {
    width: 60px;
    height: 60px;
    border-radius: 60px;
  }
}
@media (max-width: 1679px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks .iconic svg {
    max-width: 60%;
  }
}
.iconic-presentation-wrp .iconic-grid .iconic-blks .count {
  font-family: "Inter", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
}
@media (max-width: 1679px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks .count {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1481px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks .count {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1441px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks .count {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks .count {
    font-size: 20px;
    line-height: 30px;
  }
}
.iconic-presentation-wrp .iconic-grid .iconic-blks .label {
  color: #6C7183;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
}
@media (max-width: 1679px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks .label {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1481px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks .label {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 1441px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks .label {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .iconic-presentation-wrp .iconic-grid .iconic-blks .label {
    font-size: 20px;
    line-height: 30px;
  }
}

.testimonial-wrp {
  background-color: #fff;
  padding: 82px 0 0;
}
@media (max-width: 1679px) {
  .testimonial-wrp {
    padding: 70px 0 0;
  }
}
@media (max-width: 1481px) {
  .testimonial-wrp {
    padding: 60px 0 0;
  }
}
@media (max-width: 1441px) {
  .testimonial-wrp {
    padding: 50px 0 0;
  }
}
@media (max-width: 1281px) {
  .testimonial-wrp {
    padding: 40px 0 0;
  }
}
.testimonial-wrp .testimonial {
  background-color: #00C881;
  border-radius: 0px 0px 150px 0px;
  padding: 97px 99px 85px;
  margin-bottom: 60px;
}
@media (max-width: 1679px) {
  .testimonial-wrp .testimonial {
    padding: 70px 70px 80px;
  }
}
@media (max-width: 1481px) {
  .testimonial-wrp .testimonial {
    padding: 60px 60px 70px;
  }
}
@media (max-width: 1441px) {
  .testimonial-wrp .testimonial {
    padding: 50px 50px 50px;
  }
}
@media (max-width: 1281px) {
  .testimonial-wrp .testimonial {
    padding: 40px 40px 40px;
  }
}
.testimonial-wrp .testimonial .inner-cont {
  width: 100%;
}
.testimonial-wrp .testimonial .inner-cont .title {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .testimonial-wrp .testimonial .inner-cont .title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1481px) {
  .testimonial-wrp .testimonial .inner-cont .title {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrp .testimonial .inner-cont .title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
.testimonial-wrp .testimonial .inner-cont .sub-para {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0 100px;
}
@media (max-width: 1679px) {
  .testimonial-wrp .testimonial .inner-cont .sub-para {
    padding-left: 60px;
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1481px) {
  .testimonial-wrp .testimonial .inner-cont .sub-para {
    padding-left: 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrp .testimonial .inner-cont .sub-para {
    padding-left: 0px;
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonial-wrp .testimonial .inner-cont .sub-para::before {
  content: "";
  width: 79px;
  height: 79px;
  background: url("../img/quote.svg") no-repeat left top;
  position: absolute;
  left: 0px;
  top: -30px;
}
@media (max-width: 991px) {
  .testimonial-wrp .testimonial .inner-cont .sub-para::before {
    width: 29px;
    height: 29px;
    background-size: contain;
  }
}
.testimonial-wrp .testimonial .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 1679px) {
  .testimonial-wrp .testimonial .icon {
    margin-top: 25px;
    max-width: 80px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .testimonial-wrp .testimonial .icon {
    margin-top: 25px;
    max-width: 50px;
    margin: 0 auto;
    margin-top: 25px;
  }
}

.news-events {
  padding: 0 0 53px;
  background-color: #fff;
}
.news-events .cta-island {
  justify-content: flex-end;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .news-events .cta-island {
    justify-content: center;
  }
}
.news-events .news-grid {
  display: flex;
  flex-wrap: wrap;
  overflow-y: hidden;
}
.news-events .news-grid .news-thumb-xl {
  width: 63.33%;
  position: relative;
}
@media (max-width: 1199px) {
  .news-events .news-grid .news-thumb-xl {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .news-events .news-grid .news-thumb-xl {
    width: 100%;
    margin-bottom: 30px;
  }
}
.news-events .news-grid .news-thumb-sm {
  width: calc(36.67% - 28px);
  margin-left: 28px;
  position: relative;
}
@media (max-width: 1199px) {
  .news-events .news-grid .news-thumb-sm {
    width: calc(45% - 28px);
  }
}
@media (max-width: 991px) {
  .news-events .news-grid .news-thumb-sm {
    width: 100%;
    margin-left: 0px;
  }
}
.news-events .news-grid .news-thumb-sm .vertical-hldr {
  margin-top: 30px;
  position: relative;
}
.news-events .news-grid .news-thumb-sm .vertical-hldr:first-child {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .news-events .news-grid .news-thumb-sm .vertical-hldr img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.news-events .news-grid .headline-hldr {
  background: linear-gradient(179.24deg, rgba(217, 217, 217, 0) -0.89%, #000000 67.15%);
  position: absolute;
  bottom: 0px;
  padding: 30px 39px 21px;
  width: 100%;
}
.news-events .news-grid .headline-hldr .title {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  color: white;
  margin-bottom: 5px;
}
@media (max-width: 1679px) {
  .news-events .news-grid .headline-hldr .title {
    font-size: 32px;
  }
}
@media (max-width: 1481px) {
  .news-events .news-grid .headline-hldr .title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 1441px) {
  .news-events .news-grid .headline-hldr .title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1281px) {
  .news-events .news-grid .headline-hldr .title {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 1199px) {
  .news-events .news-grid .headline-hldr .title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .news-events .news-grid .headline-hldr .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.news-events .news-grid .headline-hldr .sub-para {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
@media (max-width: 1679px) {
  .news-events .news-grid .headline-hldr .sub-para {
    font-size: 17px;
  }
}
@media (max-width: 1481px) {
  .news-events .news-grid .headline-hldr .sub-para {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1441px) {
  .news-events .news-grid .headline-hldr .sub-para {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 1281px) {
  .news-events .news-grid .headline-hldr .sub-para {
    font-size: 14px;
    line-height: 24px;
  }
}
.news-events .news-grid .headline-hldr.sm .title {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1679px) {
  .news-events .news-grid .headline-hldr.sm .title {
    font-size: 25px;
  }
}
@media (max-width: 1481px) {
  .news-events .news-grid .headline-hldr.sm .title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1441px) {
  .news-events .news-grid .headline-hldr.sm .title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1281px) {
  .news-events .news-grid .headline-hldr.sm .title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .news-events .news-grid .headline-hldr.sm .title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .news-events .news-grid .headline-hldr.sm .title {
    font-size: 20px;
    line-height: 24px;
  }
}
.news-events .news-grid .headline-hldr.sm .sub-para {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
@media (max-width: 1679px) {
  .news-events .news-grid .headline-hldr.sm .sub-para {
    font-size: 16px;
  }
}
@media (max-width: 1481px) {
  .news-events .news-grid .headline-hldr.sm .sub-para {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1441px) {
  .news-events .news-grid .headline-hldr.sm .sub-para {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 1281px) {
  .news-events .news-grid .headline-hldr.sm .sub-para {
    font-size: 14px;
    line-height: 24px;
  }
}

.about-page-section {
  padding: 60px 0;
}
.about-page-section p {
  font-size: 14px;
  line-height: 25px;
  color: #1d1d1d;
}

.service-details-page-section {
  padding: 60px 0;
}
.service-details-page-section p {
  font-size: 14px;
  line-height: 25px;
  color: #1d1d1d;
}

.our-mission-section {
  padding: 60px 0;
  background-color: #F8F8F8;
}
.our-mission-section .item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.our-mission-section .item figure {
  height: 270px;
  background-color: #6C7183;
  margin-bottom: 20px;
}
.our-mission-section .item figure img {
  max-width: 100%;
  height: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.our-mission-section .item p {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  color: #1d1d1d;
}

.service-list {
  padding: 60px 0;
}
.service-list .item {
  padding: 20px;
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.service-list .item a {
  color: #545959;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.service-list .item a:hover {
  color: #000000;
}

.blog-details {
  padding: 60px 0;
}
.blog-details .title {
  margin-bottom: 20px;
}
.blog-details .title h2 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  color: #333;
}
.blog-details .item {
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.blog-details .item h3 {
  margin-bottom: 5px;
}
.blog-details .item h3 a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.blog-details .item h3 a:hover {
  color: #EE2D33;
}
.blog-details .item figure {
  margin: 0 0 15px 0;
}
.blog-details .item figure img {
  width: 100%;
}
.blog-details .item p {
  color: #545959;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.blog-details .item .author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.blog-details .item .author figure {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  overflow: hidden;
}
.blog-details .item .author figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details .item .author .name {
  font-size: 13px;
  font-weight: 500;
  margin-right: 25px;
  position: relative;
  color: #545959;
}
.blog-details .item .author .name:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #545959;
  border-radius: 50%;
  right: -15px;
  top: 8px;
}
.blog-details .item .author .date {
  font-size: 13px;
  font-weight: 500;
  margin-right: 15px;
  color: #545959;
}
.blog-details p {
  color: #545959;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.blog-details .btn-wrapper {
  text-align: center;
}
.blog-details .blog-content-image {
  margin: 30px 0;
}
.blog-details .blog-content-image figure {
  height: 500px;
}
.blog-details .blog-content-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details h5 {
  font-size: 20px;
  font-weight: 600;
}
.blog-details h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details ul {
  padding: 0;
  margin: 30px 0 30px 0;
}
.blog-details ul li {
  margin-bottom: 10px;
  font-size: 14px;
  list-style: none;
  font-weight: 500;
}

.contact-section {
  padding: 60px 0 0 0;
}
.contact-section figure {
  margin-bottom: 50px;
}
.contact-section figure img {
  width: 100%;
}
.contact-section .contact-address {
  padding: 0 50px 50px 50px;
}
.contact-section .contact-address h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-section .contact-address h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-section .contact-address span {
  display: block;
  font-weight: 700;
  color: #EE2D33;
  font-size: 15px;
  margin-bottom: 15px;
}
.contact-section .contact-address p {
  color: #545959;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.contact-section .contact-address a {
  color: #545959;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}
.contact-section .contact-address a:hover {
  color: #000;
}/*# sourceMappingURL=home.css.map */