@import "table-of-contents";

/* import fonts */
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");

/*****************************
  GENERAL
*****************************/
body {
  font-family: 'Quicksand', sans-serif;
  position: relative;
  font-weight: 400;
  font-size: 15px;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea, select {
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  width: 100%;
  padding: 0 20px;
}

select.text_field {
  height: 50px;
}

select.text_field {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input {
  line-height: 45px;
  height: 45px;
  border: 1px solid #ececec;
  border-radius: 2px;
  color: #747b86;
  font-size: 16px;
}

label {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #555555;
}

label span {
  font-weight: 400;
  font-size: 15px;
  color: #555;
}

label sup {
  color: #ff6a6d;
}

select[multiple] {
  height: 80px;
}

select:focus {
  outline: 0;
  border-color: #0674ec;
}

.select--field {
  height: 55px;
  border: 1px solid #dcdcdc;
}

.text_field {
  line-height: 50px;
  background: #f4f5f8;
  border: none;
}

textarea {
  border: 1px solid #ececec;
  min-height: 135px;
  line-height: 25px;
  padding-top: 15px;
}

textarea.text_field {
  line-height: 25px;
  padding-top: 15px;
  min-height: 135px;
}

button {
  margin: 0;
  padding: 0;
}

button:focus {
  outline: 0;
}

/* TYPOGRAPHY */
p {
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  margin: 0;
  font-weight: 400;
  padding: 0;
  color: #000000;
}

a {
  color: #0674ec;
}

.form-group {
  margin-bottom: 20px;
}

.form-group p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #898f96;
}

.form-group p span {
  font-weight: 500;
  color: #555555;
}

.form-group p.label {
  margin-top: 0;
  clear: right;
  padding: 0;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* multi colors*/
.mcolor1 {
  color: #77de51;
}

.mcolor2 {
  color: #feb71d;
}

.mcolor3 {
  color: #58c9e9;
}

.mcolor4 {
  color: #ff6a6d;
}

/*SECTION PADDING*/
.section--padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section--padding2 {
  padding: 70px 0 120px;
}

.section--padding3 {
  padding: 70px 0 0;
}

.bgimage {
  position: relative;
}

.bgimage:before {
  z-index: 1;
}

/*Search Input*/
input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], select, textarea {
  box-sizing: border-box;
  box-shadow: none;
  outline: 0;
  width: 100%;
  padding: 0 20px;
}

.rounded, .credit_modules .modules__content .amounts ul li p, .shortcode_modules .modules__content .amounts ul li p, .upload_modules .modules__content .amounts ul li p, .withdraw_module .modules__content .amounts ul li p {
  border-radius: 200px !important;
}

.v_middle, .user_area .user_single .user__short_desc .user_avatar, .user_area .user_single .user__short_desc .user_info, .statement_info_card .icon, .statement_info_card .info {
  display: inline-block;
  vertical-align: middle;
  margin-right: -3px;
  float: none;
}

/*****************************
  -- HELPER
*****************************/
.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.padding-left0 {
  padding-left: 0;
}

.ltr {
  text-align: right;
}

.rtl {
  text-align: left;
}

.br_0 {
  border-right: none !important;
}

.bt1 {
  border-top: 1px solid #e4e4e4;
}

.v_middle {
  display: inline-block;
  vertical-align: middle;
  margin-right: -3px;
  float: none;
}

.inline {
  display: inline-block;
}

.text--white {
  color: #fff;
}

.rounded {
  border-radius: 200px !important;
}

// border
.border-right1 {
  border-right: 1px solid $borderColor;
}

.bold {
  font-weight: 500;
}

/* verticaly middle */
.ver_mid {
  display: table-cell;
  vertical-align: middle;
}

.shortcode_module_title {
  @extend .product-title-area;
}

/*Btn*/
.btn {
  background: #0674ec;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  transition: .3s ease;
  border: none;
  position: relative;
}

.btn {
  margin: 0;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  transition: .3s ease;
  position: relative;
  line-height: 45px;
  padding: 0 30px;
}

.btn:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #555555;
  left: 0;
  transition: 0.3s;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  border-radius: 4px;
}

.btn:hover {
  color: #fff;
}

.btn--md, .btn-md {
  line-height: 45px;
  padding: 0 30px;
}

.btn--lg, .btn-lg {
  line-height: 55px;
  font-size: 16px;
  min-width: 195px;
}

.btn--round {
    border-radius: 100px !important;
}

