/* Version: 0.0.1
   Created: June 2020
   File Description: Decibite CSS Framework
*/
/***********************************/
/*         INDEX                   */
/*===================================
 *     01. Body/Hero                *
 *     02. Navigation               *
 *     03. Buttons                  *
 *     04. Badge                    *
 *     05. Alerts                   *
 *     06. Text/Headers             *
 *     07. Pricing Tables           *
 *     08. Slider                   *
 *     09. Icons (FontAwesome V4.7) *
 ===================================*/

/************ 01. Body/Hero *************/
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans&family=Source+Sans+Pro&display=swap');
body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #525666;
  text-align: left;
  background-color: #fff;
  height: 100%;
}

fieldset {
  border: none;
}

.border-bottom {
  border-bottom: 2px solid #e5e8ed !important;
}

.section-border-bottom {
  border-bottom: 1px solid #edeef2;
}

.body-magnetar {
  background-color: #fff !important;
}

.bg-150 {
  padding-bottom: 100px;
  padding-top:120px;
}

.bg-80 {
  padding-bottom: 80px;
  padding-top:110px;
}

.bg-50 {
  padding-bottom: 30px;
  padding-top:80px;
}

@media (max-width:471px) {
  .bg-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .bg-80 {
    padding-bottom: 40px;
    padding-top:40px;
  }
}

.bg-white {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #11181c;
}

.bg-blue-gradient {
  background: linear-gradient(to bottom, #0073ec, #214eec)
}

.bg-red-gradient {
  background: linear-gradient(to bottom, #cc2600, #b32100)
}

.bg-shaded-blue {
  background: #4784c6;
}

.bg-shaded-red {
  background: #c64a47;
}

.bg-shaded-green {
  background: #47c689;
}

.bg-shaded-yellow {
  background: #d3d61d;
}

.bg-alternate {
  background-color: #f3f5f9 !important;
}

.bg-icon {
  background-color: #edf0fb !important;
  padding: 10px;
}

.hero-para {
  font-size: 20px;
}

.trialFormPR10 {
  padding-right: 10px;
}

.legalFormPR10 {
  padding-right: 10px;
}

.legalFormLastPR10 {
  padding-right: 0px;
}

.legalFormMNamePR10 {
  padding-right: 10px;
}

@media (max-width:915px) {
  .trialFormPR10 {
    padding-right: 0px;
  }
  .legalFormMNamePR10 {
    padding-right: 0px;
  }
  .legalFormLastPR10 {
    padding-right: 10px;
  }
}

@media (max-width:470px) {
  .legalFormPR10 {
    padding-right: 0px;
  }
  .legalFormLastPR10 {
    padding-right: 0px;
  }
}

.trialFormP20 {
  padding: 20px;
}

@media (max-width:915px) {
  .trialFormP20 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/************* 02. Navigation *************/
.quasarClassicNav {
  display:flex;
  z-index: 100;
  font-size: 14px;
  width:100%;
  position: fixed;
  width: 100%;
  justify-content: space-between;
  box-shadow: rgba(3,27,78,0.1) 0px 2px 4px;
}

.quasarClassicNavItem {
  margin: auto;
  text-align:center;
  font-weight: 500;
  color: #062e47;
  position: relative;
}

.quasarMenuLink {
  padding-top: 18px;
  padding-bottom: 18px;
  white-space: nowrap;
  border-bottom: none !important;
}

.quasarClassicNavSubMenu {
  background-color: #fff;
  z-index: 100;
  overflow: visible;
  min-width: 250px;
  top: calc(100%);
  left: calc(50% - 110px);
  right: auto;
  animation: none;
  position: absolute;
  visibility: hidden;
  transform: translateY(10px);
  opacity: 0;
  transition: transform .3s,opacity .3s,visibility .3s;
  box-shadow: rgba(3,27,78,0.1) 0px 2px 4px;
  margin-top: 7px;
}

.quasarClassicSubLink {
  padding: 15px;
  width: 100%;
  color: #142149;
}

.quasarClassicSubLink:hover {
  border-bottom: none;
  background-color: #eef4ff;
}

.nav-hover li:hover .quasarClassicNavSubMenu {
  visibility: visible !important;
  opacity: 100 !important;
}

.quasarClassicNavSubMenu:hover {
  visibility: visible !important;
  opacity: 100 !important;
}

.quasarTopbar {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  color: #11181c;
  background-color: #fff;
  backface-visibility: hidden;
  border-bottom: 0.5px solid #dcdcdc;
}

.quasarNavbar {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, .50);
 }

 .navbar-toggle {
   height: 20px;
   position: relative;
 }

 .quasarNavContent {
    background-color: #fff;
    height: 57px;
    width: 100%;
    position: fixed;
    left: 0;
    display: table;
    margin: 0 auto;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    box-shadow: rgba(3,27,78,0.1) 0px 2px 4px;
 }

 .quasarNavLogo {
    background-color: #ff2f00;
    background-position: 50% 50%;
    background-size: 30px auto;
    background-repeat: no-repeat;
    height: 57px;
    width: 57px;
 }

 .logo-margin {
     margin-left: 6px;
     margin-top: 7px;
 }

 .quasarTopMenu {
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  display: table-cell;
  margin-left: auto;
  width: 50%;
  color: #5b6987;
}

 .quasarNavMenu {
    vertical-align: middle;
    padding: 0 0 0 .75em;
    list-style: none;
    background-color: #fff;
    display: flex;
    margin-left: auto;
    width: 50%;
 }

 .quasarNavButtons {
  display: flex !important;
}

 .quasarNavHamburger {
  color: #062e47;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
 }

 .quasarNavHamburger:hover {
   border-bottom: none;
 }

 .quasarNavMenuRight {
     text-align: right;
     padding-left: 0;
 }

 .quasarTopItem {
  margin-right: 10px;
  letter-spacing: 1px;
  display: inline-block;
}

 .quasarNavItem {
    margin-right: 10px;
    display: inline-block;
    line-height: 46px;
 }

 .quasarNavItemLink {
    display: block;
    font-size: 14px;
    color: #062e47;
    text-decoration: none;
 }

 .quasarNavItemLink:hover {
  color: #ff2f00;
  border-bottom: none;
}

.quasarSubmenu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: auto;
  line-height: normal;
  list-style: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, .50);
}

