@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.text-primary {
  color: #ff1949 !important;
}

.bg-red {
  background-color: #ff1949;
}

.text-yellow {
  color: #ec8d5e !important;
}

.bg-red {
  background-color: #ff1949 !important;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #000;
}

a {
  color: #ff1949;
  font-weight: 600;
}

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

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

*::-moz-selection {
  background: #ff1949;
}

*::selection {
  background: #ff1949;
}

h2.title, .title {
  font-weight: 700;
  background: linear-gradient(to right, #b80688, #b80688, #6d259a, #6d259a);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

h2 {
  font-size: 2.6rem;
  font-weight: 600;
}
@media (max-width: 820px) {
  h2 {
    font-size: 2rem;
  }
}

h2.left-underline {
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
}
h2.left-underline::after {
  background-color: #ff1949;
  width: 100px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
}
h2.left-underline::before {
  background-color: #ccc;
  width: 200px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
}

h2.center-undrline {
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
}
h2.center-undrline::after {
  background-color: #ff1949;
  width: 100px;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}
h2.center-undrline::before {
  background-color: #ccc;
  width: 200px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -9px;
}

h5 {
  font-size: 1rem;
}

.bg-grey {
  background-color: #f7f7f7;
}

.ol-marker-indent li {
  padding-left: 5px;
}

/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
  top: 0;
  right: 0;
  left: 0;
  padding: 0 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.1);
}

.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
}

@media (min-width: 1026px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
}
.page-header button {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 10px;
  color: white;
  background: #fff;
  transition: background 0.3s;
}
.page-header button:hover {
  background: #ff1949 !important;
}

.page-header button svg {
  flex-shrink: 0;
  margin-left: 5px;
  fill: currentColor;
}

.page-header button:hover {
  background: #0ab8f6;
}

/* SECTION STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section {
  margin: 70px 0 20px;
}

/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background: rgba(255, 255, 255, 0.9);
}
.page-header.is-sticky .white-logo {
  display: none;
}
.page-header.is-sticky .logo-gradient {
  display: block;
}
.page-header.is-sticky .navbar-light .navbar-nav .nav-link {
  color: #000;
}

.logo-gradient {
  display: none;
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.carousel-indicators {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -4.3rem;
}
@media (max-width: 700px) {
  .carousel-indicators p, .carousel-indicators h4 {
    display: none;
  }
  .carousel-indicators .skills-item a {
    font-size: 0.5rem;
  }
}

.carousel-indicators [data-bs-target] {
  width: 25%;
  height: auto;
  text-indent: inherit;
  color: #000;
  margin-left: 0;
  margin-right: 0;
  border-right: solid 1px #ccc;
  border-top: 0;
  border-bottom: 0;
  opacity: 1;
}

.skills-item {
  height: 190px;
  background: url("../images/skill-bg.jpg");
  background-size: cover;
}
.skills-item h4 {
  font-size: 1.155rem;
  font-weight: 600;
}
@media (max-width: 700px) {
  .skills-item h4 {
    font-size: 1rem;
  }
}
.skills-item h6 {
  font-size: 0.7rem;
  margin-bottom: 5px;
  color: #5a5a5a;
}
.skills-item p {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 7px;
}
.skills-item a {
  font-size: 0.75rem;
  color: #666;
}
.skills-item.border-right {
  border-right: solid 1px #ccc;
}

.carousel-indicators [data-bs-target].active {
  background: url(../images/skill-bgActive.jpg);
  background-size: cover;
  color: #fff;
}
.carousel-indicators [data-bs-target].active a {
  color: #fff;
}
.carousel-indicators [data-bs-target].active h6 {
  color: #fff;
}

/* FOOTER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
  z-index: 1;
  background: white;
}

.page-footer a {
  display: flex;
  margin-left: 4px;
}

.navbar-brand {
  width: 170px;
}

.carousel-inner {
  max-height: 650px;
}
@media (max-width: 700px) {
  .carousel-inner {
    max-height: 450px;
  }
}
@media (max-width: 600px) {
  .carousel-inner {
    max-height: 350px;
  }
}

.carousel-item {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.carousel-item .overly-div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

.carousel-itemImg {
  background: url("../images/slide-one.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  position: relative;
  z-index: 1;
}
@media (max-width: 670px) {
  .carousel-itemImg {
    height: 400px;
  }
}
.carousel-itemImg.slide-two {
  background: url("../images/slide-two.jpg");
  background-size: cover;
}
.carousel-itemImg.slide-three {
  background: url("../images/slide-three.jpg");
  background-size: cover;
}
.carousel-itemImg.slide-four {
  background: url("../images/slide-four.jpg");
  background-size: cover;
}

.carousel-content {
  position: absolute;
  top: 25%;
  left: 10%;
  z-index: 3;
  color: #fff;
  text-align: left;
}
@media (max-width: 820px) {
  .carousel-content {
    top: 5%;
  }
}
.carousel-content h6 {
  position: relative;
  padding-left: 10px;
}
.carousel-content h6::before {
  content: "";
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-left: solid 3px #ec8d5e;
}
.carousel-content h1 {
  font-size: 3.2rem;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 820px) {
  .carousel-content h1 {
    font-size: 2.2rem;
  }
}
.carousel-content .action {
  padding: 8px 30px;
  background-color: #d46027;
  border-color: #d46027;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s;
}
.carousel-content .action:hover {
  border: solid 2px #fff;
  background: transparent;
}
.carousel-content .action i {
  font-size: 0.8rem;
}
.carousel-content h5 {
  font-size: 1.5rem !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: 0.75;
}

.skills {
  width: 100%;
  position: absolute;
  bottom: -180px;
  z-index: 99;
}

.carousel-inner {
  overflow: visible;
}

.carousel-caption {
  z-index: 3;
}

h1 {
  font-weight: 700;
  font-size: 3rem;
  padding-bottom: 40px;
}

.navbar-light .navbar-nav .nav-link {
  color: #1d1d1d;
  font-size: 0.98rem;
  font-weight: 500;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-item {
  font-size: 0.9rem;
  max-width: 500px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #d46027;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #d46027 !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
}
.patran-bg {
  background: url("../images/program-bg.jpg");
}

.whyPodbic {
  padding-top: 130px;
  padding-bottom: 100px;
  background-color: #030a19;
}
.whyPodbic h5 {
  font-size: 1.3rem;
  font-weight: 600;
}
.whyPodbic .nav-tabs {
  border-color: #171e2b;
}
.whyPodbic .nav-tabs .nav-link.active {
  background-color: #030a19;
  color: #fff;
  border-bottom-color: #030a19;
}
.whyPodbic .nav-link {
  color: #9d9fa1;
}
.whyPodbic h4 {
  font-size: 1rem;
}
.whyPodbic .accordion-button {
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  padding-left: 0;
}
.whyPodbic .accordion-button span {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  border-radius: 100%;
  border: solid 1px #748099;
  color: #fff;
  font-size: 0.75rem;
}
.whyPodbic .accordion-button:not(.collapsed) {
  color: #030a19;
}
.whyPodbic .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.whyPodbic .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.whyPodbic .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.whyPodbic .accordion-button:not(.collapsed) {
  background-color: #030a19;
  color: #fff;
}
.whyPodbic .accordion-item {
  border: 0;
  background-color: #030a19;
  color: #fff;
}
.whyPodbic .accordion-button {
  background-color: #030a19;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
}
.whyPodbic .accordion-button::after {
  background-image: none;
  width: 10px;
  height: 10px;
  border-top: 3px solid #778195;
  border-left: 3px solid #778195;
  transform: rotate(220deg);
}
.whyPodbic .accordion-button:not(.collapsed)::after {
  background-image: none;
  margin-top: 5px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
}
.whyPodbic .accordion-button:focus {
  box-shadow: none;
}

.whychooseus img {
  margin-bottom: 20px;
}

/* .section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.ourprocess .whatWeDo-box-item {
  background: linear-gradient(283.99deg, #FF305B 0.51%, #FD6E00 32.63%, #FF3142 100%);
  border-radius: 15px;
}
.ourprocess .op-gradient-color {
  background: linear-gradient(247.7deg, #806AFF 0%, #A049F7 70.91%);
  border-radius: 15px;
}
.ourprocess .daily {
  position: relative;
  border-radius: 10px;
  border: solid 1px #fff;
  padding: 0px 15px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: all 0.2s ease-in-out;
}
.ourprocess .daily:hover {
  background-color: #5635bb;
}
.ourprocess .daily .shape {
  position: relative;
  width: 110px;
  left: -11px;
  top: -13px;
  padding-bottom: 1px;
  padding-left: 10px;
  font-size: 0.85rem;
  font-weight: bold;
  background-color: #fff;
  color: #240c80;
  -webkit-clip-path: polygon(0 0, 80% 0%, 68% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0%, 68% 100%, 0% 100%);
}
.ourprocess .daily p {
  font-size: 0.85rem;
  line-height: 1.15;
  margin-bottom: 6px;
}

.what-we-do {
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
.what-we-do::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.92);
}
.what-we-do ul li {
  margin-bottom: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.what-we-do p {
  font-weight: 400;
  font-size: 0.9rem;
}
.what-we-do h5 {
  position: relative;
  width: 150px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  font-size: 1.1rem;
  background-color: #e4322a;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 80% 0%, 68% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0%, 68% 100%, 0% 100%);
  /*    &::before {
       content: '';
       height: 20px;
       position: absolute;
       left: 0;
       top: 0;
       border-left: solid 3px #e80c0c;
     } */
}

