:root {
  --primary-color: #00457f;
  --secondary-color: #3F6AFF;
  --white-color: #ffffff;
  --accent-color: #707070;
  --light-grey: #f6f6f6;
  --dark-grey: #eeeeee;
  --form-border:#ebebeb;
  --form-color:#b1b1b1;
  --menu-color:#353535;
  --menu-color-item:#424141;
  --number-color:#f2f2f2;
  --black-color: #000000;
  --link-color:#495057;
  --card-title:#444242;
  --post-title:#333333;
  --widget-color:#788487;
  --font-secondary:"antonio";
}

.oxford-banner {
  background-image: url(../images/oxford/oxford-banner-img.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
  background-size: cover;
}
@media only screen and (max-width: 769px) {
  .oxford-banner {
    height: 600px;
  }
}
.oxford-banner .oxford-content {
  position: relative;
  max-width: 674px;
}
.oxford-banner .oxford-content::before {
  content: "OXFORD";
  position: absolute;
  top: -130px;
  left: 49px;
  font-size: 246px;
  font-weight: 800;
  color: #fff;
  opacity: 0.1;
}
@media only screen and (max-width: 1270px) {
  .oxford-banner .oxford-content::before {
    display: none;
  }
}
.oxford-banner .oxford-content h1 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .oxford-banner .oxford-content h1 {
    font-size: 34px;
    line-height: 51px;
    max-width: 540px;
  }
}
@media only screen and (max-width: 769px) {
  .oxford-banner .oxford-content h1 {
    font-size: 25px;
    line-height: 32px;
  }
}
.oxford-banner .oxford-content p {
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  max-width: 648px;
  padding: 10px 0px 30px 0px;
}

