body {
  color: #000;
  font-size: 14px;}
body{
 overflow-x:hidden !important;
}
html{
  overflow-x:hidden !important;
 }
/* wrapper */   
.wrapper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;}
@media (min-width: 768px) {
.wrapper {
    max-width: 2500px;
	  padding: 0 70px;}
}
@media (max-width: 767px) {
.wrapper {
  	padding: 0 35px;}
} 




/* main-div */
.main-div {
  padding-top: 80px;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;}
@media (max-width: 991px) {
.main-div {
  padding-top: 60px;}
}


/* section */
section {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;}
@media (max-width: 991px) {
section:nth-child(odd) {
  background-color: #f3f4f7;}
}




/* header */
header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #232323;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
 /**/
  opacity: 1;
  transition: height 0ms 0ms, opacity 600ms 0ms;}
body.specific_scroll:not(.up_scroll) header {
  height: 0;
  z-index: 0;
  opacity: 0;
  transition: height 0ms 400ms, opacity 400ms 0ms;}
@media (max-width: 991px) {
header {
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;}
}
/* header-bg-transparent */
body:not(.specific_scroll) .header-bg-transparent header {
  background-color: transparent;}
/* header-logo-hide */
body:not(.specific_scroll) .header-logo-hide header .a-logo {
  display: none;}


/* a-logo */
header .a-logo {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;}
header .a-logo .logo {
  max-width: 100%;
  border-radius: 5px;
  height: 60px;}
@media (max-width: 991px) {
header .a-logo .logo {
  height: 40px;}
}
 



  
/* toggle-btn */
.toggle-btn {
  background: transparent;
  min-width: auto;
  box-shadow: none;
  border-radius: 0;
  border: none;
  width: 35px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 18px;
  padding: 0;}
.toggle-btn:focus,
.toggle-btn:hover {
  outline: none;
  background: transparent;}
.toggle-btn span {
  background-color: #fff;
  border-radius: 145px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  width: 60%;
  transition: all .3s ease-in-out;}
.toggle-btn:not(.toggle_btn_on) span:first-child {
  transform: translate3d(0, -4px, 0);
  left: 0;
  top: 5px;}
.toggle-btn:not(.toggle_btn_on) span:nth-child(2) {
  width: 100%;
  top: 12px;
  right: 1px;}
.toggle-btn:not(.toggle_btn_on) span:last-child {
  transform: translate3d(0, 4px, 0);
  right: 0;
  top: 19px;}
@media (min-width: 992px) {
.toggle-btn {
  display: none;}
}

/* toggle_btn_on */
.toggle_btn_on {
  z-index: 11;
  top: 20px;
  right: 275px;}