.content {
  position: relative;
  z-index: 9;
}

.howtoRegister .circles-line {
  display: flex;
}
.howtoRegister .circles-line .circle-one {
  width: 100px;
  height: 100px;
  border: solid 3px #ccc;
  background: #fff;
  border-radius: 100%;
}

.threemonths .card {
  height: 100%;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
}
.threemonths .intenship-img {
  width: 80px;
}
.threemonths .month {
  display: flex;
  font-size: 0.8rem;
}
.threemonths .month span {
  border: solid 1px #ccc;
  border-radius: 3px;
  margin-right: 10px;
  padding: 0 10px;
}

.se-card {
  width: 100%;
  padding: 20px;
  perspective: 1000px;
}
.se-card .card {
  padding-top: 50px;
  /* border-radius: 10px; */
  border: 3px solid rgb(255, 255, 255);
  transform-style: preserve-3d;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 18.75%, #f3f3f3 0 31.25%, rgba(0, 0, 0, 0) 0), repeating-linear-gradient(45deg, #f3f3f3 -6.25% 6.25%, #ffffff 0 18.75%);
  background-size: 60px 60px;
  background-position: 0 0, 0 0;
  background-color: #f0f0f0;
  width: 100%;
  box-shadow: rgba(142, 142, 142, 0.3) 0px 30px 30px -10px;
  transition: all 0.5s ease-in-out;
}
.se-card .card:hover {
  background-position: -100px 100px, -100px 100px;
  transform: rotate3d(0.5, 1, 0, 20deg);
}
.se-card .content-box {
  min-height: 240px;
  background: rgba(15, 134, 199, 0.732);
  /* border-radius: 10px 100px 10px 10px; */
  transition: all 0.5s ease-in-out;
  padding: 60px 25px 25px 25px;
  transform-style: preserve-3d;
}
.se-card .content-box .card-title {
  display: inline-block;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 50px);
}
.se-card .content-box .card-title:hover {
  transform: translate3d(0px, 0px, 60px);
}
.se-card .content-box .card-content {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #f2f2f2;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 30px);
}
.se-card .content-box .card-content:hover {
  transform: translate3d(0px, 0px, 60px);
}
.se-card .content-box .see-more {
  cursor: pointer;
  margin-top: 1rem;
  display: inline-block;
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
  color: rgb(15, 134, 199);
  /* border-radius: 5px; */
  background: white;
  padding: 0.5rem 0.7rem;
  transition: all 0.5s ease-in-out;
  transform: translate3d(0px, 0px, 20px);
}
.se-card .content-box .see-more:hover {
  transform: translate3d(0px, 0px, 60px);
}
.se-card .date-box {
  position: absolute;
  top: 30px;
  left: 30px;
  height: 60px;
  width: 60px;
  background: white;
  border: 1px solid rgb(182, 7, 135);
  /* border-radius: 10px; */
  padding: 10px;
  transform: translate3d(0px, 0px, 80px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 17px 10px -10px;
}
.se-card .date-box.second-box {
  left: 100px;
}
.se-card .date-box span {
  display: block;
  text-align: center;
}
.se-card .date-box .month {
  color: rgb(182, 7, 135);
  font-size: 9px;
  font-weight: 700;
}
.se-card .date-box .date {
  font-size: 20px;
  font-weight: 700;
  color: rgb(182, 7, 135);
}

/**************************************
 ** - 07 - How It Works Section CSS
 **************************************/
.workprocess-area {
  position: relative;
  z-index: 1;
}

.workprocess-area .section-title {
  margin-bottom: 15px;
}

.workprocess-single-item {
  position: relative;
  text-align: center;
  padding: 0 35px;
  margin-top: 35px;
}

.workprocess-icon {
  position: relative;
  z-index: 1;
  display: flex;
  border-radius: 50px;
  background-color: #fff;
  border: 1px dashed #ff5e62;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(75, 75, 75, 0.05);
}

.workprocess-icon::before {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  border-radius: 50px;
  background-color: #ff9966; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ff5e62, #ff9966); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.workprocess-single-item:hover .workprocess-icon:before {
  transform: scaleX(1);
}

.workprocess-icon i {
  position: relative;
  display: inline-block;
  color: #ff5e62;
  font-size: 45px;
  line-height: 0;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1) rotateY(0deg);
}

.workprocess-single-item:hover .workprocess-icon i {
  color: #fff;
  transform: scale(0.9) rotateY(360deg);
}

.workprocess-info {
  padding-top: 25px;
}

.workprocess-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.workprocess-area .line-border {
  position: relative;
}

.workprocess-area .line-border:before {
  position: absolute;
  content: "";
  z-index: 1;
  background-color: transparent;
  height: 1px;
  width: 150px;
  top: 50%;
  right: -85px;
  margin-top: -65px;
  border-top: 1px dashed #a044ff;
}

