@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300&display=swap");
body {
  text-align: right;
  font-style: normal !important;
  font-style: normal !important;
  font-family: "Cairo", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
#logo a,
.menu-link,
.mega-menu-style-2 .mega-menu-title > .menu-link,
.top-search-form input,
.entry-link,
.entry.entry-date-section span,
.button.button-desc,
.fbox-content h3,
.tab-nav-lg li a,
.counter,
label,
.widget-filter-links li a,
.nav-tree li a,
.wedding-head,
.font-primary {
  font-family: "Cairo", sans-serif !important;
}

.entry-link span,
.entry blockquote p,
.more-link,
.comment-content .comment-author span,
.comment-content .comment-author span a,
.button.button-desc span,
.testi-content p,
.team-title span,
.before-heading,
.wedding-head .first-name span,
.wedding-head .last-name span,
.font-secondary {
  font-family: "Cairo", serif !important;
}
#logo {
  margin-right: 0;
  margin-left: auto;
}
.small-hexa-shape {
  height: 110px;
  width: 100px;
  filter: drop-shadow(0px 5px 10px rgba(7, 7, 7, 0.267));
}
.small-hexa {
  height: 110px;
  width: 100px;
  margin-top: 17px;
  background: rgb(252, 252, 252);
  box-shadow: 0px 100px 20px 3px rgb(0 0 0);
  display: inline-block;
  clip-path: polygon(
    50% 0,
    50% 0,
    100% 30%,
    100% 70%,
    50% 100%,
    50% 100%,
    0% 70%,
    0% 30%
  );
}
.small-hexa-shape .small-hexa i {
  line-height: 110px;
  font-size: 40px;
  color: #2310d4;
}

.dark #header-wrap {
  background-color: #181c34;
}
.standard-logo {
  display: inline-block;
  width: 200px;
  height: 40px;
  transition: all ease-in-out 300ms;
}
.standard-logo img {
  width: auto;
}
.dark #footer,
#footer.dark {
  background-color: #181c34;
}
#page-title,
.page-title {
  padding: 100px 0;
  position: relative;
}

#page-title::before,
.page-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  transform: scaleX(-1);
  background: #2310d4 url("../background.png") no-repeat;
  background-position: center;
}
#page-title:first-child,
.page-title {
  padding: 160px 0;
}
#page-footer-title,
.page-title {
  background: #2310d4 url("../background_footer.png") no-repeat;
  padding: 100px 0;
  background-position: center;
  border: 0;
}
#page-footer-title:first-child,
.page-title:first-child {
  padding: 160px 0;
}
#page-title h1,
#page-title h2,
#page-title p,
.page-title h1,
.page-title h2,
.page-title p {
  color: #fefefe;
  font-style: normal !important;
  font-family: "Cairo", sans-serif;
}

#page-footer-title h1,
#page-footer-title h2,
#page-footer-title p {
  color: white;
  font-style: normal !important;
  font-family: "Cairo", sans-serif;
}

#page-footer-title a,
.page-title a {
  display: inline-block;
  width: 140px;
  margin-left: 15px;
}

.title_gradient {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    45deg,
    rgb(243 243 243 / 0%) 0%,
    rgb(113 111 111) 100%
  );
  height: 25px;
}

.hexagonal_container--row:first-of-type {
  justify-content: space-evenly;
  width: 72%;
  margin: auto;
}

.hexagonal_container--row:last-of-type {
  justify-content: space-evenly;
  width: 72%;
  margin: auto;
}

.hexagonal_container--row:first-of-type .hexagonal_container {
  width: 26%;
}
.hexagonal_container--row:last-of-type .hexagonal_container {
  width: 34%;
}

@media screen and (max-width: 768px) {
  .hexagonal_container--row:first-of-type .hexagonal_container {
    width: 100%;
    margin: auto;
  }
}

