.hidden, .invisible {
  visibility: hidden
}

body, html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff
}

.hidden {
  display: none !important
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

@media print {
  blockquote, img, pre, tr {
    page-break-inside: avoid
  }

  *, :after, :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a, a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  abbr[title]:after {
    content: " ("attr(title) ")"
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""
  }

  blockquote, pre {
    border: 1px solid #999
  }

  thead {
    display: table-header-group
  }

  img {
    max-width: 100% !important
  }

  h2, h3, p {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }
}

.timeline-marker:after, .timeline-marker:before {
  content: "";
  display: block
}

*, ::after, ::before {
  box-sizing: border-box
}

.selector-for-some-widget {
  box-sizing: content-box
}

form {
  padding: 10px 10px 10px 50px;
  text-align: left
}

.form-control {
  border-radius: 0
}

.form-group {
  margin-bottom: 40px;
  height: 40px
}

.active, .carousel, .fill, .item {
  height: 100%
}

.carousel-inner {
  height: 100%;
  background: #000
}

.carousel-caption {
  padding-bottom: 80px
}

h2.animated {
  font-size: 47px
}

h3.animated {
  font-size: 60px
}

.fill {
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: .6
}

.btn-transparent {
  background: 0 0;
  color: #fff;
  border: 2px solid #fff
}

.btn-transparent:hover {
  background-color: #fff
}

.btn-rounded {
  border-radius: 70px
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

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

.timer li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  background: #17376e;
  color: #fff
}

.timer li span {
  display: block;
  font-size: 4.5rem
}

.example-header {
  background: #3D4351;
  color: #FFF;
  font-weight: 300;
  padding: 3em 1em;
  text-align: center
}

.example-header h1 {
  color: #FFF;
  font-weight: 300;
  margin-bottom: 20px
}

.example-header p, .timeline-info {
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase
}

.example-header p {
  font-size: 12px
}

.container-fluid .row {
  padding: 0 0 4em
}

.container-fluid .row:nth-child(even) {
  background: #F1F4F5
}

.example-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 3em 0;
  border-bottom: 1px solid #E4EAEC
}

.example-title p {
  margin: 0 auto;
  font-size: 16px;
  max-width: 400px
}

.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
  width: 100%
}

.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit
}

.timeline-item {
  padding-left: 40px;
  position: relative
}

.timeline-item:last-child {
  padding-bottom: 0
}

.timeline-info {
  font-size: 12px;
  margin: 0 0 .5em;
  white-space: nowrap
}

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px
}

.timeline-marker:before {
  background: #17376e;
  border: 3px solid transparent;
  border-radius: 100%;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background .3s ease-in-out, border .3s ease-in-out
}

.timeline-marker:after {
  width: 3px;
  background: #CCD5DB;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px
}

.timeline-item:last-child .timeline-marker:after {
  content: none
}

.circle:after, .period .timeline-marker:after, .period .timeline-marker:before, .title:after {
  content: ""
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: 0 0;
  border: 3px solid #17376e
}

.timeline-content {
  padding: 1px 15px 15px;
  background: #e6e6e6;
  margin-bottom: 20px
}

.statement>:last-child, .timeline-content p:last-child {
  margin-bottom: 0
}

.period {
  padding: 0
}

.period .timeline-info {
  display: none
}

.period .timeline-marker:before {
  background: 0 0;
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB
}

.period .timeline-marker:after {
  height: 32px;
  top: auto
}

.period .timeline-content {
  padding: 40px 0 70px
}

.period .timeline-title {
  margin: 0
}

@media (min-width:768px) {
  .timeline-centered .timeline, .timeline-split .timeline {
    display: table
  }

  .timeline-centered .timeline-item, .timeline-split .timeline-item {
    display: table-row;
    padding: 0
  }

  .timeline-centered .period .timeline-info, .timeline-centered .timeline-content, .timeline-centered .timeline-info, .timeline-centered .timeline-marker, .timeline-split .period .timeline-info, .timeline-split .timeline-content, .timeline-split .timeline-info, .timeline-split .timeline-marker {
    display: table-cell;
    vertical-align: top
  }

  .timeline-centered .timeline-marker, .timeline-split .timeline-marker {
    position: relative
  }

  .timeline-centered .timeline-content, .timeline-split .timeline-content {
    padding-left: 30px
  }

  .timeline-centered .timeline-info, .timeline-split .timeline-info {
    padding-right: 30px
  }

  .timeline-centered .period .timeline-title, .timeline-split .period .timeline-title {
    position: relative;
    left: -45px
  }
}

@media (min-width:992px) {
  .timeline-centered, .timeline-centered .timeline-content, .timeline-centered .timeline-info, .timeline-centered .timeline-item, .timeline-centered .timeline-marker {
    display: block;
    margin: 0;
    padding: 0
  }

  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden
  }

  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px
  }

  .timeline-centered .timeline-content, .timeline-centered .timeline-info {
    width: 50%
  }

  .timeline-centered>.timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px
  }

  .timeline-centered>.timeline-item:nth-child(even) .timeline-info, .timeline-centered>.timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px
  }

  .timeline-centered>.timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px
  }

  .timeline-centered>.timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center
  }

  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px
  }

  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto
  }

  .timeline-centered .period .timeline-title {
    left: auto
  }
}

.about_section h1, .alert-success, .statement, .timer, .title {
  text-align: center
}

