/**
* Template Name: Selecao - v4.3.0
* Template URL: https://bootstrapmade.com/selecao-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  --prim: #fafaff;
  --second: #135081;
  --third: #808080;
  --forText: #2e2e3d;
  --forBtn: #68a2f9;
}

@font-face {
  font-family: "El_Messiri";
  src: local("El_Messiri"),
    url("https://rpapp.site/public/assets/fonts/El_Messiri/static/ElMessiri-Regular.ttf") format("truetype");
}

body {
  font-family: "El_Messiri", sans-serif;
  color: #444444;
  background-color: #fff;
}

a {
  color: #ef6603;
  text-decoration: none;
}

a:hover {
  color: #fc8129;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
p,
span {
  font-family: "El_Messiri", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--second);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5c5e87;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Disable AOS delay on mobile
  --------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/

#header {
  top: 40px;
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(42, 44, 57, 0.9);
}

#header .navbar {
  top: 40px;
}

#header.header-scrolled,
#header.header-scrolled .navbar {
  top: 0;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.9);
}

#header .logo {
  margin-right: 20px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

@media (min-width: 1200px) {
  #header .container-xl {
    max-width: 1350px;
  }
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/

/**
  * Desktop Navigation 
  */

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  align-items: start;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px 7px 20px !important;
  margin-left: 5px;
  font-size: 16px;
  color: #f8f9fc;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
  font-weight: 500;
}

.navbar .show a,
.navbar .show a:focus {
  color: var(--second);
}

.header-scrolled .navbar a,
.header-scrolled .navbar a:focus {
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar a:focus,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  /*color: var(--second) !important;*/
  color: #f8f9fc !important;
  background-color: var(--second);
}

