/* responsive  */
@media (max-width:992px) {
  #hero-area .contents .head-title {
    font-size: 28px !important;
  }
  #hero-area .contents .banner-desc {
    font-size: 14px !important;
    padding: 0px !important;
  }
  #about .about-content .about-text h2 {
    font-size: 22px !important;
  }
  #about .about-content .about-text p {
    font-size: 14px !important;
  }
  #about .about-content ul li {
    font-size: 14px !important;
  }
  #hero-area h2 {
    font-size: 28px !important;
    padding: 0px !important;
  }
  #hero-area h2 a {
    font-size: 28px !important;
  }
  section .contentbx .countdown .time {
    margin-bottom: 15px !important;
    margin-right: 0px !important;
 
  }
  .section .contentbx a {
    font-size: 24px !important;
  }
  #hero-area .contents {
    padding: 40px 20px 180px !important;
}
#hero-area .contents .icon{
  margin-bottom: 0px !important;
}
.fc {
 
  margin-bottom: 0px !important;
  
}
}
/* responsive end  */
/* Hero Area start  */
.hero-area-bg {
  /* background: url(..//assets/img/event/event_back.svg) no-repeat; */
  background-size: auto;
}
#hero-area {
  color: #fff;
  overflow: hidden;
  position: relative;
}
#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
}
#hero-area .contents {
  padding: 160px 20px 180px;
}
#hero-area .contents .icon {
  margin-bottom: 30px;
}
#hero-area .contents .icon i {
  background-image: linear-gradient(65deg, #007BFF 0, #007BFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 50px;
}
#hero-area .contents .banner-info {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 22px;
  line-height: 24px;
  color: #fff;
}
#hero-area .contents .head-title {
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 22px;
}
#hero-area .contents .banner-desc {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 0px 70px;
}
#hero-area .contents .btn {
  margin: 0px 10px 0px;
  font-size: 16px;
  padding: 12px 40px;
  text-transform: uppercase;
}
/* hero end  */
/* form style  */
.lbl {
  color: blanchedalmond;
  font-size: 18px;
}
.emp-postjob {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.emp-postjob .card {
  width: 800px;
  margin: 20px;
  padding: 40px 30px;
  background-color: var(--bg-white100);
  box-shadow: var(--box-shadow-black);
}
@media (max-width: 992px) {
  .im {
    margin-top: 0px !important;
    margin-bottom: 25px;
  }
}
.im {
  margin-top: 150px;
  display: block;
  width: 100%;
}
.contact-form {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contact-form .new {
  width: 1000px;
  margin: 20px;
  padding: 40px 30px;
}
.fc {
  height: 45px;
  border-radius: 0px;
  margin-bottom: 30px;
  opacity: 0.7;
  border-bottom: 2px solid #007BFF;
}
.fc:focus {
  box-shadow: none;
  border: 1px solid lightgray;
  border-bottom: 3px solid #007BFF;
}
.btnsend {
  background-color: #007BFF;
  padding: 10px 45px;
  border: 1px solid #007BFF;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 20px;
  border-radius: 5px;
}
a {
  text-decoration: none !important;
  /* color: blanchedalmond; */
}
a:hover {
  color: rgb(207, 40, 40);
}
/* form style end  */
/* btn  */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  line-height: 22px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.btn i {
  margin-right: 5px;
}
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}
.btn-common {
  background-image: linear-gradient(65deg, #007BFF 0, #007BFF 100%);
  box-shadow: 0 8px 16px rgba(0, 123, 255, 0.25);
  position: relative;
  z-index: 1;
}
.btn-common:hover {
  color: #fff;
  background-image: linear-gradient(65deg, #007BFF 0, #007BFF 100%);
  box-shadow: 0 8px 16px rgba(0, 123, 255, 0.4);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
/* btn end  */
#about {
  background: #F2F2F2;
}
/* countdown  */
section {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  /* padding: 0px 100px; */
}
section .contentbx {
  max-width: 600px;
  position: relative;
  z-index: 1000;
}
section .contentbx h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
}
section .contentbx p {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
section .contentbx p span {
  padding: 10px 25px;
  margin-top: 10px;
  display: inline-block;
  color: #007BFF;
  font-weight: 700;
  background-color: #fff;
  border-radius: 40px;
}
section .contentbx .countdown {
  display: flex;
  margin: 20px 0;
}
section .contentbx .countdown .time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  margin-right: 20px;
  font-size: 48px;
  min-width: 110px;
  font-weight: 700;
  padding: 10px 5px 15px;
  border-radius: 4px;
  border: 0;
  color: #007BFF;
}
section .contentbx .countdown .time span {
  margin-top: -10px;
  font-size: 20px;
  font-weight: 600;
  color: #312747;
}
section .contentbx a {
  position: relative;
  margin-top: 10px;
  padding: 15px 35px;
  display: inline-block;
  color: antiquewhite;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 2px;
  text-decoration: none;
}
/* category  */
.single-intro-text {
  border: 1px solid #007BFF;
  min-height: 145px;
  padding: 25px 30px 00px 30px;
  -webkit-box-shadow: 0 8px 24px #E2E8ED;
  box-shadow: 0 8px 24px #E2E8ED;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
  background: #fff;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.single-intro-text:hover {
  box-shadow: 0 16px 48px #E2E8ED;
}
.single-intro-text i {
  position: absolute;
  left: -10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 20px;
  font-size: 55px;
  color: #bababa;
}
.single-intro-text h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}
.single-intro-text p {
  margin-bottom: 0;
  font-size: 16px;
}
.single-intro-text .count-number {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background-image: linear-gradient(0deg, #007BFF 0, #007BFF 100%);
  color: #fff;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 30px;
}
.single-intro-text:hover i {
  background-image: linear-gradient(65deg, #007BFF 0, #007BFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* category end  */
/* faq */
.faq-q {
  border-top: 2px dashed;
  border-color: #007BFF !important;
  margin: 0;
  padding: 30px;
  counter-increment: section;
  position: relative;
}
.faq-q span {
  font-size: 22px;
}
.faq-q:nth-child(even):before {
  content: counter(section);
  right: 100%;
  margin-right: -30px;
  position: absolute;
  border-radius: 50%;
  /* padding: 10px; */
  height: 25px;
  width: 25px;
  background-color: #007BFF;
  text-align: center;
  color: white;
  font-size: 110%;
}
.faq-q:nth-child(odd):before {
  content: counter(section);
  left: 100%;
  margin-left: -30px;
  position: absolute;
  border-radius: 50%;
  /* padding: 10px; */
  height: 25px;
  width: 25px;
  background-color: #007BFF;
  text-align: center;
  color: white;
  font-size: 110%;
}
.faq-q:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}
.faq-q:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}
.faq-q:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.faq-q:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* faq end  */