/* REVOLUTION STYLE SHEETS */
@import url("../thirdparty/revolution/css/settings.css");
@import url("../thirdparty/revolution/css/layers.css");
@import url("../thirdparty/revolution/css/navigation.css");
@import url("../thirdparty/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css");
@import url("../thirdparty/revolution/fonts/font-awesome/css/font-awesome.css");

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 1340px !important;
}

.home-slider {
  padding: 50px 0px;
}

.home-slider h1 {
  font-weight: bolder;
  color: #fff;
}

.home-slider h1 {
  font-weight: bolder;
  color: #fff;
}

.shadow-box {
  box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
  border-radius: 10px !important;
}

.typewrite {
  font-size: 30px;
  font-weight: bold;
  color: #fdbe28 !important;

}

.header-top {

  background-color: #4735a8;
  padding: 4px 0px;
  display: flex;
  align-items: center;
}

.hide-logo .nav-bg .navbar-brand {
  display: none !important;
}

nav {
  border-top: 1px solid #d7d7d7;
}

.navbar-brand {
  display: none !important;
}

header .nav-bg .navbar-brand {
  display: block !important;
}

.navbar {
  transition: all .3s linear;
}

.nav-bg {
  position: fixed !important;
  background-color: #fff !important;
  transition: all .3s linear;
  top: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 3px 0px 10px #e4e4e4;
}

.header-top i {
  background-color: #002147;
  color: #fff;
  font-size: 18px;
  margin-right: 5px;
  padding: 6px;
  border-radius: 50px;
}

.header-top a {
  color: #fff;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  padding: 4px 5px;
}

.upcomming-batch {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-right: 15px;
  margin-right: 20px;
}

.upcomming-batch span {

  padding-left: 15px;
  font-weight: bold;
}

.upcoming-batch-tag {
  background-color: #fdbe28;
  color: #000;
  border-radius: 20px;
  padding: 5px 20px;
}

body {
  font-family: 'Open Sans', sans-serif !important;
}

.navbar-light .navbar-nav .nav-link {
  margin: 0 5px;
  font-weight: 600;
  color: #000 !important;
}

.navbar-light .navbar-nav .nav-link:hover {

  color: #f90000 !important;
}

.nav-item.active .nav-link {
  color: #f90000 !important;
}

.section-title {
  margin: 50px 0px;
}

header {
  background-color: #f3f3f3;
}

