@import url(../fonts/fonts.css);
html {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  font-family: "Axiforma" !important;
  font-weight: normal;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
.bannerheading {
  font-size: 30px;
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .bannerheading {
    font-size: 44px;
  }
  .banner {
    height: 100vh;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }
}
@media (max-width: 990px) {
  .bgonsmall {
    background: white;
    padding: 20px;
  }
  .bgonsmall ul li a {
    color: #000000 !important;
  }
}

.banner {
  background: url("../i/bannerbg.jpg") #04334d;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
  width: 100%;
}

.navbar-nav li a {
  color: white !important;
  letter-spacing: 1px;
}
.navbar-nav li ul li a {
  letter-spacing: 0;
}
.navbar-nav li a:hover {
  color: #00aeef !important;
}
.stickerHeader {
  background-color: white;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
  padding: 7px 15px;
}
.stickerHeader ul li a {
  color: #454545 !important;
}
.stickerHeader ul li a.active {
  color: #00aeef !important;
}
.stickerHeader a.loginBtn {
  color: black !important;
}
.stickerHeader .logoWhite {
  display: none;
}
.stickerHeader .logoBlue {
  display: inline-block !important;
}

.bannerBoxes .border-dotted {
  border: 1px dashed #ffffff3d;
  box-sizing: border-box;
  border-radius: 9px;
  min-width: 122px;
}

#timer {
  font-size: 50px;
  font-weight: 600;
  color: white;
  /* font-family: "Poppins" !important; */
}
#timer span {
  background-color: #041726;
  padding: 0 5px;
  margin-right: 5px;
  letter-spacing: 0px;
  position: relative;
  text-align: center;
}
#timer span:after {
  position: absolute;
  font-size: 14px;
  bottom: -30px;
  color: #041726;
  left: 50%;
  transform: translateX(-50%);
}

#timer span.seconds:before {
  display: none;
}
#timer .day:after {
  content: "DAYS";
}
#timer .hours:after {
  content: "HOURS";
}
#timer .minutes:after {
  content: "MIN";
}
#timer .seconds:after {
  content: "SEC";
  font-size: 14px;
}
.contactSection {
  padding: 74px 0;
}
.contactForm {
  max-width: 662px;
}
.contactForm textarea {
  border: 0.7px solid #959595;
  box-sizing: border-box;
  border-radius: 7px;
}
.ms-ctn.form-control{
  height: auto !important; 
  min-height: 46px;
}
.ms-ctn .ms-sel-item{
  line-height: 2.4;
}
.new .ms-sel-ctn .ms-sel-item .ms-close-btn{
  margin: 11px 2px 0 10px;
}
.custominput:focus, .new .ms-ctn.form-control.ms-ctn-focus, .form-control:focus {
  border: 0.7px solid #00aeef;
  box-sizing: border-box;
  box-shadow: 0px 4px 0px #59c3ff;
  color: #000 !important;
  outline: none;
}
/* input[type="text"]{
  text-transform: capitalize;
} */

select.form-control {
  appearance: none;
  background-image: url('../i/dwnB.png') !important;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 12px);
}
select.form-control:focus{
  background-image: url('../i/dwnF.png') !important;
}
.custominput, .new .ms-ctn.form-control, .form-control {
  border: 0.7px solid #959595;
  box-sizing: border-box;
  border-radius: 7px;
}
.custominput::placeholder,
.new .ms-ctn.form-control input::placeholder
.contactForm textarea,
.form-control::placeholder,
.custominput:focus-visible,
.form-control:focus-visible {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  outline: 0px;
}
.ms-ctn .ms-sel-ctn input{
  width: auto !important;
}
.ms-ctn .ms-sel-ctn{
  margin-left: 0px !important;
  margin-top: 7px;
}
#majorsDiv .ms-sel-ctn, #experience .ms-sel-ctn{
  margin-top: 0px !important;
}
#majorsDiv .ms-sel-ctn input, #experience .ms-sel-ctn input{
  margin-top: 8px !important;
  color: #000 !important;
}
#majorsDiv .ms-sel-ctn .ms-sel-item .ms-close-btn, #experience .ms-sel-ctn .ms-sel-item .ms-close-btn{
  margin: 10px 2px 0 10px;
}
footer {
  background: #f0f0f0;
  border: 0.6px solid #dfdfdf;
}
footer a {
  color: black;
  padding-right: 5px;
  margin-right: 5px;
  border-right: solid 1px #000000;
  line-height: 10px;
}
footer li:last-child a {
  border-right: none;
}
.bannerInner {
  padding-top: 72px;
}
.mx515 {
  max-width: 515px !important;
}
.aboutRight {
  padding: 40px 0 40px 90px;
}
.bazWHite {
  left: -37px;
  bottom: 35px;
}

