.hero-service-full-background-color-section {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
 
}

.hero-service-full-background-color-section .inner-wrap {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  gap: 80px;
  background: #F4F4F4;
  padding: 80px 20px;
  justify-content: center;
}

.hero-service-full-background-color-section .desktop-breadcrumbs {
  width: 100%;
  background: #fff;
  margin-bottom: 0 !important;
  padding: 20px 120px;
}

.hero-service-full-background-color-section .breadcrumb {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}

.hero-service-full-background-color-section .breadcrumb * {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #002A68;
  text-decoration: none;
}

.hero-service-full-background-color-section .inner-wrap .left-content {
  width: 100%;
  max-width: 560px;
}

.hero-service-full-background-color-section .inner-wrap .left-content .top-text>label {
  color: #939393;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.hero-service-full-background-color-section .inner-wrap .left-content .top-text>h1 {
  color: #000;
  font-family: Spectral;
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  margin: 0;
}

.hero-service-full-background-color-section .inner-wrap .left-content .top-text>h1 span {
  font-weight: 400;
}

.hero-service-full-background-color-section .inner-wrap .left-content .wysiwyg-content {
  margin-top: 32px;
}

.hero-service-full-background-color-section .inner-wrap .left-content .wysiwyg-content * {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}

.hero-service-full-background-color-section .inner-wrap .left-content .wysiwyg-content a {
  color: #168BD8;
}

.hero-service-full-background-color-section .inner-wrap .right-content {
  width: 100%;
  max-width: 560px;
  position: relative;
}

.hero-service-full-background-color-section .inner-wrap .right-content .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.hero-service-full-background-color-section .inner-wrap .right-content .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.hero-service-full-background-color-section .left-content .button-wrapper {
  margin-top: 40px;
  display: flex;
  gap: 8px;
}

.hero-service-full-background-color-section .left-content .button-wrapper .btn {
  text-transform: capitalize;
  border-radius: 200px;
      padding: 24px 32px;
    display: block;
    width: fit-content;
  text-align: center;
  transition: all ease-in-out 200ms;
  white-space: nowrap;
  border: 1px solid #06A77D;
  margin-bottom: 0;
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.hero-service-full-background-color-section .left-content .button-wrapper.btn-one .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hero-service-full-background-color-section .left-content .button-wrapper .btn.btn-contained {
  background: #06A77D;
  color: #fff;
}

.hero-service-full-background-color-section .left-content .button-wrapper .btn.btn-contained:hover {
  background: #40CAA6;
  border: 2px solid #40CAA6;
  color: #fff;
}

.hero-service-full-background-color-section .left-content .button-wrapper .btn.btn-contained:active {
  background: #027A5B;
  color: #fff;
  border: solid 2px #027A5B;
}

.hero-service-full-background-color-section .left-content .button-wrapper .btn.btn-outlined {
  border: 1px solid #000;
  color: #000;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 24px 36px;
}

.hero-service-full-background-color-section .left-content .button-wrapper .btn.btn-outlined svg path {
  fill: #082D5A;
}

.hero-service-full-background-color-section .left-content .button-wrapper .btn.btn-outlined:hover {
  background: #5DCBF5;
  color: #06122B;
  border: 1px solid #5DCBF5;
}

.hero-service-full-background-color-section .left-content .button-wrapper .btn.btn-outlined:active {
   background: #5DCBF5;
  color: #06122B;
  border: 1px solid #5DCBF5;
}

.hero-service-full-background-color-section .left-content .button-wrapper .btn.btn-outlined:hover svg path {
  fill: #fff;
}

.hero-service-full-background-color-section .left-content .button-wrapper .btn.btn-outlined:active svg path {
  fill: #03165A;
}

.hero-service-full-background-color-section .inner-wrap .right-content .image-wrap img.mobile-img {
  display: none;
}

.hero-service-full-background-color-section .mobile-breadcrumbs {
  display: none;
}
@media screen and (max-width: 1279px) {
  .hero-service-full-background-color-section {
    padding: 0;
  }

  .hero-service-full-background-color-section .inner-wrap {
    gap: 40px;
  }

  .hero-service-full-background-color-section .inner-wrap .left-content .top-text>label {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-service-full-background-color-section .inner-wrap .left-content .top-text>h1 {
    font-size: 34px;
    line-height: 46px;
    text-align: center;
  }

  .hero-service-full-background-color-section .inner-wrap .left-content .wysiwyg-content * {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
	.hero-service-full-background-color-section .inner-wrap {
    flex-direction: column-reverse;
		gap: 0;
  }
	
  .hero-service-full-background-color-section .inner-wrap .right-content .desktop-img {
    display: none;
  }

  .hero-service-full-background-color-section .inner-wrap .right-content .image-wrap img.mobile-img {
    display: block;
    object-fit: contain;
  }
	 .hero-service-full-background-color-section .inner-wrap .right-content {
    max-width: 100%;
  }
	.hero-service-full-background-color-section .inner-wrap .left-content {
    max-width: 100%;
    padding: 32px 20px;
    background: #F1F1F1;
  }
  .hero-service-full-background-color-section .inner-wrap .right-content .image-wrap {
    position: unset;
	}



	.hero-service-full-background-color-section .left-content .button-wrapper {
    justify-content: center;
	}
}

@media screen and (max-width: 767px) {
  .hero-service-full-background-color-section {
    padding: 0;
  }
	
	.hero-service-full-background-color-section .left-content .button-wrapper .btn.btn-outlined {
		border-color: #002A68;
		color: #002A68;
	}

  .hero-service-full-background-color-section .inner-wrap {
    flex-direction: column-reverse;
    gap: 0;
    padding: 0;
  }

  .hero-service-full-background-color-section .inner-wrap .right-content .image-wrap {
    position: unset;
    border-radius: 0;
    max-height: 550px;
  }

  

  .hero-service-full-background-color-section .inner-wrap .left-content .top-text>h1 {
    margin-bottom: 16px;
  }

  .hero-service-full-background-color-section .inner-wrap .left-content .top-text>label {
    margin-bottom: 6px;
    width: 100%;
  }

  .hero-service-full-background-color-section .left-content .button-wrapper {
    justify-content: center;
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .hero-service-full-background-color-section .left-content .button-wrapper .btn {
    width: fit-content;
	  padding: 18px 24px;
  }
	.keyboard-layout-section .key {
		font-size: 22px;
		line-height: 30px;
	}
  .hero-service-full-background-color-section .inner-wrap .right-content .image-wrap img {
    border-radius: 0;
  }
  .hero-service-full-background-color-section .breadcrumb {
    gap: 8px;
    margin-bottom: 32px;
  }
  .hero-service-full-background-color-section .breadcrumb {
    justify-content: center;
  }
  .hero-service-full-background-color-section .mobile-breadcrumbs {
    display: flex;
  }
  .hero-service-full-background-color-section .desktop-breadcrumbs {
    display: none;
  }
  .hero-service-full-background-color-section .breadcrumb * {
    font-size: 14px;
    line-height: 22px;
  }
  .hero-service-full-background-color-section .left-content .button-wrapper .btn {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 425px) {
  .hero-service-full-background-color-section .left-content .button-wrapper.btn-one .btn {
    width: 100%;
  }
}