.page-title {
  font-size: 35px;
  margin-bottom: 0px;
  text-align: center;
  background: linear-gradient(90deg, rgba(41, 47, 164, 1) 0%, rgba(102, 60, 171, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.heading-description {
  text-align: center;
}

.heading-right {
  font-weight: 800;
  color: #4f4f4f;
  font-size: 35px;
  margin-bottom: 0px;
}

.counter-box {
  transition: all .3s linear;
}

.counter-box:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all .3s linear;
}

.section-counter {
  background-color: #ecf1f7;
  padding: 50px 0px;
}

.counter-text h1 {
  font-weight: 700;
  color: #4f4f4f;
  margin-top: 10px;
}

.counter-text i {
  font-size: 45px;
  color: rgb(41, 47, 164);
}

.upcoming-batch .card-text {
  font-size: 13px;
  margin-bottom: 10px;
}

.upcoming-batch .card-title {
  margin-bottom: -25px;
  position: relative;
  top: -60px;
  color: #fff;
}

.card {
  transition: all .3s linear;
  overflow: hidden;
}

.card:hover .card-image-holder {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all .3s linear;
}

.card-image-holder {
  max-height: 200px;
  overflow: hidden;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  transition: all .3s linear;
}

.overlay-img {
  position: fixed;
  /* Sit on top of the page content */

  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  max-height: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  cursor: pointer;
  /* Add a pointer on hover */
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.testimonials-bg {

  background-image: url("../images/testimonials-bg.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.overlay-bg {
  background: rgba(0, 33, 71, 0.7);
  height: 100%;
  width: 100%;
  padding: 50px 0px;

}

.text-white {
  color: #fff;
}

#testimonials .owl-nav {
  display: none;
}

.get-call-box {
  background-color: #fff;
  border-radius: 5px;
  border: 5px solid #ff9600;
  padding: 20px;
  margin: 5% auto;
  width: 320px;
  color: #000;
}

.get-call-box h1 {
  font-weight: 800;
  font-size: 30px;
}

footer {
  background: #232323;
  padding: 40px 0px;
}

.footer-menu {
  margin-top: 30px;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu ul li a {
  color: #fff;
  font-size: 12px;
}

.footer-menu ul li a:hover {
  color: #007bff;
}

.footer-menu h5 {
  color: #fff;
  font-weight: 700;
}

.social-links {
  display: inline-flex;
  align-items: center;
}

.social-links p {
  margin: 0px;
  padding: 0px;
}

.social-links ul li {
  display: inline-flex;
}

.social-links li a img {
  width: 30px;
  margin: 0px 10px 0px 0px;
}

.disclaimer-text {
  font-size: 11px;
  color: #b4b4b4;
  margin-top: 20px;
}

/* Contact Us Page */
.page-title-bg {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 55px 0px 55px;
  background-color: #0028a2;
}

.sub-footer {
  background-color: #000000;
  padding: 20px;
}

.page-title-bg h2 {
  color: #fff;
  font-weight: 800;
}

.page-title-bg .pattern-layer-one {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  width: 222px;
  height: 440px;
  background-repeat: no-repeat;
}

.page-title-bg .pattern-layer-two {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 1564px;
  height: 442px;
  background-repeat: no-repeat;
}

.page-breadcrumb {
  position: relative;
  margin-top: 20px;
  padding-left: 0px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.page-breadcrumb li a {
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li:after {
  position: absolute;
  content: ":";
  right: -2px;
  top: -1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li:last-child:after {
  display: none;
}

.contact-page-section {
  position: relative;
  padding: 95px 0px 0px;
}

.default-form.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-page-section .form-column {
  position: relative;
}

.contact-page-section .form-column .inner-column {
  position: relative;
}

.contact-page-section .info-column .inner-column {
  position: relative;
  margin-left: 80px;
  padding: 35px 35px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);

}

.default-form .form-group input[type="text"],
.form-group textarea,
.default-form .form-group input[type="email"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 30px;
  color: #777777;
  font-size: 14px;
  background: none;
  font-weight: 400;
  border-radius: 6px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid #673ab7;
  height: 57px;
}

.sec-title {
  position: relative;
  margin-bottom: 55px;

}

.sec-title h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700;
  background: linear-gradient(90deg, rgba(41, 47, 164, 1) 0%, rgba(102, 60, 171, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.contact-page-section .info-column ul {
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.contact-page-section .info-column ul li {
  position: relative;
  color: #777777;
  font-size: 16px;
  padding-left: 95px;
  margin-bottom: 30px;
  min-height: 84px;
  padding-top: 0px;
}

.contact-page-section .info-column ul li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  font-weight: 300;
  font-size: 36px;
  line-height: 70px;
  color: #3ae41e;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #3ae41e;
}

.contact-page-section .info-column ul li strong {
  position: relative;
  font-weight: 700;

  display: block;
  color: #222222;
  margin-bottom: 6px;
}

.contact-page-section .info-column ul li:nth-child(2) .icon {
  color: #ff0000;
  border-color: #ff0000;
}

.lnk {
  position: relative;
  overflow: hidden;
}

.bg-btn3 {
  background: #673ab7;
  background: -moz-linear-gradient(left, #673ab7 0, #2196f3 100%);
  background: -webkit-linear-gradient(left, #673ab7 0, #2196f3 100%);
  background: linear-gradient(to right, #673ab7 0, #2196f3 100%);
  -webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
  box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
}

.bg-btn4 {
  background: #673ab7;
  background: -moz-linear-gradient(left, #b73a3a 0, #e80000 100%);
  background: -webkit-linear-gradient(left, #b73a3a 0, #e80000 100%);
  background: linear-gradient(to right, #b73a3a 0, #e80000 100%);
  -webkit-box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
  box-shadow: 0 10px 15px 0 rgb(56 0 189 / 20%);
}

.btn-main {
  font-size: 16px;
  font-weight: 400;

  padding: 0 15px;
  line-height: 35px;
  text-align: center;
  outline: 0;
  color: #fff;
  background-color: #ff1f8e;
  border: none;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
  box-shadow: 0 10px 15px 0 rgb(233 30 99 / 15%);
}

.btn-main:hover {
  color: #fff;
}

.lnk:hover span.circle {
  top: -10%;
  right: -80px;
}

span.circle {
  background: rgba(255, 255, 255, .2);
  display: block;
  position: absolute;
  top: -10%;
  right: -130px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.animation,
.circle,
.navbar,
.sticky,
a,
button,
input {
  -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
  -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
  transition: 1.2s cubic-bezier(.17, .85, .438, .99);
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.header.overflow-unset {
  overflow: unset;
}

.app2-animation .animated-bg {
  position: absolute;
  max-height: 300px;
}

.app2 .animated-bg i {
  background: #fff6f6;
  box-shadow: 0 15px 30px 0 #f3c4c3;
}

.animated-bg i:nth-child(2) {
  animation: ripple2 3s linear infinite;
}

.animated-bg i:nth-child(3) {
  animation: ripple3 3s linear infinite;
}

@keyframes ripple1 {
  0% {
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    transform: scale(8.5);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    transform: scale(3.5);
  }

  100% {
    transform: scale(5.5);
  }
}

@keyframes ripple3 {
  0% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(3.5);
  }
}

.animated-bg i {
  background: #dddddd;
  bottom: 0;
  box-shadow: 0 15px 30px 0 #dddddd;
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  opacity: 0.3;
  transform: scale(1.3);
  animation: ripple1 3s linear infinite;
}

.header {
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.header-data {
  display: flex;
  border-right: 1px solid #d7d7d7;
}

.header-data h5 {
  font-size: 18px;
  font-weight: 600;
}

.header-icon {
  font-size: 32px;
  color: #006dc3;
  margin: 10px;
}

.text-muted-header {
  padding-left: 50px;
  margin-bottom: 10px;
  color: #f90000 !important;
  font-weight: 600;
}

.slider-bg {
  background: rgb(41, 47, 164);
  background: linear-gradient(180deg, rgba(41, 47, 164, 1) 0%, rgba(102, 60, 171, 1) 100%);
  height: 100% !important;
}

.industry-card {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 4px #d6d6d6;
  border-radius: 10px;
  font-size: 22px;
  color: #5b5b5b;
  padding: 5px 10px;
  margin-bottom: 30px;
}

.industry-card:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all .3s linear;
}

.industry-card img {
  margin: 10px;
}

.blue-heading {
  text-align: center;
  color: rgb(41, 47, 164);
  font-size: 22px;

}

.highlights ul li {
  list-style: none;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 14px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.highlights li::before {
  content: " ";
  color: rgb(41, 47, 164);
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  width: 0.8em;
  margin-left: -0.8em;
}

.highlights ul li img {
  margin-right: 15px;
  width: 55px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 5px;
}

.call-out-section {
  background: #2a2fa5;
  padding: 25px;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

.call-out-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  padding: 20px;
}

.call-out-heading span {
  color: #fdbe28;
}

.btn-syllabus {
  background-color: #fdbe28;
  color: #000;
  text-decoration: none;
  border-radius: 50px;
  padding: 20px 50px;
  font-weight: bold;
  font-size: 20px;
}

.btn-syllabus-small {
  background-color: #fdbe28;
  color: #000;
  text-decoration: none;
  border-radius: 50px;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 16px;
}

.btn-blue {
  background-color: #2a2fa5;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 16px;
}

.certificate-holder {
  box-shadow: 0px 0px 5px #d7d7d7;
  padding: 5px;
  border-radius: 10px;
}

.certificate-holder img {
  width: 100%;
  border-radius: 10px;
}

.what-will-get {
  margin: 0px;
  padding: 0px;
}

.what-will-get li {
  margin: 15px 0px;
  padding: 7px 0px 7px 30px;
  list-style: none;
  display: flex;
  font-size: 16px;
}

.what-will-get li::before {
  background: url(../images/icon-check.png) no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: " ";
  margin-right: 10px;
  position: absolute;
  left: 13px
}

.newslater {
  background-color: #222222 !important;
  border: 1px solid #2b2b2b !important
}

.btn-green {
  background-color: #28db00 !important;
}

.section-expert {
  background-color: #ecf1f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

.corporate-training .form-control {
  font-size: 14px;
  height: 50px;
}

.corporate-training textarea.form-control {
  font-size: 14px;
  height: 100px;
  background: #fff;
  border: 1px solid #ced4da;
}

.section-padding {
  padding: 80px 0px;
}

#companyLogos .owl-item p {
  width: inherit !important;
  box-shadow: 0px 0px 5px #d7d7d7;
  padding: 10px;
  border-radius: 10px;
  margin: 15px 0px;
  height: 83px;
  display: flex;
  align-items: center;
}

#companyLogos .owl-item img {
  width: inherit !important;
  margin: auto auto;
}

.highlited {
  color: #fdbe28 !important;
}

.accordion>.card>.card-header {
  margin-bottom: 0px !important;
}

.accordion>.card {
  margin-bottom: 10px;
}

.accordion button {
  font-size: 20px;
  color: #2a2fa4;
}

.accordion button:focus {
  box-shadow: none;
}

/* Book Details */

.book-page .card-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.book-page img {
  width: 100%;
  display: block;
}

.book-page .img-display {
  overflow: hidden;
}

.book-page .img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.book-page .img-showcase img {
  min-width: 100%;
}

.book-page .img-select {
  display: flex;
}

.book-page .img-item {
  margin: 0.3rem;
}

.book-page .img-item:nth-child(1),
.book-page .img-item:nth-child(2),
.book-page .img-item:nth-child(3) {
  margin-right: 0;
}

.book-page .img-item:hover {
  opacity: 0.8;
}

.book-page .product-content {
  padding: 2rem 1rem;
}

.book-page .product-title {
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}

.book-page .product-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: #12263a;
}

.book-page .product-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}

.book-page .product-link:hover {
  opacity: 0.9;
}

.book-page .product-rating {
  color: #ffc107;
}

.book-page .product-rating span {
  font-weight: 600;
  color: #252525;
}

.book-page .product-price {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.book-page .product-price span {
  font-weight: 400;
}

.book-page .last-price span {
  color: #f64749;
  text-decoration: line-through;
}

.book-page .new-price span {
  color: #256eff;
}

.book-page .product-detail h2 {
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}

.book-page .product-detail p {
  font-size: 0.9rem;
  padding: 0.3rem;
  opacity: 0.8;
}

.book-page .product-detail ul {
  margin: 1rem 0;
  font-size: 0.9rem;
}

.book-page .product-detail ul li {
  margin: 0;
  list-style: none;
  background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}

.book-page .product-detail ul li span {
  font-weight: 400;
}

.book-page .purchase-info {
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
}

.book-page .purchase-info input,
.book-page .purchase-info .btn {
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
}

.book-page .purchase-info input {
  width: 60px;
}

.book-page .purchase-info .btn {
  cursor: pointer;
  color: #fff;
}

.book-page .purchase-info .btn:first-of-type {
  background: #256eff;
}

.book-page .purchase-info .btn:last-of-type {
  background: #f64749;
}

.book-page .purchase-info .btn:hover {
  opacity: 0.9;
}

.book-page .social-links {
  display: flex;
  align-items: center;
}

.book-page .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}

.book-page .social-links a:hover {
  background: #000;
  border-color: transparent;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .book-page .card {
    display: grid;
    grid-gap: 1.5rem;
  }

  .book-page .product-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .book-page .product-content {
    padding-top: 0;
  }
}

.developer-life h5 {
  font-size: 22px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, rgba(41, 47, 164, 1) 0%, rgba(102, 60, 171, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.developer-life ul {
  margin-bottom: 20px !important;
}

.developer-life .card {
  margin-bottom: 15px;
}

.projects .card-body {
  padding: 5px !important;
}

.projects .card-body h5 {
  font-size: 14px;
  font-weight: bold;
}

/* Login Page */
.login {
  height: 1000px;
  width: 100%;
  background: linear-gradient(180deg, rgba(41, 47, 164, 1) 0%, rgba(102, 60, 171, 1) 100%);
  position: relative;
}

.login_box {
  width: 1050px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 4px 22px -8px #0004;
  display: flex;
  overflow: hidden;
}

.login_box .left {
  width: 41%;
  height: 100%;
  padding: 25px 25px;

}

.login_box .right {
  width: 59%;
  height: 100%
}

.left .top_link a {
  color: #fdbe28;
  font-weight: 400;
}

.left .top_link {
  height: 20px
}

.left .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: 100%;
  width: 73%;
  margin: auto;
}

.left h3 {
  text-align: center;
  margin-bottom: 40px;
}

.left input {
  border: none;
  width: 80%;
  margin: 15px 0px;
  border-bottom: 1px solid #4f30677d;
  padding: 7px 9px;
  width: 100%;
  overflow: hidden;
  background: transparent;
  font-weight: 600;
  font-size: 14px;
}

.left {
  background: linear-gradient(-45deg, #dcd7e0, #fff);
}

.submit {
  border: none;
  padding: 15px 70px;
  border-radius: 8px;
  display: block;
  margin: auto;
  margin-top: 120px;
  background: #fdbe28;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  -moz-box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
  box-shadow: 0px 9px 15px -11px rgba(88, 54, 114, 1);
}



.right {
  background: linear-gradient(212.38deg, rgba(242, 57, 127, 0.7) 0%, rgba(175, 70, 189, 0.71) 100%), url(../images/login-bg.webp);
  color: #fff;
  position: relative;
}

.right .right-text {
  height: 100%;
  position: relative;
  transform: translate(0%, 45%);
}

.right-text h2 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}

.right-text h5 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.right .right-inductor {
  position: absolute;
  width: 70px;
  height: 7px;
  background: #fff0;
  left: 50%;
  bottom: 70px;
  transform: translate(-50%, 0%);
}

.top_link img {
  width: 28px;
  padding-right: 7px;
  margin-top: -3px;
}

.Nav {
  background: linear-gradient(to right, #4caf50, rgba(74, 175, 80, 0.5));
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}

.Nav h2 {
  font-size: 1rem;
}

.nav-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  padding: 12px 0;
}

.nav-whatsapp.active .wrapperWA {
  opacity: 1;
  visibility: visible;
  width: 400px;
  height: auto;
  z-index: 6;
}

.nav-whatsapp.active .whatsapp-float {
  opacity: 0;
  visibility: hidden;
}

.wrapperWA {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  padding: 25px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  height: 60px;
  margin: 12px 0;
  background: #fff;
}

.wrapperWA-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
  position: relative;
}

.wrapperWA-header h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #332902;
  font-size: 1rem;
  flex: 1 1 auto;
  margin: 0;
}

.wrapperWA-header .closeWA svg {
  width: 20px;
  height: 20px;
  float: right;
}

.form-container .formC:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  gap: 1rem;
  --gap: 1rem;
}

.form-container .formC:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
}

.form-container .formC .Fcontrol {
  position: relative;
}

.form-container .formC .Fcontrol input:focus,
.form-container .formC .Fcontrol textarea:focus {
  border-color: #4caf50;
}

.Fcontrol input[type="text"],
.Fcontrol input[type="email"],
.Fcontrol .cSubject,
.Fcontrol textarea {
  width: 100%;
  height: calc(3.5rem + calc(1px * 2));
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  padding-top: 1.625rem;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
}

.Fcontrol textarea {
  height: 100px;
}

.Fcontrol input:focus~.nameC,
.Fcontrol input:focus~.emailC,
.Fcontrol textarea:focus~.messageC {
  top: -5px;
}

.Fcontrol input[type="text"],
.Fcontrol input[type="email"],
.Fcontrol textarea {
  padding: 0.75rem;
  padding-top: 1.625rem;
}

.Fcontrol .nameC,
.Fcontrol .emailC,
.Fcontrol .subjectC,
.Fcontrol .messageC {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: auto;
  padding: 1rem 0.75rem;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform-origin: 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  white-space: nowrap;
  color: rgba(33, 37, 41, 0.65);
  transition: 0.1s ease;
}

.formC .Fcontrol .cSubject {
  display: block;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat right 0.75rem center/16px 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.valid[data-text]:before {
  position: absolute;
  bottom: 100%;
  left: 12px;
  content: "";
  border: 8px solid;
  border-color: transparent transparent #ffd91a transparent;
  top: calc(100% - 21px);
}

.valid[data-text]:after,
.valid[data-text]:before {
  opacity: 1;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 3;
}

.valid[data-text]:after {
  content: attr(data-text);
  position: absolute;
  background: #ffd91a;
  left: 0;
  top: calc(100% - 5px);
  font-size: 12px;
  padding: 5px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
  border-radius: 5px;
}

.show#cName~.valid:after,
.show#cEmail~.valid:after,
.show#cMessage~.valid:after,
.show#cName~.valid[data-text]:before,
.show#cEmail~.valid[data-text]:before,
.show#cMessage~.valid[data-text]:before {
  opacity: 0;
}

.none#cName~.valid:after,
.none#cEmail~.valid:after,
.none#cMessage~.valid:after,
.none#cName~.valid[data-text]:before,
.none#cEmail~.valid[data-text]:before,
.none#cMessage~.valid[data-text]:before {
  opacity: 1;
}

.whatsapp-send {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 10px 20px;
  background-color: #4caf50;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  border-radius: 4px;
  transition: background-color 0.3s;
  cursor: default;
  height: auto;
  width: auto;
}

.whatsapp-send svg {
  fill: #fff;
  width: 22px;
  height: 22px;
}

.whatsapp-send:hover {
  background-color: #45a049;
}

.whatsapp-float {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.2rem;
}

.whatsapp-float .whatsapp-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4caf50;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-name: waAnimation;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes waAnimation {
  0% {
    box-shadow: 0 0 0 0 rgba(74, 175, 80, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(74, 175, 80, 0);
  }
}

.whatsapp-float .whatsapp-icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}

/* Remove IE arrow */
select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 620px) {
  .formC:nth-child(1) {
    gap: 0;
  }

  .nav-whatsapp.active .wrapperWA {
    width: auto;
    height: auto;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    margin: 0;
    transition: all 0.3s ease;
  }

  .form-container .formC:nth-child(1) {
    grid-template-columns: auto;
    gap: 0;
  }
}