.btn.btn--white, .btn-light, .btn--light, .btn.btn--white:hover, .btn-light:hover, .btn--light:hover {
  background: #fff;
  color: #0674ec;
}

.btn:hover:before {
  opacity: 0.07;
  visibility: visible;
}

.btn.btn--round:hover:before {
  border-radius: 200px;
}

.btn-dark {
  color: #fff;
  background-color: #202428;
  border-color: #202428;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #0674ec;
  border-color: #0674ec;
  box-shadow: none;
}

/*section-title*/
.section-title {
  text-align: center;
  padding-bottom: 45px;
}

.section-title h1 {
  margin-bottom: 24px;
}

.section-title p {
  padding: 0 230px;
  line-height: 30px;
  margin-bottom: 0;
}

.section-title h1 .highlighted {
  color: #0674ec;
}

.bg-light {
  background: #eff1f5;
}

/*****************************
  START MENU AREA
*****************************/
.bg_image_holder {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  z-index: 0;
  transition: opacity .3s linear;
  opacity: 0;
}

.menu-area.menu--light {
  position: relative;
  z-index: 2222;
}

.menu--light .top-menu-area {
  background: 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.top-menu-area .menu-fullwidth {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top-menu-area .logo-top {
  padding: 19px 35px 19px 20px;
  border-right: 1px solid #ebedf2;
}

.menu--light .top-menu-area .logo-top {
  border-color: rgba(255, 255, 255, .1);
}

.top-menu-area .menu-fullwidth .menu-container {
  flex: 3;
}

.top-menu-area .menu-fullwidth .hero__btn-area {
  flex: 2;
}

.top-menu-area .menu-fullwidth .hero__btn-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.top-menu-area .menu-fullwidth .hero__btn-area .btn {
  background: 0 0;
  border: 1px solid #fff;
  color: #6b6e8a;
  transition: .3s ease;
}

.menu--light .top-menu-area .menu-fullwidth .hero__btn-area .btn {
  color: #ffffff;
}

.top-menu-area .menu-fullwidth .hero__btn-area .btn.btn--white {
  background-color: #ffffff;
  color: #0674ec;
}

.top-menu-area .menu-fullwidth .hero__btn-area .btn:first-child {
  margin-right: 26px;
}

.top-menu-area .d_menu {
  padding-left: 35px;
}

.mainmenu__menu {
  border: none;
  margin: 0;
  padding: 0;
}

.mainmenu__menu .navbar-collapse {
  padding: 0;
  float: left;
}

.mainmenu__menu .navbar-nav>li {
  display: inline-block;
  padding: 17px 0;
  margin-right: 40px;
}

.has_dropdown {
  position: relative;
}

.menu--light .mainmenu__menu .navbar-nav>li>a {
  color: #fff;
}

.menu--light .mainmenu__menu .navbar-nav>li>a:hover {
  color: rgb(255 255 255 / 50%);
}

.mainmenu__menu .navbar-nav>li>a {
  font-weight: 500;
  padding: 0;
  font-size: 16px;
  line-height: 42px;
  transition: .3s ease;
  color: #6b6e8a;
  text-transform: capitalize;
}

.has_dropdown>a, .has_megamenu>a {
  position: relative;
}

.has_dropdown>a:before, .has_megamenu>a:before {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 13px;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown.dropdown--menu {
  padding: 20px;
}

.has_dropdown .dropdown {
  top: calc(100% + 20px);
}

.dropdown {
  position: absolute;
  min-width: 271px;
  background: #fff;
  padding: 19px 30px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition: .3s ease;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 40px rgb(82 85 90 / 20%);
}

.dropdown:before {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  bottom: 100%;
}

.dropdown.dropdown--menu ul li {
  padding: 0;
  margin: 0;
  display: block;
}

.dropdown.dropdown--menu ul li a {
  padding: 0 10px;
  text-transform: capitalize;
  font-weight: 400;
  color: #54667a;
  line-height: 44px;
  border-radius: 3px;
  transition: 0.2s;
}

.dropdown li a {
  font-size: 15px;
  line-height: 32px;
  display: block;
  color: #747b86;
}

.has_dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.dropdown.dropdown--menu {
  padding: 20px;
}

.has_dropdown .dropdown {
  top: calc(100% + 20px);
}

.mainmenu__menu .navbar-nav>li {
  display: inline-block;
  padding: 17px 0;
  margin-right: 40px;
}

.has_megamenu {
  position: static !important;
}

.has_megamenu .dropdown_megamenu.contained {
  width: 600px;
}

.has_megamenu .dropdown_megamenu {
  background: #fff;
  transition: .3s ease;
  left: 0;
  position: absolute;
  width: 1110px;
  visibility: hidden;
  opacity: 0;
  top: calc(100% + 20px);
  padding: 20px;
  z-index: 222;
  box-shadow: 0 5px 40px rgb(82 85 90 / 20%);
  border-radius: 0 0 4px 4px;
}

.has_megamenu:hover .dropdown_megamenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.megamnu_module .menu_items {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.megamnu_module .menu_items .menu_column {
  flex: 1;
}

.megamnu_module .menu_items .menu_column li {
  position: relative;
}

.megamnu_module .menu_items .menu_column li a {
  color: #54667a;
  font-size: 15px;
  line-height: 36px;
  padding: 0 10px;
  display: block;
  border-radius: 4px;
  transition: all .3s ease;
}

.megamnu_module .menu_items .menu_column li.has_badge {
  display: inline-block;
}

.megamnu_module .menu_items .menu_column .title {
  font-weight: 500;
  font-size: 17px;
  padding: 10px 10px 15px;
  color: #555555;
  display: inline-block;
}

/*****************************
  START HERO AREA CSS
*****************************/
.hero-area {
  height: 600px;
  position: relative;
  width: 100%;
}

.intro-area::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(#7347c1), to(#0674ec));
  background: -webkit-linear-gradient(right, #7347c1, #0674ec);
  background: -o-linear-gradient(right, #7347c1, #0674ec);
  background: linear-gradient(to left, #7347c1, #0674ec);
  opacity: .9;
  top: 0;
  left: 0;
}

.bg_image_holder {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  opacity: 0;
}

.bg_image_holder img {
  display: none;
}

.hero-area .hero-content {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}

.content_above {
  position: relative;
  z-index: 2;
}

.hero-area .hero-content .content-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.hero-area .hero__content__title {
  text-align: center;
}

.hero-area .hero__content__title h1 {
  color: #f3f3f8;
  text-shadow: 1px 2px 2px rgb(0 0 0 / 20%);
  font-size: 60px;
}

.hero-area .hero__content__title h1 .light {
  font-weight: 400;
  display: block;
}

.hero-area .hero__content__title h1 .bold {
  font-weight: 500;
}

.hero-area .hero__content__title .tagline {
  color: #f3f3f8;
  font-size: 20px;
  font-weight: 500;
  line-height: 72px;
  margin: 0;
  padding-top: 20px;
}

/*Search*/
.hero-area .search__field {
  display: flex;
  justify-content: center;
}

.field-wrapper {
  margin: 0;
  position: relative;
  margin-top: 32px;
  margin-bottom: 48px;
  width: 400px;
}

.field-wrapper .relative-field {
  line-height: 50px;
  height: 50px;
}

input {
  line-height: 45px;
  height: 45px;
  border: 1px solid #ececec;
  border-radius: 2px;
  color: #747b86;
  font-size: 16px;
}

.field-wrapper .btn {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 30px;
  top: 0;
}

/*****************************
  END HERO AREA CSS
*****************************/

/*****************************
  BREADCRUMB AREA CSS
*****************************/

.breadcrumb-area {
  padding-top: 52px;
  padding-bottom: 50px;
  position: relative;
}

.breadcrumb-area:before, .search-area2:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(to left, #7347c1, #0674ec);
  opacity: .91;
  top: 0;
  left: 0;
}

.breadcrumb-area .breadcrumb {
  padding-bottom: 17px;
}

.breadcrumb {
  padding: 0;
  background: 0 0;
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb ul {
  width: 100%;
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb ul li {
  display: inline-block;
}

.breadcrumb-area .breadcrumb ul li a {
  color: #ffffff;
  font-size: 15px;
}

.breadcrumb-area .breadcrumb ul li:after {
  content: '/';
  color: #fff;
  padding: 0 7px;
}

.breadcrumb-area .breadcrumb ul li:last-child:after {
  content: inherit;
}

.breadcrumb-area .breadcrumb ul li.active a {
  color: #bfcad7;
}

.breadcrumb-area .page-title {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  text-transform: capitalize;
}

/*****************************
  END BREADCRUMB AREA CSS
*****************************/

/*****************************
  FEATURE AREA CSS
*****************************/
.feature {
  text-align: center;
  padding: 40px 25px;
}

.feature:hover {
  box-shadow: 0 2px 50px rgb(0 0 0 / 8%);
  transition: 0.3s ease;
}

.feature .feature__img img {
  height: 230px;
  width: 230px;
  border-radius: 8px;
  box-shadow: 0 6px 40px rgb(0 0 0 / 15%);
}

.feature .feature__title {
  padding-top: 50px;
  padding-bottom: 24px;
}

/*****************************
  END FEATURE AREA CSS
*****************************/

/*****************************
  PROMOTION AREA CSS
*****************************/

.promotion-img img {
  border-radius: 8px;
  box-shadow: 0 6px 40px rgb(0 0 0 / 15%);
  width: 100%;
}

.promotion-content .promotion__subtitle {
  line-height: 72px;
  color: #0674ec;
}

.promotion-content .promotion__title {
  font-size: 38px;
  line-height: 48px;
}

.promotion-content .promotion__title span {
  color: #7347c1;
  font-weight: 500;
}

.promotion-content p {
  color: #333333;
  line-height: 32px;
  margin: 35px 0 43px;
}

.promotion-content .btn {
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
}

/*****************************
  END PROMOTION AREA CSS
*****************************/

/*****************************
  COUNTER AREA CSS
*****************************/
.counter-up-area {
  position: relative;
}

.counter-up-area:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(13, 15, 19, 0.8);
}

.counter-up {
  overflow: hidden;
  padding: 96px 0;
}

.counter-up .counter {
  width: 33.333%;
  float: left;
  text-align: center;
}

.counter-up .counter span.lnr {
  display: block;
  font-size: 48px;
}

.counter-up .counter .count {
  font-size: 36px;
  margin-top: 35px;
  display: inline-block;
}

.counter-up .counter p {
  color: #ffffff;
  margin-top: 7px;
  font-size: 18px;
  margin-bottom: 0;
}

.counter-up .counter .countsale:before {
  content: "$";
  margin-right: 3px;
}

/*****************************
  END COUNTER AREA CSS
*****************************/

/*****************************
  PROPOSAL AREA CSS
*****************************/
.proposal-area {
  overflow: hidden;
}

.proposal--left {
  background: #0674ec no-repeat bottom;
}

.proposal {
  text-align: center;
  padding: 100px 19%;
}

.proposal .proposal__content {
  padding: 41px 0 35px;
}

.proposal .proposal__content h1 {
  padding-bottom: 24px;
}

.proposal-area .proposal .proposal__icon img {
  height: 100px;
}

.proposal--right {
  background: #7347c1 no-repeat bottom;
}

/*****************************
  END PROPOSAL AREA CSS
*****************************/

/*****************************
  CTA AREA CSS
*****************************/
.cta-single {
  text-align: center;
}

.cta-single h3 {
  margin: 0 0 30px 0;
}

.cta-single p {
  margin-bottom: 30px;
}

.cta-divider {
  display: flex;
  align-items: center;
  text-align: center;
}

.cta-divider span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to left, #7347c1, #0674ec);
  color: #ffffff;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}

.cta-divider span:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background: rgb(6 116 236 / 10%);
  border-radius: 50%;
  left: -5px;
  top: -5px;
}

/*****************************
  CTA AREA CSS
*****************************/

/*****************************
  PARTNER AREA CSS
*****************************/
.partner-area {
  background: #f6f7fb no-repeat center;
}

.partners {
  margin-top: 30px;
}

.partners .partner {
  display: inline-block;
}

/*****************************
   EOD PARTNER AREA CSS
*****************************/

/*****************************
  CALL TO ACTION AREA CSS
*****************************/
.call-to-action {
  position: relative;
  padding: 110px 0;
}

.call-to-action:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(#7347c1), to(#0674ec));
  background: -webkit-linear-gradient(right, #7347c1, #0674ec);
  background: -o-linear-gradient(right, #7347c1, #0674ec);
  background: linear-gradient(to left, #7347c1, #0674ec);
  opacity: .9;
}

.call-to-wrap {
  text-align: center;
}

.call-to-wrap h4 {
  font-size: 18px;
  margin-top: 24px;
}

.callto-action-btn {
  margin-top: 50px;
}

/*****************************
  EOD CALL TO ACTION AREA CSS
*****************************/

/*****************************
  ABOUT AREA CSS
*****************************/
.content_block5 .content_block5_content h1 {
  line-height: 46px;
  margin-bottom: 24px;
}

.content_block5 .content_block5_content h1 span {
  color: #0674ec;
}

.content_block5 .content_block5_content p {
  margin: 0;
}

.content_block5 .content_block5_content .btn {
  margin-top: 45px;
}

/*****************************
  EOD ABOUT AREA CSS
*****************************/

/*****************************
  SINGLE FEATURE AREA CSS
*****************************/
.feature_area {
  padding-bottom: 70px;
}

.single_feature {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.single_feature .feature__content {
  padding-left: 33px;
  flex: 2;
}

.single_feature .feature__content h3 {
  line-height: 40px;
}

.single_feature .feature__icon span {
  font-size: 48px;
  color: #0674ec;
}

.single_feature .feature__content p {
  line-height: 30px;
  margin: 0;
}

.single_feature .img-holder {
  width: 50px;
  margin-top: 10px;
}

/*****************************
  EOD SINGLE FEATURE AREA CSS
*****************************/

/*****************************
  FOTER AREA CSS
*****************************/
.footer-big {
  background: #262b30;
}

.info__logo {
  margin-bottom: 25px;
}

.footer-big .footer-menu ul li a, .footer-big p, .footer-big ul li {
  color: #ababab;
}

.info-contact li {
  font-size: 16px;
  margin-bottom: 12px;
}

.info-contact {
  margin-top: 21px;
}

.info-contact li .info-icon {
  color: #fff;
}

.info-contact li .info, .info-contact li .info-icon {
  display: inline-block;
  vertical-align: middle;
}

.info-contact li .info {
  width: calc(100% - 30px);
  padding-left: 8px;
}

.footer-menu {
  display: inline-block;
  width: 49%;
  padding-left: 48px;
}

.footer-widget-title {
  line-height: 42px;
  margin-bottom: 10px;
}

.footer-menu ul li a {
  font-size: 15px;
  line-height: 32px;
  transition: .3s ease;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.mini-footer {
  background: #192027;
  text-align: center;
  padding: 32px 0;
}

.mini-footer p {
  margin: 0;
  line-height: 26px;
  font-size: 15px;
  color: #999;
}

.mini-footer p a:hover {
  color: #0674ec;
}

.mini-footer p a {
  color: #fff;
}

.go_top a {
    line-height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #0674ec;
    color: #fff !important;
    position: fixed;
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    border-radius: 50%;
    right: calc((100% - 1140px)/ 2);
    z-index: 111;
    bottom: 20px;
}

/*****************************
  EOD FOTER AREA CSS
*****************************/

/*****************************
  SOCIAL
*****************************/
.social {
  display: inline-block;
}

.social ul li {
  display: inline-block;
  margin-bottom: 10px;
}

.social ul li a {
  display: inline-block;
}

.social ul li a span {
  line-height: 40px;
  width: 40px;
  text-align: center;
}

.social ul li + li {
  margin-left: 8px;
}

.social--color--filled ul li a {
  color: #fff;
}

.social--color--filled span {
  border-radius: 50%;
}

.social--color--filled span.fa-facebook {
  background: #395799;
}

.social--color--filled span.fa-twitter {
  background: #19b2f5;
}

.social--color--filled span.fa-google-plus {
  background: #f05b44;
}

.social--color--filled span.fa-pinterest {
  background: #9c0c1c;
}

.social--color--filled span.fa-linkedin {
  background: #007bb5;
}

.social--color--filled span.fa-dribbble {
  background: #ea4c89;
}

.social--color--filled span.fa-instagram {
  background: #bc2a8d;
}

.social--color--filled span.fa-vine {
  background: #1ab7ea;
}

.social--color--filled span.fa-flickr {
  background: #ff0084;
}

.social--color--filled span.fa-skype {
  background: #1ab7ea;
}

.social--color--filled span.fa-tumblr {
  background: #2c4762;
}

.social--color--filled span.fa-youtube {
  background: #dc0101;
}

/*****************************
    PRICING
*****************************/
.pricing-wrapper {
  display: flex;
}

.package-single {
  margin-top: 50px;
  margin-right: -1px;
  margin-bottom: 30px;
  padding: 26px 30px 30px;
  border: 1px solid #ebedf2;
  flex: 1;
  position: relative;
}

.package-single .package-header {
  text-align: center;
}

.package-single .package-header .amount {
  padding: 10px 0 25px 0;
  border-bottom: 1px solid #ebedf2;
  margin-bottom: 30px;
}

.package-single .package-header .amount span {
  font-size: 40px;
  font-weight: 500;
  display: block;
}

.package-single .package-body ul li {
  margin-bottom: 13px;
  padding-left: 25px;
  position: relative;
  color: #7a82a6;
}

.package-single .package-body ul li.no:before {
  content: "\f05c";
}

.package-single .package-body .btn {
  margin-top: 20px;
}

.package-single .package-header .amount span {
  color: #555555;
}

.package-single {
  margin-top: 50px;
  margin-right: -1px;
  margin-bottom: 30px;
  padding: 26px 30px 30px;
  border: 1px solid #ebedf2;
  flex: 1;
  position: relative;
  background: #ffffff;
}

.package-single.featured-plan .featured-badge {
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.package-single.featured-plan .featured-badge {
  background: #0674ec;
}

.package-single .package-body ul li.yes:before {
  content: "\f05d";
}

.package-single .package-body ul li.no:before {
  content: "\f05c";
}

.package-single .package-body ul li:before {
  position: absolute;
  font-size: 16px;
  font-family: FontAwesome;
  left: 0;
  top: -1px;
}

.package-single .package-body ul li.no:before {
  color: #f4516c;
}

.package-single .package-body ul li.yes:before {
  color: #1dc9b7;
}

/*****************************
    END PRICING
*****************************/

/*****************************
    LIST ITEM
*****************************/
.event_module .list_item {
  width: 100%;
  padding-top: 23px;
}

.event_module .list_item li:nth-child(2n+1) {
  padding-right: 15px;
}

.event_module .list_item li {
  position: relative;
  padding-left: 25px;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.event_module .list_item li:before {
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  color: #0674ec;
}

.event_module {
  border-top: 1px solid #ebedf2;
  padding-top: 32px;
  margin-top: 30px;
  width: 100%;
}

/*****************************
    START SIGNUP AREA
*****************************/
.signup_area, .login_area {
  background: #eff1f5;
}

.signup_area .cardify, .login_area .cardify {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgb(108 111 115 / 10%);
}

.login, .signup_form {
  padding: 60px 0;
}

.signup_form .login--header, .login .login--header {
  border-bottom: 1px solid #ececec;
  text-align: center;
  padding: 0 50px 26px;
}

.signup_form .login--header h3, .login .login--header h3 {
  color: #000;
  font-size: 26px;
  padding-bottom: 20px;
}

.signup_form .login--header p {
  margin-bottom: 0;
  line-height: 28px;
}

.signup_form .login--form, .login .login--form {
  padding: 25px 50px 0;
}

.signup_form .login_assist, .login_assist {
  margin-top: 40px;
}

.signup_form .login_assist p {
  margin-bottom: 0;
  color: #898f96;
}

/*LOG IN*/
.custom_checkbox input[type=checkbox] {
  display: none;
}

.custom_checkbox label .shadow_checkbox {
  height: 18px;
  width: 18px;
  top: 0;
  border: 1px solid #d3d3d3;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 2px;
}

.custom_checkbox label .shadow_checkbox:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  content: '\f00c';
  font-size: 12px;
  visibility: hidden;
  text-align: center;
  color: #fff;
  line-height: 18px;
  font-family: FontAwesome, sans-serif;
  border-radius: 2px;
  background: #0674ec;
}

.custom_checkbox input[type=checkbox]:checked+label .shadow_checkbox:before {
  visibility: visible;
}

.custom_checkbox label .label_text {
  font-weight: 400;
  color: #555;
  display: inline-block;
  vertical-align: middle;
  margin-left: 11px;
}

.login_assist .recover {
  text-align: left;
  display: inline-block;
}

.login_assist .signup {
  text-align: right;
  float: right;
}

/*****************************
    END START SIGNUP AREA
*****************************/

/*****************************
    START TERMS OF SERVICE
*****************************/
.term_condition_area, .site_map_area {
  background: #eff1f5;
  padding: 60px 0 120px;
}

.term_condition_area .term_modules, .site_map_area .term_modules {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgb(108 111 115 / 10%);
  padding-bottom: 50px;
}

.term_condition_area .term_modules .term .term__title, .site_map_area .term_modules .term .term__title {
  padding: 32px 30px 22px;
  border-bottom: 1px solid #ececec;
}

.term_condition_area .term_modules .term .term__title h4, .site_map_area .term_modules .term .term__title h4 {
  font-size: 24px;
  color: #000;
  line-height: 32px;
}

.term_condition_area .term_modules .term > p, .term_condition_area .term_modules .term .term__content {
  padding: 30px;
}

.term_condition_area .term_modules .term .term__content .content_list {
  padding-left: 30px;
  margin-top: 25px;
}

.term_condition_area .term_modules .term .term__content .content_list li {
  padding-left: 26px;
  position: relative;
  line-height: 30px;
  color: #555;
  display: flex;
  align-items: baseline;
}

.term_condition_area .term_modules .term .term__content .content_list li:before {
  content: "";
  height: 7px;
  width: 7px;
  background: #c5cad4;
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-top: 15px;
  transform: translateY(-50%);
}

/*****************************
    END TERMS OF SERVICE
*****************************/
.site_map_area .term_modules .term .table {
  margin: 30px;
  width: 94.5%;
  border: 1px solid #dee2e6;
}

.site_map_area .term_modules .term .table th, .site_map_area .term_modules .term .table td {
  border: none;
}

.site_map_area .term_modules .term .table thead {
  background: #eff1f5;
}

.site_map_area .term_modules .term .table thead th {
  border-right: 1px solid #dee2e6;
}

.site_map_area .term_modules .term .table thead th:last-child {
  border-right: none;
}

.site_map_area .term_modules .term .table td {
  width: 40%;
}

/*****************************
    RESPONSIVE
*****************************/
@media screen and (max-width:1400px) {
  .footer-area .newsletter__form .field-wrapper, .hero-area .search__field .field-wrapper {
    width: 300px;
  }

}

@media screen and (min-width:1200px) and (max-width:1399px) {

  /*MENU AREA*/
  .top-menu-area .logo-top {
    padding-right: 25px;
  }

  .top-menu-area .d_menu {
    padding-left: 25px;
  }

  .mainmenu__menu .navbar-nav>li {
    margin-right: 25px;
  }

  .has_megamenu .dropdown_megamenu {
    width: 150%;
  }

}

@media screen and (min-width:992px) and (max-width:1199px) {

  /*MENU AREA*/
  .has_megamenu .dropdown_megamenu {
    width: 100%;
  }

  .mainmenu__menu .navbar-nav>li {
    margin-right: 20px;
  }

  .proposal .proposal__content h1 {
    font-size: 30px;
  }

}

@media screen and (max-width:1199px) {

  /*MENU AREA*/
  .top-menu-area .menu-fullwidth .hero__btn-area .btn {
    font-size: 14px;
    min-width: 120px;
    padding: 0 8px;
    line-height: 45px;
  }

  .top-menu-area .menu-fullwidth .hero__btn-area {
    flex: 1;
  }

}

@media screen and (max-width:991px) {

  /*MENU AREA*/
  .has_megamenu .dropdown_megamenu {
    width: 100%;
  }

  .top-menu-area .menu-fullwidth {
    justify-content: space-between;
    position: relative;
  }

  .top-menu-area .menu-fullwidth .logo-wrapper {
    width: auto;
    order: 1;
  }

  .top-menu-area .menu-fullwidth .logo-wrapper .logo-top {
    justify-content: center;
    border-right: 0 none;
    padding: 19px 20px 19px 50px;
  }

  .top-menu-area .menu-fullwidth .menu-container {
    order: 0;
    flex: inherit;
    margin-top: 0;
  }

  .top-menu-area .d_menu {
    padding-left: 20px;
  }

  .top-menu-area .d_menu .navbar {
    position: static;
  }

  .mainmenu__menu {
    padding: 15px 0;
  }

  .mainmenu__menu {
    min-height: 0;
  }

  .mainmenu__menu .navbar-toggler {
    border: 1px solid #6f7495;
    padding: 3px;
  }

  .mainmenu__menu .icon-menu {
    line-height: 30px;
    color: #6f7495;
  }

  .mainmenu__menu .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #fff;
    padding: 15px 15px;
    overflow: scroll;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  }

  .mainmenu__menu .navbar-collapse .navbar-nav {
    margin: 0;
  }

  .mainmenu__menu .navbar-nav>li {
    display: block;
    padding: 0;
    margin-right: 0;
  }

  .mainmenu__menu .navbar-nav>li a {
    line-height: 40px;
  }

  .mainmenu__menu .has_dropdown .dropdown, .mainmenu__menu .has_dropdown .dropdown_megamenu, .mainmenu__menu .has_megamenu .dropdown, .mainmenu__menu .has_megamenu .dropdown_megamenu {
    position: initial;
    display: none;
    box-shadow: 0 0 0;
    opacity: 1;
    padding: 5px;
    visibility: visible;
    transition: 0s;
  }

  .mainmenu__menu .has_dropdown .dropdown ul li a, .mainmenu__menu .has_dropdown .dropdown_megamenu ul li a, .mainmenu__menu .has_megamenu .dropdown ul li a, .mainmenu__menu .has_megamenu .dropdown_megamenu ul li a {
    line-height: 35px;
  }

  .menu--light .mainmenu__menu .navbar-nav>li>a {
    color: inherit;
  }

  .menu--light .mainmenu__menu .navbar-toggler .icon-menu {
    color: #bababa;
  }

  .menu--light .mainmenu__menu .navbar-toggler {
    border-color: #bababa;
  }

  .mainmenu__menu .has_dropdown a span, .mainmenu__menu .has_megamenu a span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    line-height: normal;
  }

  .has_dropdown>a:before, .has_megamenu>a:before {
    display: none;
  }

  .mainmenu__menu .has_dropdown a, .mainmenu__menu .has_megamenu a {
    display: block;
    position: relative;
  }

  .top-menu-area .menu-fullwidth .hero__btn-area {
    order: 2;
    flex: inherit;
  }

  /*LIST ITEM*/
  .event_module .list_item {
    width: 100%;
  }

  /*PRICING*/
  .pricing-wrapper .package-single {
    padding: 20px 20px 25px;
  }

  .proposal .proposal__content h1 {
    font-size: 30px;
  }

  .site_map_area .term_modules .term .table {
    width: 91.5%;
  }


  .footer-area .footer-menu {
    padding-left: 0;
    margin-bottom: 40px;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .section-title p {
    padding: 0 125px;
  }

  .top-menu-area .logo-top {
    display: flex;
    align-items: center;
    height: 90%;
  }

}

@media screen and (max-width:767px) {
  .mainmenu__menu .megamnu_module .menu_items {
    display: block;
  }

  .megamnu_module .menu_items .menu_column {
    width: 100%;
  }

  .megamnu_module .menu_items {
    overflow: scroll;
    height: 180px;
  }

  .hero-area .hero__content__title h1 {
    font-size: 40px;
  }

  .section--padding {
    padding: 100px 0;
  }

  .section-title p {
    padding: 0;
  }

  /*START HERO AREA*/
  .hero-area {
    height: 660px;
  }

  .hero-area .hero__content__title .tagline {
    line-height: 30px;
  }

  .search__field {
    padding: 0;
  }

  /*LIST ITEM*/
  .event_module .list_item li {
    width: 100%;
  }

  .event_module .list_item li:nth-child(2n+1) {
    padding-right: 0;
  }

  /*COUNTER*/
  .counter-up .counter:nth-child(1), .counter-up .counter:nth-child(2) {
    margin-bottom: 40px;
  }

  .counter-up .counter {
    width: 50%;
  }

  /*PARTNERS*/
  .partners {
    text-align: center;
  }

  /*PRICING*/
  .pricing-wrapper {
    display: block;
  }

  .pricing-wrapper .package-single {
    margin-top: 0;
  }

  .pricing-wrapper .package-single.featured-plan {
    margin-top: 80px;
  }

  section.pricing_area {
    padding-bottom: 70px;
  }

  .cta-divider {
    margin: 50px 0;
  }

  .login {
    padding: 40px 0;
  }

  .login .login_assist .recover, .login .login_assist .signup {
    float: none;
    text-align: left;
  }

}

@media (max-width:575px) {
  .top-menu-area .menu-fullwidth .hero__btn-area {
    display: flex;
    justify-content: center;
    width: 100%;
  }

}

@media (max-width:480px) {

  /*START HERO AREA*/
  .hero-area {
    height: 539px;
  }

  .field-wrapper .btn {
    padding: 0 10px;
  }

  .hero-area .hero__content__title h1 {
    font-size: 30px;
  }

  .section--padding {
    padding: 80px 0;
  }

  /*COUNTER*/
  .counter-up .counter {
    width: 100%;
    margin-bottom: 40px;
  }

  .signup_form .login--header, .login .login--header {
    padding: 0 35px 26px;
  }

  .signup_form .login--form, .login .login--form {
    padding: 25px 35px 0;
  }

}