.quasarSubmenuTitle {
  font-size: 17px !important;
  font-weight: 900 !important;
}

.quasarSubmenuPrice {
  text-align: center;
  margin-top:0;
  font-size:15px;
}

.quasarSubmenuPara {
  text-align:center;
  font-size:14px;
  text-transform:none;
  margin-left:30px;
  margin-right:30px;
}

.quasarMobileSubmenu {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 1;
  margin-top: auto;
  line-height: normal;
  list-style: none;
}

.quasarSubmenuItemLink {
    color: #11181c;
    font-size: .8rem;
    font-weight: 500;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}

.quasarSubmenuItemLink:hover {
  color: #ff2f00;
}

.quasarNavMenu li:hover .quasarSubmenu {
    display: block;
}

.mobile-menu {
  display: none;
}

/* Magnetar Menu */

.magTopBar {
  background-color: #fff;
  position: fixed;
  top: 0;
  border-bottom: 2px solid #f1f2f3;
  height: 60px;
  width: 100%;
  display: table;
  padding-left: 250px;
  transition: 0.5s;
  z-index: 99;
}

.magBottomBar {
  background-color: #fff;
  position: inherit;
  bottom: 0;
  border-top: 2px solid #f1f2f3;
  height: 40px;
  width: 100%;
  display: table;
  padding-left: 250px;
  transition: 0.5s;
}

.magNavHamburger {
  color: black;
  font-size: 10px;
  display: none;
  left: 5px;
  vertical-align: middle;
  padding-left: 5px;
 }

 .magNavToggle {
  display: table-cell;
  left: 5px;
  vertical-align: middle;
  padding-left: 5px;
 }

 .magNavRight {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  text-align: right;
 }

 .magNavLeft {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  margin-right: auto;
  text-align: left;
 }

 .magNavClose {
  color: #fff;
  font-size: 10px;
  display: table-cell !important;
  left: 5px;
  vertical-align: middle;
  padding-left: 10px;
 }

 .magNavProfile {
  color: black;
  vertical-align: middle;
  display: inline-block;
  font-size: 10px;
  padding-left: 10px;
 }

 .magnetarSidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #11181c;
  overflow-x: hidden;
  padding-top: 80px;
  transition: 0.5s;
}

