/* Style 2 (Circle Image In Rectangle Block) */
.module-19 .background-section, .module-19 .background-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-19 .background-section {
  opacity: .9;
}

.module-19 .ry-section-title span {
  display: block;
  margin-bottom: 10px;
}

.module-19 .ry-section-title h2 {
  margin-bottom: 35px !important;
  display: block;
}



.module-19 .ry-generic .title-wrap {
  margin-bottom: 30px;
}

.module-19 .ry-generic .title-wrap .ry-heading {
  font-weight: 400;
  text-align: left;
}

@media (max-width: 1200px) {
  .module-19 .ry-generic .title-wrap .ry-heading {
    text-align: center !important;
    margin-bottom: 0;
  }
}

.module-19 .ry-generic .content-wrap p {
  font-weight: 400;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.7rem;
}


.module-19 .ry-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 8.33333vw !important;
  padding-right: 8.33333vw !important;
}

@media (max-width: 1200px) {
  .module-19 .ry-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 0) and (max-width: 1200px) {
  .module-19 .ry-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.module-19 .card-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

.module-19 .card-holder .ry-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.module-19 .card-holder .ry-left .ry-generic .title-wrap {
  padding-right: 4.16667vw;
}

@media (max-width: 1200px) {
  .module-19 .card-holder .ry-left .ry-generic .title-wrap {
    padding-right: 0;
  }
}

.module-19 .card-holder .ry-left .ry-generic .content-wrap {
  max-width: 800px;
}

@media (max-width: 1200px) {
  .module-19 .card-holder .ry-left .ry-generic .content-wrap {
    max-width: 100%;
  }

  .module-19 .card-holder .ry-left .ry-generic .content-wrap p {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .module-19 .card-holder .ry-left {
    text-align: center;
    width: 100%;
  }

  .module-19 .card-holder .ry-left .title-wrap {
    padding-right: 0vw;
  }

  .module-19 .card-holder .ry-left .content-wrap {
    max-width: 500px;
    float: none;
    margin: 0 auto;
  }
}

@media (min-width: 1920px) {
  .module-19 .card-holder .ry-left title-wrap {
    padding-right: 8.33333vw;
  }
}

.module-19 .card-holder .ry-right {
  position: relative;
}

@media (max-width: 1200px) {
  .module-19 .card-holder .ry-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}

.module-19 .card-holder .img-frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.module-19 .card-holder .img-frame .clip {
  width: 25vw;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

@media (max-width: 1200px) {
  .module-19 .card-holder .img-frame .clip {
    width: 43vw;
  }
}

.module-19 .card-holder .img-frame .clip:hover {
  opacity: 1;
}

@media (max-width: 1200px) {
  .module-19 .card-holder .img-frame img.clip {
    opacity: 1;
  }
}

.module-19 .card-holder .img-frame .anchor {
  width: 18.75vw;
  height: 18.75vw;
  padding: 0vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 0.91667vw solid #fff;
  position: relative;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 1200px) {
  .module-19 .card-holder .img-frame .anchor {
    width: 35.5vw !important;
    height: 35.5vw !important;
  }
}

.module-19 .card-holder .img-frame .anchor .anchor-link {
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.module-19 .card-holder .img-frame .anchor .anchor-link > div {
  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;
  height: 150%;
  width: 150%;
  -webkit-transform: translateX(-16%) translateY(-16%) rotate(-45deg);
  transform: translateX(-16%) translateY(-16%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  padding: 25% !important;
}

.module-19 .card-holder .img-frame .anchor a {
  line-height: 140%;
  padding-top: 0.83333vw;
  width: 100%;
  height: 100%;
  color: #ffffff;
  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: 1.3em;
  font-weight: 400;
  letter-spacing: .05em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1400px) {
  .module-19 .card-holder .img-frame .anchor a {
    font-size: 1em !important;
  }
}

@media (max-width: 767px) {
  .module-19 .card-holder .img-frame .anchor a {
    font-size: 17px !important;
  }

  .module-19 .card-holder .img-frame .anchor a {
    padding-top: 4.83333vw;
  }
}

.module-19 .card-holder .img-frame .anchor a::after {
  margin-top: 0.83333vw;
  content: '\f105';
  font-family: fontawesome;
  display: block;
  clear: both;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  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;
  padding-left: 2px;
  padding-bottom: 2px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 60%;
}

.module-19 .card-holder .img-frame .frame {
  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;
}

.module-19 .card-holder .img-frame .frame#frame1 {
  margin-bottom: -4.16667vw;
  position: relative;
  z-index: 9;
}

@media (max-width: 1200px) {
  .module-19 .card-holder .img-frame .frame#frame1 {
    margin-bottom: -1.25vw;
  }
}

.module-19 .card-holder .img-frame .frame#frame1 img {
  -webkit-transform: translateX(3.33333vw) translateY(3.33333vw) !important;
  transform: translateX(3.33333vw) translateY(3.33333vw) !important;
}

@media (max-width: 1200px) {
  .module-19 .card-holder .img-frame .frame#frame1 img {
    -webkit-transform: translateX(7vw) translateY(3.33333vw) !important;
    transform: translateX(7vw) translateY(3.33333vw) !important;
  }
}

.module-19 .card-holder .img-frame .frame#frame2 {
  margin-top: 0.83333vw;
  -webkit-transform: translateX(-2.08333vw);
  transform: translateX(-2.08333vw);
  margin-bottom: -2.91667vw;
  position: relative;
  z-index: 10;
}