.marker-outline .timeline-marker:before {
  background: 0 0;
  border-color: #FF6B6B
}

.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B
}

.submit, .t_consent, .title {
  background: #d21c10;
  display: inline-block;
  padding: 10px;
  color: #fff
}

.title {
  height: 60px;
  position: relative;
  width: 200px;
  line-height: 40px
}

.title:after {
  position: absolute;
  height: 0;
  width: 0;
  left: 100%;
  top: 0;
  border: 30px solid transparent;
  border-left: 20px solid #17376e
}

p.animated {
  font-size: 20px
}

.t_consent {
  font-size: 15px
}

.submit {
  border: 1px solid #d21c10;
  width: 100%;
  margin-top: 30px
}

.timeline-title {
  font-size: 15px;
  color: #17376e;
  font-weight: 600
}

.about_section {
  padding: 20px;
  background: #f1f1f1;
  color: #17376e
}

.about_section h1 {
  font-weight: 600;
  font-size: 40px
}

.circle {
  flex: 0 1 7rem;
  width: 7rem;
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  position: relative
}

.circle:after {
  display: block;
  padding-bottom: 100%
}

.circle i {
  max-width: 100%;
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%
}

@media (max-width:575px) {
  .circle {
    font-size: 2rem
  }
}

.items, .items>.row {
  margin-bottom: 4rem
}

.items {
  margin-top: 4rem;
  position: relative
}

.items>.row {
  justify-content: space-between;
  align-items: center
}

.items>.row:nth-child(1) .circle i {
  background-color: #17376e;
  animation: bump .3s forwards 0s
}

.items>.row:nth-child(2) .circle i {
  background-color: #545453;
  animation: bump .3s forwards 650ms
}

.items>.row:nth-child(3) .circle i {
  background-color: #2e8b57;
  animation: bump .3s forwards 1.3s
}

.items>.row:nth-child(4) .circle i {
  background-color: #b5925d;
  animation: bump .3s forwards 1.95s
}

.items>.row:nth-child(5) .circle i {
  background-color: khaki;
  animation: bump .3s forwards 2.6s
}

.items>.row [class^=col-]:first-child {
  order: 1
}

@media (max-width:400px) {
  .circle {
    font-size: 1.5rem
  }

  .items>.row {
    align-items: flex-start
  }

  .items>.row [class^=col-]:first-child {
    padding-left: 0
  }
}

.items>.row [class^=col-]:last-child {
  display: flex;
  order: 2
}

@media (max-width:575px) {
  .items>.row [class^=col-]:last-child {
    order: 0
  }
}

.items>.row:nth-of-type(even) [class^=col-]:last-child {
  justify-content: flex-end
}

@keyframes bump {
  0% {
    opacity: 0;
    transform: scale(.125, .125)
  }

  70% {
    opacity: .75;
    transform: scale(1.125, 1.125)
  }

  100% {
    opacity: 1;
    transform: scale(1, 1)
  }
}

#canvas-container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.items>.row .circle i {
  transform: scale(.125, .125);
  transform-origin: 50% 50% 0;
  opacity: 0
}

.campus {
  background: #17376e
}

.requirement {
  background: #545453
}

.offer {
  background: #2f8b58
}

.scholar {
  background: #b5925d
}

.statement {
  border-radius: 15px;
  color: #fff !important;
  padding: 5px
}

.statement p {
  color: #fff !important;
  line-height: 1.25em
}

.about_section p, .about_section ul {
  color: #000;
  line-height: 2em
}

.statement h4 {
  font-weight: 600
}

.about_section h2 {
  font-size: 25px;
  font-weight: 600
}

.about_section p {
  font-size: 15px
}

.alert-success {
  color: #01264f;
  background-color: #feffff;
  border-color: #fff
}

@media only screen and (max-width:1200px) {
  h3.animated {
    font-size: 65px
  }

  h2.animated {
    font-size: 35px
  }

  p.animated {
    font-size: 14px
  }

  .timer {
    font-size: 10px
  }

  .timer li {
    font-size: 15px
  }

  .timer li span {
    font-size: 40px
  }

  .form-group {
    margin-bottom: 30px;
    height: 40px
  }
}

@media only screen and (max-width:992px) {
  h3.animated {
    font-size: 50px
  }

  h2.animated {
    font-size: 30px
  }

  .form-group .col-md-8 p, p.animated {
    font-size: 24px
  }

  .timer, .timer li {
    font-size: 10px
  }

  .timer li span {
    font-size: 30px
  }

  .form-group {
    margin-bottom: 30px;
    height: 40px
  }
}

@media screen and (min-width:768px) {
  .consent {
    margin-bottom: 120px !important
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: 6%
  }

  .form-group {
    margin-bottom: 40px;
    height: 40px
  }
}

@media only screen and (max-width:767px) {
  h3.animated {
    font-size: 40px
  }

  h2.animated {
    font-size: 25px
  }

  p.animated {
    font-size: 12px
  }

  .form-group {
    margin-bottom: 30px;
    height: 40px
  }
}

@media only screen and (max-width:575px) {
  h3.animated {
    font-size: 27px
  }

  p {
    font-size: 12px !important
  }

  h2.animated {
    font-size: 22px
  }

  p.animated {
    font-size: 12px
  }

  .timer {
    font-size: 6px
  }

  .about_section {
    padding: 5px
  }

  .active, .carousel, .item {
    height: 75%
  }

  .fill {
    width: 100%;
    height: 134%;
    background-position: left center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: .6
  }

  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    color: #fff;
    text-align: center;
    top: 37%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
  }

  .form-group {
    margin-bottom: 30px;
    height: 40px
  }

  .consent {
    margin-bottom: 238px
  }

  .btn-large {
    padding: 5px;
    font-size: 12px
  }
}

