body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
  overflow-x: hidden;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #608dfd;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #608dfd;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 50%;
  float: left;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro h1 {
  font-family: "Raleway", sans-serif;
  color: rgb(24, 33, 109);
  font-size: 40px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  color: #5e70a1;
}

.intro h2 {
  font-family: "Raleway", sans-serif;
  color: rgb(24, 33, 109);
  font-size: 63px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.intro h1 span {
  font-weight: 800;
  color: #5ca9fb;
}
.heading{
  font-family: "Raleway", sans-serif;
  color: rgb(24, 33, 109);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform:capitalize;
  text-align: center;
  background-color: #000;
  color: #fff;
  width: fit-content!important;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 17px; 
  margin-top: 25px;

}
.intro p {
  color: rgb(24, 33, 109);
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 100%;
  max-width: 400px;
}
header .intro-text {
  padding-top: 107px;
  text-align: center;
}
/* Features Section */
#features {
  background: #f6f6f6;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 20px;
  transition: all 0.5s;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
/* About Section */
#about {
  padding: 100px 0;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #5ca9fb;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}
/* Services Section */
#services {
  padding: 100px 0;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  color: #fff;
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h2 {
  color: #fff;
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#services h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#services p {
  color: rgba(255, 255, 255, 0.75);
}
#services .service-desc {
  margin-bottom: 40px;
}
/* Portfolio Section */
#portfolio {
  padding: 100px 0;
}
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(99, 114, 255, 0.8) 0%,
    rgba(92, 169, 251, 0.8) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#testimonials {
  padding: 100px 0;
  background: #f6f6f6;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 15px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
/* Team Section */
#team {
  padding: 100px 0;
}
#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
/* Contact Section */
#contact {
  padding: 100px 0 60px;
  background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
  color: rgba(255, 255, 255, 0.75);
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
  display: block;
}
#contact .contact-item i.fa {
  margin-right: 10px;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #608dfd;
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #1c2536;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #608dfd;
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}

