@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Teko:wght@400;500;600;700&display=swap");

h1,
h2,
h3,
h4 {
  font-family: "Teko", sans-serif;
}
body {
  font-family: "Roboto", sans-serif;
  position: relative;
}
.nav-bg {
  background-color: #0c1844 !important;
  position: relative;
}

.edit-links {
  margin-right: 8px;
  color: #737373 !important;
  transform: skew(-18deg);
}
.edit-links:hover {
  color: #c80036 !important;
}
.navbar-nav .nav-link.active {
  color: #c80036 !important;
}
.header-top {
  position: absolute;
  top: 0;
  right: 10%;
  left: 25%;
  padding: 10px 0;
  padding-left: 20px;
}
.header-top1 {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-right: 19px;
}
.header-top2 {
  display: flex;
  gap: 7px;
  align-items: center;
}
.header-top1 i {
  color: #c80036;
  font-size: 13px;
}
.header-top1 span {
  color: #6c757d !important;
  font-size: 14px;
}
.header-top2 i {
  color: #c80036;
  font-size: 13px;
}
.header-top2 span {
  color: #6c757d !important;
  font-size: 14px;
}
.top-header-after {
  position: relative;
}
.top-header-after::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 2px;
  height: 19px;
  background-color: #c80036;
  transform: rotate(-20deg);
}
.edit-col-nav .top-header-after {
  color: #878d97 !important;
  font-size: 14px;
}
.edit-col-nav .top-header-after2 {
  margin-left: 27px;
  color: #878d97 !important;
  font-size: 14px;
}
.edit-col-nav {
  display: flex;
  gap: 14px;
}
.logo {
  display: flex;
  margin-right: 20px;
  margin-top: 10px;
}
.logo i {
  color: #c80036;
  font-size: 40px;
  margin-right: 2px;
}
.logo h1 {
  color: #c80036;
}
.edit-col-nav-icons {
  display: flex;
  padding-top: 2px;
  gap: 13px;
  color: #c80036;
}
.search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #c80036;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 455px;
  transform: skew(18deg);
  transition: all 0.4s;
}
.search:hover {
  background-color: white;
  color: black;
}
.search i {
  transform: skew(-18deg);
}
.qr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
  background-color: #c80036;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 330px;
  transform: skew(18deg);
  transition: all 0.4s;
}
.qr:hover {
  background-color: white;
  color: black;
}
.qr span {
  font-weight: 600;
  font-size: 16px;
  transform: skew(-18deg);
}
.empty {
  width: 90px;
  height: 90px;
  position: absolute;
  right: 250px;
  top: 37%;
  clip-path: polygon(1% 0, 100% 0, 100% 100%, 30% 100%);
  background-color: #ffff;
}
.bg-drop {
  color: black !important;
}
.bg-drop:hover {
  background-color: #c80036;
}
.navbar-collapse {
  position: relative;
  top: 9px;
  transform: skew(18deg);
  background-color: white;
  margin-top: 30px;
  padding: 20px 40px;
  margin-right: 195px;
}
.dropdown-menu {
  transform: skew(-18deg);
  transition: all 0.5s;
  border: none;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
#home {
  overflow: visible;
  z-index: 1;
  height: 76vh;
  position: relative;
}
.carusal-clip {
  position: relative;
  height: 76vh;
  background: url(../images/carousel-1.jpg) center/cover no-repeat;
  color: white;
  overflow: hidden;
}

.carusal-clip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),
    url(../images/header-2.jpg) right no-repeat;
  background-size: 60%;
  clip-path: polygon(54% 0, 100% 0, 100% 100%, 43% 100%);
  transform: scale(1);
}
.carusal-clip2 {
  position: relative;
  height: 76vh;
  background: url(../images/carousel-1.jpg) center/cover no-repeat;
  color: white;
  overflow: hidden;
}