.hexa-box {
  filter: drop-shadow(0px 5px 10px rgba(7, 7, 7, 0.267));
  height: 330px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hexa-box {
    height: 300px;
    width: 90%;
    margin: auto;
  }

  .hexa-shape i {
    line-height: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hexa-box {
    height: 300px;
    width: 100%;
  }
  .hexa-shape i {
    line-height: 150px;
  }
}

.hexa-shape:hover {
  background: #2310d4;
}

.hexa-shape:hover i,
.hexa-shape:hover h4 {
  color: white;
}

.hexa-shape {
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  margin-top: 15px;
  box-shadow: 0px 100px 20px 3px rgb(0 0 0);
  display: inline-block;
  clip-path: polygon(
    50% 0,
    50% 0,
    100% 30%,
    100% 70%,
    50% 100%,
    50% 100%,
    0% 70%,
    0% 30%
  );
  transition: all ease-in 200ms;
}

.hexa-shape i {
  line-height: 140px;
  font-size: 80px;
  color: #2310d4;
}
.second-row {
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .second-row {
    margin-top: 0;
  }
}
.contacts-links {
  color: #2310d4;
}

.form-section h2,
.location h2 {
  color: #2310d4;
}

​.location h3 {
  margin: 20px 0;
}
.location ul li {
  margin-bottom: 13px;
}
.location .location-links {
  margin: 10px 0;
  color: #181c34;
}
.location ul li i {
  color: #2310d4;
}

/*Annuity Section*/
.annuity {
  margin-top: 135px;
  padding: 120px 10px 20px;
  position: relative;
  border: 2px solid rgba(124, 123, 123, 0.933);
}
.annuity .annuity-box {
  position: absolute;
  height: 120px;
  width: 80px;
  left: 50%;
  transform: translate(-50%, -100%);
  filter: drop-shadow(0px 5px 10px rgba(7, 7, 7, 0.267));
}
.annuity-shape {
  position: absolute;
  left: 50%;
  top: 77%;
  transform: translate(-50%, -100%);
  height: 200px;
  width: 200px;
  background: rgb(252, 252, 252);
  box-shadow: 0px 100px 20px 3px rgb(0 0 0);
  display: inline-block;
  clip-path: polygon(
    50% 0,
    50% 0,
    100% 30%,
    100% 70%,
    50% 100%,
    50% 100%,
    0% 70%,
    0% 30%
  );
}
.annuity-shape i {
  font-size: 50px;
  color: #2310d4;
}
.services-anchor {
  width: 130px;
  background: #2310d4;
}
.dark-sections {
  background: #181c34;
  color: #fefefe;
  border-radius: 0;
}
/*.testimonial-section h3 {
  color: #181c34;
}*/
.testimonial-section h4 {
  color: #2310d4;
}
.customize-testimonial {
  background: #181c34;
  color: #fefefe;
  border-radius: 0;
  margin-bottom: 0px !important;
}

.customize-testimonial.testimonial-full[data-animation="fade"],
.customize-testimonial.testimonial-full {
  padding: 0;
}
.customize-testimonial .testi-content p {
  font-style: normal;
  text-align: right;
  font-family: "Cairo", sans-serif !important;
}
.customize-testimonial .flex-control-nav li a {
  clip-path: polygon(
    50% 0,
    50% 0,
    100% 30%,
    100% 70%,
    50% 100%,
    50% 100%,
    0% 70%,
    0% 30%
  );
  background: #d2cef6;
  padding: 5px;
}
.customize-testimonial .row .col-md-4 a img {
  width: 100%;
  height: 100%;
}
.customize-testimonial .flex-control-nav li {
  padding: 0 5px;
}

.customize-testimonial .testi-content {
  padding: 30px 0 15px;
  font-family: "Cairo", sans-serif !important;
}
.testimonial .flex-control-nav li a.flex-active {
  background: #f2f2f2;
}

.customize-testimonial .flexslider {
  position: relative;
}

.customize-testimonial .flexslider .slider-wrap::before {
  position: absolute;
  content: ",,";
  font-size: 120px;
  right: 5%;
  top: -15px;
  transform: rotate(180deg);
  color: #d2cef6;
}
.customize-testimonial .flexslider .testi-content {
  padding-right: 40px;
}
.customize-testimonial .flex-control-nav {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .customize-testimonial .flexslider .slider-wrap::before {
    top: -5%;
  }
  .customize-testimonial .flexslider .testi-content {
    padding: 10px 27px;
  }
}

/*about-us*/
.know-about-us h2 {
  color: #181c34;
}
.know-about-us h3,
.our-amazing-team h3,
.clients h3 {
  color: #2310d4;
  font-style: normal !important;
  font-family: "Cairo", sans-serif;
}
.know-about-us .col-md-6 img {
  width: 100%;
  height: 100%;
}
.about-us-btn {
  width: 250px;
}
.raddison {
  background: #181c34;
}
.counter {
  background: #2310d4;
  color: #fefefe;
}
.counter h2,
.counter h5 {
  color: #fefefe;
  font-style: normal !important;
  font-family: "Cairo", sans-serif;
}
.clients img {
  width: 100%;
}

footer {
  background: #181c34;
  color: #fefefe;
}
footer h5,
footer h6,
footer .footer-anchor {
  color: #fefefe;
  font-style: normal !important;
  font-family: "Cairo", sans-serif;
}
footer .footer-anchor {
  display: inline-block;
}

/*patent process*/
.patent-process {
  background: #181c34;
}
.patent-process h2,
.patent-process h3 {
  color: #fefefe;
  font-style: normal !important;
  font-family: "Cairo", sans-serif;
}

.login-btn {
  padding: 7px 10px;
  font-style: normal !important;
  font-family: "Cairo", sans-serif;
}
.menu-item .dropdown-menu {
  background: #181c34 !important;
  font-style: normal !important;
  font-family: "Cairo", sans-serif;
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.heading-block h5,
.heading-block h6 {
  color: #1e0eb7;
}
.heading-block span {
  font-size: 18px;
  color: #181c34;
}

.dark-sections h1,
.dark-sections h2,
.dark-sections h3,
.dark-sections h4,
.dark-sections h5,
.dark-sections h6 {
  color: #ffffff;
}
.dark-sections span,
.team-title span {
  font-size: 18px;
  color: #c7c3c3;
}
a.btn {
  width: 250px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
a.btn::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #181c34;
  top: 0;
  right: 0;
  transition: all cubic-bezier(0.2, 0.07, 0.58, 1) 300ms;
  z-index: -1;
  transform: scale(0);
}
.btn:hover.btn::before {
  transform: scale(110);
}

.hexa-shape::before {
  position: absolute;
  content: "";
  background: #2310d4;
  width: 10px;
  height: 10px;
  z-index: -1;
  left: 48.5%;
  top: 50%;
  border-radius: 50%;
  transform: scale(0);
  transition: all cubic-bezier(0.2, 0.07, 0.58, 1) 300ms;
}
.hexa-shape:hover.hexa-shape::before {
  transform: scale(55);
}
.hexa-shape:hover i,
.hexa-shape:hover h4 {
  color: white;
}

.services h3 {
  color: #2310d4;
}
.services .accordion-icon {
  max-width: 50px;
  max-height: 50px;
}
.services .accordion-icon img {
  width: 100%;
  height: 100%;
}
.services .card-header {
  border: none;
  border-radius: 0;
  color: white;
  background: #ffffff;
}
#accordion {
  text-align: right;
}

.services .active {
  background: #2310d4;
  color: #ffffff;
}
.services .active :is(h1, h2, h3, h4, h5, h6) {
  color: #ffffff;
}

.services .active .accordion-icon img {
  filter: brightness(25);
}

.primary-menu .menu-container .menu-item a.btn {
  width: auto;
}

.js-cookie-consent {
  bottom: 0;
  position: fixed;
  background-color: #007bff;
  z-index: 9999;
  width: 100%;
  padding: 15px;
  font-size: 19px;
  color: #fff;
}
.cookie-consent__agree {
  box-shadow: 0 0 10px 3px rgb(108 98 98 / 20%);
  border: 0;
  background: #fff;
  border-radius: 11px;
  color: #000;
  height: 40px;
  cursor: pointer;
  margin-left: 15px;
}
.cookie-consent__message a {
  color: #ffffff;
}

.list-group-item {
  height: 200px;
}
.payment_method {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.payment_method img {
  height: 100%;
}
.list-group-item {
  margin-top: -1px;
  border: 1px solid #eee !important;
}

.datepicker {
  direction: rtl !important;
  right: auto !important;
}

@media (min-width: 992px) {
  .process-steps li:first-child:after {
    right: auto;
    left: 0;
    margin-left: -26px;
  }
  .process-steps li:last-child:before {
    left: auto;
    right: 0;
    margin-left: -26px;
  }

  .process-steps li::before,
  .process-steps li::after {
    content: "";
    position: absolute;
    top: 30px;
    width: 50%;
    border-top: 1px dashed #ddd;
  }
}

.our-values {
  background-color: #eeeeee;
}
.our-values h2 {
  position: relative;
}

.our-values h2::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 131px;
  height: 2px;
  background: #4b57ff;
}
.slider-caption h1 {
  font-size: 2.2rem;
}
.slider-caption p {
  font-size: 1.2rem;
}
.slider-caption p {
  margin-top: 0;
}
#logo {
  max-width: 150px;
  max-height: 85px;
}
#logo img {
  max-height: 40px;
}
.menu-container > .menu-item > .menu-link {
  padding-left: 0px;
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  #logo {
    display: inline-block;
    max-width: 140px;
    margin-left: 0;
  }
  #logo img {
    display: block;
    max-width: 100%;
    max-height: 50px;
  }
  .menu-container > .menu-item > .menu-link {
    padding-left: 5px;
  }
}
.service span,
.testimonial-section span {
  color: #777;
}
.widget span,
.widget h3 {
  color: #fff;
}

