/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: Inter;
  src: url(../font/Inter/Inter-VariableFont_slnt\,wght.ttf);
}

body {
  /* font-family: Inter !important; */
  color: #000;
}

a {
  color: #6900FF;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h3 {
  font-size: 40px;
  font-weight: 700;
}
h4 {
  font-size: 25px;
  font-weight: 700;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.back-gredient {
  background-image: linear-gradient(180deg, #fff 0 65%, #f8f8f8 35% 100%);
}

.back-gredient-violet {
  background: linear-gradient(
    to right,
    #6900FF 70%,
    #fff 60% 90%,
    #FF7A17 90%
  );
}

.back-groud-advance {
  background-color: #AF6DE9 !important;
}
.back-groud-premium {
  background: #18C267 !important;
}
.back-groud-basic {
  background: #54A5EC !important;
}

.services .icon-box-deparment {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.4s;
  background: #fff;
  border-radius: 30px;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.services .icon-box-deparment:hover {
  transform: translateY(-10px);
}

.icon-box-deparment h4 {
  font-size: 24px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 15px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #6900FF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  padding-top: 27%;
}
#header.header-scrolled,
#header.header-inner-pages {
  background:black;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 90px;
}

/* ----------discovery---------------- */

.box-discovery {
  background-color: #F3F3F3;
}

.box-discovery .discovery-inner {
  padding: 40px;
}

.box-discovery .discovery-inner .box-total {
  background-color: white;
  color: #000B33;
}
.pl-0{
  padding-left: 0px !important;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-5 {
  padding-right: 5px;
}
.discovery-inner .inner-2 {
  padding: 10px;
  background-color: white;
}
.add-respondent {
  border: 1px solid #A9A9A9;
  padding: 2px;
  font-size: 12px;
  margin-top: 15px;
}
.btn-add-criteria {
  background-color: #18C267;
  color: white;
  font-size: 12px;
  border: none;
  padding: 2px;
}
.table-discovery {
  background-color: white;
}
.table-discovery tr{
  border: 1px solid #DDE1E6;
  width: 100%;
  font-size: 12px;
}
.table-discovery tr td{
  width: 100%;
}
.table-discovery tr p{
  margin: 6px;
}
.table-discovery tr th{
  padding: 10px;
}

.box-estimate-cost {
  padding: 0 20px;
}
.box-estimate-cost .title {
  font-size: 20px;
  color: #000B33;
  font-weight: 700;
  margin-bottom: 0;
}
.box-estimate-cost .price {
  color: #5E00F9;
  font-size: 20px;
  margin: 0;
}
.box-respondent {
  border-left: 3px solid #5E00F9;
}
.box-respondent p {
  padding-left: 5px;
}
.box-estimate-cost .completion, .box-respondent .title{
  color: #000B33;
  font-size: 15px;
  padding-top: 10px;
  font-weight: 700;
  margin-bottom: 0;
}

.box-respondent .title{
  padding-top: 0px !important;
  margin-top: 10px;
}
.price-detail {
  color: #8A8A8A;
  font-size: 12px;
  padding-left: 20px !important;
  margin-bottom: 5px;
}

.price-detail-disable {
  color: #54A5EC;
}


.price-detail span, .box-estimate-cost .date span {
  color: #18C267 !important;
  float: right;
  padding-right: 20px;
  font-size: 12px !important;
}

.price-detail-disable span {
  color: #A4A4A4 !important;
}

.box-estimate-cost .date {
  font-size: 12px;
  color: #000B33;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
}
.select-estimate-cost {
  font-size: 12px;
  border-radius: 3px;
  float: right;
  margin-top: 10px;
  border: 1px solid #C5C5C5;
}

.create-survey {
  background-color: #5E00F9;
  color: white;
  padding: 3px;
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  border: none;
}

/* ---------assetment tool */
.box-assetment-tool {
  border: 1px solid #E4E4E4;
  box-shadow: 0 1px 2px 0 rgba(43, 42, 42, 0.2), 0 1px 5px 0 rgba(12, 12, 12, 0.19);
}

.box-assetment-tool .inner {
  padding: 30px;
}
.box-assetment-tool .inner .title, .title-assetment-tool {
  color: #21272A;
  font-size: 30px;
  font-weight: 700;
}

.form-assetment-tool p {
  margin: 0;
  padding-bottom: 10px;
}
.btn-sent-contact-request {
  background-color: #0F62FE;
  color: white;
  font-size: 16px;
  padding: 10px;
  border: none;
  width: 100%;
}
.form-assetment-tool p span{
  margin: 0;
  padding-left: 5px;
}

/* ---------quantity------------------ */

.box-quantity {
  border: 1px solid #E4E4E4;
  margin-bottom: 40px;
  box-shadow: 0 1px 2px 0 rgba(43, 42, 42, 0.2), 0 1px 5px 0 rgba(12, 12, 12, 0.19);
}

.box-quantity .inner {
  padding: 10px 20px;
}

.box-quantity .labels {
  display: flex;
  justify-content: space-between;
}

.box-quantity .labels .badge {
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:  #F3F5F7;
  border-radius: 5px;
  color: #637381;
  white-space: normal;
  border-radius: 20px;
}

.pl-5 {
  padding-left: 40px;
}
.quantity-detail {
  margin: 30px;
}
.quantity-detail .title {
  font-weight: 700; 
  font-size: #000000;
}
.quantity-detail ul li, .quantity-detail .note {
  color: #4D4D4D;
  font-size: 12px !important;
  line-height: 18px;
  padding-bottom: 10px;
}
.quantity-detail img {
  margin-left: 20px;
}

.bg-quantity {
  text-align: center;
  background-color:  #F3F5F7 !important;
  padding: 5px;
  border-radius: 20px;
  color: #637381 !important;
  font-size: 14px !important;
  font-weight: 400;
  width: 10rem;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar .row1 {
  right: 0 !important;
  width: 0%;
}
.navbar .row1 li{
  /* position: relative; */
  padding: 0 4px;
  float: center;
  margin: 0;
}

.navbar .row2 ul li {
  /* position: relative; */
  padding: 0;
  float: center;
  /* width: 80%; */
}


.navbar .row2 li {
  position: relative;
  padding: 0 16px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  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: #6900FF;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #6900FF;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.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;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 2px solid #6900FF;
  width: 200px;
}

.hidden {
  display: none;
}
.expand-all {
  color: #6900FF;
  font-size: 14px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  color: #4D4D4D;
  border-bottom: 0.5px solid #808080 !important;
}

.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: #6900FF;
}
.text_des {
  fornt-size: 20px;
  font-weight: 200;
  color: #4D4D4D;
}
.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;
}
#header.header-scrolled,
#header.header-inner-pages {
  background:white;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: black;
  font-size: 90px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color:#000;
}

@media (max-width: 991px) {
  #hero {
    height: 75vh !important;
    text-align: center !important;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .img-fluid {
    max-width: 88%;
    height: auto;
    padding-top: 0%;
    /* padding-right: 0px; */
}

  .navbar ul {
    display: none;
  }
  .deparment-box {
    margin: 0;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 45px;
  right: 0;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
    font-size: 54px;
    color: #37517e;
    border-bottom: 1px solid;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a, .active {
  color: #6900FF !important;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.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: #6900FF;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 95vh;
  background:white;
}
#session-nav {
  height: 10vh;
}
#award {
  width: 100%;
  height: 66vh;
  background:url(../img/banner-award.png) no-repeat;
}
.ebook-bg {
  background-image: url(../img/Group-violet.svg);
}

.text_des {
  fornt-size: 20px;
  font-weight: 200;
  color: #4D4D4D;
}

.report-bg {
  background-image: url(../img/report-bg.png);
}

.survey-platform-bg {
  background-image: url(../img/bg-orange.png);
}
.text_des {
    fornt-size: 20px;
    font-weight: 200;
    color: #4D4D4D;
}
.color-fff {
  color: #fff;
}
.color-A352EA {
  color: #A352EA !important;
}
.color-54A5EC {
  color: #54A5EC !important;
}
.color-18C267 {
  color: #18C267 !important;
}
.color-21272A {
  color: #21272A !important;
}
.has-search .form-control {
  padding-left: 2.375rem;
}
.assessment {
  padding: 0 !important;
}
.assessment-list {
  padding: 50px 0;
  background-image: url(../img/Group-violet.svg);
  text-align: center;
  font-size: 15px;
  color: #444444;
}
.btn-assesment {
  width: 100%;
  font-size: 14px;
  background-color: white;
  color: #5D5FEF;
  border: white solid 1px;
  border-radius: 5px;
  min-height: 48px;
  margin-top: 10px;
}
.box-survey {
  box-shadow: 2px 2px 2px 2px #d8d4d4;
  border-radius: 3px;
  min-height: 232px;
}

.assessment-box .title {
  background-image: url(../img/assesment/bacgroud-img.png);
}
.assessment-box .title p{
  min-height: 120px;
  font-weight: bold;
  font-size: 20px;
  color: white;
  padding: 16px ;
}
.box-survey .title{
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 700;
}
.box-survey .content{
  padding: 8px;
  font-size: 10px;
  color: #808080;
}

.box-survey img,  .assessment-box img{
  width: 100%;
  max-height: 300px;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.popular-title {
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 15px !important;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px 0 10px 0 !important;
  color: #fff !important;
  background-color: #6900FF;
  border: none;
  width: 230px;
  font-size: 16px !important;
  font-weight: bold;
}

.box-example .title{
  background-color: #EEEEEE;
  border: 1px solid #D7D7D7;
  padding: 10px 25px;
  color: #101010;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
}
.box-example .title-dropdown {
  background-color: #EEEEEE;
  border: 1px solid #D7D7D7;
  padding: 5px 20px;
  margin-left: 15px;
  color: #101010;
  font-size: 14px;
  font-weight: 400;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.box-example .detail {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  color: #909090;
  padding: 10px 20px 10px 10px;
  font-weight: 700;
  border-radius: 5px;
}
.box-example .detail p {
  font-size: 14px;
  padding-left: 1rem;
}

.box-example .detail ul {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.table-detail, .table-detail td, .table-detail td{
  border: 1px solid #D7D7D7;
}
.table-detail td {
  padding:  6px 15px;
}
.pl-1 {
  padding-left: 1rem;
}
.fw-400 {
  font-weight: 400;
}
.table-detail td span {
  float: right;
}

.table-detail {
  width: 95% !important;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
  padding-left: 10px;
  color: #616161;
}

.des {
  font-style: italic !important;
  font-size: 12px !important;
  font-weight: 600;
}
.note {
  font-size: 10px !important;
  font-weight: 400 !important;
  padding-bottom: 0 !important;
  list-style-type: inherit !important;
  padding-left: 15px;
}
.title-type-question {
  background-color: #6900FF;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  width: 40%;
}
.box-example .detail ul li {
  font-size: 14px;
  font-weight: 400;
  color: #909090;
  line-height: 17px;
  list-style-type: none;
  
}

.img-award {
  max-width: 100%;
  padding-left: 60px;
}
.box-award {
  background-color: #fff;
  border-radius: 5px;
  height: 400px;
  margin-right: 20px;
}
.box-award-center {
  padding: 5px;
}
.box-award .title {
  color: #6900FF;
  font-size: 16px;
  font-weight: 700;
  padding-top: 20px;
}
.box-award ul li {
  list-style-type: none;
  padding-top: 5px;
}
.box-award ul {
  padding: 0 !important;
}
.box-award .description {
  font-size: 10px;
  color: #808080;
  font-weight: 400;
}
.color-282828{
  color: #282828 !important;
}

.color-000B33 {
  color: #000B33;
}
.box-ebook {
  background-image: url(../img/ebook/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 335px;
  border-radius: 26px;
}
.box-ebook .content {
  padding: 170px 30px 0px 20px;
  font-size: 18px;
  color: white;
  font-weight: 700;
}
.box-ebook .btn-download {
  font-size: 14px;
  color: #8B8B8B;
  background-color: white;
  font-weight: 400;
  margin-left: 20px;
  border: none;
  border-radius: 10px;
  padding: 3px 10px;
}
.box-start-survey-platform {
  border: 1px solid #BBBBBB;
  margin: 40px 201px;
  width: 70%;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
}

.box-start-survey {
  /* border: 2px solid #5E00F9; */
  background-color: #5E00F9;
  margin: 40px 201px;
  width: 60%;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  color: white;
}

.box-start-survey-platform p {
  color: #000;
  font-size: 30px;
  padding-top: 30px;
  font-weight: 700;
}

.color-989898 {
  color: #989898 !important;
}

.survey-platform {
  color: #54A5EC !important;
  font-size: 25px;
  font-weight: 700;
  border-bottom: 3px solid #54A5EC;
}

.target-respondent {
  color: #A352EA !important;
  font-size: 25px;
  font-weight: 700;
  border-bottom: 3px solid #A352EA;
  margin-left: 10px;
}

.assessment {
  color: #18C267 !important;
  font-size: 25px;
  font-weight: 700;
  border-bottom: 3px solid #18C267;
}

.box-platform {
  border: 2px solid #747474;
  border-radius: 15px;
  margin-right: 10px;
  height: 900px;
}

.fixed-bottom-box {
  padding-top: 30px;
}

.fixed-bottom-advance {
  padding-top: 210px;
}
.fixed-bottom-advance a {
  color: white;
}

.fixed-bottom-advance button {
  background-color: #FF7A17;
}

.sign-up {
  width: 100%;
  padding: 5px 0;
  background-color: #000000;
  color: white;
  border: none;
}

.color-white {
  color: white;
}

.lable-best {
  color: white;
  font-size: 16px;
  background-color: #FF7A17;
  padding: 0px 4px;
  border-radius: 4px;
}
.box-platform-advance {
  color: white !important;
  background-color: #6900FF;
}

.box-platform-advance ul li {
  color: white;
}

.pl-1 {
  padding-left: 0.5rem;
}

.box-platform .box-content {
  padding: 40px;
}

.lable-premier {
  background-color: #F1F1F1;
  padding: 5px 15px;
  font-size: 16px;
  color: #000B33;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 5px;
}

.container {
  max-width: 1020px;
}

#hero .container {
  padding-top: 72px;
}
#award .container {
  padding-top: 2px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  font-style: normal;
} 
#award h1 {
  margin: 0 0 10px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  font-style: normal;
} 

h1 span {
  color: #6900FF;
}

.icon-list .image{
  bottom: 0;
  margin: 0;
}
.text-right {
  text-align: right !important;
}
.table_qc {
  margin-bottom: 0;
  --bs-table-bg: none;
  border: none !important;
  border-bottom: none;
}
.mb-13 {
  margin-bottom: 13px;
}
.f-s-20 {
  font-size: 20px !important;
}
.f-s-14 {
  font-size: 14px !important;
}

.f-s-12 {
  font-size: 12px !important;
}

.f-s-11 {
  font-size: 11px !important;
}
.f-s-16 {
  font-size: 16px !important;
}
.f-s-8 {
  font-size: 8px;
}
.f-s-18 {
  font-size: 18px !important;
}
.f-s-30 {
  font-size: 30px !important;
}
.f-s-80 {
  font-size: 80px !important;
}
.text-left {
  text-align: left;
}
.text-03 {
  color: #1E1E1E;
  font-size: 126px;
  font-weight: 700;
  padding-top: 30px;
}
.text-list-number {
  color: #DBDBDB;
  font-size: 96px;
  font-weight: 700;
}

.text-03-desc {
  text-align: center; 
  font-size: 14px; 
  line-height: 25px; 
  font-weight: 700;
  color: #000;
}
.image_fade {
  width: 100%;
}
.pd-12 {
  padding-top: 12% !important;
}
.mt-img-template {
  margin-top: -70px;
}
.f-s-24 {
  font-size: 24px;
}
.pl-30 {
  padding-left: 22%;
}
.f-w-900 {
  font-weight: 900;
}
.f-w-700 {
  font-weight: 700;
}
.f-w-200 {
  font-weight: 200;
}
.text-user {
  float: right;
  line-height: 23px;
  text-align: left;
  font-size: 24px;
}
.color-f8f8f8 {
  color: #f8f8f8 !important;
}
.color-4D4D4D {
  color:#4D4D4D !important;
}
.color-FAAF40 {
  color: #FAAF40 !important;
}
.color-6900FF {
  color: #6900FF;
}
.bg-6900FF {
  background-color: #6900FF !important;
  color: white !important;
}
.color-D4D4D4 {
  color: #D4D4D4;
}
.pt-15 {
  padding-top: 35% !important;
}

.pt-15-hero {
  padding-top: 35% !important;
}
.color-8080 {
  color: #808080 !important;
  font-size: 14px !important;
}
.back-honda {
  height: 80vh;
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  /* position: relative;  */
  background-image: url(../img/honda-bg.png);
  background-size: cover;
}
.tranbox {
  background-color: #000;
  opacity: 0.7;
  width: 100%;
}
.tranbox p {
  color: #fff;
}
.pt-10 {
  padding-top: 8%;
}
#hero h2 {
  color: #6900FF;
  /* margin-bottom: 50px; */
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
}

#hero p {
  color: #000;
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 146%;
  font-style: normal;
}

