body {
  padding: 0;
  margin: 0;
}

body, p {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

ul, ol {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Merriweather Sans", sans-serif;
  margin: 0;
  line-height: 150%;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 16px;
}

.site-header {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.site-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 0;
}
@media only screen and (max-width: 767px) {
  .site-header .header-content {
    padding: 12px 0;
  }
}
.site-header .header-content .mobile-menu {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .site-header .header-content .mobile-menu {
    padding-left: 15px;
  }
}
.site-header .header-content .mobile-menu svg {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .site-header .header-content .mobile-menu {
    display: none;
  }
}
.site-header .header-content .site-branding a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .site-header .header-content .site-branding a svg {
    width: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .header-content .nav-wrapper {
    display: none;
  }
}
.site-header .header-content .nav-wrapper .site-nav-menu {
  display: flex;
  align-items: center;
  gap: 60px;
}
.site-header .header-content .nav-wrapper .site-nav-menu > .menu-item {
  list-style: none;
  padding: 15px 0;
}
.site-header .header-content .nav-wrapper .site-nav-menu > .menu-item > a {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  transition: all 0.3s;
}
.site-header .header-content .nav-wrapper .site-nav-menu > .menu-item > a:hover {
  color: #1483D1;
}
@media only screen and (max-width: 767px) {
  .site-header .header-content .header-right {
    padding-right: 15px;
  }
}
.site-header .header-content .header-right a {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #1483D1;
  border-radius: 100px;
  padding: 15px 30px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .site-header .header-content .header-right a {
    padding: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }
}
.site-header .header-content .header-right a:hover {
  background: #FF7F50;
}
.site-header .header-content .header-right a svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .site-header .header-content .header-right a svg {
    width: 13px;
    height: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .header-content .header-right a span {
    display: none;
  }
}
.site-header .mobile-offcanvas {
  position: fixed;
  left: -1000px;
  top: 0;
  width: calc(80% - 48px);
  background: #fff;
  height: calc(100% - 74px);
  padding: 50px 24px 24px;
  display: flex;
  flex-direction: column;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .site-header .mobile-offcanvas {
    display: none;
  }
}
.site-header .mobile-offcanvas .site-branding {
  margin-bottom: 40px;
}
.site-header .mobile-offcanvas .site-branding a {
  display: block;
}
.site-header .mobile-offcanvas .site-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-header .mobile-offcanvas .site-nav-menu .menu-item {
  list-style: none;
}
.site-header .mobile-offcanvas .site-nav-menu .menu-item a {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  transition: all 0.3s;
}
.site-header .mobile-offcanvas .site-nav-menu .menu-item a:hover {
  color: #1483D1;
}
.site-header .mobile-offcanvas .site-nav-menu .menu-item .dropdown-menu {
  display: none;
}
.site-header .mobile-offcanvas .contact-btn {
  margin-top: auto;
}
.site-header .mobile-offcanvas .contact-btn a {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #1483D1;
  border-radius: 100px;
  padding: 15px 30px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
.site-header .mobile-offcanvas .contact-btn a:hover {
  background: #FF7F50;
}
.site-header .mobile-offcanvas .contact-btn a svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
}
.site-header .filter-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .site-header .filter-backdrop {
    display: none;
  }
}

.has-mega-menu:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 80%;
  width: 100vw;
  padding-top: 15px;
}
.dropdown-menu .mega-menu {
  display: flex;
  background: #1C9AF2;
  padding: 40px;
  color: white;
  z-index: 1000;
  gap: 40px;
}

.menu-left {
  width: 250px;
}

.menu-left ul {
  list-style: none;
}

.menu-left li {
  padding: 12px 20px;
  margin-bottom: 10px;
  border-radius: 40px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.menu-left li.active {
  background: white;
  color: #1C9AF2;
  font-weight: 600;
}

.menu-right {
  flex: 1;
}

.menu-grid {
  display: none;
}
.menu-grid#digital {
  display: block;
}
.menu-grid#about_digital {
  display: block;
}
.menu-grid .menu-grid-item h3 {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 24px;
}
.menu-grid .menu-grid-item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.menu-grid .menu-grid-item ul li {
  list-style: none;
  width: calc(33.333333% - 20px);
}
.menu-grid .menu-grid-item ul li a {
  color: #ffffff;
}