.team img,
.our--team-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.media-box .fmedia-box img {
  height: 200px;
}

.single-post .entry .entry-image a img {
  height: auto;
  max-width: 45%;
  width: auto;
  margin: auto;
}

.entry .entry-image a img {
  height: 200px;
  object-fit: contain;
}
/*.entry .grid-inner .entry-title h2{
  height: 51px;
}*/
.entry .entry-title h3 {
  height: 47px;
}
.widget span,
.widget h3 {
  color: #fff;
}
.community-entry .entry-image {
  height: 200px;
}
.community-entry .entry-image a img {
  height: 100%;
  object-fit: contain;
}

h2.slogan-title {
  color: #777;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
}
@media screen and (max-width: 62rem) {
  .footer-copy-right {
    margin-top: 2.5rem;
  }

  .single-post .entry .entry-image a img {
    width: 55%;
  }
}
@media screen and (max-width: 62rem) {
  .annuity .services-anchor {
    margin-bottom: 0.75rem;
  }
}

.swiper-slide-bg,
.fslider .col-md-4 img {
  transform: scaleX(-1);
}

.privacy-description p {
  margin-bottom: 1rem;
}

.entry-content p,
.entry-content li,
.entry-content ul {
  margin-bottom: 0.75rem;
}

.entry-content ul,
.privacy-description ul {
  margin-right: 50px;
}

.faq’s__content{
  font-size: 20px;
}

li:not(span){
  color:#484848;
}