.parvaazPage {
  background-image: url("../i/parvaazbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parvaazPage img {
  max-width: 350px;
}
.parvaazPage h1 {
  font-size: 40px;
}
.parvaazPage p {
  max-width: 900px;
}
.parvaazPage h2 {
  font-size: 24px;
}

/* birds animation */
.bird {
  background-image: url(../i/bird-cells.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
  animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
  animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bird--one {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.bird--two {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.bird--three {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.bird--four {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.bird-container {
  position: absolute;
  top: 20%;
  left: -7.5vw;
  -webkit-transform: scale(0);
  transform: scale(0);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
  animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bird-container--one {
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.bird-container--two {
  -webkit-animation-duration: 28s;
  animation-duration: 28s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.bird-container--three {
  -webkit-animation-duration: 25.6s;
  animation-duration: 25.6s;
  -webkit-animation-delay: 12.5s;
  animation-delay: 12.5s;
}
.bird-container--four {
  -webkit-animation-duration: 23s;
  animation-duration: 23s;
  -webkit-animation-delay: 20.25s;
  animation-delay: 20.25s;
}
@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@-webkit-keyframes fly-right-one {
  0% {
    left: -10%;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.4);
    transform: translateY(2vh) scale(0.4);
  }
  20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.5);
    transform: translateY(0vh) scale(0.5);
  }
  30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
    transform: translateY(4vh) scale(0.6);
  }
  40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6);
  }
  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
  100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
}
@keyframes fly-right-one {
  0% {
    left: -10%;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.4);
    transform: translateY(2vh) scale(0.4);
  }
  20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.5);
    transform: translateY(0vh) scale(0.5);
  }
  30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
    transform: translateY(4vh) scale(0.6);
  }
  40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6);
  }
  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
  60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
  100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
  }
}
@-webkit-keyframes fly-right-two {
  0% {
    left: -10%;
    opacity: 1;
    -webkit-transform: translateY(-2vh) scale(0.5);
    transform: translateY(-2vh) scale(0.5);
  }
  10% {
    left: 10%;
    -webkit-transform: translateY(0vh) scale(0.4);
    transform: translateY(0vh) scale(0.4);
  }
  20% {
    left: 30%;
    -webkit-transform: translateY(-4vh) scale(0.6);
    transform: translateY(-4vh) scale(0.6);
  }
  30% {
    left: 50%;
    -webkit-transform: translateY(1vh) scale(0.45);
    transform: translateY(1vh) scale(0.45);
  }
  40% {
    left: 70%;
    -webkit-transform: translateY(-2.5vh) scale(0.5);
    transform: translateY(-2.5vh) scale(0.5);
  }
  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }
  51% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }
  100% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }
}
@keyframes fly-right-two {
  0% {
    left: -10%;
    opacity: 1;
    -webkit-transform: translateY(-2vh) scale(0.5);
    transform: translateY(-2vh) scale(0.5);
  }
  10% {
    left: 10%;
    -webkit-transform: translateY(0vh) scale(0.4);
    transform: translateY(0vh) scale(0.4);
  }
  20% {
    left: 30%;
    -webkit-transform: translateY(-4vh) scale(0.6);
    transform: translateY(-4vh) scale(0.6);
  }
  30% {
    left: 50%;
    -webkit-transform: translateY(1vh) scale(0.45);
    transform: translateY(1vh) scale(0.45);
  }
  40% {
    left: 70%;
    -webkit-transform: translateY(-2.5vh) scale(0.5);
    transform: translateY(-2.5vh) scale(0.5);
  }
  50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }
  51% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }
  100% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.45);
    transform: translateY(0vh) scale(0.45);
  }
}
/* birds animation */