.btn-get-started {
  font-weight: 400;
  font-size: 16px !important;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 24px !important;
  border-radius: 8px;
  transition: 0.5s;
  margin: 10px 0 10px 0 !important;
  color: #fff ;
  background-color: #6900FF;
  border: none;
}

.back-groud-orange {
  background-color: #FF7A17 !important;
}

.btn-get-started:hover {
  background-color: #6900FF;
  color: #fff;
}

.btn-get-explore {
  font-weight: 400;
  font-size: 16px !important;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 24px !important;
  border-radius: 8px;
  transition: 0.5s;
  margin: 10px 0 10px 20px !important;
  color: #000 !important;
  background-color: #fff;
  border: 1px solid #6900FF;
}

.btn-get-explore:hover {
  background-color: #fff;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #6900FF;
}

#award .animated, #hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 45vh;
    text-align: center;
  }
  #award {
    height: 21vh;
    text-align: center;
  }
  .pt-10 {
    padding-top: 20%;
  } 
  #session-nav {
    height: 7vh;
  }
  .img-award {
    width: 21%;
    text-align: center;
    padding-left: 0;
  }
  .pt-15-hero {
    padding-top: 0 !important;
  }
  .height-mobile {
    height: 37vh !important;
  }
  .back-honda {
    height: 35vh;
  }
  #award .animated, #hero .animated {
    animation: none;
  }

  #award .hero-img, #hero .hero-img {
    text-align: center;
  }

  #award hero-img img, #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 900px) {
  #hero {
    height: 45vh;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 45vh;
    text-align: center;
  }
  #award h1, #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .back-honda {
    height: 25vh;
  }
  #award h2,#hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #award .hero-img img, #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/


