@charset "utf-8";
/* CSS Document */

a.desabale {
    opacity: 0.1;
    pointer-events: none !important;
}

p.text-justify {
    text-align: justify;
}

.none {
    display: none !important;
}


section#about, 
section#features, 
section#features-tabs, 
section#services, 
section#Careers, 
section#call-to-action, 
section#testimonials, 
section#pricing, 
section#faq, 
section#team{
    padding: 40px 0 !important;
}

.floating-card.card-2.aos-init.aos-animate {
    left: -60px;
    width: 26%;
}

.floating-card.card-2.cd-3.aos-init.aos-animate {
    bottom: 38%;
    left: auto;
    right: -60px !important;
}

.floating-card.card-2.cd-4.aos-init.aos-animate {
    bottom: 80%;
    right: -60px;
    left: auto;
}


.hero {
    background: linear-gradient(0deg,
 color-mix(in srgb, var(--accent-color), transparent 96%) 0%, #020202 21%,
 color-mix(in srgb, var(--accent-color), #000000de 98%) 100%);
    padding-bottom: 60px;
}


.services .hero-visual img {
    opacity: 0.9;
}


.team .team-member .member-image img {
    background-color: #eaeaea !important;
    width: 90%;
}

.team .team-member .member-image {
    background-color: #eaeaea;
    text-align: center;
	padding: 9% !important;
}

.team .team-member .member-content {
    min-height: 156px;
    text-align: center;
}

.team .team-member .member-content span {
    margin-bottom: 0px !important;
}


.hero .hero-title {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Roboto';
}

.hero {
    background: linear-gradient(0deg,
 color-mix(in srgb, var(--accent-color), transparent 96%) 0%, #0202026e 21%,
 color-mix(in srgb, var(--accent-color), #000000de 98%) 100%);
    padding-bottom: 60px;
}


section {
    background-image: url(../img/web-bacground-md.png);
    background-size: 60%;
    background-repeat: no-repeat !important;
}


.services .hero-visual img {
    background: none !important;
    background-color: #ffffff00 !important;
    box-shadow: none;
    opacity: 0.9;

}


section#Careers {
    padding-bottom: 4% !important;
    background-position-y: -9px;
    background-size: 39%;
}



.phone-wrap {
    background-color: #f47920;
    border-radius: 50%;
    bottom: 39px;
    height: 44px;
    left: 20px;
    position: fixed;
    transition: all 0.3s ease;
    width: 44px;
    z-index: 100;
}

.phone-wrap:hover {
    background-color: #222429;
}

.phone-inner {
    height: 100%;
    position: relative;
    width: 100%;
}

.phone-inner i {
    color: #ffffff;
    font-size: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.whatsapp-wrap {
    background-color: #51cd5e;
    border-radius: 50%;
    bottom: 100px;
    height: 44px;
    left: 20px;
    position: fixed;
    transition: all 0.3s ease;
    width: 44px;
    z-index: 100;
}

.whatsapp-wrap:hover {
    background-color: #222429;
}

.whatsapp-inner {
    height: 100%;
    position: relative;
    width: 100%;
}

.whatsapp-inner i {
    color: #ffffff;
    font-size: 40px;
    left: 49%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}



.whatsapp-inner i, 
.phone-inner i {
    font-size: 20px;
}


.scroll-top.active {

    bottom: 38px;
}


/**************************************Hero************************************************/


.hero {
  padding: 0;
  border: none !important;
}

.hero .carousel {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: var(--background-color);
  position: relative;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: none !important;
  border: none !important;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero .carousel-item:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .carousel-item::before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
}

.hero .carousel-container {
  position: absolute;
  inset: 90px 64px 64px 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}

.hero h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  animation: fadeInDown 1s both;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  animation: fadeInDown 1s both 0.2s;
}

@media (min-width: 1024px) {

  .hero h2,
  .hero p {
    max-width: 60%;
  }
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  animation: fadeInUp 1s both 0.4s;
}

.hero .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 10%;
  transition: 0.3s;
  opacity: 0.5;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 5%;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

.hero .carousel-indicators {
  list-style: none;
}

.hero .carousel-indicators li {
  cursor: pointer;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.header .logo img {
    max-height: 50px;
    margin-right: 8px;
}


.services .hero-visual img {
    float: right;
}


section#hero {
    background-image: url(http://images.netexam.com/images/10229/mediya-de-logo.png) !important;
}

div#hero-carousel:before {
    background-size: contain;
    content: "1";
    background-image: url(http://images.netexam.com/images/10229/mediya-de-logo.png) !important;
    width: 564px;
    height: 713px;
    display: block;
    z-index: 999999;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.2;
    float: right;
    right: -144px;
    font-size: 0px;
    top: 9%;
}

a.carousel-control-next {
    z-index: 9999999;
}


.hero .carousel-container h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 66px;
    line-height: 80px;
    letter-spacing: 0.0012em;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}



.hero .carousel-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.0012em;
    color: #d1d3d4;
    opacity: 0.85;
    text-align: center;
}


.services .hero-visual .service-img {
    width: 80% !important;
    transform: rotate(22deg);
}

.contact-form-wrapper select.form-select {
    height: 50px;
    padding: 12px 18px;
    border-radius: 12px;
    border: 2px solid
    color-mix(in srgb, var(--default-color), transparent 85%);
    background-color: var(--surface-color);
    color: var(--default-color) !important;
    font-size: 16px;
    transition: all 0.3s;
    color: #7b7b7b !important;
}

.contact-form-wrapper  select.form-select option {
    color: var(--default-color) !important;
    color: #7b7b7b !important;
}

.hero .btn-get-started {
    background-color: #f47920 !important;
}


a.btn.btn-outline-primary.md-btn {
    letter-spacing: 0px;
    animation: color-change 5s infinite alternate ease-in-out;
}

a.btn.btn-outline-primary.md-btn {

  background-color: #f47920;
  animation-name: myAnimation;
  animation-duration: 2s;
}

@keyframes myAnimation {
  from {background-color: #f47920; color:#fff;}
  to {background-color: #0866ff; color:#fff; border-color: #0866ff;}
}

a.btn-get-started.btn-hero-one {
    font-size: 17px;
    padding: 12px 32px;
}


.hero .carousel-container h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 66px;
    line-height: 80px;
    letter-spacing: 0.0012em;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 4px;
}

@media screen and (max-width: 600px) {

.hero .carousel-container h2 {
    font-size: 46px;
    line-height: 54px;
}



.hero .carousel-control-prev, .hero .carousel-control-next {
    z-index: 9;
}



.hero-visual.aos-init.aos-animate img {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.services .intro-content .section-description {
    margin-top: 19px !important;
}
a.btn-get-started.btn-hero-one {
    text-align: center;
}
   
}

/*eng- card added*/

@media (min-width: 992px) {
    #services .col-lg-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.services .services-grid .emg .service-card {
    padding: 1rem;
}





.aos-animate.emg .service-card {
    background-color: #ffffff !important;
    /* background-image: linear-gradient(180deg, #ccc 50%, #fff 50%); */
}

.logo-e {
    font-size: 0px;
    background-image: url(http://images.netexam.com/images/10229/Logo-E.png) !important;
    width: 100% !important;
    /* height: 53px  !important; */
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 70px !important;
    background-position-x: center;
}

i.bi.bi-google-play.logo-e {
    background: none !important;
}

.services .services-grid .service-card .card-number.logo-e  span {background-color: #cccccc00 !important;}

.emg .service-card  {
    /* border: solid 3px #da1e8e !important; */
    /* background-image: linear-gradient(180deg, #ccc 50%, #fff 50%); */
}

.services .services-grid  .emg .service-card .card-content .service-description {
    color: #ffffff;
    font-weight: 600;
}


.services .services-grid  .emg .service-card .card-content .service-title a {
    color: #060606;
}


.emg {
    cursor: pointer;
}

.services .services-grid .emg .service-card .card-content .service-description a {
    color: #000000;
    font-weight: 400;
}


.services .services-grid .emg .service-card .card-content .service-title a {
    text-align: center;
    display: block;
}

.services .services-grid .emg .service-card .card-content p {
    text-align: center;
    display: block;
}

/*END eng- card added*/

