/* Color Pattern */
.color-0 {
  color: #ffffff; }

.color-1 {
  color: #050f2c; }

.color-2 {
  color: #1c455c; }

.color-3 {
  color: #00aeff; }

.color-4 {
  color: #3369e7; }

.color-5 {
  color: #8e43e7; }

.color-6 {
  color: #b84592; }

.color-7 {
  color: #ff4f81; }

.color-8 {
  color: #ff6c5f; }

.color-9 {
  color: #f2a619; }

.color-10 {
  color: #2dde98; }

.color-11 {
  color: #1cc7d0; }

.color-12 {
  color: #343a40; }

.color-13 {
  color: #6c757d; }

.bg-grey {
  background: #f4f4f4; }

.bg-1 {
  background: #1c455c; }

.bg-2 {
  background: #f2a619; }

.bg-3 {
  background: #ffffff; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 2; } }

@media (min-width: 768px) {
  .card-columns {
    column-count: 3; } }

@media (min-width: 992px) {
  .card-columns {
    column-count: 4; } }

@media (min-width: 1200px) {
  .card-columns {
    column-count: 5; } }

body {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 0.9rem; }

/* BEGIN -  Scroll to top */
#scrollToTopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 2000;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  border-radius: 100px;
  padding: 0px 14px;
  padding-bottom: 5px; }

#scrollToTopButton:hover {
  background-color: rgba(0, 0, 0, 0.7);
  text-decoration-line: none; }

/* END -  Scroll to top */
/* BEGIN -  Carousel */
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.carousel-caption {
  bottom: 50%; }

/* END -  Carousel */
.scrolled {
  background: white;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(105, 105, 105, 0.32);
  -moz-box-shadow: 0px 1px 2px 0px rgba(105, 105, 105, 0.32);
  box-shadow: 0px 1px 2px 0px rgba(105, 105, 105, 0.32); }

.brand_logo {
  height: 100px;
  transition: height 0.5s; }

.scrolled .brand_logo {
  height: 65px;
  transition: height 0.5s; }

.icon-3 {
  font-size: 40px; }

.about_text p {
  line-height: 2rem; }

.about_text_s p {
  font-size: 0.9rem;
  line-height: 1.7rem; }

.pricingTable {
  background: #fff;
  padding-bottom: 20px;
  overflow: hidden; }

.pricingTable .pricingTable-header {
  margin-bottom: 40px;
  position: relative;
  z-index: 1; }

.pricingTable .pricingTable-header:before {
  content: "";
  width: 100%;
  height: 150%;
  background: #606aa3;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: -1;
  transform: rotate(-55deg); }

.pricingTable .pricingTable-header:after {
  content: "";
  width: 100%;
  height: 190%;
  background: #727cb6;
  position: absolute;
  top: -76%;
  right: -16%;
  z-index: -2;
  transform: rotate(20deg); }

.pricingTable .price-value {
  display: inline-block;
  width: 40%;
  padding: 30px 0;
  float: left;
  font-size: 30px;
  color: #fff;
  line-height: 20px;
  position: relative;
  top: 10px;
  left: 20px; }

.pricingTable .currency {
  font-size: 20px;
  position: relative;
  top: -10px;
  right: -3px; }

.pricingTable .title {
  display: inline-block;
  width: 60%;
  padding: 30px 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  top: 10px;
  right: 7px; }

.pricingTable .pricing-content {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  clear: both; }

.pricingTable .pricing-content li {
  font-size: 17px;
  color: #828282;
  line-height: 40px; }

.pricingTable .pricingTable-signup {
  display: block;
  width: 80%;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #606aa3;
  border-radius: 40px;
  margin: 0 auto;
  font-size: 18px;
  color: #606aa3;
  z-index: 1;
  text-transform: uppercase;
  overflow: hidden;
  position: relative; }

.pricingTable .pricingTable-signup:before,
.pricingTable .pricingTable-signup:after {
  content: "";
  border-width: 0;
  border-style: solid;
  position: absolute;
  z-index: -1;
  transition: all 0.7s ease 0s; }

.pricingTable .pricingTable-signup:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #606aa3;
  bottom: 0;
  left: 0; }

.pricingTable .pricingTable-signup:after {
  border-color: rgba(0, 0, 0, 0) #606aa3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  top: 0;
  right: 0; }

.pricingTable .pricingTable-signup:hover:before,
.pricingTable .pricingTable-signup:hover:after {
  border-width: 150px 262px; }

.pricingTable.green .pricingTable-header:before {
  background: #18a288; }

.pricingTable.green .pricingTable-header:after {
  background: #1abc9c; }

.pricingTable.green .pricingTable-signup {
  border-color: #1abc9c;
  color: #1abc9c; }

.pricingTable.green .pricingTable-signup:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #18a288; }

.pricingTable.green .pricingTable-signup:after {
  border-color: rgba(0, 0, 0, 0) #18a288 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }

.pricingTable.orange .pricingTable-header:before {
  background: #ee6e00; }

.pricingTable.orange .pricingTable-header:after {
  background: #e67e22; }

.pricingTable.orange .pricingTable-signup {
  border-color: #e67e22;
  color: #e67e22; }

.pricingTable.orange .pricingTable-signup:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ee6e00; }

.pricingTable.orange .pricingTable-signup:after {
  border-color: rgba(0, 0, 0, 0) #ee6e00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }

.pricingTable.purple .pricingTable-header:before {
  background: #b14468; }

.pricingTable.purple .pricingTable-header:after {
  background: #cf4d78; }

.pricingTable.purple .pricingTable-signup {
  border-color: #cf4d78;
  color: #cf4d78; }

.pricingTable.purple .pricingTable-signup:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b14468; }

.pricingTable.purple .pricingTable-signup:after {
  border-color: rgba(0, 0, 0, 0) #b14468 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .pricingTable .pricingTable-header:before {
    height: 300%;
    top: -267%; }
  .pricingTable .pricingTable-header:after {
    height: 270%;
    top: -106%; }
  .pricingTable .title {
    text-align: center; } }

@media only screen and (max-width: 480px) {
  .pricingTable .pricingTable-header:after {
    top: -146%; } }

@media only screen and (max-width: 479px) {
  .pricingTable .pricingTable-header:before {
    height: 200%;
    top: -120%;
    left: -20%; } }

/* Pricing */
.block {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

.block-caption {
  font-weight: 700;
  font-family: "Lato", "Times New Roman", serif;
  color: #3c4857; }

.block-plain {
  background: transparent;
  box-shadow: none; }

.block .category:not([class*="text-"]) {
  color: #3c4857; }

.block-background {
  background-position: center center;
  background-size: cover;
  text-align: center; }

.block-raised {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.block-background .table {
  position: relative;
  z-index: 2;
  min-height: 280px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 440px;
  margin: 0 auto; }

.block-background .block-caption {
  color: #ffffff;
  margin-top: 10px; }

.block-pricing.block-background:after {
  background-color: rgba(0, 0, 0, 0.7); }

.block-background:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.56);
  border-radius: 6px; }

[class*="pricing-"] {
  padding: 90px 0 60px 0; }

.block-pricing {
  text-align: center;
  height: 100%; }

.block-pricing .block-caption {
  margin-top: 30px; }

.block-pricing .table {
  padding: 15px !important;
  margin-bottom: 0px; }

.block-pricing .icon {
  padding: 10px 0 0px;
  color: #3c4857; }

.block-pricing .icon i {
  font-size: 55px;
  border: 1px solid #ececec;
  border-radius: 50%;
  width: 130px;
  line-height: 130px;
  height: 130px; }

.block-pricing h1 small {
  font-size: 18px; }

.block-pricing h1 small:first-child {
  position: relative;
  top: -17px;
  font-size: 26px; }

.block-pricing ul {
  list-style: none;
  padding: 0;
  margin: 15px auto; }

.block-pricing ul li {
  color: #3c4857;
  text-align: left;
  padding: 5px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2); }

.block-pricing ul li:last-child {
  border: 0; }

.block-pricing ul li b {
  color: #3c4857; }

.block-pricing ul li i {
  top: 6px;
  position: relative; }

.block-pricing.block-background ul li,
.block-pricing [class*="table-"] ul li {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3); }

.block-pricing.block-background ul li b,
.block-pricing [class*="table-"] ul li b {
  color: #ffffff; }

.block-pricing.block-background [class*="text-"],
.block-pricing [class*="table-"] [class*="text-"] {
  color: #ffffff; }

.block-pricing.block-background:after {
  background-color: rgba(0, 0, 0, 0.7); }

.block-background:not(.block-pricing) .btn {
  margin-bottom: 0; }

.block .table-primary {
  background: linear-gradient(60deg, #ab47bc, #7b1fa2); }

.block [class*="table-"] .block-caption a,
.block [class*="table-"] .block-caption,
.block [class*="table-"] .icon i {
  color: #ffffff; }

.block-pricing .block-caption {
  margin-top: 30px; }

.block [class*="table-"] h1 small,
.block [class*="table-"] h2 small,
.block [class*="table-"] h3 small {
  color: rgba(255, 255, 255, 0.8); }

/* ======= BLOCK TABLE COLOR ======= */
.block .table-primary {
  background: linear-gradient(60deg, #ab47bc, #7b1fa2);
  border-radius: 6px;
  box-shadow: 0 16px 26px -10px rgba(156, 39, 176, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2); }

.block .table-info {
  background: linear-gradient(60deg, #26c6da, #0097a7);
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12); }

.block .table-success {
  background: linear-gradient(60deg, #66bb6a, #388e3c);
  border-radius: 6px;
  box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
  height: 100%; }

.block .table-warning {
  background: linear-gradient(60deg, #ffc168, #ca8d37);
  border-radius: 6px;
  box-shadow: 0 14px 26px -12px rgba(255, 202, 128, 0.56), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 192, 104, 0.8);
  height: 100%; }

.block .table-danger {
  background: linear-gradient(60deg, #ef5350, #d32f2f);
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12); }

.block .table-rose {
  background: linear-gradient(60deg, #ec407a, #c2185b);
  border-radius: 6px;
  box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2); }

.block [class*="table-"] .category,
.block [class*="table-"] .block-description {
  color: rgba(255, 255, 255, 0.8); }

.block-caption i {
  font-size: 5rem; }

.col-100P {
  height: 100%; }

.list-1 i {
  color: #ffc168;
  padding-right: 5px; }

.list-2 i {
  color: #003666;
  padding-right: 5px; }

.btn_fix_bottom {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  text-align: center;
  margin: 10px 0;
  height: 40px; }

@media (max-width: 991px) {
  .navbar {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.99); } }

.bl {
  border-left: 1px solid #9c9c9c; }

.br {
  border-right: 1px solid #9c9c9c; }

.align-f-left {
  text-align: left !important; }

.align-f-right {
  text-align: right !important; }

@media (max-width: 767px) {
  .bl,
  .br {
    border: none; }
  .align-f-left,
  .align-f-right {
    text-align: center !important; } }

.br-s {
  border-right: 1px solid #c4c4c4; }

@media (max-width: 575px) {
  .br-s {
    border: none; } }

.card {
  border: none; }

.footer .btn-link:hover {
  text-decoration: none;
  color: white; }

.footer .btn {
  font-size: 0.9rem; }

.social_icon {
  font-size: 2rem; }

.icon-1 {
  font-size: 1.5rem; }

.icon-2 {
  font-size: 1rem; }

.icon-4 {
  font-size: 1.2rem; }

.iifr {
  display: none; }

.img_outer {
  width: 100%;
  background: #1c455c;
  text-align: center; }

.card_img {
  margin: 0px auto;
  padding: 25px;
  width: 200px;
  height: 200px;
  text-align: center; }

#s-Pricing .btn:hover {
  color: #f2a619; }

#s-Contact .btn:hover {
  color: white; }

#footer .nav-link {
  color: #f2a619;
  padding: 15px 25px; }

#footer .nav-link {
  color: #f2a619;
  padding: 15px 25px; }

#footer .nav-link i:hover {
  color: #ffffff;
  font-size: 50px;
  -webkit-transition: font-size 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: font-size 0.3s; }

#footer .nav-link i {
  -webkit-transition: font-size 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: font-size 0.3s; }

.table_col_1 {
  font-weight: normal !important;
  text-align: left !important;
  max-width: 200px; }

.bg-color {
  background-color: #1C455C; }

th.pricing_head {
  font-size: 0.7rem !important; }

@media screen and (orientation: portrait) and (max-width: 767px) {
  .d-cus-none {
    display: none !important; } }

.bg-none {
  background: none !important; }

.text-white {
  color: #888888 !important; }

.ph_size {
  font-size: 1.1rem !important; }
