* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

@font-face {
  font-family: 'Nunito';
  src: url(/nunito/static/Nunito-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Nunito';
  src: url(/nunito/static/Nunito-Medium.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Nunito';
  src: url(/nunito/static/Nunito-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Nunito';
  src: url(/nunito/static/Nunito-ExtraBold.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Nunito';
  src: url(/nunito/static/Nunito-Black.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Mulish';
  src: url(/mulish/static/Mulish-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Mulish';
  src: url(/mulish/static/Mulish-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Mulish';
  src: url(/mulish/static/Mulish-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Mulish';
  src: url(/mulish/static/Mulish-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Mulish';
  src: url(/mulish/static/Mulish-ExtraBold.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'poppins';
  src: url(/poppins/Poppins-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'poppins';
  src: url(/poppins/Poppins-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'poppins';
  src: url(/poppins/Poppins-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'poppins';
  src: url(/poppins/Poppins-ExtraBold.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'hind';
  src: url(/hind/Hind-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'hind';
  src: url(/hind/Hind-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'hind';
  src: url(/hind/Hind-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'hind';
  src: url(/hind/Hind-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'hind';
  src: url(/hind/Hind-SemiBold.ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap
}

html {
  font-family: Nunito;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  font-weight: 500;
}

html:focus {
  outline: none !important
}


.container {
  width: 90%;
  margin: auto
}

.icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-bottom: 3px;
  filter: brightness(0) invert(1);
}

.daright-icon {
  margin-right: 15px;
}

.daright-icon {
  display: none;
}

.announcement-bar {
  background-color: #272566; 
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-family: mulish;
  position: relative; 
  z-index: 10;
  font-weight: 600;
}



.icon-image,
.social-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-bottom: 3px;
  filter: brightness(0) invert(1);
}


button {
  color: #000;
  border: none;
  padding: 10px;
  cursor: pointer;
  margin: 0 5px;
  border-radius: 10px;
  width: 3%;
  background-color: #fff;
  position: relative;
  z-index: 101
}

#mobile-navigation {
  width: 100%;
  position: sticky;
  top: 6.9%;
  z-index: 200;
  background-color: #fff
}

.mobile-navbar {
  width: 100%;

}

.navtwo-menu ul a {
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navtwo-menu ul a li{
  margin-right: 8px;
}

.mobile-nav {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between
}

.moblie-nav-left {
  width: 35%
}

.moblie-nav-left img {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 5px 0 5px 0;
  height: auto;
}

.moblie-nav-right {
  padding: 5px 0 5px 0;
  width: 60%;
  display: flex;
  justify-content: end;
}

.mobile-nav-right-one {
  width: 65%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background-color: #272566;
  border-radius: 5px;
  color: #fff;
  font-family: nunito
}

.mobile-nav-right-one a {
  text-decoration: none;
  color: #000
}

.mobile-nav-right-two {
  width: 25%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.mobile {
  width: 100%;
  height: 100%;
}


#mobile-view {
  height: 100vh;
  /* Adjust based on your needs */
  overflow-y: auto;
  /* Allows vertical scrolling */
}

.mobile-hamburg-click-section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  display: none;
  z-index: 500
}

.mobile-hamburg-click-section-heading {
  width: 100%;
  height: auto;
  background-color: #f3f4f6;
  padding: 10px 0 10px 0
}

.mobile-hamburg-click-section-heading-page {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: flex-start
}

.mobile-hamburg-click-section-heading-left {
  width: 20%;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.mobile-hamburg-click-section-heading-left i {
  color: #272566
}

.mobile-hamburg-click-section-heading-right {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600
}

.mobile-hamburg-menu-list {
  padding: 10px 0 0 0;
  position: relative;
  z-index: 100;
  background: #fff;

}

.mobile-hamburg-submenu {
  width: 100%;
  margin: auto;

}


.job-guarantee-icons-1 {
  width: 45px;
  height: 45px;
  margin-bottom: 4px;
}

#about-job li,
#student-job li,
#women-job li {
  padding-left: 73px;
  margin-bottom: 10px;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
  line-height: 2.5;
  display: flex;
  flex-direction: row;
  align-items: center;

}

.rotating-link {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: mulish;
  text-decoration: none;
  color: #384252;
  background: #1bffff;
  border: 2px solid teal;
  border-radius: 10px;
  padding: 5px 15px;
  transition: all 0.3s ease;
  margin-left: 14px;
}

.rotating-link:hover {
  filter: contrast(1.1);
  background: #edf8fa;
}

.rotating-link:active {
  filter: contrast(0.9);
}

.rotating-link::before,
.rotating-link::after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 2px solid teal;
  transition: all 0.5s;
  animation: clippath 3s infinite linear;
  border-radius: 10px;
}

.rotating-link::after {
  animation: clippath 3s infinite -1.5s linear;
}

/* Keyframes for rotating border animation */
@keyframes clippath {
  0%, 100% {
    clip-path: inset(0 0 98% 0);
  }
  25% {
    clip-path: inset(0 98% 0 0);
  }
  50% {
    clip-path: inset(98% 0 0 0);
  }
  75% {
    clip-path: inset(0 0 0 98%);
  }
}

#women-job {
  margin-top: 10px;
}

#heads {
  display: flex;
  justify-content: space-between;
  padding: 10px 5% 10px 8%;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
}

.underline-women,
.underline-student,
.underline-about {
  border-bottom: none;
}

.underline-women.active::after,
.underline-student.active::after,
.underline-about.active::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #1179ef;
  display: block;
  margin-top: 8px;
}




.mobile-hamburg-submenu ul {
  list-style: none;
  line-height: 2;
  cursor: pointer
}

.mobile-hamburg-submenu ul li {
  padding-left: 0;
  font-size: 14px;
  font-weight: bold;
  font-family: Nunito;
}

.mobile-hamburg-submenu ul li a {
  text-decoration: none;
  color: #384252
}

#allcoursescontent {
  width: 100%;
  height: 100%
}

.displaymobilecontent {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #fff
}

.allcoursespage {
  border: 1px solid #f3f4f6;
  width: 100%;
  padding: 10px 0 10px 0;
  background-color: #f3f4f6
}

.allcourses-heading {
  width: 100%
}

.allcourses-heading-page {
  width: 90%;
  margin: auto;
  display: flex
}

.allcourses-heading-left {
  width: 20%;
  font-size: 20px
}

.allcourses-heading-left i {
  color: #272566
}

.allcourses-heading-right {
  width: 60%;
  display: flex;
  justify-content: center;
  padding-left: 28px;
  align-items: center;
  font-weight: 600
}

.allcourses-heading-right>p {
  font-family: nunito;
  font-weight: bold;
  font-size: 16px;
}

.allcourses-menu-section {
  width: 100%;
  height: 100vh;
  padding: 10px 0 10px 0
}

.allcourses-menu-list {
  width: 100%;
  margin: auto
}

.allcourses-menu-list ul {
  list-style: none;
  line-height: 2.5
}

.allcourses-menu-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  font-family: Nunito;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
  margin-bottom: 10px;
  padding: 10px 5% 10px 5%;
}

.allcourses-menu-list ul a {
  text-decoration: none;
  color: #000
}

@media screen and (min-width:1200px) and (max-width:4000px) {
  .mobile-navbar {
    display: none;
    visibility: hidden
  }
}

@media screen and (width:1440px) {
  .navtwo {
    width: 60%
  }
}

.software-pages {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.learning {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0
}

.networking-page {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0
}

.data-page {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0
}

.digital-page {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0
}

.cybers {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0
}

.software {
  border: 1px solid #f3f4f6;
  padding: 10px 0 10px 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .19) 0 0 0, rgba(0, 0, 0, .23) 0 2px 6px
}

.software-heading {
  width: 100%
}

.software-heading-page {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.software-heading-left {
  width: 20%;
  font-size: 20px
}

.software-heading-left i {
  color: #272566
}

.software-heading-right {
  width: 80%;
  padding-left: 25px;
  font-weight: 600;
}

.software-heading-right>p {
  font-family: nunito;
  font-weight: bold;
  font-size: 16px;
}

.software-menu-section {
  width: 100%;
  padding: 10px 0 10px 0;
  background-color: white;
  height: 100vh;
  overflow-y: scroll
}

.software-menu-list {
  width: 100%;
  margin: auto
}

.software-menu-courses {
  width: 100%;
  padding: 10px 0 15px 0
}

.software-menu-courses h4 {
  padding-left: 8%;
  background-color: white;
}

.software-menu-courses h4::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #1179ef;
  display: block;
  margin-top: 8px
}

.software-menu-job-program {
  width: 100%;
  padding: 10px 0 15px 0
}

.software-menu-job-program h4 {
  padding-left: 8%;
  background-color: white;
}

.software-menu-job-program h4::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #1179ef;
  display: block;
  margin-top: 8px
}

.software-menu-job-submenu {
  width: 100%;
  padding-left: 68px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
}

.software-menu-submenu {
  width: 90%;

  display: flex;
  justify-content: flex-start;
  line-height: 2.5;
  background-color: #fff;
  margin-top: 5px;
  font-family: mulish
}

.software-menu-submenu-list {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  line-height: 2.5;
  background-color: #fff;
  margin-top: 5px;
  font-family: mulish;
  list-style: none
}

.software-menu-submenu-list a {
  text-decoration: none;
  color: #384252;
  padding-left: 68px;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
}

.software-menu-job-submenu-box {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden
}

.software-menu-submenu a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center
}

.software-menu-submenu p {
  padding-left: 20px;
  color: #384252;
  font-size: 14px;
  font-weight: bold;
}

.software-master-program {
  width: 100%;
  height: 700px;
  padding: 10px 0 15px 0
}

.software-master-program h4 {
  padding-left: 8%;
  background-color: white;
}

.software-master-program h4::after {
  content: "";
  width: 90px;
  height: 2px;
  background: #1179ef;
  display: block;
  margin-top: 8px
}

.software-master-program-submenu {
  width: 100%;
  margin: auto;
  padding: 10px 0 10px 0;
  background-color: #fff
}

.software-master-program-menu {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  background-color: #edf8fa;
  box-shadow: 0 20px 10px -20px rgb(135, 240, 227) inset, 0 -20px 10px -20px rgb(135, 240, 227) inset;
  padding: 10px 0 10px 49px;
}

.software-master-program-box {
  width: 28%;
  height: 79px;

}

.software-master-program-box-one {
  width: 70%;
  padding-left: 15px;
  display: flex;

}

.software-master-program-box-one a {
  text-decoration: none;
  color: #384252;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.software-menu-job-box-one p {
  font-size: 14px;
  line-height: 1.2
}

.duration {
  padding-top: 13px
}

.mobile-modal-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  z-index: 1000
}



#quickForm.sticky .mobile-modal-button {
  bottom: 70px
}

#quickForm {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

#quickForm.sticky {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, .2)
}

#main-contact-form1 .form-group {
  display: inline-block;
  margin-right: 15px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px
}

#main-contact-form1 .glow-on-hover {
  display: inline-block;
  vertical-align: middle
}

.mobile-view-button {
  display: none;
  position: fixed;
  bottom: 90px;
  left: 250px;
  width: 10%
}

@media (max-width:768px) {
  .mobile-view-button {
    display: block
  }

  #quickForm {
    display: none
  }

  #quickForm.sticky {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
  }
}



.arrow-up:hover {
  transform: scale(1.05);
  transition: 200ms linear;
  background: #007d6f;
  background-color: rgb(0, 125, 111);
  background-color: #519990;
  color: white;
}

.arrow-up i {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px
}


.icon.global-arrow {
  margin-top: 2px;
  margin-left: 3px;
  width: 24px;
  height: 24px
}

@media (min-width:1px) and (max-width:550px) {

  .arrow-up {
    left: 85.5%;
    bottom: 9% !important;
    width: 40px !important;
    height: 40px !important;
  }

  .icon.global-arrow {
    margin-top: -2px;
    margin-left: 0;
    width: 21px;
    height: 21px;
  }

}


@media (min-width:551px) and (max-width:900px) {

  .arrow-up {
    left: 90%;
    bottom: 10% !important;
    width: 50px !important;
    height: 50px !important;
  }
}

@media screen and (max-width:320px) {
  .arrow-up {
    bottom: 10%;
    left: 82.8%;


  }
}

@media screen and (max-width:1199px) {
  #quick-enquiry {
    display: none;
    visibility: hidden;
  }
}