.pricing {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
.pricing .stats {
  position: relative;
  z-index: 0;
}
.pricing .stats .highlight_batch {
  background: #e0dd98;
  padding: 5px 10px;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #000;
  border-radius: 16px;
  position: absolute;
  right: -10px;
  top: 6px;
}
.pricing .stats .stat-box {
  position: relative;
  text-align: center;
}
.pricing .stats .stat-box-inner {
  position: relative;
  padding: 2rem;
  color: #000;
  background-color: white;
  border-radius: 0.5rem;
  border: solid 1px #ccc;
  overflow: hidden;
  z-index: 0;
  transition: 0.5s;
}
.pricing .stats .stat-box-inner::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff4f7;
  -webkit-clip-path: polygon(100% 65%, 100% 100%, 67% 100%);
          clip-path: polygon(100% 65%, 100% 100%, 67% 100%);
  z-index: -1;
}
.pricing .stats .stat-box-inner .stat-box-content {
  z-index: 2;
}
.pricing .stats .stat-box-inner h4 {
  font-weight: 700;
}
.pricing .stats .stat-box-inner p {
  line-height: 1.3;
  font-size: 0.9rem;
  margin-bottom: 25px;
}
.pricing .stats .stat-box-inner a {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.pricing .stats .stat-box-inner a::before {
  content: "";
  position: absolute;
  background-color: #fabeca;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  z-index: -1;
  left: -5px;
}
.pricing .stats .stat-box-inner a i {
  font-size: 0.72rem;
  margin-left: 5px;
}
.pricing .stats .stat-box-inner a:hover {
  color: #ff1949;
}
.pricing .stats .stat-box-inner a:hover::before {
  background-color: #ddd;
}
.pricing .stats .stat-box-inner:hover {
  transform: translateY(-5px);
}
.pricing .stats .stat-icon {
  font-size: 3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  opacity: 0.65;
}
.pricing .stats .stat-num {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
  color: #ff1949;
}
.pricing .stats .stat-num .price {
  font-size: 1.2rem;
  color: #666;
  font-weight: 600;
  padding-right: 3px;
}
.pricing .stats .stat-num .course-time {
  color: #666;
  font-size: 0.85rem;
  display: block;
  font-weight: 500;
}
.pricing .stats .stat-desc {
  font-size: 1.25rem;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
}

footer {
  border-top: solid 3px #ff1949;
  background: #030a19;
  color: #FFF;
  /*   .footer-logo {
      width: 150px;
    } */
}
footer .footer-menu {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  footer .footer-menu {
    display: block;
  }
}
footer .footer-menu .footer-menuTitle {
  width: 136px;
  min-width: 136px;
  background-color: #151c2b;
  color: #fff;
  font-size: 0.75rem;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 1px;
  font-weight: 400;
}
footer .footer-menu .footer-list {
  padding-left: 10px;
}
footer .footer-menu .footer-list.contact-content {
  font-weight: 500;
}
footer .footer-menu .footer-list ul {
  margin-bottom: 0;
}
footer .footer-menu .footer-list ul li {
  padding: 0 10px 0 0;
  display: inline;
  font-size: 0.75rem;
}
footer .footer-menu .footer-list ul li a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 400;
}
footer .footer-menu .footer-list ul li a a:hover {
  color: #ff1949;
}
footer .footer-branches {
  padding: 10px 20px;
  border-radius: 5px;
  background: #0b111f;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
}
footer .footer-branches a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
}
footer .footer-branches a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  footer .footer-branches .footer-BranchAddress {
    padding-bottom: 25px;
  }
  footer .footer-branches .footer-BranchAddress:last-child {
    padding-bottom: 0;
  }
}
footer .branch {
  font-size: 0.87rem;
  font-weight: 600;
}
footer h2 {
  font-size: 2.4rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  footer h2 {
    font-size: 1.5rem;
  }
}
footer h3 {
  font-size: 1.5rem;
}
footer h4 {
  font-size: 1.3rem;
}
footer a {
  color: #fff;
  opacity: 0.9;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style-type: none;
  font-size: 0.91rem;
  margin-bottom: 5px;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
}
footer ul li a i {
  color: #fff;
  margin-right: 5px;
}
footer ul li a:hover {
  color: #fff;
}
footer .f-title {
  font-weight: 700;
  color: #fff !important;
}
footer .slim-footer {
  border-top: solid 1px #353535;
  background-color: #030a19;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.78rem;
  color: #919191;
}
footer .slim-footer a {
  color: #919191;
  text-decoration: none;
}
footer .slim-footer a:hover {
  text-decoration: underline;
  color: #fff;
}
footer .slim-footer .footer-social-icon a {
  border-radius: 5px;
  padding: 6px 7px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
}
footer .slim-footer .footer-social-icon a:hover {
  color: #ff1949;
}
footer .slim-footer a {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.9;
  font-weight: 400;
}
footer .slim-footer ul {
  margin-left: 5px;
  padding: 0;
}
footer .slim-footer ul li {
  list-style-type: none;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
footer .slim-footer ul li a {
  color: #d5d5d5;
  text-decoration: none;
  font-weight: 400;
}
footer .slim-footer ul li a i {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 5px;
}
footer .slim-footer ul li a:hover {
  color: #fff;
}

/* footer {
  border-top: solid 3px $rimary;
  background: #030a19;
  .footer-contact {
    background: url("../images/map2.png") no-repeat;
    background-position: right bottom;
    .icon {
      padding: 5px;
      background: #3c3c3c;
      color: #ccc;
      font-size: 0.7rem;
    }
    p {
      color: #d5d5d5;
      font-size: 0.7rem;
      margin-bottom: 0;
    }
  }

  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.3rem;
    border-bottom: solid 1px #444;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    &::after {
      width: 70px;
      content: '';
      position: absolute;
      border: solid 1px #838383;
      left: 0;
      bottom: -1px;
    }
  }

  .f-title {
      font-weight: 700;
      //text-transform: uppercase;
      color: #fff !important;
  }
  .slim-footer {
    border-top: solid 1px #353535;
    background-color: #030a19;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.78rem;
    color: #919191;
    a {
      color: #919191;
      text-decoration: none;
      &:hover {
        text-decoration: underline;
        color: #fff;
      }
    }
  }
} */
.action {
  padding: 7px 30px;
  background: #FF305B;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
.action:hover {
  background: #000;
  color: #fff;
}
.action i {
  font-size: 0.9rem;
}

.feedback-shape-2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  animation: moveBounce-top 9s linear infinite;
}
.feedback-shape-2 img {
  width: 85%;
  animation: movebounce 8s linear infinite;
}

.courses .single-motivation-courses-item {
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  transition: 0.5s;
  height: 100%;
}
.courses .single-motivation-courses-item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.courses .single-motivation-courses-item:hover h3 a {
  color: #ff1949 !important;
}
.courses .single-motivation-courses-item .courses-image {
  position: relative;
  overflow: hidden;
}
.courses .single-motivation-courses-item .courses-image img {
  border-radius: 10px;
}
.courses .courses-icon {
  width: 70px;
  margin: 0 auto;
}
.courses .single-motivation-courses-item .courses-image .price {
  display: inline-block;
  padding: 3px 10px;
  background-color: #ff1949;
  border: solid 1px #fff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-top-left-radius: 10px;
  transition: 0.5s;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.courses .single-motivation-courses-item .courses-content h3 {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 600;
}
.courses .single-motivation-courses-item .courses-content h3 a {
  text-decoration: none;
  transition: 0.5s;
  color: #252525;
}
.courses .single-motivation-courses-item .courses-content {
  padding: 25px 25px 25px;
}
.courses .single-motivation-courses-item .courses-content .courses-rating .review-stars-rated {
  color: #f2b827;
  display: inline-block;
}
.courses .single-motivation-courses-item .courses-content .courses-rating .review-stars-rated i {
  color: #f2b827;
  font-size: 14.5px;
  margin-right: -2px;
}
.courses .bi {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.courses .single-motivation-courses-item .courses-content .courses-rating .rating-total {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 1px;
  font-size: 13.2px;
  color: #727695;
}
.courses .single-motivation-courses-item .courses-content .courses-rating a {
  color: #727695;
}
.courses .single-motivation-courses-item .courses-content .courses-rating a:hover {
  color: #ff1949;
}
.courses .single-motivation-courses-item .courses-content .courses-box-footer {
  border-top: 1px solid #f5f5f5;
  padding-top: 18px;
  margin-top: 18px;
}
.courses .single-motivation-courses-item .courses-content .courses-box-footer ul {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
}
.courses .single-motivation-courses-item .courses-content .courses-box-footer ul .students-number {
  flex: 0 0 50%;
  max-width: 50%;
}
.courses .single-motivation-courses-item .courses-content .courses-box-footer ul li i {
  color: #ff1949;
  position: relative;
  top: 1px;
}
.courses .single-motivation-courses-item .courses-content .courses-box-footer ul li {
  color: #727695;
  font-size: 0.8rem;
  font-weight: 400;
  padding-left: 7px;
  padding-right: 7px;
}
.courses .courses-info-wrap {
  text-align: center;
  margin-top: 50px;
}
.courses .courses-info-wrap p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 0.87rem;
}
.courses .courses-info-wrap p a {
  color: #ff1949;
  font-weight: 600;
}
.courses .courses-info-wrap p a:hover {
  text-decoration: underline;
  color: #252525;
}

.image-icon {
  position: relative;
  z-index: 2;
}
.image-icon::after {
  content: "";
  width: 120px;
  height: 120px;
  right: 20px;
  bottom: 0px;
  position: absolute;
  border-radius: 100px;
  z-index: -1;
}

.learning .specialisms {
  position: relative;
  z-index: 1;
  padding: 40px;
  background-image: url(../assets/imges/pattern.png);
  background-position: center center;
  background-size: contain;
  background-repeat: repeat;
}
.learning .specialisms.bg-color {
  background-color: #010a2d;
  background-image: unset !important;
}
.learning .specialisms::before {
  content: "";
  position: absolute;
  left: 0;
  top: -45px;
  width: 100%;
  height: 110%;
  z-index: -1;
  background-image: url("../images/bg-lines.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.learning .specialisms h6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.learning .specialisms h2 {
  font-weight: 400;
}

.bootcamp {
  transition: 0.5s;
}
.bootcamp .col-one {
  background: #fbf2ff;
}
.bootcamp .col-one:hover .img-icon {
  transform: translateY(-5px);
}
.bootcamp .col-one:hover .img-icon::after {
  transform: translateY(8px);
  transform: translateX(8px);
  background-color: #ccc;
}
.bootcamp .col-one:hover a.icon {
  border-color: #ff1949;
  background-color: #ff1949;
  color: #fff;
}
.bootcamp .col-one:hover a.icon i {
  color: #fff;
}
.bootcamp .col-one2 {
  background: #ffffff;
}
.bootcamp .col-one2:hover .img-icon {
  transform: translateY(-5px);
}
.bootcamp .col-one2:hover .img-icon::after {
  transform: translateY(8px);
  transform: translateX(8px);
  background-color: #ccc;
}
.bootcamp .col-one2:hover a.icon {
  border-color: #ff1949;
  background-color: #ff1949;
  color: #fff;
}
.bootcamp .col-one2:hover a.icon i {
  color: #fff;
}
.bootcamp .img-icon {
  width: 50px;
  margin-bottom: 15px;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.bootcamp .img-icon::after {
  content: "";
  position: absolute;
  background-color: #e9e9e9;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  bottom: -10px;
  right: -10px;
  z-index: -1;
  transition: 0.5s;
}
.bootcamp a.icon {
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: solid 1px #6a108f;
  border-radius: 100%;
  text-align: center;
  float: right;
  font-size: 0.7rem;
  position: relative;
  top: -10px;
  transition: 0.5s;
}
.bootcamp a.icon i {
  color: #000;
}
.bootcamp p {
  line-height: 1.1rem;
  font-size: 0.85rem;
  font-weight: 500;
}
.bootcamp h6 {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.bootcamp h5 {
  font-weight: 600;
}

.our-structured {
  padding: 80px 0;
  background-color: #030a19;
}
.our-structured .services-area {
  position: relative;
  z-index: 1;
}
.our-structured .services-box {
  margin-bottom: 30px;
  border: 4px solid #d4d6da;
  border-radius: 5px;
  padding: 20px 20px 20px 90px;
  transition: 0.5s;
  position: relative;
  background-color: #fff;
}
.our-structured .services-box h6 {
  color: #ff1949;
  margin-bottom: 5px;
  font-size: 0.7rem;
}
.our-structured .services-box h3 {
  font-size: 1.3rem;
  font-weight: 700;
}
.our-structured .services-box p {
  margin-bottom: 0;
  font-size: 0.85rem;
  line-height: 1.1rem;
}
.our-structured .services-box .icon {
  position: absolute;
  left: 20px;
  top: 32px;
  color: #252525;
  font-size: 40px;
  transition: 0.5s;
  line-height: 1;
}
.our-structured .services-box:hover {
  border-color: #ff1949;
  background-color: #ff1949;
  color: #ffffff;
  transform: scale(1.025);
}
.our-structured .services-box:hover img {
  filter: brightness(0) invert(1);
}
.our-structured .services-box:hover h6 {
  color: #fff;
}
.our-structured .services-btn {
  text-align: center;
  margin-top: 10px;
}
.our-structured .default-btn {
  transition: 0.5s;
  display: inline-block;
  padding: 10px 25px;
  position: relative;
  background-color: #ff1949;
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #ff1949;
  border-radius: 1px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.our-structured .default-btn i {
  font-size: 1.1rem;
  margin-right: 5px;
}
.our-structured .default-btn:hover, .our-structured .default-btn:focus {
  background-color: #FFFFFF;
  color: #ff1949;
  border-color: #FFFFFF;
}

.haveAnyQuestions .btn-primary {
  background-color: #fff;
  border-color: #fff;
  color: #ff1949;
  width: 70%;
  font-weight: 800;
}

.btn-primary {
  background-color: #ff1949;
  border-color: #ff1949;
  color: #fff;
  font-weight: 600;
}

.programs-hero {
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: linear-gradient(to right top, #030a19, #030a19, #030a19, #030a19, #030a19, #040c1d, #050d20, #050f24, #05122d, #031535, #03173e, #041947);
  position: relative;
  overflow: hidden;
  /*   .round-object2 {
      position: absolute;
      width: 178px;
      height: 55%;
      background-color: #620619;
      border-radius: 20px;
      right: 89px;
      bottom: -46%;
      transform: rotate(60deg);
      z-index: 1;
    } */
}
.programs-hero .round-object {
  position: absolute;
  width: 180px;
  height: 65%;
  background-color: #870520;
  border-radius: 20px;
  right: -10px;
  top: -28%;
  transform: rotate(65deg);
  z-index: 2;
}
@media (max-width: 1024px) {
  .programs-hero .round-object {
    width: 80px;
    height: 50%;
  }
}
.programs-hero h1 {
  font-size: 3.5rem;
  padding-bottom: 20px;
}
@media (max-width: 920px) {
  .programs-hero h1 {
    font-size: 3rem;
  }
}
.programs-hero .border-start {
  border-color: #6d7d8d !important;
}
.programs-hero .course-content {
  border-left: solid 1px #586175;
  padding-left: 10px;
}
.programs-hero .course-content span {
  font-size: 0.8rem;
  padding-bottom: 10px;
}
.programs-hero .course-content h5 {
  font-size: 1.2rem;
  font-weight: 600;
}

.modules .bglight {
  transition: 0.5s;
}
.modules .bglight:hover {
  background-color: #ffffff;
}
.modules .bglight:hover .week {
  background-color: #ff1949;
  color: #fff;
}
.modules .bglight .week {
  background-color: #030a19;
  color: #fff;
}
.modules h3 {
  font-size: 1.05rem;
  font-weight: 600;
}
.modules h4 {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.modules h5 {
  font-size: 0.85rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.modules .accordion-body {
  padding-left: 0;
}
.modules .accordion-button {
  padding: 0;
}
.modules .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #000;
}
.modules .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modules .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modules button:focus:not(:focus-visible) {
  outline: 0;
}
.modules .modules button:focus:not(:focus-visible) {
  outline: 0;
}
.modules .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.modules .accordion-item {
  border: 0;
  box-shadow: none;
}
.modules .accordion-item:hover {
  background-color: #ff1949;
  color: #fff;
}
.modules .accordion-item:hover .accordion-button {
  color: #fff;
}
.modules .accordion-item:hover .accordion-button::after {
  color: #fff;
}
.modules .accordion-item:hover .accordion-button:not(.collapsed)::after {
  color: #fff;
}
.modules .accordion-button {
  background-color: transparent;
}
.modules .accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  color: #666;
  font-size: 0.8rem;
}
.modules .accordion-button:not(.collapsed)::after {
  transform: none;
  background-image: none;
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
  color: #666;
  font-size: 0.8rem;
}

.faq .panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}
.faq .panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
}
.faq .panel-title > a:hover,
.faq .panel-title > a:active,
.faq .panel-title > a:focus {
  text-decoration: none;
}
.faq .accordion-item {
  border-left: 0;
  border-right: 0;
}
.faq .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq .accordion-button {
  padding-left: 0;
  padding-right: 10px;
}
.faq .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.faq .accordion-button:not(.collapsed) {
  background-color: #fff;
  font-weight: 600;
  color: #000;
  box-shadow: none;
}
.faq .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: none;
  margin-top: 5px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(45deg);
}
.faq .accordion-button::after {
  background-image: none;
  width: 10px;
  height: 10px;
  border-top: 3px solid #778195;
  border-left: 3px solid #778195;
  transform: rotate(220deg);
}

.talktoA {
  padding: 50px 0;
  background-color: #f5f5f5;
}
.talktoA .talk-img {
  width: 200px;
  margin: 0 auto;
}

.btn-secondary {
  transition: 0.5s;
  display: inline-block;
  position: relative;
  background-color: #ff1949;
  color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #ff1949;
  border-radius: 1px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.btn-secondary i {
  margin-right: 5px;
}

.form {
  padding: 30px;
  border: solid 15px #e2e2e2;
}
.form .form-control, .form .form-select {
  border-color: #030a19;
  border-radius: 0;
}
.form .form-label {
  font-weight: 500;
}
.form .btn {
  width: 200px;
}

.how-it-works {
  /* step css */
  @import url(https://fonts.googleapis.com/css?family=Lato:700italic,400,400italic,700);
  /* CSS BUTTON By https://codepen.io/daneden/pen/rcFJE*/
  /* //step css */
}
.how-it-works h4 {
  font-size: 1.4rem;
  font-weight: 600;
}
.how-it-works .hiw-content {
  height: 100%;
  padding: 10px;
  border: solid 1px #fff;
  transition: 0.5s;
}
.how-it-works .hiw-content:hover {
  border: solid 1px #eadddd;
  transform: translateY(-5px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.how-it-works .hiw-content:hover .no-count {
  background-color: #081c47;
}
.how-it-works .hiw-content:hover h4 {
  color: #ff1949;
}
.how-it-works .hiw-content p {
  margin-bottom: 0;
}
.how-it-works .no-count {
  padding: 0 5px;
  font-size: 0.75rem;
  height: 22px;
  line-height: 23px;
  margin-right: 10px;
  background-color: #ff4c71;
  color: #fff;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}
.how-it-works body {
  background: #f8f8f8;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.how-it-works h1 {
  text-align: center;
  margin: 20px 0 0;
}
.how-it-works .container {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
}
.how-it-works .clear {
  clear: both;
}
.how-it-works .progress_bar {
  width: 100%;
  margin: 15px auto 0;
  position: relative;
  height: 50px;
  z-index: 10;
}
.how-it-works .progress_bar hr.all_steps {
  width: 100%;
  height: 7px;
  border: none;
  background: #DDDDDD;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 0px;
  left: 0%;
  z-index: 1;
}
.how-it-works .progress_bar hr.current_steps {
  width: 0%;
  border: 0;
  height: 5px;
  background: #ea463d;
  position: absolute;
  bottom: 2px;
  left: 0%;
  z-index: 3;
}
.how-it-works .progress_bar div.step {
  float: left;
  width: 14%;
  height: 50px;
  text-align: center;
  font-size: 12px;
  position: relative;
  text-shadow: 1px 1px #fff;
  transition: all 0.3s ease-in;
}
.how-it-works .progress_bar div.step:before {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  border: 2px solid transparent;
  background: #ea463d;
  bottom: 14px;
  left: 50%;
  margin-left: -6px;
  content: "";
  z-index: 4;
  display: none;
}
.how-it-works .progress_bar div.step:after {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  border: 2px solid #DDDDDD;
  background: #DDDDDD;
  bottom: 12px;
  left: 50%;
  margin-left: -8px;
  content: "";
  z-index: 2;
}
.how-it-works .progress_bar div.step.current {
  color: #222;
}
.how-it-works .progress_bar div.step.current:before {
  display: block;
}
.how-it-works .progress_bar div.step.complete {
  color: #888;
  cursor: pointer;
}
.how-it-works .progress_bar div.step.complete:before {
  display: block;
}
.how-it-works .progress_bar div.step.complete:hover {
  color: #555;
}
.how-it-works #blocks {
  width: 100%;
  position: relative;
  height: 300px;
}
.how-it-works #blocks .block {
  position: absolute;
  width: 100%;
  left: 102%;
  height: 300px;
}
.how-it-works #blocks .block .wrap {
  width: 100%;
  margin: 20px auto 0 auto;
}
.how-it-works #blocks .block .wrap .content-row {
  width: 100%;
  display: table;
  border: solid 1px #dedede;
  margin-bottom: 10px;
}
.how-it-works #blocks .block .wrap .content-row .cal-div {
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
}
.how-it-works #blocks .block .wrap .content-row .cal-div:first-child {
  background: #fff2f2;
}
.how-it-works #blocks .block .wrap .content-row .cal-div:last-child {
  position: relative;
}
.how-it-works #blocks .block .wrap .content-row .cal-div:last-child::before {
  content: " ";
  position: absolute;
  left: -15px;
  top: 35%;
  border-top: 20px solid transparent;
  border-right: 20px solid white;
  border-left: none;
  border-bottom: 20px solid transparent;
}
.how-it-works .butt {
  /* Additions */
  cursor: pointer;
  margin-right: 5px;
  font-size: 1.5em;
  text-decoration: none;
  font-weight: 700;
  padding: 0.15em 0.5em;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.7);
}
.abovefooter-contacts {
  padding: 10px 0;
  background-color: #ff1949;
}
.abovefooter-contacts .contact-details {
  font-size: 1rem;
  font-weight: 600;
}
.abovefooter-contacts .icon {
  width: 25px;
  height: 22px;
  padding: 0 5px;
  font-size: 0.9rem;
  line-height: 23px;
  margin-right: 10px;
  background-color: white;
  color: #ff1949;
  -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
          clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}