@media (max-width: 1200px) {
  .module-19 .card-holder .img-frame .frame#frame2 {
    -webkit-transform: translateY(-8.33333vw);
    transform: translateY(-8.33333vw);
  }
}

.module-19 .card-holder .img-frame .frame#frame2 img {
  z-index: 0;
  -webkit-transform: translateX(-4.16667vw) translateY(-0.83333vw) !important;
  transform: translateX(-4.16667vw) translateY(-0.83333vw) !important;
}

@media (max-width: 1200px) {
  .module-19 .card-holder .img-frame .frame#frame2 img {
    -webkit-transform: translateX(-8.33333vw) translateY(-3.08333vw) !important;
    transform: translateX(-8.33333vw) translateY(-3.08333vw) !important;
  }
}

.module-19 .card-holder .img-frame .frame#frame3 {
  -webkit-transform: translateX(-12vw) translateY(0.83333vw) !important;
  transform: translateX(-12vw) translateY(0.83333vw) !important;
}

@media (max-width: 1200px) {
  .module-19 .card-holder .img-frame .frame#frame3 {
    -webkit-transform: translateY(-16.66667vw) !important;
    transform: translateY(-16.66667vw) !important;
  }
}

.module-19 .card-holder .img-frame .frame#frame3 img {
  -webkit-transform: translateX(7.08333vw) translateY(-6.25vw);
  transform: translateX(7.08333vw) translateY(-6.25vw);
}

.module-19 .card-holder .img-frame .frame:hover img {
  opacity: 1;
}

.module-19 .btn {
  background: red;
  border-radius: 0;
  padding: 13px 20px;
}

.module-19 .btn:hover {
  color: #ffbd00;
}

.module-19 .btn.btn-primary, .module-19 .btn.ry-btn-primary {
  color: #ffffff;
  background: #54c7c1;
  border: 1px solid transparent;
}

.module-19 .btn.arrow-right::after {
  content: '\f105';
  font-family: fontawesome;
  margin-left: 10px;
}

@media screen and (min-width: 0) and (max-width: 1200px) {
  .module-19 .btn-wrap {
    text-align: center;
  }

  .module-19 .btn-primary {
    margin: 0 20px;
  }
}