#quick-enquiry {
  position: fixed;
  bottom: 6%;
  left: 6px;
  width: 240px;
  height: 46px;
  background: #007d6f;
  border: none;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-size: 19px;
  font-weight: 800;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
  padding: 0;
  cursor: pointer;
  margin: 0;
  z-index: 99;
  font-family: nunito;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;

}

#quick-enquiry::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 25%, rgba(66, 65, 65, 0.3) 50%, rgba(255, 255, 255, 0) 75%);
  animation: glare-effect 3s infinite linear;
}

#quick-enquiry:hover {
  transform: scale(1.05);
  transition: 200ms linear;
  background: #007d6f;
  background-color: rgb(0, 125, 111);
  background-color: #519990;
  color: white;
  border: none;
  outline: none;
}

@keyframes glare-effect {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(200%);
  }
}




.mobile-enquiry-section {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  background-color: #007d6f;
  color: #fff;
  font-weight: 600;
  font-family: hind;
  z-index: 1005
}

.mobile-enquiry-section a {
  text-decoration: none;
  color: #fff
}

.mobile-button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 0px;
  background-color: #007d6f;
  font-family: nunito;
  font-size: 16px;
  font-weight: 800;
}

.mobile-button-one {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  background-color: white;
  cursor: pointer;
}

.mobile-button-one i {
  color: #007d6f;
}


@media screen and (min-width:1199px) and (max-width:4000px) {
  #mobile-enquiry-button {
    display: none;
    visibility: hidden
  }
}

.cisco-enquiry {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center
}

#awdiz-common-carousel {
  margin-top: 80px
}

@media screen and (min-width:1px) and (max-width:599px) {
  .cisco-enquiry {
    flex-direction: column;
    display: none;
    visibility: hidden
  }

  .sticky-contact {
    width: 100%
  }

  .badge-one {
    display: none;
    visibility: hidden
  }

  #awdiz-common-carousel {
    margin-top: 40px
  }

}

.highlight {
  background-color: #272566;
  color: yellow;
  border-radius: 10px;
  padding: 0 10px 0 10px;
  background-size: 200% auto;
}

.awdiz-carousel-h3 {
  white-space: nowrap;
}


@media (max-width: 768px) {
  .awdiz-carousel-h3 {
    white-space: normal;
    font-size: 28px !important;
    display: flex;
    flex-direction: column;
  }

  .awdiz-carousel-h3 .highlight {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;

    margin-top: 10px;
    margin-bottom: 10px;
  }
}