.java-road-map svg .clickable-group {
  cursor: pointer;
}
.java-road-map svg .clickable-group:hover > [fill="rgb(255,237,237)"] {
  fill: #fff;
}

.position-static {
  position: static !important;
}

.ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
  border: none;
  background: #fff;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.3) !important;
  border-radius: 0px;
  width: 100%;
  min-width: 15rem !important;
  margin-top: 0px !important;
  padding: 0 0;
  float: inherit;
  position: absolute;
  left: 0;
  right: 0;
}

.ftco-navbar-light .dropdown-item {
  white-space: inherit;
  border: solid 1px #e9e8e8;
  border-radius: 3px;
  margin-bottom: 5px;
}
.ftco-navbar-light .dropdown-item h6 {
  font-weight: 500;
  margin-bottom: 5px;
}
.ftco-navbar-light .dropdown-item p {
  font-size: 0.7rem;
  margin-bottom: 0;
  color: #353535;
}

.megamenu-maindiv {
  padding: 30px !important;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.3) !important;
}

.intro-hero-bg {
  height: 500px;
  background: url(../images/slide-four.jpg);
  background-size: cover;
  position: relative;
}
.intro-hero-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: 0.75;
}

.welcome-to-podbic {
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}
.welcome-to-podbic .pb-it {
  height: 450px;
  background-color: #fff;
  border-radius: 10px;
  border-bottom: solid 5px #c8bec0 !important;
  overflow: hidden;
}
.welcome-to-podbic .pb-it .banner {
  height: 150px;
  background: url("../images/it.jpg");
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
}
.welcome-to-podbic .pb-it .banner.eng {
  background: url("../images/eng.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.welcome-to-podbic .pb-it .banner::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
}
.welcome-to-podbic .pb-it .banner h2 {
  padding-top: 60px;
  position: relative;
  color: #fff;
  z-index: 99;
  font-size: 1.7rem;
}

.why-podbic {
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.why-podbic::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 200px solid transparent;
  border-left: 250px solid #f2f2f2;
  border-bottom: 200px solid transparent;
}
@media (max-width: 768px) {
  .why-podbic::before {
    border-top: 0px solid transparent;
    border-left: 0px solid #f2f2f2;
    border-bottom: 0px solid transparent;
  }
}

.webinar-form {
  padding: 10px 40px;
  width: 400px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 30px;
  right: 70px;
  z-index: 99;
}
@media (max-width: 1024px) {
  .webinar-form {
    width: 100%;
    position: inherit;
    top: 90px;
    right: 0;
  }
}
.webinar-form h4 {
  font-size: 0.92rem;
  font-weight: bold;
}
.webinar-form small, .webinar-form .small {
  font-size: 0.65rem;
  line-height: 13px !important;
}

.yellow-btn {
  padding: 8px 30px;
  background-color: #d46027;
  border-color: #d46027;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s;
}
.yellow-btn:hover {
  background-color: #ec8d5e;
  color: #fff;
}
.yellow-btn i {
  font-size: 0.8rem;
}

.enrole-btn {
  padding: 5px 30px;
  background-color: #fff;
  border: solid 1px #ccc;
  color: #000;
  font-size: 0.9rem;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s;
}
.enrole-btn:hover {
  background-color: #ff1949;
  color: #fff;
}
.enrole-btn i {
  font-size: 0.8rem;
}

.swiper_wrap {
  padding: 0px 50px;
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
}

.swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 45% !important;
  right: -40px;
  width: 35px !important;
  height: 35px !important;
  transform: translateY(-50%);
}