.btn-transparent {
  margin-top: 0
}

.form-section {
  padding-left: 15px;
  padding-right: 15px;
}

.carousel {
  height: 450px;
}

/* css for form in Bizz */
.banner__part {
  
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0px;
  position: relative; 
  top: 0px;
  left: 0px;
  z-index: 1;  
} 

.timer {
  float: left;
  background: transparent;
  border: 0px !important;
}

.timer li {
  font-size: 17px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.timer li span {
  font-size: 32px;
}

.univ_image {
  max-width: 500px;
  border-radius: 80px;
}

.bizz_registration_form {
  width: 100%;
  background: #1b4283e0;
}

.bizz_registration_form h3 {
  color: white;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 23px;
  background: linear-gradient(to bottom, #006fb0c7 0%, #194286de 100%);
  padding: 13px;
  text-align: center;
  font-size: 20px;
}

.bizz_registration_form form .form-group {
  margin: 0px;
  margin-bottom: 20px;
  font-family: 'Baloo Bhaina 2', cursive;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Baloo Bhaina 2', cursive;
  font-size: 16px;
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Baloo Bhaina 2', cursive;
  font-size: 16px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Baloo Bhaina 2', cursive;
  font-size: 16px;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Baloo Bhaina 2', cursive;
  font-size: 16px;
}

.bizz_registration_form form .form-group input[type="text"] {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid white;
  border-radius: 0px;
  outline: none;
  outline: 0px;
  color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  padding-left: 0px;
}

.bizz_registration_form form .form-group .form-control {
  background: transparent;
}

.bizz_registration_form form .form-group input[type="text"]::placeholder {
  color: white;
  text-align: left!important;
}

.bizz_registration_form form .form-group input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.bizz_registration_form form .form-group input[type="email"] {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid white;
  border-radius: 0px;
  outline: none;
  outline: 0px;
  color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding-left: 0px;
}

.bizz_registration_form form .form-group input[type="email"]::placeholder {
  color: white;
  padding: 0px;
  text-align: left;
}

.bizz_registration_form form .form-group input[type="email"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

p {
  /* font-family: 'Baloo Bhaina 2', cursive; */
}

#exampleFormControlSelect1 {
  font-family: 'Baloo Bhaina 2', cursive;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid white;
  border-radius: 0px;
  outline: none;
  outline: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: white;
  font-size: 14px;
  padding-left: 0px;
}

#exampleFormControlSelect1 option {
  background: #1b4283;
  font-size: 14px;
}

.form-control:focus {
  background: transparent;
  outline: 0px;
  border: 0px;
  box-shadow: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.bizz_registration_form form .form-group input[type="submit"] {
  background: white;
  border-radius: 0px;
  outline: none;
  outline: 0px;
  color: #1b4283;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding-left: 0px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
}

.bizz_registration_form form .form-group input[type="submit"]:hover {
  background: white;
  color: #e61a22;
  transition: 0.2s ease;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

.banner__part .col-md-7 img {
  border-radius: 10px;
  max-width: 511px;
  width: 100%;
  width: 100%;
}

#overflowTest {
  /* background: #4CAF50; */
  color: white;
  padding: 15px;
  width: 100%;
  max-width: 564px;
  padding: 0px;
  /*max-width: 360px;*/
  width: 100%;
  background: #1d1a1ae3;
}

#overflowTest2 {
  /* background: #4CAF50; */
  height: 200px;
  overflow: scroll;
}

#less_gap {
  margin: 0px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-group label {
  font-weight: 500;
  padding-right: 10px;
}

.bizz_registration_form {
  padding: 0px;
}

.bizz_registration_form form {
  padding: 0px 30px !important;
}

.timer {
  margin-top: 15px;
}

.bizz_registration_form form .form-group .form-control {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid white;
  border-radius: 0px;
  outline: none;
  outline: 0px;
  color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding-left: 0px;
}

/*.form-group {
  height: 100% !important;
}*/

#exampleFormControlSelect1 {
  background: transparent;
  font-size: 14px;
}

.label-gap {
  margin: 0px;
  margin-bottom: 10px;
}

.form-control {
  height: 100% !important;
}

.bizz_registration_form form .form-group {
  display: flex;
  align-items: baseline;
}

.bizz_registration_form form .form-group label {
  color: white; 
  font-family: 'Baloo Bhaina 2', cursive;
}  
 
.bizz_registration_form p, .bizz_registration_form span {
  color: #fff;
  text-align: justify; 
  padding:0px 5px;
}

.bizz_registration_form .row .col-md-9 {
  color: #fff;
}

.bizz_registration_form form .form-group label {
  display: flex;
}

option {
  color: #1b4283 !important;
}

.consent {
  margin-bottom: 10px !important;
}

/*css of second section begins*/
section #service {
  padding: 60px 0;
  min-height: 100vh;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #6f6f6f;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: white;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand_border .fa.fa-minus {
  color: #fff;
  font-size: 8px; 
  height: 2px; 
  background: #F8C01B none repeat scroll 0 0;
  width: 100px;
}