#mobile-badge {
  z-index: 1001;
  height: 40px;
  width: 100%;
  margin: auto
}

@media screen and (min-width:501px) and (max-width:1199px) {
  #mobile-badge {
    width: 80%;
  }
}

@media screen and (min-width:1200px) and (max-width:4000px) {
  #mobile-badge {
    display: none;
    visibility: hidden
  }
}


@media screen and (min-width:1px) and (max-width:1199px) {
  #normal-badge {
    display: none;
    visibility: hidden
  }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
  #normal-badge {
    width: 30.5%;
    margin-left: 0px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1285px) {
  #normal-badge {
    width: 30.5%;
    margin-left: 19px;
  }
}

@media screen and (min-width: 1286px) and (max-width: 4000px) {
  #normal-badge {
    width: 29%;
    margin-left: 19px;
  }
}








@media (min-width:800px) and (max-width:1199px) {
  .cisco-enquiry {
    display: none;
    visibility: hidden
  }
}

@media (min-width:600px) and (max-width:799px) {
  .cisco-enquiry {
    display: none;
    visibility: hidden
  }
}

.badge {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle
}

.badge-one {
  width: 56%
}

@media screen and (min-width:1441px) and (max-width:1600px) {
  .badge-one {
    width: 56.5%
  }


}

@media screen and (min-width:1281px) and (max-width:1440px) {
  .badge-one {
    width: 56.5%
  }


}

@media screen and (min-width:1200px) and (max-width:1280px) {
  .badge-one {
    width: 58%
  }


}

@media screen and (min-width:1px) and (max-width:599px) {
  .sticky-contact {
    display: block;
    margin-top: 30px
  }


  .card1 {
    width: 85%
  }
}



.sticky-contact {
  width: 26.5%;
  bottom: 0;
  background: #272566;
  height: 50px;
  border-radius: 10px;
  box-shadow: 2px 2px #fff, 3px 3px #030a21;
}

.sticky-contact ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 9px
}

.sticky-contact li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.sticky-contact li i {
  color: #fff;
  margin-right: 5px;
}

.sticky-contact li span a {
  text-decoration: none;
  margin-left: 10px;
}

.home-3 .topbar-section {
  background: #03033f;
  min-height: 65px
}

.topbar-section {
  background: #007d6f;
  position: relative;
  z-index: 100
}

@media only screen and (min-width:0) and (max-width:599px) {
  .topbar-section {
    display: none !important
  }
}

.topbar-section .topbar-inner {
  width: 100%;
  padding: 0;
  font-family: mulish;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}

.pull-left {
  float: left
}

.pull-right {
  float: right
}

@media screen and (min-width:600px) and (max-width:1199px) {
  .pull-left {
    width: 100%;
    text-align: center
  }

  .pull-right {
    float: left;
    width: 100%;
    text-align: center
  }

  .topbar-section {
    display: none !important
  }
}

ul {
  margin: 0;
  padding: 0
}

ul li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 24px;
  color: #384252;
  padding-left: 18px;
  position: relative
}

.topbar-inner ul li a {
  color: #fff;
  text-decoration: none
}

.topbar-inner ul li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
  color: #fff;
  font-size: 14px;
}

.topbar-inner ul li {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 24px;
  position: relative
}

.top-bar-left ul li,
.top-bar-right ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px
}

.top-bar-right ul li {
  margin: 0;
  font-size: 14px
}

.top-bar-right ul li.button {
  padding: 0 0 0 15px
}

.top-bar-right ul li.button a {
  padding: 6px 14px 6px 14px;
  border: 2px solid;
  border-radius: 20px
}

.glow-on-hover a {
  color: #007d6f !important;
  font-family: mulish;
  font-weight: 800;
  text-decoration: none;
  font-size: 14px
}

.glow-on-hover {
  box-shadow: 3px 3px 1px #215657;
  padding: 8px;
}

.glow-on-hover:hover {
  background-color: #fff;

  transform: scale(1.05);
  transition: 200ms linear;
}

@media screen and (min-width:1181px) and (max-width:1600px) {
  .topbar-inner ul li:first-child {
    font-size: 12px !important
  }

  .top-bar-left ul li,
  .top-bar-right ul li {
    font-size: 12px !important
  }

  .glow-on-hover a {
    font-size: 12px !important
  }
}

#global-nav {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 500;
  background-color: #fff
}

.nav-head {
  width: 100%;
  padding: 10px 0 10px 0;
  background-color: #007d6f
}

.nav-social {
  width: 86%;
  margin: auto;
  display: flex;
  justify-content: space-between
}

.nav-social-info {
  width: 30%;
  display: flex;
  color: #fff
}

.nav-social-number {
  width: 44%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
  font-weight: 600
}

.nav-social-email {
  width: 35%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px
}

.nav-social-icon {
  width: 30%;
  display: flex;
  justify-content: flex-end
}

.nav-social-images {
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600
}

.navbar {
  height: 62px;
  width: 100%;
  position: sticky;
  top: 0%;
  z-index: 1000
}

.nav {
  padding: 10px 0 10px 0;
  width: 86%;
  margin: auto
}

.navmenu {
  width: 100%;
  margin: auto;
  float: left;
  max-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#allthree {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center
}

@media screen and (min-width:1200px) and (max-width:1240px) {
  #allthree {
    width: 460px
  }
}

@media screen and (min-width:1241px) and (max-width:1285px) {
  #allthree {
    width: 493px
  }
}

@media screen and (min-width:1286px) and (max-width:1367px) {
  #allthree {
    width: 528px
  }
}

@media screen and (min-width:1368px) and (max-width:1500px) {
  #allthree {
    width: 557px
  }
}

@media screen and (min-width:1501px) and (max-width:1760px) {
  #allthree {
    width: 621px
  }
}

@media screen and (min-width:1761px) and (max-width:1924px) {
  #allthree {
    width: 646px
  }
}

@media screen and (min-width:1925px) and (max-width:4050px) {
  #allthree {
    width: 690px
  }
}

.navone {
  float: left;
  height: 62px
}

.navtwo {
  float: right;
  height: 62px;
  text-align: center;
  width: 65%;
}

.navlogo {
  width: 142px;
  height: 52px;
  float: left;
  margin: 8px 0 0 0;
}


.placement-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;

}

.placement-animation a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 0px !important;
  overflow: hidden;
  cursor: pointer;
}

.placement-animation a:hover {

  border-radius: 8px !important;

}



.placement-animation a:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  background: conic-gradient(teal,
      teal);
  animation: spin 2s infinite linear;
  z-index: -20;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.placement-animation a:nth-child(1)::after {
  content: "";
  background: white;
  border-radius: 0px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -20;
}


.navdropdown {
  /*! float: left; */
  /*! margin-left: 65px; */
  /*! margin-top: 10px; */
  /*! margin-bottom: 1px; */
  /*! height: 52px; */
}

.navcourses {
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #272566;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  font-family: mulish;
  font-weight: 600;
  font-size: 14px
}