.carusal-clip2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),
    url(../images/header-1.jpg) right no-repeat;
  background-size: 60%;
  clip-path: polygon(54% 0, 100% 0, 100% 100%, 43% 100%);
  transform: scale(1);
}
.clip-content {
  position: absolute;
  bottom: 150px;
}
.clip-content h4 {
  color: #c80036;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}
.clip-content h1 {
  color: white;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}
.clip-content p {
  color: white;
  font-size: 20px;
}
.bottons-carusal {
  display: flex;
  gap: 15px;
}
.bottons-carusal1 {
  text-decoration: none;
  width: 210px;
  height: 55px;
  background-color: #0c1844;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  transform: skew(18deg);
  transition: all 0.5s;
}
.bottons-carusal1 i {
  font-size: 15px;
  color: #c80036;
  transform: skew(-18deg);
  transition: all 0.5s;
}
.bottons-carusal1 span {
  font-size: 16px;
  color: #c80036;
  transform: skew(-18deg);
  font-weight: 900;
  transition: all 0.5s;
}
.bottons-carusal1:hover {
  background-color: #c80036;
}
.bottons-carusal1:hover i {
  color: #fff;
}
.bottons-carusal1:hover span {
  color: #fff;
}
.bottons-carusal2 {
  text-decoration: none;
  width: 190px;
  height: 55px;
  background-color: #c80036;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  transform: skew(18deg);
  transition: all 0.5s;
}

.bottons-carusal2 span {
  font-size: 16px;
  color: #fff;
  transform: skew(-18deg);
  font-weight: 900;
  transition: all 0.5s;
}
.bottons-carusal2:hover {
  background-color: #fff;
}
.bottons-carusal2:hover span {
  color: #0c1844;
}

.clip-content2 {
  position: absolute;
  bottom: 150px;
}
.clip-content2 h4 {
  color: #c80036;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}
.clip-content2 h1 {
  color: white;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}
.clip-content2 p {
  color: white;
  font-size: 20px;
}
.edit-previos {
  position: absolute;
  top: 86%;
  left: 48%;
  transform: skew(18deg);
  background-color: #fff;
  color: #c80036;
  width: 60px;
  height: 60px;
  font-size: 20px;
  transition: all 0.5s;
  opacity: 1;
}
.edit-previos:hover {
  background-color: #c80036;
}
.edit-previos1 {
  transform: skew(18deg);
  position: absolute;
  top: 86%;
  left: 53%;
  background-color: #fff;
  color: #c80036;
  width: 60px;
  height: 60px;
  font-size: 20px;
  transition: all 0.5s;
  opacity: 1;
}
.edit-previos1:hover {
  background-color: #c80036;
}
.edit-previos i {
  transform: skew(-18deg);
  transition: all 0.5s;
}
.edit-previos:hover i {
  color: #fff;
}
.navbar {
  position: relative;
  z-index: 1000;
}
.dropdown-menu {
  position: absolute;
  z-index: 2000;
}

#about {
  background: linear-gradient(-115deg, #c80036 50%, #0c1844 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about-img {
  position: absolute;
  bottom: 100px;
  transform: scale(1.4);
}
.about-img img {
  transform: translateX(7%);
}
.about-content h4 {
  color: #c80036;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.about-content h1 {
  color: white;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}
.about-content p {
  color: #87807f;
  margin-bottom: 24px;
}
.about-bottom1 {
  display: flex;
  gap: 20px;
  position: relative;
  margin-bottom: 40px;
}
.our {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  background-color: #c80036;
  transform: skew(18deg);
}
.our span {
  transform: skew(-18deg);
  font-size: 17px;
  color: #ffff;
}
.our1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  background-color: #fff;
  transform: skew(18deg);
}
.our1 span {
  transform: skew(-18deg);
  font-size: 17px;
  color: #0c1844;
}
.our2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  background-color: #fff;
  transform: skew(18deg);
}
.our2 span {
  transform: skew(-18deg);
  font-size: 17px;
  color: #0c1844;
}
.icon-rackit {
  padding-top: 10px;
  display: flex;
  gap: 20px;
}
.icon-rackit i {
  font-size: 70px;
  color: white;
  padding-top: 10px;
}
.icon-rackit p {
  color: #87807f;
}
.about-bottom1::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ffff;
  position: absolute;
  bottom: -27px;
}
.about-bottom3 {
  display: inline-block;
  padding: 16px 45px;
  background-color: #c80036;
  text-decoration: none;
  font-weight: 600;
  transform: skew(18deg);
  color: #fff;
  transition: all 0.5s;
}
.about-bottom3:hover {
  background-color: #fff;
  color: #0c1844;
}
.about-bottom3 span {
  display: inline-block;
  transform: skew(-18deg);
}
.about-bottom5 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-decoration: none;
  color: #c80036;
  padding: 25px 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skew(18deg);
  transition: all 0.5s;
}
.about-bottom5:hover {
  background-color: #c80036;
  color: #fff;
}
.icon-tele {
  font-size: 32px;
  transform: skew(-18deg);
}
.icon-child {
  position: absolute;
  left: 25px;
  top: 8px;
  transform: skew(-34deg);
  color: #0c1844;
}
.about-content4 {
  padding-top: 5px;
  position: relative;
}
.move-content {
  position: relative;
  margin-top: 30px;
}
.move-content::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ffff;
  position: absolute;
  top: -27px;
}

.about-content41 {
  color: #87807f;
  font-size: 17px;
}
.about-content42 {
  color: #fff;
  font-weight: 500;
}
.col1 {
  transform: translateY(33px);
}
.col2 {
  transform: translateX(20px);
}