.keyHeading::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: white;
  bottom: -20px;
  left: 0;
  display: block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-animation-name: whiteline;
  animation-name: whiteline;
  -webkit-animation-timing-function: steps(10);
  animation-timing-function: steps(10);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@keyframes whiteline {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.keyFeatureInner {
  height: 85vh;
}
.keyFeatureInner.activeHere {
  width: 100%;
  flex: 1 1 auto !important;
  transition: all 1s;
}
.keyFeatureInner.activeHere .keyFeatureImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keyContentIn {
  height: 0px;
}
.keyFeatureInner.activeHere .keyContentIn {
  height: auto;
}
.keyFeatureContent {
  padding: 0 95px 48px 30px;
}
.keyFeatureImg:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.718);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  display: block;
}
.fuelSlider .carousel-inner .carousel-item {
  opacity: 1 !important;
  width: 100%;
  height: auto;
  display: block !important;
  z-index: 2;
}
.fuelSlider .carousel-inner .carousel-item.active {
  opacity: 1 !important;
  width: 100%;
  height: auto;
  display: block !important;
  transition: all 1s;
  z-index: 1;
}
.fuelSlider .carousel-inner .carousel-item img {
  width: 50% !important;
  transition: all 1s;
  z-index: 2;
}
.fuelSlider .carousel-inner .carousel-item.active img {
  width: 100% !important;
  transition: all 1s;
  z-index: 1;
}

/* Hover state - trigger effect */
.shineText:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.register {
  padding-top: 90px;
}

/* menu dropdown css */
.dropdown_menu--animated {
  display: none;
}
.dropdown:hover .dropdown_menu--animated {
  display: block;
}

.dropdown_menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background: #2eab9d;
  -webkit-transition: ease height 0.4s;
  -o-transition: ease height 0.4s;
  transition: ease height 0.4s;
}
.dropdown_menu li a:hover .linkone, .dropdown_menu li.active a .linkone {
  color: #2eab9d !important;
}

.dropdown_menu li.orange a::after, .dropdown_menu li.orange.active a::after {
  background: #ffa03c;
}
.dropdown_menu li.orange a:hover .linkone, .dropdown_menu li.orange.active a .linkone {
  color: #ffa03c !important;
}

.dropdown_menu li.brown a::after, .dropdown_menu li.brown.active a::after {
  background: #f95b5c;
}
.dropdown_menu li.brown a:hover .linkone, .dropdown_menu li.brown.active a .linkone {
  color: #f95b5c !important;
}

.dropdown_menu li a:hover:after, .dropdown_menu li.active a:after{
  height: 100%;
}
.dropdown_menu {
  top: 100%;
  perspective: 1000px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.07);
  width: 400px;
}
.dropdown_menu-6 {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
.overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  bottom: 0%;
  opacity: 0.4;
}
.navbar-nav li a{
  text-align: left !important;
}
/* body .fadmin{
  display: block;
  height: 83px;
} */
@media (max-width: 767px){
  .h-100-76px{
    height: calc(100% - 123px);
  }
  html, body{
    height: 100%;
  }
  body .fadmin{
    height: 76px;
  }
  button:focus, button:focus-visible{
    outline: none;
    box-shadow: none !important;
  }
  #navbarSupportedContent{
    background-color: #fff;
  }
  .navbar-nav li a {
    color: #000 !important;
  }
  /* #header, .header60{
    height: 64px;
  } */
  /* #header:not(.stickerHeader) .navbar-toggler{
  }  */
  .dropdown_menu--animated.position-absolute {
    display: block !important;
    position: initial !important;
  }
  .navbar-collapse {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 60vh;
  }
  .dropdown_menu{
    width: auto;
  }
  .navbar-nav{
    margin: 0 !important;
    padding: 0 !important;
  }
  .navbar-collapse{
    padding: 0 !important;
  }
  .navbar-collapse.in {
    overflow-y: auto !important;
  }
  .dropdown_menu span.text-grey-md{
    display: none;
  }
  .border-sm-bottom{
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-sm-top{
    border-top: 1px solid #dee2e6 !important;
  }
  .nav li.nav-item.dropdown:last-child ul.dropdown_menu li:last-child a{
    border-bottom: none !important;
  }
}
/* menu dropdown css */