.module-19.style2 .ry-container {
  margin: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.module-19.style2 .ry-left {
  width: 50%;
}

.module-19.style2 .ry-right {
  width: 50%;
  margin-left: 50px;
}

.module-19.style2 .services-frame .frame {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  height: 200px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  box-shadow: 1px -1px 17px 4px rgb(51 51 51 / 12%);
}

.module-19.style2 .services-frame .frame .service-img-holder {
  width: 40%;
  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;
}

.module-19.style2 .services-frame .frame .service-img-holder .service-img {
  max-width: 180px;
  max-height: 180px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 1px solid rgb(0 0 0 / 11%);
  object-fit: cover;
  object-position: center center;
  padding: 8px;
}

.module-19.style2 .services-frame .frame .service-name {
  width: 50%;
  max-width: 250px;
  text-align: left;
}

.module-19.style2 .services-frame .frame .service-name div {
  text-align: left;
}

.module-19.style2 .services-frame .frame .service-name a {
  font-size: 20px;
  line-height: 34px;
}

.module-19.style2 .services-frame .frame .service-name a:after {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: 5%;
  top: 40%;
  color: #fff;
  background: var(--clr-primary);
  content: '\F138';
  line-height: 40px;
  text-align: center;
  font-family: 'bootstrap-icons';
  transform: rotate(317deg);
}

.module-19.style2 .services-frame .frame a {
  color: #ffffff;
}

.module-19.style2 .services-frame .frame:hover {
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .module-19.style2 .ry-left, .module-19.style2 .ry-right {
    width: 85%;
    margin: auto;
  }

  .module-19.style2 .ry-right .services-frame {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .module-19.style2 {
    padding: 60px 0 0 !important;
  }

  .module-19.style2 .ry-container {
    width: 90% !important;
  }

  .module-19.style2 .ry-left, .module-19.style2 .ry-right {
    width: 100%;
  }

  .module-19 .card-holder .ry-right {
    padding: 20px 0;
  }

  .module-19 .card-holder .ry-left .ry-generic .content-wrap {
    padding: 0 0px;
  }

  .module-19.style2 .services-frame .frame {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    gap: 30px;
    padding: 40px 0;
  }

  .module-19.style2 .services-frame .frame .service-name {
    width: 90%;
    max-width: 100%;
    text-align: center;
  }

  .module-19.style2 .services-frame .frame .service-name div {
    text-align: center;
  }

  .module-19.style2 .services-frame .frame .service-name a:after {
    margin: 20px auto 0px;
  }

  .ry-about-service.style2 .ry-heading {
    font-size: 2.2em;
  }

  .module-19.style2 .services-frame .frame .service-name a {
    font-size: 24px;
  }

  .module-18 .ry-content .card .anchor-wrap {
    height: 30%;
  }

  .module-18.style2 .ry-content .card .anchor-wrap a:after, .module-19.style2 .services-frame .frame .service-name a:after {
    display: none;
  }
}

.module-19 .card-holder .img-frame .anchor .anchor-link {
  background: linear-gradient(95deg, #54c7c1, #1c110a);
}

.module-19 .card-holder .img-frame .anchor:hover {
  box-shadow: 0 0 40px rgb(0 0 0 /20%);
}

.module-19 .background-section {
  display: none;
}

@media (max-width: 600px) {
  .diamond, .module-19 .card-holder .img-frame .frame img, .module-19 .card-holder .img-frame .anchor {
    width: 50vw !important;
    height: 50vw !important;
  }

  .module-19 .card-holder .img-frame .frame {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .module-19 .card-holder .img-frame .frame:nth-child(even) {
    flex-direction: column-reverse;
  }
}

/* Style 4 (Squarrtes) */
.ry-services.style2 .each-block {
  position: relative;
}

.ry-services.style2 * {
  flex: unset !important;
}

.ry-services.style2 .background-section, .ry-services.style2 .background-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ry-services.style2 .background-section {
  opacity: .9;
}

.ry-services.style2 .section-headline {
  margin-bottom: 80px;
}

.ry-services.style2 .section-headline .span-1 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
  display: block;
}

.ry-services.style2 .section-headline h2 {
  font-size: 230%;
  text-transform: uppercase;
}

.ry-services.style2 .ry-content .content {
  max-width: 1280px;
}

.ry-services.style2 .ry-content {
  display: flex;
  justify-content: center;
}

.ry-services.style2 .block-count-7, .ry-services.style2 .block-count-6, .ry-services.style2 .block-count-5, .ry-services.style2 .block-count-4, .ry-services.style2 .block-count-3 {
  margin-left: -30px;
  width: calc(100% + 30px);
}

.ry-services.style2 .block-count-7 .ry-each, .ry-services.style2 .block-count-6 .ry-each, .ry-services.style2 .block-count-5 .ry-each, .ry-services.style2 .block-count-4 .ry-each, .ry-services.style2 .block-count-3 .ry-each {
  margin-left: 30px;
  width: calc(33.33% - 30px);
  display: flex;
}

.ry-services.style2 .block-count-7 .ry-each .block-group, .ry-services.style2 .block-count-6 .ry-each .block-group, .ry-services.style2 .block-count-5 .ry-each .block-group, .ry-services.style2 .block-count-4 .ry-each .block-group, .ry-services.style2 .block-count-3 .ry-each .block-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ry-services.style2 .block-count-7 .ry-each .each-block, .ry-services.style2 .block-count-6 .ry-each .each-block, .ry-services.style2 .block-count-5 .ry-each .each-block, .ry-services.style2 .block-count-4 .ry-each .each-block, .ry-services.style2 .block-count-3 .ry-each .each-block {
  margin-bottom: 30px;
}

.ry-services.style2 .ry-each .photo {
  position: relative;
  padding-bottom: 100%;
}

.ry-services.style2 .ry-each .photo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 2;
  background: linear-gradient(to bottom, #0000, #000000);
}

.ry-services.style2 .ry-each .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ry-services.style2 .ry-each .title {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  transition: .4s;
}

.ry-services.style2 .ry-each .title div {
  font-size: 20px;
  color: #fff;
}

.ry-services.style2 .ry-each .button-svg {
  width: 45px;
  height: 45px;
  background: #1c110a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% + 45px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.ry-services.style2 .ry-each .button-svg svg {
  width: 20px;
  fill: #ffbd00;
}

.ry-services.style2 .ry-each .link, .ry-services.style2 .ry-each .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
}

.ry-services.style2 .ry-each .photo:after {
  content: "";
  height: 0;
  width: 100%;
  background: #54c7c1;
  position: absolute;
  bottom: 0;
  transition: .4s;
  opacity: .7;
}

.ry-services.style2 .ry-each .each-block:hover .photo:after {
  height: 100%;
}

.ry-services.style2 .ry-each .each-block:hover .title {
  bottom: 50%;
  transition: .4s;
}

.ry-services.style2 .ry-each .each-block:hover .button-svg {
  opacity: 1;
  transition: 1.2s;
}

.ry-services.style2 .button-wrapper {
  clear: both;
  padding-top: 60px;
}

@media (min-width: 1081px) {
  .ry-services.style2 .block-count-6 {
    margin-top: 20%;
  }

  .ry-services.style2 .block-count-6 .ry-each:nth-child(2) {
    margin-top: -33.33%;
  }

  .ry-services.style2 .block-count-6 ~ .button-wrapper {
    position: relative;
    top: -17%;
  }

  .ry-services.style2 .block-count-5 .ry-each {
    align-items: flex-start;
  }

  .ry-services.style2 .block-count-5 .ry-each:nth-child(1) .each-block:nth-child(2) {
    margin-right: calc(-100% - 30px);
  }

  .ry-services.style2 .block-count-5 .ry-each:nth-child(3) .each-block:nth-child(2) {
    margin-left: calc(-100% - 30px);
  }
}

@media (min-width: 1200px) {
  .ry-services.style2 .block-count-4 {
    justify-content: center;
    margin-left: -50px;
    width: calc(100% + 50px);
  }

  .ry-services.style2 .block-count-4 .ry-each {
    margin-left: 50px;
    width: calc(33.33% - 50px);
    display: flex;
  }

  .ry-services.style2 .block-count-4 .ry-each .each-block {
    margin-bottom: 50px;
  }

  .ry-services.style2 .block-count-4 ~ .button-wrapper {
    padding-top: 30px;
  }
}

@media (max-width: 1199px) {
  .ry-services.style2 .block-count-7, .ry-services.style2 .block-count-6, .ry-services.style2 .block-count-5, .ry-services.style2 .block-count-4, .ry-services.style2 .block-count-3 {
    margin-left: -15px;
    width: calc(100% + 15px);
  }

  .ry-services.style2 .block-count-7 .ry-each, .ry-services.style2 .block-count-6 .ry-each, .ry-services.style2 .block-count-5 .ry-each, .ry-services.style2 .block-count-4 .ry-each, .ry-services.style2 .block-count-3 .ry-each {
    margin-left: 15px;
    width: calc(33.33% - 15px);
  }

  .ry-services.style2 .block-count-7 .ry-each .each-block, .ry-services.style2 .block-count-6 .ry-each .each-block, .ry-services.style2 .block-count-5 .ry-each .each-block, .ry-services.style2 .block-count-4 .ry-each .each-block, .ry-services.style2 .block-count-3 .ry-each .each-block {
    margin-bottom: 15px;
  }
}

@media (min-width: 1081px) {
  .mobile-services {
    display: none;
  }

  .ry-services.style2 .block-count-5 .ry-each:nth-child(2) .each-block:nth-child(2) {
    margin-right: calc(-100% - 30px);
  }
}

@media (max-width: 1080px) {
  .ry-services.style2 .ry-flex {
    display: none;
  }

  .ry-services.style2 .each-block .photo {
    position: relative;
    padding-bottom: 100%;
    border-radius: 999px;
    overflow: hidden
  }

  .ry-services.style2 .each-block .photo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 2;
    background: linear-gradient(to bottom, #0000, #000000);
  }

  .ry-services.style2 .each-block .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
  }

  .ry-services.style2 .each-block .title {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
    transition: .4s;
  }

  .ry-services.style2 .each-block .title div {
    font-size: 20px;
    color: #fff;
  }

  .ry-services.style2 .each-block .link, .ry-services.style2 .each-block .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
  }

  .ry-services.style2 .each-block .button-svg {
    display: none;
  }

  .mobile-services .slick-track .each-block {
    margin-left: 25px;
  }

  .mobile-services .slick-list {
    margin-left: -25px;
  }

  .mobile-services .slick-dots {
    margin-top: 30px;
    padding-left: 0;
    list-style: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .mobile-services .slick-dots li {
    margin: 0 3px;
    height: auto;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-services .slick-dots li:not(.slick-active) {
    opacity: .5;
  }

  .mobile-services .slick-dots button {
    width: 12px;
    height: 12px;
    text-indent: -9999999px;
    background: #1c110a;
    border: unset;
    box-shadow: unset;
    border-radius: 50%;
  }

  .mobile-services .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .ry-services.style1 .ry-flex {
    flex-direction:column;
  }

  .ry-services.style1 .ry-flex .ry-each-col {
    width: 100%;
  }

  .ry-services.style1 .ry-flex .ry-each-col.ry-each-col-2 {
    display: flex;
    width: 100%;
  }

  .ry-services.style1 .ry-flex .ry-each-col.ry-each-col-2 > .ry-each .photo {
    padding: unset;
    padding-bottom: 56.25%;
  }

  .ry-services.style1 .ry-flex .ry-each-col.ry-each-col-2 .title {
    top: 0;
    left: 15%;
  }
}

.ry-services.style2 .ry-each .each-block {
  overflow: hidden;
}

.ry-services.style2 .ry-each .photo:before {
  height: 100%;
  background: linear-gradient(to bottom, transparent, #00000099);
}

.ry-services.style2 .ry-each .each-block:hover .photo:before {
  opacity: 0;
  transition: .3s;
}

/* Style 7 (Small Circles) */
#services-7 .each-block {
  border-radius: 50%;
}

#services-7 .ry-content .content {
  max-width: 700px;
}

#services-7 .ry-each .title div {
  font-size: 17px;
}