.navtwo ul {
  display: flex;
  justify-content: end;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

.navtwo ul li {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  font-family: mulish;
  padding-left: 0;
  margin: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navtwo ul li a {
  text-decoration: none;
  color: #384252;
  box-shadow: transparent 0 0 0 3px, rgba(183, 172, 172, 0.1) 0 6px 20px;
  padding: 5px;
  border-radius: 8px;
}

.navtwo ul li a:hover {
  padding: 5px;
  box-shadow: #99CBC5 0 0 0 3px, transparent 0 0 0 0;
  background: #edf8fA;
}

.navtwo-dropdown,
.navtwo-dropdown-one {
  display: none !important;
  margin-top: 0px !important;
  z-index: 99999;
  position: absolute;
  top: 39px;
  background-color: #f7f7f7;
  border: 1px solid #fff;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(135, 123, 123);
  border-top: 3px solid #99CBC5;
  box-shadow: 0 0 12px -3px rgba(0, 0, 0, .4);
  left: 10px;
  width: 90px;
  padding: 10px !important
}

.navtwo-student {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.navtwo-about {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.navtwo-dropdown {
  top: 60px;
  left: -60px;
}

.navtwo-dropdown-one {
  top: 60px;
  left: -80px;
}

.navtwo-dropdown li {
  margin-left: 0px !important;
  padding-top: 10px
}

.navtwo-dropdown ul li a {
  font-size: 11px !important
}

.navtwo-dropdown-one li {
  margin-left: 0px !important;
  line-height: 24px !important;
  padding-top: 10px;
}

.navtwo,
.navtwo-student:hover .navtwo-dropdown,
.navtwo-about:hover .navtwo-dropdown-one {
  display: block !important
}




@media screen and (min-width:1601px) and (max-width:1919px) {
  .navtwo-dropdown-one {
    left: -80px;
  }
}

@media screen and (min-width:1441px) and (max-width:1600px) {
  .navtwo-dropdown-one {
    left: -90px;
  }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
  .navtwo-dropdown-one {
    left: -110px;
  }
}

@media screen and (min-width:1181px) and (max-width:1366px) {
  .navcourses {
    font-size: 13px !important
  }

  .navtwo ul li {
    font-size: 13px !important
  }

  .show-item-left h3 {
    font-size: 15px !important
  }

  .show-item-one>h3 {
    font-size: 15px !important
  }

  .show-item-two>h3 {
    font-size: 15px !important
  }

  .show-item-three>h3 {
    font-size: 15px !important
  }

  .show-item-left ul li {
    font-size: 12px !important
  }

  .show-item-one ul li {
    font-size: 12px !important
  }

  .show-item-one ul a {
    font-size: 12px !important
  }

  .show-item-two-container p {
    font-size: 12px !important
  }

  .show-item-container-box-one p {
    font-size: 12px !important
  }

  .show-item-right {
    height: 400px !important
  }

  .show-item-content {
    height: 350px !important
  }

  .show-item-right-button button {
    width: 32% !important;
    height: 38px !important;
    font-size: 12px !important
  }

  .item {
    padding-top: 10px !important
  }

  .navtwo-dropdown-one {
    left: -110px;
  }
}


.show-content {
  width: 100%;
  padding: 2px 0 2px 0;
  height: auto;
  background-color: #fff
}

.show-item {
  width: 75%;
  margin: auto;
  display: flex;
  box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
  position: absolute;
  z-index: 100
}

.show-item-left {
  width: 35%;
  padding: 2px 0 2px 0;
  line-height: 2.6;
  background-color: #edf8fa
}

.show-item-left h3 {
  padding-left: 15px;
  font-family: 'Mulish';
  font-size: 17px;
  font-weight: 600
}

.show-item-left ul {
  line-height: 2.6;

  margin-top: 8px
}

.show-item-left ul li {
  list-style: none;
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Mulish';
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 35px;
}

.show-item-left i {
  margin-right: 15px
}

.show-item-left ul li:hover {
  background-color: #272566;
  color: white;
}

.show-item-left ul li:hover i {
  color: white !important
}

.show-item-right {
  width: 100%;
  height: auto
}

.show-item-content {
  width: 100%;
  height: 444px;
  display: flex;
  justify-content: space-between
}

.show-item-one {
  width: 33%;
  height: auto;
  padding: 2px 2px 2px 2px;
  line-height: 2.6
}

.show-item-one>h3 {
  font-family: 'Mulish';
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px
}

.show-item-one ul {
  display: flex;
  flex-direction: column
}

.show-item-one ul a {
  list-style: none;
  font-family: 'Mulish';
  font-size: 13px;
  font-weight: 600;
  margin-left: 15px;
  padding: 0;
  margin-bottom: 7px;
  text-decoration: none;
  color: #384252
}

.show-item-two {
  width: 33%;
  height: auto;
  padding: 2px 2px 2px 2px;
  line-height: 2.6
}

.show-item-two>h3 {
  font-family: 'Mulish';
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px
}

.show-item-two-container {
  width: auto;
  padding: 2px 2px 2px 15px;
  display: flex;
  justify-content: flex-start;
  margin-top: 1px
}

.show-item-two-container-box {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center
}

.show-item-two-container a {
  text-decoration: none;
  color: #000;
  display: flex
}

.show-item-two-container p {
  padding-left: 15px;
  font-family: 'Mulish';
  font-size: 13px;
  font-weight: 600;
  margin-top: 7px
}

.show-item-three {
  width: 33%;
  height: auto;
  padding: 2px 2px 2px 2px;
  line-height: 2.6
}

.show-item-three>h3 {
  font-family: 'Mulish';
  font-size: 17px;
  font-weight: 600;
  padding-left: 1px
}

.show-item-container {
  width: auto;
  padding: 5px 0 5px 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  background-color: #edf8fa;
  border-radius: 6px;
  margin-right: 7px;
  height: 80px;
}

.show-item-container a {
  display: flex;
  justify-content: space-around;
  width: 100%;
  text-decoration: none;
  color: #000
}

.show-item-container-box {
  width: 56px;
  height: 58px;
  background-color: #fff;
  margin-block: auto;
}

.show-item-container-box img {
  width: 100%;
  height: 100%
}

.show-item-container-box-one {
  width: 59%;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.show-item-container-box-one p {
  font-family: 'Mulish';
  font-size: 13px;
  font-weight: 600
}

.item {
  padding-top: 25px
}

.show-item-right-button {
  padding: 0 10px 0 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3px;
}

.show-item-right-button button {
  border: 2px solid #272566;
  width: 31%;
  height: 45px;
  cursor: pointer;
  color: #272566;
  background-color: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-family: mulish;
  margin: 0 0 10px 0px;
  font-size: 14px;
  font-weight: bold;
}

.show-item-right-button button:hover {
  background-color: #def6fb;
  color: black;
}

#hover-content {
  display: none;
  flex: 0;
  margin-top: 11px;

}

#hover-content.flex-display {
  display: flex;
  flex: 1;
}

@media screen and (min-width:1200px) and (max-width:1281px) {
  #hover-content.flex-display {
    margin-left: -99px
  }
}

@media screen and (min-width:1282px) and (max-width:1442px) {
  #hover-content.flex-display {
    margin-left: -116px
  }
}

@media screen and (min-width:1443px) and (max-width:1605px) {
  #hover-content.flex-display {
    margin-left: -162px
  }
}

@media screen and (min-width:1606px) and (max-width:1765px) {
  #hover-content.flex-display {
    margin-left: -192px
  }
}

@media screen and (min-width:1766px) and (max-width:1925px) {
  #hover-content.flex-display {
    margin-left: -224px
  }
}

@media screen and (min-width:1926px) and (max-width:2048px) {
  #hover-content.flex-display {
    margin-left: -249px
  }
}

@media screen and (min-width:2049px) and (max-width:2565px) {
  #hover-content.flex-display {
    margin-left: -351px
  }
}

