@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/avenir-next-lt-pro?styles=15221,15210,15211,15218,29972,29973,15222,15223,15219,29976,15220,15212,15213,15214,15215,15207,15208,15209,29974,29975,15216,15217");
html {
  scroll-behavior: smooth;
  font-family: 'Avenir Next LT Pro', sans-serif; }

body {
  font-family: 'Avenir Next LT Pro', sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 500;
  color: #6b6b6b;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: .8rem; } }
  @media screen and (min-width: 1400px) {
    body {
      font-size: 1.2rem; } }

p {
  margin-top: 0;
  margin-bottom: 0; }

img {
  width: 100%; }

.container {
  max-width: 1200px; }

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1550px !important; } }
/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
/* ----------------------------------------------------------#f4bc32
:: color CSS
---------------------------------------------------------- */
.sky-blue-color {
  color: #0dcaf0 !important; }

.dark-gray-color {
  color: #ced4da !important; }

.light-gray-color {
  color: #ebebeb !important; }

.blue-color {
  color: #294c6c !important; }

.yellow-color {
  color: #f4bc32 !important; }

.black-color {
  color: #212529 !important; }

.pink-color {
  color: #c11550 !important; }

.cyanblue-color {
  color: #c11550 !important; }

.light-gray-bg {
  background-color: #f6f6f6; }

.light-yellow-bg {
  background: #c11550;
  background: linear-gradient(180deg, #f4bc3200 0%, #c1155012 0%, white 56%); }

.padding-bottom {
  padding-bottom: 240px !important; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .padding-bottom {
      padding-bottom: 240px !important; } }

.padding-top {
  padding-top: 250px !important; }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .padding-top {
      padding-top: 325px !important; } }

.sky-blue-bg-gredient, .blogs-portfolio .filters-content .blogs-inner-box .blogs-details::before {
  background-image: linear-gradient(to right, #0dcaf0 0%, #212529 100%); }

.text-justify {
  text-align: justify; }

.gradient-bg, .custom-btn, .custom-btn-2, header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item::before, .go-top {
  background: #c11550;
  transition: 0.6s; }
  .gradient-bg:hover, .custom-btn:hover, .custom-btn-2:hover, header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover::before, .go-top:hover {
    background: #212529; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir Next LT Pro', sans-serif;
  color: #212529;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.5em;
  font-weight: normal; }

.before-after, header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item::before, .blog-sidebar .blog-overlay:before, .blog-sidebar .blog-overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0; }

.text-italic, .banner-title h1 span,
.banner-title h2 span,
.banner-title h3 span,
.section-title h1 span,
.section-title h2 span,
.section-title h3 span {
  font-style: italic;
  font-family: 'Avenir Next LT Pro', sans-serif; }

@media screen and (max-width: 992px) and (min-width: 320px) {
  section {
    overflow: hidden; } }
a {
  color: #212529;
  text-decoration: none; }
  a:hover, a:focus {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #212529; }
  @media screen and (min-width: 1400px) {
    a {
      font-size: 1.2rem; } }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #c11550; }

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.accordion-button {
  padding: 10px 20px;
  line-height: 1.5;
  border-bottom: 0;
  font-size: 1rem;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  background-color: #6c757d45;
  font-weight: 600;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 1400px) {
    .accordion-button {
      font-size: 1.5rem; } }
  .accordion-button:after {
    content: "";
    position: absolute;
    background-image: none;
    z-index: -1; }
  .accordion-button:hover {
    color: #000; }

.accordion-button:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent; }

#accordion.style-2 .panel-default .panel-title a::after {
  background: #212529;
  height: 32px;
  width: 32px;
  border-radius: 50px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  top: -5px;
  font-family: "fontAwesome";
  content: "\f107"; }

.accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #fff;
  background-color: #c11550;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 1400px) {
    .accordion-button:not(.collapsed) {
      font-size: 1.5rem; } }
  .accordion-button:not(.collapsed)::after {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    background: #fff;
    margin-right: auto;
    position: absolute;
    right: 15px;
    font-family: "fontAwesome";
    content: "\f107";
    line-height: 30px;
    text-align: center;
    font-size: 1.4rem;
    color: #212529; }

.accordion-body {
  padding: 1rem;
  border-top: 0;
  text-align: justify; }

#accordion.style-2 .panel:not(:last-child) {
  margin-bottom: 10px; }

.accordion-item {
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: none;
  padding: 20px 20px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1; }
  .accordion-item::after {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin-right: auto;
    position: absolute;
    right: 34px;
    font-family: "fontAwesome";
    content: "\f107";
    top: 28px;
    line-height: 30px;
    text-align: center;
    font-size: 1.4rem;
    z-index: -1;
    color: #212529; }
    .accordion-item::after .accordion-header a {
      color: #c11550;
      font-weight: 700;
      font-size: 1.1rem; }
  .accordion-item:hover::after {
    background-color: #fff; }

/* ------:: section----------- */
.section {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.section-xs {
  padding: 20px 0; }

.section-sm {
  padding: 40px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 60px 0; } }

.section-md {
  padding: 60px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-md {
      padding: 40px 0; } }

.section-lg {
  padding: 100px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-lg {
      padding: 30px 0; } }

/* ------:: custome btn----------- */
.custom-btn, .custom-btn-2 {
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  transition: all .4s ease-in-out;
  padding: 10px 25px;
  box-shadow: 0 4px 15px 0 #1a90964d; }
  @media screen and (min-width: 1400px) {
    .custom-btn, .custom-btn-2 {
      padding: 15px 25px; } }
  .custom-btn:hover, .custom-btn-2:hover {
    color: #fff; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .custom-btn, .custom-btn-2 {
      padding: 10px 13px;
      font-size: 0.9rem; } }

.fa-arrow-right:before {
  padding-left: 10px;
  font-size: 0.8rem;
  color: #fff; }
.fa-arrow-right:hover:before {
  color: #f4bc32; }

.custom-btn-2 {
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  border: 2px solid #212529;
  color: #212529; }
  .custom-btn-2 i {
    margin-right: 10px;
    font-size: 1.3rem;
    line-height: 1;
    top: 3px;
    position: relative; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .custom-btn-2 i {
        font-size: 1rem; } }
  .custom-btn-2:hover {
    background-color: #212529;
    color: #fff; }

.box-hover-effect:hover .inner-box::after {
  opacity: 1;
  height: 100%;
  width: 100%; }
.box-hover-effect .inner-box {
  padding: 1.5rem;
  position: relative;
  z-index: 1;
  transition: 0.6s;
  background: #fff;
  z-index: 1;
  min-height: 155px;
  border-top: 1px solid #00000024; }
  @media screen and (min-width: 1400px) {
    .box-hover-effect .inner-box {
      min-height: 170px; } }
  .box-hover-effect .inner-box:after {
    height: 0%;
    width: 0%;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    opacity: 0;
    transition: 0.6s;
    background: linear-gradient(-135deg, #c11550 0%, #c11550c2 100%); }
  .box-hover-effect .inner-box:hover::after {
    opacity: 1;
    height: 100%;
    width: 100%; }
.box-hover-effect:hover .inner-box p {
  color: #fff; }
.box-hover-effect:hover .inner-box .text h4 {
  color: #fff; }
  .box-hover-effect:hover .inner-box .text h4::after, .box-hover-effect:hover .inner-box .text h4::before {
    background-color: #fff; }

/* ------:: list style----------- */
.list-count {
  column-count: 2; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .list-count {
      column-count: 1; } }

.list-style-two li, .benefits-sec .why-choose-box .inner-box .text li,
.list-style-two h4,
.benefits-sec .why-choose-box .inner-box .text h4 {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px; }
  @media screen and (min-width: 1400px) {
    .list-style-two li, .benefits-sec .why-choose-box .inner-box .text li,
    .list-style-two h4,
    .benefits-sec .why-choose-box .inner-box .text h4 {
      font-size: 1.2rem; } }
  .list-style-two li::before, .benefits-sec .why-choose-box .inner-box .text li::before,
  .list-style-two h4::before,
  .benefits-sec .why-choose-box .inner-box .text h4::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #c11550;
    position: absolute;
    top: 10px;
    left: 0; }
  .list-style-two li::after, .benefits-sec .why-choose-box .inner-box .text li::after,
  .list-style-two h4::after,
  .benefits-sec .why-choose-box .inner-box .text h4::after {
    content: "";
    width: 10px;
    height: 3px;
    background: #c11550;
    position: absolute;
    top: 10px;
    left: 5px; }

.list-style-three li,
.list-style-three h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #c11550; }

.third-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #c11550; }

.banner-title,
.section-title {
  position: relative; }
  .banner-title h1,
  .banner-title h2,
  .banner-title h3,
  .section-title h1,
  .section-title h2,
  .section-title h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #212529;
    position: relative;
    margin-bottom: 0.8rem; }
    .banner-title h1 span,
    .banner-title h2 span,
    .banner-title h3 span,
    .section-title h1 span,
    .section-title h2 span,
    .section-title h3 span {
      color: #c11550; }
  @media screen and (min-width: 1400px) {
    .banner-title h1,
    .section-title h1 {
      font-size: 3.8rem; } }
  .banner-title h3,
  .section-title h3 {
    font-size: 1.5rem; }
  .banner-title h2,
  .section-title h2 {
    font-size: 2.1rem; }
    @media screen and (min-width: 1400px) {
      .banner-title h2,
      .section-title h2 {
        font-size: 3rem; } }
  .banner-title .sub-line,
  .section-title .sub-line {
    height: 5px;
    width: 60px;
    margin-bottom: 25px;
    background-image: linear-gradient(to right, #c11550 0%, #212529 100%); }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .banner-title h1,
    .banner-title h2,
    .section-title h1,
    .section-title h2 {
      font-size: 1.8rem;
      margin-bottom: 1rem; } }

.swiper-button-next,
.swiper-button-prev {
  border-radius: 100%;
  color: #212529;
  transition: 0.6s;
  left: 45px;
  right: 0;
  bottom: -260px;
  margin: auto; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2rem;
    content: "\f178";
    font-family: 'FontAwesome'; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .swiper-button-next,
    .swiper-button-prev {
      bottom: -320px; } }

.swiper-button-prev {
  right: 55px;
  left: 0;
  color: #c11550; }
  .swiper-button-prev::after {
    content: "\f177";
    font-family: 'FontAwesome'; }

.text h4 {
  transition: all 400ms ease-in-out;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  color: #212529;
  white-space: nowrap;
  margin-bottom: 1rem; }

.box-img {
  transition: 0.6;
  overflow: hidden;
  text-align: center; }
  .box-img img {
    width: 80% !important; }
  .box-img:hover img {
    transform: scale(1.1); }

.img-effect {
  position: relative;
  overflow: hidden;
  background: #fff; }
  .img-effect img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
    width: 100%; }
  .img-effect:hover img {
    transform: scale(1.3); }

.bg-dotted-2 {
  background-image: url(https://globaleducation.s3.ap-south-1.amazonaws.com/cybervidya-new/images/dot2.webp);
  background-repeat: repeat;
  animation-name: bg-moving;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes bg-moving {
  0% {
    background-position: 60px; }
  100% {
    background-position: 0px; } }
.bg-img-3 {
  background-image: url(https://globaleducation.s3.ap-south-1.amazonaws.com/cybervidya-new/images/row-bgimage-3.jpg);
  background-repeat: no-repeat;
  background-position: 50% center; }

.animate-img-1 {
  position: absolute;
  right: 40px;
  bottom: 15px;
  animation: animationFramesOne 12s infinite linear alternate;
  -webkit-animation: animationFramesOne 12s infinite linear alternate; }

.animate-img-2 {
  position: absolute;
  right: 130px;
  top: 65px;
  animation: animationFramesFour 12s infinite linear alternate; }

.animate-img-6 {
  position: absolute;
  right: 400px;
  top: 145px;
  animation: animationFramesFour 12s infinite linear alternate; }

.animate-img-7 {
  position: absolute;
  left: 400px;
  bottom: 145px;
  animation: animationFramesFour 12s infinite linear alternate; }

.animate-img-8 {
  position: absolute;
  left: 500px;
  bottom: 150px;
  animation: animationFramesThree 12s infinite linear alternate; }

.img-6 {
  width: 40%; }

.img-7 {
  width: 50%; }

.animate-img-5 {
  position: absolute;
  left: 50px;
  bottom: 30px;
  animation: animationFramesTwo 12s infinite linear alternate;
  -webkit-animation: animationFramesTwo 12s infinite linear alternate; }

.animate-img-3 {
  position: absolute;
  right: 240px;
  top: 44px;
  animation: animationFramesThree 12s infinite linear alternate; }

.animate-img-4 {
  position: absolute;
  left: 35px;
  bottom: 110px;
  animation: animationFramesFour 12s infinite linear alternate; }

@keyframes animationFramesOne {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(-40px); }
  50% {
    transform: translateX(0); }
  75% {
    transform: translateX(40px); }
  100% {
    transform: translateX(0); } }
@keyframes animationFramesTwo {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(40px); }
  50% {
    transform: translateX(0); }
  75% {
    transform: translateX(-40px); }
  100% {
    transform: translateX(0); } }
@keyframes animationFramesFour {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(-30px, 40px); }
  40% {
    transform: translate(60px, 60px); }
  60% {
    transform: translate(80px, 40px); }
  80% {
    transform: translate(40px, -70px); }
  100% {
    transform: translate(0, 0); } }
@keyframes animationFramesThree {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(40px, -5px); }
  40% {
    transform: translate(60px, 40px); }
  60% {
    transform: translate(40px, 60px); }
  80% {
    transform: translate(-40px, 60px); }
  100% {
    transform: translate(0, 0); } }
.text-justify {
  text-align: justify; }

.sub-title span {
  color: #212529;
  font-weight: 700;
  margin-bottom: 10px;
  display: block; }

.text-pink-color {
  display: inline-block;
  color: #c11550;
  transition: 0.6s; }
  .text-pink-color:hover {
    color: #f4bc32; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.product-sheet:nth-child(n + 5) {
  /* select all but the first 3 elements, so 4 and above and select the last element, so position 2 in second row / 5th item and hide it */
  background: purple;
  display: none !important; }

header {
  position: relative;
  z-index: 9;
  /* ============ only desktop view ============ */
  /* ============ desktop view .end// ============ */
  /* ============ desktop view ============ */
  /* ============ desktop view .end// ============ */
  /* ============ mobile view ============ */
  /* ============ mobile view .end// ============ */ }
  header .navbar-brand {
    padding: 0;
    margin: 0; }
    header .navbar-brand img {
      width: 190px; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    header .navbar-brand img {
      width: 100px; } }
  header .navbar {
    transition: 500ms ease;
    background: #f9fcfc;
    padding: 0.5rem 0;
    margin: 0; }
    header .navbar .navbar-collapse .navbar-nav.nav-right .nav-item:last-child {
      margin-right: 0px !important; }
    header .navbar .navbar-collapse .navbar-nav {
      transition: 0.6s; }
      @media (max-width: 992px) {
        header .navbar .navbar-collapse .navbar-nav {
          overflow-y: scroll;
          height: auto; } }
      header .navbar .navbar-collapse .navbar-nav .nav-item {
        list-style: none;
        position: relative;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 600px) {
          header .navbar .navbar-collapse .navbar-nav .nav-item {
            margin-right: 0; } }
        header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
          margin-right: 0px !important; }
        header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #212529;
          display: block;
          font-weight: 500;
          padding: 10px 20px;
          opacity: 1;
          font-size: 0.9rem;
          text-align: center;
          position: relative;
          overflow: hidden;
          z-index: 1; }
          @media screen and (min-width: 1400px) {
            header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              font-size: 1.2rem; } }
          header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
            content: unset !important; }
          @media (max-width: 992px) {
            header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              text-align: left;
              color: #c11550;
              font-size: 15px;
              display: block;
              text-align: center;
              padding: 12px 30px;
              line-height: 1.5;
              text-transform: uppercase; } }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
              text-align: start; }
              header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link .nav-item > a {
                padding: 12px 16px !important;
                display: flex;
                justify-content: space-between;
                padding: 10px 0;
                font-size: 16px;
                font-weight: 600; } }
          header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
            position: absolute;
            bottom: 12px;
            left: 0;
            right: 0;
            margin: auto;
            width: 0%;
            content: '.';
            color: transparent;
            background: #c11550;
            height: 1px;
            transition: all .5s; }
          header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
            color: #c11550 !important; }
            header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
              width: 100%; }
      header .navbar .navbar-collapse .navbar-nav .dropdown-toggle:after {
        content: "\f078";
        font-family: 'FontAwesome';
        font-size: 0.8rem;
        border: none;
        padding: 0;
        color: inherit;
        float: right;
        top: 12px;
        position: absolute;
        font-weight: 300; }
      header .navbar .navbar-collapse .navbar-nav .dropdown-toggle:after:hover {
        transform: rotateY(180deg); }
      header .navbar .navbar-collapse .navbar-nav .dropdown-menu {
        padding: 25px 20px; }
        header .navbar .navbar-collapse .navbar-nav .dropdown-menu li {
          width: 100%; }
          header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item {
            padding: .5em .5em;
            color: #212529;
            line-height: 24px;
            font-weight: 500;
            text-transform: capitalize;
            transition: all 500ms ease;
            white-space: normal;
            position: relative;
            font-size: 0.9rem; }
            header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item::before {
              top: 17px;
              width: 0px;
              height: 4px;
              transition: 0.6s; }
            header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item .active, header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover, header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:active {
              color: #c11550;
              padding-left: 30px;
              background-color: transparent; }
              header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item .active::before, header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover::before, header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:active::before {
                width: 25px; }
            @media only screen and (max-width: 992px) {
              header .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item {
                color: #212529; } }
      header .navbar .navbar-collapse .navbar-nav .megamenu {
        background: #fff; }
        header .navbar .navbar-collapse .navbar-nav .megamenu h6 {
          color: #212529;
          font-weight: 700;
          padding: 0;
          margin: 0 0 10px 0;
          font-size: 1rem; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      header .navbar {
        padding: 10px 5px;
        border-bottom: 1px solid #1a9096; } }
  header .navbar.scrolled {
    background: #fff;
    box-shadow: 0 2px 28px 0 #0000003d;
    		/* .brand .brand_name {
                    font-size: 1.6rem;
                } */ }
    header .navbar.scrolled .navbar-brand img {
      width: 150px; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      header .navbar.scrolled .navbar-brand img {
        width: 90px; } }
  @media all and (min-width: 992px) {
    header .navbar .dropdown-menu-end {
      right: 0;
      left: auto; }
    header .navbar .nav-item .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      margin-top: 0;
      transition: all 300ms ease;
      border-radius: 0;
      min-width: 350px;
      transition: .3s;
      top: 100%;
      transform: scaleZ(1);
      background: #fff;
      border: 0;
      font-size: 0.9rem;
      box-shadow: 0 0 15px 0 #0000001a;
      transform: translate3d(0, 10px, 0); }
    header .navbar .nav-item:hover .nav-link {
      color: #fff; }
    header .navbar .dropdown-menu.fade-up {
      top: 180%; }
    header .navbar .nav-item:hover .dropdown-menu {
      border-radius: 0;
      /*border-top: 2px solid $pink-color;*/
      box-shadow: 0 20px 14px #08080814;
      transition: .3s;
      opacity: 1;
      visibility: visible;
      transform: scaleZ(1); } }
  @media (max-width: 991px) {
    header .navbar-collapse {
      position: fixed;
      top: 67px;
      right: 0 !important;
      height: auto;
      background: #fff;
      box-shadow: 0 5px 10px 0 #0000001c;
      z-index: 9;
      padding: 20px;
      left: 0;
      margin: auto; } }
  @media screen and (max-width: 991px) and (min-width: 768px) and (max-width: 1024px) {
    header .navbar-collapse {
      top: 90px;
      height: auto; } }
  @media (max-width: 991px) {
    header .navbar-collapse.collapsing {
      top: -75%;
      transition: height 300ms Linear Out, Slow In; }
    header .navbar-collapse.show {
      transition: top 300ms Linear Out, Slow In;
      width: 40%; } }
  @media screen and (max-width: 991px) and (min-width: 320px) and (max-width: 767px) {
    header .navbar-collapse.show {
      width: 95%; } }
  @media screen and (max-width: 991px) and (min-width: 767px) and (max-width: 1024px) {
    header .navbar-collapse.show {
      width: 95%; } }
  @media (max-width: 991px) {
    header .navbar-toggler.collapsed ~ .navbar-collapse {
      transition: right 500ms Linear Out, Slow In; }
    header .navbar-toggler {
      border: none;
      outline: none;
      box-shadow: none;
      color: #fff;
      background: #c11550;
      font-size: 1.5rem; } }
  header .navbar .megamenu {
    padding: 1rem; }
  @media all and (min-width: 992px) {
    header .navbar .has-megamenu {
      position: static !important; }
    header .navbar .megamenu {
      left: auto;
      right: auto;
      width: auto;
      margin: auto; } }
  @media (min-width: 1360px) {
    header .navbar-expand-lg .navbar-collapse {
      display: block !important; } }
  @media (max-width: 991px) {
    header .navbar .megamenu {
      width: 100% !important; }
    header .navbar.fixed-top .navbar-collapse,
    header .navbar.sticky-top .navbar-collapse {
      overflow-y: auto;
      max-height: 90vh;
      /* margin-top:10px; */ } }

.sub-menu-bar .row div ul {
  border-right: 1px solid #f7aa3469; }
.sub-menu-bar .row div:last-child ul {
  border-right: none; }

.dropdown-menu-sub li .dropdown-menu-sub {
  top: 0;
  opacity: 0;
  right: auto;
  left: -250px;
  visibility: hidden;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.dropdown-menu-sub {
  border: none;
  top: 65px;
  left: 0;
  z-index: 1050;
  opacity: 0;
  width: 250px;
  display: inline-block;
  border-radius: 0;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  box-shadow: rgba(17, 17, 26, 0.1) 0 0 16px;
  background-color: red;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg); }

/* ----------------------------------------------------------
:: Swiper Slider :: Home
---------------------------------------------------------- */
.home-banner {
  background-color: #f9fcfc;
  background-image: url(https://globaleducation.s3.ap-south-1.amazonaws.com/cybervidya-new/images/banner-bg-3.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  padding: 60px;
  z-index: 1; }
  @media screen and (min-width: 1400px) {
    .home-banner {
      height: 92vh;
      padding: 8rem; } }
  .home-banner::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: .9;
    position: absolute;
    background-color: #fff; }
  .home-banner::after {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 300px;
    height: 100%;
    position: absolute;
    background-color: #c11550; }
  .home-banner .title-img img {
    max-width: 100%;
    height: auto; }
  @media screen and (min-width: 1400px) and (max-width: 1920px) {
    .home-banner::after {
      background-color: transparent; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-banner {
      padding: 40px; }
      .home-banner::after {
        background-color: #ebebeb; }
      .home-banner .title-img img {
        max-width: 55%; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .home-banner {
      padding: 20px; }
      .home-banner .title-img img {
        width: 70%; }
      .home-banner::after {
        background-color: #ebebeb00; } }

/* -----------------------------
            benefits
-------------------------------- */
.benefits-sec {
  background-color: #212529;
  position: relative;
  z-index: 1; }
  .benefits-sec .why-choose-box .inner-box .text {
    color: #fff; }
    .benefits-sec .why-choose-box .inner-box .text h4 {
      transition: all 400ms ease-in-out;
      font-size: 1.4rem;
      font-weight: 700;
      position: relative;
      color: #212529;
      white-space: nowrap;
      margin-bottom: 1rem; }
      .benefits-sec .why-choose-box .inner-box .text h4::after, .benefits-sec .why-choose-box .inner-box .text h4::before {
        background-color: #c11550; }
    .benefits-sec .why-choose-box .inner-box .text p {
      padding-left: 20px;
      margin-bottom: 0; }
  .benefits-sec .why-choose-box:hover .inner-box .text h4 {
    color: #fff; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .benefits-sec .why-choose-box::before {
      content: unset; } }

/* -----------------------------
            provides
-------------------------------- */
.provides-sec {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .provides-sec .provides-inner-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ebebeb;
    transition: all 400ms ease-in-out;
    padding: 35px 0;
    text-align: center;
    cursor: pointer; }
    .provides-sec .provides-inner-box .icon {
      margin: 0px auto 18px; }
      .provides-sec .provides-inner-box .icon img {
        max-width: 40%;
        max-height: 40%; }
    .provides-sec .provides-inner-box h4 {
      font-size: 1.1rem;
      margin-bottom: 0;
      font-weight: bold;
      color: #212529;
      letter-spacing: -0.4px; }
      @media screen and (min-width: 1400px) {
        .provides-sec .provides-inner-box h4 {
          font-size: 1.4rem; } }
    .provides-sec .provides-inner-box a {
      color: #fff;
      font-size: 1rem;
      transform: translateY(0px);
      margin-top: 1rem;
      transition: 0.6s;
      position: absolute;
      z-index: 9;
      background: #c11550;
      padding: 0px;
      display: inline-block;
      border-radius: 0 0 5px 5px;
      left: 0;
      right: 0;
      font-weight: bold; }
    .provides-sec .provides-inner-box a {
      transition: 0.6s; }
      .provides-sec .provides-inner-box a:hover {
        color: #f4bc32; }
    .provides-sec .provides-inner-box:hover {
      box-shadow: 0px 0px 30px 0px #e7dae1b3;
      border: 1px solid #67666636; }

/* -----------------------------
            testimonial
-------------------------------- */
.testimonials {
  position: relative;
  z-index: 1; }
  .testimonials .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 53%;
    background-image: url(https://globaleducation.s3.ap-south-1.amazonaws.com/cybervidya-new/images/bg-img.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1; }
    .testimonials .img-overlay:before {
      position: absolute;
      content: '';
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: 0.9;
      background-color: #212529; }
  .testimonials .testimonials-inner {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 45px 30px 60px;
    position: relative;
    z-index: 1;
    text-align: center;
    min-height: 420px; }
    @media screen and (min-width: 1400px) {
      .testimonials .testimonials-inner {
        min-height: 361px; } }
    .testimonials .testimonials-inner .client-info {
      margin-top: 30px; }
      .testimonials .testimonials-inner .client-info h5 {
        color: #212529;
        letter-spacing: 0px;
        font-weight: 700;
        font-size: 20px; }
    .testimonials .testimonials-inner p {
      font-size: 1rem;
      font-style: italic;
      line-height: 1.8;
      border: none;
      margin: 0;
      margin-top: 0.8rem;
      padding: 0;
      position: static; }
    .testimonials .testimonials-inner .quote-icon {
      position: absolute;
      content: "";
      color: #fff;
      z-index: 10;
      margin: auto;
      left: 0;
      right: 0;
      bottom: -24px;
      font-size: 25px; }
    .testimonials .testimonials-inner::after {
      content: "";
      position: absolute;
      background: #c11550;
      z-index: -1;
      width: 50px;
      border-radius: 50px;
      z-index: 1;
      bottom: -27px;
      height: 50px;
      margin: auto;
      left: 0;
      right: 0; }
  .testimonials .swiper {
    padding: 50px 0; }

/* -----------------------------
            Footer
-------------------------------- */
.footer-bg {
  background: #212529;
  padding: 30px 0; }
  .footer-bg ul li {
    color: #fff; }
    .footer-bg ul li a {
      color: #fff;
      transition: 0.6s; }
      @media screen and (min-width: 1400px) {
        .footer-bg ul li a {
          font-size: 1.3rem; } }
      .footer-bg ul li a:hover {
        opacity: 0.6; }
  .footer-bg p {
    color: #fff;
    font-size: 1rem; }
    @media screen and (min-width: 1400px) {
      .footer-bg p {
        font-size: 1.3rem; } }
  .footer-bg h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 15px;
    color: #fff;
    margin: 10px 0; }
  .footer-bg .footer-logo img {
    width: 34%;
    margin-bottom: 15px; }
  .footer-bg .newsletter-form {
    position: relative;
    z-index: 0; }
    .footer-bg .newsletter-form button {
      position: absolute;
      padding: 0;
      content: "";
      z-index: 0;
      border: none;
      background: transparent;
      right: 100px;
      top: 50%;
      font-size: 1.3rem;
      color: #f4bc32;
      transform: translateY(15%); }
  .footer-bg .social-media-links {
    position: relative; }
    .footer-bg .social-media-links ul {
      margin: 10px 0 25px; }
      .footer-bg .social-media-links ul li {
        padding: 0;
        margin: 0 4px;
        display: inline-block; }
        .footer-bg .social-media-links ul li a {
          display: inline-block;
          line-height: 40px;
          width: 40px;
          height: 40px;
          font-size: 24px;
          border-radius: 6px;
          text-align: center;
          position: relative;
          border: 1px solid rgba(255, 255, 255, 0.2);
          transition: 0.6s; }
          .footer-bg .social-media-links ul li a::before {
            background: #ffffff1a;
            width: 100%;
            height: 0%;
            left: 0;
            bottom: 0;
            content: "";
            position: absolute;
            transition: all 0.6s ease; }
          .footer-bg .social-media-links ul li a:hover::before {
            height: 100%; }
  .footer-bg .contact-info label {
    display: block;
    font-weight: bold;
    font-size: 18px; }
  .footer-bg .contact-info ul li {
    position: relative;
    margin: 10px 0;
    padding: 5px 5px 5px 50px;
    font-size: 15px; }
    @media screen and (min-width: 1400px) {
      .footer-bg .contact-info ul li {
        font-size: 1.3rem; } }
    .footer-bg .contact-info ul li lord-icon {
      position: absolute;
      top: 7px;
      background-color: #fff;
      left: 0;
      border-radius: 5px; }
  .footer-bg .footer-nav li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    transition: all 0.4s ease; }
    .footer-bg .footer-nav li::before {
      font-size: 17px;
      font-family: "Font Awesome 5 Free";
      content: "\f28e";
      font-weight: 400;
      position: absolute;
      left: 0;
      top: 1px;
      transition: all 0.4s ease;
      font-family: 'FontAwesome'; }

hr:not([size]) {
  height: 1px;
  width: 88%;
  margin: auto; }

.form-control {
  display: block;
  width: 85%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: none;
  outline: 0;
  box-shadow: none; }

[placeholder]::-webkit-input-placeholder {
  color: #ffffff70; }
[placeholder]:-moz-placeholder {
  color: #ffffff70; }
[placeholder]::-moz-placeholder {
  color: #ffffff70; }
[placeholder]:-ms-input-placeholder {
  color: #ffffff70; }
[placeholder]:-ms-textarea-placeholder {
  color: #ffffff70; }

/* -----------------------------
            Client
-------------------------------- */
.client-sec .client {
  border: 1px solid #ebebeb;
  text-align: center;
  background: #fff;
  position: relative;
  width: 100%;
  float: left;
  padding: 0 1rem;
  margin: 60px auto 0;
  transition: all 0.3s ease-out 0s;
  min-height: 289px; }
  @media screen and (min-width: 1400px) {
    .client-sec .client {
      min-height: 310px; } }
  .client-sec .client p {
    font-weight: 600;
    margin-top: 5rem; }
  .client-sec .client:hover {
    box-shadow: 0 0 10px #00000012; }
    .client-sec .client:hover p {
      color: #c11550 !important; }
  .client-sec .client img {
    width: 120px; }
  .client-sec .client .img-frame {
    position: relative;
    z-index: 1; }
    .client-sec .client .img-frame::before {
      position: absolute;
      content: "";
      width: 150px;
      height: 150px;
      background: #e3e3e3;
      margin: 0px auto;
      padding: 0px;
      right: 0;
      left: 0px;
      z-index: 0;
      top: -15px;
      transform: rotate(-45deg);
      overflow: hidden; }
    .client-sec .client .img-frame img {
      margin: -34px;
      padding: 0;
      top: 0px;
      text-align: center;
      position: relative;
      left: 0;
      right: 0;
      margin: auto; }
    .client-sec .client .img-frame::after {
      position: absolute;
      background: #c11550;
      content: "";
      padding: 1rem;
      width: 150px;
      height: 150px;
      animation: spin-border 10s infinite linear;
      top: -12px;
      left: 0;
      z-index: -1;
      right: 0;
      overflow: hidden;
      margin: auto; }

@keyframes spin-border {
  100% {
    transform: rotate(360deg); } }
/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 15px;
  color: #fff;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  transition: .9s;
  border-radius: 50%;
  border: 1px solid #c11550; }
  .go-top.active {
    top: 98%;
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible; }
  .go-top i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.6s;
    font-size: 1.1rem; }
    .go-top i:last-child {
      opacity: 0;
      visibility: hidden;
      top: 60%; }
  .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #c11550;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    border-radius: 50%; }
  .go-top:hover, .go-top:focus {
    color: #fff; }
    .go-top:hover::before, .go-top:focus::before {
      opacity: 1;
      visibility: visible; }
    .go-top:hover i:first-child, .go-top:focus i:first-child {
      opacity: 0;
      top: 0;
      visibility: hidden; }
    .go-top:hover i:last-child, .go-top:focus i:last-child {
      opacity: 1;
      visibility: visible;
      top: 50%; }

/* -----------------------------
       ERP Systems
-------------------------------- */
.systems-box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 400ms ease-in-out;
  padding: 25px;
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  min-height: 427px;
  border-bottom: 3px solid #c11550; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .systems-box {
      min-height: 0px;
      padding: 30px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .systems-box {
      min-height: 347px; } }
  @media screen and (min-width: 1400px) {
    .systems-box {
      min-height: 633px;
      padding: 3rem; } }
  .systems-box::before {
    transform: translateY(102%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    transition: all 500ms ease-in-out;
    background: linear-gradient(-135deg, #c11550 0%, #c11550c2 100%); }
  .systems-box .systems-text {
    position: relative; }
    .systems-box .systems-text h5 {
      font-size: 1.2rem;
      font-weight: 600; }
      @media screen and (min-width: 1400px) {
        .systems-box .systems-text h5 {
          font-size: 1.6rem; } }
  @media screen and (min-width: 1400px) {
    .systems-box p {
      font-size: 1.3rem; } }
  .systems-box .systems-img {
    text-align: center;
    height: 75px;
    width: 75px;
    line-height: 100px;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 4px;
    transition: all 0.3s ease-in-out; }
  .systems-box:hover {
    color: #fff;
    border-bottom: 3px solid #c11550; }
    .systems-box:hover::before {
      transform: translateY(0); }
    .systems-box:hover .systems-text h5 {
      color: #fff; }
    .systems-box:hover .systems-text p {
      color: #fff; }
    .systems-box:hover .systems-img {
      filter: brightness(0) invert(1); }

.common-breadcrum-banner {
  width: 100%;
  height: 40vh;
  background-position: 100% top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 30px) and (max-width: 767px) {
    .common-breadcrum-banner .list-inline {
      display: none; } }
  .common-breadcrum-banner::before {
    background: #212529;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.7;
    width: 100%;
    height: 100%; }
  .common-breadcrum-banner h1 {
    margin-top: 55px;
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 10px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .common-breadcrum-banner h1 {
        font-size: 1.5rem;
        margin-top: 1rem; } }
    @media screen and (min-width: 1400px) {
      .common-breadcrum-banner h1 {
        font-size: 3.8rem; } }
  .common-breadcrum-banner a {
    color: #fff;
    transition: 0.6s; }
    .common-breadcrum-banner a:hover {
      color: #c11550; }
  .common-breadcrum-banner li {
    color: #fff; }
    .common-breadcrum-banner li:last-child {
      color: #f4bc32;
      font-weight: 600; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .common-breadcrum-banner {
      height: 20vh; }
      .common-breadcrum-banner h1 {
        text-align: center; }
      .common-breadcrum-banner ul {
        text-align: center; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .common-breadcrum-banner {
      height: 22vh; } }
  @media screen and (max-width: 1920px) and (min-width: 1400px) {
    .common-breadcrum-banner h1 {
      margin-top: 145px; } }

.preadmission-sec .preadmission-img {
  position: relative;
  margin-right: 15px;
  z-index: 1;
  padding-top: 70px;
  padding-left: 70px;
  padding-bottom: 70px; }
  .preadmission-sec .preadmission-img::before {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 500px;
    height: 100%;
    position: absolute;
    transition: 0.6s;
    border: 20px solid #c11550; }
  .preadmission-sec .preadmission-img:hover::before {
    top: 0;
    left: 0;
    border: 20px solid #f4bc32;
    width: 500px;
    height: 100%; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.pre-admission-process {
  background-image: url(https://globaleducation.s3.ap-south-1.amazonaws.com/cybervidya-new/images/campus-experience-bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 80vh; }
  .pre-admission-process .pre-admission-inner {
    max-width: 620px;
    margin-left: auto;
    background-color: #fff;
    padding: 50px; }

/*****************************
	Tabs
*****************************/
.nav-pills .nav-link {
  display: flex;
  color: #c11550;
  font-size: 1rem;
  line-height: 1.3;
  padding: 10px 0px;
  font-weight: 700;
  border-radius: 0;
  border-bottom: 1px solid #c11550;
  position: relative; }
  @media screen and (min-width: 1400px) {
    .nav-pills .nav-link {
      font-size: 1.3rem; } }
  .nav-pills .nav-link:hover {
    color: #212529;
    background: transparent; }
    .nav-pills .nav-link:hover:after {
      opacity: 1;
      transition: all 0.5s ease-in-out;
      right: -20px; }
    .nav-pills .nav-link:hover .data-hover {
      transform: translate3d(0px, 0px, -30px) rotateX(90deg); }
  .nav-pills .nav-link:after {
    content: '\f061';
    font-family: FontAwesome;
    font-weight: bold;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  .nav-pills .nav-link .data-hover {
    display: block;
    position: relative;
    transition: .5s ease-in-out all;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    width: 100%;
    font-weight: 500; }
    .nav-pills .nav-link .data-hover span {
      margin-right: 20px; }
    .nav-pills .nav-link .data-hover:before {
      display: block;
      content: attr(data-title);
      position: absolute;
      left: 0;
      top: 0;
      transition: .5s ease-in-out all;
      transform-origin: 50% 0;
      transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
      font-weight: bold;
      width: 100%; }
.nav-pills .nav-link.active {
  color: #212529;
  background: transparent; }
  .nav-pills .nav-link.active:after {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    right: -20px; }
  .nav-pills .nav-link.active .data-hover {
    transform: translate3d(0px, 0px, -30px) rotateX(90deg); }
.nav-pills .show > .nav- {
  color: #212529;
  background: transparent; }
.nav-pills .show > .nav-link {
  color: #212529;
  background: transparent; }

.nav-tabs.nav-tabs-02 {
  border: none; }
  .nav-tabs.nav-tabs-02 .nav-link {
    border: none;
    color: #c11550;
    font-weight: 700;
    background: #fff;
    border-radius: 1px solid #000;
    margin-right: 10px;
    padding: 12px 28px;
    margin-bottom: 10px; }
  .nav-tabs.nav-tabs-02 .nav-link.active {
    color: #fff;
    background: #212529; }
  .nav-tabs.nav-tabs-02 .nav-link:hover {
    color: #fff;
    background: #212529; }

@media (max-width: 1199px) {
  .nav-pills .nav-link {
    font-size: 18px; } }
@media (max-width: 991px) {
  .nav-pills .nav-link {
    font-size: 14px; } }
@media (max-width: 767px) {
  .accordion .accordion-icon.card-header button {
    padding: 22px 20px 22px 52px; }

  .accordion .card-body {
    padding: 25px 25px 35px 52px; }

  .nav-pills.flex-column {
    flex-direction: inherit !important; }

  .nav-pills .nav-link {
    padding: 0 25px 25px 0;
    font-size: 16px; }

  .nav-pills .nav-link.active:after {
    content: none; } }
@media (max-width: 575px) {
  .accordion .accordion-icon.card-header button {
    font-size: 16px;
    padding: 20px;
    line-height: 22px; }

  .accordion .card-body {
    padding: 20px; } }
.contact-submit-area {
  margin-top: -150px; }
  .contact-submit-area .contact-submit-bg {
    position: relative;
    padding: 40px 40px;
    background-image: url(https://globaleducation.s3.ap-south-1.amazonaws.com/cybervidya-new/images/bg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; }
    .contact-submit-area .contact-submit-bg::before {
      position: absolute;
      right: 0px;
      content: "";
      left: 0px;
      margin: auto;
      height: 100%;
      width: 100%;
      background: #0a0809cf;
      padding: 65px;
      top: 0;
      opacity: 0.9;
      z-index: -1; }
  .contact-submit-area .contact-submit-img {
    position: relative; }
    .contact-submit-area .contact-submit-img img {
      width: 250px; }
      @media screen and (max-width: 1920px) and (min-width: 1400px) {
        .contact-submit-area .contact-submit-img img {
          width: 60%;
          height: 35vh; } }
  .contact-submit-area h2 {
    color: #fff;
    font-weight: 600;
    margin: 25px 0; }
    @media screen and (max-width: 1920px) and (min-width: 1400px) {
      .contact-submit-area h2 {
        margin: 25px 0; } }
  .contact-submit-area .contact-btn {
    margin-top: 25px; }
  .contact-submit-area:hover .contact-submit-bg .contact-submit-img .custom-btn, .contact-submit-area:hover .contact-submit-bg .contact-submit-img .custom-btn-2 {
    background: #efb832; }

.free-demo-sec .inner-details-1 {
  min-height: 317px !important; }
.free-demo-sec .inner-details-2 {
  min-height: 285px !important; }
.free-demo-sec .inner-datails {
  border: 1px solid #dddddd;
  padding: 25px;
  min-height: 275px;
  transition: 0.6s;
  margin-top: 20px;
  min-height: 260px; }
  @media screen and (min-width: 1400px) {
    .free-demo-sec .inner-datails {
      min-height: 320px; } }
  .free-demo-sec .inner-datails:hover {
    transform: translateY(-5px); }
  .free-demo-sec .inner-datails p {
    font-size: 1rem; }
  .free-demo-sec .inner-datails img {
    width: 60% !important; }

.about-box-sec p {
  margin-top: 15px; }
.about-box-sec .systems-box {
  min-height: 450px;
  padding: 32px;
  border-bottom: transparent !important; }
  .about-box-sec .systems-box .systems-img {
    height: 90px;
    width: 90px; }
  .about-box-sec .systems-box .systems-box:hover {
    color: #fff;
    border-bottom: none; }

.our-team-sec .team-member {
  position: relative; }
  .our-team-sec .team-member .team-image {
    position: relative;
    cursor: pointer; }
    .our-team-sec .team-member .team-image::before {
      background: #212529;
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all 0.5s ease; }
  .our-team-sec .team-member .team-social {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    transition: 0.6s;
    transform: translateY(100%);
    opacity: 0;
    text-align: center; }
    .our-team-sec .team-member .team-social a {
      text-align: center;
      display: inline-block;
      margin: 0px 3px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      position: relative;
      line-height: 36px;
      width: 38px;
      height: 38px;
      font-size: 20px;
      border-radius: 6px;
      color: #fff; }
      .our-team-sec .team-member .team-social a::before {
        background: rgba(255, 255, 255, 0.1);
        width: 100%;
        height: 0%;
        left: 0;
        bottom: 0;
        opacity: 0;
        content: "";
        position: absolute;
        transition: all 0.5s ease; }
      .our-team-sec .team-member .team-social a:hover::before {
        opacity: 1;
        height: 100%; }
  .our-team-sec .team-member .team-detail {
    text-align: center;
    padding: 15px 15px 0px; }
    .our-team-sec .team-member .team-detail h3 {
      font-size: 28px;
      margin: 0 0 10px 0;
      line-height: 1;
      font-weight: 600; }
    .our-team-sec .team-member .team-detail span {
      color: #c11550;
      font-weight: 600;
      text-transform: capitalize; }
  .our-team-sec .team-member:hover {
    visibility: visible;
    animation-name: fadeInUp; }
    .our-team-sec .team-member:hover .team-image::before {
      width: 100%;
      height: 100%;
      opacity: 0.6; }
    .our-team-sec .team-member:hover .team-social {
      transform: translateY(0);
      opacity: 1; }

.contact-sec .contact-info-box {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border: 1px solid #ebebeb;
  transition: all 300ms ease;
  border-radius: 6px;
  margin-bottom: 30px; }
  .contact-sec .contact-info-box .contact-content h4 {
    font-size: 32px;
    font-weight: bold; }
.contact-sec .contact-content p {
  position: relative;
  margin-left: 30px; }
  .contact-sec .contact-content p .lord-icon {
    position: absolute;
    top: -2px;
    left: -167px;
    content: ""; }
    @media screen and (min-width: 1400px) {
      .contact-sec .contact-content p .lord-icon {
        left: -229px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .contact-sec .contact-content p .lord-icon {
        left: -345px; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .contact-sec .contact-content p .lord-icon {
        left: -148px; } }
  .contact-sec .contact-content p a {
    padding: 0;
    outline: none; }
.contact-sec p {
  margin-left: 0px; }
  @media screen and (min-width: 1400px) {
    .contact-sec p {
      font-size: 1.2rem; } }
.contact-sec .form-group {
  margin-bottom: 20px; }
  .contact-sec .form-group .form-control {
    height: 48px;
    padding: 0 15px;
    font-size: 15px;
    border-radius: 6px;
    color: #212529;
    border: 1px solid #ced4da;
    width: 100%; }
.contact-sec .form-row > .col,
.contact-sec .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }
.contact-sec .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
.contact-sec textarea.form-control {
  min-height: calc(1.5em + (6.2rem + 2px)) !important; }

input[type="email"]::placeholder {
  color: #ced4da; }

input[type="text"]::placeholder {
  color: #ced4da; }

textarea[type="text"]::placeholder {
  color: #ced4da; }

.contact-map {
  background: #fff;
  padding: 30px;
  border: 1px solid #ced4da;
  transition: 0.6s; }
  .contact-map:hover {
    box-shadow: 0 0 10px #ebebeb;
    transform: translateY(-5px); }

.filters {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  padding-top: 20px; }
  .filters .filter-gallery {
    list-style: none;
    border-bottom: 3px solid #ced4da; }
    .filters .filter-gallery .filter-active {
      display: inline-block;
      padding: 0px 0px 10px;
      font-weight: 700;
      font-size: 1.1rem;
      margin: 0 20px;
      cursor: pointer;
      transition: 0.6s;
      position: relative; }
      .filters .filter-gallery .filter-active::before {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
        height: 3px;
        width: 0%;
        transition: all 400ms ease;
        background-image: linear-gradient(to right, #f4bc32 0%, #212529 100%);
        opacity: 0; }
      .filters .filter-gallery .filter-active:hover {
        color: #c11550; }
        .filters .filter-gallery .filter-active:hover::before {
          opacity: 1;
          width: 100%;
          left: 0;
          right: auto; }
    .filters .filter-gallery .filter-active.active {
      color: #c11550; }
      .filters .filter-gallery .filter-active.active::before {
        opacity: 1;
        width: 100%;
        margin: 0 auto; }

.blogs-portfolio {
  min-height: 44rem; }
  .blogs-portfolio .filters-content .blogs-inner-box {
    transition: 0.6s;
    box-shadow: 0 0 10px #0000003d; }
    .blogs-portfolio .filters-content .blogs-inner-box .inner-box {
      background-color: #ebebeb;
      min-height: 200px; }
    .blogs-portfolio .filters-content .blogs-inner-box .blogs-details {
      position: relative;
      padding: 20px; }
      .blogs-portfolio .filters-content .blogs-inner-box .blogs-details::before {
        height: 5px;
        width: 30px;
        content: "";
        display: inline-block;
        position: absolute;
        top: 31px;
        left: 20px;
        transition: all 0.4s ease-in-out; }
      .blogs-portfolio .filters-content .blogs-inner-box .blogs-details .post-meta .blog-text {
        padding-left: 40px; }
      .blogs-portfolio .filters-content .blogs-inner-box .blogs-details h2 {
        line-height: 1.5em;
        font-size: 1.2rem;
        font-weight: 600; }
      .blogs-portfolio .filters-content .blogs-inner-box .blogs-details .custom-btn, .blogs-portfolio .filters-content .blogs-inner-box .blogs-details .custom-btn-2 {
        border-radius: 0 !important;
        box-shadow: none !important;
        font-size: 0.9rem; }
    .blogs-portfolio .filters-content .blogs-inner-box:hover {
      transform: translateY(-5px); }
      .blogs-portfolio .filters-content .blogs-inner-box:hover .blogs-details .post-meta .slash {
        color: #fff; }
      .blogs-portfolio .filters-content .blogs-inner-box:hover .blogs-details .post-meta a,
      .blogs-portfolio .filters-content .blogs-inner-box:hover .blogs-details .blog-date a,
      .blogs-portfolio .filters-content .blogs-inner-box:hover .blogs-details h2 a {
        color: #fff; }
      .blogs-portfolio .filters-content .blogs-inner-box:hover a i {
        color: #f4bc32 !important; }

.career-sec .career-inner-box {
  padding: 0px;
  cursor: pointer;
  border: 1px solid #0000000d;
  margin: 1rem;
  box-shadow: 0 0 10px #0000000a;
  margin: 1rem auto; }
  .career-sec .career-inner-box .icon {
    width: 65%;
    margin: 0px 30px 0px 0px;
    text-align: center;
    margin: 0 auto; }
    .career-sec .career-inner-box .icon img {
      max-width: 265px;
      -webkit-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
  .career-sec .career-inner-box .text {
    margin-bottom: 2rem; }
    .career-sec .career-inner-box .text h4 {
      text-align: center;
      font-size: 1.1rem;
      margin: 0 0 10px;
      font-weight: 700;
      transition: all 400ms ease-in-out; }

a .list-group-item.active {
  background-color: none !important;
  border-color: none !important; }

.blog-sidebar {
  position: sticky !important;
  top: 10px; }
  .blog-sidebar .blog-content .list-group .list-group-item .recent_blog_content h5 {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #212529;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s; }
  .blog-sidebar .blog-content .list-group .list-group-item .recent_blog_content span {
    font-size: 0.8rem; }
  .blog-sidebar .blog-content .list-group .list-group-item:hover .recent_blog_content h5 {
    color: #fff !important; }
  .blog-sidebar .blog-content .list-group .list-group-item.active {
    background: #fff !important;
    border: none !important;
    display: inline-block; }
  .blog-sidebar .blog-content .recent-blog-title h4 {
    color: #f4bc32; }
  .blog-sidebar .blog-title {
    position: relative; }
  .blog-sidebar .blog-overlay {
    margin-bottom: 20px;
    z-index: 0;
    padding: 8px;
    display: flex;
    border: none;
    background: #ebebeb; }
    .blog-sidebar .blog-overlay:before, .blog-sidebar .blog-overlay::after {
      background: linear-gradient(to right, #c11550, #294c6c 100%);
      width: 12%;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      transition: 0.6s;
      color: #212529; }
    .blog-sidebar .blog-overlay:hover:before, .blog-sidebar .blog-overlay:hover::after {
      width: 16%;
      height: 68%;
      opacity: 0.2;
      background: linear-gradient(-135deg, #c11550 0%, #c11550c2 100%);
      color: #fff;
      width: 100%;
      height: 100%;
      opacity: 0.6; }
    .blog-sidebar .blog-overlay:hover .list-group .list-group-item .recent_blog_content h5 {
      color: #fff !important; }
    @media (min-width: 992px) {
      .blog-sidebar .blog-overlay .blog-sidebar {
        padding: 0; } }
  .blog-sidebar .table-hover .tbody .tr:hover {
    background: #093d8bb3; }
  .blog-sidebar .blog-inner-section a {
    color: #212529;
    display: inline-block; }
    .blog-sidebar .blog-inner-section a:hover {
      color: #0a58ca; }
  .blog-sidebar .blog-inner-section .blog-img1 {
    border: 1px solid #00000021;
    padding: 10px;
    border-radius: 25px;
    background: #ee7f1870;
    box-shadow: 9px 11px 11px; }
  .blog-sidebar .blog-inner-section .table {
    border: 10px solid #f9fafb;
    box-shadow: inset -2px 1px 12px 0px #7a7a7a; }
    .blog-sidebar .blog-inner-section .table th {
      background: #093d8bb3; }
    .blog-sidebar .blog-inner-section .table tbody {
      background: #08429826; }
  .blog-sidebar .list-group-item-action:focus,
  .blog-sidebar .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f1f1f1; }
  .blog-sidebar .blog-sidebar .blog-content .list-group .list-group-item.active:hover {
    background: #f1f1f1 !important;
    border: none !important;
    display: inline-block; }
  .blog-sidebar .categories-social {
    margin-top: 20px; }
    .blog-sidebar .categories-social .social-media-links ul li {
      transition: 0.6s; }
      .blog-sidebar .categories-social .social-media-links ul li a {
        display: inline-block;
        line-height: 40px;
        width: 40px;
        height: 40px;
        font-size: 24px;
        border-radius: 6px;
        text-align: center;
        position: relative;
        border: 1px solid #212529;
        transition: 0.6s; }
      .blog-sidebar .categories-social .social-media-links ul li:hover {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px); }
  .blog-sidebar .categories .caterories-list li {
    border-bottom: 1px dashed #ebebeb;
    transition: 0.6s;
    padding: 5px 0; }
    .blog-sidebar .categories .caterories-list li a i {
      position: absolute;
      right: 0;
      color: #c11550;
      align-items: center;
      content: ""; }
    .blog-sidebar .categories .caterories-list li:hover {
      transform: translateX(5px);
      -webkit-transform: translateX(5px);
      -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
      -o-transform: translateX(5px); }

.blog-high {
  min-height: 380px !important; }

.blog-section {
  overflow: visible; }
  .blog-section .blog-card {
    border: 1px solid #fff;
    /* // background: #fff;*/
    margin: 10px;
    padding: 25px;
    box-shadow: 0px 0px 65px #dee2e6;
    min-height: 410px;
    /* // border-radius: 10px;*/
    transform: 0.6s;
    transition: 0.6s;
    min-height: 436px; }
    .blog-section .blog-card .blog-img {
      border-radius: 10px;
      overflow: hidden; }
      .blog-section .blog-card .blog-img img {
        transition: 0.6s; }
    .blog-section .blog-card:hover {
      background: linear-gradient(to top, #1e1a55, #3b356170 100%);
      			/*  // background: linear-gradient(to right, #3b356136, #1e1a55 100%);
                  // background: linear-gradient(to right, #ffe38b, #1e1a55 100%);*/
      color: #fff;
      transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease; }
      .blog-section .blog-card:hover .blog-img img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        transform: scale(1.15); }
      .blog-section .blog-card:hover h5 {
        color: #fff; }
      .blog-section .blog-card:hover a {
        color: #1e1a55;
        border: 1px solid #fff; }
    .blog-section .blog-card h5 {
      padding: 19px 0px 15px 0;
      font-size: 1.1rem;
      font-weight: 600; }
    .blog-section .blog-card a {
      border: 1px solid #6c757d1a;
      padding: 5px 20px;
      display: inline-block;
      color: #222457;
      background: #ffc100;
      font-size: 17px; }
      .blog-section .blog-card a:hover.anchor-overlay {
        box-shadow: 10px 10px 10px #15161614;
        margin-bottom: 20px;
        border: 1px solid #fff;
        color: #fff;
        z-index: 0; }
        .blog-section .blog-card a:hover.anchor-overlay:before, .blog-section .blog-card a:hover.anchor-overlay::after {
          width: 32%;
          height: 100%;
          opacity: 0.5;
          z-index: -1;
          transition: 0.6s; }

.blog-section .section--watermark .post-meta {
  position: relative; }
  .blog-section .section--watermark .post-meta span {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0; }
  .blog-section .section--watermark .post-meta .blog-text {
    margin-left: 35px; }
  .blog-section .section--watermark .post-meta .blog-date img {
    width: 4%; }
  .blog-section .section--watermark .post-meta .lord-icon {
    display: inline;
    top: 0px;
    position: absolute;
    content: "";
    left: -372px; }

.improve-leaning-sec .inner-datails {
  min-height: 443px; }

.nav-link-fees.active {
  padding: 25px 0; }

.why-choose-inner-sec .why-choose-box {
  transition: 0.6s; }
  .why-choose-inner-sec .why-choose-box .systems-img {
    text-align: center;
    height: 90px;
    width: 90px;
    line-height: 100px;
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 4px;
    transition: all 0.3s ease-in-out; }
  .why-choose-inner-sec .why-choose-box:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
    .why-choose-inner-sec .why-choose-box:hover .systems-img {
      filter: brightness(0) invert(1); }
.why-choose-inner-sec .inner-box {
  background: #ebebeb;
  min-height: 435px; }
  .why-choose-inner-sec .inner-box h4 {
    font-size: 1.2rem; }

.error {
  color: Red;
  font-size: 0.8rem; }

.thank-you-sec img {
  width: 400px; }

.tab-sec .tab-content {
  background: #52ada90a;
  padding: 2rem;
  box-shadow: 0 0 10px #0000000f; }

/*# sourceMappingURL=style.css.map */