#about2 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(255, 245, 225, 0.9), rgba(12, 24, 68, 0.9)),
    url(../images/goal-background-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 200px;
}
.overlay1 {
  position: absolute;
  inset: 0;
  background: rgba(255, 0, 0, 0.1);
  clip-path: polygon(43% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 58% 100%);
}
.about2-content h4 {
  color: #c80036;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.about2-content h1 {
  color: #0c1844;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}
.about2-card {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skew(10deg);
  gap: 10px;
  box-shadow: 0 0 45px rgba(12, 24, 68, 0.4);
  padding-left: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0 15px 15px 15px;
}
.about2-card2 {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skew(10deg);
  gap: 10px;
  box-shadow: 0 0 35px rgba(12, 24, 68, 0.4);
  padding-left: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.img-header {
  display: flex;
  align-items: center;
}
.card-img {
  width: 80px;
  height: 80px;
  background-color: #c80036;
  padding: 19px;
  border-radius: 0 !important;
}
.card-body p {
  color: #fff;
  margin: 0;
}
.card-body h4 {
  color: #0c1844;
}
.card-bottom {
  text-decoration: none;
  background-color: #c80036;
  color: #fff;
  padding: 18px 45px;
  font-weight: 600;
  margin-left: 8px;
  transition: all 0.5s;
}
.card-bottom:hover {
  background-color: #fff;
  color: #0c1844;
}
.card-bottom1 {
  transform: skew(18deg);
}
.card-bottom span {
  display: inline-block;
  transform: skew(-18deg);
}
.about2-content {
  transform: translateY(17%);
}
.about2-img {
  margin-left: 60px;
  transform: translateY(28%);
}
.img-style {
  object-fit: cover;
  transform: scale(1.2);
}
#why {
  padding-bottom: 35px;
  background-color: #fff5e1;
  position: relative;
}
.why-header {
  padding-top: 77px;
  margin: auto;
  text-align: center;
  padding-bottom: 48px;
  max-width: 800px;
}
.why-header h4 {
  color: #c80036;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.why-header h1 {
  color: #0c1844;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
.why-header p {
  color: #b19a97;
}
.p2card-body {
  padding: 24px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.p2card-body h4 {
  font-weight: 500;
  line-height: 1.2;
  color: #0c1844;
  margin-bottom: 16px;
  transition: all 0.5s;
}
.p2card-body p {
  margin-bottom: 24px;
  color: #6a7183;
}
.p2card-body a {
  color: #fff;
  background-color: #c80036;
  transform: skew(18deg);
  font-weight: 600;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 8px 24px;
  transition: all 0.5s;
}
.p2card-body a span {
  display: inline-block;
  transform: skew(-18deg);
}
.p2card-body a:hover {
  background-color: #fff;
  color: #0c1844;
}
.card-carusal-img {
  transition: all 0.5s;
  position: relative;
}
.card-carusal:hover .card-carusal-img {
  transform: rotateY(180deg);
}
.card-carusal-img::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 0;
  transform-origin: top;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
}
.card-carusal:hover .card-carusal-img::before {
  width: 100%;
  height: 100%;
}
.p2card-body::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0c1844;
  transform-origin: top;
  transition: all 0.5s;
  z-index: -1;
}
.card-carusal:hover .p2card-body::before {
  width: 100%;
  height: 100%;
}
.card-carusal:hover .p2card-body h4 {
  color: #c80036;
}
.card-carusal {
  width: 375px;
  margin-right: 25px;
}
.face-line {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-top: -200px;
  transform: skew(-10deg);
  border: 3px solid #c80036;
  z-index: 2;
}
.carusal-step {
  z-index: 9;
  padding-left: 60px;
  transform: skew(10deg);
}
.carusal-move {
  position: absolute;
  top: 89.5%;
  right: 21%;
  width: 50px;
  height: 55px;
  background-color: #0c1844;
  font-size: 30px;
  opacity: 1;
  transform: skew(18deg);
  transition: all 0.5s;
  z-index: 10;
}
.carusal-move1 {
  position: absolute;
  top: 89.5%;
  left: 19%;
  width: 50px;
  height: 55px;
  background-color: #0c1844;
  opacity: 1;
  transform: skew(18deg);
  font-size: 30px;
  transition: all 0.5s;
  z-index: 10;
}
.carusal-move:hover {
  background-color: #c80036;
}
.carusal-move1:hover {
  background-color: #c80036;
}
#courses {
  background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7)),
    url(../images/services-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 90px;
}
.courses-header {
  padding-top: 77px;
  margin: auto;
  text-align: center;
  padding-bottom: 48px;
  max-width: 800px;
}
.courses-header h4 {
  color: #c80036;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.courses-header h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
.courses-header p {
  color: #fff;
}
.card-courses {
  overflow: hidden;
  background-color: rgba(255, 245, 225, 0.5);
  position: relative;
  padding: 24px;
  transform: skew(4deg);
  margin-bottom: 20px;
  transition: all 0.5s;
  border: none;
}
.card-courses:hover {
  transform: skew(-4deg);
  border: none;
}
.img-top {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #fff;
}
.img-top1 {
  width: 25px;
  height: 25px;
  display: flex;
  margin-right: 8px;
}
.img-left {
  width: 80px;
  height: 80px;
  background-color: #c80036;
  padding: 16px;
}
.img-left1 {
  filter: grayscale(100%);
  transition: all 0.5s;
}
.card-courses:hover .img-left1 {
  filter: grayscale(0%);
}
.card-courses a {
  color: #fff;
  background-color: #c80036;
  transform: skew(18deg);
  font-weight: 600;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 8px 24px;
  transition: all 0.5s;
}
.card-courses a span {
  display: inline-block;
  transform: skew(-18deg);
}
.card-courses a:hover {
  background-color: #fff !important;
  color: #c80036 !important;
}
.courses-images {
  margin-bottom: 24px;
}
.card-body-courses h4 {
  color: #0c1844;
  margin-bottom: 16px;
}
.card-courses:hover .card-body-courses h4 {
  color: #fff;
}
.card-body-courses p {
  color: white;
  margin-bottom: 24px;
}
.card-courses:hover .card-body-courses p {
  color: #87807f;
}
.img-top-header {
  display: flex;
  margin-bottom: 4px;
}
.img-top2 {
  font-size: 13px;
}
.card-courses:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0c1844;
  transform-origin: bottom;
  transition: all 0.5s;
  z-index: -1;
}
.card-courses:hover::after {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.final-bottom-courses {
  text-align: center;
  color: #fff;
}
.final-bottom-courses1 {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  background-color: #c80036;
  padding: 16px 48px;
  transform: skew(18deg);
  border-radius: 0;
  border: none;
  transition: all 0.5s;
}
.final-bottom-courses2 {
  transform: skew(-18deg);
  display: block;
}
.final-bottom-courses1:hover {
  color: #0c1844;
  background-color: #fff;
}

#blogs2 {
  overflow: hidden;
  background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7)),
    url(../images/services-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.blogs2-carusal1 {
  text-decoration: none;
  width: 210px;
  height: 55px;
  background-color: #c80036;
  color: #fff;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  transform: skew(18deg);
  transition: all 0.5s;
}
.blogs2-carusal1:hover {
  background-color: #fff;
  color: #0c1844;
}
.blogs2-carusal1 i {
  font-size: 15px;
  transform: skew(-18deg);
}
.blogs2-carusal1 span {
  font-size: 16px;
  transform: skew(-18deg);
  font-weight: 900;
}
.blogs2-content {
  text-align: center;
  padding-bottom: 48px;
  padding-top: 48px;
}
.blogs2-container {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blogs2-content h1 {
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  line-height: 1.2;
}
.blogs2-content a {
  margin: auto;
}
.blogs-header {
  padding-top: 97px;
  margin: auto;
  text-align: center;
  padding-bottom: 48px;
  max-width: 800px;
}
.blogs-header h4 {
  color: #c80036;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.blogs-header h1 {
  color: #0c1844;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
.blogs-header p {
  color: #8792b8;
}
.card-blogs {
  width: 415.333px;
  margin-right: 25px;
  position: relative;
  border: 1px solid #c80036;
}
.card-title-blogs {
  margin-bottom: 16px;
  display: inline-block;
  transition: all 0.3s;
}
.card-title-blogs:hover {
  color: #c80036 !important;
}
.card-text-blogs {
  color: #8792b8 !important ;
  margin-bottom: 16px !important;
}
.btn-blogs {
  border-radius: 0;
  border: none;
  background-color: #0c1844;
  color: #c80036;
  transform: skew(18deg);
  font-weight: 600;
  padding: 8px 24px;
  margin-left: 8px;
  transition: all 0.4s;
}
.btn-blogs-content {
  transform: skew(-18deg) !important;
}
.btn-blogs:hover {
  background-color: #c80036;
  color: #fff;
}
.calender {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  margin-bottom: 24px;
  background-color: #0c1844;
  transform: skew(8deg);
  font-size: 14px;
}
.calender1 {
  transform: skew(-4deg);
}
.calender1 i {
  color: #c80036;
  margin-right: 8px;
}
.calender1 span {
  color: #876f67;
}
.card-blogs-img {
  padding-bottom: 0 !important;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.card-blogs-img::before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skew(-100deg);
  background-color: rgba(12, 24, 68, 1);
  border: none;
  transition: 0.5s;
  z-index: -1;
}
.card-blogs-img::after {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transform: skew(100deg);
  background-color: #c80036;
  border: none;
  transition: 0.5s;
  z-index: -1;
}
.card-blogs-img img {
  transition: all 0.5s;
}
.card-blogs:hover .card-blogs-img img {
  transform: scale(1.3);
}
.blogs-container {
  padding-bottom: 48px;
}
.header-cards {
  display: flex;
}
#blogs {
  position: relative;
  margin-bottom: 55px;
}
.blogs-next1 {
  margin-top: 20px;
  width: 30px;
  height: 50px;
  position: relative;
  left: 45%;
}
.blogs-next2 {
  margin-top: -40px;
  width: 30px;
  height: 30px;
  position: relative;
  left: 48.9%;
  background-color: #0c1844 !important;
  transform: skew(18deg);
  opacity: 1;
  transition: 0.5s;
}
.blogs-next2::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  margin-top: 0px;
  display: flex;
  background: #c80036;
}
.blogs-next1 {
  margin-top: 40px;
  width: 30px;
  height: 50px;
  position: relative;
  left: 45%;
  background-color: #c80036 !important;
  transform: skew(18deg);
  opacity: 1;
}
.blogs-next1::after {
  content: "";
  width: 15px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  margin-top: 0px;
  display: flex;
  background: #fff;
}
.team-item {
  position: relative;
}
.team-body {
  position: relative;
  padding: 24px;
  text-align: center;
  border: 1px solid #c80036;
  border-top: none;
  transform: matrix(1, -0.1, 0, 1, 0, 0);
  transition: all 0.5s;
}
.team-body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  transition: all 0.5s;
  z-index: -1;
}

