@import url("https://fonts.googleapis.com/css?family=Oswald");
.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.gutter_sm {
  margin: 0px -5px; }
  .gutter_sm [class^="col"],
  .gutter_sm .form-group {
    padding: 0px 5px; }

.gutter_0 {
  margin: 0px -0px; }
  .gutter_0 [class^="col"],
  .gutter_0 .form-group {
    padding: 0px 0px; }

.custom_select {
  position: relative; }
  .custom_select:before, .custom_select:after {
    pointer-events: none; }
  .custom_select:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 40px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 5;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .custom_select:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    width: 20px;
    z-index: 5;
    margin-top: -10px;
    text-align: center; }

.form-control {
  border-radius: 3px;
  box-shadow: none; }
  .form-control:hover, .form-control:focus, .form-control:active {
    color: white;
    box-shadow: none;
    border-color: #ccc;
    color: #676767; }

.text-default {
  color: #676767; }

.text-primary {
  color: #0496d1; }

.text-danger {
  color: #ec174d; }

.btn.btn-primary {
  background: #ed164f;
  border-color: #ed164f;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold; }

.btn.btn-info {
  background: #0395ce;
  border-color: #0395ce;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold; }

.withbg {
  position: relative;
  transform: translateZ(0); }
  .withbg .withbgimg {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 250px;
    width: 100%;
    background: #2d3e50;
    z-index: -1; }

.breadcrumbs {
  background: #0395ce; }
  .breadcrumbs .breadcrumb {
    margin: 0px;
    background: none; }
    .breadcrumbs .breadcrumb li,
    .breadcrumbs .breadcrumb a {
      color: white; }

.header-logo-menu {
  padding: 10px 0px; }

.logo {
  padding-top: 0px; }
  .logo a {
    height: 70px;
    display: block; }
    .logo a img {
      max-width: 100%;
      max-height: 100%; }

.mainmenu-area {
  margin-top: 15px; }

.mainmenu ul#nav > li > a {
  height: 40px;
  line-height: 40px; }

.mainmenu ul#nav > li.current > a {
  color: #ed164f; }

.header-logo-menu.stick .logo {
  padding: 0px 0; }

.services {
  padding: 50px 0px;
  background: #fff; }
  .services h1 {
    letter-spacing: -0.0400em;
    margin-bottom: 30px;
    font-weight: 300; }
    .services h1 span {
      color: #ed164f; }
  .services h3 {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    margin-bottom: 10px; }
  .services p {
    min-height: 66px; }
  .services .services_block {
    text-align: center;
    padding: 20px;
    margin: 10px 0px; }
    .services .services_block img {
      display: block;
      max-width: 120px;
      margin: 0 auto;
      margin-bottom: 15px; }

.whtebox {
  background: #fff;
  padding: 50px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: relative; }

.greybg {
  background: #eee;
  padding: 5% 50px; }

.form-control.input-lg {
  font-size: 14px; }

.fyp {
  height: 46px;
  line-height: 46px; }

#myclose {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background: no-repeat;
  font-size: 30px;
  color: #676767;
  height: 30px;
  line-height: 28px;
  padding: 0px;
  margin: 0px;
  border: 1px solid #676767;
  border-radius: 100%;
  width: 30px;
  text-align: center; }

.stages {
  text-align: center;
  padding: 15px 0px; }

.stages ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block; }

.stages li {
  display: inline-block;
  float: left;
  position: relative;
  padding-right: 50px; }

.stages li:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 50px;
  right: 0px;
  top: 50%;
  margin-top: -1px;
  background: #617992; }

.stages li:last-child {
  padding: 0px; }

.stages li:last-child:before {
  display: none; }

.stages li a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 20px;
  font-weight: normal;
  font-family: "montserratbold";
  width: 50px;
  background: #617992;
  border-radius: 100%; }

.stages li:nth-child(2) a {
  background-position: -80px 0px; }

.stages li:nth-child(3) a {
  background-position: -160px 0px; }

.stages ul.items1 li:nth-child(1) a {
  background-color: #ed164f; }

.stages ul.items2 li:nth-child(1) a,
.stages ul.items2 li:nth-child(2) a,
.stages ul.items2 li:nth-child(1):before {
  background: #ed164f; }

.stages ul.items3 li:nth-child(1) a,
.stages ul.items3 li:nth-child(2) a,
.stages ul.items3 li:nth-child(3) a,
.stages ul.items3 li:nth-child(1):before,
.stages ul.items3 li:nth-child(2):before {
  background: #ed164f; }

.stages ul.items4 li:nth-child(1) a,
.stages ul.items4 li:nth-child(2) a,
.stages ul.items4 li:nth-child(3) a,
.stages ul.items4 li:nth-child(4) a,
.stages ul.items4 li:nth-child(1):before,
.stages ul.items4 li:nth-child(2):before,
.stages ul.items4 li:nth-child(3):before {
  background: #ed164f; }

.btn-file {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  border: 1px dashed #ccc;
  background-color: #fafafa; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.pricing .panel .panel-heading {
  text-align: center; }
  .pricing .panel .panel-heading .panel-title {
    font-family: "Raleway";
    font-weight: 400;
    text-transform: uppercase; }
  .pricing .panel .panel-heading h1 {
    font-size: 80px;
    margin: 0px;
    font-family: Segoe, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    display: inline-block;
    position: relative; }
    .pricing .panel .panel-heading h1:before {
      content: '$';
      position: absolute;
      right: 100%;
      top: 20px;
      font-size: 20px;
      font-weight: normal; }
    .pricing .panel .panel-heading h1:after {
      content: '/Month';
      position: absolute;
      left: 100%;
      bottom: 10px;
      font-weight: 300;
      font-size: 18px;
      letter-spacing: 0px; }
.pricing .panel-body {
  background: #fafafa;
  border-radius: 5px; }
  .pricing .panel-body ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background: #fff;
    border-radius: 2px; }
    .pricing .panel-body ul li {
      display: block;
      text-align: center;
      padding: 10px 0px;
      border-bottom: 1px solid #e8e8e8; }
      .pricing .panel-body ul li:last-child {
        border-bottom: none; }
      .pricing .panel-body ul li del {
        color: #999; }
.pricing [class^="col"]:nth-child(1) .panel {
  border-color: #3498db; }
  .pricing [class^="col"]:nth-child(1) .panel .panel-heading,
  .pricing [class^="col"]:nth-child(1) .panel .btn {
    background: #3498db;
    border-color: #3498db; }
.pricing [class^="col"]:nth-child(2) .panel {
  border-color: #2ecc71; }
  .pricing [class^="col"]:nth-child(2) .panel .panel-heading,
  .pricing [class^="col"]:nth-child(2) .panel .btn {
    background: #2ecc71;
    border-color: #2ecc71; }
.pricing [class^="col"]:nth-child(3) .panel {
  border-color: #f39c12; }
  .pricing [class^="col"]:nth-child(3) .panel .panel-heading,
  .pricing [class^="col"]:nth-child(3) .panel .btn {
    background: #f39c12;
    border-color: #f39c12; }

.features {
  padding: 0px 0px 30px 0px;
  margin: 0px;
  list-style: none;
  position: relative; }
  .features h3 {
    font-family: Segoe, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 25px;
    margin: 0px;
    margin-bottom: 20px;
    color: #ed164f; }
  .features p {
    color: #676767; }
  .features:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    left: 50%;
    top: 0px;
    margin-left: -1px;
    background: #ccc; }
  .features:after {
    content: '';
    position: absolute;
    height: 14px;
    width: 14px;
    left: 50%;
    top: 0px;
    margin-left: -7px;
    background: #ccc;
    border-radius: 100%; }
  .features li {
    width: 100%; }
    .features li .feature_block {
      position: relative;
      padding: 20px 20%; }
      .features li .feature_block:before {
        content: '';
        position: absolute;
        top: 50%;
        height: 14px;
        width: 14px;
        margin-top: -7px;
        background: white;
        border: 2px solid #ccc;
        border-radius: 100%;
        z-index: 2; }
      .features li .feature_block:after {
        content: '';
        position: absolute;
        top: 50%;
        width: 50px;
        height: 2px;
        margin-top: -1px;
        background: #ccc;
        z-index: 1; }
    .features li:nth-child(even) {
      padding-left: 50%; }
      .features li:nth-child(even) .feature_block {
        padding-left: 60px; }
        .features li:nth-child(even) .feature_block:before {
          left: -7px; }
        .features li:nth-child(even) .feature_block:after {
          left: 0px; }
    .features li:nth-child(odd) {
      padding-right: 50%;
      text-align: right; }
      .features li:nth-child(odd) .feature_block {
        padding-right: 60px; }
        .features li:nth-child(odd) .feature_block:before {
          right: -7px; }
        .features li:nth-child(odd) .feature_block:after {
          right: 0px; }

.how_it_works .hiw {
  padding: 100px 50px;
  background: #eee;
  position: relative; }
  .how_it_works .hiw:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    bottom: 0px;
    left: 50%;
    text-align: center;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.3);
    height: 80px;
    line-height: 80px;
    width: 80px;
    background: #e2e2e2;
    margin-left: -40px;
    margin-bottom: -40px;
    border-radius: 100%;
    z-index: 5; }
  .how_it_works .hiw .inner {
    height: 360px;
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
  .how_it_works .hiw h1 {
    margin: 0px;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: Segoe, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: -0.0200em;
    color: #465768; }
  .how_it_works .hiw h3 {
    color: #b80e3b;
    margin-bottom: 20px; }
  .how_it_works .hiw p {
    color: #676767;
    line-height: 25px; }
  .how_it_works .hiw strong {
    color: #465768;
    font-family: Segoe, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600; }
  .how_it_works .hiw span {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    display: inline-block;
    height: 360px; }
    .how_it_works .hiw span img {
      max-width: 100%;
      max-height: 100%; }
  .how_it_works .hiw .btn {
    margin-top: 20px; }
  .how_it_works .hiw ul {
    margin: 20px 0px;
    padding: 0px;
    list-style: none; }
    .how_it_works .hiw ul li {
      margin: 5px 0px;
      position: relative;
      padding-left: 10px;
      color: #676767; }
      .how_it_works .hiw ul li:before {
        content: '';
        position: absolute;
        height: 6px;
        width: 6px;
        border-radius: 100%;
        background: #ed164f;
        left: 0px;
        top: 8px; }
  .how_it_works .hiw:nth-child(even) [class^="col"]:nth-child(1) {
    left: 50%; }
  .how_it_works .hiw:nth-child(even) [class^="col"]:nth-child(2) {
    right: 50%; }
  .how_it_works .hiw:nth-child(even) {
    background: #f9f9f9; }
  .how_it_works .hiw:first-child {
    padding-top: 50px; }
  .how_it_works .hiw:last-child {
    padding-bottom: 50px; }
    .how_it_works .hiw:last-child:before {
      display: none; }

.finalstage {
  padding: 50px 0px;
  padding-top: 20px; }
  .finalstage h2 {
    font-family: Segoe, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    margin: 0px;
    margin-bottom: 15px; }
  .finalstage .btn {
    margin-top: 15px; }

.or_evider {
  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
  height: 1px;
  margin: 30px 0px; }
  .or_evider:before {
    position: absolute;
    left: 50%;
    top: -15px;
    content: 'or';
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
    background: white;
    margin-left: -15px;
    border-radius: 100%; }

.login__with__socials {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .login__with__socials li {
    display: block;
    width: 100%;
    margin: 10px 0px; }
    .login__with__socials li a {
      display: block;
      height: 50px;
      line-height: 50px;
      padding: 0px 25px;
      padding-left: 70px;
      background: #eee;
      color: white;
      border-radius: 2px;
      overflow: hidden;
      position: relative;
      text-transform: uppercase;
      font-weight: 900;
      text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1); }
      .login__with__socials li a:before {
        font-family: 'FontAwesome';
        position: absolute;
        left: 0px;
        top: 0px;
        margin: 0px;
        height: 50px;
        line-height: 50px;
        width: 50px;
        text-align: center;
        font-size: 25px;
        background: rgba(0, 0, 0, 0.2); }
      .login__with__socials li a[class^="fa-facebook"] {
        background: #365396; }
      .login__with__socials li a[class^="fa-twitter"] {
        background: #00a8f0; }
      .login__with__socials li a[class^="fa-linkedin"] {
        background: #006eb3; }
      .login__with__socials li a[class^="fa-google-plus"] {
        background: #e0462e; }

.lgltxt {
  line-height: 40px;
  margin: 0px; }

.login__with__socials2 {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .login__with__socials2 li {
    display: inline-block;
    width: auto;
    margin: 0px 0px; }
    .login__with__socials2 li a {
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 0;
      padding-left: 0;
      background: #eee;
      color: white;
      border-radius: 2px;
      overflow: hidden;
      position: relative;
      text-transform: uppercase;
      font-weight: 900;
      width: 40px;
      text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1); }
      .login__with__socials2 li a:before {
        font-family: 'FontAwesome';
        position: absolute;
        left: 0px;
        top: 0px;
        margin: 0px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        text-align: center;
        font-size: 20px; }
      .login__with__socials2 li a[class^="fa-facebook"] {
        background: #365396; }
      .login__with__socials2 li a[class^="fa-twitter"] {
        background: #00a8f0; }
      .login__with__socials2 li a[class^="fa-linkedin"] {
        background: #006eb3; }
      .login__with__socials2 li a[class^="fa-google-plus"] {
        background: #e0462e; }

.taglinebox {
  background: #ed164f;
  padding: 20px 0px;
  color: white;
  font-size: 26px;
  font-family: Segoe, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500; }
  .taglinebox .btn {
    background: #0395ce;
    border-color: #0395ce;
    box-shadow: none; }

.about-text-container {
  padding: 50px;
  border-radius: 5px;
  background: #f0f7fc;
  margin-top: -70px;
  position: relative;
  z-index: 5; }
  .about-text-container h3 {
    font-size: 20px;
    margin: 30px 0px 10px 0px;
    color: #b80e3b;
    font-family: Segoe, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600; }
    .about-text-container h3:first-child {
      margin-top: 0px; }
    .about-text-container h3:before {
      font-family: 'FontAwesome';
      content: "\f0a9";
      color: #0395ce;
      margin-right: 8px; }
  .about-text-container h4 {
    color: #333;
    margin-top: 20px; }
  .about-text-container ul {
    margin: 30px 0px 20px 0px; }
    .about-text-container ul li {
      margin-bottom: 10px; }
      .about-text-container ul li:before {
        font-family: 'FontAwesome';
        content: "\f058";
        color: #ed164f;
        margin-right: 5px; }

.social-icons {
  margin-top: 20px; }

ul.footer-list li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 5px; }

  .stages li a {
    display: block;
    height: 40px  !important;
    line-height: 44px  !important;
    color: white;
    font-size: 15px;
    font-weight: normal;
    font-family: "montserratbold";
    width: 40px !important;
    background: #617992;
    border-radius: 100%;
}

.login__with__socials2 li a {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0;
  padding-left: 0;
  background: #eee;
  color: white;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  width: 35px;
  text-shadow: -1px -1px 0px rgb(0 0 0 / 10%);
}
.login__with__socials2 li a:before {
  font-size: 14px  !important;
  line-height: 37px !important;
  width: 37px !important;
}
.ft{font-size:14px; font-weight: 600}
.p-0{padding:0px !important;}
/*# sourceMappingURL=custom.css.map */