@media screen and (min-width:2566px) and (max-width:3205px) {
  #hover-content.flex-display {
    margin-left: -420px
  }
}

@media screen and (min-width:3206px) and (max-width:4000px) {
  #hover-content.flex-display {
    margin-left: -470px
  }
}



@media screen and (max-width:1199px) {
  .navbar {
    display: none;
    visibility: hidden
  }
}

@media screen and (min-width:1280px) and (max-width:1440px) {
  .show-item-left i {
    margin-left: 60px
  }

  .show-item-right-button button {
    width: 32%
  }
}

footer {
  width: 100%;
  padding: 50px 0 50px 0;
  background-color: #0C0019
}

.footer-page {
  width: 100%;
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: flex-start
}

.footer-box-one {
  width: 28%;
  color: #fff
}

.footer-box-one>h2 {
  font-size: 24px;
  font-family: nunito
}

.footer-box-one-para {
  padding-top: 40px;
  font-size: 16px;
  line-height: 1.8;
  font-family: mulish;
  display: flex;
  flex-direction: column;
}

.footer-box-one-para a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.footer-box-one-para li {
  color: #fff;
  font-size: 16px;
  font-family: mulish;
  margin-bottom: 10px
}

.footer-social-page {
  width: 100%;
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: space-between;

}

.footer-box-page-info {

  font-size: 16px;
  font-family: mulish
}

.footer-box-one.contact p:first-of-type {
  margin-top: 40px;
}

.footer-box-one.contact p:not(:first-of-type) {
  margin-top: 20px;
}

.footer-box-page-info a {
  color: #fff;
  text-decoration: none
}

.social-footer-icon {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 98
}

.social-icon-facebook {
  padding: 5px 5px 5px 5px;
  border-radius: 8px;
  background-color: #1877F2;
  display: flex;
  justify-content: center;
  align-items: center
}

.social-icon-facebook:hover {
  background-color: #1877F2;
}

.social-icon-twitter {
  padding: 5px 5px 5px 5px;
  border-radius: 8px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center
}

.social-icon-twitter:hover {
  background-color: black
}

.social-icon-youtube {
  padding: 5px 5px 5px 5px;
  border-radius: 8px;
  background-color: #FF0000;
  display: flex;
  justify-content: center;
  align-items: center
}

.social-icon-youtube:hover {
  background-color: #DE2925
}

.social-icon-insta {
  padding: 5px 5px 5px 5px;
  border-radius: 8px;
  background-color: #E1306C;
  display: flex;
  justify-content: center;
  align-items: center
}

.social-icon-insta:hover {
  background-image: radial-gradient(circle at 23% 84%, #f9ed32, #f8d939 5%, #f5a54d 17%, #f0536c 33%, #ee2a7b 40%, #9e2aa7 56%, #5b2acd 72%, #2a2ae8 85%, #0b2af9 95%, #002aff)
}

.social-icon-linkdein {
  padding: 5px 5px 5px 5px;
  border-radius: 8px;
  background-color: #0077B5;
  display: flex;
  justify-content: center;
  align-items: center
}

.social-icon-linkdein:hover {
  background-color: #1b86bd
}

.social-footer-icon i {
  font-size: 24px;
  height: 100%;
  color: #fff;
  line-height: unset
}

.footer-map {
  width: 35%;
  border-radius: 15px;
  overflow: hidden;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-declaimer {
  line-height: 1.5;
  width: 50%;
  color: #99cbc5;
  font-family: mulish;
  margin-bottom: 60px;
}

.footer-declaimer-sub-para {
  font-size: 14px;
}

.footer-reserved {
  color: #9ad6cf;
  font-family: mulish;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  text-align: end;
  margin-bottom: 34px;
}

#chotac {
  font-size: 14px;
}

@media screen and (min-width:1200px) and (max-width:1600px) {
  footer {
    padding: 30px 0 30px 0
  }

  .footer-box-one>h2 {
    font-size: 20px
  }

  .footer-box-one-para {
    padding-top: 20px;
    font-size: 14px
  }

  .footer-box-one-para a {
    font-size: 12px
  }

  .footer-box-page-info {
    font-size: 14px
  }

  .footer-declaimer>p {
    font-size: 14px
  }

  .footer-reserved {
    font-size: 14px
  }
}

@media screen and (min-width:800px) and (max-width:1199px) {
  footer {
    padding-top: 0
  }

  .footer-page {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-box-one {
    width: 100%;
    margin-top: 15px
  }

  .footer-box-one-para {
    margin-bottom: 20px;
    padding-top: 20px
  }

  .footer-social-page {
    flex-direction: column
  }

  .footer-declaimer {
    width: 100%
  }

  .footer-map {
    width: 100%;
    margin-top: 30px
  }

  .footer-reserved {
    margin-top: 25px;
    text-align: left;
  }
}

.heart-icon {
  font-size: 24px;
}

.emoji-icon {
  font-size: 24px;
}


@media screen and (min-width:600px) and (max-width:799px) {
  footer {
    padding-top: 0
  }

  .footer-page {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-box-one {
    width: 100%;
    margin-top: 15px
  }

  .footer-box-one-para {
    margin-bottom: 20px;
    padding-top: 20px
  }

  .footer-social-page {
    flex-direction: column
  }

  .footer-declaimer {
    width: 100%
  }

  .footer-map {
    width: 100%;
    margin-top: 30px
  }

  .footer-reserved {
    margin-top: 25px;
    text-align: left;
  }
}

@media screen and (min-width:1px) and (max-width:365px) {
  #chotac {
    font-size: 11.5px
  }
}

@media screen and (min-width:366px) and (max-width:391px) {
  #chotac {
    font-size: 12px
  }
}

@media screen and (min-width:392px) and (max-width:599px) {
  #chotac {
    font-size: 13px
  }
}



@media screen and (min-width:1px) and (max-width:599px) {
  footer {
    padding: 0
  }

  .footer-page {
    flex-direction: column
  }

  .footer-box-one {
    width: 100%;
    margin-top: 15px
  }

  .footer-social-page {
    flex-direction: column
  }

  .footer-map {
    width: 100%;
    margin-top: 20px
  }

  .footer-declaimer {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-reserved {
    margin-top: 25px;
    margin-bottom: 60px;
    font-size: 14px;
    text-align: start;

  }



  .footer-box-one-para {
    padding-top: 20px;
    font-size: 14px
  }

  .footer-box-one-h2 {
    margin-top: 20px
  }

  .footer-box-one>h2 {
    font-size: 20px
  }

  .footer-box-one-para li {
    font-size: 14px
  }

  .footer-box-page-info {
    font-size: 14px;
  }

  .social-footer-icon {
    margin-top: 20px
  }

  .footer-declaimer-sub-para {
    font-size: 14px
  }

  #main-contact-form2 input[type="text"] {
    text-align: center;
  }

}

.cisco-training {
  width: 100%;
  padding: 80px 0 80px 0;
  box-sizing: border-box
}

.cisco-training-page {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse
}

.cisco-training-form {
  width: 38%;
  height: 571px
}

.cisco-form {
  border: 1px solid #000;
  width: 75%;
  margin: auto;
  padding: 25px 15px 25px 15px;
  background-color: #272566;
  color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1001;
  box-shadow: 2px 2px #fff, 4px 4px #030a21;
  height: 510px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media (min-width:1px) and (max-width:500px) {
  .cisco-form {
    width: 100%
  }
}

@media (min-width:501px) and (max-width:1285px) {
  .cisco-form {
    width: 80%
  }


}









#main-contact-form2 input[type="text"] {
  font-size: 16px;
  font-weight: 600;
  box-shadow: 2px 2px #4fca82;
}