.team-body h4 {
  font-weight: 500;
  line-height: 1.2;
  color: #0c1844;
  transition: all 0.5s;
}
.team-body p {
  color: #876f67;
}
.team-img {
  position: relative;
  overflow: hidden;
  transform: matrix(1, -0.1, 0, 1, 0, 0);
  transition: all 0.5s;
}
.team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  z-index: 1;
}
.team-icons {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, 170%);
  z-index: 2;
}
.team-icon {
  width: 34px;
  height: 34px;
  background-color: #c80036;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s;
  transform: skew(18deg);
}
.team-icon:hover {
  color: #0c1844;
  background-color: #fff;
}
.team-icon i {
  transform: skew(-18deg);
}
.team-item:hover .team-img {
  transform: matrix(1, 0.1, 0, 1, 0, 0);
}
.team-item:hover .team-body {
  transform: matrix(1, 0.1, 0, 1, 0, 0);
}
.team-item:hover .team-body h4 {
  color: #fff;
}
.team-item:hover .team-icon {
  margin: 0 7px;
}
.team-item:hover .team-img::after {
  height: 100%;
  background-color: rgba(255, 245, 225, 0.5);
}
.team-item:hover .team-body::after {
  height: 100%;
  background-color: #0c1844;
}
.trainer-contain {
  padding-bottom: 100px;
}
#testimonial {
  position: relative;
  overflow: hidden;
  background: linear-gradient(rgba(12, 24, 68, 0.9), rgba(12, 24, 68, 0.9)),
    url(../images/services-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.testimonial-header {
  padding-top: 97px;
  margin: auto;
  text-align: center;
  padding-bottom: 48px;
  max-width: 800px;
}
.testimonial-header h4 {
  color: #c80036;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.testimonial-header h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
.testi-contain {
  padding-bottom: 100px;
  margin-bottom: 90px;
}
.testi-items {
  max-width: 900px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testi-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testi-body p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 24px;
  text-align: center;
}
.testi-body h4 {
  color: #fff;
}
.testi-body span {
  font-size: 17px;
  color: #545b71;
  padding-bottom: 16px;
}
.testi-icons {
  display: flex;
  color: #c80036;
}
.testi-icons .defrent-star {
  color: #fff;
}
.testi-img {
  border: 2px solid #c80036;
  margin-bottom: 24px;
}
.testi-quote {
  position: absolute;
  font-size: 48px;
  color: #fff;
  top: 0;
  left: 0;
}
.testi-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  transform: skew(18deg);
  background: #c80036;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.5s;
}
.testi-prev i {
  transform: skew(-18deg);
}
.testi-prev:hover {
  background-color: #fff;
  color: #c80036;
}
.testi-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  transform: skew(18deg);
  background: #c80036;
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.5s;
}
.testi-next i {
  transform: skew(-18deg);
}
.testi-next:hover {
  background-color: #fff;
  color: #c80036;
}
#final {
  padding: 48px 0;
  background: linear-gradient(rgba(12, 24, 68, 0.9), rgba(12, 24, 68, 0.98)),
    url(../images/services-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.inpu {
  position: relative;
  display: flex;
  gap: 20px;
  transform: skew(18deg);
}
.inpu1 {
  display: block;
  padding: 6px 12px;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #878d97;
  background-color: #fff;
  border: 1px solid #ced4da;
}
.inpu1:focus {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(200, 0, 54, 0.25);
}
.inpu2 {
  background-color: #c80036 !important;
  color: #fff !important;
  border: none;
  border-radius: 0%;
  padding: 8px 24px;
  opacity: 1;
  transition: all 0.5s;
}
.inpu2:hover {
  background-color: #fff !important;
  color: #0c1844 !important;
}

.final-icons {
  display: flex;
  gap: 15px;
  z-index: 2;
  justify-content: end;
}
.final-icon {
  width: 40px;
  height: 40px;
  background-color: #c80036;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s;
  transform: skew(18deg);
}
.final-icon:hover {
  color: #0c1844;
  background-color: #fff;
}
.final-icon i {
  transform: skew(-18deg);
}
.footer-icon {
  margin-right: 8px;
  color: #c80036;
}
.footer p {
  line-height: 35px;
  color: #877e7b;
  text-wrap: balance;
}
.footer2 a {
  display: block;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #fff !important;
  transition: all 0.5s;
}
.footer2 a:hover {
  color: #c80036 !important;
  letter-spacing: 1px;
}
.footer3-content h4 {
  font-size: 20px !important;
  color: #fff;
  margin-right: 8px;
}
.footer3-content p {
  color: #877e7b;
  line-height: 35px;
}
.footer-img {
  transform: matrix(1, -0.09, 0, 1, 0, 0);
  transition: all 0.5s;
}
.footer-img:hover {
  transform: matrix(1, 0.09, 0, 1, 0, 0);
}
.footer-img img {
  filter: grayscale(50%);
  transition: all 0.5s;
}
.footer-img:hover img {
  filter: grayscale(0%);
}
#copy {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0c1844;
}
.copy-text {
  color: #878d97;
}
.copyright {
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.copyright:hover {
  color: #fff;
}
.wagon {
  color: #c80036;
  text-decoration: none;
  font-weight: 500;
}
.icon-html {
  position: absolute;
  position: fixed;
  bottom: 50px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  width: 50px;
  height: 40px;
  transform: skew(18deg);
  background-color: #c80036;
  color: #fff;
  z-index: 999;
  overflow: hidden;
}
.icon-html i {
  transform: skew(-18deg);
}
.icon-html:hover {
  background-color: #0c1844;
  color: #fff;
}
#home2 {
  padding: 60px 0 60px 0;
  background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7)),
    url(../images/goal-background-img\ \(1\).jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}
