@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900");
body {
  font-family: "Poppins", sans-serif !important; }

.mt {
  margin-top: 55px; }

.wbr {
  word-break: break-all; }

input, textarea {
  border-radius: 0 !important; }

.bg-blue {
  background-color: #053360 !important; }

.font-blue {
  color: #053360 !important; }

.fullscreen-container {
  min-height: 100vh; }

.container {
  max-width: 1920px !important; }

.flex-no-shrink {
  flex-shrink: 0 !important; }

.no-style {
  list-style: none; }

section {
  padding: 100px 0 !important; }
  section .section_title {
    max-width: 800px;
    margin: 0 auto; }
    section .section_title h2, section .section_title p {
      text-align: center; }

.typography_breacrumb {
  background: #f9f9f9; }
  .typography_breacrumb h1 {
    color: #222d39;
    font-weight: 400; }
    .typography_breacrumb h1 span {
      font-weight: 700; }
  .typography_breacrumb p {
    color: #677294; }

h1, h2, h3, h4, h5, h6 {
  color: #4b505e; }

p {
  font-size: 15px;
  color: #7a7a7a; }
  p span {
    padding: 3px 8px; }

li {
  color: #7a7a7a; }

.bg-dark {
  background: #222d39 !important; }

.bg-purpple {
  background: #6e3ef8; }

.bg-blue {
  background: #2cabed; }

.h_title {
  font-size: 24px;
  color: #677294;
  font-weight: 300;
  margin-bottom: 50px; }

.heading_style h1, .heading_style h2, .heading_style h3, .heading_style h4, .heading_style h5, .heading_style h6 {
  color: #4b505e;
  font-weight: 700; }

.heading_style .h_title {
  font-size: 24px;
  color: #677294;
  font-weight: 300; }

.heading_style h1 {
  font-size: 50px; }

.heading_style h2 {
  font-size: 44px; }

.heading_style h3 {
  font-size: 36px; }

.heading_style h4 {
  font-size: 30px; }

.heading_style h5 {
  font-size: 24px; }

.heading_style h6 {
  font-size: 18px; }

.heading_style.medium h1, .heading_style.medium h2, .heading_style.medium h3, .heading_style.medium h4, .heading_style.medium h5, .heading_style.medium h6 {
  font-weight: 500; }

.heading_style.medium .h_title {
  font-weight: 300; }

.heading_style.regular .h_title {
  font-weight: 300; }

.heading_style.regular h1, .heading_style.regular h2, .heading_style.regular h3, .heading_style.regular h4, .heading_style.regular h5, .heading_style.regular h6 {
  font-weight: 400; }

.tooltip_p .text-green {
  color: #49c10e; }

.tooltip_p .text-red {
  color: #f0368d; }

.tooltip > .tooltip-inner {
  background-color: #f00;
  color: #fff; }
  .tooltip > .tooltip-inner .arrow:before {
    border-bottom-color: red; }

.drop_text span {
  float: left;
  font-size: 54px;
  color: #2cabed;
  font-weight: 700;
  line-height: 50px; }

.nested {
  font-size: 16px;
  color: #627387;
  line-height: 36px;
  font-weight: 400; }

.blockquote {
  border-left: 2px solid #4b505e;
  padding-left: 30px; }
  .blockquote p {
    font-size: 18px;
    color: #4b505e;
    font-style: italic;
    font-weight: 400;
    line-height: 30px; }

.blockquote_two {
  background: #f9fafb;
  padding: 20px 20px 20px 40px;
  font-size: 22px;
  font-style: italic;
  color: #627387; }
  .blockquote_two img {
    margin-right: 40px; }

.blockquote_three {
  background: #f9fafb;
  padding: 40px;
  font-size: 22px;
  color: #677294;
  font-style: italic;
  line-height: 40px; }
  .blockquote_three img {
    margin-right: 40px; }

.typography_promo_area {
  position: relative;
  z-index: 1;
  height: 400px;
  background-color: #5e2ced;
  display: flex;
  align-items: center; }
  .typography_promo_area .bg_overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-attachment: fixed;
    opacity: 0.1; }
  .typography_promo_area h2 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600; }
  .typography_promo_area .btn_get {
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s linear;
    margin-top: 30px; }
    .typography_promo_area .btn_get:hover {
      background: #fff;
      color: #051441; }

.alert {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  margin-bottom: 30px; }
  .alert i {
    float: left;
    font-size: 20px;
    line-height: 32px;
    margin-right: 20px; }
  .alert .alert_close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer; }
    .alert .alert_close i {
      margin-right: 0; }
  .alert.notice {
    background: #f9f8fc;
    border-color: #e9e6f5;
    color: #677294; }
  .alert.error {
    background: #ffebeb;
    border-color: #f4bdbd;
    color: #eb4a4a; }
  .alert.warning {
    background: #fffaeb;
    border-color: #edd796;
    color: #e7b931; }
  .alert.info {
    background: #ebfcff;
    border-color: #aee9f3;
    color: #49cbe1; }
  .alert.success {
    background: #ecffeb;
    border-color: #b0efac;
    color: #4acc43; }
  .alert.message {
    background: #f5f1fd;
    border-color: #d7caf5;
    color: #8d62e3; }

.big_alert {
  padding: 40px;
  font-size: 20px; }
  .big_alert i {
    font-size: 24px; }

.box_alert {
  border: 1px solid #e9e6f5;
  padding: 40px;
  position: relative;
  margin-bottom: 30px; }
  .box_alert .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    color: #677294;
    border: 1px solid #e9e6f5;
    background: #f9f8fc;
    border-radius: 50%;
    margin-right: 30px; }
  .box_alert .media-body h5 {
    font-size: 20px;
    line-height: 28px;
    color: #222d39;
    font-weight: 500;
    margin-bottom: 10px; }
  .box_alert .media-body p {
    font-size: 15px;
    line-height: 28px;
    color: #677294; }
  .box_alert .alert_close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #677294;
    font-size: 20px;
    cursor: pointer; }
  .box_alert.box_warning .icon {
    background: #fffaeb;
    border-color: #edd796;
    color: #e7b931; }
  .box_alert.box_success .icon {
    background: #ecffeb;
    border-color: #b0efac;
    color: #4acc43; }
  .box_alert.box_error .icon {
    background: #ffebeb;
    border-color: #f4bdbd;
    color: #eb4a4a; }
  .box_alert.box_info .icon {
    background: #ebfcff;
    border-color: #aee9f3;
    color: #49cbe1; }
  .box_alert.box_info_two .icon {
    background: #f5f1fd;
    border-color: #d7caf5;
    color: #8d62e3; }

.button_item {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .button_item .btn_hover {
    margin-top: 0; }
  .button_item + .button_item {
    margin-top: 20px; }

.btn_s {
  padding: 9px 44px; }

.btn_m {
  padding: 16px 50px; }

.btn_l {
  padding: 24px 86px; }

.btn_c {
  padding: 16px 50px; }

.btn_border {
  border-width: 1px;
  border-style: solid;
  border-color: #222d39;
  color: #222d39; }
  .btn_border:hover {
    background: #7444fd;
    border-color: #7444fd;
    color: #fff; }

.border2 {
  border-width: 2px; }

.border3 {
  border-width: 3px; }

.border4 {
  border-width: 4px; }

.btn_r {
  border-radius: 4px; }

.btn_r_n {
  border-radius: 0px; }

.btn_r_two {
  border-radius: 8px; }

.btn_r_three {
  border-radius: 45px; }

.box_s {
  background: #5f2eed;
  box-shadow: 0 6px #8057f8; }
  .box_s:hover {
    background: #5f2eed;
    color: #fff; }
    .box_s:hover:hover {
      box-shadow: 0 4px #8057f8; }

.btn-style2 {
  position: relative;
  overflow: visible;
  z-index: auto;
  background: #5f2eed;
  transition: all 0.1s linear; }
  .btn-style2:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #dfd5fb;
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: -2;
    transition: all 0.3s linear; }
  .btn-style2:hover {
    background: #5f2eed;
    margin-right: 0;
    margin-bottom: 0;
    color: #fff; }
    .btn-style2:hover:before {
      right: 0;
      bottom: 0; }

.btn-style3 {
  position: relative;
  background: transparent; }
  .btn-style3:before {
    content: "";
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
    background: #5f2eed;
    position: absolute;
    z-index: -1;
    transition: all 0.2s linear; }
  .btn-style3:hover {
    color: #fff; }
    .btn-style3:hover:before {
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

.btn-style4 {
  position: relative;
  background: #dfd5fb;
  border: 0px; }
  .btn-style4:before {
    content: "";
    left: 2px;
    right: 2px;
    bottom: 2px;
    top: 2px;
    background: #5f2eed;
    position: absolute;
    z-index: -1;
    transition: all 0.2s linear; }
  .btn-style4:hover {
    color: #fff; }
    .btn-style4:hover:before {
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }

.i_btn_one {
  padding: 16px 50px; }
  .i_btn_one i {
    margin-right: 10px; }

.i_btn_two {
  padding: 16px 50px; }
  .i_btn_two i {
    margin-left: 14px; }

.i_btn_three {
  padding: 0 50px 0px 0px;
  display: flex;
  align-items: center; }
  .i_btn_three i {
    width: 50px;
    float: left;
    text-align: center;
    height: 100%;
    line-height: 53px;
    margin-right: 35px;
    border-right: 1.2px solid rgba(255, 255, 255, 0.2); }
  .i_btn_three:hover i {
    border-color: #7444fd; }

.i_btn_four {
  padding: 0 0px 0px 50px;
  display: flex;
  align-items: center; }
  .i_btn_four i {
    width: 50px;
    float: left;
    text-align: center;
    height: 100%;
    line-height: 53px;
    margin-left: 35px;
    border-left: 1.2px solid rgba(255, 255, 255, 0.2); }
  .i_btn_four:hover i {
    border-color: #7444fd; }

.btn_blue {
  background: #2e95ed;
  border-color: #2e95ed; }
  .btn_blue:hover {
    background: #2e95ed;
    color: #fff;
    box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
    transform: translateY(-5px); }

.btn_red {
  background: #db247f;
  border-color: #db247f; }
  .btn_red:hover {
    background: #db247f;
    color: #fff;
    box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
    transform: translateY(-5px); }

.btn_green {
  background: #62be09;
  border-color: #62be09;
  padding: 16px 64px; }
  .btn_green:hover {
    background: #62be09;
    color: #fff;
    box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
    transform: translateY(-5px); }

.btn_yellow {
  background: #e4a817;
  border-color: #e4a817;
  padding: 16px 64px; }
  .btn_yellow:hover {
    background: #e4a817;
    color: #fff;
    box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
    transform: translateY(-5px); }

.btn_purple {
  background: #b715f3;
  border-color: #b715f3; }
  .btn_purple:hover {
    background: #b715f3;
    color: #fff;
    box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
    transform: translateY(-5px); }

.btn_violte {
  background: #5f2eed;
  border-color: #5f2eed; }
  .btn_violte:hover {
    background: #5f2eed;
    color: #fff;
    box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
    transform: translateY(-5px); }

.btn_orange {
  background: #f05b2d;
  border-color: #f05b2d;
  padding: 16px 64px; }
  .btn_orange:hover {
    background: #f05b2d;
    color: #fff;
    box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
    transform: translateY(-5px); }

.btn_nill {
  background: #1bbbce;
  border-color: #1bbbce;
  padding: 16px 64px; }
  .btn_nill:hover {
    background: #1bbbce;
    color: #fff;
    box-shadow: 0px 20px 34px 0px rgba(0, 11, 40, 0.1);
    transform: translateY(-5px); }

/*=== fonts ====*/
/*===== color =====*/
.container {
  max-width: 1300px !important;
  padding: 0 3% !important; }

.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

body {
  overflow-x: hidden; }

/* Footer */
footer {
  background-color: #123326;
  padding: 50px 0;
  color: #fafafa; }

footer p {
  color: #fafafa; }
  @media only screen and (max-width: 500px) {
    footer p {
      font-size: 14px; } }

footer ul {
  padding: 0; }

footer ul li {
  list-style: none;
  margin-bottom: 10px; }
  @media only screen and (max-width: 500px) {
    footer ul li {
      font-size: 14px; } }

footer ul li.title {
  font-size: 22px;
  font-weight: bold;
  color: #fafafa; }
  @media only screen and (max-width: 500px) {
    footer ul li.title {
      font-size: 14px; } }

footer ul li a {
  color: #fafafa;
  text-decoration: none !important; }
  @media only screen and (max-width: 500px) {
    footer ul li a {
      font-size: 14px; } }

footer ul li a .fa-phone-square {
  transform: rotateY(180deg); }

footer ul li a:hover {
  color: #fafafa; }

footer .icons {
  display: flex;
  justify-content: center; }

footer .icons li {
  margin: 5px; }

footer .icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  color: #1b6448;
  text-decoration: none;
  background-color: #fafafa; }

footer .icons a:hover {
  color: #fafafa;
  background-color: #199dc533; }

footer nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

footer nav li {
  position: relative;
  margin: 10px; }

footer nav li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 5px;
  right: -10px;
  width: 2px;
  height: 15px;
  background-color: #fafafa; }

footer nav li a {
  padding: 10px; }

footer nav li a:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.btn {
  border-radius: 30px; }
  .btn:focus {
    box-shadow: none; }

.btn-site {
  padding: 10px 27px;
  border: 2px solid #fff;
  color: #fff; }
  .btn-site:hover {
    background-color: #fff; }

.btn-site-dark {
  padding: 10px 27px;
  border: 2px solid #2b575a;
  color: #2b575a; }
  .btn-site-dark:hover {
    background-color: #2b575a;
    color: #fff; }

/*================= s_pricing_area css ===============*/
.s_pricing-item {
  text-align: center;
  background: #f6f7fa;
  border: 1px solid #f6f7fa;
  padding: 55px;
  cursor: pointer;
  transition: all 0.2s linear;
  margin-bottom: 30px;
  position: relative; }
  .s_pricing-item .tag_label {
    font: 400 16px/22px "Poppins", sans-serif;
    color: #fff;
    background: #5f2eed;
    transform: rotate(90deg);
    position: absolute;
    top: 36px;
    right: 0;
    padding: 9px 26px;
    border: 0px;
    display: block; }
    .s_pricing-item .tag_label:before {
      content: "";
      border-top: 20px solid #5f2eed;
      border-bottom: 20px solid #5f2eed;
      border-right: 11px solid transparent;
      border-left: 11px solid transparent;
      position: absolute;
      right: -11px;
      top: 0; }
    .s_pricing-item .tag_label.blue_bg {
      background: #19cce6; }
      .s_pricing-item .tag_label.blue_bg:before {
        border-top: 20px solid #19cce6;
        border-bottom: 20px solid #19cce6; }
  .s_pricing-item .shape_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .s_pricing-item .s_price_icon {
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    background: #f0f2f8;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    transition: all 0.2s linear; }
    .s_pricing-item .s_price_icon i:before {
      font-size: 48px; }
    .s_pricing-item .s_price_icon.p_icon1 {
      color: #7fcb11; }
    .s_pricing-item .s_price_icon.p_icon2 {
      color: #6754e2; }
    .s_pricing-item .s_price_icon.p_icon3 {
      color: #e92460; }
  .s_pricing-item p {
    color: #677294; }
  .s_pricing-item .price {
    color: #051441;
    padding: 24px 0px 40px;
    border-bottom: 1px solid #e9e9f4; }
    .s_pricing-item .price sub {
      color: #677294;
      bottom: 0; }
  .s_pricing-item ul li {
    line-height: 40px;
    color: #505975;
    font-weight: 300; }

/*=========== s_subscribe_area css ============*/
.s_subscribe_area {
  position: relative;
  z-index: 1;
  background: #f9fafd;
  padding: 120px 0px 130px;
  overflow: hidden; }
  .s_subscribe_area:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/saas/map.png") no-repeat scroll center 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .s_subscribe_area .mchimp-errmessage, .s_subscribe_area .mchimp-sucmessage {
    text-align: center; }

.right_shape, .bottom_shape {
  position: absolute;
  width: 700px;
  height: 600px; }
  .right_shape path, .bottom_shape path {
    opacity: 0.03; }

.right_shape {
  right: -450px;
  top: -102px; }

.bottom_shape {
  left: 130px;
  top: 280px; }

.s_subcribes {
  max-width: 970px;
  margin: 0 auto;
  position: relative; }
  .s_subcribes .form-control {
    font: 300 16px/100px "Poppins", sans-serif;
    color: #9ea4b7;
    height: 100px;
    padding: 0px 0px 0px 50px;
    background-color: white;
    box-shadow: 0px 30px 60px 0px rgba(8, 0, 63, 0.14);
    border: 0px;
    border-radius: 0px;
    border-left-width: 10px;
    border-style: solid;
    z-index: 0; }
    .s_subcribes .form-control.placeholder {
      color: #9ea4b7; }
    .s_subcribes .form-control:-moz-placeholder {
      color: #9ea4b7; }
    .s_subcribes .form-control::-moz-placeholder {
      color: #9ea4b7; }
    .s_subcribes .form-control::-webkit-input-placeholder {
      color: #9ea4b7; }
  .s_subcribes .btn-submit {
    position: absolute;
    background: transparent;
    color: #6754e2;
    right: 40px;
    line-height: 100px;
    padding: 0px;
    font-size: 30px;
    z-index: 3; }

/*================= pricing_area css ==============*/
.pricing_area {
  background: #fbfbfd; }

.price_tab {
  border-radius: 45px;
  max-width: 400px;
  background-color: white;
  box-shadow: 0px 3px 13px 0px rgba(0, 11, 40, 0.08);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  border: 0px;
  padding: 7px;
  justify-content: center;
  position: relative; }
  .price_tab .nav-item {
    padding: 0px;
    margin: 0px; }
    .price_tab .nav-item .nav-link {
      margin: 0px;
      font: 400 16px "Poppins", sans-serif;
      color: #677294;
      padding: 12px 30px;
      display: inline-block;
      border: 0px;
      border-radius: 45px;
      min-width: 193px;
      text-align: center;
      transition: color 0.3s linear;
      position: relative;
      z-index: 1; }
      .price_tab .nav-item .nav-link.active {
        border: 0px;
        border-radius: 45px;
        background: transparent;
        color: #fff; }
  .price_tab .hover_bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: calc(100% - 14px);
    border-radius: 45px;
    z-index: 0;
    transition: all 0.2s linear; }

.price_tab_two .hover_bg {
  background: #5f2eed; }

.price_content .fade {
  transform: translateY(10px);
  transition: all 0.3s linear; }
  .price_content .fade.show {
    transform: translateY(0px); }

.price_content .price_item {
  text-align: center;
  background-color: white;
  box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, 0.1);
  padding: 50px 50px 40px;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.2s linear;
  cursor: pointer; }
  .price_content .price_item .tag {
    position: absolute;
    font: 400 14px "Poppins", sans-serif;
    color: #fff;
    background: #00aff0;
    padding: 19px 32px;
    top: -10px;
    left: -39px;
    transform: rotate(-45deg); }
    .price_content .price_item .tag span {
      position: relative;
      top: 11px; }
  .price_content .price_item p {
    font-size: 16px;
    line-height: 22px;
    color: #677294;
    font-weight: 300;
    margin-bottom: 0px; }
  .price_content .price_item .price {
    line-height: 40px;
    border-bottom: 1px solid #e9e9f4;
    padding: 33px 0px 30px; }
    .price_content .price_item .price sub {
      color: #677294;
      bottom: 0; }
  .price_content .price_item .p_list {
    padding: 30px 0px 20px; }
    .price_content .price_item .p_list li {
      font: 300 16px/40px "Poppins", sans-serif;
      color: #505975; }
      .price_content .price_item .p_list li i {
        padding-right: 10px; }
      .price_content .price_item .p_list li .ti-check {
        color: #00aff0; }
      .price_content .price_item .p_list li .ti-close {
        color: #f0002d; }
  .price_content .price_item .price_btn {
    border-radius: 45px;
    color: #00aff0;
    border-color: #00aff0;
    padding: 0px 36px; }

/*=================== pricing_area_two css ===============*/
.pricing_area_two {
  background: #f6f7fa; }

.price_content_two .price_item .tag {
  background: #5f2eed; }

.price_content_two .price_item .p_list li .ti-check {
  color: #5f2eed; }

.price_content_two .price_item .price_btn {
  border-color: #5f2eed;
  color: #5f2eed;
  background: transparent; }

.price_content_two .price_item:hover {
  border-color: transparent; }

.price_content_three .price_item .tag {
  background: #5f51fb; }

.price_content_three .price_item .p_list li .ti-check {
  color: #5f51fb; }

.price_content_three .price_item .price_btn {
  border-color: #5f51fb;
  color: #5f51fb;
  background: transparent; }
  .price_content_three .price_item .price_btn:hover {
    background: #5f51fb;
    color: #fff; }

.price_content_three .price_item:hover {
  border-color: #dfdcfe; }

/*================== call_action_area css ================*/
.call_action_area {
  min-height: 900px;
  position: relative;
  background-image: -moz-linear-gradient(180deg, #1786d8 0%, #00aff0 100%);
  background-image: -webkit-linear-gradient(180deg, #1786d8 0%, #00aff0 100%);
  background-image: -ms-linear-gradient(180deg, #1786d8 0%, #00aff0 100%);
  z-index: 1;
  padding-top: 250px;
  position: relative;
  overflow: hidden; }
  .call_action_area:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url("../img/home2/action_bg.png") no-repeat scroll center 0; }
  .call_action_area .action_one {
    left: -240px;
    bottom: 0;
    height: 100%;
    z-index: -1; }
  .call_action_area .action_two {
    right: 0;
    background-position: 50% 50%;
    z-index: -1;
    top: 0; }
  .call_action_area .action_content {
    max-width: 570px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .call_action_area .action_content h2 {
      margin-bottom: 15px;
      color: #fff; }
    .call_action_area .action_content p {
      font-weight: 300;
      color: #fff; }
    .call_action_area .action_content .action_btn {
      min-width: 180px;
      line-height: 55px;
      border-radius: 45px;
      box-shadow: 0px 20px 40px 0px rgba(0, 11, 40, 0.2);
      background: #fff;
      color: #00aff0; }
      .call_action_area .action_content .action_btn:hover {
        box-shadow: none; }

/*============= design_tab_area css ============*/
.design_tab_area {
  background: #fbfbfd; }

.design_tab {
  border: 0px; }
  .design_tab .nav-item {
    width: 100%;
    margin-bottom: 30px; }
    .design_tab .nav-item .nav-link {
      background-color: white;
      box-shadow: 0px 2px 3px 0px rgba(12, 0, 46, 0.04);
      border: 0px;
      border-radius: 0px;
      padding: 25px 50px;
      transition: background 0.5s ease 0s; }
      .design_tab .nav-item .nav-link h5 {
        font-size: 17px;
        line-height: 26px;
        font-weight: 500;
        color: #222d39;
        transition: color 0.5s ease 0s; }
      .design_tab .nav-item .nav-link p {
        margin-bottom: 0px;
        font-size: 15px;
        font-weight: 300;
        color: #677294;
        transition: color 0.5s ease 0s; }
      .design_tab .nav-item .nav-link.active {
        background-color: #7444fd; }
        .design_tab .nav-item .nav-link.active h5, .design_tab .nav-item .nav-link.active p {
          color: #fff; }

.tab-content .tab-pane .tab_img img {
  transform: translateX(20px);
  transition: all 0.3s linear;
  max-width: 100%; }

.tab-content .tab-pane.show .tab_img img {
  transform: translateX(0); }

.tab-content .tab_img {
  margin-right: -160px;
  padding-left: 120px;
  max-width: 100%; }

/*============= action_area_two css =============*/
.action_area_two {
  background: #f6f6fa;
  padding-bottom: 40px; }

.action_content {
  margin-top: 25px; }
  .action_content .btn_three {
    margin-top: 40px;
    box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1); }
    .action_content .btn_three:hover {
      box-shadow: none; }

.action_img {
  margin-right: -160px;
  margin-top: -50px; }
  .action_img img {
    max-width: 100%; }

/*================= action area three css =================*/
.action_area_three {
  background-image: -moz-linear-gradient(0deg, #5e2ced 0%, #6c3cf4 100%);
  background-image: -webkit-linear-gradient(0deg, #5e2ced 0%, #6c3cf4 100%);
  background-image: -ms-linear-gradient(0deg, #5e2ced 0%, #6c3cf4 100%);
  position: relative;
  z-index: 1; }
  .action_area_three:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1; }
  .action_area_three .curved {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    z-index: -1;
    background: url("../img/home4/action_shap.png") no-repeat scroll center top;
    top: 0;
    background-size: contain; }
  .action_area_three .action_content h2 {
    color: #fff; }
  .action_area_three .action_content .about_btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .action_area_three .action_content .about_btn:hover {
      box-shadow: none;
      color: #5e2ced;
      background: #fff; }
  .action_area_three .action_content .white_btn {
    color: #5e2ced;
    box-shadow: none;
    background: #fff;
    margin-right: 25px; }
    .action_area_three .action_content .white_btn:hover {
      box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
      color: #fff;
      background: #5e2ced; }

/*=========== payment_priceing_area css ===========*/
.payment_priceing_area {
  padding: 120px 0px 90px;
  position: relative;
  z-index: 1; }
  .payment_priceing_area:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/new/price_bg.png") no-repeat scroll center;
    position: absolute;
    z-index: -1; }
  .payment_priceing_area .payment_price_info {
    display: block;
    overflow: hidden;
    padding: 30px 0px; }
  .payment_priceing_area .sec_title h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px; }

.payment_price_item {
  text-align: center;
  background: #fbfbfd;
  padding: 50px 40px 55px;
  border: 1px solid #f1f3f8;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  width: calc(100% / 3);
  float: left;
  transition: all 0.2s linear; }
  .payment_price_item:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(-140deg, #fdabe7 0%, #bd8ef2 36%, #7d71fd 100%);
    background-image: -webkit-linear-gradient(-140deg, #fdabe7 0%, #bd8ef2 36%, #7d71fd 100%);
    background-image: -ms-linear-gradient(-140deg, #fdabe7 0%, #bd8ef2 36%, #7d71fd 100%);
    box-shadow: 0px 30px 60px 0px rgba(0, 11, 40, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    border-radius: 4px;
    transition: opacity 0.4s linear; }
  .payment_price_item h2 {
    font-size: 40px;
    font-weight: 600;
    color: #051441; }
  .payment_price_item h6 {
    font-size: 18px;
    color: #051441;
    font-weight: 400;
    margin-bottom: 30px; }
  .payment_price_item p {
    line-height: 30px;
    margin-bottom: 50px; }
  .payment_price_item .payment_price_btn {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-radius: 45px;
    background: rgba(253, 83, 135, 0.1);
    display: inline-block;
    padding: 10px 42px;
    color: #fd5387;
    transition: all 0.3s linear; }
    .payment_price_item .payment_price_btn i {
      font-size: 12px;
      padding-left: 5px; }
  .payment_price_item:nth-child(3) .payment_price_btn {
    background: rgba(95, 81, 251, 0.1);
    color: #5f51fb; }
  .payment_price_item.center {
    border: 0px;
    border-radius: 4px;
    padding: 80px 40px 86px;
    transform: translateY(-30px);
    transition: all 0.4s linear; }
    .payment_price_item.center:before {
      opacity: 1; }
    .payment_price_item.center h2, .payment_price_item.center h6, .payment_price_item.center p {
      color: #fff; }
    .payment_price_item.center .payment_price_btn {
      background: rgba(255, 255, 255, 0.1);
      color: #fff; }
  .payment_price_item:hover {
    border-radius: 4px;
    border-color: #bd8ef2;
    transition: all 0.4s linear;
    box-shadow: none; }
    .payment_price_item:hover:before {
      opacity: 1; }
    .payment_price_item:hover h2, .payment_price_item:hover h6, .payment_price_item:hover p {
      color: #fff; }
    .payment_price_item:hover .payment_price_btn {
      background: rgba(255, 255, 255, 0.1);
      color: #fff; }

/*============== priceing_area_four css ============*/
.pricing_area_four .sec_title {
  margin-bottom: 50px; }
  .pricing_area_four .sec_title h2 {
    margin-bottom: 0px; }
  .pricing_area_four .sec_title p {
    font-style: italic; }

.price_info_two {
  box-shadow: 0px 4px 5px 0px rgba(12, 0, 46, 0.05); }
  .price_info_two .price_head {
    display: table;
    width: 100%; }
    .price_info_two .price_head .p_head {
      width: calc(100% / 4);
      text-align: center;
      color: #fff;
      vertical-align: middle;
      display: table-cell;
      padding: 31px 0px; }
      .price_info_two .price_head .p_head h4 {
        color: #222d39;
        font-size: 20px; }
      .price_info_two .price_head .p_head h4, .price_info_two .price_head .p_head h5 {
        margin-bottom: 0px; }
      .price_info_two .price_head .p_head p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        color: #fff; }
      .price_info_two .price_head .p_head:nth-child(2) {
        background: #0ed1b3; }
      .price_info_two .price_head .p_head:nth-child(3) {
        background: #6c84ee; }
      .price_info_two .price_head .p_head:nth-child(4) {
        background: #ee6cda; }
      .price_info_two .price_head .p_head h5 {
        font-size: 20px;
        font-weight: 600;
        color: #fff; }
  .price_info_two .price_item {
    width: calc(100% / 4);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    cursor: pointer;
    padding: 15px 0px; }
    .price_info_two .price_item:nth-child(odd) {
      background: #f8f8fa; }
    .price_info_two .price_item:first-child {
      text-align: left;
      padding-left: 30px; }
    .price_info_two .price_item h5 {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 500;
      color: #222d39; }
      .price_info_two .price_item h5 i {
        font-size: 20px; }
    .price_info_two .price_item .pr_title {
      position: relative;
      display: inline-block;
      padding-left: 30px; }
      .price_info_two .price_item .pr_title:before {
        content: "\70";
        position: absolute;
        left: 0;
        top: 0;
        font-family: eleganticons;
        color: #afb5c7;
        transition: color 0s linear; }
      .price_info_two .price_item .pr_title:hover:before {
        color: #5e2ced; }
    .price_info_two .price_item .check {
      color: #0ed1b3; }
    .price_info_two .price_item .cros {
      color: #afb5c7; }
  .price_info_two .pr_list {
    display: table;
    width: 100%; }
  .price_info_two .price_btn {
    border-radius: 45px;
    color: #677294;
    border-color: #dfe3ed;
    padding: 0px 32px;
    line-height: 46px;
    margin: 40px 0px;
    transition: all 0.2s linear; }
    .price_info_two .price_btn:hover {
      background: #5e2ced;
      border-color: #5e2ced;
      color: #fff; }

.tooltip .tooltip-inner {
  background-color: #fff !important;
  opacity: 1;
  color: #111 !important;
  opacity: 1;
  box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.14);
  font-size: "Poppins", sans-serif;
  font-size: 16px;
  color: #677294;
  line-height: 26px;
  width: 100%; }

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #fff; }

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #fff; }

.tooltip.show {
  opacity: 1; }

.price_info_three .price_head .p_head:nth-child(2) {
  background: #fba820; }

.price_info_three .price_head .p_head:nth-child(3) {
  background: #e63779; }

.price_info_three .price_head .p_head:nth-child(4) {
  background: #0e79de; }

.price_info_three .price_item h5 {
  color: #2c2c51; }

.price_info_three .price_item .pr_title:hover:before {
  color: #26da15; }

.price_info_three .price_item .check {
  color: #0e79de; }

.price_info_three .price_item .cros {
  color: #fc3f48; }

.price_info_three .price_btn:hover {
  background: #0e79de;
  border-color: #0e79de; }

.top-nav {
  background-color: #f1f7fd;
  font-size: 0.75rem;
  border: none !important;
  font-weight: normal;
  color: #a3bfdd; }
  .top-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .top-nav ul li {
      position: relative; }
  .top-nav a {
    display: block;
    padding: 6px 10px 4px 10px !important;
    font-size: 13px;
    color: #3d5e75;
    text-decoration: none; }
    .top-nav a:hover {
      background-color: #d8e3ee; }
  .top-nav .ul-social-icons a {
    font-size: 15px;
    color: #4b77a6; }
  .top-nav .ul-buttons li {
    margin-right: 10px; }
  .top-nav .ul-buttons a {
    background-color: #0078ff;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px 2px 10px !important; }
    .top-nav .ul-buttons a.btn-title {
      background-color: transparent;
      color: #213f5f;
      cursor: auto;
      font-weight: bold;
      padding: 3px 5px 2px 10px !important; }
    .top-nav .ul-buttons a.btn-1 {
      background-color: #2e46f5; }
    .top-nav .ul-buttons a.btn-2 {
      background-color: #0a6bef; }
    .top-nav .ul-buttons a.btn-3 {
      background-color: #0888e8; }
    .top-nav .ul-buttons a.btn-4 {
      background-color: #07d9aa; }
    .top-nav .ul-buttons a.btn-5 {
      background-color: #e87676; }
  .top-nav .container {
    max-width: 1920px !important; }

.navbar {
  padding: 0; }

.navbar.nav-sticky {
  top: 0;
  position: fixed;
  z-index: 999;
  animation: slide-down .7s;
  background-color: #fff;
  box-shadow: 1px -3px 3px 3px #f7f7f7;
  width: 100%; }

.navbar .container {
  max-width: 1920px !important; }

.navbar .nav-link {
  padding: 38px 10px !important;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #3e3838 !important;
  font-weight: 600; }

.navbar.nav-sticky .nav-link {
  padding: 27px 10px !important; }

.navbar .nav-item {
  position: relative; }

.navbar .nav-link:hover {
  color: #038037 !important; }

.navbar .nav-item:hover .nav-link {
  color: #038037 !important; }

.navbar .nav-mega-menu li a i {
  font-size: 10px; }

.navbar .navbar-brand img {
  max-width: 150px; }

.navbar-light .navbar-toggler {
  color: #343a40 !important;
  border: 0; }

.navbar .navbar-overlay {
  position: fixed;
  width: 100vw;
  height: calc( 100vh - 77px);
  overflow: hidden;
  top: 77px;
  right: 0;
  visibility: hidden;
  transition: all 0.1s;
  background-color: rgba(0, 0, 0, 0);
  z-index: 9; }

.navbar .navbar-overlay.show {
  background-color: rgba(0, 0, 0, 0.3);
  visibility: visible; }

.navbar #menu-close {
  justify-content: flex-end; }

.navbar #menu-close .fas {
  font-size: 24px; }

.navbar .nav-link {
  position: relative; }

.navbar .nav-mega-menu {
  position: absolute;
  width: 200px;
  background-color: #f0f3fc;
  top: 100%;
  left: -20px;
  border-top: 4px solid #038037;
  z-index: 99999999;
  display: block;
  padding: 0;
  margin: 0;
  display: none; }

.navbar .nav-mega-menu li {
  list-style: none; }

.navbar .nav-mega-menu li:not(:last-child) {
  border-bottom: 1px solid #fff; }

.navbar .nav-mega-menu li a {
  display: block;
  padding: 10px 20px !important;
  color: #343a40;
  text-decoration: none;
  text-align: center; }

.navbar .nav-mega-menu li a.active, .navbar .nav-mega-menu li a:hover {
  color: #038037; }

.navbar .nav-mega-menu li:hover > a {
  color: #038037; }

/* .navbar .nav-mega-menu li{position: relative;} */
.navbar .nav-mega-sub {
  position: absolute;
  width: 800px;
  background-color: whitesmoke;
  right: -800px;
  top: -4px;
  padding: 10px;
  border-top: 4px solid #038037;
  display: none; }

.navbar .nav-mega-sub ul li a {
  font-weight: lighter;
  font-size: 12px; }

.navbar .nav-mega-sub > ul {
  min-height: 524px; }

.navbar .nav-mega-4-column {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap; }

.navbar .nav-mega-4-column > li {
  width: 25%; }

.navbar .nav-mega-4-column > li:not(:last-child) {
  border-right: 1px solid #ccc; }

.navbar .nav-mega-2-column {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap; }

.navbar .nav-mega-2-column > li {
  width: 50%; }

.navbar .nav-mega-2-column > li:not(:last-child) {
  border-right: 1px solid #ccc; }

.navbar .nav-mega-sub.nav-mega-medium {
  width: 500px;
  right: -500px; }

.navbar .nav-mega-1-column {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap; }

.navbar .nav-mega-1-column > li {
  width: 100%; }

.navbar .nav-mega-sub.nav-mega-mini {
  width: 250px;
  right: -250px; }

.nav-sticky .nav-link.nav-btn-login {
  border: 0;
  border-radius: 2px;
  padding: 8px 20px  !important;
  border-radius: 30px;
  display: block;
  color: #fff !important;
  background: #144c4b;
  background: -moz-linear-gradient(80deg, #144c4b 0%, #028336 100%);
  background: -webkit-linear-gradient(80deg, #144c4b 0%, #028336 100%);
  background: linear-gradient(80deg, #144c4b 0%, #028336 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#144c4b",endColorstr="#028336",GradientType=1);
  text-align: center !important; }

.navbar .nav-item:hover .nav-btn-login, .navbar .nav-item:hover .nav-btn-register {
  color: #fff !important; }

.nav-link.nav-link.nav-btn-login, .nav-link.nav-link.nav-btn-login:hover, .nav-link.nav-btn-register, .nav-link.nav-btn-register:hover {
  border: 0;
  border-radius: 2px;
  padding: 8px 20px  !important;
  border-radius: 30px;
  display: block;
  margin-right: 5px;
  color: #fff !important;
  background: #144c4b;
  background: -moz-linear-gradient(80deg, #144c4b 0%, #028336 100%);
  background: -webkit-linear-gradient(80deg, #144c4b 0%, #028336 100%);
  background: linear-gradient(80deg, #144c4b 0%, #028336 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#144c4b",endColorstr="#028336",GradientType=1);
  text-align: center !important; }

.nav-sticky .nav-link.nav-btn-register, .nav-sticky .nav-link.nav-btn-register:hover {
  border: 0;
  border-radius: 2px;
  padding: 8px 20px  !important;
  border-radius: 30px;
  display: block;
  color: #fff !important;
  background: #144c4b;
  background: -moz-linear-gradient(80deg, #144c4b 0%, #028336 100%);
  background: -webkit-linear-gradient(80deg, #144c4b 0%, #028336 100%);
  background: linear-gradient(80deg, #144c4b 0%, #028336 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#144c4b",endColorstr="#028336",GradientType=1);
  text-align: center !important; }

#menu-btn {
  height: 30px; }

.menu-icon {
  position: relative;
  display: block;
  width: 32px;
  height: 3px;
  background-color: #000;
  border-radius: 100px;
  margin-top: -10px;
  transition: trnasform top 2s; }

.menu-icon::after {
  width: 32px;
  height: 3px;
  background-color: #000;
  border-radius: 100px; }

.menu-icon::before {
  width: 32px;
  height: 2px;
  background-color: #000;
  border-radius: 100px; }

.menu-icon::after, .menu-icon::before {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.3s; }

.menu-icon::after {
  top: 20px; }

.menu-icon::before {
  top: 10px; }

.menu-icon.mbl-menu-active {
  background-color: transparent; }

.menu-icon.mbl-menu-active::before {
  transform: rotate(45deg);
  height: 3px; }

.menu-icon.mbl-menu-active::after {
  transform: rotate(-45deg);
  height: 3px;
  top: 10px; }

/*  */
@media only screen and (min-width: 1200px) {
  .navbar .nav-item:hover .nav-mega-menu {
    display: block; }
  .navbar .nav-mega-menu ul li.has-sub:hover .nav-mega-sub {
    display: block; } }

/*  */
@media only screen and (max-width: 1420px) {
  .navbar .nav-mega-4-column > li {
    width: 50%; }
  .navbar .nav-mega-sub {
    width: 500px;
    right: -500px; }
  .navbar .nav-mega-4-column > li:nth-child(even) {
    border-right: 0; } }

@media only screen and (max-width: 1200px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 77px;
    background-color: #ffffff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    width: 275px;
    height: calc( 100vh - 77px);
    z-index: 9999;
    display: block;
    right: -100%;
    transition: all 0.2s;
    overflow: auto; }
  .navbar {
    height: 80px; }
  .navbar .nav-item {
    border-bottom: 1px solid #eee; }
  .nav-item.active .nav-link, .nav-sticky .nav-item.active .nav-link, .nav-item.active:hover .nav-link, .nav-sticky .nav-item.active:hover .nav-link {
    border-radius: 0; }
  .navbar .navbar-collapse.show {
    right: 0; }
  .navbar .nav-mega-menu {
    left: 0;
    width: 100%;
    position: relative; }
  .navbar .nav-mega-4-column > li {
    width: 100%;
    border: 0 !important; }
  .navbar .nav-mega-2-column > li {
    width: 100%;
    border: 0 !important; }
  .navbar .nav-mega-sub {
    width: 100% !important;
    position: relative;
    right: 0 !important; }
  .navbar .nav-mega-sub > ul {
    min-height: auto; }
  .navbar .nav-mega-menu li:not(:last-child) {
    border-bottom: 1px solid #fff; }
  .navbar .nav-mega-menu li a {
    text-align: center;
    padding: 15px 10px !important; }
  .navbar .nav-link {
    padding: 15px 10px !important;
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px; }
  .navbar .nav-link .fas {
    font-size: 12px;
    margin-left: 5px; }
  .navbar.nav-sticky .nav-link {
    padding: 15px 10px !important;
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px; }
  .nav-sticky .nav-link.nav-btn-login {
    border: 0;
    border-radius: 2px;
    padding: 12px  !important;
    width: 48%;
    margin: 10px 1%;
    display: block;
    color: #fff !important;
    background: #144c4b;
    background: -moz-linear-gradient(80deg, #144c4b 0%, #028336 100%);
    background: -webkit-linear-gradient(80deg, #144c4b 0%, #028336 100%);
    background: linear-gradient(80deg, #144c4b 0%, #028336 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#144c4b",endColorstr="#028336",GradientType=1);
    text-align: center !important; }
  .navbar .nav-item:hover .nav-btn-login, .navbar .nav-item:hover .nav-btn-register {
    color: #fff !important; }
  .nav-link.nav-link.nav-btn-login, .nav-link.nav-link.nav-btn-login:hover, .nav-link.nav-btn-register, .nav-link.nav-btn-register:hover {
    border: 0;
    border-radius: 2px;
    padding: 12px  !important;
    width: 48%;
    margin: 10px 1%;
    display: block;
    color: #fff !important;
    background: #144c4b;
    background: -moz-linear-gradient(80deg, #144c4b 0%, #028336 100%);
    background: -webkit-linear-gradient(80deg, #144c4b 0%, #028336 100%);
    background: linear-gradient(80deg, #144c4b 0%, #028336 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#144c4b",endColorstr="#028336",GradientType=1);
    text-align: center !important; }
  .nav-sticky .nav-link.nav-btn-register, .nav-sticky .nav-link.nav-btn-register:hover {
    border: 0;
    border-radius: 2px;
    padding: 12px  !important;
    width: 48%;
    margin: 10px 1%;
    display: block;
    color: #fff !important;
    background: #144c4b;
    background: -moz-linear-gradient(80deg, #144c4b 0%, #028336 100%);
    background: -webkit-linear-gradient(80deg, #144c4b 0%, #028336 100%);
    background: linear-gradient(80deg, #144c4b 0%, #028336 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#144c4b",endColorstr="#028336",GradientType=1);
    text-align: center !important; }
  .navbar .nav-item .nav-link.nav-link-info {
    padding: 5px 10px !important; }
  .navbar .nav-item .nav-link.nav-link-info .fas {
    font-size: 18px !important; }
  .nav-link .fas {
    margin-right: 5px;
    font-size: 20px; }
  .ul-quick-links li {
    margin-right: 2px;
    margin-bottom: 5px;
    list-style: none; }
  .ul-quick-links a {
    color: #fff;
    font-size: 12px;
    padding: 4px 10px 2px 10px !important;
    background-color: #0078ff;
    text-decoration: none; }
  .ul-quick-links .btn-1 {
    background-color: #2e46f5; }
  .ul-quick-links .btn-2 {
    background-color: #0a6bef; }
  .ul-quick-links .btn-3 {
    background-color: #0888e8; }
  .ul-quick-links .btn-4 {
    background-color: #07d9aa; }
  .ul-quick-links .btn-5 {
    background-color: #e87676; } }

@media only screen and (max-width: 275px) {
  .navbar .navbar-collapse {
    width: 100%; } }

/*  */
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: .9;
    transform: translateY(0); } }

.section-hero {
  background: radial-gradient(circle, rgba(24, 94, 50, 0.8) 0%, rgba(0, 19, 15, 0.8) 100%), url(../img/banner-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .section-hero p {
    font-size: 20px;
    color: #fff !important; }

.section-home-hero {
  padding: 28vh 0 !important;
  background: radial-gradient(circle, rgba(24, 94, 50, 0.8) 0%, rgba(0, 19, 15, 0.8) 100%), url(../img/banner-home.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0); }
  .section-home-hero p {
    font-size: 20px;
    color: #fff !important; }

.section-home-matters {
  background-image: radial-gradient(circle at 50% 0, #174d32, #17484d); }
  .section-home-matters .numbers {
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    margin: 0 auto; }
    .section-home-matters .numbers .group p {
      color: #fff;
      font-size: 14px;
      text-align: center;
      margin-bottom: 5px; }
    .section-home-matters .numbers .group .num {
      font-size: 28px;
      font-weight: bold; }

.section-home-impression .container {
  background: #fff;
  margin-top: -170px;
  padding: 35px !important;
  border-radius: 30px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 1000px !important; }
  @media only screen and (max-width: 500px) {
    .section-home-impression .container {
      padding: 20px !important; } }
  @media only screen and (max-width: 380px) {
    .section-home-impression .container {
      padding: 15px !important; } }

.home-properties-cards {
  padding: 100px 0; }
  .home-properties-cards .row h2 {
    font-size: 24px;
    text-align: center; }
  .home-properties-cards .row .card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    border: 0; }
    .home-properties-cards .row .card img {
      max-width: 110px;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .home-properties-cards .row .card h3 {
      text-align: center;
      font-size: 20px; }
    .home-properties-cards .row .card p {
      text-align: center;
      font-size: 14px; }
  .home-properties-cards .row .card-1 .card-head {
    background-color: #1b4dd0; }
  .home-properties-cards .row .card-2 .card-head {
    background-color: #eca400; }
  .home-properties-cards .row .card-3 .card-head {
    background-color: #00cc83; }

.section-home-properties {
  background: #fafafa;
  margin-top: -100px;
  padding-top: 200px !important; }
  .section-home-properties .property {
    padding: 20px;
    position: relative; }
    .section-home-properties .property .img {
      width: 140px;
      height: 140px;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%;
      border: 3px solid #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      .section-home-properties .property .img img {
        width: 100%; }
    .section-home-properties .property h2 {
      font-size: 20px;
      text-align: center;
      margin-bottom: 30px; }
    .section-home-properties .property p {
      text-align: center; }
    .section-home-properties .property.property1::before, .section-home-properties .property.property2::before {
      content: '';
      position: absolute;
      width: 1px;
      height: 130px;
      right: 0;
      background-color: #ddd;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 767px) {
        .section-home-properties .property.property1::before, .section-home-properties .property.property2::before {
          display: none; } }

.home-bg-content {
  background: linear-gradient(to left, rgba(23, 77, 50, 0.77), rgba(23, 72, 77, 0.77)), url(../img/green-board.jpg);
  background-size: cover;
  background-position: center center;
  padding: 150px 0; }
  .home-bg-content p {
    color: #e0e0e0 !important;
    max-width: 800px;
    margin: 0 auto; }

.section-blog {
  background-image: linear-gradient(to bottom, #f3f6f8, #fff); }
  .section-blog .card {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    border: 0;
    text-decoration: none;
    overflow: hidden; }
    .section-blog .card h2 {
      font-size: 18px; }
    .section-blog .card p {
      font-size: 14px; }
    .section-blog .card .free-title {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #ffae00;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 15px;
      padding: 3px 100px;
      top: 15px;
      left: -87px;
      transform: rotate(-45deg);
      z-index: 1; }

.section-home-rules .card {
  padding: 30px;
  border: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  height: 100%; }
  .section-home-rules .card h2 {
    font-size: 22px; }
  .section-home-rules .card h3 {
    font-size: 18px;
    color: #379e76; }

.section-left-right .content {
  padding: 30px; }
  .section-left-right .content h2 {
    font-size: 20px; }
    @media only screen and (max-width: 767px) {
      .section-left-right .content h2 {
        text-align: center; } }
  .section-left-right .content h3 {
    font-size: 17px; }
    @media only screen and (max-width: 767px) {
      .section-left-right .content h3 {
        text-align: center; } }
  @media only screen and (max-width: 767px) {
    .section-left-right .content p {
      text-align: center; } }

.section-left-right .img {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .section-left-right .img {
      max-width: 400px; } }

.content-page {
  display: flex; }
  .content-page h1, .content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px; }
  .content-page h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee; }
  .content-page h2 {
    font-size: 22px; }
  .content-page img {
    display: block;
    widows: 90%;
    max-width: 800px;
    margin: 20px auto; }
  .content-page article {
    flex: 1;
    margin-right: 5%; }
  .content-page aside {
    flex: 0 0 300px; }
    @media only screen and (max-width: 991px) {
      .content-page aside {
        display: none; } }
    .content-page aside h2 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 16px; }
    .content-page aside .aside-ul {
      padding: 0; }
      .content-page aside .aside-ul li {
        position: relative;
        display: block;
        margin-bottom: 2px;
        text-align: left; }
        .content-page aside .aside-ul li a {
          display: block;
          text-decoration: none;
          font-size: 13px;
          line-height: 27px;
          letter-spacing: .04em;
          font-weight: 500;
          color: #515151;
          transition: all 1s;
          padding: 20px 20px;
          border-left: 4px solid transparent;
          background-color: #eee;
          transition: all 1s; }
          .content-page aside .aside-ul li a:hover {
            border-left: 4px solid #123326; }

.contact {
  display: flex;
  justify-content: space-between;
  padding: 15px; }
  @media only screen and (max-width: 991px) {
    .contact {
      flex-direction: column;
      justify-content: center;
      align-content: center;
      align-items: center;
      padding-bottom: 0; } }
  .contact button {
    display: block;
    background-color: #0b6940;
    color: #fff !important;
    padding: 4px 10px !important;
    font-size: 14px; }
  .contact-item {
    display: flex;
    padding: 30px 0;
    border: 1px solid #eee;
    width: 33%;
    align-content: center;
    align-items: center; }
    .contact-item:not(:last-child) {
      margin-right: 20px; }
      @media only screen and (max-width: 991px) {
        .contact-item:not(:last-child) {
          margin-right: 0; } }
    @media only screen and (max-width: 991px) {
      .contact-item {
        margin: 20px 0;
        max-width: 400px;
        width: 100%; }
        .contact-item:last-child {
          margin-bottom: 0; } }
  .contact-icon {
    width: 80px;
    height: 80px;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 30px;
    font-size: 20px;
    transition: all 1s;
    color: #0b6940; }
  .contact-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start; }
  .contact h2 {
    font-size: 15px;
    line-height: 17px;
    letter-spacing: .04em;
    margin-bottom: 15px;
    font-weight: 500;
    font-style: normal;
    transition: all 1s;
    color: #282828; }
  .contact p {
    text-align: left; }
  .contact-item:hover h2 {
    color: #0b6940; }
  .contact-item:hover .contact-icon {
    background-color: #0b6940; }
    .contact-item:hover .contact-icon .icon {
      color: #fff; }

.cf {
  padding: 15px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 991px) {
    .cf {
      max-width: 700px;
      padding: 0 10px; } }
  .cf .h3-main {
    text-align: left !important; }
  .cf-container {
    display: flex; }
    @media only screen and (max-width: 991px) {
      .cf-container {
        flex-direction: column; } }
    .cf-container input {
      padding: 15px;
      background-color: #eee;
      border: none;
      border-radius: 10px !important;
      width: 33%;
      color: #141414;
      outline: none; }
      .cf-container input:not(:last-child) {
        margin-right: 20px; }
      @media only screen and (max-width: 991px) {
        .cf-container input {
          margin: 10px 0;
          width: 100%; } }
  .cf textarea {
    width: 100%;
    background-color: #eee;
    border: none;
    color: #141414;
    padding: 15px;
    margin-top: 30px;
    border-radius: 10px !important;
    resize: none;
    outline: none; }
  .cf button {
    display: block;
    background-color: #0b6940;
    color: #fff !important;
    padding: 12px 30px !important; }

.mybio-login {
  background: url(../img/login-bg.jpg);
  background-size: cover;
  background-position: center center; }
  .mybio-login .login-page-logo {
    max-width: 200px; }
  .mybio-login .btn {
    background: linear-gradient(80deg, #144c4b 0%, #028336 100%);
    color: #fff !important;
    padding: 8px 30px !important; }
  .mybio-login .container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; }
  .mybio-login .login-card {
    width: 900px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: stretch; }
    .mybio-login .login-card .left {
      background-color: rgba(255, 255, 255, 0.226);
      flex: 0 0 40%;
      display: flex;
      padding: 10px;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media only screen and (max-width: 767px) {
        .mybio-login .login-card .left {
          display: none; } }
      .mybio-login .login-card .left h2 {
        text-align: center;
        color: #fff;
        font-size: 22px; }
      .mybio-login .login-card .left p {
        color: #fff;
        text-align: center; }
    .mybio-login .login-card .right {
      background-color: #fff;
      flex: 1;
      padding: 60px 90px; }
      @media only screen and (max-width: 500px) {
        .mybio-login .login-card .right {
          padding: 30px; } }
      .mybio-login .login-card .right h2 {
        font-size: 26px; }
      .mybio-login .login-card .right a {
        color: #0b6940;
        text-decoration: none; }