.toggle_btn_on span {
  top: 12px;
  background-color: #fff;}
.toggle_btn_on span:first-child {
  transform: rotate(135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:last-child {
  transform: rotate(-135deg) translate3d(0, 0, 0);}
.toggle_btn_on span:nth-child(2) {
  opacity: 0;}
@media (min-width: 992px) {
.toggle_btn_on {
  display: none;}
}
@media (max-width: 991px) {
.toggle_btn_on {
  right: 20px;}
}


/* nav */
@media (min-width: 992px) {
header nav {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);}
}
@media (max-width: 991px) {
header nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: right .30s ease-in-out;
  -moz-transition: right .30s ease-in-out;
  -ms-transition: right .30s ease-in-out;
  -o-transition: right .30s ease-in-out;
  transition: right .30s ease-in-out;}
/* menu_open */
header nav:not(.menu_open) {
  right: -400px;}
/* menu-area */
header nav.menu_open .menu-area {
  background: #00000096;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}
}



/* menu */
.menu ul {
  padding-left: 0;}
.menu li {
  list-style: none;}
.menu li a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  color: #dda2a2;}
.menu li a:hover
/*
.menu li a.active*/ {
  color: #fff;}
/*
.menu li a.active {
  font-family: airbnb_cereal_appmedium;}*/
@media (min-width: 992px) {
.menu ul {
  margin-bottom: 0;}
.menu li {
  display: inline-block;
  margin-left: 45px;}
.menu li a {
  font-size: 14px;}
}
@media (max-width: 991px) {
.menu {
  background: #c60017;
  overflow-y: auto;
  height: 100%;
  width: 300px;}
.menu ul {
  padding-top: 60px;}
.menu li {
  padding: 5px 10px 0 40px;}
.menu li a {
  padding-top: 22px;
  color: #fff;}
.menu li a:hover
/*
.menu li a.active*/ {
  font-weight: bold;
  color: #feb600;}
}




/* active */
a.active {
    cursor: default;}

/* box-shadow */
.box-shadow {
    box-shadow: 6px 6px 34px #d1d1d1;}


/* text */
.text-yellow {
  color: #feb600;}



/* btn-zoom-hover */
.btn-zoom-hover {
  overflow: hidden;
  transition: transform .6s;}
.btn-zoom-hover:hover,
.btn-zoom-hover:focus {
  -ms-transform: scale(1.1); 
  -webkit-transform: scale(1.1);
  transform: scale(1.1);}





/* form-default */
/* form-body */
.form-default .form-body [class^="col-"] {
    margin-bottom: 20px;}
.form-default .form-body .form-control,
.form-default .form-body .form-select {
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 15px 15px;
    border-radius: 8px;
    border-color: #b3b2b2;}
/* form-foot */
.form-default .form-foot .btn-primary {
    background-color: #79008f;
    border: none;
    font-size: 15px;
    min-width: 140px;
    padding: 12px;
    border-radius: 10px;}

  



/* contact-table */
.contact-table td {
  vertical-align: top;
  padding-top: 15px;
  font-size: 13.9px;
  color: #bdbfc5;}
.contact-table td img {
  height: 22px;
  padding-right: 15px;}
.contact-table td img[src="/static/public/images/icons/mail.png"] {
  height: 17px;}
.contact-table td a {
  display: block;
  color: #bdbfc5;
  text-decoration: none;}
.contact-table td a:hover {
  color: #fff;}





/* page-head */
.page-head h3 {
  font-size: 36px;}
.page-head h5 {
  line-height: 28px;
  margin-top: 25px;
  font-size: 17px;}
@media (max-width: 767px) {
.page-head h3 {
  font-size: 27px;}
.page-head h5 {
  line-height: 26px;
  margin-top: 15px;
  font-size: 16px;}
}


/* download-now */
.download-now .app-link {
  margin-right: 10px;
  margin-top: 25px;
  display: inline-block;}
.download-now .app-link img {
  height: 50px;}


/* bg-img */
@media (min-width: 992px) {
.bg-img {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;}
}


/* img-side */
@media (max-width: 991px) {
.img-side {
  margin-bottom: 70px;}
}



/* indro */
@media (min-width: 992px) {
#indro {
  background-image: url(../images/indro/bg.png);}
}
/* logo */
#indro .logo {
  margin-bottom: 30px;
  border-radius: 10px;
  max-height: 120px;}
@media (max-width: 767px) {
#indro .logo {
  margin-bottom: 25px;
  max-height: 100px;}
}





/* about */
@media (min-width: 992px) {
#about {
  background-image: url(../images/about/bg.png);}
}
/* item */
#about .item {
  margin-top: 50px;
  margin-bottom: 50px;}
#about .item .img-primary {
  height: 60px;}
#about .item .img-primary[src="/static/public/images/about/Result.png"] {
  margin-bottom: 8px;
  height: 48px;}
#about .item h5 {
  margin-top: 15px;
  font-size: 17px;}
#about .item h6 {
  color: #5c5c5c;
  line-height: 20px;
  margin-top: 20px;
  font-size: 13px;}
@media (max-width: 991px) {
#about .item {
  margin-top: 0;}
#about .item h6 {
  margin-top: 10px;}
}



/* download */
@media (min-width: 992px) {
#download {
  background-image: url(../images/download/bg.png);}
}
#download .page-head {
  margin-bottom: 40px;}