.swiper-button-prev {
  position: absolute;
  top: 45% !important;
  left: -40px;
  width: 35px !important;
  height: 35px !important;
  transform: translateY(-50%);
  margin-top: 0px;
}

.placements {
  margin-top: 60px;
  border-radius: 15px;
  position: relative;
}
.placements h5 {
  margin: 0 auto;
}

.testimony {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
.testimony figure.snip1157 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
.testimony figure.snip1157 * {
  box-sizing: border-box;
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.testimony figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
  border: solid 3px #ccc;
}
.testimony figure.snip1157 blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  border: solid 3px #9a9a9a;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
  color: #000;
  /* background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%); */
}
.testimony figure.snip1157 blockquote:before,
.testimony figure.snip1157 blockquote:after {
  font-family: "FontAwesome";
  content: "“";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
.testimony figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
.testimony figure.snip1157 blockquote:after {
  content: "”";
  right: 20px;
  bottom: 0;
}
.testimony figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #9a9a9a;
  margin: 0;
  position: absolute;
}
.testimony figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  transform: translateY(50%);
}
.testimony figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
  color: #ff1949;
}
.testimony figure.snip1157 .author h5 span {
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
  padding-left: 5px;
  color: #333;
}

.log-slide {
  /*  IMPORTANT CODE BELOW */
}
.log-slide .slider {
  height: 60px;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.log-slide .slider::before,
.log-slide .slider::after {
  position: absolute;
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  width: 25%;
  z-index: 2;
  pointer-events: none;
}
.log-slide .slider::before {
  left: 0;
  top: 0;
}
.log-slide .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.log-slide .slide-track {
  width: 3000px;
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}
.log-slide .slide-track2 {
  width: 2250px;
  display: flex;
  animation: scroll2 15s linear infinite;
  justify-content: space-between;
}
.log-slide .slide {
  width: 150px;
  height: 60px;
  display: grid;
  place-items: center;
  transition: 0.5s;
  cursor: pointer;
}
.log-slide .slide:hover {
  transform: scale(0.8);
}
@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-1500px);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-750px);
  }
}
@media screen and (max-width: 768px) {
  .log-slide .slide-track {
    width: 1600px;
  }
  .log-slide .slide-track2 {
    width: 1200px;
  }
  .log-slide .slide {
    width: 80px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(-800px);
    }
  }
  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(-400px);
    }
  }
}

.timeline-content {
  /* TIMELINE ARROWS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
.timeline-content .timeline-mob ol {
  list-style-type: none;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}
.timeline-content .timeline-mob ol li {
  background: #364a84;
  padding: 15px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1rem;
  position: relative;
}
.timeline-content .timeline-mob ol li::after {
  width: 0;
  height: 0;
  bottom: -10px;
  left: 45%;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #364a84;
  font-size: 0;
  line-height: 0;
  float: left;
  position: absolute;
}
.timeline-content .timeline-mob ol li .bi {
  color: white;
  font-size: 2.1rem;
  margin-right: 5px;
}
.timeline-content .timeline {
  white-space: nowrap;
}
.timeline-content .timeline ol {
  font-size: 0;
  padding: 250px 0;
  transition: all 1s;
}
.timeline-content .timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 200px;
  height: 3px;
  background: #ccc;
}
.timeline-content .timeline ol li:last-child {
  width: 50px;
}
.timeline-content .timeline ol li:not(:first-child) {
  margin-left: 0px;
}
.timeline-content .timeline ol li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 90px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ff1949;
}
.timeline-content .timeline ol li .content-box {
  position: absolute;
  height: 110px;
  left: -23px;
  width: 280px;
  padding: 15px;
  font-size: 0.9rem;
  white-space: normal;
  color: white;
  background: #364a84;
  border-radius: 3px;
}
.timeline-content .timeline ol li .content-box .bi {
  font-size: 1.5rem;
  color: white;
}
.timeline-content .timeline ol li .content-box::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline-content .timeline ol li:nth-child(odd) .content-box {
  top: -36px;
  transform: translateY(-100%);
}
.timeline-content .timeline ol li:nth-child(odd) .content-box::before {
  top: 100%;
  left: 43%;
  border-top: 20px solid #364a84;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none;
}
.timeline-content .timeline ol li:nth-child(even) .content-box {
  top: calc(100% + 37px);
}
.timeline-content .timeline ol li:nth-child(even) .content-box::before {
  top: -18px;
  left: 45%;
  border-bottom: 20px solid #364a84;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: none;
}
.timeline-content .timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.timeline-content .timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.timeline-content .timeline .arrows .arrow__prev {
  margin-right: 20px;
}
.timeline-content .timeline .disabled {
  opacity: 0.5;
}
.timeline-content .timeline .arrows img {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 599px) {
  .timeline-content .timeline ol,
  .timeline-content .timeline ol li {
    width: auto;
  }
  .timeline-content .timeline ol {
    padding: 0;
    transform: none !important;
  }
  .timeline-content .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  .timeline-content .timeline ol li:first-child {
    margin-top: 25px;
  }
  .timeline-content .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  .timeline-content .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  .timeline-content .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  .timeline-content .timeline ol li:nth-child(odd) div::before,
  .timeline-content .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  .timeline-content .timeline ol li:last-child,
  .timeline-content .timeline ol li:nth-last-child(2) div::before,
  .timeline-content .timeline ol li:not(:last-child)::after,
  .timeline-content .timeline .arrows {
    display: none;
  }
}

.apprenticeship-journey {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .apprenticeship-journey {
    overflow-x: auto;
  }
}
.apprenticeship-journey .journey-col {
  width: 30%;
  max-width: 30%;
}
.apprenticeship-journey .journey-col p {
  padding-right: 30px;
  padding-left: 10px;
  font-size: 0.8rem;
  line-height: 1rem;
}
.apprenticeship-journey .journey-col:nth-child(1) {
  padding-top: 195px;
}
.apprenticeship-journey .journey-col:nth-child(2) {
  padding-top: 170px;
}
.apprenticeship-journey .journey-col:nth-child(3) {
  padding-top: 145px;
}
.apprenticeship-journey .journey-col:nth-child(4) {
  padding-top: 120px;
}
.apprenticeship-journey .journey-col:nth-child(5) {
  padding-top: 95px;
}
.apprenticeship-journey .journey-col h4 {
  font-size: 1rem;
  font-weight: bold;
}
.apprenticeship-journey .journey-col .dotted-line {
  height: 25px;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: dashed 1px #333;
  border-right: dashed 1px #333;
  position: relative;
}
.apprenticeship-journey .journey-col .dotted-line::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ff1949;
  border-radius: 100%;
  position: absolute;
  bottom: -5px;
}
.apprenticeship-journey .journey-col .dotted-line-last {
  height: 25px;
  width: 100%;
  border-bottom: dashed 1px #ffcdcd;
  position: relative;
}
.apprenticeship-journey .journey-col.success {
  background-color: #ff1949;
  border-radius: 10px;
}

/**
 * Tabs Container
 */
.tabs-container {
  padding: 2rem;
  background-color: #e0e0e0;
}

/**
 * Tabs Block
 */
.tabs-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
 * Tabs
 */
.tabs {
  display: flex;
}

.tabs > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 15%;
}