.video-recorder__Wrapper-sc-7k20rv-0.eWpLko
{
  width: 100%;
  height: 50%;
  min-height: 100%;
  position: relative;
}
.step {
  position: absolute;
  right: 16%;
  bottom: 20px;
  margin:20px 0 0 108px;
}
.cus_video {
  height: 100vh;
}
.btm-btn{
  display: flex;
  gap: 12px;
  position: absolute;
  width: 100%;
  bottom: 25px;
  right: 10%;
  justify-content: end;
}
.interview-class
{

  text-align:center;
  color: rgb(24, 33, 109);
  margin-top: 50px;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.user-not-found {
  font-size: 30px;
  flex-wrap: wrap;
  width: 100%!important;
}
.user-not-found > div {
  width: 100%!important;
  text-align: center;
}
.let-start-btn {
  background: linear-gradient(45deg,#e87932,#f32419c9);
  color: #fff!important;
  font-size: 16px!important;
  font-weight: 500!important;
  text-transform: capitalize;
  width: 100%;
  max-width: 200px;
  border-radius: 20px!important;
}
.let-start-btn:hover {
  background: linear-gradient(45deg,#e87932,#f32419c9);
  cursor:pointer;
}
.webcam video {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px){
  .intro h1 {

    font-size: 35px;
 
}
}
@media (max-width: 768px) {
  #about img {
    margin: 50px 0;
  }
  .intro h1 {

   
   text-align: center;
}
.intro p {
  text-align: center;
}
.cus-text-center{
  justify-content: center;
  margin-bottom: 40px;
}
}
.mh100vh{
  min-height: 100%;
}
.play_icon{
  font-size: 50px;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: 2px solid;
  border-radius: 50%;
  padding: 3px 6px;


}
.row_wise{
  height:100%;
}
.fff {
  background-image: url('../img/video_img-removebg-preview.png');
  background-size: 200px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fafafa;

}
.orion_logo img {
  width: 120px;
}

.Powered_logo {
  padding: 9px 12px 11px;
  border-radius: 8px;
  width: 100%;
  max-width: 160px;
  background-color: transparent;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  padding: 2px 1px;
  text-align: center;
  border-radius: 20px;

}

.wrapper {
  height: 100vh;
  display: grid;
  place-items: center;
}

.typing-demo {
  width: 100%;
  animation: typing 5s steps(100);
  border-right: 3px solid;
  font-family: monospace;
  font-size: 2em;
  position: absolute;
  top: 15%;
  display: flex;
  flex-wrap: wrap;
  max-width: fit-content;
  background-color: #000;
  color:#fff;
  padding:5px 10px;
  border:1px solid transparent;
  border-radius: 20px;
  max-height:100px;
  height: auto;
 

  margin: 0 10px;
}
.typing-demo p{
  margin-bottom: 0px;
  word-break: break-all;

 

}
@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}
@media (max-width:767px){
  .video-assessment-screen video,
  .video-assessment-screen .videoContainer,.fff {
    min-height:50vh!important;
    max-height: 50vh!important;

  }
  .video-recorder__Wrapper-sc-7k20rv-0 {
    height: 50vh!important;
}
  .landing_page .orion-logo {
    margin-top: 0px!important;
    text-align: center;
}
.landing_page .orion-logo + .fs-3.mb-4.pt-3.text-secondary.fw-medium {
  text-align: center;
  font-size: 30px!important;
}
.landing_page .intro {
  padding: 0 15px;
}
.landing_page .intro h1 {
  font-size: 40px;
  margin-top: 30px;
}
.duration_text{
  flex-wrap: wrap;
  justify-content: center;
}
.duration_text  .blue_duration{
  font-size: 22px!important;
}
.gen-info {
  margin-top: 20px!important;
  width: 100%!important;
  
}
.gen-info .intro-text {
  font-size: 26px!important;
}
.gen-info ol {
  font-size: 23px!important;
}
.continue_btn {
  font-size: 20px!important;
}
.text_orange {
  line-height: 60px;
  margin-left: 10px;
}
  .left_sec {
    min-height: 50%;
}
  .typing-demo {
    bottom: 0;
}
.intro-text img,.intro_bubble:after,.intro_bubble:after,
.intro.right_bubble:after {
  display: none;
}
}

.intro-text img {
  z-index: 999;
  position: relative;
}


        
.wrapper {
  position: absolute;
  top: 44%;
  left: 53%;
  transform: translate(-50%,-50%);  
  width: 100%;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.video-main {
  position: relative;
  display: inline-block;
  font-size: 26px;
}
.wrapper i.fa.fa-play {
  position: relative;
  top: -12px;
  left: -11px;
}
.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.left_sec{
  position: relative;
}
.pos-absoulte{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-styled-number{
  list-style: auto;
}
.continue_btn {
  font-size: 16px;
  font-weight: 500;
  background-color: #FF8811;
  border-radius: 100px 100px 100px 100px;
  padding: 10px 40px 10px 40px;
  border: none;
  color: #fff;
  margin-top: 20px;
}
.gen-info{
  /* margin-top: 100px; */
  /* padding-left: 40px; */
  width:90%;
  z-index: 999;
  position: relative;
}
.gen-info .listing{
    background: #fffcf7;
    border-radius: 20px;
    padding: 25px 25px !important;
    margin-bottom: 0px;
    width:100%;
}
.gen-info {
  background: linear-gradient(to top, #118bff, #ff8711);
  border: 1px solid #DAE0E6;
  border-radius: 20px;
  padding: 1px 1px !important;
  margin-bottom: 20px;
}
.gen-info .intro-text {
  margin-bottom: 12px;
  padding-left: 5px;
}
.landing_page .orion-logo{
  margin-top:50px;
}
.landing_page .intro h1 {
  font-size: 40px;
  margin-top: 30px;
  text-align: left;

}
.text_orange{
  background-color: #FF8811;
  color:#fff!important;
  
}
.blue_duration{
  color:#148bfc;
}
.gen-info ol{
  padding-left: 20px!important;
}
@media (max-width:1600px){
  .intro_bubble,.intro.right_bubble{
    position: relative;
  }
  .intro_bubble:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background: #b3cff8;
    border-radius: 50%;
    top: -104px;
    left: -95px;
  }
  .intro_bubble:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fdbe80;
    border-radius: 50%;
    top: -50px;
    left: -50px;
  }
  .intro.right_bubble:after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: #fefaeb;
    clip-path: circle(48.9% at 1% 49%);
    right: -133px;
    bottom: 20px;
    transform: rotate(180deg);
    z-index: 0;
  }
  .intro.right_bubble:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background: #b3cff8;
    border-radius: 50%;
    bottom: 0;
    right: -82px;
    z-index: 1;
  }
}
.video-assessment-screen video {
  object-fit: cover;
  min-height: 100vh;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 72px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #576971;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/
.header-social-links {
  margin: 0 0 0 30px;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

.header-social-links a {
  color: #7b909a;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  padding-left: 10px;
}

.header-social-links a:hover {
  color: #009cea;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.login_btn {
  color: rgb(17, 17, 17)!important;
  background: rgb(222, 222, 222)!important;
  border-radius: 48px;
  padding: 0px 16px!important;
  font-size: 16px!important;
  height: 40px;
  margin-right:10px!important;
}
.signup_btn {
  color: rgb(255, 255, 255)!important;
  background: #6366f1!important;
  border-radius: 48px;
  padding: 0px 16px!important;
  font-size: 16px!important;
  height: 40px;
  margin-left: 10px!important;
}
.navbar {
  padding: 0;
  margin-bottom:0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #7b909a;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #009cea;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #003651;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #009cea;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #364146;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 41, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #364146;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #009cea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #009cea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.top_left_sec p {
  font-size: 22px!important;
  margin-bottom: 30px!important;
}
.top_left_sec {
  padding-right: 70px!important;
}
.streched_box h4 a {
  text-decoration: none;
  font-weight: 500;
}
#hero {
  width: 100%;
  background-image: url("../img/hero-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  margin-top: 70px;
  padding: 60px 0;
}

#hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 600!important;
  line-height: 56px;
  color: #1c2536;
}

#hero h2 {
  color: #576971;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #1c2536;
  text-decoration: none;
}