.seo-Services-wrapper {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background-color: #F9F6ED;
  padding: 10px 0;
}
.seo-Services-wrapper .marquee-wrapper {
  display: flex;
}
.seo-Services-wrapper .marquee-wrapper .marquee-content {
  display: flex;
  animation: marquee-left 40s linear infinite;
  gap: 50px;
}
.seo-Services-wrapper .marquee-wrapper .marquee-content span {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 800;
  font-size: 50px;
  color: #dedede;
  text-align: center;
}
@media (max-width: 1200px) {
  .seo-Services-wrapper .marquee-wrapper .marquee-content span {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .seo-Services-wrapper .marquee-wrapper .marquee-content span {
    font-size: 20px;
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.company-oxford {
  padding: 90px 0px;
  background-image: url(../images/oxford/usa-flag-oxford.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .company-oxford {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .company-oxford {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .company-oxford {
    padding: 30px 0;
  }
}
.company-oxford .company-oxford-content {
  text-align: center;
}
.company-oxford .company-oxford-content h2 {
  font-weight: 700;
  text-transform: capitalize;
}
.company-oxford .company-oxford-content p {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 0;
}
.company-oxford .company-oxford-content p.oxford-pera {
  padding: 0px 0px 30px 0px !important;
}
.company-oxford .counter-box {
  text-align: center;
}
.company-oxford .counter-box h3 {
  font-weight: 700;
  font-size: 60px !important;
  line-height: 70px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .company-oxford .counter-box h3 {
    font-size: 40px !important;
  }
}
@media (max-width: 720px) {
  .company-oxford .counter-box h3 {
    font-size: 30px !important;
  }
}
.company-oxford .counter-box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
}

.cross-slider-wrapper {
  padding: 90px 0;
  background-color: #f9f6ef;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.cross-slider-wrapper .cross-marquee {
  background-color: var(--white-color);
  border-top: 1px solid var(--black-color);
  border-bottom: 1px solid var(--black-color);
  transform: rotate(-3.772deg);
  position: relative;
  z-index: 9;
  padding: 20px 0;
  display: flex;
}
.cross-slider-wrapper .cross-marquee.cross-marquee-before {
  background-color: #3B454D;
  border-top: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
  transform: rotate(2.913deg);
  position: relative;
  z-index: 8;
  margin-top: -100px;
  display: flex;
}
.cross-slider-wrapper .cross-marquee.cross-marquee-before .marquee-content {
  display: flex;
  animation: scroll-right 40s linear infinite;
}
.cross-slider-wrapper .cross-marquee.cross-marquee-before .marquee-content span {
  flex-direction: row-reverse;
  color: var(--white-color);
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.cross-slider-wrapper .cross-marquee .marquee-content {
  display: flex;
  gap: 90px;
  animation: scroll-left 40s linear infinite;
}
.cross-slider-wrapper .cross-marquee .marquee-content span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-right: 50px;
  font-size: 27px;
  font-weight: 800;
  color: var(--black-color);
  white-space: nowrap;
}
.cross-slider-wrapper .cross-marquee .marquee-content span img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .cross-slider-wrapper .cross-marquee .marquee-content span {
    font-size: 22px;
  }
  .cross-slider-wrapper .cross-marquee .marquee-content span img {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .cross-slider-wrapper .cross-marquee .marquee-content span {
    font-size: 18px;
  }
  .cross-slider-wrapper .cross-marquee .marquee-content span img {
    width: 30px;
    height: 30px;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.oxford-business {
  width: 100%;
  padding: 100px 0 0;
  background-color: #f9f6ef;
}
@media only screen and (max-width: 768px) {
  .oxford-business {
    padding: 50px 0;
  }
}
.oxford-business .oxford-business-content {
  position: relative;
}
.oxford-business .oxford-business-content::before {
  content: "WHY";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -34%);
  font-size: 246px;
  font-weight: 800;
  opacity: 0.05;
}
@media only screen and (max-width: 769px) {
  .oxford-business .oxford-business-content::before {
    display: none;
  }
}
.oxford-business .oxford-business-content h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  color: #000;
  text-align: center;
  max-width: 1200px;
  margin: 0px auto;
  padding-bottom: 16px;
  font-family: var(--font-secondary);
}
@media only screen and (max-width: 768px) {
  .oxford-business .oxford-business-content h2 {
    font-size: 28px !important;
  }
}
.oxford-business .oxford-business-content p {
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  text-align: center;
  margin: auto;
  max-width: 1300px;
}
.oxford-business .seo-services-img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .oxford-business .seo-services-img {
    display: none;
  }
}

.seo-essential {
  width: 100%;
  background-color: #cddef9;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .seo-essential {
    padding: 50px 0;
  }
}
.seo-essential .inner-essential {
  background-color: #e6f0ff;
  border-radius: 20px;
  padding: 60px 36px;
}
@media (max-width: 1024px) {
  .seo-essential .inner-essential {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .seo-essential .inner-essential {
    padding: 12px;
  }
}
.seo-essential .inner-essential .left-content h2 {
  color: #00457f;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .seo-essential .inner-essential .left-content h2 {
    font-size: 27px !important;
  }
}
.seo-essential .inner-essential .left-content p {
  color: #333333;
  font-weight: 400;
  line-height: 20px;
}
.seo-essential .inner-essential .text-content .seo-essential-heading {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.3294117647);
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 12px;
}
.seo-essential .inner-essential .text-content .seo-essential-heading h3 {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
@media (max-width: 1400px) {
  .seo-essential .inner-essential .text-content .seo-essential-heading h3 {
    font-size: 12px;
  }
}
.seo-essential .inner-essential .text-content p {
  color: #333333;
  padding-top: 20px;
  max-width: 247px;
}
.seo-essential .inner-essential .common-set {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.seo-essential .inner-essential .right-content {
  background-image: url("../images/oxford/Increased-visibility.png");
  height: 326px;
}
@media (max-width: 1200px) {
  .seo-essential .inner-essential .right-content {
    height: auto;
  }
}
.seo-essential .inner-essential .right-content img {
  position: absolute;
  top: 6%;
  left: -12%;
  width: 140px;
  height: 140px;
}
@media (max-width: 1200px) {
  .seo-essential .inner-essential .right-content img {
    display: none;
  }
}
.seo-essential .inner-essential .targeted-traffic {
  background-image: url("../images/oxford/targeted-traffic.png");
}
.seo-essential .inner-essential .targeted-traffic img {
  position: absolute;
  top: -34%;
  right: 8%;
}
@media (max-width: 1024px) {
  .seo-essential .inner-essential .targeted-traffic img {
    display: none;
  }
}
.seo-essential .inner-essential .higher-conversions {
  background-image: url("../images/oxford/targeted-traffic.png");
}
.seo-essential .inner-essential .higher-conversions img {
  position: absolute;
  top: 6%;
  left: -12%;
  width: 140px;
  height: 140px;
}
@media (max-width: 1024px) {
  .seo-essential .inner-essential .higher-conversions img {
    display: none;
  }
}
.seo-essential .inner-essential .better-user-experience {
  background-image: url("../images/oxford/better-user-experience.png");
  padding: 45px 50px;
}
@media (max-width: 991px) {
  .seo-essential .inner-essential .better-user-experience {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .seo-essential .inner-essential .better-user-experience img {
    display: none;
  }
}

.impectful-seo {
  padding: 100px 20px;
  background-color: #F9F6ED;
}
@media only screen and (max-width: 512px) {
  .impectful-seo {
    padding: 50px 20px;
  }
}
.impectful-seo .seo-banner-section {
  background: linear-gradient(90deg, #706eff 0%, #b36fff 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding-right: 200px;
}
@media only screen and (max-width: 991px) {
  .impectful-seo .seo-banner-section {
    padding-right: 0;
  }
}
.impectful-seo .seo-banner-section .content-seo-impect {
  padding: 50px 0px 50px 70px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .impectful-seo .seo-banner-section .content-seo-impect {
    padding: 20px;
  }
}
.impectful-seo .seo-banner-section .content-seo-impect h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
  .impectful-seo .seo-banner-section .content-seo-impect h2 {
    font-size: 25px;
  }
}
.impectful-seo .seo-banner-section .content-seo-impect p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.impectful-seo .seo-banner-section .content-seo-impect .get-btn {
  padding: 16px 48px;
}
@media only screen and (max-width: 512px) {
  .impectful-seo .seo-banner-section .content-seo-impect .get-btn {
    padding: 10px 30px;
  }
}
.impectful-seo .seo-banner-section img {
  position: absolute;
  right: 5%;
  top: -24%;
}
@media only screen and (max-width: 991px) {
  .impectful-seo .seo-banner-section img {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .impectful-seo .seo-banner-section img {
    display: none;
  }
}

.our-offshore {
  padding: 60px 0 150px;
  background-color: #f9f6ed;
}
@media (max-width: 1200px) {
  .our-offshore {
    padding: 60px 0 90px;
  }
}
@media (max-width: 991px) {
  .our-offshore {
    padding: 40px 0 70px;
  }
}
@media (max-width: 768px) {
  .our-offshore {
    padding: 30px 0 50px;
  }
}
@media (max-width: 576px) {
  .our-offshore {
    padding: 30px 0;
  }
}
.our-offshore .our-offshore-heading {
  max-width: 800px;
  margin: 0 auto;
}
.our-offshore .our-offshore-heading h2 {
  font-weight: 700;
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage {
  display: flex;
  align-items: stretch;
  padding: 15px 0;
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
  padding: 30px;
  border-radius: 28px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item.box-primary {
  background-color: #80ADF0;
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item.box-secondary {
  background-color: #07A2BB;
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item.box-secondary h3,
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item.box-secondary p {
  color: var(--white-color);
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item.box-tertiary {
  background-color: #E7D472;
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item.box-accent {
  background-color: #FF8287;
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item.box-accent h3,
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item.box-accent p {
  color: var(--white-color);
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item.box-standard {
  background-color: #B7D4FF;
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item.box-muted {
  background-color: #1BB5A4;
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item.box-muted h3,
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item.box-muted p {
  color: var(--white-color);
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item img {
  width: 50px;
  height: 50px;
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin: 14px 0 30px;
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item h3 a {
  color: var(--black-color);
}
.our-offshore .offshore-slick .owl-stage-outer .owl-stage .owl-item .item p {
  color: var(--black-color);
}
.our-offshore .offshore-slick .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.our-offshore .offshore-slick .owl-nav button {
  background-color: #00457f !important;
  border: 1px solid #00457f;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 70px !important;
  justify-content: center;
  transition: all 0.3s;
}
.our-offshore .offshore-slick .owl-nav button:hover {
  border: 1px solid var(--black-color);
  background-color: var(--white-color) !important;
}
.our-offshore .offshore-slick .owl-nav button:hover span {
  color: var(--black-color);
}
.our-offshore .offshore-slick .owl-nav button span {
  color: var(--white-color);
  font-size: 30px;
}

.why-choose-section {
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  width: 100%;
  background-color: #F9F6ED;
}
.why-choose-section .why-choose-marquee {
  border-top: 1px solid var(--black-color);
  border-bottom: 1px solid var(--black-color);
  background-color: var(--white-color);
  display: flex;
}
.why-choose-section .why-choose-marquee .marquee-track {
  display: flex;
  animation: marquee 30s linear infinite;
}
.why-choose-section .why-choose-marquee .item {
  flex: 0 0 auto;
  padding: 20px 40px;
}
.why-choose-section .why-choose-marquee .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 30px;
  font-weight: 800;
  color: var(--black-color);
}
.why-choose-section .why-choose-marquee .item span img {
  width: 50px;
  height: 50px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.seo-agency {
  background: linear-gradient(180deg, #024b89 0%, rgba(7, 87, 155, 0.5) 29.33%, rgba(13, 101, 176, 0.5) 62.5%, #3588cd 100%), url("../images/oxford/seo-agencys.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  padding: 100px 0px;
}
.seo-agency::before {
  content: "";
  position: absolute;
  background-image: url(../images/oxford/agency-ring.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 493px;
  right: 0%;
  top: -24%;
  height: 512px;
}
@media only screen and (max-width: 1270px) {
  .seo-agency::before {
    display: none;
  }
}
.seo-agency .seo-agency-content {
  max-width: 816px;
}
.seo-agency .seo-agency-content h2 {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  max-width: 500px;
}
.seo-agency .seo-agency-content p {
  color: #fff;
}
.seo-agency .seo-stretegies-content {
  background-image: url(../images/oxford/seo-strategies-ox.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.seo-agency .seo-stretegies-content .seo-strategies-card {
  padding: 70px;
}
@media only screen and (max-width: 1024px) {
  .seo-agency .seo-stretegies-content .seo-strategies-card {
    padding: 70px 50px;
  }
}
@media only screen and (max-width: 494px) {
  .seo-agency .seo-stretegies-content .seo-strategies-card {
    padding: 70px 0px 50px 30px;
  }
}
.seo-agency .seo-stretegies-content .seo-strategies-card h3 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  vertical-align: middle;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.seo-agency .seo-stretegies-content .seo-strategies-card p {
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.seo-voyages {
  padding: 100px 20px;
  background: linear-gradient(180deg, #3387cc 0%, #096fc5 50%, #f9f6ed 100%);
}
@media only screen and (max-width: 512px) {
  .seo-voyages {
    padding: 50px 20px;
  }
}
.seo-voyages .seo-voyages-section {
  background-color: #2990e5;
  border-radius: 20px;
  position: relative;
}
.seo-voyages .seo-voyages-section .seo-voyages-impect {
  padding: 47px 0 40px 47px;
}
@media only screen and (max-width: 768px) {
  .seo-voyages .seo-voyages-section .seo-voyages-impect {
    padding: 20px;
  }
}
.seo-voyages .seo-voyages-section .seo-voyages-impect h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 0px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1024px) {
  .seo-voyages .seo-voyages-section .seo-voyages-impect h2 {
    font-size: 25px;
  }
}
.seo-voyages .seo-voyages-section .seo-voyages-impect p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.seo-voyages .seo-voyages-section .seo-voyages-impect .get-btn {
  padding: 16px 48px;
}
@media only screen and (max-width: 512px) {
  .seo-voyages .seo-voyages-section .seo-voyages-impect .get-btn {
    padding: 10px 30px;
  }
}
.seo-voyages .seo-voyages-section img {
  position: absolute;
  right: 5%;
  bottom: -16%;
}
@media only screen and (max-width: 991px) {
  .seo-voyages .seo-voyages-section img {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .seo-voyages .seo-voyages-section img {
    display: none;
  }
}

.business-grow {
  padding: 100px 0px;
}
.business-grow .business-grow-content h2 {
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  margin-bottom: 10px;
  text-align: center;
  color: #00457f;
  font-family: var(--font-secondary);
}
@media only screen and (max-width: 769px) {
  .business-grow .business-grow-content h2 {
    font-size: 31px !important;
  }
}
.business-grow .business-grow-content p {
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  max-width: 711px;
  margin: 0px auto;
  color: #000;
  padding-bottom: 50px;
}
.business-grow .arrow-wrapper .middle-arrow {
  height: auto;
  margin-top: -16px;
}
.business-grow .targeted-traffic-seo {
  width: 100%;
  background: linear-gradient(89.87deg, #00457f 2.05%, #2947cb 123.97%);
  border-radius: 30px;
  padding: 25px 35px 25px 51px;
  position: relative;
}
.business-grow .targeted-traffic-seo h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26.1px;
  color: #fff;
  margin-bottom: 10px;
}
.business-grow .targeted-traffic-seo p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.business-grow .targeted-traffic-seo img {
  position: absolute;
  left: -2%;
  top: 10%;
}
@media only screen and (max-width: 769px) {
  .business-grow .targeted-traffic-seo img {
    left: -5%;
  }
}

.faq {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 45px 0;
  }
}
@media screen and (max-width: 576px) {
  .faq {
    padding: 25px 0;
  }
}
.faq h2 {
  font-weight: 700;
  color: #00457f;
}
.faq .accordion .accordion-item {
  border: none;
  box-shadow: 0px 32.69px 38.45px 0px rgba(185, 185, 185, 0.1019607843);
  border-radius: 16px;
  background-color: #878df7;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: #000;
  padding: 20px 24px;
  border-radius: 16px;
  font-size: 14px;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #878df7 !important;
  box-shadow: none;
  color: #fff;
}
.faq .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: #cddef9;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:focus-visible {
  border: none;
}
.faq .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #1b1139;
  background-image: none;
}
@media screen and (max-width: 576px) {
  .faq .accordion .accordion-item .accordion-header .accordion-button::after {
    height: 20px;
  }
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .faq .accordion .accordion-item .accordion-header .accordion-button {
    padding: 15px;
  }
}
.faq .accordion .accordion-item .accordion-description {
  max-width: 1200px;
  padding: 0 24px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

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