.home2-content {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
.head-order {
  display: flex;
  justify-content: center;
  list-style: none;
  transform: translateX(20px);
}
.order {
  margin-right: 10px;
}
.order a {
  color: #fff;
  text-decoration: none;
}
.order1 {
  padding-left: 8px;
  position: relative;
}
.order1 a {
  color: #fff;
  text-decoration: none;
  padding-right: 15px;
}
.order1::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 14px;
  background-color: #6c757d;
  top: 12%;
  left: -1px;
  transform: skew(-18deg);
}
.order-defre {
  margin-right: 70px;
  position: relative;
}
.order-defre a {
  padding-left: 8px;
  color: #c80036;
  text-decoration: none;
}
.order-defre::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 14px;
  background-color: #6c757d;
  top: 12%;
  left: -5px;
  transform: skew(-18deg);
}
#error {
  background-color: #fff;
}
.content404 i {
  font-size: 89px;
  font-weight: 700;
  line-height: 1.5;
  color: #c80036;
}
.h1-nump {
  font-size: 89px;
  font-weight: 700;
  line-height: 1.2;
  color: #0c1844;
}
.h1-cont {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #0c1844;
  margin-bottom: 24px;
}
.content404 p {
  color: #545b71;
  max-width: 640px;
  margin: auto;
  margin-bottom: 24px;
}
.bottom404 {
  padding: 16px 48px;
  background-color: #0c1844;
  color: #c80036;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s;
  transform: skew(18deg);
  border: none;
  border-radius: 0%;
}
.bottom404 span {
  display: block;
  transform: skew(-18deg);
}
.bottom404:hover {
  background-color: #c80036;
  color: #fff;
}
.contact1 h4 {
  color: #c80036;
}
.contact1 h1 {
  color: #0c1844;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
.contact1 p {
  color: #545b71;
  line-height: 25px;
}
.contact1 p a {
  color: #c80036;
  text-decoration: none;
  font-weight: 500;
}
.contact1-icon {
  margin-right: 8px;
  color: #c80036;
  font-size: 32px;
}
.contact1-content h4 {
  font-size: 24px !important;
  font-weight: 500;
  line-height: 1.2;
  color: #0c1844;
  margin-right: 8px;
}
.contact1-content p {
  color: #877e7b;
  margin-bottom: 0;
}
.brands {
  padding: 8px 24px;
  transform: skew(18deg);
  background-color: #0c1844;
  color: #c80036;
  font-weight: 600;
  border: none;
  border-radius: 0%;
}
.brands span {
  transform: skew(-18deg);
}
.brands span {
  display: inline-block;
  transform: skew(-18deg);
}
.brands i {
  display: inline-block;
  transform: skew(-18deg);
}
.brands:hover {
  background-color: #c80036;
  color: #fff;
}
.contact-banner {
  display: flex;
  border: 2px solid #0c1844;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    rgba(255, 245, 225, 0.2),
    rgba(12, 24, 68, 0.1),
    rgba(200, 0, 54, 0.3)
  );
}
.contact-banner:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  bottom: 0px;
  right: 0px;
  background-image: url(../images/contact-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-position: center top;
}
.banner-content {
  padding: 24px;
  padding-right: 0;
}
.banner-content h4 {
  font-size: 53px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  color: #0c1844;
}
.contacth5 {
  text-decoration: none;
  color: #0c1844;
  transition: all 0.3s;
}
.contacth5 h3 {
  font-size: 20px !important;
  letter-spacing: 0.25px;
}
.contacth5:hover {
  color: #c80036;
}
.iconh5 {
  color: #c80036;
}
.iconh5:hover {
  color: #c80036;
}
.form-section {
  background-color: #0c1844;
  height: 100%;
  padding: 48px;
}
.form-section h1 {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  margin-bottom: 24px;
}
.form-floating {
  transform: skew(18deg);
  border-radius: 0;
  margin: 0 12px;
  position: relative;
}
.form-control {
  height: 58px;
  padding: 16px 12px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #878d97;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0px;
  border: 0;
  transition: all 0.3s ease;
}
.form-floating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0);
  transform-origin: 0 0;
  display: inline-block;
  color: #877e7b;
}
.form-control:focus label {
  opacity: 65;
  transform: scale(0.85) translateY(-8px) translateX(2.5px);
  border: 1px solid #c80036 !important;
}
.form-control:focus {
  border-color: #c80036;
  box-shadow: 0 0 8px rgba(216, 27, 96, 0.5);
}
.form-check {
  margin-left: 10px;
}
.form-check-input:checked {
  background-color: #e91e63;
  border-color: #e91e63;
  box-shadow: 0 0 8px rgba(216, 27, 96, 0.5);
}
.form-check label {
  color: #6a7183;
}
.form-bottom {
  text-align: center;
  background-color: #c80036;
  color: #fff;
  text-decoration: none;
  padding: 16px 48px;
  width: 100%;
  display: inline-block;
  transform: skew(18deg);
  transition: all 0.5s;
  margin: 0 12px;
}
.form-bottom:hover {
  background-color: #fff;
  color: #c80036;
}

     /* ---------------------------------------- R s p o n s i v e ----------------------------------------------- */