.cisco-training #usercourse {
  box-shadow: 2px 2px #4fca82;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}




.cisco-training-form::after {
  content: "";
  width: 85%;
  margin: auto;
  border-radius: 270px;
  background-color: #d3dfde;
  display: inline-block;
  position: relative;
  bottom: 87%;
  z-index: -2;
  height: 536px;
  left: 7.3%;
}

.cisco-form h3,.cisco-form p {
  color: #fff;
  font-family: nunito;
  font-weight: 900;
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

.cisco-form label {
  margin-top: 10px;
  font-family: mulish;
  font-size: 14px
}

.cisco-form input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  background-color: #fff;
  padding-left: 16px;
  font-family: mulish;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.cisco-form input::placeholder {
  font-size: 13px;
  font-weight: 600;
}

#usercourse {
  width: 100%;
  height: 50px;
  background-color: #f3f4f6;
  border-radius: 10px;
  outline: none;
  color: black;
  border: none;
  font-family: mulish;
  font-weight: 100;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}



select {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 16px;
  font-size: 13px;
  font-family: 'Nunito', sans-serif;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  color: #007d6f;
  font-weight: bold;
}

#usercourse option {
  font-family: 'Mulish';
  font-size: 14px;
  font-weight: 600;
}

option[disabled] {
  color: #ccc;
  font-family: mulish;
}


/* input[type="email"],
input[type="tel"],
input[type="text"] {
  font-size: 14px !important
} */

/* input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder {
  font-size: 12px
} */

/* 
textarea[type="text"]::placeholder {
  font-size: 12px
} */



textarea.cisco-textarea::placeholder {
  font-size: 13px;
  font-weight: 600;
}

.cisco-textarea {
  width: 100%;
  height: 69px;
  border-radius: 5px;
  margin-bottom: 20px;
  max-height: 69px;
  border: none;
  outline: none;
  background-color: #fff;
  font-family: mulish;
  font-weight: 600;
  padding-top: 23px;
  padding-left: 16px;
  font-size: 14px;
  box-shadow: 2px 2px #4fca82;
  text-align: center;
}

.cisco-form button {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  font-weight: 800;
  font-size: 18px;
  margin-top: 20px;
  border: none;
  outline: none;
  background-color: #007d6f;
  color: #fff;
  font-family: Nunito;
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px #fff, 3px 3px #030a21;
  text-transform: uppercase;
}

.cisco-form button::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 75%);
  animation: glare-effect 3s infinite linear;
}

.cisco-training-info {
  width: 58%;
  padding: 60px 40px 47px 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column
}

.cisco-training-info>h3 {
  color: #272566;
  font-family: nunito;
  font-weight: 900;
  font-size: calc(1.68vw + 1rem);
  line-height: 1.2
}

.cisco-training-info>p20 {
  color: #272566;
  font-family: nunito;
  font-weight: 900;
  font-size: calc(1.60vw + 1rem);
  line-height: 1.2;
  width: 84%;
}

.content-info {
  line-height: 1.7;
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
  position: relative;
  display: inline;

}

.content-info.form {
  line-height: 1.7;
  font-size: 15px;
  font-family: 'Mulish', sans-serif;
  position: relative;
  display: inline;
  font-weight: bold;
  padding: 6px;
  box-shadow: #007d6f 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -2px 0px inset;
}


.cicso-p {
  font-size: 44px;
  color: #007d6f;
  font-family: nunito;
  font-weight: 900
}