/* Style 9 (Large Diamond) */
.module-services.style-9 {
  padding: 220px 0;
  background-image: url();
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.module-services.style-9:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c110a60;
}

.module-services.style-9 .section-headline h2 {
  font-size: 58px;
  text-transform: uppercase;
  letter-spacing: initial;
  margin-bottom: 10px;
  color: #ffffff;
}

.module-services.style-9 .section-headline h2 .span-1 {
  display: block;
  font-size: 24px;
  letter-spacing: 3px;
  color: #54c7c1;
  margin-bottom: 5px;
}

.module-services.style-9 .ry-flex {
  align-items: center;
}

.module-services.style-9 .ry-flex > .ry-each:nth-child(1) {
  max-width: 550px;
  width: 40%;
}

.module-services.style-9 .ry-flex .ry-each .services-details h4 {
  font-size: 32px;
  margin-bottom: 5px;
  color: #ffbd00;
}

.module-services.style-9 .ry-flex .ry-each .services-details p {
  font-size: 18px;
  line-height: 1.6;
  color: #ffbd00;
}

.module-services.style-9 .ry-flex .ry-each .services-details:not(.active) {
  display: none;
}

.module-services.style-9 .ry-flex .ry-each .services-details {
  margin: 40px 0 20px;
  ar,font-variant: diagonal-fractions;
  ar,font-variant: diagonal-fractions;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each {
  width: calc(33.33% - 10px);
  max-width: 100% !important;
  flex-basis: unset;
  cursor: pointer;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo {
  position: relative;
  padding-bottom: 100%;
  background: #54c7c195;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 120px;
  max-width: 110px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.module-services.style-9 .ry-flex .ry-each .box-wrapper {
  transform: rotate(45deg);
}

.module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
  margin-top: -120px;
  margin-bottom: -120px;
  width: 50%;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(3) {
  border-top-right-radius: 60px;
  overflow: hidden;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(7) {
  border-bottom-left-radius: 60px;
  overflow: hidden;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex:before {
  content: "";
  position: absolute;
  width: 800px;
  height: 5px;
  background: #ffffff;
  left: -420px;
  transform: rotate(90deg);
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex:after {
  content: "";
  position: absolute;
  width: 800px;
  height: 5px;
  background: #fff;
  bottom: -20px;
  transform: rotate(90deg);
  right: -420px;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo, .module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo {
  background: #1c110a;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo.icon img, .module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo.icon img {
  filter: invert(1) brightness(9);
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo:before, .module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border: 4px solid #fff;
  transform: translate(-50%, -50%);
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(7):hover .photo:before, .module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active:nth-child(7) .photo:before {
  border-bottom-left-radius: 60px;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(3):hover .photo:before, .module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active:nth-child(3) .photo:before {
  border-top-right-radius: 60px;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo .photo {
  background: transparent;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo .photo img {
  filter: unset !important;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo {
  cursor: initial;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo .photo:before {
  opacity: 0;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo img {
  width: 90%;
  max-width: 75%;
}

@media (max-width: 1200px) {
  .module-services.style-9 {
    padding: 10vw 0;
  }

  .module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo img {
    max-width: 50%;
  }
}

@media (max-width: 1080px) {
  .module-services.style-9 {
    padding: 100px 0;
  }

  .module-services.style-9 .section-headline h2 {
    font-size: 50px;
  }

  .module-services.style-9 .section-headline h2 .span-1 {
    font-size: 20px;
  }

  .module-services.style-9 .ry-flex {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .module-services.style-9 .ry-flex > .ry-each:nth-child(1) {
    max-width: 100%;
    width: 100%;
  }

  .module-services.style-9 .section-headline h2 {
    text-align: center;
  }

  .module-services.style-9 .ry-flex .ry-each .services-details h4 {
    text-align: center;
  }

  .module-services.style-9 .ry-flex .ry-each .services-details p {
    text-align: center;
  }

  .module-services.style-9 .ry-flex .ry-each .ry-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .module-services.style-9 .ry-flex .ry-each .ry-inner-flex:before, .module-services.style-9 .ry-flex .ry-each .ry-inner-flex:after {
    opacity: 0;
  }

  .module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
    padding: 150px 0 50px;
    flex-basis: unset;
    width: 100%;
    max-width: 70%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .module-services.style-9 .ry-flex .ry-each .services-details p {
    font-size: 16px;
  }

  .module-services.style10 .ry-flex .ry-each .services-details h4 {
    font-size: 24px;
  }

  .module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .module-services.style10 .ry-flex .ry-each .services-details h4 {
    font-size: 20px;
  }

  .module-services.style-9 .section-headline h2 .span-1 {
    font-size: 18px;
  }

  .module-services.style-9 .section-headline h2 {
    font-size: 42px;
  }

  .module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
    gap: 5px;
  }
}

/* Style 10 (Stacked Squares) */
.module-services.style-10 {
  padding: 220px 0;
  background-image: url();
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.module-services.style-10:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c110a60;
}

.module-services.style-10 .section-headline h2 {
  font-size: 58px;
  text-transform: uppercase;
  letter-spacing: initial;
  margin-bottom: 10px;
  color: #ffffff;
}

.module-services.style-10 .section-headline h2 .span-1 {
  display: block;
  font-size: 24px;
  letter-spacing: 3px;
  color: #54c7c1;
  margin-bottom: 5px;
}

.module-services.style-10 .ry-flex {
  align-items: center;
}

.module-services.style-10 .ry-flex > .ry-each:nth-child(1) {
  max-width: 550px;
  width: 40%;
}

.module-services.style-10 .ry-flex .ry-each .services-details h4 {
  color: #ffbd00;
  font-size: 32px;
  margin-bottom: 5px;
}

.module-services.style-10 .ry-flex .ry-each .services-details p {
  font-size: 18px;
  line-height: 1.6;
  color: #ffbd00;
}

.module-services.style-10 .ry-flex .ry-each .services-details:not(.active) {
  display: none;
}

.module-services.style-10 .ry-flex .ry-each .services-details {
  margin: 40px 0 20px;
}

.module-services.style-10 .ry-flex {
  margin-right: -8.333vw;
  width: calc(100% + 8.333vw);
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:nth-child(4) {
  margin-left: -5vw;
}

.module-services.style-10 .ry-flex .ry-inner-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
  width: calc(33.33% - 20px);
  flex-basis: unset;
  max-width: 100%;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo {
  position: relative;
  padding-bottom: 75%;
  width: 100%;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
  width: 60%;
  flex-basis: unset;
  max-width: calc(100% - 550px);
  padding-left: 50px;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #54c7c1;
  z-index: 1;
  opacity: .5;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
  cursor: pointer;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:hover .photo:before, .module-services.style-10 .ry-flex .ry-inner-flex .ry-each.active .photo:before {
  opacity: 0;
  transition: .2s;
  background: #1c110a;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:hover .photo img, .module-services.style-10 .ry-flex .ry-inner-flex .ry-each.active .photo img {
  filter: unset;
  transition: .2s;
}

.module-services.style-10 .ry-flex > .ry-each {
  flex-basis: unset;
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo:before {
  opacity: 0;
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo img {
  object-fit: contain;
  width: 80%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 200px;
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo.icon img {
  filter: invert(1) brightness(10);
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo {
  background: #54c7c1;
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each:hover .photo:before, .module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each.active .photo:before {
  opacity: 1;
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each:hover .photo img, .module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each.active .photo img {
  z-index: 1;
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each:hover .photo.icon img, .module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each.active .photo.icon img {
  filter: invert(1) brightness(10);
  z-index: 1;
}

@media (max-width: 1920px) {
  .module-services.style-10 .ry-flex {
    margin-right: -4.333vw;
    width: calc(100% + 4.333vw);
  }
}

@media (max-width: 1580px) {
  .module-services.style-10 .ry-flex {
    margin-right: 0;
    width: 100%;
  }

  .module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
    max-width: 100%;
    padding-left: 6vw;
  }
}

@media (max-width: 1200px) {
  .module-services.style-10 .ry-flex > .ry-each:nth-child(1) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .module-services.style-10 .section-headline h2 {
    text-align: center;
  }

  .module-services.style-10 .ry-flex .ry-each .services-details h4 {
    text-align: center;
  }

  .module-services.style-10 .ry-flex .ry-each .services-details p {
    text-align: center;
  }

  .module-services.style-10 .ry-flex .ry-each .ry-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .module-services.style-10 .ry-flex {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .module-services.style-10 .ry-flex > .ry-each:nth-child(1), .module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .module-services.style-10 {
    padding: 100px 0;
  }

  .module-services.style-10 .section-headline h2 {
    font-size: 50px;
  }

  .module-services.style-10 .section-headline h2 .span-1 {
    font-size: 20px;
  }

  .module-services.style-10 .ry-flex .ry-each .services-details p {
    font-size: 16px;
  }

  .module-services.style-10 .ry-flex .ry-each .services-details h4 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .module-services.style-10 .ry-flex .ry-inner-flex {
    gap: 10px;
  }

  .module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo {
    padding-bottom: 100%;
  }

  .module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
    width: calc(33.33% - 6.7px);
    flex-basis: unset;
    max-width: 100%;
  }
}

@media (max-width: 620px) {
  .module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
    width: calc(50% - 6.7px);
  }

  .module-services.style-10 .ry-flex .ry-inner-flex .ry-each:nth-child(4) {
    margin-left: 0;
  }

  .module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .module-services.style-10 .ry-flex .ry-each .services-details h4 {
    font-size: 20px;
  }

  .module-services.style-10 .section-headline h2 .span-1 {
    font-size: 18px;
  }

  .module-services.style-10 .section-headline h2 {
    font-size: 42px;
  }
}

/* Style 11 (Icon Circles) */
.module-services.style-11 {
  padding: 220px 0;
  background-image: url();
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.module-services.style-11:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c110a60;
}

.module-services.style-11 .section-headline h2 {
  font-size: 58px;
  text-transform: uppercase;
  letter-spacing: initial;
  margin-bottom: 10px;
  color: #ffbd00;
}

.module-services.style-11 .ry-flex {
  align-items: center;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(1) {
  max-width: 550px;
  width: 40%;
}

.module-services.style-11 .ry-flex .ry-each .services-details h4 {
  font-size: 32px;
  margin-bottom: 5px;
  color: #ffbd00;
}

.module-services.style-11 .ry-flex .ry-each .services-details p {
  font-size: 18px;
  line-height: 1.6;
  color: #ffbd00;
}

.module-services.style-11 .ry-flex .ry-each .services-details:not(.active) {
  display: none;
}

.module-services.style-11 .ry-flex .ry-each .services-details {
  margin: 40px 0 20px;
}

.module-services.style-11 .ry-flex > .ry-each {
  flex-basis: unset;
}

.module-services.style-11 .ry-flex > .ry-each .target-circle .photo:not(.active) {
  display: none;
}

.module-services.style-11 .ry-flex > .ry-each .target-circle {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.module-services.style-11 .ry-flex > .ry-each .target-circle img {
  max-width: 100px;
  margin: auto;
  max-height: 130px;
  object-fit: contain;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) {
  max-width: 760px;
  width: 100%;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex {
  width: 760px;
  height: 760px;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #54c7c1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: invert(0) brightness(9);
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .ry-each {
  max-width: max-content;
  flex-basis: unset;
  cursor: pointer;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .ry-each:hover .photo {
  background: #1c110a;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex {
  position: relative;
  width: 630px;
  height: 630px;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .ry-each {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 130px;
  margin: calc( -130px / 2 );
  background: teal;
  border-radius: 50%;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo:before {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  border: 1px solid #ffffff;
  left: calc(50% + -1px);
  top: calc(50% + -1px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .box-wrapper {
  display: flex;
  justify-content: center;
  transform: scale(.9);
}

.ciclegraph:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 472px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ciclegraph.circle-count-3:before {
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-121d4509-beb0-4ed6-8ad2-63aa108ca994/ServicesIcons/lines_3.png);
  width: 406px;
  top: calc(50% + -35px);
}

.ciclegraph.circle-count-4:before {
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-121d4509-beb0-4ed6-8ad2-63aa108ca994/ServicesIcons/lines_4.png);
}

.ciclegraph.circle-count-5:before {
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-121d4509-beb0-4ed6-8ad2-63aa108ca994/ServicesIcons/lines_5.png);
  background-size: 450px;
  top: calc(50% - 24px);
}

.ciclegraph.circle-count-6:before {
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-121d4509-beb0-4ed6-8ad2-63aa108ca994/ServicesIcons/lines_6.png);
  background-size: 412px;
  top: 50%;
}

.ciclegraph.circle-count-7:before {
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-121d4509-beb0-4ed6-8ad2-63aa108ca994/ServicesIcons/lines_7.png);
  top: calc(50% - 13px);
  background-size: 470px;
}

.ciclegraph.circle-count-8:before {
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-121d4509-beb0-4ed6-8ad2-63aa108ca994/ServicesIcons/lines_8.png);
}

.ciclegraph.circle-count-9:before {
  background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-121d4509-beb0-4ed6-8ad2-63aa108ca994/ServicesIcons/lines_9.png);
  top: calc(50% + -9px);
  background-size: 466px;
}

@media (max-width: 1580px) {
}

@media (max-width: 1200px) {
  .module-services.style-11 .ry-flex > .ry-each:nth-child(1) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .module-services.style-11 .section-headline h2 {
    text-align: center;
  }

  .module-services.style-11 .ry-flex .ry-each .services-details h4 {
    text-align: center;
  }

  .module-services.style-11 .ry-flex .ry-each .services-details p {
    text-align: center;
  }

  .module-services.style-11 .ry-flex .ry-each .ry-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .module-services.style-11 .ry-flex {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .module-services.style-11 .ry-flex > .ry-each:nth-child(1), .module-services.style-11 .ry-flex > .ry-each:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .module-services.style-11 {
    padding: 100px 0;
  }

  .module-services.style-11 .section-headline h2 {
    font-size: 50px;
  }

  .module-services.style-11 .section-headline h2 .span-1 {
    font-size: 20px;
  }

  .module-services.style-11 .ry-flex .ry-each .services-details p {
    font-size: 16px;
  }

  .module-services.style-11 .ry-flex .ry-each .services-details h4 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
}

@media (max-width: 680px) {
  .module-services.style-11 .ry-flex > .ry-each:nth-child(2) {
    margin-top: -15vw;
    margin-bottom: -15vw;
  }

  .module-services.style-11 .ry-flex > .ry-each:nth-child(2) .box-wrapper {
    transform: scale(.9);
  }

  .module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex {
    transform: scale(.8);
  }

  .module-services.style-11 .ry-flex > .ry-each .target-circle {
    transform: translate(-50%, -50%) scale(.8);
  }
}

@media (max-width: 560px) {
  .module-services.style-11 .ry-flex > .ry-each:nth-child(2) .box-wrapper {
    transform: scale(.7);
  }

  .module-services.style-11 .ry-flex > .ry-each:nth-child(2) {
    margin-top: -25vw;
    margin-bottom: -25vw;
  }

  .module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex {
    min-width: 630px;
    min-height: 630px;
  }
}

@media (max-width: 480px) {
  .module-services.style-11 .ry-flex .ry-each .services-details h4 {
    font-size: 20px;
  }

  .module-services.style-11 .section-headline h2 .span-1 {
    font-size: 18px;
  }

  .module-services.style-11 .section-headline h2 {
    font-size: 42px;
  }
}

@media (max-width: 420px) {
  .module-services.style-11 .ry-flex > .ry-each:nth-child(2) {
    margin-top: -45vw;
    margin-bottom: -45vw;
  }

  .module-services.style-11 .ry-flex > .ry-each:nth-child(2) .box-wrapper {
    transform: scale(.6);
  }
}

@media (max-width: 420px) {
  .module-services.style-11 .ry-flex > .ry-each:nth-child(2) .box-wrapper {
    transform: scale(.53);
  }
}

/* Style 12 () */
#services-12 a, #services-12 img {
  margin-left: auto;
  margin-right: auto;
}