@media (min-width: 991px) and (max-width: 1200px) {
  .qr,
  .search,
  .empty {
    display: none;
  }
}

@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  .header-top,
  .qr,
  .search {
    display: none;
  }
  .empty {
    width: 68%;
    height: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    clip-path: polygon(1% 0, 100% 0, 100% 100%, 5% 100%);
  }
  .logo {
    transform: translateX(-320%);
  }
  .logo i {
    font-size: 30px;
  }
  .list-nav {
    padding: 8px 15px;
    border: none;
    border-radius: 0;
    background-color: #c80036;
    color: black !important;
    transform: translateX(400px) skew(18deg);
    z-index: 2;
  }
  .list-nav1 {
    color: black !important;
  }
  .nav-item.dropdown:hover .dropdown-menu {
    overflow: visible !important;
    transform: skew(0deg);
  }
  .navbar-collapse {
    transform: skew(0deg);
    position: absolute;
    top: 58%;
    left: 0;
    width: 100%;
    background-color: #fff5e1;
    z-index: 9999;
  }
  .edit-links {
    transform: skew(0deg);
  }
  .carusal-clip::before {
    left: -72%;
    clip-path: polygon(54% 0, 100% 0, 100% 100%, 43% 100%);
    transform: scale(1.3);
  }
  .carusal-clip2::before {
    left: -72%;
    clip-path: polygon(54% 0, 100% 0, 100% 100%, 43% 100%);
    transform: scale(1.1);
  }
  .edit-previos {
    position: absolute;
    top: 86%;
    left: 42%;
  }
  .clip-content,
  .clip-content2 {
    text-align: center;
  }
  .clip-content h1 {
    font-size: 56px;
    line-height: 1.2;
  }
  .clip-content p,
  .clip-content2 p {
    font-size: 17px;
  }
  .bottons-carusal {
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .bottons-carusal1 {
    width: 150px;
  }
  .bottons-carusal2 {
    width: 130px;
  }
  .clip-content2 h1 {
    line-height: 1.2;
    font-size: 56px;
  }
  #about {
    background: linear-gradient(-135deg, #0c1844 50%, #c80036 50%);
    flex-direction: column;
    height: auto;
    padding: 50px 15px;
  }
  .about-img {
    position: relative;
    bottom: 0px;
    transform: scale(1);
  }
  .about-img img {
    transform: translateX(7%) translateY(19%);
  }
  .about-content h1 {
    font-size: 45px;
  }
  .about-content p {
    font-size: 15px;
  }
  .about2-card,
  .about2-card2 {
    text-align: center;
    padding: 25px;
  }
  .about2-content h1 {
    font-size: 45px;
  }
  .why-header h1 {
    font-size: 45px;
  }
  .card-carusal {
    margin-bottom: 10px;
  }
  .carusal-move {
    top: 94.5%;
  }
  .carusal-move1 {
    top: 94.5%;
  }
  .card-courses {
    margin: 15px 0;
    transform: none;
  }
  .courses-header h1 {
    font-size: 45px;
  }
  .header-cards {
    flex-direction: column;
    transform: translateX(50px);
  }
  .blogs-carusal {
    margin-bottom: 10px;
  }
  .blogs-next1 {
    left: 40%;
  }
  .blogs2-content h1 {
    font-size: 60px;
  }
  .blogs-header h1 {
    font-size: 45px;
  }
  .blogs-header p {
    font-size: 16px;
  }
  .team-item {
    margin-bottom: 50px;
  }
  .testimonial-header h1 {
    font-size: 45px;
  }
  .inpu {
    align-items: center;
  }
  .inpu2 {
    padding: 16px 24px;
    transform: translateY(-17px);
  }
  .inpu input {
    width: 90%;
    margin-bottom: 30px;
  }
  .final-icons {
    justify-content: center;
    margin-top: 15px;
  }
  .footer {
    text-align: center;
    padding: 0 10px;
    padding-bottom: 50px;
  }
  .footer2 {
    padding: 40px 10px;
  }
  .footer3 {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footer3-content h4 {
    margin-right: 0px;
  }
  #copy {
    text-align: center;
  }
  .copy-edit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .home2-content {
    font-size: 45px;
  }
  .map-container iframe {
    height: 300px;
  }
  .h1-nump {
    font-size: 50px;
  }
  .h1-cont {
    font-size: 30px;
  }
  .contact1 h1 {
    font-size: 40px;
  }
  .banner-content h4 {
    font-size: 49px;
  }
  .contact-banner {
    margin-bottom: 40px;
  }
}