.cisco-job {
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.cisco-container {
  width: 24%
}

.cisco-info {
  font-size: 14px;
  font-family: mulish;
  font-weight: bold;
}


@media screen and (min-width:1366px) and (max-width:1600px) {


  .cisco-form label {
    font-size: 12px
  }

  .cisco-form input {
    font-size: 12px;
    height: 36px
  }

  .cisco-form button {
    height: 36px;
    padding: 0
  }



}


@media screen and (min-width:2050px) and (max-width:4000px) {
  .cisco-training-form::after {
    display: none;
    visibility: hidden;
  }
}


@media screen and (min-width:1280px) and (max-width:1365px) {
  .cisco-training-form::after {
    height: 403px;
    bottom: 64%;
    left: 4.7%;
    width: 90%;

  }

}

@media screen and (min-width:1366px) and (max-width:1450px) {
  .cisco-training-form::after {
    height: 403px;
    bottom: 64%;
    left: 4.7%;
    width: 90%;

  }

}

@media screen and (min-width:1451px) and (max-width:1760px) {
  .cisco-training-form::after {
    height: 450px;
    bottom: 72%;
    left: 7.5%;
    width: 85%;

  }

}





@media screen and (min-width:1199px) and (max-width:1279px) {
  .cisco-training-form::after {
    width: 95%;
    margin: auto;
    bottom: 67%;
    height: 396px;
    left: 2.5%
  }





  .cisco-enquiry {
    margin-top: 20px
  }
}


@media screen and (min-width:800px) and (max-width:1199px) {
  .cisco-form label {
    font-size: 12px;
  }

  .cisco-training-form::after {
    display: none;
    visibility: hidden;
  }

  .cisco-training {
    padding: 30px 0 30px 0
  }

  .cisco-training-form {
    width: 100%;

  }

  .cisco-training-info {
    width: 100%
  }

  .cisco-training-info {
    padding: 50px 0 0 0
  }

  .cisco-job {
    justify-content: space-evenly
  }

  .cisco-container {
    width: 34%
  }

  .cisco-fo {
    margin-top: 35px
  }

  .why-awdiz-page {
    padding: 50px 0
  }

  .ciscos-con {
    text-align: right
  }

  .content-info {
    font-size: 15px
  }

  .cisco-training-info>p20 {
    margin: auto;
    text-align: center;
  }

  .yes-yes {
    margin-top: 50px;
    text-align: center;
  }

}

@media screen and (min-width:600px) and (max-width:799px) {
  .cisco-form label {
    font-size: 12px;
  }

  .cisco-training-form::after {
    width: 92%;
    height: 504px;
    bottom: 82%;
    left: 4%;
  }

  .cisco-training {
    padding: 30px 0 30px 0
  }



  .cisco-training-form {
    width: 100%;

  }

  .cisco-training-info {
    width: 100%
  }


  .cisco-training-info {
    padding: 50px 0 0 0
  }

  .cisco-job {
    justify-content: space-between
  }

  .cisco-container {
    width: 34%
  }

  .cisco-fo {
    margin-top: 35px
  }

  .why-awdiz-page {
    padding: 50px 0
  }

  .ciscos-con {
    text-align: right
  }

  .content-info {
    font-size: 15px
  }

  .cisco-training-info>p20 {
    margin: auto;
    text-align: center;
  }

  .yes-yes {
    margin-top: 50px;
    text-align: center;
  }
}

@media screen and (min-width:1px) and (max-width:1199px) {
  .cisco-training-page {
    flex-direction: column;
  }
}

@media screen and (min-width:1px) and (max-width:599px) {
  .cisco-training-page {
    width: 90%
  }

  .cisco-training-form {
    width: 100%
  }



  .content-info {
    margin-top: 20px;text-align: center;
  }

  .cisco-training-info {
    width: 100%;
    padding: 40px 0 0 0;
    height: 440px;
  }

  .cisco-fo.nakoupar {
    margin-top: 0
  }

  .cisco-job {
    width: 100%;
    justify-content: space-between !important
  }

  .cicso-p {
    font-size: 24px
  }

  .cisco-info {
    font-size: 15px
  }

  .cisco-training {
    padding: 40px 0 40px 0
  }

  .cisco-container {
    width: 48%
  }

  .ciscos-con {
    text-align: right
  }

  .cisco-fo {
    margin-top: 35px
  }




  .cisco-form label {
    font-size: 13px
  }

  .cisco-form button {
    font-size: 16px
  }

  .cisco-training-form::after {
    bottom: 88%
  }

  .cisco-training-info>p20 {
    width: 100%;
    text-align: center;
  }

  .content-info.form {
    padding: 0;
    text-shadow: 0px 0px 1px #000;
    box-shadow: none;
    display: block;
    text-align: center;
    font-size: 15px;
  }

}

@media screen and (max-width:320px) {
  .cisco-form h3 {
    font-size: 15px;
  }

  .cisco-form label {
    font-size: 12px;
  }

  .cisco-training-info>p20 {
    font-size: calc(0.7vw + 1rem);
  }

  .content-info {
    font-size: 15px;
  }
}

.navbar-celebration-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.navbar-celebration-btn img {
  width: 95px;

}







.why-awdiz-page {
  width: 100%;
  padding: 80px 0px 80px 0px;
  background-color: #edf8fa
}

.why-awdiz {
  width: 90%;
  margin: auto
}

.why-awdiz h3,
.awdiz-placement h3 {
  color: #272566;
  font-family: nunito;
  font-weight: 900;
  font-size: calc(1.48vw + 1rem);
  line-height: 1.2
}

.why-awdiz-course {
  width: 100%;
  margin: 50px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.why-awdiz-container {
  width: 32%;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: white;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px
}

.why-awdiz-image {
  width: 64px;
  height: 76px;
  position: relative;
  bottom: 28%;
  left: 7%;
  border-radius: 10px;
  background-color: #007d6f;
  display: flex;
  justify-content: center;
  align-items: center
}

.why-awdiz-image i {
  font-size: 32px;
  color: white
}

.why-awdiz-info {
  font-size: 16px;
  margin-left: 80px;
  font-weight: bold
}

.awdiz-courses {
  width: 100%;
  margin: 50px 0px 0px 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap
}

.why-awdiz-mock {
  width: 45%;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: white;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px
}

@media screen and (min-width:1360px) and (max-width:1920px) {
  .why-awdiz-info {
    font-size: 16px;
    margin-left: 80px;
  }
}

@media screen and (min-width:1280px) and (max-width:1600px) {
  .why-awdiz-image i {
    font-size: 24px
  }
}

@media screen and (min-width:800px) and (max-width:990px) {
  .info-one {
    width: 58px;
    height: 61px
  }

  .info-two {
    width: 59px;
    height: 58px
  }

  .info-three {
    width: 58px;
    height: 55px
  }

  .info-four {
    width: 55px;
    height: 55px
  }

  .info-five {
    width: 64px;
    height: 55px
  }

  .info-six {
    width: 62px;
    height: 57px
  }

  .info-seven {
    width: 60px;
    height: 60px
  }

  .info-eight {
    width: 59px;
    height: 58px
  }

  .info-nine {
    width: 58px;
    height: 60px
  }

  .why-awdiz-info {
    font-size: 11px;
    margin-left: 25px;
    margin-right: 10px
  }

  .why-awdiz-image {
    left: 7%
  }

  .why-awdiz-container {
    height: 62px;
  }
}

@media screen and (min-width:600px) and (max-width:799px) {
  .info-one {
    width: 99px;
    height: 61px
  }

  .info-two {
    width: 75px;
    height: 58px
  }

  .info-three {
    width: 95px;
    height: 55px
  }

  .info-four {
    width: 97px;
    height: 55px
  }

  .info-five {
    width: 115px;
    height: 55px
  }

  .info-six {
    width: 115px;
    height: 57px
  }

  .info-seven {
    width: 115px;
    height: 60px
  }

  .info-eight {
    width: 66px;
    height: 58px
  }

  .info-nine {
    width: 86px;
    height: 60px
  }

  .why-awdiz-info {
    font-size: 11px;
    margin-left: 16px;
    margin-right: 10px
  }

  .why-awdiz-image {
    left: 5%
  }
}

@media screen and (min-width:1px) and (max-width:599px) {
  .why-awdiz-page {
    padding: 40px 0px 40px 0px
  }

  .why-awdiz-course {
    flex-direction: column;
    margin-top: 20px
  }

  .why-awdiz-container {
    width: 100%;
    margin-top: 40px
  }

  .why-awdiz-info {
    font-size: 15px;
    margin-left: 50px;
  }

  .awdiz-courses {
    flex-direction: column
  }

  .why-awdiz-mock {
    width: 100%;
    margin-top: 40px;
    margin-left: 0px !important
  }

  .why-awdiz {
    width: 90%
  }

  .why-awdiz h3,
  .awdiz-placement h3 {
    font-size: calc(1.30vw + 1rem);
  }
}

@media screen and (max-width:320px) {

  .why-awdiz h3,
  .awdiz-placement h3 {
    font-size: calc(0.5vw + 1rem);
  }

  .why-awdiz-info {
    font-size: 13px;
    margin-left: 50px;
  }
}


section .breadcrumb-main {
  background-color: #cae0e4;
  padding: 10px 0;
}


.breadcrumb-main .breadcrumb {
  width: 90%;
  margin: auto;
}

.breadcrumb-main .breadcrumb>li {
  color: black;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: inherit;
  font-weight: bold;
  background-color: #cae0e4;
  padding: 10px 0;
}

.breadcrumb-main .breadcrumb>li>a {
  color: #007d6f;
  text-decoration: none;
  font-weight: bold;
}

.breadcrumb>li {
  display: inline-block
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #272566;
  content: "/\00a0";
  background: none;
}

.breadcrumb {
  list-style: none;
  border-radius: 4px
}

@media screen and (min-width:1281px) and (max-width:1439px) {
  .breadcrumb-main .breadcrumb {
    padding: 0
  }


}

@media screen and (min-width:1200px) and (max-width:1280px) {
  .breadcrumb-main .breadcrumb {
    padding: 0
  }
}

@media screen and (min-width:1px) and (max-width:345px) {
  .breadcrumb-main .breadcrumb>li {
    font-size: 11px
  }
}

@media screen and (min-width:346px) and (max-width:599px) {
  .breadcrumb-main .breadcrumb>li {
    font-size: 11.8px
  }
}



.awdiz-carousel-h3 {
  text-align: center;
  font-weight: 900;
  color: #272566;
  font-family: nunito;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: calc(1.60vw + 1rem);
}

.awdiz-placement-carousel {
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-direction: column;
  position: relative;
}

.awdiz-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  --v-offset: 150px;
  --curve-height: 130px
}

.awdiz-wrapper:before {
  content: "";
  display: block;
  background: #fff;
  width: calc(100vw + 2 * var(--v-offset));
  height: var(--curve-height);
  position: absolute;
  border-radius: 50%;
  left: calc(-1 * var(--v-offset));
  right: calc(-1 * var(--v-offset));
  z-index: 3
}

.awdiz-wrapper:after {
  content: "";
  display: block;
  background: #fff;
  width: calc(100vw + 2 * var(--v-offset));
  height: var(--curve-height);
  position: absolute;
  border-radius: 50%;
  left: calc(-1 * var(--v-offset));
  right: calc(-1 * var(--v-offset))
}

.awdiz-wrapper:before {
  top: calc(-0.55 * var(--curve-height))
}

.awdiz-wrapper:after {
  bottom: calc(-0.4 * var(--curve-height))
}

.awdiz-wrapper .awdiz-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 5) - 12px);
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none
}