/* contact */
#contact {
  background-image: linear-gradient(to right, #D71F26, #D71F26), url(../images/contact/bg.png);}
#contact h4 {
  font-size: 36px;
  line-height: 48px;
  color: #fff;}
@media (max-width: 991px) {
#contact h4 {
  font-size: 22px;
  line-height: 30px;}
#contact h4:first-of-type {
  margin-top: 70px;}
}

/* get-in-touch */
#contact .get-in-touch {
  background-color: #fff;
  border-radius: 25px;
  padding: 70px;}
#contact .get-in-touch .img-primary {
  margin-top: 80px;
  max-height: 200px;}
#contact .get-in-touch .page-head h5 {
  line-height: 24px;
  font-size: 15px;
  color: #515056;}
@media (max-width: 991px) {
#contact .get-in-touch {
  padding: 50px;
  margin-top: 40px;}
#contact .get-in-touch .img-primary {
  margin-top: 30px;
  margin-bottom: 60px;}
#contact .get-in-touch .page-head h5 {
  line-height: 20px;
  font-size: 13px;}
}
@media (max-width: 767px) {
#contact .get-in-touch {
  padding: 40px 30px;}
}



/* download-now */
#download-now {
  padding-top: 30px;
  padding-bottom: 30px;}
#download-now .download-now .app-link img {
  height: 52px;}
@media (max-width: 767px) {
#download-now .download-now {
  margin-top: 15px;}
#download-now .download-now .app-link img {
  height: 35px;}
}


/* login_page */
.login_page .page-content {
    padding: 120px 35px 80px;
    box-shadow: 9px 19px 35px #dcdcdd;}
/* form-head */
.login_page .page-content .form-head {
    margin-bottom: 25px;}
/* form-body */
.login_page .page-content .form-body .field-col {
    margin-top: 15px;}
.login_page .page-content .form-body .field-col .form-label {
    font-size: 13px;}
.login_page .page-content .form-body .field-col .form-control {
    font-size: 14px;}
/* form-foot */
.login_page .page-content .form-foot {
    margin-top: 25px;}
.login_page .page-content .form-foot .btn-primary {
    min-width: 100px;}


  

/* top-footer */
footer .top-footer {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #222222;}
/* info */
footer .top-footer .info .a-logo {
  margin-top: 30px;
  margin-bottom: 15px;
  display: inline-block;}
footer .top-footer .info .a-logo img {
  max-height: 110px;}
footer .top-footer .info h5 {
  max-width: 400px;
  font-size: 15px;
  margin-right: 30px;
  line-height: 24px;
  color: #898989;}


/* nav-list */
footer .top-footer .nav-list {
  margin-top: 65px;
  padding-left: 0;}
footer .top-footer .nav-list li {
  margin-bottom: 20px;
  list-style: none;}
footer .top-footer .nav-list li a {
  font-size: 16px;
  color: #707070;
  display: inline-block;
  text-decoration: none;}
footer .top-footer .nav-list li a:hover
/*
footer .top-footer .nav-list li a.active*/ {
  color: #fff;}


/* nav-list */
footer .top-footer .contact-table {
  margin-top: 50px;}


/* social-circle */
footer .top-footer .social-circle {
  margin-top: 55px;
  padding-left: 0;}
footer .top-footer .social-circle li {
  float: left;
  margin-right: 20px;
  list-style: none;}
footer .top-footer .social-circle li a {
  display: inline-block;
  text-decoration: none;}
footer .top-footer .social-circle li a img {
  height: 22px;}
footer .top-footer .social-circle li a:hover img {
  opacity: .6;}





/* bottom-footer */
footer .bottom-footer {
  background: #1c1c1c;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;}
footer .bottom-footer p {
  color: #676762;
  font-size: 13px;
  margin-bottom: 0;}
footer .bottom-footer p span {
  display: inline-block;}
footer .bottom-footer p a {
  font-family: airbnb_cereal_appmedium;
  text-decoration: none;
  color: #747370;}
footer .bottom-footer p a:hover {
  color: #a5a4a3;}
@media (max-width: 991px) {
footer .bottom-footer p {
  font-size: 12px;}
footer .bottom-footer {
  padding-top: 15px;
  padding-bottom: 15px;}
}