@media (max-width: 568px) {
  .carusal-clip::before {
    left: -72%;
    bottom: 0;
    clip-path: polygon(54% 0, 100% 0, 100% 100%, 43% 100%);
    transform: scale(1.9);
  }
  .carusal-clip2::before {
    left: -72%;
    bottom: 0;
    clip-path: polygon(54% 0, 100% 0, 100% 100%, 43% 100%);
    transform: scale(1.6);
  }
  .edit-previos {
    position: absolute;
    top: 86%;
    left: 38%;
  }
  .clip-content h1 {
    font-size: 50px;
    line-height: 1.2;
  }
  .clip-content2 h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .clip-content p,
  .clip-content2 p {
    text-wrap: balance;
  }
  .about-content h1 {
    font-size: 35px;
  }
  .col2 {
    margin-top: 20px;
  }
  .about-img img {
    transform: translateX(7%) translateY(23%);
  }
  #about {
    background: linear-gradient(-120deg, #0c1844 70%, #c80036 30%);
    flex-direction: column;
    height: auto;
    padding: 50px 15px;
  }
  .about2-content h1 {
    font-size: 35px;
  }
  .why-header h1 {
    font-size: 35px;
  }
  .courses-header h1 {
    font-size: 35px;
  }
  .card-courses {
    margin: 15px 20px;
  }
  .blogs-carusal {
    margin-bottom: 10px;
    transform: translateX(-25px);
  }
  .blogs2-content h1 {
    font-size: 48px;
  }
  .blogs-header h1 {
    font-size: 35px;
  }
  .team-item {
    margin-bottom: 50px;
  }
}