.header-scrolled .navbar a:hover,
.header-scrolled .navbar a:focus,
.header-scrolled .navbar .active,
.header-scrolled .navbar .active:focus,
.header-scrolled .navbar li:hover > a {
  color: #f8f9fc !important;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 5px;
  top: calc(100% + 30px);
  margin: 5px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 15px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #2a2c39;
  margin: 0 5px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #fff;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
  * Mobile Navigation 
  */

.mobile-nav-toggle {
  color: var(--third);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  /* .navbar ul {
          display: none;
      }*/
  #header .logo img {
    max-height: 40px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(20, 21, 28, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 50px;
  left: px;
  padding: 0 50px 0 0;
  border-radius: 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  margin: 5px;
  font-size: 15px;
  color: #2a2c39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: var(--third);
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #fff;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/

.bg-light {
  background-color: #f8f9fc !important;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative !important;
  overflow: hidden;
}

.sec-hd {
  display: flex;
  position: relative;
  margin-bottom: 100px;
  text-align: center;
  align-items: center;
  width: unset;
}

.sec-hd .heading {
  width: 1226px;
  height: 1px;
  background-color: #2d373e;
  flex-shrink: 1;
  display: inline-block;
}

.sec-hd .sec-title {
  display: inline-block;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0 38px;
  flex-shrink: 0;
}

/*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/

.about {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about .card1 {
  border: 0;
  border-radius: 5px;
  box-shadow: 2px 5px 5px #d9d9d9;
  padding: 10px;
  height: 150px;
  transform: rotate(5deg);
  margin-top: 120px;
}

.about .card2 {
  border: 0;
  border-radius: 5px;
  box-shadow: -2px 5px 5px #d9d9d9;
  padding: 10px;
  height: 150px;
  transform: rotate(355deg);
}

.about i {
  background-color: var(--second);
  padding: 5px 13px;
  border-radius: 10px;
  color: #fff;
  font-size: 28px;
  position: absolute;
  right: 0;
  bottom: -20px;
  transform: rotate(330deg);
}

.about h3 {
  font-size: 36px;
  text-align: center;
  font-family: "El_Messiri";
  letter-spacing: 2px;
  margin-bottom: 60px;
}

.about h4 {
  font-size: 18px;
  font-weight: 600;
}

.about h5 {
  font-size: 16px;
  max-width: 85%;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ef6603;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "El_Messiri", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ef6603;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ef6603;
}

.about .content .btn-learn-more:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
  # Cta
  --------------------------------------------------------------*/

.cta {
  background: #f8f9fc5e;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "El_Messiri", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #ef6603;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #ef6603;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
  # Testimonials
  --------------------------------------------------------------*/

@keyframes upNdown1 {
  50% {
    transform: translateY(30px);
  }
}

@keyframes upNdown2 {
  50% {
    transform: translateY(10px);
  }
}

@keyframes upNdown2 {
  50% {
    transform: translateY(10px);
  }
}

@keyframes upNdown11 {
  50% {
    transform: translateY(5px);
  }
}

@keyframes upNdown12 {
  50% {
    transform: translateY(-5px);
  }
}

.testimonials .testimonials-slider {
  background-image: url("../img/hero\ \ image/map.png");
  /* background-image: url(../img/hero\ \ image/map2.svg);*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}

.testimonials h3 {
  font-size: 36px;
  text-align: center;
  font-family: "El_Messiri";
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.testimonials .testimonial-item {
  /*box-sizing: content-box;
      padding: 30px 30px 0 30px;
      margin: 30px 15px;
      text-align: center;
      min-height: 200px;
      box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
      width: 25%;
      margin: auto;
      background-color: #fff;*/
  position: relative;
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 200px;
  width: 30%;
  margin: auto;
  background-image: url(../img/hero\ \ image/Subtract.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonials .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  /*margin: 0 auto;*/
  margin: -90px auto 0;
}

.testimonials .testimonial-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-top: 20px;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fedac0;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
  display: inline-block;
  left: 30px;
  top: 50px;
  position: absolute;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ef6603;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ef6603;
}

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #ef6603;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffecde;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #ef6603;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #ef6603;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #fc8129;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/

.breadcrumbs {
  padding: 15px 0;
  margin-top: 70px;
  background: #f7f8f9;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

@media (max-width: 992px) {
  #header,
  #header .navbar {
    top: 0;
  }
  .mobile-inactive {
    display: none !important;
  }
  .games-download img {
    width: 120px !important;
    margin: auto;
  }
  .games-download {
    max-width: 263px !important;
  }
  #ex1 {
    margin-bottom: 10px !important;
  }
  .about .card2,
  .about .card1 {
    height: auto;
  }
  .features h4 {
    font-size: 18px;
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .games-download img {
    width: 120px !important;
    margin: auto;
  }
  .games-download {
    width: 100%;
    margin: auto;
  }
  #ex1 {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 575px) {
  .navbar > .container {
    flex-direction: row-reverse;
  }
  .breadcrumbs ol {
    margin-top: 10px;
  }
  .about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about h3,
  .features h3,
  .testimonials h3 {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .about h5 {
    font-size: 12px;
  }
  .about .card2,
  .about .card1 {
    height: auto;
    width: 80%;
    margin: auto;
    transform: rotate(0deg);
    margin-top: 40px;
  }
  .about i {
    padding: 5px 10px;
    font-size: 20px;
  }
  section {
    padding: 30px 0 !important;
  }
  .features .description {
    max-width: 80%;
    text-align: center;
    font-size: 12px;
    margin: auto;
  }
  .features h4 {
    font-size: 16px;
    text-align: center;
    margin: 20px auto 0;
  }
  .features .featuresImg {
    max-width: 80%;
    margin: 0 10%;
  }
  .testimonials .testimonial-img {
    width: 60px;
    margin: -24px auto 0;
  }
  .testimonials .testimonial-item h3 {
    font-size: 14px;
  }
  .testimonials .testimonial-item p {
    font-size: 12px;
  }
  .testimonials .testimonial-item {
    width: 80%;
  }
  .testimonials .testimonials-slider {
    padding: 0;
  }
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #404356;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/

#footer {
  background: #f8f9fc;
  color: var(--second);
  font-size: 14px;
  text-align: start;
  padding: 20px 0;
}

#footer img {
  margin-top: 50px;
  width: 80px;
}

.footer {
  padding-bottom: 76px;
}

.footer .footer-icon a {
  border: 1px dashed rgba(131, 132, 133, 0.5);
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer .footer-icon i {
  color: var(--second);
}

.footer .footer-icon a:hover {
  border-color: var(--second);
  transform: rotate(10deg);
}

.footer .footer-item li {
  padding-bottom: 8px;
}

.footer .form-control {
  height: 56px;
  border: 1px solid rgba(23, 33, 42, 0.1);
}

.footer .form-control:hover,
.footer .form-control:focus {
  box-shadow: none !important;
}

.footer .input-group-text {
  border: none !important;
}

.footer .footer-center-border {
  border-bottom: 1px dashed rgba(23, 33, 42, 0.2) !important;
}

.footer .footer-link li {
  margin-top: 18px;
}

.footer .footer-link li a {
  color: rgba(23, 33, 42, 0.85) !important;
  font-size: 18px;
}

.footer .footer-link li a:hover {
  color: var(--second) !important;
}

.avatar-sm {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
}

.f-24 {
  font-size: 23px;
}

@media (max-width: 992px) {
  #footer {
    text-align: center;
  }
  .order-sm-1 {
    order: 1 !important;
    margin-bottom: 30px;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  #footer .footer-newsletter h4 {
    font-size: 16px;
  }
  #footer h5 {
    margin-top: 20px;
    font-size: 16px;
  }
  #footer p {
    font-size: 14px;
  }
}

.big {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  margin-bottom: 20rem;
  animation-name: stretch;
  animation-duration: 5s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-play-state: running;
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 30%;
}

@keyframes stretch {
  0% {
    opacity: 0.2;
    background-color: var(--prim);
    border-radius: 100%;
  }
  50% {
    background-color: var(--second);
  }
  100% {
    background-color: var(--third);
  }
}

/*--------------------------------------------------------------
  # tagline
  --------------------------------------------------------------*/

.tagline {
  background-color: var(--second);
  font-size: 14px;
  color: var(--prim) !important;
  position: relative;
  width: 100%;
  z-index: 1000;
  padding: 8px 0;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.tagline a {
  color: var(--prim);
}

.tagline .top_socials .entry a {
  align-items: center;
  display: flex;
  color: var(--prim);
  font-size: 14px;
}

.tagline .top_socials .entry {
  padding: 0 8px;
  position: relative;
  display: flex;
  align-items: center;
}

.tagline .top_socials .entry::before {
  content: "";
  position: absolute;
  width: 1px;
  right: -1px;
  display: flex;
  height: 12px;
  background-color: var(--prim);
  align-items: center;
}

.tagline .top_socials .entry:first-child::before {
  width: 0;
}

.tagline .top_socials .entry i {
  font-size: 18px;
}

.tagline .top_socials .entry a:hover {
  color: var(--second);
  transform: scale(1.05);
}

/*--------------------------------------------------------------
  # home
  --------------------------------------------------------------*/

.home-6 {
  background-image: url(../img/55.png);
  min-height: 100vh;
  align-items: center;
  position: relative;
  display: flex;
  background-size: cover;
}

.home-6 .bg-overlay {
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.home-6 .container {
  z-index: 1;
}

.home-6 .home-heading {
  color: #fff;
}

.home-6 .home-heading .home-title {
  font-size: 60px;
  line-height: 58px;
}

.home-6 .home-heading .home-desc {
  max-width: 700px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
  # testimonial
  --------------------------------------------------------------*/

.testimonial-contaent {
  position: relative;
  padding: 45% 0px;
}

.aon-med-testimonial2-left {
  max-width: 700px;
}

.aon-med-testimonial-2 {
  padding: 20px 20px 20px 80px;
  position: relative;
  z-index: 1;
}

.aon-med-testimonial-2 .aon-testimonial-name {
  color: #115949;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}

.aon-med-testimonial-2 .aon-testimonial-position {
  color: #656fe0;
  font-size: 18px;
  display: inline-block;
}

.aon-med-testimonial-2 .aon-testimonial-quote {
  color: #f5f5f5;
  font-size: 100px;
  position: absolute;
  left: 0px;
  top: 20px;
  line-height: 0.7;
  z-index: -1;
}

.aon-med-testimonial-2 .aon-df-rating {
  margin-bottom: 10px;
}

.aon-med-testimonial-2 .aon-df-rating span {
  display: inline-block;
  padding-right: 2px;
  color: #656fe0;
  font-size: 20px;
}

.aon-med-testimonial.aon-owl-arrow.left .owl-nav {
  padding-left: 50px;
}

.aon-owl-arrow.left .owl-nav {
  text-align: left;
}

.testimonial-right {
  position: absolute;
  right: 90px;
  top: 90px;
}

.testimonial-circle {
  position: relative;
}

.testimonial-circle .media {
  width: 297px;
  height: 297px;
  position: relative;
}

.testimonial-circle .media:before {
  content: "";
  position: absolute;
  border: 1px dashed #838485;
  border-radius: 50%;
  width: 126%;
  height: 126%;
  left: -13%;
  top: -13%;
}

.testimonial-circle .media:after {
  content: "";
  position: absolute;
  border: 1px dashed #838485;
  border-radius: 50%;
  width: 160%;
  height: 160%;
  left: -30%;
  top: -30%;
}

.testimonial-circle .media img {
  width: auto;
}

.testimonial-circle span {
  border-radius: 50%;
  background: transparent;
  display: inline-block;
}

.testimonial-circle span img {
  border-radius: 50%;
}

.testimonial-circle span.ring1 {
  position: absolute;
  bottom: 30px;
  left: -100px;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-circle span.ring1 img {
  padding: 3px;
  width: 80px;
  height: 80px;
  width: 52px;
  height: 52px;
  background-color: #fff;
}

.testimonial-circle span.ring2 {
  position: absolute;
  top: 10px;
  left: -30px;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-circle span.ring2 img {
  padding: 0;
  width: 80px;
  height: 80px;
  width: 54px;
  height: 54px;
  background-color: transparent;
}

.testimonial-circle span.ring3 {
  position: absolute;
  right: -100px;
  bottom: 0px;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-circle span.ring3 img {
  padding: 3px;
  width: 80px;
  height: 80px;
  width: 76px;
  height: 76px;
  background-color: #fff;
}

.testimonial-circle span.ring4 {
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -33px;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-circle span.ring4 img {
  padding: 0;
  width: 80px;
  height: 80px;
  width: 66px;
  height: 66px;
  background-color: transparent;
}

.testimonial-circle span.ring5 {
  position: absolute;
  top: -90px;
  right: -30px;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-circle span.ring5 img {
  padding: 0px;
  width: 80px;
  height: 80px;
  width: 86px;
  height: 86px;
  background-color: transparent;
}

.testimonial-circle span.ring6 {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #656fe0;
  right: 10px;
  bottom: -70px;
}

.testimonial-circle span.ring7 {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #656fe0;
  top: 50%;
  left: -50px;
}

.testimonial-circle span.ring8 {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #656fe0;
  right: -44px;
  top: 40%;
}

.animate-v {
  animation: upNdown1 2s infinite linear;
}

.animate-curve:after {
  animation: upNdown2 2s infinite linear;
  animation: upNdown2 2s infinite linear;
}

.animate-v2 {
  animation: upNdown11 2s infinite linear;
}

.animate-v3 {
  animation: upNdown12 2s infinite linear;
}

@media only screen and (max-width: 991px) {
  .aon-med-testimonial2-area {
    padding: 30px 0px;
  }
  .testimonial-circle {
    display: none;
  }
  .testimonial-circle .media {
    margin-top: 50px;
    width: 120px;
    height: 120px;
    position: relative;
    transition: all 0.5s ease;
    display: none;
  }
  .testimonial-circle span.ring1 {
    bottom: 5px;
    left: -48px;
  }
  .testimonial-circle span.ring1 img {
    width: 32px;
    height: 32px;
  }
  .testimonial-circle span.ring2 {
    top: 10px;
    left: -30px;
  }
  .testimonial-circle span.ring2 img {
    width: 34px;
    height: 34px;
  }
  .testimonial-circle span.ring3 {
    right: -60px;
    bottom: 0px;
  }
  .testimonial-circle span.ring3 img {
    width: 56px;
    height: 56px;
  }
  .testimonial-circle span.ring4 {
    bottom: -65px;
    left: 50%;
    margin-left: -33px;
  }
  .testimonial-circle span.ring4 img {
    width: 46px;
    height: 46px;
  }
  .testimonial-circle span.ring5 {
    top: -60px;
    right: -30px;
  }
  .testimonial-circle span.ring5 img {
    width: 66px;
    height: 66px;
  }
  .testimonial-circle span.ring6 {
    width: 16px;
    height: 16px;
    right: 10px;
    bottom: -70px;
  }
  .testimonial-circle span.ring7 {
    width: 8px;
    height: 8px;
    top: 50%;
    left: -50px;
  }
  .testimonial-circle span.ring8 {
    width: 4px;
    height: 4px;
    right: -44px;
    top: 40%;
  }
  .aon-med-testimonial2-left {
    max-width: 100%;
  }
  .testimonial-contaent {
    position: relative;
    padding: 0px 0px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .aon-med-testimonial2-left {
    max-width: 540px;
  }
}

@media only screen and (max-width: 480px) {
  .aon-med-testimonial-2 {
    padding: 0px;
  }
  .aon-med-testimonial.aon-owl-arrow.left .owl-nav {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .testimonial-circle .media {
    width: 200px;
    height: 200px;
    position: relative;
    transition: all 0.5s ease;
  }
  .testimonial-circle span.ring1 {
    bottom: 30px;
    left: -70px;
  }
  .testimonial-circle span.ring1 img {
    width: 42px;
    height: 42px;
  }
  .testimonial-circle span.ring2 {
    top: 10px;
    left: -30px;
  }
  .testimonial-circle span.ring2 img {
    width: 44px;
    height: 44px;
  }
  .testimonial-circle span.ring3 {
    right: -80px;
    bottom: 0px;
  }
  .testimonial-circle span.ring3 img {
    width: 66px;
    height: 66px;
  }
  .testimonial-circle span.ring4 {
    bottom: -85px;
    left: 50%;
    margin-left: -33px;
  }
  .testimonial-circle span.ring4 img {
    width: 56px;
    height: 56px;
  }
  .testimonial-circle span.ring5 {
    top: -90px;
    right: -30px;
  }
  .testimonial-circle span.ring5 img {
    width: 76px;
    height: 76px;
  }
  .testimonial-circle span.ring6 {
    width: 22px;
    height: 22px;
    right: 10px;
    bottom: -70px;
  }
  .testimonial-circle span.ring7 {
    width: 12px;
    height: 12px;
    top: 50%;
    left: -50px;
  }
  .testimonial-circle span.ring8 {
    width: 6px;
    height: 6px;
    right: -44px;
    top: 40%;
  }
}

.testimonial .testi-slider .item .testi-box {
  box-shadow: 0 5px 13px rgba(60, 72, 88, 0.2);
  margin: 20px 0;
  cursor: grab;
}

.testimonial .testi-slider .item .testi-box img {
  position: relative;
}

.testimonial .testi-slider .item .testi-box .testi-name {
  position: relative;
  display: inline-block;
}

.testimonial .testi-slider .item .testi-box .testi-name::after {
  position: absolute;
  content: "";
  bottom: -4px;
  right: 0;
  left: 0;
  background-color: #656fe0;
  height: 2px;
}

.testimonial .testi-slider .item .testi-box .social-icon i {
  color: rgba(255, 255, 255, 0.5);
}

.testimonial .tns-nav {
  text-align: center;
}

.testimonial .tns-nav button {
  height: 12px;
  width: 12px;
  border-radius: 12px;
  margin: 0 8px;
  padding: 4px;
  background-color: rgba(101, 111, 224, 0.2);
  border: none;
}

.testimonial .tns-nav .tns-nav-active {
  background-color: #656fe0;
}

/*--------------------------------------------------------------
  # features
  --------------------------------------------------------------*/

.features {
  padding-bottom: 100px;
}

.features .features-box:hover .features-icon {
  background-color: rgba(101, 111, 224, 0.2);
  border-radius: 50%;
  border: 2px solid #656fe0;
}

.features .features-box .features-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  line-height: 1;
  color: #656fe0;
  transition: all 0.3s ease;
}

.features .features-box .features-icon i {
  font-size: 34px;
  font-weight: 200;
}

/*--------------------------------------------------------------
  # cta
  --------------------------------------------------------------*/

.cta::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  transform: matrix(1, -0.05, 0, 1, 0, 0);
}

.cta::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 10%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transform: matrix(1, -0.05, 0, 1, 0, 0);
  background-image: url(../img/44rtl.png);
  background-size: contain;
  z-index: 1;
}

.cta .cta-phone-image {
  position: absolute;
  z-index: 999;
  top: -50%;
}

@media (max-width: 992px) {
  .cta .cta-phone-image {
    position: relative !important;
    top: 0;
  }
}

@media (max-width: 1200px) {
  .cta::before {
    display: none;
  }
}

@media (max-width: 1440px) {
  .cta::before {
    bottom: 16px;
    left: 10%;
  }
}

/*--------------------------------------------------------------
  # cta
  --------------------------------------------------------------*/

.contact {
  padding: 120px 0 76px 0;
}

.contact i {
  color: var(--second);
}

.f-50 {
  font-size: 50px;
}

.testimonial-item {
  width: 200px;
  height: 434px;
  box-shadow: 0 0 15px #c8c8c8;
  margin: 20px auto;
  border-radius: 15px;
}

.testimonial-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work .work-pra ul li i {
  float: right;
  font-size: 34px;
  margin-left: 20px;
}

.fream-phone {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 15px;
  height: 350px;
  width: 220px;
}

#payment .card {
  border: 0;
  border-radius: 15px;
  box-shadow: 0 0 25px rgb(202, 202, 202);
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#payment .card img {
  width: 120px;
}
.list-inline-item:not(:last-child) {
  margin-right: 0;
}