.awdiz-carousel::-webkit-scrollbar {
  display: none
}

.awdiz-carousel.no-transition {
  scroll-behavior: auto
}

.awdiz-carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto
}

.awdiz-carousel.dragging .card {
  cursor: grab;
  user-select: none
}

.awdiz-carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center
}

.awdiz-carousel .card {
  scroll-snap-align: start;
  height: 355px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
  padding-left: 0
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:990px) {
  .awdiz-wrapper .awdiz-carousel {
    grid-auto-columns: calc((100% / 2) - 12px);
  }
}

@media screen and (max-width:599px) {
  .awdiz-wrapper .awdiz-carousel {
    grid-auto-columns: 100%;
  }

}





.btn-arrow {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  filter: brightness(1) invert(1);

}

.menu-items-right-arw {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}

.arrow-up {
  display: none;
  background-color: #007d6f;
  color: #fff;
  position: fixed;
  right: 15px;
  bottom: 6%;
  cursor: pointer;
  z-index: 1000;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;

}

#global-arrow {
  width: 20px;
  height: 20px;
  margin: 5px 0 0 5px;
}

#global-finger {
  width: 26px;
  height: 26px;
}

#mobile-plus {
  width: 16px;
  height: 16px;

}

#hamburger {
  width: 20px;
  height: 20px;
}

#mobile-minus {
  width: 14px;
  height: 16px;

}

#menu-right-arrow {
  width: 14px;
  height: 14px;
}

#menu-left-long-arrow {
  width: 14px;
  height: 14px;
}


@media screen and (min-width:1px) and (max-width:599px) {
  #hidembl {
    display: none;
  }

  .cisco-training #usercourse {
    padding-left: 18%;
    text-align: start;
  }
}





.custom-select-wrapper {
  position: relative;
  user-select: none;
  margin-bottom: 20px;
}

.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #3d3d3d;
  height: 40px;
  background: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  z-index: 100;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 2px 2px #4fca82;
  font-family: mulish;
}

.custom-options {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #4fca82;
  border-radius: 5px;
  padding: 10px 0 10px 0px;
  text-align: center;
  background-color: #edf8fA;
  z-index: 102;
  width: 86%;
  box-shadow: 2px 2px #4fca82;
}



.custom-select.open .custom-options {
  display: block;
}

.custom-options.open {
  display: block;
}


.custom-option {
  position: relative;
  padding: 0 2px;
  color: #3d3d3d;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  font-family: mulish;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
  margin-right: 5%;
  border-radius: 5px;
}

.custom-option:hover {
  background-color: #e9e9e9;
}

.custom-select.open .custom-options {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 7px;
}

.arrow {
  position: relative;
  height: 15px;
  width: 15px;
}

.select-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 22px;
  height: 22px;
  filter: brightness(1) invert(1);
  z-index: 105;
  margin-bottom: 0;
}

.custom-option:hover {
  padding-left: 10px;
  border-left: 3px solid #3ca0e7;
  transition: all 0.3s ease;
  box-shadow: 2px 2px #4fca82;
}




.icon-image1 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.scrolling-text {
  display: flex;
  animation: scroll-left 5s linear infinite;
  font-weight: bold;
  font-family: mulish;
}

.scrolling-text-content {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  font-family: mulish;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}


.sticky-bottom-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 33px;
  background-color: #ffff31;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 1000;
  transition: top 0.3s;
}

@media (max-width: 768px) {
  .sticky-bottom-banner {
    top: 0;
    /* Show at the top on mobile */
    bottom: auto;
    position: sticky;
  }
}





.scrolling-text-c {
  display: flex;
  animation: scroll-left 5s linear infinite;
  font-weight: bold;
  font-family: mulish;
}

.scrolling-text-content-c {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  font-family: mulish;
}





.sticky-bottom-banner-c {
  display: none;
}

@media (max-width: 768px) {
  .sticky-bottom-banner-c {

    width: 100%;
    height: 33px;
    background-color: #ffff31;
    overflow: hidden;
    align-items: center;
    z-index: 1000;
    transition: top 0.3s;
    bottom: auto;
    position: sticky;
    margin-bottom: 25px;
    margin-top: 15px;
    display: flex;
  }
}

@media screen and (min-width:1px) and (max-width:599px) {

  #stickybanner {
    display: none;
    visibility: hidden
  }
}


.okko {
  position: relative;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border: 2px solid teal;
  border-radius: 10px;
  background: #1bffff;
  cursor: pointer;
  height: 34px;
  margin-top: auto !important;
  margin-bottom: auto !important;}

  .okko:hover {
    filter: contrast(1.1);
  }

  .okko:active {
    filter: contrast(0.9);
  }

  .okko::before,.okko::after {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 2px solid teal;
    transition: all .5s;
    animation: clippath 3s infinite linear;
    border-radius: 10px;
  }

  .okko::after {
    animation: clippath 3s infinite -1.5s linear;
  }


.okko a:hover {
  box-shadow: none !important;
  background: none !important;
}

@keyframes clippath {

  0%,
  100% {
    clip-path: inset(0 0 98% 0);
  }

  25% {
    clip-path: inset(0 98% 0 0);
  }

  50% {
    clip-path: inset(98% 0 0 0);
  }

  75% {
    clip-path: inset(0 0 0 98%);
  }
}

.bg::before {
  background: rgba(255, 215, 0, .5);
}

.footer-box-one.courses {
  width: 25%;
  color: #fff;
}

.footer-box-one.courses p {
  font-size: 14px
}

.footer-declaimer p,
.footer-box-one.courses h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: nunito;
  color: white;
  font-weight: bold;
}

.footer-box-one.contact {
  width: 27%;
}

.footer-box-one.about {
  width: 30%;
}

#impshow {
  margin-top: 40px;
  font-size: 20px;
  font-family: nunito;
  display: flex;
  flex-direction: column;
}

#impshowdown {
  margin-top: 20px;
  font-size: 20px;
  font-family: nunito;
  display: flex;
  flex-direction: column;
}

.footer-box-one>p2 {
  font-size: 24px;
  font-family: nunito;
  font-weight: bold;
}

@media screen and (min-width: 1px) and (max-width: 599px) {
  .footer-box-one>p2 {
    margin-top: 20px;

  }

  .footer-box-one.about,
  .footer-box-one.contact,
  .footer-box-one.courses {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-box-one.contact p:first-of-type {
    margin-top: 20px;
  }


}

#footmi {
  font-size: 20px;
  font-family: nunito;
  font-weight: bold;
}

.gif {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 60px;
}


@media screen and (min-width:800px) and (max-width:1199px) {
  .footer-box-one.about {
    width: 100%;
  }

  .footer-box-one.contact{
    width: 100%;
  }

  .footer-box-one.courses{
    width: 48%;
  }

  #foo{
    padding-left: 14%;
  }
}

@media screen and (min-width:600px) and (max-width:799px) {
  .footer-box-one.about {
    width: 100%;
  }

  .footer-box-one.contact{
    width: 100%;
  }

  .footer-box-one.courses{
    width: 48%;
  }

  #foo{
    padding-left: 4%;
  }
}

  
  
  
  
  