.magnetarSidenavLogo {
  width:100%;
  top:0;
  position:absolute;
  padding:10px;
  padding-bottom:6px;
  background:#ff2f00;
  text-align: center;
}

.magnetarSidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #d9d9d9;
  display: block;
  transition: 0.3s;
}

.sidebarCollapsable {
  display: none;
  transition: 0.5s;
}

.sidebarCollapsable li a {
  text-decoration: none;
  margin-left: 15px;
  font-size: 14px;
  color: #d9d9d9;
  transition: 0.3s;
}

.magSideAngleIcon {
  margin-left: auto;
  float: right;
  margin-right: 10px;
}

.magnetarSidenav p {
  padding: 0px 8px 0px 25px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-weight: 700;
}

.item-active, .submenu-active {
  background: rgba(0, 150, 136, 0.121569);
}

.submenu-active span:before {
  content:"\f107" !important;
}

.magnetarSidenav a:hover {
  color: #f1f1f1;
}

.magnetarSidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding-top: 0px;
  margin-left: 250px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .magnetarSidenav {padding-top: 15px;}
  .magnetarSidenav a {font-size: 18px;}
} 

/*MEDIA QUERY*/
@media (max-width: 855px) {
	.quasarNavbar {
		position: absolute;
	}

  .quasarNavMenu {
    display: none;
    margin-left: 0;
    padding-left: 0;
  }

  .quasarNavButtons {
    display: none !important;
  }

  .quasarNavContent {
    top: 0;
  }

  .quasarTopBar {
    display: none;
  }

  .quasarNavItem {
    display: block;
    padding-left: 15px;
  }

  .quasarSubmenu {
    position: relative;
    background-color: #11181c;
  }

  .quasarMobileSubmenu {
    position: relative;
  }

  .mobile-menu {
    width: 100%;
    position: inherit;
    margin-top: 55px;
    max-height: calc(100vh - 70px);
    overflow: auto;
    box-shadow: rgba(3,27,78,0.1) 0px 2px 4px;
  }

  .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3c4858;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
  }

   .navbar-toggle.open span {
    position: absolute;
  }
  
   .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
   .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
  }
  
   .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
   .navbar-toggle.open span:hover {
    background-color: #ff2f00;
  }
  
   .navbar-toggle:hover,  .navbar-toggle:focus,
   .navbar-toggle .navigation-menu > li > a:hover,  .navbar-toggle:focus {
    background-color: transparent;
  }

  .lines {
    width: 25px;
  }

  .quasarNavHamburger {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
  }

  .magnetarSidenav {
    width: 0;
  }

  #main {
    margin-left: 0px;
  }

  .magNavHamburger {
    display: table-cell;
  }

  .magNavClose {
    display: none;
  }

  .magTopBar {
    padding-left: 0;
  }

  .magBottomBar {
    padding-left: 0;
  }

  .magNavSearch {
    display: none !important;
  }
}

/************ 03. Buttons *************/

/* Only for Webkit Browsers - Firefox being Gecko based is not supported */
::-webkit-file-upload-button {
  padding: 8px 10px;
  display: inline-block;
  outline: none;
  text-decoration: none;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 14px;
  border-radius: .25rem;
  line-height: 1.5;
  cursor: pointer;
  background: #ff2f00;
  border: 1px solid #ff2f00;
  color: #fff;
}

/* Only for IE - Firefox being Gecko based is not supported */
::-webkit-file-upload-button:hover {
  background-color: #b32100 !important;
  border: 1px solid #b32100 !important;
}

::-ms-browse {
  padding: 8px 10px;
  display: inline-block;
  outline: none;
  text-decoration: none;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 14px;
  border-radius: .25rem;
  line-height: 1.5;
  cursor: pointer;
  background: #ff2f00;
  border: 1px solid #ff2f00;
  color: #fff;
}