.brand_border .fas.fa-handshake {
  font-size: 14px;
  color: #000000;
}

.section_title p {
  color: white;
  font-size: 35px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
  margin-top: 45px;
}

#service .single_service {
  padding: 32px 15px;
  margin-bottom: 50px;
  max-width: 368px;
  width: 100%;
}

#service .single_service:hover {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

#service .icon {
  border: 1px solid #fff;
  border-radius: 5%;
  color: #ffffff;
  font-size: 35px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 70px;
}

#service .single_service .single_service-left {
  padding-right: 25px;
}

.single_service-heading {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  /* text-align: left; */
}

.single_service-body p {
  font-size: 14px;
  line-height: 25px;
  color: white;
  /* text-align: left; */
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}

.single_service-body {
  color: white;
  display: table-cell;
  vertical-align: top;
}

.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}

#service .single_service:hover {
  background: #2992d3 none repeat scroll 0 0;
}

#service {
  background: #17376e;
  padding: 40px 0px;
  margin-top: 6px;
}

#service .row {
  max-width: 800px;
  width: 100%;
  margin: 0 auto
}

/*css of third section ends*/
.timeline-content {
  background: #17376e;
  background: rgba(23, 55, 110, 1);
  background: -moz-linear-gradient(top, rgba(23, 55, 110, 1) 0%, rgba(20, 114, 168, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 55, 110, 1)), color-stop(100%, rgba(20, 114, 168, 1)));
  background: -webkit-linear-gradient(top, rgba(23, 55, 110, 1) 0%, rgba(20, 114, 168, 1) 100%);
  background: -o-linear-gradient(top, rgba(23, 55, 110, 1) 0%, rgba(20, 114, 168, 1) 100%);
  background: -ms-linear-gradient(top, rgba(23, 55, 110, 1) 0%, rgba(20, 114, 168, 1) 100%);
  background: linear-gradient(to bottom, rgba(23, 55, 110, 1) 0%, rgba(20, 114, 168, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17376e', endColorstr='#1472a8', GradientType=0);
}

.timeline-title {
  color: white;
}

.statement>:last-child, .timeline-content p:last-child {
  color: white;
}

.timeline-title {
  text-align: left;
}

.statement>:last-child, .timeline-content p:last-child {
  font-size: 13px;
  text-align: -webkit-left;
}

.timeline {
  padding-bottom: 20px;
}

center h3 {
  color: #17376e;
  font-weight: 500;
}

.google_map__section {
  padding-top: 20px;
}

.google_map__section h3 {
  color: #17376e;
  font-weight: 600;
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
}

/* css for bizz education universities */
.university-block-fair{
  width: 20%;
  float: left;
  text-align: center;
}

.university-block-fair img{
  width: 170px;
  border: 2px solid #000;
  border-radius: 13px;
  margin-bottom: 40px;
  padding: 3px;
  height: 110px;
}

.university_section {
  padding: 20px 0px;
}

.universities .owl-carousel .owl-item img {
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px;
  transition: 0.3s ease;
}

.universities .owl-carousel .owl-item img:hover {
  border: 1px solid #17376e;
  transition: 0.3s ease;
}

.university_listing .row .col-lg-2 {
  margin: 10px 0px;
}

.university_listing .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.universities h2 ,.university_section h2{
   color: #17376e;
  font-weight: 600;
  text-align: center;
  font-size: 32px;
  /*margin-bottom: 25px; */
  /* text-transform: uppercase; */
}

.universities p ,.university_section p{
  font-size: 22px;
  /* font-style: italic; */
  color: #000;
  /* font-weight: 300; */
  font-weight: 300;
  text-align: -webkit-center;
  padding-bottom: 10px;
}

.university-links{
  display: inline;
}

@media only screen and (max-width:1200px) {
  iframe {
    width: 100%;
    height: 400px;
  }
}

.timer li span {
  font-size: 23px;
}

.timer li {}

@media only screen and (max-width:992px) {
  .timer li {
    font-size: 12px;
  }
}

@media only screen and (max-width:846px) {
  .banner__part .col-md-7 img {
    max-width: 561px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 78px;
  }
}

@media only screen and (max-width: 575px) {
  .university_listing .row {
    display: inherit;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .consent {
    margin-bottom: 5px !important;
  }
}

@media only screen and (max-width:770px) {
  .bizz_registration_form {
    max-width: 600px !important;
    width: 100%;
    margin: 0 auto;
  }

  .banner__part {
    padding: 40px 0px;
  }

  .banner__part .row .col-md-5 {
    margin-bottom: 30px;
  }

  /*
  .timer{
	bottom:236px;
	right:26px;
}*/
  .timer {
    float: none;
  }

  .timer li {
    font-size: 12px;
  }

  .section_title h2 {
    font-size: 26px !important;
  }

  .section_title p {
    font-size: 30px !important;
  }

  .section_title {
    margin-bottom: 30px;
  }

  #service .single_service {
    max-width: 800px;
    width: 100%;
  }
}

@media only screen and (max-width:575px) {
  .timer li {
    font-size: 11px;
  }

  .timer li span {
    font-size: 19px;
  }

  .section_title h2 {
    font-size: 22px !important;
  }

  .section_title p {
    font-size: 19px !important;
  }

  #service .single_service {
    margin-bottom: 0px !important;
  }

  .section_title {
    margin-bottom: 1px !important;
  }

  #service {
    padding: 20px 0px !important;
  }

  .section_title h2 {
    font-size: 20px !important;
    margin: 0px;
  }
}