#hero .btn-get-started:hover {
  background: rgb(17, 17, 17);
}

#hero .hero-img {
  text-align: center;
}

#hero .hero-img img {
  width: 70%;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero h1 {
    font-size: 32px;
    line-height: 40px;
  }

  #hero h2 {
    font-size: 20px;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #1c2536;
  font-weight: 600;

}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-pink:hover {
  border-color: #ff689b;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}
#services_box{
  padding:60px 0px;
  background-color: #f7f8f9;
}
.custom_scolling_sec h1 {
  font-size: 40px!important;
}
.scrolling_left p {
  font-size: 20px;
  margin-bottom: 25px;
}
.scrolling_left  {
padding-left: 70px!important;
}
.find_out_more {
  color: rgb(17, 17, 17)!important;
  background: rgb(222, 222, 222)!important;
  border-radius: 48px!important;
  padding: 0px 16px!important;
  font-size: 16px!important;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
  height: 40px;
  margin-right: 10px!important;
  display: flex!important;
  align-items: center;
  width: fit-content;
  font-weight: 500!important;
  text-transform: capitalize!important;
}
.success_loader {
 margin-top: 100px;
}
.error_text {
  color: #5e70a1;
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
}
.home-bg {
  background-color: #8080801c;
}
@media screen and (min-width: 768px){
  .welcome.landing_page{
      flex-wrap: nowrap;
      
  }
}

@media screen and  (max-width: 767px) {
  .duration_text{
    justify-content: flex-start !important;
    gap: 0 !important;
  }
  .duration_text .fs-4 {
    width: 50%;
    font-size: 24px!important;
  }

}