.hero {
	min-height: 100vh;
}

/**************************************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("../img/compant-hero--design-_3_.gif") !important;
}

div#hero-carousel:before {
    background-size: cover;
    content: "1";
    background-image: url(../img/Hero_GifVideo_2025.gif) !important;
    width: 100%;
    height: 100vh !important;
    display: block;
    /* z-index: 9; */
    position: absolute;
    background-repeat: no-repeat;
    opacity: 1;
    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: #ffffff;
    opacity: 0.85;
    text-align: center;
}


.dark-background {
    /* background-color: #ccc !important; */
    /* background: none !important; */
    --background-color: #37517e75 !;
    --background-color: #37517e !;
    --background-color: #37517ec4;
}


/**************************************End Hero************************************************/


.navmenu a {
        padding: 18px 25px;
        font-size: 17px;
	    font-weight: 500;
}



.navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
    color: #da1e8e !important;
}

/** About Us Section **/

.call-to-action.section-aboutus p.black-back {
    background-color: #37517ec4;
    padding: 5% 10%;
    padding-top: 0px;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

#call-to-action.section-aboutus .container.section-title {
    background-color: #37517ec4;
    padding: 5% 10%;
    padding-top: 3%;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.call-to-action.section-aboutus .container .content {
    padding: 0px !important;
    /* border-radius: 15px; */
}

.call-to-action.contact-us-button-section p {
    padding: 5% 10%;
    padding-top: 0px;
    padding-bottom: 3%;
}

#call-to-action.contact-us-button-section .container.section-title {
    padding: 5% 10%;
    padding-top: 3%;
}

.call-to-action.contact-us-button-section .container .content {
    padding: 0px !important;
    
}

section#call-to-action.contact-us-button-section .container{
    background-color: #37517ec4;
}

.call-to-action.contact-us-button-section .container h3 {
    padding-left: 10%;
    padding-top: 3%;
}

section#call-to-action.contact-us-button-section .container .text-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

section#call-to-action.contact-us-button-section .cta-btn{
    margin-top: 11% !important;
    margin-right: 10% !important;
}

div#hero-carousel:before {
    border-bottom: 5px solid #fff;
}

#subscribe .container.aos-init.aos-animate {
    box-shadow: 0px 0px 12px 0px rgb(48 48 48 / 45%);
}

/** END About Us Section **/

.header .logo h1.sitename {
    font-size: 0px !important;
}

.index-page .header {
    background-color: #000000d4 !important;
}

.header .logo img.site_logo {
    max-height: 58px !important;
}

.header .logo h1.sitename {
    font-size: 0px !important;
}

.footer {
    background-color: #000000 !important;
}

.footer h4 {
    color: #fff;
}

.footer .footer-links ul a {
    color: #ffff;
}

.footer .footer-contact p {
    color: #fff;
}

.footer {
    color: #fff;
}

.footer .social-links a {
    color: #fff;
}

.index-page .header {
    background-color: #000000f0 !important;
}


.footer {
    background-color: #000000 !important;
}


section#call-to-action.call-to-action.section.dark-background.contact-us-button-section {
    display: none;
}

#header .container-fluid.container-xl.position-relative.d-flex.align-items-center {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 98% !important;
    max-width: unset !important;
}

#subscribe form.php-email-form.cta-form.aos-init.aos-animate {
    opacity: .5 !important;
    pointer-events: unset !important;
}

#subscribe form.php-email-form.cta-form.aos-init.aos-animate .input-group.mb-3 {
    pointer-events: none !important;
}

.footer img.site_logo.footer_logo {
    height: 55px;
    margin-bottom: 10px;
}

.header .logo h1.sitename {
    display: none;
}


span.sitename {
    color: #309dd8;
}


.footer {
    padding-bottom: 0px;
}

.call-to-action:before {
    content: "";
    background:  color-mix(in srgb, #37517e99, transparent 36%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.faq-item.faq-active {
    background-color: #37517ec4!important;
}

.why-us .faq-container .faq-item {
    background-color: #37517ec4;
    box-shadow: 0px 0px 12px 0px rgb(48 48 48 / 45%);
    border-radius: 10px;
}

.skills .content h3 {
    /* background-color: #37517ec4; */
    padding-bottom: 14px;
    padding-top: 14px;
    margin-bottom: 0;
    padding-left: 10px;
    padding: 5% 10%;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.container.aos-init.aos-animate {
    background-color: #37517ec4;
    box-shadow: 0px 0px 12px 0px rgb(48 48 48 / 45%);
    border-radius: 15px;
    padding: 60px 60px;
    padding-bottom: 0px;
}

.footer .copyright {
    margin-top: 0px !important;
}

.contact .container.aos-init.aos-animate {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px !important;
}

#contact .container.section-title {
    padding-bottom: 0px !important;
}

#contact h2 {
    margin-bottom: 0px !important;
}

#contact .container.aos-init.aos-animate {
    padding-bottom: 60px !important;
    box-shadow: 0px 18px 12px 0px rgb(48 48 48 / 45%);
}


#contact .container.section-title.aos-init.aos-animate {
    padding-bottom: 0px !important;
    box-shadow: 0px -6px 12px 0px rgb(48 48 48 / 45%);
}

.contact .info-wrap {
    background: none !important;
}

.contact .php-email-form {
    background: none !important;
}


.image-bac {
    background-color: #37517ec4;
    box-shadow: 0px 0px 12px 0px rgb(48 48 48 / 45%);
    border-radius: 10px;
    padding: 45px;
}


.contact .php-email-form input[type=text], .contact .php-email-form input[type=email], .contact .php-email-form textarea {
    background-color: #4141412b;
}


.skills .content h3 {
    padding: 4% 0%;
}


.why-us .px-xl-5 {
    padding-left: 0px !important;
}

.why-us .container {
    padding-left: 0px !important;
}


.container.aos-init.aos-animate {
    box-shadow: 0px -6px 10px -2px rgb(48 48 48 / 45%);
}



.phone-wrap {
    background-color: #d91e8d;
    border-radius: 50%;
    bottom: 122px;
    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: 194px;
    height: 44px;
    left: 20px;
    position: fixed;
    transition: all 0.3s ease;
    width: 44px;
    z-index: 100;
    /* top: 10px; */
}

.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;
}


a.admissions {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 25px;
    /* margin: 0 0 0 30px; */
    border-radius: 50px;
    transition: 0.3s;
    border: none;
}

a.admissions.btn-getstarted:hover {
    color: var(--contrast-color);
    background: 
 color-mix(in srgb, var(--accent-color), transparent 15%);
}


.why-us .why-us-img img {
    padding: 0px;
    background-color: #37517e8f;
}

.mobile-nav-active .navmenu ui {
    background-color: #000 !important;
}

.mobile-nav-active .navmenu>ul {
    background-color: #0000006b !important;
}

.mobile-nav-active .navmenu>ul li a {
    color: #fff !important;
}