.banner__part .row .col-md-12 {
  display: flex;
  justify-content: flex-end;
}

.bizz_registerform {
  height: 520px;
  overflow-y: scroll;
}

@media only screen and (max-width:967px) {
  #overflowTest {
    height: 388px;
    max-width: 387px !important;
  }

  .univ_image {
    max-width: 500px;
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .timer li span {
    font-size: 23px;
  }

  .timer {
    float: none !important;
  }
}

.timer li {
  background: linear-gradient(to bottom, #006fb0b3 0%, #194286 100%);
}

.banner__part .container {
  width: 1170px !important;
  max-width: 100%;
  padding: 63px 0px 250px 0px;
  position: relative;
  top: 30px;
  left: 0px;
}

@media only screen and (max-width:1576px) {
  .banner__part .container {
    width: 1170px !important;
    max-width: 100%;
    padding: 50px 0px 173px 0px;
    position: relative;
    top: 30px;
    left: 0px;
  }

  .banner__part {
    /* background-image: url("../img/bizz_uk.jpg"); */
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
}

@media only screen and (max-width:1380px) {
  .univ_image {
    max-width: 550px !important;
    border-radius: 80px;
  }

  .banner__part .container {
    width: 1170px !important;
    max-width: 100%;
    padding: 60px 0px 173px 0px;
    position: relative;
    top: 30px;
    left: 0px;
  }
  .banner-part .container{
    padding:0
  }
}

.banner__section {
  margin-top:80px;
  position: relative;
}

.fair_logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

.fair_logo img {
  max-width: 350px;
}

.timer li {
  background: linear-gradient(to bottom, #00237da1 0%, #194286 100%);
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*added for big screen*/
.univ_image {
  max-width: 610px !important;
  margin-top:-40px;
  margin-left: 0px;
  border-radius: 24px;
  top: 80px; 
  left: 0px;
}

.time_zone {
  text-align: center;
  color: antiquewhite;
  background: linear-gradient(to bottom, #2f95d478 0%, #1b4283 100%);
  padding: 15px 10px;
  font-size: 16px;
  max-width: 340px;
  width: 100%; 
  margin: 0 auto;
  opacity: 1.2;
  outline: #ffffff94 solid 1px;
  outline-offset: -5px;
  text-transform: uppercase;
}

.time_zone i {
  padding-right: 10px;
}

.time_flag {
  max-width: 22px;
}

.time_flag1 {
  max-width: 18px;
}

@media only screen and (max-width: 1380px) {
  .univ_image {
    max-width: 490px !important;
    border-radius: 80px;
  }
}

@media only screen and (max-width: 967px) {
  #overflowTest {
    height: 456px;
    max-width: 387px !important;
    /* overflow: hidden; */
    overflow: scroll;
  }
}

@media only screen and (max-width: 1380px) {
  .univ_image {
    max-width: 500px !important;
    margin-top: 60px;
    margin-left: 45px;
    border-radius: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .univ_image {
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    display: block;
    max-width: 420px !important;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1100px) {
  .univ_image {
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: 0px;
    margin-top: 0px;
    display: block;
    max-width: 415 !important;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width:770px) {
  .univ_image {
    max-width: 330px !important;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 24px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 60px;
  }

  .banner__part .row .col-md-6 {
    margin-bottom: 30px;
  }
}

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

  .univ_image {
    margin-bottom: 0px;
  }
}

.aus-fair {
  display: none;
}

.bizz_registration_form {
  height: 500px;
  overflow: scroll;
}

.sign {
  font-size: 14px;
  padding: 0px 5px;
}

.bizz_registration_form .form-group .col-md-3 {
  padding: 0px;
}

.bizz_registration_form .form-group .col-md-9 {
  padding: 0px;
}

input, select, textarea, input.form-control, select.form-control, textarea.form-control {
  padding: 0px;
  margin-bottom: 0px; 
}

@media only screen and (max-width:967px) {
  .bizz_registration_form form .form-group {
    display: block;
  }

  .bizz_registration_form .form-group .col-md-9 {
    padding: 0px;
    display: flex;
    align-items: baseline;
  }
}

.bizz_registration_form .form-group .col-md-12 {
  justify-content: flex-start;
  align-items: flex-start;
} 
 
input[type=checkbox], input[type=radio] {
  max-width: 20px;
  margin-right: 10px;
}

#visit {
  width: 100%;
}


/* new css 2023 */
.top-menu-wrapper{
  background: #1C4585;
  color: #fff;
  padding: 8px 10px;
  /* display: flex;
  justify-content: right;
  gap: 40px;
  align-items: center; */
}

.top-address-wrapper{
  display: flex;
  justify-content: left;
  /* margin-left:20px; */
}

.top-social-link-wrap{
  position: absolute;
  top: 7%;
  right: 0;
}

.top-contact-number{
  padding: 0 25px;
}

.top-social-link-wrap a{
  color: #fff;
  padding: 0 8px;
}

.fair-top-menu-wrapper{
  position: fixed;
  z-index: 9999;
  background: #fff;
  width: 100%;
  /* box-shadow: 0 6px 8px -7px black; */
  top: 0;
}

.fair-logo{
  margin-right: 50px;
  margin-bottom: 0;
}

.fair-row ,.fair-nav ul{
  display:flex;
  /* justify-content: center; */
  align-items: center;
}

.fair-nav ul li{
  /* padding: 8px; */
  font-weight: 400;
  font-size: 16px;
}

.fair-nav ul li a{
  /* position: relative;
  color: #000;
  font-weight: bold; */
  position: relative;
  color: #fff;
  font-weight: bold;
  padding: 8px 25px;
  display: block;
}

.fair-nav ul li:first-child a{
  border-radius: 30px 0 0 30px;
}

.fair-nav ul li:last-child a{
  border-radius: 0 30px 30px 0;
}

.fair-nav ul li a:hover{
  background: #D21B0F ;
}

.highlight-link button,.highlight-link a{
  background-color: #9A0F00;
  padding: 5px 13px;
  color: #fff;
  margin-right: 16px;
  border:1px solid #9A0F00 !important;
  border-radius: 0;
  font-size: 14px;
}

.highlight-link button:hover .highlight-link a:hover{
  background-color: #fff;
  color: #9A0F00;
  border:1px solid #9A0F00 !important;
}

/* .fair-nav ul li a:before{
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  background-color: #194286;
  height: 1px;
  width: 100%;
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.55s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}

.fair-nav ul li a:hover::before {
  transform-origin: left center;
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
} */

.highlight-link a:before{
  visibility: hidden;
}

.home-link-wrapper{
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-link-wrapper a{
  padding: 0 6px;
  color: var(--primaryBlue);
  font-size: 16px;
}

.home-link-wrapper a.home-link{
  background-color: #0268A4;
  padding: 10px 24px;
  color: #fff;
  margin-right: 16px;
  border: 1px solid #0268A4;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
  border-radius: 11px;
}

.home-link-wrapper a.home-link:hover{
  background-color: #9A0F00;
  border: 1px solid #9A0F00;
}

.home-link-wrapper a.home-link.red-bg{
  background-color: #d21c10;
  border: 1px solid #d21c10;
  border-radius: 11px;
}

.home-link-wrapper a.home-link.red-bg:hover{
  background-color: #1C4585;
  border: 1px solid #1C4585;
}

.banner-part{
  margin-top: 65px;
  position: relative;
  /**border-bottom: 10px solid #1C4585;**/
}

.banner-parts{
  /* background-position: center bottom;
  background-attachment: fixed;*/
  padding: 0!important; 
  /* margin-top: 113px; */
  border-bottom: 10px solid #1C4585;
}

.height-10{
  height: 113px;
}

.banner-parts img{
  padding: 0;
  border-radius: 0;
  width: 100%;
}

.form-section{
  /* padding: 50px 0;
  border-top: 10px solid #9A0F00; */
}

.banner-parts:before{
  /* content: "";
  background-color: #000;
  opacity: .7;
  width: 100%;
  height: 100%;
  position: absolute; */
}

.banner-part img{
  width: 100%;
  padding: 0;
}

#university.form-section{
  /* border-top: 10px solid #9A0F00; */
}

.time-zone {
  text-align: center;
  color: antiquewhite;
  background: linear-gradient(to bottom, #2f95d478 0%, #1b4283 100%);
  padding: 15px 10px;
  font-size: 20px!important;
  width: 100%; 
  margin: 0 auto;
  opacity: 1.2;
  outline: #ffffff94 solid 1px;
  outline-offset: -5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.time-zone i {
  padding-right: 10px;
}

.time-flag {
  max-width: 22px;
}

.time-flag1 {
  max-width: 18px;
}

h3.h3-title {
  color: #174085;
  font-weight: 500;
  margin: 0px;
  margin-bottom: 0px;
  margin-bottom: 20px;
  font-size: 23px;  
  background: #E8E8E8;
  padding: 50px 0 0;
  text-align: center;
  font-size: 26px;
  /* border-bottom: 3px solid #fff; */
}

.clearfix{
  clear: both;
}

.bizz-forms{
  height: auto;
  overflow: auto;
  position: relative;
  /* margin-top: -90px; */
  z-index: 1111;
  margin-bottom: 40px;
  background: #E8E8E8;
}

.bizz-forms form{
  padding: 30px !important;
}

.white{
  color: #fff;
}

.fair-top-title{
}

.fair-top-title h4{
  margin-top: 30px;
}

.fair-top-title h4 span{
  background: #000;
  padding: 8px 15px;
}

.bizz-forms form .form-group label,.bizz-forms p, .bizz-forms span
{
  color: #000;
}

.bizz-forms form .form-group input[type="text"]::placeholder{
  color: #aaa;
}

.bizz-forms form .form-group input[type="text"],
.bizz-forms form .form-group input[type="email"],
.bizz-forms form .form-group .form-control{
  /* border-bottom: 1px solid #000; */
  color: #000;
  background: #fff;
  padding: 5px 10px;
}

.bizz-forms form .form-group label{
  width: 100%;
  color: #888;
}

.bizz-forms form .form-group{
  display:block;
}

.bizz-forms .t_consent{
  color: #000;
  background: none;
  margin-bottom: 9px;
  padding:0;
  margin-top: 20px;
}

.bizz-forms p{
  padding: 0;
}

.bizz-forms p b{
  color: #174085;
}

.bizz-forms .form-group-select{
  position: relative;
}

.bizz-forms .form-group-select .select-button{
  position: absolute;
  border-left: 2px solid #000;
  height: 41px;
  width: 37px;
  right: 0;
  top: 38%;
  background: #fff;
}


.bizz-forms .flex{
  display: flex;
}

.bizz-forms .submit{
  background: linear-gradient(to bottom, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  border: 1px solid #174085;
  width: 30%;
  display: flex;
  margin: 30px auto;
  border-radius: 9px;
  justify-content: center;
}

.bizz-forms .submit:hover{
  color: #fff;;
  border: 1px  solid #174085;
  background: #174085;
}

.fair-apply-now{
  position: absolute;
  bottom: 6%;
  /* left: 20%; */
  width: 100%;
}

.fair-apply-now button{
  background: #9A0F00;
  padding: 13px 50px;
  color: #fff;
  /* border-radius: 42px; */
  font-size: 23px;
  border: 1px solid #9A0F00;
  font-weight: 500;
  /* box-shadow: 0 0 6px #000; */
}

.fair-apply-now button:hover{
  background: #fff;
  color: #9A0F00;
}

.modal-open .modal{
  z-index: 9999999;
}

.modal.in .modal-dialog{
  z-index: 9999;
}

.modal-title{
  float: left;
}

.modal-content{
  background: transparent;
  border: 0;
}

.close {
  font-size: 25px;
  opacity: 1;
  z-index: 1;
  position: relative;
  right: 2%;
}

.form-section .bizz-forms,
.form-section .h3-title{
  background: transparent;
}

.form-section .h3-title{
  text-align: left;
  padding: 0;
  margin-top: 20px;
margin-bottom: 10px;
}

.form-section .bizz-forms form{
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px 10px 0 !important;
}

.form-section .bizz-forms input.form-control,
.form-section .bizz-forms select{
  border: 1px solid #ccc!important;
  border-radius: 5px!important;
  height: 45px !important;
}

.form-section .bizz-forms h4{
  margin-bottom: 30px;
  padding: 0;
  margin-top: 0;
}

.form-section form .sign{
  color: red;
  font-size: 16px;
}

.form-content-wrapper,.form-section .bizz-forms{
  padding: 0 20px;
}

.form-content-wrapper p{
  color: #888;
font-size: 16px!important;
text-align: justify;
font-weight: lighter;
line-height: 2;
padding-top: 30px;
}

.padding0{
  padding: 0;
}

.pr-5{
  padding-right: 5px;
}
.pt-0{
  padding-top: 0;
}
.pb-10{
  padding-bottom: 10px;
}

@media (min-width: 768px){
  .modal-dialog {
    width: 800px;
  }
}

@media only screen and (max-width:1000px) {
  .fair-logo{
    margin-right: 0;
  }

  .fair-row, .fair-nav ul{
    /* display: inline; */
    /* text-align: center; */
  }

  .fair-nav ul li{
    padding: 10px;
  }

  .highlight-link{
    padding: 0;
  }

  .fair-top-menu-wrapper{
    position: relative;
  }

  .banner-parts,.banner-part{
    margin-top:0
  }

  .fair-apply-now{
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: -31px;
    position: relative;
  }

  .fair-apply-now button{
    display: block;
    border-radius: 0;
    padding: 9px 0;
    font-size: 19px;
    width: 100%;
  }

  .home-link{
    left: 2%;
    right: 81%;
    top: 21px;
  }
}

@media only screen and (max-width:1000px) {
  .home-link{
    right: 70%;
  }
}

@media only screen and (max-width:400px) {
  .home-link{
    right: 66%;
  }
}

@media only screen and (max-width:740px) {
  .fair-row, .fair-nav ul {
    display: inline;
  }
  .top-menu-wrapper{
    display: block;
    text-align: center;
  }
  .top-contact-number{
    margin: 5px 0;
  }
  .home-link-wrapper{
    position: relative;
  }
  .home-link-wrapper a.home-link{
    margin-right: 0;
  }
  .main-nav__main{
    padding: 0;
  }
  .main-nav__main button.btn{
    position: absolute;
    top: 17px;
  }

  .top-address-wrapper{
    display: block;
  }
  .top-social-link-wrap{
    position: relative;
    margin-top: 15px;
  }
  .university-block-fair{
    width: 50%;
  }
}


.main-nav ul {
	/* margin-top:20px;
	gap: 30px; */
  background: var(--primaryBlue);
  border-radius: 30px;
  margin: 20px 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .main-nav__main ul li.has-dropdown:after {
    margin-left: 4px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .main-nav__main ul li.has-sub-dropdown:after {
    position: absolute;
    top: 50%;
    right: 8px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .main-nav__main ul li {
    margin-bottom: 12px;
  }
  .main-nav__main ul li.has-dropdown:after {
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    color: #fff;
    width: 30px;
    height: 30px;
  }
  .main-nav__main ul li.has-dropdown.active:after {
    /* content: "\f077"; */
  }
}
.main-nav__main ul li > ul {
  max-height: 0;
  overflow: hidden;
  transform: translateX(-30px);
  transition: all 0s, opacity 0.3s ease;
}
@media (min-width: 1200px) {
  .main-nav__main ul li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: block;
    width: 170px;
    overflow: visible;
    background-color: #199c98;
    opacity: 0;
    transform: scale(0);
    transition: all 0s, opacity 0.3s ease;
  }
}
.main-nav__main ul li > ul li {
  display: block;
  max-width: none !important;
  margin: 0;
}
.main-nav__main ul li > ul li a {
  display: block;
  padding: 2px 16px;
  text-align: left;
  transition: background-color 0.3s ease;
  color: #fff;
}
@media (min-width: 1200px) {
  .main-nav__main ul li > ul li a {
    padding: 3px 16px;
  }
}
@media (min-width: 1200px) {
  .main-nav__main ul li > ul li:hover a:hover {
    color: #000;
    /* background-color: #ccc; */
  }
}
.main-nav__main ul li > ul li:hover.has-sub-dropdown:after {
  color: #000;
}
.main-nav__main ul li.has-sub-dropdown > ul {
  top: 0;
  left: 100%;
}
@media (max-width: 1199px) {
  .main-nav__main ul li.active ul {
    max-height: 1000px;
    opacity: 1;
    transform: translateX(0);
    transition: all 0s 0.3s, opacity 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .main-nav__main ul li:hover > ul {
    max-height: 1000px;
    opacity: 1;
    transform: scale(1);
    transition: all 0s, opacity 0.3s 0.3s ease;
  }
}
@media (min-width: 1200px) {
  .main-nav__main ul li:last-child {
    max-width: 150px;
  }
}
.main-nav__main .has-dropdown {
  position: relative;
}
.main-nav__main .has-dropdown:hover > ul:before {
  position: absolute;
  top: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #199c98;
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .main-nav__main .has-dropdown:hover > ul:before {
    content: "";
  }
}
.main-nav__main a {
}
.main-nav__main a.btn.btn-primary {
  height: auto;
  padding: 4px 16px;
  white-space: nowrap;
  justify-content: center;
}
@media (max-width: 1199px) {
  .height-10{
    display: none;
  }
  .main_logo{
    width:50%;
    float: left;
  }

  .main_logo .logo{
    width: 200px;
  }

  .main-nav-wrapper{
    width:50%;
    float: right;
  }

  .main-nav a:before{
    opacity: 0;
  }

  .main-nav .main-nav__burger {
    background-color: transparent !important;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    margin: auto;
  }

  .main-nav__burger i{
    font-size: 20px;
  }
  .main-nav__wrapper {
    position: fixed;
    top: 0;
    left: 100%;
    width: 300px;
    bottom: 0;
    padding: 50px;
    background: black;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .main-nav__wrapper .main-nav__burger {
    position: fixed;
    top: 33px;
    right: 12px;
    display: none;
    color: #fff;
  }
  .main-nav__wrapper.active {
    z-index: 11;
    overflow-y: auto;
    opacity: 1;
    transform: translateX(-100%);
  }
  .main-nav__wrapper.active .main-nav__burger {
    display: block;
  }
  .main-nav__main {
    /* padding: 17px 0; */
    display: flex;
    justify-content: right;
  }
  .main-nav__main ul {
    display: block;
    line-height: 2.5;
    padding: 0;
  }
  .main-nav__main ul > li {
    max-width: none;
    border-bottom: 1px solid #333;
    display: inherit;
  }
  .main-nav__main ul > li a {
    color: #fff;
  }
  .main-nav__main ul > li a:hover {
    /* background-color: rgba(255, 255, 255, 0.125); */
  }
  .main-nav__main ul > li.has-dropdown.active ul {
    padding-left: 8px;
    margin-left: 0;
    border-left: 1px solid #333;
  }
  .main-nav__main ul > li.has-dropdown.active ul li {
    border-bottom: none;
  }
  .main-nav__main ul > li.has-sub-dropdown ul {
    padding-left: 8px !important;
    margin-left: 18px !important;
  }
}

@media (min-width: 1200px){
  .d-xl-none {
    display: none !important;
  }
}

.alert-success{
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  border: 0;
}

.alert-danger{
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  border: 0;
}

.alert-bg{
  /* width: 50%;
  padding:20px;
  background: #D6ECCE;
  height: auto; 
  margin: auto;
  position: relative;
  top: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 24px solid #3AC179;
  border-radius: 18px; */
  width: 50%;
  padding: 50px;
  background: url(https://bizzeducation.com/img/bizz-logo-success.png) #ccc no-repeat center center;
    background-size: auto;
  height: auto;
  margin: auto;
  position: relative;
  top: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background-size: contain;
}
.alert-bg i{
  color: #3AC179;
  border: 3px solid #3AC179;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.alert-bg ul{
	text-align: left;
	margin-left: 100px;
	font-size: 18px;
    list-style-type: circle;
}

.alert-bg .close{
  top: 0px;
  right: 6px;
  position: absolute;
}

.alert-bg .close span{
  font-size: 25px;
}

.alert-bg center{
  font-size: 25px;
}

.title_line{
  display: none;
}

@media only screen and (max-width:1000px) {
  .alert-bg{
    width: 90%;
  }

}
.alert-bg h3{
	color:#333;
}
.alert-bg ul.check{
	list-style:none;
	margin-left:30%;
	margin-top:20px;
}

.alert-bg ul.check li i{
	margin-right:10px;
	color:#3AC179;
}
@media(max-width:767px){
	.alert-bg ul.check{
	margin-left:20px;
}
}
/***end top menu***/

.root {
  text-align: center;
}
.bounce {
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
  animation: bounce 0.9s ease-out infinite alternate;
}


@keyframes bounce {
  0 {
    top: 0;
    color: #fff;
  }
  100% {
    top: 8px;
    color: #e0e0e0;
  }
}