.tabs > ul li {
  display: block;
}
.tabs > ul li .bi {
  margin-right: 0.9rem;
  font-size: 1.1rem;
}

.tabs > ul li:not(:last-child) {
  margin-bottom: 10px;
}

.tabs > ul li a,
.tabs > ul li a:visited {
  display: flex;
  border-bottom: none;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  padding: 1rem 1.5rem 1rem 1rem;
  transition: all 0.2s ease-in-out;
  word-wrap: break-word;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: solid 5px #ccc;
  align-items: center;
}

.tabs > ul li a:hover,
.tabs > ul li a:focus,
.tabs > ul li a:active {
  border-bottom: none;
  outline: 0;
  border-left: solid 5px #ff1949;
  color: #ff1949;
}

.tabs > ul li a.active {
  background-color: #fff;
  color: #ff1949;
  border-left: solid 5px #ff1949;
  position: relative;
  z-index: 9;
}

.tabs > ul li a:hover:not(.active) {
  color: #ff1949;
}

.tabs > ul li a > span {
  width: 100%;
  display: flex;
  /* align-items: center;
  justify-content: center;
  text-align: center; */
}

.tabs > ul li a > span.tab-label {
  display: none;
}

.tabs section {
  width: 85%;
  background-color: #fff;
  padding: 1rem 1rem 0 1rem;
  display: none;
  word-wrap: break-word;
  margin-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 1;
}

.tabs section > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
}

.tabs section > *:nth-child(1) {
  transition-delay: 0.2s;
}

.tabs section > *:nth-child(2) {
  transition-delay: 0.3s;
}

.tabs section > *:nth-child(3) {
  transition-delay: 0.4s;
}

.tabs section > *:nth-child(4) {
  transition-delay: 0.5s;
}

.tabs section > *:nth-child(5) {
  transition-delay: 0.6s;
}

.tabs section > *:nth-child(6) {
  transition-delay: 0.7s;
}

.tabs section > *:nth-child(7) {
  transition-delay: 0.8s;
}

.tabs section > *:nth-child(8) {
  transition-delay: 0.9s;
}

.tabs section > *:nth-child(9) {
  transition-delay: 1s;
}

.tabs section > *:nth-child(10) {
  transition-delay: 1.1s;
}

.tabs section > *:nth-child(11) {
  transition-delay: 1.2s;
}

.tabs section > *:nth-child(12) {
  transition-delay: 1.3s;
}

.tabs section > *:nth-child(13) {
  transition-delay: 1.4s;
}

.tabs section > *:nth-child(14) {
  transition-delay: 1.5s;
}

.tabs section > *:nth-child(15) {
  transition-delay: 1.6s;
}

.tabs section > *:nth-child(16) {
  transition-delay: 1.7s;
}

.tabs section > *:nth-child(17) {
  transition-delay: 1.8s;
}

.tabs section > *:nth-child(18) {
  transition-delay: 1.9s;
}

.tabs section > *:nth-child(19) {
  transition-delay: 2s;
}

.tabs section > *:nth-child(20) {
  transition-delay: 2.1s;
}

.tabs section.active {
  display: block;
}

