@font-face {
  font-family: 'Nasalization Rg';
  src: url('../fonts/NasalizationRg-Regular.eot');
  src: url('../fonts/NasalizationRg-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NasalizationRg-Regular.woff2') format('woff2'),
    url('../fonts/NasalizationRg-Regular.woff') format('woff'),
    url('../fonts/NasalizationRg-Regular.ttf') format('truetype'),
    url('../fonts/NasalizationRg-Regular.svg#NasalizationRg-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hero New';
  src: url('../fonts/HeroNew-SemiBold.eot');
  src: url('../fonts/HeroNew-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HeroNew-SemiBold.woff2') format('woff2'),
    url('../fonts/HeroNew-SemiBold.woff') format('woff'),
    url('../fonts/HeroNew-SemiBold.ttf') format('truetype'),
    url('../fonts/HeroNew-SemiBold.svg#HeroNew-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hero New';
  src: url('../fonts/HeroNew-Bold.eot');
  src: url('../fonts/HeroNew-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HeroNew-Bold.woff2') format('woff2'),
    url('../fonts/HeroNew-Bold.woff') format('woff'),
    url('../fonts/HeroNew-Bold.ttf') format('truetype'),
    url('../fonts/HeroNew-Bold.svg#HeroNew-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hero New';
  src: url('../fonts/HeroNew-Regular.eot');
  src: url('../fonts/HeroNew-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HeroNew-Regular.woff2') format('woff2'),
    url('../fonts/HeroNew-Regular.woff') format('woff'),
    url('../fonts/HeroNew-Regular.ttf') format('truetype'),
    url('../fonts/HeroNew-Regular.svg#HeroNew-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hero New';
  src: url('../fonts/HeroNew-Light.eot');
  src: url('../fonts/HeroNew-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HeroNew-Light.woff2') format('woff2'),
    url('../fonts/HeroNew-Light.woff') format('woff'),
    url('../fonts/HeroNew-Light.ttf') format('truetype'),
    url('../fonts/HeroNew-Light.svg#HeroNew-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --duration: 5s;
  --ease: cubic-bezier(0.6, 0, 0.2, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  text-decoration: none !important;
  font-family: 'Hero New';
  position: relative;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  background: #f1f7f6;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.container {
  width: 1600px;
  max-width: 100% !important;
  position: relative;
}

header {
  background: #2d038b;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 0 50px;
}

header::after {
  content: '';
  height: 200px;
  width: 100%;
  background: #2d038b;
  position: absolute;
}

.nav-outer ul li {
  display: inline-block;
  margin: 0 0 0 30px;
  position: relative;
}

.nav-outer ul li:first-child {
  margin: 0;
}

.nav-outer ul li:hover .sub-menu {
  display: block;
}

.sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  background: #f8c432;
  z-index: 99;
  width: 250px;
  display: none;
}

.nav-outer ul li .sub-menu li {
  width: 100%;
  margin: 0;
}

.nav-outer ul li .sub-menu li a {
  width: 100%;
  display: inline-block;
  padding: 10px;
  border-bottom: 1px solid #bf9214;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  color: #2d038b;
}

.nav-outer ul li .sub-menu li a:hover {
  background: #bf9214;
  color: #fff;
}

.nav-outer ul li a {
  font-family: 'Nasalization Rg';
  font-size: 20px;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.nav-outer ul li.active>a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.nav-outer ul li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.nav-outer ul li a:hover::after {
  width: 100%;
}

.home-banner {
  display: inline-block;
  width: 100%;
  padding: 150px 0 200px;
  background: #2d038b;
}

.home-banner h3 {
  font-size: 54px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.home-banner h4 {
  font-size: 44px;
  font-weight: 600;
}

.home-banner p {
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 30px;
}

.btn-common a {
  background: #f24094;
  color: #fff;
  padding: 15px 45px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 3px 2px 2px #2f2f2f;
  margin: 0 10px;
}

.cyber-training-header {
  padding: 50px 0;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.cyber-training-header h1 {
  font-size: 70px;
  color: #2d038b;
  font-weight: bold;
}

.cyber-training-header h5 {
  font-size: 24px;
  color: #e93a7d;
  font-weight: bold;
}

.cyber-training-header p {
  font-size: 20px;
  font-weight: 600;
}

.cyber-training-bottom-left {
  background: #f29f05;
  padding: 50px 0;
  position: relative;
  height: 200px;
  z-index: 1;
  margin-top: 50px;
}

.cyber-training-bottom-right {
  background: #d92838;
  padding: 50px 0;
  position: relative;
  height: 200px;
}

.cyber-training-bottom h4 {
  margin: 0;
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  text-shadow: 1px 2px 6px #646464;
}

.cyber-training-bottom-left::after {
  content: '';
  border-left: 70px solid #f29f05;
  height: 100%;
  position: absolute;
  top: 0;
  border-bottom: 0px solid transparent;
  border-top: 200px solid transparent;
  right: -70px;
}

.cyber-training-bottom-right::before {
  content: '';
  border-left: 70px solid #f1f7f6;
  height: 100%;
  position: absolute;
  top: 0;
  border-bottom: 0px solid transparent;
  border-top: 200px solid transparent;
  left: 0;
}

.cybertac-certified-left-content {
  background: url('../images/certified-bg-1.jpg');
  background-size: cover;
  margin-top: 100px;
}

.cybertac-certified-right-content {
  background: url('../images/certified-bg-2.jpg');
  background-size: cover;
}

.certified-content {
  background: rgba(23, 23, 23, 0.86);
  padding: 80px 50px;
}

.certificate-content {
  margin: 50px 0 0;
}

.certified-content img {
  max-width: 300px;
  width: 100%;
}

.certificate-content h4 {
  font-size: 54px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

.certificate-content h5 {
  font-size: 28px;
  font-weight: bold;
}

.certificate-content p {
  font-size: 22px;
  margin: 20px 0 30px;
}

.home-scholarship {
  padding: 50px 0;
  background: #fece1f;
  overflow: hidden;
}

.scholorship-img {
  margin: -150px 0 0;
}

.scholorship-right {
  margin: 100px 0 0;
  max-width: 600px;
}

.scholorship-right p {
  font-size: 24px;
  font-weight: 600;
  color: #2d038b;
  margin: 0 0 50px;
}

.scholorship-right .btn-common a {
  background: #2d038b;
}

.scholarship-title h2 {
  margin: 0;
  font-size: 54px;
  font-weight: bold;
  color: #d92838;
}

.scholarship-title.text-center {
  position: absolute;
  left: calc(calc(-50% + 50px));
  width: 100%;
  transform: rotate(-90deg);
  top: calc(50%);
}

.the-edge {
  padding: 100px 0;
  display: inline-block;
  width: 100%;
}

.the-edge-title {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}

.the-edge-title h3 {
  color: #2d038b;
  font-size: 50px;
  font-weight: bold;
}

.the-edge-title p {
  font-size: 20px;
  color: #f24094;
  font-weight: 600;
}

.edge-applications {
  margin-top: 170px;
}

.custom-row {
  display: inline-block;
  width: 100%;
}

.edge-applications .custom-col {
  width: 20%;
  float: left;
  padding: 0 10px;
}

.custom-col-inner {
  position: relative;
  width: 100%;
}

.edge-top {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  top: -120px;
  width: 80%;
  left: calc(50% - 40%);
}

.edge-top h4 {
  position: absolute;
  width: 100%;
  font-size: 24px;
  color: #2d038b;
  font-weight: bold;
  margin: 0;
}

.edge-bottom p {
  font-size: 13px;
  color: #fff;
  margin: 0;
  line-height: 18px;
}

.edge-outer {
  border-radius: 20px;
  height: 300px;
  position: relative;
}

.edge-top h4 {
  position: absolute;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  max-width: 170px;
  left: calc(50% - 85px);
}

.edge-bottom {
  padding: 0 15px 25px;
}

.edges-outer-after {
  position: absolute;
}

.cybertax-future {
  background: url(../images/future-bg.jpg);
  background-size: cover;
  padding: 150px 0;
}

.home-testimonial {
  background: #f29f05;
  padding: 100px 0;
  margin: 70px 0 0;
  display: inline-block;
  width: 100%;
}

.testi-content-outer {
  width: 80%;
  margin: 0 auto;
  background: #252528;
  padding-bottom: 70px;
}

.testi-content-inner {
  background: #fff;
  border-bottom: 10px solid #20b8ff;
}

.testi-left {
  padding: 30px;
}

.testi-left-inner {
  border: 1px solid #999;
  position: relative;
  padding: 30px;
}

.testi-name {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.testi-company {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}

.testi-left-inner>p {
  font-size: 22px;
  margin: 15px 0;
  min-height: 150px;
}

.testi-left-inner::before {
  content: url(../images/quotes-before.jpg);
  position: absolute;
  left: 30px;
  top: -10px;
}

.testi-left-inner::after {
  content: url(../images/quotes-after.jpg);
  position: absolute;
  right: 30px;
  bottom: -15px;
}

.testi-right {
  padding: 30px 0;
}

.testi-title p {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.testi-title h4 {
  font-size: 28px;
  font-weight: bold;
  color: #20b8ff;
  margin: 5px 0;
}
.testi-title h4 span {
  color: #444;
}
.testi-title h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.testi-img {
  position: relative;
}

.testi-img img {
  position: static;
  border: 15px solid #fff;
  left: -15px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.flex-direction-nav {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  width: 100%;
}

.flex-direction-nav li {
  display: inline-block;
  width: 100%;
}

.flex-direction-nav li a {
  height: 50px;
  width: 28px;
  display: inline-block;
  font-size: 0;
}

.flex-direction-nav li a.flex-prev {
  background: url(../images/arrow-left.png);
  left: 30px;
  position: absolute;
}

.flex-direction-nav li a.flex-next {
  background: url(../images/arrow-right.png);
  right: 30px;
  position: absolute;
}

.future-content {
  background: #2d038b;
  padding: 50px 30px;
  width: 100%;
  max-width: 600px;
}

.future-content h3 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 30px;
}

footer {
  background: #f29f05;
  border-top: 1px solid #ced3d2;
}

footer {
  padding: 20px 0;
  background: #fff;
}

.footer-nav ul li {
  display: inline-block;
  margin: 0 15px;
}

.footer-nav ul li a {
  font-size: 14px;
  color: #010101;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.edge-applications .col {
  position: relative;
}

.pages-banner-top {
  display: inline-block;
  width: 100%;
}

.pages-top-inner {
  display: inline-block;
  width: 100%;
  padding: 50px 0 150px;
  background: #f8c432;
}

.pages-top-inner .the-edge-title p {
  font-size: 28px;
  font-weight: 500;
  color: #111010;
  line-height: 35px;
}

.contact-email {
  margin: 30px 0 0;
}

.contact-email-inner {
  text-align: left;
  width: 400px;
  margin: 0 auto;
  max-width: 100%;
  background: url(../images/email-icon.png) no-repeat 20px center #fff;
  background-size: 45px;
  padding: 10px 0 10px 85px;
}

.contact-email-inner p {
  margin: 0;
  font-size: 20px;
}

.contact-email-inner p a {
  font-size: 26px;
  font-weight: 600;
  color: #2d038b;
}

.contact-form-outer {
  display: inline-block;
  width: 100%;
}

.section-overlap {
  width: 100%;
  max-width: 90%;
  margin: -100px auto 100px;
  background: #fff;
  padding: 50px;
}

.section-overlap form {
  display: inline-block;
  width: 100%;
}

.contact-field {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  position: relative;
}

.contact-field input,
.contact-field textarea,
.contact-field select {
  float: left;
  width: 100%;
  border: 1px solid #dadada;
  padding: 15px;
  font-size: 18px;
  color: #686868;
  background: transparent;
}
.contact-field select option {
  background: #fff;
  font-family: 'Hero New';
}
::placeholder {
  opacity: 1;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: 0;
}

.contact-field.contact-field-left {
  width: 50%;
  padding: 0 10px 0 0;
}

.contact-field.contact-field-right {
  width: 50%;
  padding: 0 0 0 10px;
}

.contact-field textarea {
  height: 150px;
}

.contact-field.contact-checkbox {
  padding: 0 0 0 20px;
}

.contact-field.contact-checkbox input {
  width: auto;
  margin: 8px 10px 0 0;
  position: absolute;
  left: 0;
}

.contact-field.contact-checkbox label {
  font-size: 20px;
  color: #7c7c7c;
}

.contact-field.contact-submit input {
  width: auto;
  border: none;
  background: #f8c432;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  padding: 13px 60px;
}

.contact-field.contact-submit {
  margin: 0;
}

.pages-bottom-inner h4 {
  font-size: 36px;
  font-weight: bold;
  color: #2d038b;
  margin: 0 0 20px;
}

.pages-bottom-inner p {
  font-size: 22px;
  color: #111010;
  font-weight: 600;
}

.unique-pathway {
  background-size: cover !important;
  padding: 80px 0;
}

.unique-heading h4 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 25px;
}

.unique-heading p {
  font-size: 24px;
  font-weight: 600;
}

.unique-heading {
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}

.unique-content {
  display: inline-block;
  width: 100%;
}

.unique-content p {
  font-size: 22px;
  margin: 0 0 30px;
}

.unique-content p strong {
  color: #f8c432;
}

.scholarships-opportunities .cyber-training-header h4 {
  font-size: 44px;
  font-weight: bold;
  color: #2d038b;
  margin: 0 0 25px;
}

.scholarships-opportunities .btn-common a {
  background: #2d038b;
}

.enroll-cybertac {
  display: inline-block;
  width: 100%;
  padding: 80px 0;
}

.enroll-top {
  box-shadow: 0 0px 20px rgba(185, 185, 185, 0.9);
  padding: 50px;
}

.enroll-top h3 {
  font-size: 50px;
  font-weight: bold;
  margin: 0 0 20px;
}

.enroll-top p {
  font-size: 24px;
  font-weight: 600;
}

.enroll-bottom {
  margin: 50px 0 0;
}

.enroll-bottom h4 {
  font-size: 40px;
  font-weight: bold;
  color: #2d038b;
  margin: 0 0 20px;
}

.enroll-bottom .btn-common a {
  background: #f8c432;
}

.scholarship-banner .pages-top-inner {
  background: #f24094;
}

.scholarship-banner .the-edge-title h3,
.scholarship-banner .the-edge-title p,
.v-force-banner .the-edge-title h3,
.v-force-banner .the-edge-title p,
.ctu-banner .the-edge-title h3,
.ctu-banner .the-edge-title p {
  color: #fff;
}

.become-guardian {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
  background: url('../images/become-guardian.jpg');
  background-size: cover;
}

.become-guardian-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  float: none;
}

.become-guardian-inner h4 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px;
}

.become-guardian-inner p {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px;
}

.become-guardian-inner .btn-common a,
.enroll-v-force .btn-common a {
  background: #d92838;
}

.unique-v-force p strong {
  color: #d92838;
}

.v-force-banner .pages-top-inner {
  background: #d92838;
}

.ctu-banner .pages-top-inner {
  background: #437512;
}

.unique-ctu .unique-content p strong {
  color: #437512;
}

.unique-ctu .btn-common a,
.ctu-guardian .btn-common a {
  background: #437512;
}

.cybertax-future.our-telent {
  background: url('../images/our-telent-bg.jpg');
  background-size: cover;
}

.our-telent .future-content {
  max-width: 100%;
  background: #fff;
}

.bg-width-strip {
  position: relative;
  overflow: hidden;
}

.bg-width-strip.why-hire::before {
  content: url('../images/bg-strip.png');
  position: absolute;
  left: 0;
  top: -10px;
}

.bg-width-strip.how-hire::before {
  content: url('../images/bg-strip-reverse.png');
  position: absolute;
  right: 0;
  top: -10px;
}

.bg-width-strip .unique-img {
  position: relative;
}

.bg-width-strip.how-hire .unique-img {
  text-align: right;
}

.bg-width-strip.why-hire .unique-img:before {
  content: url('../images/img-bg-strip.png');
  position: absolute;
}

.bg-width-strip .unique-img img {
  position: relative;
}

.bg-width-strip.why-hire .unique-img::before {
  content: url('../images/img-bg-strip.png');
  position: absolute;
  bottom: -95px;
  left: -50px;
}

.bg-width-strip.how-hire .unique-img::before {
  content: url('../images/img-bg-strip-reverse.png');
  position: absolute;
  bottom: -85px;
  right: -50px;
}

.bg-width-strip .unique-content-outer {
  background: rgba(248, 196, 50, 0.2);
  padding: 45px;
  margin: 0 0 0 -40px;
}

.bg-width-strip.how-hire .unique-content-outer {
  margin: 0 -40px 0 0;
}

.about-join .become-guardian-inner {
  background: #f29f05;
  padding: 50px;
}

.about-join .btn-common a {
  background: #2d038b;
}

.about-content-outer {
  background: #fff;
  padding: 50px;
}

.about-content-outer .about-heading h4 {
  font-size: 40px;
  color: #f29f05;
  font-weight: bold;
}

.about-content-outer .about-content p {
  font-size: 20px;
  font-weight: 600;
  color: #171717;
}

.about-content-main {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  margin: 25px 0;
}

.about-content-inner {
  position: relative;
  z-index: 1;
}

.about-content-main.about-odd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #f29f05;
}

.about-content-main.about-odd::after {
  content: '';
  border-left: 200px solid #f29f05;
  height: 100%;
  position: absolute;
  top: 0;
  border-bottom: 0px solid transparent;
  border-top: 400px solid transparent;
  left: 50%;
}

.about-content-main.about-even::before {
  content: '';
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  height: 100%;
  width: 50%;
  background: #f29f05;
}

.about-content-main.about-even::after {
  content: '';
  border-right: 200px solid #f29f05;
  height: 100%;
  position: absolute;
  top: 0;
  border-bottom: 0px solid transparent;
  border-top: 400px solid transparent;
  right: 50%;
  left: auto;
}

.about-content-main.about-professional.about-even::before {
  background: #f24094;
}

.about-content-main.about-professional.about-even::after {
  border-right-color: #f24094;
}

.about-content-main.about-education.about-odd::before {
  background: #03a63d;
}

.about-content-main.about-education.about-odd::after {
  border-left-color: #03a63d;
}

.about-content-main.about-legacy.about-even::before {
  background: #d92838;
}

.about-content-main.about-legacy.about-even::after {
  border-right-color: #d92838;
}

.about-professional .about-content-outer .about-heading h4 {
  color: #f24094;
}

.about-education .about-content-outer .about-heading h4 {
  color: #03a63d;
}

.about-legacy .about-content-outer .about-heading h4 {
  color: #d92838;
}

.contact-locations {
  margin: 20px 0;
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 6px 0px 29px rgba(199, 174, 255, 0.51);
  padding: 50px 20px 20px;
  min-height: 250px;
}
.contact-locations.canada-location {
  background-image: url(../images/canada.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}
.contact-locations.india-location {
  background-image: url(../images/mohali.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}
.contact-locations h5 {
  font-size: 22px;
  font-weight: 600;
}
.contact-locations p {
  font-size: 18px;
}
.banner-right {
  max-width: 100%;
  height: 300px;
}
.banner-right {
  margin: 0 auto;
}

/* animation css */
.custom-svg {
  width: 110px; /* Set your desired width here */
  height: 170px; /* Set your desired height here */
}
.digit1-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.digit2-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.digit {
  stroke-width: 25;
  /* -webkit-animation: var(--duration) var(--ease) both alternate infinite;
    animation: var(--duration) var(--ease) both alternate infinite; */
  -webkit-animation: var(--duration) var(--ease) both alternate;
  animation: var(--duration) var(--ease) both alternate;
  -webkit-animation-delay: calc((var(--i) * 0.05s));
  animation-delay: calc((var(--i) * 0.05s));
}

.digit circle,
.digit path {
  -webkit-animation: inherit;
  animation: inherit;
  stroke: var(--color);
  stroke-linejoin: round;
  stroke-linecap: round;
  /* Additional offsets for rounded stroke */
  stroke-dashoffset: -1.2;
  stroke-dasharray: 1 1.2;
}

.digit circle {
  -webkit-animation-name: circle-draw;
  animation-name: circle-draw;
}

@-webkit-keyframes circle-draw {

  0%,
  5% {
    stroke-dasharray: 0 1.2 0.2 0.3;
    stroke-dashoffset: 1.75;
  }

  18%,
  50% {
    stroke-dasharray: 1 1.1;
    stroke-dashoffset: 0;
  }

  70%,
  100% {
    stroke-dashoffset: -1.1;
  }
}

@keyframes circle-draw {

  0%,
  5% {
    stroke-dasharray: 0 1.2 0.2 0.3;
    stroke-dashoffset: 1.75;
  }

  18%,
  50% {
    stroke-dasharray: 1 1.1;
    stroke-dashoffset: 0;
  }

  70%,
  100% {
    stroke-dashoffset: -1.1;
  }
}

.digit path {
  -webkit-animation-name: path-draw;
  animation-name: path-draw;
}

@-webkit-keyframes path-draw {

  0%,
  43% {
    stroke-dashoffset: 1.1;
  }

  90%,
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes path-draw {

  0%,
  43% {
    stroke-dashoffset: 1.1;
  }

  90%,
  100% {
    stroke-dashoffset: 0;
  }
}

.digit {
  -webkit-animation-name: digit;
  animation-name: digit;
}

.digit:nth-child(1) {
  --x-offset: 150%;
}

.digit:nth-child(2) {
  --x-offset: 50%;
}

.digit:nth-child(3) {
  --x-offset: -50%;
}

.digit:nth-child(4) {
  --x-offset: -150%;
}

.digit:nth-child(even) {
  --y-offset: calc(-25% + 2%);
}

.digit:nth-child(odd) {
  --y-offset: calc(25% - 12%);
}

@-webkit-keyframes digit {

  from,
  15% {
    transform: translate(var(--x-offset, 0), var(--y-offset, 0));
  }

  30% {
    transform: translate(0%, var(--y-offset));
  }

  45%,
  to {
    transform: none;
  }
}

@keyframes digit {

  from,
  15% {
    transform: translate(var(--x-offset, 0), var(--y-offset, 0));
  }

  30% {
    transform: translate(0%, var(--y-offset));
  }

  45%,
  to {
    transform: none;
  }
}

.digits {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  justify-content: center;
}

/* end animation css */

.site-header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.site-header.sticky-header:after {
  display: none;
}
.logo img {
  transition: all 0.3s ease-in-out;
}
.site-header.sticky-header .logo img {
  max-height: 30px;
  transition: all 0.3s ease-in-out;
}
.site-header.sticky-header .nav-outer ul li a {
  font-size: 14px;
}
.site-header.sticky-header .navbar.navbar-expand-lg.text-right {
  padding: 0;
}
.site-header.sticky-header .sub-menu {
  top: 24px;
}


@media only screen and (max-width:1600px) {
  .nav-outer ul li a {
    font-size: 15px;
  }

  .home-banner h4 {
    font-size: 40px;
  }

  .home-banner h3 {
    font-size: 48px;
  }

  .home-banner p {
    font-size: 22px;
  }

  .btn-common a {
    padding: 12px 40px;
    font-size: 18px;
  }

  .cyber-training-bottom h4 {
    font-size: 32px;
    line-height: 46px;
  }

  .certificate-content h5 {
    font-size: 22px;
  }

  .certificate-content p {
    font-size: 18px;
  }

  .scholorship-right p {
    font-size: 20px;
  }

  .the-edge-title h3 {
    font-size: 55px;
  }

  .edge-top h4 {
    font-size: 20px;
    padding: 0 15px;
  }

  .testi-img img {
    max-height: 300px;
  }

  .testi-left-inner>p {
    font-size: 18px;
  }

  .testi-title p {
    font-size: 16px;
  }

  .testi-title h4 {
    font-size: 24px;
  }

  .testi-title h5 {
    font-size: 20px;
  }
}


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

  .nav-outer ul li a {
    font-size: 14px;
  }

  .home-banner h4 {
    font-size: 36px;
  }

  .home-banner h3 {
    font-size: 42px;
  }

  .home-banner p {
    font-size: 20px;
  }

  .cyber-training-header h1 {
    font-size: 60px;
  }

  .scholarship-title h2 {
    font-size: 44px;
  }

  .future-content h3 {
    font-size: 38px;
  }
  .footer-nav {
    text-align: center;
  }
}

@media only screen and (max-width:1199px) {
  .nav-outer ul li {
    margin: 0 0 0 10px;
  }
  .site-header.sticky-header .nav-outer ul li a {
    font-size: 13px;
  }
  .nav-outer ul li a {
    font-size: 13px;
  }

  .home-banner {
    padding: 100px 0;
  }

  .home-banner h4 {
    font-size: 30px;
  }

  .home-banner p {
    font-size: 18px;
  }

  .cyber-training-header h1 {
    font-size: 50px;
  }

  .cyber-training-header p {
    font-size: 16px;
  }

  .cyber-training-bottom h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .certificate-content h5 {
    font-size: 20px;
  }

  .certificate-content p {
    font-size: 15px;
  }

  .home-scholarship {
    padding: 50px 0 100px;
  }

  .scholarship-header img {
    width: 100%;
    max-width: 300px;
  }

  .scholorship-right {
    margin: 50px 0 0;
  }

  .the-edge-title h3 {
    font-size: 42px;
  }

  .the-edge-title p {
    font-size: 16px;
  }

  .edge-top {
    width: 90%;
    left: calc(50% - 45%);
  }

  .edge-top h4 {
    font-size: 19px;
    padding: 0 10px;
    left: calc(50% - 80px);
  }

  .home-testimonial {
    margin: 0;
  }

  .testi-name {
    font-size: 22px;
  }

  .testi-company {
    font-size: 15px;
  }

  .testi-left-inner>p {
    font-size: 16px;
  }

  .testi-title h4 {
    font-size: 18px;
  }

  .future-content h3 {
    font-size: 30px;
  }

  .footer-nav ul li {
    margin: 0 20px;
  }

  .about-content-outer .about-heading h4 {
    font-size: 30px;
  }

  .about-content-outer .about-content p {
    font-size: 16px;
  }
  .contact-locations p {
    text-shadow: 0 0 15px #8a8a8a;
  }
}


@media only screen and (max-width:991px) {
  .nav-outer .navbar {
    position: absolute;
    left: 0;
    width: 100%;
    top: 60px;
    z-index: 99999;
    padding: 0 10px;
  }

  .nav-outer .navbar #navbarSupportedContent {
    background: rgba(255, 255, 255, 0.95);
  }

  .nav-outer .navbar #navbarSupportedContent ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid #2d038b;
  }

  .nav-outer .navbar #navbarSupportedContent ul li a {
    display: inline-block;
    width: 100%;
    color: #2d038b;
    padding: 10px 0;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
  }

  .nav-outer .navbar #navbarSupportedContent ul li a:hover {
    background: #2d038b;
    color: #fff;
  }

  .nav-outer .navbar-toggler {
    border-color: #fff;
    position: absolute;
    right: 10px;
    top: -55px;
  }

  .nav-outer .navbar-toggler:focus {
    box-shadow: none;
  }

  .nav-outer .navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(106%);
  }

  .footer-nav ul li {
    margin: 0 10px;
  }

  .footer-nav ul li a {
    font-size: 15px;
  }

  .home-banner h4 {
    font-size: 26px;
  }

  .home-banner p br {
    display: none;
  }

  .cyber-training-bottom h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .edge-applications {
    margin-top: 50px;
  }

  .edge-applications .custom-col {
    width: 33.33%;
    margin: 100px 0;
  }

  .contact-field.contact-checkbox label {
    font-size: 18px;
  }

  .unique-heading h4 {
    font-size: 30px;
  }

  .unique-heading p {
    font-size: 18px;
    margin: 0;
  }

  .unique-content p {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .unique-content-outer {
    margin: 50px 0 0;
  }

  .enroll-top h3 {
    font-size: 36px;
  }

  .enroll-top p {
    font-size: 20px;
  }

  .sub-menu {
    top: 50px;
    width: 100%;
  }
  .site-header.sticky-header .nav-outer .navbar-toggler {
    top: -65px;
  }
}


@media only screen and (max-width:767px) {
  header {
    margin: 0;
  }

  .banner-right {
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
  }

  .footer-nav {
    margin: 10px 0 15px;
  }

  .scholorship-img {
    margin: 0;
  }

  .scholarship-title.text-center {
    position: static;
    transform: rotate(0);
    margin: 0 0 30px;
  }

  .scholorship-right {
    margin: 0;
    max-width: 100%;
  }

  .testi-title {
    text-align: center;
    margin: 0 0 20px;
  }

  .testi-img {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
  }

  .testi-img img {
    position: static;
    border: none;
    max-width: 100%;
    object-fit: cover;
    height: 100px;
    width: 100px;
  }

  .testi-title p {
    font-size: 20px;
  }

  .testi-title h4 {
    font-size: 28px;
  }

  .testi-title h5 {
    font-size: 24px;
  }

  .testi-right {
    padding: 30px 0 0;
  }

  .testi-content-outer {
    padding-bottom: 0;
    width: 90%;
  }

  .cybertax-future {
    padding: 80px 0;
  }

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

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

  .scholarship-title h2,
  .the-edge-title h3 {
    font-size: 34px;
  }

  .flex-direction-nav li a {
    height: 30px;
    width: 17px;
  }

  .flex-direction-nav li a.flex-prev {
    background-size: cover;
    left: 5px;
  }

  .flex-direction-nav li a.flex-next {
    background-size: cover;
    right: 5px;
  }

  .certificate-content h4 {
    font-size: 44px;
  }

  .certificate-content h5 {
    font-size: 18px;
  }

  .certificate-content h5 br,
  .certificate-content p br {
    display: none;
  }

  .cyber-training-header h1 {
    font-size: 40px;
  }

  .cyber-training-header h5 {
    font-size: 22px;
  }

  .cyber-training-bottom-left::after {
    border-left: 70px solid #f1f7f6;
    right: 0;
    top: -1px;
    transform: rotate(180deg);
  }

  .cyber-training-bottom-left {
    margin-top: 0;
  }

  .cybertac-certified-left-content {
    margin-top: 0;
  }

  .btn-common a {
    padding: 12px 30px;
  }

  .testi-left,
  .testi-left-inner {
    padding: 20px;
  }

  .the-edge {
    padding: 50px 0 0;
  }

  .edge-applications .custom-col {
    margin: 70px 0;
  }

  .edge-applications {
    margin-top: 80px;
  }

  .scholorship-right p {
    font-size: 16px;
    margin: 0 0 20px;
  }

  .future-content h3 {
    font-size: 24px;
  }

  .btn-common a {
    font-size: 15px;
  }

  .pages-top-inner .the-edge-title p {
    font-size: 20px;
    line-height: 26px;
  }

  .contact-email-inner p {
    font-size: 18px;
  }

  .contact-email-inner p a {
    font-size: 22px;
  }

  .contact-email-inner {
    width: 340px;
    background: url(../images/email-icon.png) no-repeat 15px center #fff;
    background-size: 40px;
    padding: 10px 0 10px 70px;
  }

  .contact-field.contact-field-left,
  .contact-field.contact-field-right {
    width: 100%;
    padding: 0;
  }

  .section-overlap {
    padding: 30px;
  }

  .contact-field.contact-checkbox label {
    font-size: 14px;
    line-height: 16px;
  }

  .contact-field.contact-checkbox input {
    margin: 2px 10px 0 0;
  }

  .contact-field.contact-submit input {
    font-size: 20px;
    padding: 13px 40px;
  }

  .pages-bottom-inner h4 {
    font-size: 30px;
    margin: 0 0 15px;
  }

  .pages-bottom-inner p,
  .become-guardian-inner p {
    font-size: 16px;
  }

  .become-guardian-inner h4 {
    font-size: 28px;
  }

  .about-content-outer .about-heading h4 {
    font-size: 24px;
  }
  .digits {
    max-width: 320px;
  }
  .digits-bottom .digits {
    max-width: 180px;
  }
  .digit1-outer.digits-bottom {
    margin-top: -120px !important;
  }
}

@media only screen and (max-width:575px) {
  .logo img {
    max-width: 250px;
  }

  .home-banner h4 {
    font-size: 22px;
  }

  .home-banner h3 {
    font-size: 36px;
  }

  .edge-applications .custom-col {
    width: 50%;
  }

  .edges-outer-after {
    display: none;
  }

  .enroll-top h3 {
    font-size: 30px;
  }

  .enroll-top p {
    font-size: 16px;
  }

  .enroll-bottom h4 {
    font-size: 30px;
  }

  .scholarships-opportunities .cyber-training-header h4 {
    font-size: 24px;
  }
  .nav-outer .navbar-toggler {
    top: -105px;
  }
  .site-header.sticky-header .nav-outer .navbar-toggler {
    top: -95px;
  }
}

@media only screen and (max-width:420px) {
  .edge-applications .custom-col {
    width: 100%;
  }

  .edge-top {
    width: 100%;
    left: calc(50% - 100px);
    max-width: 200px;
  }

  .edge-top h4 {
    left: calc(50% - 86px);
  }

  .edge-outer {
    max-width: 270px;
    margin: 0 auto;
  }
}