.case-study-wrapper {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}
@media only screen and (max-width: 767px) {
  .case-study-wrapper {
    padding: 80px 15px;
  }
}
.case-study-wrapper .overlay-gradient {
  background: linear-gradient(180deg, #060606 0, rgba(0, 0, 0, 0.53) 100%);
  width: 100%;
  z-index: 1;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.case-study-wrapper .case-study-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 750px;
  width: 100%;
}
.case-study-wrapper .case-study-bg .case-study-bg-item {
  height: 750px;
}
.case-study-wrapper .case-study-bg .case-study-bg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.case-study-wrapper .case-study-wrapper-inner {
  display: flex;
  max-width: 1296px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .case-study-wrapper .case-study-wrapper-inner {
    flex-direction: column;
  }
}
.case-study-wrapper .case-study-wrapper-inner .case-study-wrapper-inner-left {
  width: 50%;
  z-index: 1;
  min-height: 325px;
}
@media only screen and (max-width: 767px) {
  .case-study-wrapper .case-study-wrapper-inner .case-study-wrapper-inner-left {
    width: 100%;
    order: 2;
  }
}
.case-study-wrapper .case-study-wrapper-inner .case-study-wrapper-inner-left h5 {
  font-size: 20px;
  color: #B7B3B3;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.case-study-wrapper .case-study-wrapper-inner .case-study-wrapper-inner-left .case-study-for-list .case-study-for-list-item-text h2 {
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.case-study-wrapper .case-study-wrapper-inner .case-study-wrapper-inner-left .case-study-for-list .case-study-for-list-item-text h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 65px;
  background: #ffffff;
  content: "";
}
.case-study-wrapper .case-study-wrapper-inner .case-study-wrapper-inner-left .case-study-for-list .case-study-for-list-item-text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  margin: 0 0 18px;
}
.case-study-wrapper .case-study-wrapper-inner .case-study-wrapper-inner-left .case-study-for-list .case-study-for-list-item-text .case-study-for-list-item-counters {
  display: flex;
  gap: 36px;
  justify-content: space-between;
}
.case-study-wrapper .case-study-wrapper-inner .case-study-wrapper-inner-left .case-study-for-list .case-study-for-list-item-text .case-study-for-list-item-counters .case-study-for-list-item-counter-item .case-study-for-list-item-counter-item-number {
  font-size: 40px;
  line-height: 150%;
  font-weight: 700;
  color: #ffffff;
  font-family: "Merriweather Sans", sans-serif;
  margin-bottom: 10px;
}
.case-study-wrapper .case-study-wrapper-inner .case-study-wrapper-inner-left .case-study-for-list .case-study-for-list-item-text .case-study-for-list-item-counters .case-study-for-list-item-counter-item span {
  display: block;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  font-weight: 700;
}
.case-study-wrapper .case-study-wrapper-inner .case-study-nav {
  position: absolute;
  width: 48%;
  right: 0;
  top: 122px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: grab;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .case-study-wrapper .case-study-wrapper-inner .case-study-nav {
    width: 100%;
    position: relative;
    top: 0;
    order: 1;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .case-study-wrapper .case-study-wrapper-inner .case-study-nav .slick-list {
    overflow: visible;
    margin: 0 15px 0 0;
  }
}
.case-study-wrapper .case-study-wrapper-inner .case-study-nav .case-study-nav-item {
  position: relative;
  margin: 0 25px;
  border-radius: 15px;
  height: 325px;
}
@media only screen and (max-width: 767px) {
  .case-study-wrapper .case-study-wrapper-inner .case-study-nav .case-study-nav-item {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 575px) {
  .case-study-wrapper .case-study-wrapper-inner .case-study-nav .case-study-nav-item {
    width: 300px !important;
  }
}
.case-study-wrapper .case-study-wrapper-inner .case-study-nav .case-study-nav-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.case-study-wrapper .case-study-wrapper-inner .case-study-nav .case-study-nav-item .case-study-nav-item-text {
  position: absolute;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(0, 0, 0, 0.49);
  border-radius: 0 0 15px 15px;
}
.case-study-wrapper .case-study-wrapper-inner .case-study-nav .case-study-nav-item .case-study-nav-item-text h3 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.case-study-wrapper .case-study-wrapper-inner .case-study-nav .case-study-nav-item .case-study-nav-item-text p {
  color: #ffffff;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case-study-wrapper .case-study-wrapper-inner .case-study-nav .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: none;
  padding-top: 54px;
}
@media only screen and (max-width: 767px) {
  .case-study-wrapper .case-study-wrapper-inner .case-study-nav .slick-dots {
    display: none !important;
  }
}
.case-study-wrapper .case-study-wrapper-inner .case-study-nav .slick-dots li {
  list-style: none;
}
.case-study-wrapper .case-study-wrapper-inner .case-study-nav .slick-dots li.slick-active button {
  background: #1c9af2;
}
.case-study-wrapper .case-study-wrapper-inner .case-study-nav .slick-dots li button {
  height: 14px;
  width: 14px;
  background: #ffffff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.expert-team-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .expert-team-wrapper {
    display: block;
  }
}
.expert-team-wrapper .expert-team-item {
  width: 330px;
  height: 333px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .expert-team-wrapper .expert-team-item {
    width: 100%;
    height: 330px;
  }
}
.expert-team-wrapper .expert-team-item:hover .expert-team-item-img .expert-team-item-hover {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.expert-team-wrapper .expert-team-item:hover h3 {
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
}
.expert-team-wrapper .expert-team-item:hover span {
  bottom: 34px;
  opacity: 0;
  visibility: hidden;
}
.expert-team-wrapper .expert-team-item .expert-team-item-img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.expert-team-wrapper .expert-team-item .expert-team-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.expert-team-wrapper .expert-team-item .expert-team-item-img .expert-team-item-hover {
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  height: 100%;
  background: rgba(28, 154, 242, 0.37);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease-in-out;
}
.expert-team-wrapper .expert-team-item .expert-team-item-img .expert-team-item-hover p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.8px;
  text-align: center;
  margin: 0 0 20px;
}
.expert-team-wrapper .expert-team-item .expert-team-item-img .expert-team-item-hover .expert-team-item-hover-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.expert-team-wrapper .expert-team-item .expert-team-item-img .expert-team-item-hover .expert-team-item-hover-icons a {
  height: 40px;
  width: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.expert-team-wrapper .expert-team-item .expert-team-item-img .expert-team-item-hover .expert-team-item-hover-icons a:hover {
  background: #1C9AF2;
  border-color: #1C9AF2;
}
.expert-team-wrapper .expert-team-item h3 {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background: #1C9AF2;
  padding: 6px 10px;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  display: inline-block;
  position: absolute;
  left: -25px;
  bottom: 50px;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .expert-team-wrapper .expert-team-item h3 {
    left: 0;
  }
}
.expert-team-wrapper .expert-team-item span {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  background: #FF7F50;
  padding: 5px 8px;
  display: inline-block;
  position: absolute;
  left: 25px;
  bottom: 24px;
  transition: 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .expert-team-wrapper .expert-team-item span {
    left: 0;
  }
}
.expert-team-wrapper .expert-team-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .expert-team-wrapper .expert-team-right {
    display: block;
  }
}
.expert-team-wrapper .expert-team-right .expert-team-item {
  width: 224px;
  height: 227px;
}
@media only screen and (max-width: 767px) {
  .expert-team-wrapper .expert-team-right .expert-team-item {
    margin-top: 24px;
    width: 100%;
    height: 330px;
  }
}
.expert-team-wrapper .expert-team-right .expert-team-item .expert-team-item-img .expert-team-item-hover p {
  font-size: 12px;
  line-height: 18px;
}

.testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner {
    display: block;
  }
}
.testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner .testimonial-item-left {
  padding-right: 44px;
}
@media only screen and (max-width: 767px) {
  .testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner .testimonial-item-left {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner .testimonial-item-left .testimonial-item-left-image {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  margin: 0 auto 24px;
  border: 3px solid #ffffff;
}
.testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner .testimonial-item-left .testimonial-item-left-image img {
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner .testimonial-item-left h3 {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 6px;
  text-transform: uppercase;
  text-align: center;
}
.testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner .testimonial-item-left span {
  display: block;
  color: #FF7F50;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  text-align: center;
}
.testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner .testimonial-item-right {
  border-left: 1px solid #5F5D5D;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner .testimonial-item-right {
    padding-left: 0;
    border: none;
    text-align: center;
  }
}
.testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner .testimonial-item-right h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  color: #FF7F50;
  text-transform: uppercase;
}
.testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner .testimonial-item-right p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-style: italic;
  letter-spacing: 0.9px;
  margin: 0 0 36px;
}
.testimonial-carousel-wrapper .testimonial-carousel .testimonial-item .testimonial-item-inner .testimonial-item-right span {
  width: 85px;
  height: 6px;
  background: #FF7F50;
  display: inline-block;
}
.testimonial-carousel-wrapper .testimonial-carousel .slick-dots {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.testimonial-carousel-wrapper .testimonial-carousel .slick-dots li {
  list-style: none;
}
.testimonial-carousel-wrapper .testimonial-carousel .slick-dots li.slick-active button {
  background: #1C9AF2;
}
.testimonial-carousel-wrapper .testimonial-carousel .slick-dots li button {
  background: #ffffff;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  cursor: pointer;
  border: navajowhite;
  font-size: 0;
}

.about-testimonial-carousel-wrapper .about-testimonial-carousel-text {
  max-width: 800px;
  margin: 0 auto 40px;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-text .slick-list {
  padding-bottom: 12px;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-text:after {
  position: absolute;
  left: 50%;
  bottom: 4px;
  height: 25px;
  width: 25px;
  background: #fff;
  content: "";
  transform: translateX(-50%) rotate(63deg);
  z-index: 1;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-text .about-testimonial-text-item {
  background: white;
  padding: 20px;
  border-radius: 12px;
  display: flex;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-text .about-testimonial-text-item div {
  padding-right: 12px;
  border-right: 5px solid #1483D1;
  margin-right: 24px;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-text .about-testimonial-text-item div svg {
  width: 64px;
  height: 64px;
  fill: #1483D1;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-text .about-testimonial-text-item p {
  margin: 0;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-avatar {
  max-width: 512px;
  margin: 0 auto;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-avatar .slick-list .about-testimonial-avatar-item.slick-center {
  display: flex;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-avatar .slick-list .about-testimonial-avatar-item.slick-center .about-testimonial-avatar-item-text {
  display: block;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-avatar .slick-list .slick-track {
  display: flex;
  gap: 20px;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-avatar .about-testimonial-avatar-item {
  display: block;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-avatar .about-testimonial-avatar-item .about-testimonial-avatar-item-img {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-avatar .about-testimonial-avatar-item .about-testimonial-avatar-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-avatar .about-testimonial-avatar-item .about-testimonial-avatar-item-text {
  display: none;
  flex: 1;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-avatar .about-testimonial-avatar-item .about-testimonial-avatar-item-text h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
}
.about-testimonial-carousel-wrapper .about-testimonial-carousel-avatar .about-testimonial-avatar-item .about-testimonial-avatar-item-text span {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.team-carousel-wrapper .team-carousel .slick-list {
  overflow: visible;
}
.team-carousel-wrapper .team-carousel .slick-list .slick-track {
  display: flex;
  align-items: center;
  gap: 24px;
}
.team-carousel-wrapper .team-carousel .slick-list .slick-slide {
  filter: blur(1px);
  opacity: 0.5;
  transition: all 0.3s ease;
}
.team-carousel-wrapper .team-carousel .slick-list .slick-slide.slick-active {
  filter: blur(0);
  opacity: 1;
}
.team-carousel-wrapper .team-carousel .testimonial-item .testimonial-item-image {
  height: 330px;
  margin-bottom: 16px;
}
.team-carousel-wrapper .team-carousel .testimonial-item .testimonial-item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team-carousel-wrapper .team-carousel .testimonial-item .testimonial-item-text h5 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 30px;
}
.team-carousel-wrapper .team-carousel .testimonial-item .testimonial-item-text p {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.contact-wrapper {
  position: relative;
  padding-left: 140px;
  max-width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .contact-wrapper {
    padding-left: 0;
  }
}
.contact-wrapper .contact-wrapper-inner {
  display: flex;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .contact-wrapper .contact-wrapper-inner {
    flex-direction: column;
  }
}
.contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-img {
  flex-basis: 40%;
  border-radius: 24px 0 0 24px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-img {
    border-radius: 24px 24px 0 0;
  }
}
.contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 24px 0 0 24px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-img img {
    border-radius: 24px 24px 0 0;
  }
}
.contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-form {
  flex: 1;
  padding: 30px;
}
.contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-form h2 {
  font-weight: 600;
  margin-bottom: 24px;
}
.contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-form .gform_wrapper .gform_heading {
  display: none;
}
.contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-form .gform_wrapper .gform_body .gform_fields {
  gap: 24px;
}
.contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-form .gform_wrapper .gform_body .gform_fields .gfield input, .contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-form .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  background: #F8F8F8;
  padding: 12px;
  height: 48px;
}
.contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-form .gform_wrapper .gform_body .gform_fields .gfield textarea {
  min-block-size: 7rem;
}
.contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-form .gform_wrapper .gform_footer {
  margin-top: 40px !important;
}
.contact-wrapper .contact-wrapper-inner .contact-wrapper-inner-form .gform_wrapper .gform_footer .gform_button {
  width: 100% !important;
  background: #1483D1 !important;
  padding: 16px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 100px !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.contact-wrapper .contact-item-wrapper {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 24px;
  width: 280px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .contact-wrapper .contact-item-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact-wrapper .contact-item-wrapper .contact-item {
  display: flex;
  margin-bottom: 16px;
  gap: 8px;
}
.contact-wrapper .contact-item-wrapper .contact-item:last-child {
  margin-bottom: 0;
}
.contact-wrapper .contact-item-wrapper .contact-item div svg {
  fill: #1483D1;
}
.contact-wrapper .contact-item-wrapper .contact-item p {
  font-size: 14px;
  margin: 0;
}
.contact-wrapper .contact-item-wrapper .contact-item p span {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.blog-card {
  box-shadow: 0 3.17px 19.04px 0 rgba(189, 189, 189, 0.23);
  border-radius: 16px;
  padding: 24px;
}
.blog-card:hover .blog-card-image img {
  transform: scale(1.1);
}
.blog-card .blog-card-image {
  display: block;
  overflow: hidden;
  height: 230px;
  margin-bottom: 24px;
  border-radius: 16px;
}
.blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.5s;
}
.blog-card .blog-card-text h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card .blog-card-text h4:hover a {
  color: #1C9AF2;
}
.blog-card .blog-card-text h4 a {
  color: inherit;
  display: block;
  transition: all 0.3s;
}
.blog-card .blog-card-text .blog-card-text-author {
  display: flex;
  gap: 12px;
}
.blog-card .blog-card-text .blog-card-text-author .blog-card-text-author-pic {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.blog-card .blog-card-text .blog-card-text-author .blog-card-text-author-pic img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.blog-card .blog-card-text .blog-card-text-author .blog-card-text-author-details h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}
.blog-card .blog-card-text .blog-card-text-author .blog-card-text-author-details span {
  font-size: 14px;
  line-height: 22px;
  color: #686a70;
  display: block;
}

.blogs {
  overflow: hidden;
}
.blogs .container {
  max-width: 1296px;
  margin: 0 auto;
}
.blogs .blogs-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .blogs .blogs-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .blogs .blogs-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.category-wrapper {
  padding: 90px 15px;
}
@media only screen and (max-width: 767px) {
  .category-wrapper {
    padding: 60px 15px;
  }
}
.category-wrapper .container {
  max-width: 1296px;
  margin: 0 auto;
}
.category-wrapper .container h1 {
  margin-bottom: 40px;
}
.category-wrapper .container .category-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .category-wrapper .container .category-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .category-wrapper .container .category-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}

.loading.blog-skeleton {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .loading.blog-skeleton {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .loading.blog-skeleton {
    grid-template-columns: repeat(1, 1fr);
  }
}

.skeleton .loading {
  background-color: #fafafa;
  position: relative;
}
.skeleton .loading::before {
  content: "";
  opacity: 0.7;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: loading;
  animation-timing-function: linear;
  background: linear-gradient(to right, #eee 8%, #d4d3d3 18%, #eee 33%);
  background-size: 800px 104px;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}

.skeleton-item {
  position: relative;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  height: 438px;
  box-shadow: 0 3.17px 19.04px 0 rgba(189, 189, 189, 0.23);
}
.skeleton-item .skeleton-item-img {
  width: 100%;
  height: 230px;
  margin-bottom: 24px;
  border-radius: 16px;
}
.skeleton-item .skeleton-item-img:before {
  border-radius: 16px;
}
.skeleton-item .skeleton-item-title {
  width: 100%;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 16px;
}
.skeleton-item .skeleton-item-title:before {
  border-radius: 16px;
}
.skeleton-item .skeleton-item-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.skeleton-item .skeleton-item-author .skeleton-item-author-img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}
.skeleton-item .skeleton-item-author .skeleton-item-author-img:before {
  border-radius: 50%;
}
.skeleton-item .skeleton-item-author .skeleton-item-author-text {
  height: 48px;
  margin-top: auto;
  flex: 1;
  border-radius: 16px;
}
.skeleton-item .skeleton-item-author .skeleton-item-author-text:before {
  border-radius: 16px;
}

@keyframes loading {
  0% {
    background-position: -800px 0;
  }
  100% {
    background-position: 800px 0;
  }
}
.pagination, .result-range {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result-range {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Merriweather Sans", sans-serif;
  color: #101010;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: -10px;
}
.pagination .single-blog-pagination {
  font-size: 14px;
  font-weight: 500;
  font-family: "Merriweather Sans", sans-serif;
  color: #101010;
  border: 1px solid #1C9AF2;
  transition: all 0.3s;
  background: transparent;
  cursor: pointer;
}
.pagination .single-blog-pagination.single-blog-prev, .pagination .single-blog-pagination.single-blog-next {
  padding: 9px 22px 9px;
  border-radius: 100px;
}
.pagination .single-blog-pagination:not(.pagination .single-blog-pagination.single-blog-prev, .pagination .single-blog-pagination.single-blog-next) {
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pagination .single-blog-pagination:hover {
  background: #1C9AF2;
  color: #fff;
}
.pagination .no-hover {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  font-family: "Merriweather Sans", sans-serif;
}

.site-footer {
  background: #212121;
  padding: 0 15px;
}
.site-footer .footer-content {
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 0 0;
}
.site-footer .footer-content .footer-about .site-branding {
  margin-bottom: 20px;
}
.site-footer .footer-content .footer-about .site-branding a {
  display: block;
  color: #ffffff;
}
.site-footer .footer-content .footer-about p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 16px;
}
.site-footer .footer-content .footer-about .footer-about-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer .footer-content .footer-about .footer-about-links a {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.site-footer .footer-content .footer-about .footer-about-links a:hover {
  background: #1C9AF2;
  border-color: #1C9AF2;
}
.site-footer .footer-content .footer-item h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.site-footer .footer-content .footer-item ul li {
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 6px;
}
.site-footer .footer-content .footer-item ul li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-content .footer-item ul li a {
  color: #ffffff;
}
.site-footer .footer-copyright {
  max-width: 1296px;
  width: 100%;
  margin: 24px auto 0;
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid #494a4a;
}
.site-footer .footer-copyright p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}

.website-audit .forminator-custom-form {
  background: #ffffff;
  border-radius: 100px !important;
  padding: 12px !important;
  display: flex;
}
.website-audit .forminator-custom-form .forminator-row {
  margin: 0 !important;
  flex: 1;
}
.website-audit .forminator-custom-form .forminator-row.forminator-row-last {
  flex: none;
}
.website-audit .forminator-custom-form .forminator-row .forminator-col {
  padding: 0 !important;
}
.website-audit .forminator-custom-form .forminator-row .forminator-col .forminator-field input {
  height: 54px;
  font-size: 16px !important;
  border-radius: 100px;
  color: #101010;
  border: none;
  padding: 14px 24px;
}
.website-audit .forminator-custom-form .forminator-row .forminator-col .forminator-field input::placeholder {
  font-style: italic;
  text-transform: capitalize;
}
.website-audit .forminator-custom-form .forminator-row .forminator-col .forminator-field button {
  border: none;
  background: #1c9af2;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 100px;
  font-weight: 700 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin: 0 !important;
}
.website-audit .forminator-custom-form .forminator-row .forminator-col .forminator-field button:hover {
  box-shadow: none;
  background: #FF7F50;
}

.services-wrapper .e-n-tabs-heading {
  flex-basis: 350px !important;
}
.services-wrapper .e-n-tabs-heading .e-n-tab-title {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .services-area .services-area-btn-item {
    display: block;
  }
}
.services-area .services-area-btn .elementor-button {
  transition: all 0.3s;
  min-width: 275px;
}
@media only screen and (max-width: 767px) {
  .services-area .services-area-btn .elementor-button {
    min-width: 100%;
  }
}
.services-area .services-area-btn .elementor-button:hover {
  background-color: #FF7F50 !important;
  color: #ffffff !important;
}
.services-area .services-area-btn .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon {
  background-color: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.services-area .services-area-btn .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .services-area .services-area-btn .elementor-button .elementor-button-content-wrapper {
    justify-content: start;
  }
}
.services-area .services-area-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  width: 71px;
  height: 58px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 8px;
  transition: all 0.3s;
}
.services-area .services-area-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
  width: auto;
}

.team-item .team-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.team-item .team-hover .team-hover-icons .elementor-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-item .team-hover .team-hover-icons .elementor-icon:hover {
  background: #1c9af2;
  border-color: #1c9af2 !important;
}

.b-tab {
  display: none;
}

.b-tab.active {
  display: block;
}

.tab-navs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.b-nav-tab {
  display: inline-block;
  padding: 8px 16px;
  background: transparent;
  color: #3D4756;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  border: none;
  cursor: pointer;
}

.b-nav-tab.active {
  color: #1C9AF2;
}

.featured-blog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 3.17px 19.04px 0 rgba(189, 189, 189, 0.23);
  margin: 48px 0;
}
@media only screen and (max-width: 767px) {
  .featured-blog {
    display: block;
  }
}
.featured-blog .featured-blog-img {
  display: block;
  border-radius: 16px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .featured-blog .featured-blog-img {
    margin-bottom: 40px;
  }
}
.featured-blog .featured-blog-img img {
  width: 100%;
  height: 350px;
  border-radius: 16px;
  object-fit: cover;
}
.featured-blog .featured-blog-text h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-blog .featured-blog-text h3 a {
  color: inherit;
  display: block;
}
.featured-blog .featured-blog-text p {
  color: #A1ACBD;
  margin: 0 0 20px;
}
.featured-blog .featured-blog-text .featured-blog-text-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.featured-blog .featured-blog-text .featured-blog-text-author .featured-blog-text-author-pic {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.featured-blog .featured-blog-text .featured-blog-text-author .featured-blog-text-author-pic img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.featured-blog .featured-blog-text .featured-blog-text-author .featured-blog-text-author-details h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
}
.featured-blog .featured-blog-text .featured-blog-text-author .featured-blog-text-author-details span {
  font-size: 14px;
  line-height: 22px;
  color: #686a70;
  display: block;
}

.post .container {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.post .post-header {
  background: #3D4756;
  padding: 190px 15px 100px;
  position: relative;
}
.post .post-header:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: 1;
}
.post .post-header > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .post-header .post-categories {
  color: #b5b5b5;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.post .post-header h1 {
  color: #ffffff;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 16px;
}
.post .post-header p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px;
}
.post .post-header p a {
  color: #1C9AF2;
}
.post .post-header .post-share {
  display: flex;
  align-items: center;
  gap: 12px;
}
.post .post-header .post-share span {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}
.post .post-header .post-share a {
  display: flex;
}
.post .post-header .post-share a.twitter {
  position: relative;
  top: 2px;
}
.post .post-wrapper {
  padding: 80px 15px;
}
.post .post-wrapper .post-content > * {
  margin: 24px 0;
  max-width: 100%;
}
.post .post-wrapper .post-content p a {
  color: #1C9AF2;
}
.post .post-wrapper .post-content p a:hover {
  color: #1C9AF2;
  text-decoration: underline;
}
.post .post-wrapper .post-content > h1, .post .post-wrapper .post-content > h2, .post .post-wrapper .post-content > h3, .post .post-wrapper .post-content > h4, .post .post-wrapper .post-content > h5, .post .post-wrapper .post-content > h6 {
  margin: 16px 0;
}
.post .post-wrapper .post-content h1, .post .post-wrapper .post-content h2, .post .post-wrapper .post-content h3, .post .post-wrapper .post-content h4, .post .post-wrapper .post-content h5, .post .post-wrapper .post-content h6 {
  color: #1C9AF2;
}
.post .post-wrapper .post-content ul {
  list-style: none;
}
.post .post-wrapper .social-share {
  background: #f1f1f9;
  border-radius: 16px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 40px;
}
.post .post-wrapper .social-share h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #101010;
}
.post .post-wrapper .social-share .social-share-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.post .post-wrapper .social-share .social-share-buttons a {
  display: flex;
}
.post .post-wrapper .author-info {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 3.17px 19.04px 0 rgba(189, 189, 189, 0.23);
  margin-top: 45px;
}
.post .post-wrapper .author-info .author-info-img {
  border-radius: 16px;
  height: 180px;
  width: 180px;
}
.post .post-wrapper .author-info .author-info-img img {
  border-radius: 16px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.post .post-wrapper .author-info .author-info-text {
  flex: 1;
}
.post .post-wrapper .author-info .author-info-text .author-info-text-details {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.post .post-wrapper .author-info .author-info-text .author-info-text-details h5 {
  font-size: 20px;
  line-height: 30px;
  color: #101010;
  font-weight: 500;
}
.post .post-wrapper .author-info .author-info-text .author-info-text-details span {
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #686a70;
}
.post .post-wrapper .author-info .author-info-text p {
  font-size: 16px;
  line-height: 24px;
  color: #101010;
  margin: 0 0 16px;
}
.post .post-wrapper .author-info .author-info-text .author-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.post .post-wrapper .author-info .author-info-text .author-social-links a {
  display: flex;
}
.post .post-wrapper .author-info .author-info-text .author-social-links a.twitter {
  position: relative;
  top: 2px;
}

/*# sourceMappingURL=style.css.map */