/* Button color  */
.marketing {
  height: 120vh;
}
.sponsorSection {
  padding-top: 60px;
}
.tabBtn {
  border-color: #cccccc !important;
  color: #cccccc;
}
.tabBtn.active {
  border-color: black !important;
  color: black !important;
}
.bubbleBox {
  min-height: 540px;
  max-width: 610px;
}
.circle1 {
  width: 330px;
  height: 330px;
  border: 1px solid #edd1b3;
  transform: scale(1, 1);
  margin: 80px 0 0 0 !important;
}
.circle2 {
  width: 270px;
  height: 270px;
  transform: scale(1, 1);
  border: 1px solid #c1f3ee;
  transform: scale(1, 1);
  margin: 253px 0 0 370px !important;
}
.circle3 {
  width: 186px;
  height: 186px;
  transform: translate(-50%, -50%) scale(1, 1);
  border: 1px solid #eecccc;
  transform: scale(1, 1);
  margin: 438px 0 0 170px !important;
}
.bubbleactive {
  animation: bounce 4400ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform-origin: center;
}

@keyframes bounce {
  50% {
    transform: scale(1.1, 1.1);
  }
}

.whysponsortwo {
  right: -82%;
  top: 0;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.whysponsorMain:hover .whysponsortwo {
  right: 0;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.whysponsorone img {
  width: 80%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.whysponsortwo img {
  object-fit: cover;
  object-position: center;
}
.resetIndicators button {
  width: 100% !important;
  height: auto !important;
  left: inherit !important;
  position: static !important;
  text-indent: inherit !important;
  opacity: 1;
}
.resetIndicators button.active h4,
.resetIndicators button.active p {
  color: #242424;
}
.exiList li {
  background: #ffffff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  width: 114px;
  height: 114px;
  margin: 0 5px 10px 5px;
}

.exiList img {
  max-width: 85px;
  max-height: 40px;
}
.exhiAnimation {
  max-width: 680px;
  margin-right: -175px;
}
.employerregister {
}
.fileUpdateBtn {
}
/* .fileUpdateBtn div{
  border: 0.7px solid #2EAB9D;
  border-radius: 7px;
  pointer-events: none;
} */
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: "Select some files";
  display: inline-block;
  background: #2eab9d;
  border: 1px solid #2eab9d;
  border-radius: 3px;
  padding: 5px 12px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  color: white;
  width: 222px;
  text-align: center;
  height: 46px;
  line-height: 28px;
}
.custom-file-input:hover::before {
  border-color: #2eab9d;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.animationimage {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.animationimage:after {
  content: "";
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.25, 0.1, 0, 1),
    background-color 0.35s ease;
  -webkit-transition: transform 0.75s cubic-bezier(0.25, 0.1, 0, 1),
    background-color 0.35s ease;
  transition: transform 0.75s cubic-bezier(0.25, 0.1, 0, 1),
    background-color 0.35s ease;
}
.viewanimation:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

a.loginBtn:hover{
  color: #00aeef !important;
}
/* body.admin-site{
  margin-bottom: 83px !important;
} */
body.admin-site .btn.btn-primary{
  color: #357ebd;
}
body.admin-site .btn.btn-primary:hover{
  color: #fff;
}
/* body footer{
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
} */
.bg-dblue{
  background-color: #041726;
}

#timer span{
  text-align: center;
}
.w60px{width: 60px !important;}
.sdw{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.br10{
  border-radius: 10px !important;
}
.jobTitle{
  font-size: 18px;
  font-weight: 600;
}
.jbLst.border-bottom.pb-3.mb-4:last-child{
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.btn-apply{
  background-color: #2eab9d !important;
  color: #fff !important;
}
.min-h-100vh{min-height: calc(100vh - 73px);}
.bg-green{
  background-color: #2eab9d;
}
.vh-100-56px{
  height: calc(100vh - 57px);
}
.min-vh-100-56px{
  max-height: calc(100vh - 57px);
  /* overflow-y: auto; */
  /* overflow-x: hidden !important; */
}
.min-100vh-footer{
  min-height: calc(100vh - 78px);
}
.pt56px{
  padding-top: 72px !important;
}
.logo-brands{
  max-height: 90px;
  max-width: 200px;
}
.w-md-50{
  width: 47%;
}
.ms-init{
  margin-left: initial !important;
}
.me-init{
  margin-right: initial !important;
}
.min-100vh{
  min-height: 100vh;
}
.imgEnd{
  min-width: 375px;
  left: 120px;
  top: 35px;
}
.focusDATE{
  bottom: 0;
  left: 0;
}
.eventDate{
  width: 125px;
  height: 52px;
}
.eventDate1{
  width: 230px;
  height: 52px;
}
.pt80px{
  padding-top: 80px !important;
}
.sectionUp{
  top: -80px;
}
.spnrDiv{
  width: 102px;
  height: 102px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
}
.vw-100{
  width: 100vw !important;
}
.min-100percent{
  min-height: 100%;
}
.text-gold{
  color: #dda923;
}
.text-bronze{
  color: #cd7f32;
}
.text-silver{
  color: #c0c0c0;
}
.text-platinium{
  color: #857d85;
}
@media (max-width: 600px){
  .sectionUp{
    top: 0;
  }
  .pt80px{
    padding-top: 1rem !important;
  }
  .cntc .w-50{
    width: 100% !important;
  }
  .mobile-100vh{
    height: 100vh;
  }
  .mobile-100{
    height: 100%;
  }
  .w-md-50{
    width: 100%;
  }
  img.k{
    max-width: 250px;
  }
}
html, body, div{
  scrollbar-width: none;
}
::-webkit-scrollbar{
  display: none;
}
.focusDATE .eventDate1 {
  background: linear-gradient(271deg, #f45858, #766cb5, #f45858);
  background-repeat: no-repeat;
  background-size: 620px 600%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
}

@-webkit-keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 51%}
  100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 51%}
  100%{background-position:0% 50%}
}
@keyframes AnimationName {
  0%{background-position:0% 50%}
  50%{background-position:100% 51%}
  100%{background-position:0% 50%}
}
#facebox{
  max-height: 87vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.loading.mn{
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 667px) {
  .border-lastrow-0 .row:last-child{
    border: none !important;
  }
  .form-group{
    overflow: initial !important;
  }
  #facebox{
    left: 0 !important;
    right: 0 !important;
  }
  #facebox .body{
    width: auto !important;
  }
  .w-mobile-100{
    width: 100% !important;
  }
  .m-mobile-0{margin: 0 !important;}
}
.mx-w-250px{max-width: 250px;} 
.mx-h-180px{max-height: 180px;}

.navbar-toggler .line, .navbar-toggle .line {
  transition: 0.25s ease-in-out;
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}
.stickerHeader .navbar-toggler .line, .stickerHeader .navbar-toggle .line{
  background-color: #000;
}
.navbar-toggler .center-line, .navbar-toggle .center-line {
  margin: 6px 0;
}
#header .navbar-toggler-icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}
.navbar-toggler[aria-expanded="true"] .line:first-child, .navbar-toggle:not(.collapsed) .line:first-child{
  transform: rotate(45deg);
  height: 2px;
  position: relative;
  top: 2px;
}
.navbar-toggler[aria-expanded="true"] .line:nth-child(2), .navbar-toggle:not(.collapsed) .line:nth-child(2) {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .line:last-child, .navbar-toggle:not(.collapsed) .line:last-child {
  height: 2px;
  transform: rotate(-45deg);
}
button:focus{outline: none !important;}
.navbar-light .navbar-toggler-icon{
  background-image: none !important;
}
.word-break{
  word-break: break-all;
}
.lstRow-0pm .row.dbScBx:last-child{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}