::-ms-browse:hover {
  background-color: #b32100 !important;
  border: 1px solid #b32100 !important;
}

.quasarCheckbox {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.5rem;
  margin-right: 1rem;
  font-weight: 400;
  font-size: 16px; }

.quasarCheckbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.quasarCheckbox.new-checkbox {
  cursor: pointer; }
  .quasarCheckbox.new-checkbox .quasarCheckbox-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e0e6ed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 4px; }
  .quasarCheckbox.new-checkbox > input:checked ~ span.quasarCheckbox-indicator {
    background: #1b55e2; }
    .quasarCheckbox.new-checkbox > input:checked ~ span.quasarCheckbox-indicator:after {
      display: block; }
  .quasarCheckbox.new-checkbox span.quasarCheckbox-indicator:after {
    border: solid #fff;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -5px;
    width: 4px;
    height: 8px;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
    margin-left: -2px;
    margin-top: -5px;
    width: 4px;
    height: 8px;
    height: 8px; }

button {
  cursor: pointer;
  border: none;
}

 .btn {
    padding: 8px 10px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    letter-spacing: 0.8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    font-size: 14px;
    border-radius: .25rem;
    line-height: 1.5;
    cursor: pointer;
  }

  .btn-sm {
    text-transform: none;
    font-size: 13px;
  }

 .btn.btn-general, .btn.btn-secondary {
    color: #ffffff !important;
  }
  
  .btn.btn-general:hover, .btn.btn-general:focus, .btn.btn-general:active, .btn.btn-general.active, .btn.btn-general.focus {
    color: #ffffff !important;
  }
  
  .btn.btn-general-outline:hover, .btn.btn-general-outline:focus, .btn.btn-general-outline:active, .btn.btn-general-outline.active, .btn.btn-general-outline.focus {
    color: #ffffff !important;
  }
  
  .btn.btn-general {
    background: #ff2f00;
    border: 1px solid #ff2f00;
  }

  .btn.btn-general:disabled {
    background: grey;
    border: 1px solid grey;
  }

  .btn.btn-dark {
    color: #fff;
    background: #11181c;
    border: 1px solid #11181c;
  }

  .btn.btn-dark:hover, .btn.btn-dark:focus {
    background: transparent;
    color: #11181c;
    border: 1px solid #11181c;
  }

  .btn.btn-white {
    color: #ff2f00;
    background: #fff;
    border: 1px solid #fff;
  }

  .btn.btn-white:hover, .btn.btn-white:focus {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

  .btn.btn-white-outline {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
  }

  .btn.btn-white-outline:hover, .btn.btn-white-outline:focus {
    color: #ff2f00;
    background: #fff;
    border: 1px solid #fff;
  }

  .btn.btn-secondary {
    background: #070100;
    border: 1px solid #070100;
  }

  .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active  {
    background: #3a0800;
    border: 1px solid #3a0800;
  }
  
  .btn.btn-general:hover, .btn.btn-general:focus, .btn.btn-general:active {
    background-color: #b32100 !important;
    border: 1px solid #b32100 !important;
  }
  
  .btn.btn-general-outline {
    border: 1px solid #ff2f00;
    color: #ff2f00;
    background-color: transparent;
  }
  
  .btn.btn-general-outline:hover, .btn.btn-general-outline:focus, .btn.btn-general-outline:active, .btn.btn-general-outline.active, .btn.btn-general-outline.focus {
    background-color: #ff2f00;
    border-color: #ff2f00;
  }
  
  .btn.btn-general {
    color: #ffffff !important;
  }

  .btn.btn-green {
    background: #2ebf6d;
    border: 1px solid #2ebf6d;
    color: #ffffff !important;
  }

  .btn.btn-green {
    background: #249656;
    border: 1px solid #249656;
    color: #ffffff !important;
  }

  .btn.btn-red {
    background: #ee1c0c;
    border: 1px solid #ee1c0c;
    color: #ffffff !important;
  }

  .btn.btn-red:hover {
    background: #bd160a;
    border: 1px solid #bd160a;
    color: #ffffff !important;
  }

  .btn.btn-light-blue {
    background: #2196f3;
    border: 1px solid #2196f3;
    color: #ffffff !important;
  }

  .btn.btn-light-blue:hover {
    background: #0c7cd5;
    border: 1px solid #0c7cd5;
    color: #ffffff !important;
  }

  .btn.btn-grey {
    background: #6c6c6c;
    border: 1px solid #6c6c6c;
    color: #ffffff !important;
  }

  .btn.btn-grey:hover {
    background: #525252;
    border: 1px solid #525252;
    color: #ffffff !important;
  }

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 50px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #e5e8ed}

.show {display:block;} 

/************ 04. Bage *************/

.badge {
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
  letter-spacing: 0.8px;
  font-size: 10px;
  font-weight: 600;
}

.badge.badge-red {
  background-color: #ee1c0c !important;
}

.badge.badge-grey {
  background-color: #5a6d90 !important;
}

.badge.badge-green {
  background-color: #2ebf6d !important;
  color: #fff;
}

/************ 05. Alerts *************/

.alert {
  padding: 8px 15px;
  border-radius: .25rem !important;
}

.alert.alert-light {
  background-color: #f8f9fc;
  color: #3c4858;
  border-color: #dee2e6;
}

/************ 06. Text/Headers *************/

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

.text-muted {
  color: #485363;
}

.text-light {
  color: #A0A0A0 !important;
}

.text-semi-light {
  color: #7a7a7a !important;
}

.text-red {
  color: #ee1c0c !important;
}

.text-primary {
  color: #ff2f00 !important;
}

.text-dark {
  color: #142149;
}

.text-secondary {
  color: #070100 !important;
}

code {
  color:#383838;
  padding:3px 3px 3px 2px;
  margin:0 1px 0 2px;
  border:1px solid #dfdfdf;
  white-space:nowrap;
  font-family:Menlo,Courier,'Andale Mono',monospace,serif;
}

.section-line {
  font-size: 28px;
}

.section-line:before {
  content: '';
  position: absolute;
  width: 140px;
  height: 3px;
  background: #070100;
  left: 50%;
  transform: translate(-50%,0);
}

.pricing-line {
  font-size: 28px;
}

.pricing-line:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 3px;
  background: #ff2f00;
  left: 50%;
  transform: translate(-50%,0);
}

.pricing-badge {
  content: '';
  background: #ff2f00;
  color: #fff;
  text-transform: capitalize;
  padding: 10px;
  transform: translate(-50%,0);
  font-size: 14px;
}

.para {
  max-width: 600px;
}

.no-dec {
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:hover {
  border-bottom: dotted 1px #ff2f00;
}

.link {
  color: #ff2f00 !important;
}

.link:hover {
  border-bottom: dotted 1px #ff2f00 !important;
}

.link-light a:hover {
  color: #fff;
}

.link-light a {
  color: #A0A0A0;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.list a {
  color: #A0A0A0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list a:hover {
  color: #fff;
}

.social-icon {
  border: 1px solid #A0A0A0;
  padding: 10px;
  color: #A0A0A0;
}

.social-icon:hover {
  border: 1px solid #A0A0A0;
  padding: 10px;
  background-color: #A0A0A0;
  color: #11181c;
}

.social-team-icon {
  border: 1px solid #ff2f00;
  padding: 10px;
  color: #ff2f00;
}

.social-team-icon:hover {
  border: 1px solid #ff2f00;
  padding: 10px;
  background-color: #ff2f00;
  color: #fff;
}

/************ 07. Pricing Tables *************/

.pricing-rates {
  position: relative;
  z-index: 1;
}

.pricing-rates .title {
  font-weight: 700;
  font-size: 24px;
}

.pricing-rates .price {
  color: #ff2f00;
  font-size: 35px;
font-weight: 700;
}

.pricing-rates .feature .feature-list {
  margin: auto auto 5px;
  font-size: 16px;
  list-style: none;
}

.pricing-rates.business-rate {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-rates.business-rate:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-color: #ff2f00;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
}

.pricing-rates.business-rate:hover .title {
  color: #ff2f00;
}

.pricing-rates.starter-plan {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 2;
  border-color: #ff2f00;
}

.pricing-rates.best-plan {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
  border: 2px solid #0073ec !important;
  border-radius: 1rem !important;
}

.pricing-rates.standard-plan {
  transition: all 0.2s ease 0s;
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 1rem !important;
  border-top: 2px solid transparent;
}

.pricing-rates.best-plan .lable {
  width: 200px;
  position: absolute;
  top: 15px;
  right: -65px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.pricing-rates.best-plan .lable h6 {
  font-size: 12px;
}

.pricing-rates.best-plan:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.card-border-bottom {
  border-bottom: 0.5px solid rgba(0,0,0,.125);
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .pricing-rates.starter-plan {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/************ 08. Slider *************/
.slider {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider-nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider-nav:checked:nth-of-type(1) ~ .slider-inner {
  left: 10%;
}
.slider-nav:checked:nth-of-type(2) ~ .slider-inner {
  left: -70%;
}
.slider-nav:checked:nth-of-type(3) ~ .slider-inner {
  left: -150%;
}
.slider-nav:checked:nth-of-type(4) ~ .slider-inner {
  left: -230%;
}
.slider-nav:checked:nth-of-type(5) ~ .slider-inner {
  left: -310%;
}
.slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider-contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-image {
  color: #2196F3;
}
.slider-caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.slider-text {
  color: #999;
  margin-bottom: 3rem;
  max-width: 300px;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

/************ 09. Icons (FontAwesome V4.7) *************/

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 *  https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css
 */@font-face {
  font-family:'FontAwesome';
  src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
  url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
  url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
  url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
  url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight:normal;
  font-style:normal
 }
 .icon-border {
   display: inline-block;
   color: #fff;
   border:1px solid #fff;
   padding: 6px 10px;
   border-radius: 50%;
   margin-bottom: 15px;
 }
 .fa {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
 }
 .fa-angle-down:before {
  content:"\f107"
 }
 .fa-angle-right:before {
  content:"\f105"
 }
 .fa-bars:before {
  content:"\f0c9"
 }
 .fa-chevron-right:before {
  content:"\f054"
 }
 .fa-chevron-up:before {
   content:"\f077"
  }
 .fa-check:before {
  content:"\f00c"
 }
 .fa-support:before {
  content:"\f1cd"
 }
 .fa-cloud:before {
  content:"\f0c2"
 }
 .fa-envelope:before {
  content: "\f0e0";
 }
 .fa-facebook:before {
   content:"\f09a"
 }
 .fa-twitter:before {
   content:"\f099"
 }
 .fa-youtube:before {
  content:"\f167"
 }
 .fa-linkedin:before {
  content:"\f0e1"
 }
 .fa-question-circle:before {
  content:"\f059"
 }
 .fa-smile-o:before {
  content:"\f118"
}
.fa-mouse-pointer:before {
  content:"\f245"
}
.fa-dollar:before {
  content:"\f155"
}
.fa-dashboard:before {
  content:"\f0e4"
}
.fa-arrow-up:before {
  content:"\f062"
}
.fa-arrow-left:before {
  content:"\f060"
}
.fa-angle-double-right:before {
  content:"\f101"
}
.fa-close:before {
  content:"\f00d"
}
.fa-bookmark:before {
  content:"\f02e"
}
.fa-dashboard:before {
  content:"\f0e4"
}
.fa-terminal:before {
  content:"\f120"
}
.fa-user-circle-o:before {
  content:"\f2be"
}
.fa-credit-card:before {
  content:"\f09d"
}
.fa-book:before {
  content:"\f02d"
}
.fa-list:before {
  content:"\f03a"
}
.fa-bar-chart:before {
  content:"\f080"
}
.fa-server:before {
  content:"\f233"
}
.fa-plus:before {
  content:"\f067"
}
.fa-pencil:before {
  content:"\f040"
}
.fa-file:before {
  content:"\f15b"
}
.fa-database:before {
  content:"\f1c0"
}
.fa-user-o:before {
  content:"\f2c0"
}
.fa-sign-out:before {
  content:"\f08b"
}
.fa-phone:before {
  content:"\f095"
}