.tabs section.active-content > * {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 576px) {
  .tabs > ul {
    width: 300px;
  }
  /* .tabs > ul li a {
  	flex-wrap: wrap;
  } */
  .tabs > ul li a > span {
    display: inline-block;
  }
  .tabs > ul li a > span.tab-label {
    display: block;
    margin-top: 0.2rem;
  }
  .tabs section {
    width: calc(100% - 150px);
    padding: 2rem 2rem 5rem 2rem;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .tabs-container {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .tabs {
    width: 100%;
  }
}
.bg-dark {
  background-color: #030a19 !important;
}

.ag-courses_box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px 0;
}

.ag-courses_item {
  flex-basis: calc(33.33333% - 30px);
  margin: 0 15px 30px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ag-courses-item_link {
  display: block;
  padding: 20px 20px;
  background-color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_icon,
.ag-courses-item_link:hover .ag-courses-item_date .ag-courses-item_icon {
  background: rgba(255, 255, 255, 0.7);
  transition: 0.5s ease;
}
.ag-courses-item_link:hover .ag-courses-item_title,
.ag-courses-item_link:hover .ag-courses-item_date .ag-courses-item_title {
  color: #FFF;
}
.ag-courses-item_link:hover .message,
.ag-courses-item_link:hover .ag-courses-item_date .message {
  color: #FFF;
  position: relative;
  z-index: 99;
}
.ag-courses-item_link:hover .ag-courses-item_date-box,
.ag-courses-item_link:hover .ag-courses-item_date .ag-courses-item_date-box {
  border-color: #ee8ea3;
}

.message {
  text-align: center;
  color: #000;
  font-weight: normal;
}

.ag-courses-item_link:hover .ag-courses-item_bg {
  transform: scale(10);
}

.ag-courses-item_title {
  margin: 7px 0 7px 0;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.15rem;
  color: #000;
  z-index: 2;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.ag-courses-item_icon {
  min-width: 70px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 10px;
  background: rgba(244, 244, 244, 0);
  z-index: 2;
  position: relative;
  text-align: center;
}

.ag-courses-item_date-box {
  padding: 3px 0;
  font-size: 0.8rem;
  color: #FFF;
  z-index: 2;
  position: relative;
  border: solid 1px #ff1949;
  border-radius: 5px;
  width: 120px;
  margin: 0 auto;
}

.ag-courses-item_date {
  color: #686868;
  transition: color 0.5s ease;
}

.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #ff1949;
  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;
  border-radius: 50%;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 979px) {
  .ag-courses_item {
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }
}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;
    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}
.skill-table table {
  border: 0;
  color: #000;
  /*     &:hover{
      .first-td .icon,  .second-td .icon {
            background: $rimary;
            color: #fff;
        }
      } */
}
.skill-table table td {
  border-right: dashed 1px #8b8b8b;
}
.skill-table table tr.td-header td {
  font-weight: bold;
  text-align: center;
  color: #000;
}
.skill-table table tr.td-header td .icon {
  padding-top: 2px;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px auto;
  font-size: 1.7rem;
  color: #ff1949;
}
.skill-table table tr.td-header td .icon.border {
  border-color: #bdbdbd !important;
}
.skill-table table tr.gray {
  background-color: #f1f1f1;
  border-bottom: solid 2px #fff;
}
.skill-table table tr.gray2 {
  background-color: #f1eaea;
}
.skill-table table th {
  border-top: solid 5px #ff1949;
  border-right: solid 5px #fff;
  color: #ff1949;
}
.skill-table table th:nth-child(1) {
  border-top-color: #ffb3c3;
}
.skill-table table th:nth-child(2) {
  border-top-color: #ff839d;
}
.skill-table table th:nth-child(3) {
  border-top-color: #ff5175;
}
.skill-table table th:nth-child(4) {
  border-top-color: #ff1747;
}
.skill-table table th:nth-child(5) {
  border-top-color: #ba0027;
}

.steps {
  padding-left: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 1;
  margin: 0px auto;
  border-radius: 3px;
}

.steps strong {
  font-size: 14px;
  display: block;
  line-height: 1.4;
}

.steps > li {
  position: relative;
  display: block;
  /* border: 1px solid #ddd; */
  padding: 12px 50px 8px 50px;
  width: 240px;
  height: 59px;
}
@media screen and (min-device-width: 800px) and (max-device-width: 1390px) {
  .steps > li {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .steps > li {
    width: auto;
    background: #ff1949 !important;
    color: #fff;
    margin-bottom: 15px;
    line-height: 35px;
    position: relative;
  }
  .steps > li::after {
    width: 0;
    height: 0;
    right: -30px;
    top: 0;
    content: "";
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #ff1949;
    position: absolute;
  }
}
@media (min-width: 769px) {
  .steps > li {
    float: left;
  }
  .steps .past {
    color: #fff;
    background: #ff1949;
  }
  .steps .present {
    color: #fff;
    background: #ff1949;
  }
  .steps .future {
    color: #fff;
    background: #ff1949;
  }
  .steps li > span:after,
  .steps li > span:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: #f0f0f0;
    border-width: 30px;
  }
  .steps li > span:after {
    top: -4px;
    z-index: 1;
    border-left-color: white;
    border-width: 34px;
  }
  .steps li > span:before {
    z-index: 2;
  }
  .steps li.past + li > span:before {
    border-left-color: #ff1949;
  }
  .steps li.present + li > span:before {
    border-left-color: #ff1949;
  }
  .steps li.future + li > span:before {
    border-left-color: #ff1949;
  }
  .steps li:first-child > span:after,
  .steps li:first-child > span:before {
    display: none;
  }
  /* Arrows at start and end */
  .steps li:first-child i,
  .steps li:last-child i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: solid transparent;
    border-left-color: white;
    border-width: 30px;
  }
  .steps li:last-child i {
    left: auto;
    right: -30px;
    border-left-color: transparent;
    border-top-color: white;
    border-bottom-color: white;
  }
}
/***********************************************
 ** - 07 - Why Choosing Us Section CSS
 ***********************************************/
.whychoose-area .section-title {
  margin-bottom: 15px;
}

.whychoose-single-item {
  position: relative;
  margin-top: 45px;
}

.whychoose-icon-box {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

.whychoose-icon-box img {
  width: 60px;
  margin: 0 auto;
}

.whychoose-info {
  padding-left: 80px;
}

.whychoose-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.recruitment h3 {
  font-weight: 600;
  font-size: 1.5rem;
}
.recruitment .recruitment-Process {
  display: flex;
  border: solid 1px #ccc;
  border-radius: 10px;
  transition: all 0.1s ease-out;
}
.recruitment .recruitment-Process:hover {
  border-color: #ff1949;
  background: #fff4f7;
}
.recruitment .recruitment-Process h4 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #222;
}

@media (max-width: 1024px) {
  .step-wrapper-mob {
    display: block !important;
  }
  .step-wrapper-mob .step {
    border: solid 2px #ff1949;
    border-radius: 50px;
    position: relative;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
  }
  .step-wrapper-mob .step.step1 {
    border-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .step-wrapper-mob .step.step2 {
    border-right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .step-wrapper-mob .step .icon {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: #ff1949;
    border-radius: 100%;
    padding: 10px;
  }
  .step-wrapper-mob .step p {
    width: 90%;
    margin: 20px auto 0px auto;
  }
  .step-wrapper {
    display: none;
  }
}
.step-wrapper-mob {
  display: none;
}

.step-wrapper {
  margin: 30px;
  margin-bottom: 200px;
  position: relative;
}

.linestep {
  text-align: center;
  max-width: 250px;
  position: absolute;
}
.linestep .num {
  color: #fff;
  border-radius: 100px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  background: #ff1949;
}
.linestep p {
  width: 250px;
  position: absolute;
  margin-top: 7px;
  font-weight: 500;
  line-height: normal;
}
.linestep p.top {
  bottom: 50px;
  left: -110px;
}
.linestep p.bottom {
  left: -110px;
}
.linestep p.left {
  width: 200px;
  right: 34px;
  top: -17px;
}
.linestep p.right {
  width: 200px;
  left: 34px;
  top: -17px;
}

.linestep {
  visibility: hidden;
}

.path {
  visibility: hidden;
}

.move-line .path {
  visibility: visible;
  stroke-dasharray: 3700;
  stroke-dashoffset: 3700;
  animation: moveline 4s linear forwards;
}
.move-line .linestep {
  animation-name: show-step-item;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
}
.move-line .linestep1 {
  animation-delay: 0.4s;
}
.move-line .linestep2 {
  animation-delay: 0.8s;
}
.move-line .linestep3 {
  animation-delay: 1.2s;
}
.move-line .linestep4 {
  animation-delay: 1.6s;
}
.move-line .linestep5 {
  animation-delay: 2s;
}
.move-line .linestep6 {
  animation-delay: 2.4s;
}
.move-line .linestep7 {
  animation-delay: 2.8s;
}
.move-line .linestep8 {
  animation-delay: 3.2s;
}

@keyframes show-step-item {
  from {
    transform: scale(0.2);
    opacity: 0;
  }
  to {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes moveline {
  to {
    stroke-dashoffset: 0;
  }
}
.cPanelContainer {
  margin: auto;
  padding: 0;
}

.cPanelHeader {
  margin: auto;
  padding: 50px 50px;
  background: #fff;
  text-align: center;
}

.cPanelHeader > h3, .cPanelHeader > h5 {
  margin: auto;
  color: #000;
}

.cPanelFooter {
  margin: auto;
  padding: 50px;
  background: #fff;
  text-align: center;
}

.cPanelFooter > span {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.cPanelContent {
  margin: auto;
  padding: 0;
  background: #ff1949;
  text-align: center;
  display: flex;
}
@media (max-width: 768px) {
  .cPanelContent {
    overflow-x: auto;
  }
}

.cPanelSection {
  position: relative;
  flex: 1;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 25px;
  border-right: 1px solid #ffbfcc;
  border-left: 1px solid #ffbfcc;
}

.cPanelSection:hover {
  background: #e50030;
  flex: 2;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}

.cPanelContent > div:first-child {
  border-left: none;
}

.cPanelContent > div:last-child {
  border-right: none;
}

.cPanelContent > div:last-child:after {
  display: none;
}

.cPanelContent > div:after {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
  padding: 5px 13px;
  border-radius: 50%;
  background: #e50030;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  content: "\f061";
  font-size: 25px;
  font-family: FontAwesome;
  color: #f0f0f0;
}

.cPanelContent h5 {
  color: #f0f0f0;
  font-weight: 600;
}

.cPanelContent p {
  font-size: 14px;
  color: #f0f0f0;
  padding: 0 7%;
}

.cPanelArrowPulse {
  position: absolute;
  width: 0%;
  padding-bottom: 0%;
  border-radius: 50%;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  background: #f0f0f0;
  opacity: 0;
  z-index: 2;
  animation-name: cPanelArrowPulseAnimation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

@keyframes cPanelArrowPulseAnimation {
  0% {
    opacity: 1;
    width: 0%;
    padding-bottom: 0%;
  }
  50% {
    opacity: 0;
    width: 20%;
    padding-bottom: 20%;
  }
  100% {
    opacity: 0;
    width: 0%;
    padding-bottom: 0%;
  }
}
.tabs-section .tab-pane {
  padding: 30px 20px;
}
.tabs-section .nav-tabs {
  border-color: #ff1949;
}
.tabs-section .nav-tabs .nav-link {
  background: #ff1949;
  color: #fff;
  margin-right: 5px;
  font-size: 1.05rem;
}
@media (max-width: 768px) {
  .tabs-section .nav-tabs .nav-link {
    padding: 10px 10px;
    font-size: 0.8rem;
  }
}
.tabs-section .nav-link:hover {
  background: #e50030;
  border-color: #e50030;
}
.tabs-section .nav-link.active {
  border: solid 1px #ff1949;
  border-bottom: 0;
  background: #fff;
  color: #ff1949;
  font-weight: 500;
}

.howitworks h4 {
  margin-bottom: 20px;
}
.howitworks .wizard,
.howitworks .wizard .nav-tabs,
.howitworks .wizard .nav-tabs .nav-item {
  position: relative;
}
.howitworks .wizard .nav-tabs:after {
  content: "";
  width: 80%;
  border-bottom: solid 2px #ffaabc;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 44%;
  z-index: -1;
}
.howitworks .wizard .nav-tabs .nav-item .nav-link {
  width: 70px;
  height: 70px;
  margin-bottom: 6%;
  background: white;
  border: 2px solid #ff1949;
  color: #ff1949;
  z-index: 10;
}
.howitworks .wizard .nav-tabs .nav-item .nav-link .calout {
  position: absolute;
  background: #fff;
  border: solid 1px #000;
  padding: 5px 10px;
  color: #ff1949;
  border-radius: 5px;
  top: -41px;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 5400;
}
.howitworks .wizard .nav-tabs .nav-item .nav-link .calout::after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  opacity: 1;
  margin: 0 auto;
  bottom: -13px;
  border: 7px solid transparent;
  border-top-color: #000;
}
.howitworks .wizard .nav-tabs .nav-item .nav-link:hover {
  color: #333;
  border: 2px solid #333;
}
.howitworks .wizard .nav-tabs .nav-item .nav-link.active {
  background: #ff1949;
  border: 2px solid #ff1949;
  color: #fff;
}
.howitworks .wizard .nav-tabs .nav-item .nav-link.active .calout {
  background: #ff1949;
  color: #fff;
}
.howitworks .wizard .nav-tabs .nav-item .nav-link:after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ff1949;
  transition: 0.1s ease-in-out;
}
.howitworks .nav-tabs .nav-item .nav-link.active:after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #ff1949;
}
.howitworks .wizard .nav-tabs .nav-item .nav-link .bi {
  font-size: 25px;
}
.howitworks .tab-content {
  padding: 30px;
  background: #ff1949;
  color: #fff;
}
.howitworks .tab-content .tab-pane {
  width: 75%;
}
.howitworks .tab-content ul {
  padding-left: 30px;
}
.howitworks .tab-content ul li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 1rem;
  position: relative;
}
.howitworks .tab-content ul li ::before {
  position: absolute;
  left: -25px;
  display: inline-block;
  content: "";
  font-family: "Bootstrap-icons";
  content: "\f26f";
}
.howitworks .tab-content ul li .bi {
  color: #fff;
}

.online-offlineCourses {
  margin-top: 160px;
}
.online-offlineCourses .event_filter {
  text-align: center;
}
.online-offlineCourses .event_filter {
  background-color: #ff1949;
  border-radius: 50px;
  padding: 15px 40px;
  list-style: none;
  margin: 0 auto 70px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.online-offlineCourses .event_filter li {
  display: inline-block;
  margin: 0px 20px;
}
.online-offlineCourses .event_filter li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
}
.online-offlineCourses .event_filter li .event_filter li a.is_active,
.online-offlineCourses .event_filter li a:hover {
  color: #000;
}
.online-offlineCourses .events_item .thumb {
  position: relative;
  overflow: hidden;
}
.online-offlineCourses .events_item .thumb img {
  margin-bottom: -5px;
}
.online-offlineCourses .events_item .thumb span.category {
  position: absolute;
  display: inline-block;
  padding: 3px 10px;
  background-color: #ff1949;
  border: solid 1px #fff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-top-left-radius: 10px;
  transition: 0.5s;
  position: absolute;
  right: -1px;
  bottom: -1px;
}
.online-offlineCourses .events_item .thumb span.price {
  position: absolute;
  right: -30px;
  top: -50px;
  background-color: rgba(122, 106, 216, 0.95);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s;
}
.online-offlineCourses .events_item .thumb span.price h6 {
  margin-top: 72px;
  margin-left: 22px;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.online-offlineCourses .events_item .thumb span.price em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  vertical-align: top;
}
.online-offlineCourses .events_item {
  background-color: #fff;
  border: solid 1px #e5a0af;
  margin-bottom: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.online-offlineCourses .events_item:hover {
  margin-top: -20px;
  border-color: #ff1949;
}
.online-offlineCourses .events_item:hover .enrole-btn {
  background-color: #ff1949;
  color: #fff;
}
.online-offlineCourses .events_item .down-content {
  padding: 20px 30px 25px 30px;
}
.online-offlineCourses .events_item .down-content span.author {
  color: #ff1949;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 6px;
}
.online-offlineCourses .events_item .down-content h4 {
  font-size: 19px;
  font-weight: 600;
  transition: all 0.3s;
}
.online-offlineCourses .events_item:hover .down-content h4 {
  color: #ff1949;
}
.online-offlineCourses .events_item:hover .thumb span.price {
  transform: scale(1.2);
}

.contact .bg-img {
  background: url("../images/map.png") 0 50%;
  background-repeat: no-repeat;
}
.contact .card {
  border-radius: 10px;
  background: rgb(255, 247, 249);
  background: linear-gradient(315deg, rgb(255, 247, 249) 65%, rgb(255, 255, 255) 100%);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 1px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.contact .card .bi {
  font-size: 1.5rem;
}
.contact .card h5 {
  color: #747474;
}
.contact .card h4 {
  font-size: 1.1rem;
}

.strikediag {
  color: red;
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%), linear-gradient(to right top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}

#tag {
  font-family: "Roboto", sans-serif;
}

.vc {
  background: #ff1949;
  color: #fff;
  width: 58px;
  text-align: center;
  position: relative;
}

.vc:after {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  position: absolute;
  content: "";
  border-top-color: #ff1949;
  right: -23px;
  top: 0px;
  border-left-color: #ff1949;
}

.vc:before {
  width: 0;
  height: 0;
  border: 12px solid transparent;
  position: absolute;
  content: "";
  border-bottom-color: #ff1949;
  right: -23px;
  top: -1px;
}

.small-header {
  padding: 2px 10px;
  background: #e4e4e4;
  font-size: 0.6rem;
  color: #000;
}

.marquee-text {
  box-sizing: border-box;
  -o-box-align: center;
  align-items: center;
  overflow: hidden;
}

.marquee-text .top-info-bar {
  font-size: 0.6rem;
  font-weight: 400;
  width: 100%;
  display: flex;
  animation: marquee 25s linear infinite running;
}

.marquee-text .top-info-bar:hover {
  animation-play-state: paused;
}

.marquee-text .top-info-bar .info-text {
  padding: 1px 50px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.marquee-text .top-info-bar a {
  color: #000;
  text-decoration: none;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translate(-50%);
  }
}
/* Swiper css */
.owl-carousel .owl-item {
  transition: all 0.3s ease-in-out;
}

/* .owl-carousel.owl-drag .owl-item {
  width: 300px !important;
} */
.owl-carousel .owl-item .testimonial {
  max-height: 150px;
  overflow: hidden;
}

.owl-carousel .owl-item .card {
  opacity: 1 !important;
  padding: 15px;
  position: relative;
}

.owl-carousel .owl-stage-outer {
  overflow-y: auto !important;
  padding-bottom: 40px;
}

/* .owl-carousel .owl-item img {
  height: 200px;
  object-fit: contain;
  border-radius: 6px;
} */
.owl-carousel .owl-item .img-card {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #f1f1f1;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.owl-carousel .owl-item .card .name {
  /*  position: absolute;
   bottom: -20px;
   left: 33%; */
  color: #ff1949;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.3rem 0;
}

.owl-carousel .owl-item .card .stars .fa-star {
  font-size: 0.5rem;
}
.owl-carousel .owl-item .card .stars .checked {
  color: #ffc107;
}

.owl-carousel .owl-item .card {
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  height: 20px;
  background: #ff1949 !important;
  border-radius: 2px !important;
  opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  height: 13px;
  width: 13px;
  opacity: 1;
  transform: translateY(2px);
  background: #ff7f9a !important;
}

@media (min-width: 480.6px) and (max-width: 575.5px) {
  .owl-carousel .owl-item .card .name {
    left: 24%;
  }
}
@media (max-width: 360px) {
  .owl-carousel .owl-item .card .name {
    left: 30%;
  }
}
/* Modal fom css */
.form-error {
  font-size: 0.7rem;
}

.box-container {
  background-color: white;
}

.box-container .stepsBlock {
  /* padding: 20px; */
}

.box-container .stepsBlock .logoCol {
  background-color: rgb(12, 12, 49);
  padding: 10px 10px 50px 10px;
  height: 100%;
}
@media (max-width: 700px) {
  .box-container .stepsBlock .logoCol {
    background-color: transparent;
    padding: 0 10px 0px 10px;
  }
}

.box-container .stepsBlock .logoBlock {
  color: white;
  font-weight: 500;
  font-size: medium;
  padding: 10px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-container .stepsBlock .textBlock {
  color: white;
  font-size: 12px;
  margin-top: 15px;
}

.stepActive {
  background-color: white;
  color: black !important;
}

.box-container .row .formCol {
  padding: 5px 10px;
  height: 100%;
  padding-left: 50px;
  color: #170244;
}

.inputVaild {
  border: 2px solid rgba(255, 0, 0, 0.349);
}

.logos {
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 700px) {
  .box-container .stepsBlock .textBlock {
    display: none;
  }
  .box-container .row .formCol {
    padding: 5px;
    color: #170244;
  }
  .box-container .stepsBlock {
    min-height: 30vh;
  }
}
.quote-box {
  position: relative;
}
.quote-box h4 {
  font-size: 1.4rem;
}
.quote-box h5 {
  font-size: 1.1rem;
}
.quote-box .thankyou-img {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .quote-box {
    width: 600px;
    margin: 0 auto;
  }
}
.quote-box .quote-text {
  position: absolute;
  top: 0px;
  left: 20px;
}
.quote-box .quote-text .fa-quote-left {
  font-size: 2.5rem;
  color: #ff7592;
}
.quote-box .thankyou-social-icon {
  padding-top: 25px;
  padding-bottom: 30px;
}
.quote-box .thankyou-social-icon .bi {
  padding: 3px 7px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-right: 1rem;
  color: #FFF;
  background-color: #585858;
}
.quote-box .thankyou-social-icon .bi:hover {
  background-color: #ff1949;
}/*# sourceMappingURL=styles.css.map */