section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f8f8f8;
}
.note-contact p, .note-contact span{
  font-size: 9px;
  color: #808080;
  margin: 0;
}

.section-title {
  text-align: left;
  padding-bottom: 40px;
}

.entry-title {
  padding: 25px 10px 5px 10px;
}
.input_contact{
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.deparment-title p{
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.deparment-content p {
  margin: 0 !important;
  font-size: 8px !important;
  color: #808080 !important;
}
.deparment-box {
  box-shadow: 0px 0px 3px #00000033;
  border-radius: 13%;
  margin: 10px;
}

.deparment-box .border-title {
  border-top: 2px solid #6900FF;
  padding-top: 5px;
}
.container-deparment {
  max-width: 1020px;
}
.deparment-list-image img{
  width: 100%;
  border-radius: 7%;
}
.contact-form label {
  font-size: 14px;
  color: #b3b3b3;
}
.backgroud-color-f8f8f8 {
  background-color: #f8f8f8;
}
.padding_bottom_16{
  padding-bottom: 16px;
}

.padding_bottom_40{
  padding-bottom: 40px;
}

.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.no-border {
  border: none !important;
}

.box-ipost {
  background-color: #fff;
  border: 1px solid #DDE1E6;
  height: 380px;
}
.learn_more {
  font-size: 12px;
  color: #808080;
  font-weight: 400;
  padding-left: 10px;
  color: #7210FE;
}

.learn-more-index {
  color: white;
  background-color: #7210FE;
  font-size: 10px;
  border-radius: 5px;
  border: none;
  padding: 5px 10px;
}
.box-entry-title a{
  font-size: 20px;
  color: #21272A !important;
  font-weight: 700;
  padding-left: 10px;
}

.entry-title a {
  font-size: 20px;
  color: #000000 !important;
  font-weight: 700;
}

.entry-title a:hover {
  color: #7210FE !important;
}

.entry-content {
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  padding: 8px;
}

.section-title-right {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 10px;
}

.swiper {
  height: 300px;
}
.statistic {
  margin-top: 60px;
}

.statistic img {
  width: 50px;
  margin-top: -30px;
}
.statistic p{
  color: #FF7A17;
  font-size: 23.2px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.statistic span {
  color: #808080;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #6900FF;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.products-list {
  padding: 0;
}
.products-list li {
    border-bottom: 0.5px solid #999;
    padding: 25px 5px 10px;
    font-size: 14px;
    list-style-type: none
}


.swiper-slide h1 {
  padding-top: 50px;
  font-size: 30px;
  padding-bottom: 10px;
}

.swiper-slide p {
  font-size: 16px;
  color: #808080;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/* ---------------------price detail----------- */

.price-note {
  font-weight: 400;
  font-size: 14px;
  color: #000B33;
  float: right;
}
.box-price {
  border: 1px solid #E1E5EE;
  border-radius: 3px;
  height: 300px;
  text-align: center;
}

.box-price .box-inner {
  padding: 30px 30px;
}
.box-price .advance {
  padding: 12px 30px;
}
.box-price .title {
  color: #363940;
  font-size: 18px;
  font-weight: 700;
}
.box-price .title {
  color: #363940;
  font-size: 18px;
  font-weight: 700;
}
.box-price .price {
  font-size: 36px;
  color: #363940;
  font-weight: 700;
  margin-top: 17%;
}
.box-price .price  span{
  font-size: 14px;
  color: #363940;
  font-weight: 400;
}
.box-price .price-detail {
  font-size: 16px;
  color: #8D8D8D;
  font-weight: 400;
  margin-top: 20%;
}

.box-price .btn-price-detail{
  background-color: #6900FF;
  color: white;
  width: 100%;
  border: none;
  margin-top: 10%;
  padding: 5px 0;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
}
.besvalue {
  border: 2px solid #FF7A17;
}
.besvalue .title-besvalue {
  background-color: #FF7A17;
  margin-right: 74px;
  padding: 4px 4px 5px 5px;
  border-radius: 5px;
  font-size: 16px;
  color: white;
}
.besvalue .btn-price-detail{
  background-color: #FF7A17;
}
.basic .btn-price-detail{
  background-color: #A2A2A2;
}
.box-price-detail {
  width: 100%;
}

.box-price-detail .title {
  width: 100%;
  padding: 10px;
  background-color: #F8F8F8;
}

.table-price td {
  font-size: 13px;
  width: 22%;
  text-align: center;
  border: none;
}
.table-price th {
  font-size: 13px;
  width: 15%;
  text-align: left;
  font-weight: 400;
  border: none;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #6900FF;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #6900FF;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #6900FF;
}

.about .content .btn-learn-more:hover {
  background: #6900FF;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us-content p{
  font-size: 14px;
  color: #808080;
  line-height: 20px;
  /* padding-left: 10px; */
}

.why-us-content p span.active{
  color: #6900FF !important;
  padding-left: 0;
}

.why-us-content p span{
  padding: 0 10px 0 20px;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #6900FF;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #6900FF;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.hero-img-banner {
  max-width: 100%;
  padding-left: 60px;
}

@media (max-width: 1024px) {
  #hero {
    height: 90vh;
    text-align: left;
  }

  .hero-img-banner {
    max-width: 75%;
    padding-left: 60px;
  }
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
  .back-gredient-violet {
    background-color: #6900FF !important;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}
.box-platform ul {
  list-style: none;
  padding-left: 0 !important;
}
.box-platform ul li {
  padding-bottom: 4px !important;
}
/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #6900FF;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  border-radius: 30px;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #6900FF;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 25px;
}

.services .icon-box h4 a {
  color: #000;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: normal;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #6900FF;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background-color: #6900FF;
  height: 270px;
  /* padding: 120px 0; */
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #6900FF;
  border: 2px solid #6900FF;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #6900FF;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #6900FF;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6900FF;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6900FF;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #6900FF;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #6900FF;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #6900FF;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #6900FF;
}

.pricing .buy-btn:hover {
  background: #6900FF;
  color: #fff;
}

.pricing .featured {
  border-top-color: #6900FF;
}

.pricing .featured .buy-btn {
  background: #6900FF;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #6900FF;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #6900FF;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #6900FF;
  border-bottom: 3px solid #6900FF;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #6900FF;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #6900FF;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #6900FF;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #6900FF;
  border-bottom: 3px solid #6900FF;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #6900FF;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #6900FF;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.back-violet {
  background-color: #6900FF;
  padding: 50px 0 30px 0;
}
.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8f8f8;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #37517e;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background-image: url(../img/Group-violet.svg);
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 40px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #6900FF;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-newsletter p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #6900FF;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #6900FF;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #6900FF;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #6900FF;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

.icon-facbook {
  color: #4675ee;
  font-size: 39px;
}

.icon-youtube {
  font-size: 39px;
}

#footer .footer-bottom {
  padding-top: 15px;
  padding-bottom: 20px;
  color: #4d4d4d;
  background-color: #f8f8f8;
}

#footer .copyright {
  float: left;
  padding-top: 11px;
  font-size: 12px;
}

#footer .credits {
  float: right;
  font-size: 12px;
  padding-right: 50px;
}

#footer .credits a {
  transition: 0.3s;
}

.twitter {
  background-color: #5a9aec !important;
}

.facebook {
  background-color: #4676ed !important;
}

.instagram {
  background-color: #4467ac !important;
}

.youtube {
  background-color: #da0100 !important;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}