@charset "UTF-8";

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.link-card {
    /* border: 1px solid #cccccc; */
    border-radius: 20px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 10px;
    /*background-color: #f8f9fa;*/
    /*margin: 5px 0;*/
    height: 300px;
    margin-top: 5px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.09);
    box-sizing: border-box;
    overflow:hidden;
    width: 100%;
    border: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
}


.link-card:before {
	position: absolute;
	bottom: 0;
  right: 10px;
  left: 20px;
  text-align: right;
  padding-right: 20px;
  vertical-align: bottom;
  transition: all 200ms ease;
  content: "→";
  opacity: 0;
  font-size: 4rem;
  font-weight: 700;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.link-card:hover:before {
  opacity: 1;
}

.link-card > h4 {
  font-size: 1rem;
}

.link-card:hover {
  border: 1px solid #6429ff;
}

.image-stack {
  position: relative;
  width: 120px;
  height: 120px;
}

.image-stack > img {
  position: absolute;
  z-index: 9;
  border-radius: 60px;
  background-color: #FFF;
}

.image-stack > img:nth-child(2) {top: 0;left: 50px; z-index: 8;}
.image-stack > img:nth-child(3) {top: 0;left: 100px; z-index: 7;}
.image-stack > img:nth-child(4) {top: 0;left: 150px; z-index: 6;}

.shadow-1 {
  z-index: 100;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}


.scroll-down-icon {
  position: relative;
  bottom: -50px;
}

.section-100 {
  min-height: 100vh;
}

.container-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

body {
  color: #3e396b;
  line-height: 1.3;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5; }

a {
  color: #165374;
  text-decoration: none;}
  a:hover, a:focus, a:active {
    color: #2e00a8;
    text-decoration: none; }

.link-muted {
  color: #464a4c; }

.link-reverse {
  color: #fff; }
  .link-reverse:hover {
    color: #fff;
    opacity: 0.7; }

.my-lg {
  margin-top: 5em !important;
  margin-bottom: 5em !important; }

.py-lg {
  padding-top: 5em !important;
  padding-bottom: 5em !important; }

.mt-lg {
  margin-top: 5em !important; }

.mb-lg {
  margin-bottom: 5em !important; }

.pt-lg {
  padding-top: 5em !important; }

.pb-lg {
  padding-bottom: 5em !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

@media (min-width: 768px) {
  .my-md-lg {
    margin-top: 5em !important;
    margin-bottom: 5em !important; } }

@media (min-width: 768px) {
  .main-header {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.5;
} }

@media (min-width: 1000px) {
  .main-header {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.5;
} }

@media (min-width: 768px) {
  .main-header-min {
    font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
} }

@media (min-width: 1000px) {
  .main-header-min {
    font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
} }

.display-5 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5; }

.bg-light {
  background-color: #f8faff !important; }

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

.bg-primary {
  background-color: #165374 !important; }

.bg-gradient {
  background-image: -webkit-linear-gradient(242deg, #6937EA 0%, #377FEA 65%);
  background-image: -o-linear-gradient(242deg, #6937EA 0%, #377FEA 65%);
  background-image: linear-gradient(-152deg, #6937EA 0%, #377FEA 65%); }

.light-text {
  color: #b5bcc0; }

.text-inverse {
  color: #fff; }


.text-muted {
  color: #a7a2ce !important; }

/*FONT*/

.thin-font {
  font-weight: 300 !important; }

/*font awesome*/
.fa-valign {
  vertical-align: middle; }

/*-----------------------------------
 * Section
 *-----------------------------------*/
.section {
  padding-top: 3em;
  padding-bottom: 3em; 
}

@media (min-width: 768px) {
  .section {
      display: flex;
      align-items: center;
      min-height: 85vh;
      padding: 50px 0;
  }
}

.section-title {
  font-size: 3rem;
  line-height: 1.3em;
  font-weight: 700; }

/*-----------------------------------
 * OWL CAROUSEL
 *-----------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.owl-carousel .owl-item .citation img {
  width: 75px;
  display: inline; }

.btn {
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 10px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .navbar-nav .btn {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px; }

.btn-lg {
  font-size: 16px;
  letter-spacing: 2px;
  padding: 17px 35px; }
  .btn-lg:hover, .btn-lg:active {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

.btn-xl {
  padding: 12px 35px; }

.btn-sm {
  font-size: 14px;
  letter-spacing: 0; }

.btn-primary,
.btn-primary:focus {
  background-color: #165374;
  background-image: -webkit-gradient(linear, left top, right top, from(#165374), to(#0c3957));
  background-image: -webkit-linear-gradient(left, #165374, #0c3957);
  background-image: -o-linear-gradient(left, #165374, #0c3957);
  background-image: linear-gradient(90deg, #165374, #0c3957);
  border: 0;
  color: #fff; }
  .btn-primary:hover, .btn-primary:active,
  .btn-primary:focus:hover,
  .btn-primary:focus:active {
    color: #fff;
    background-color: #6429ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#0c3957), to(#165374));
    background-image: -webkit-linear-gradient(left, #0c3957, #165374);
    background-image: -o-linear-gradient(left, #0c3957, #165374);
    background-image: linear-gradient(90deg, #0c3957, #165374); }

.btn-outline,
.btn-outline:focus {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff; }
  .btn-outline:hover, .btn-outline:active,
  .btn-outline:focus:hover,
  .btn-outline:focus:active {
    color: #292b2c;
    background-color: #fff;
    border-color: #fff; }

.btn-outline-primary {
  color: #165374;
  background-image: none;
  background-color: transparent;
  border-color: #165374; }
  .btn-outline-primary:hover, .btn-outline-primary:active {
    color: #fff;
    background-color: #165374;
    border-color: #165374;
    background-image: -webkit-gradient(linear, left top, right top, from(#165374), to(#0c3957));
    background-image: -webkit-linear-gradient(left, #165374, #0c3957);
    background-image: -o-linear-gradient(left, #165374, #0c3957);
    background-image: linear-gradient(90deg, #165374, #0c3957); }

/* ------------------------------------------------

Page    : Start.ly SaaS CSS
Version : 1.0
Author  : Surjith S M
URI     : http://themeforest.net/user/surjithctly

TABLE OF CONTENTS
-----------------

1. Header
2. navbar
3. One Page
4. Cards
5. Portfolio
6. Video
7. Team
8. Contact
9. Footer

Copyright © All rights Reserved
Surjith S M / @surjithctly

-------------------------------------------------- */
/*-----------------------------------
 * Header
 *-----------------------------------*/
header {
  position: relative; }

.gradient-mask {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#165374), to(#0c3957)); }

/*Swiper Slider*/
.swiper-container {
  width: 100%;
  height: 850px;
  height: 100vh; }
  .swiper-container .jumbotron {
    min-height: auto; }

@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none; } }

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
  .parallax-bg.bg-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px; }

.overflow-hidden {
  overflow-x: hidden; }

.bg-shape {
  position: absolute;
  background-color: #165374;
  background-image: -webkit-linear-gradient(350deg, #165374, #0c3957);
  background-image: -o-linear-gradient(350deg, #165374, #0c3957);
  background-image: linear-gradient(100deg, #165374, #0c3957);
  top: -350px;
  right: -110px;
  border-radius: 8%;
  width: 50%;
  height: 800px;
  -webkit-transform: skew(3deg, 30deg);
  -ms-transform: skew(3deg, 30deg);
  transform: skew(3deg, 30deg);
  opacity: 1;
  z-index: -1; }
  @media (max-width: 991px) {
    .bg-shape {
      top: -150px;
      right: 0;
      width: 20%;
      height: 500px; } }
  @media (max-width: 767px) {
    .bg-shape {
      display: none; } }

.bg-circle {
  position: absolute;
  background-color: #165374;
  background-image: -webkit-linear-gradient(350deg, #165374, #0c3957);
  background-image: -o-linear-gradient(350deg, #165374, #0c3957);
  background-image: linear-gradient(100deg, #165374, #0c3957);
  top: -400px;
  left: -350px;
  border-radius: 100%;
  height: 800px;
  width: 800px;
  opacity: 0.2;
  z-index: -1; }
  @media (max-width: 991px) {
    .bg-circle {
      height: 400px;
      width: 400px;
      top: -200px;
      left: -200px; } }
  @media (max-width: 767px) {
    .bg-circle {
      display: none; } }

.bg-circle-two {
  position: absolute;
  background-color: #165374;
  background-image: -webkit-linear-gradient(350deg, #165374, #0c3957);
  background-image: -o-linear-gradient(350deg, #165374, #0c3957);
  background-image: linear-gradient(100deg, #165374, #0c3957);
  top: 150px;
  left: 350px;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  opacity: 0.8;
  z-index: -1; }
  @media (max-width: 991px) {
    .bg-circle-two {
      top: 150px;
      left: 70px;
      height: 50px;
      width: 50px; } }
  @media (max-width: 767px) {
    .bg-circle-two {
      display: none; } }

.hero-copy .container {
  max-width: 40rem; }

[class^="display"] {
  font-weight: 700; }

@media (max-width: 991px) {
  .display-3 {
    font-size: 4rem; }
  .display-5 {
    font-size: 1.4rem; } }

@media (max-width: 767px) {
  .display-3 {
    font-size: 2.2rem; }
  .display-4 {
    font-size: 2.5rem; } }

.split-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8faff), color-stop(50%, #f8faff), color-stop(50%, white));
  background: -webkit-linear-gradient(top, #f8faff 0%, #f8faff 50%, white 50%);
  background: -o-linear-gradient(top, #f8faff 0%, #f8faff 50%, white 50%);
  background: linear-gradient(to bottom, #f8faff 0%, #f8faff 50%, white 50%); }

.section {
  position: relative; }
  .section.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); }
  .section.bg-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(106, 17, 203, 0.76)), to(rgba(37, 117, 252, 0.77)));
    background-image: -webkit-linear-gradient(left, rgba(106, 17, 203, 0.76) 0%, rgba(37, 117, 252, 0.77) 100%);
    background-image: -o-linear-gradient(left, rgba(106, 17, 203, 0.76) 0%, rgba(37, 117, 252, 0.77) 100%);
    background-image: linear-gradient(to right, rgba(106, 17, 203, 0.76) 0%, rgba(37, 117, 252, 0.77) 100%); }

/*-----------------------------------
 * NAVBAR
 *-----------------------------------*/
  .navbar .btn {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar.bg-light {
    padding: 0.4rem;
    background: #FFF !important;
    -webkit-box-shadow: 0px 9px 68px 0px rgba(62, 57, 107, 0.1);
    box-shadow: 0px 9px 68px 0px rgba(62, 57, 107, 0.1); }

.navbar-toggler {
  margin-top: 5px; }

.navbar-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.navbar-transparent {
  background: transparent;}

.nav-link {
  padding: .3em 1em; }
  .nav-link .pe-7s-angle-down {
    margin: -13px -13px -13px -8px;
    position: relative;
    top: 8px; }

@media (max-width: 767px) {
  .navbar-toggleable-md > .container {
    width: 100%; }
  .nav-link {
    padding: .3em 0.6em; } }

@media (max-width: 991px) {
  body:not(.sticky) .navbar:not(.navbar-light).menu-is-open {
    background: rgba(0, 0, 0, 0.7); }
  .navbar-nav {
    margin-bottom: 1em; }
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    text-align: center; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }

.navbar-nav .nav-link {
  font-size: 16px;
  text-align: center;
  position: relative; }
  .navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 14px; }
  @media (min-width: 992px) {
    .navbar-nav .nav-link:before {
      content: "";
      height: 1px;
      position: absolute;
      bottom: 5px;
      left: 50%;
      right: 50%;
      border-bottom: 1px solid #165374;
      margin-right: auto;
      margin-left: auto;} }

.navbar-inverse .navbar-nav .nav-link.active {
  color: #165374; }
  @media (min-width: 992px) {
    .navbar-inverse .navbar-nav .nav-link.active:after {
      content: "";
      height: 1px;
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0;
      border-bottom: 1px solid #165374;
      margin-right: 0.95rem;
      margin-left: 0.95rem; } }

@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }

/*Dropdown*/
.dropdown-menu {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.05); }

.dropdown-item {
  padding: 5px 2rem 5px 1.2rem; }

.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  background-color: #f8faff; }

/*-----------------------------------
 * YOUTUBE VIDEO
 *-----------------------------------*/
iframe {
  display: block; }

/*-----------------------------------
 * CLIENT LOGOS
 *-----------------------------------*/
.client-logos.negative-margin {
  margin-top: -80px; }
  @media (max-width: 991px) {
    .client-logos.negative-margin {
      margin-top: -100px; } }
  @media (max-width: 767px) {
    .client-logos.negative-margin {
      margin-top: -100px; } }
  @media (max-width: 575px) {
    .client-logos.negative-margin {
      margin-top: -70px; } }

@media (min-width: 992px) {
  .client-logos {
    padding-left: 1em;
    padding-right: 1em; } }

@media (max-width: 991px) {
  .client-logos img {
    height: 50px; } }

/*-----------------------------------
 * FEATURES
 *-----------------------------------*/
.browser-window {
  display: inline-block;
  text-align: left;
  min-height: 200px;
  max-width: 100%;
  border-radius: 5px;
  background-color: #F1F3F5;
  -webkit-box-shadow: 0 19px 38px rgba(137, 149, 199, 0.15), 0 15px 12px rgba(137, 149, 199, 0.08);
  box-shadow: 0 19px 38px rgba(137, 149, 199, 0.15), 0 15px 12px rgba(137, 149, 199, 0.08);
  margin-bottom: 60px;
  overflow: hidden; }
  .browser-window.limit-height {
    max-height: 500px; }
  .browser-window .top-bar {
    height: 40px;
    border-radius: 5px 5px 0 0;
    border-top: thin solid #F1F3F5;
    border-bottom: thin solid #F1F3F5;
    background: #f8faff;
    width: 100%; }
  .browser-window .circle {
    height: 13px;
    width: 13px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff; }
  .browser-window .circles {
    margin: 12px 12px; }
  .browser-window .content {
    display: inline-block;
    margin: 0;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa;
    max-height: 500px; }
  .browser-window .content img {
    max-width: 100%;
    height: auto; }
  .browser-window .circle-red {
    background: #FBBBF5; }
  .browser-window .circle-yellow {
    background: #F8E397; }
  .browser-window .circle-blue {
    background: #79CFD5; }

.cast-shadow {
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 68px 0px rgba(62, 57, 107, 0.2);
  box-shadow: 0px 9px 68px 0px rgba(62, 57, 107, 0.2); }

.media-icon i {
  min-width: 50px;
  color: #165374; }

.color-icon i {
  color: #165374; }

.stat-counter {
  color: #fff; }

/*-----------------------------------
 * PRICING
 *-----------------------------------*/
.pricing {
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 30px; }
  .pricing small {
    letter-spacing: 2px; }
  .pricing .card-title {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0 15px; }
  .pricing .plan-muted {
    text-decoration: line-through;
    opacity: 0.5; }
  .pricing ul {
    line-height: 2.5;
    margin: 0 0 20px; }

.btn-block {
  padding: 15px 0; }

/*-----------------------------------
 * CONTACT
 *-----------------------------------*/
#map {
  height: 620px;
  width: 100%; }

.contact-box {
  background: #fff;
  margin-top: -250px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2); }

.address-box {
  padding: 30px;
  color: #fff; }
  .address-box a {
    color: #fff; }

.message-box {
  padding: 30px; }

/*-----------------------------------
 * FOOTER
 *-----------------------------------*/
.footer-links li {
  padding: 0.2em 0; }

.footer-links a {
  color: #636c72; }
  .footer-links a:hover {
    text-decoration: none;
    color: #165374; }

/*-----------------------------------
 * BLOG
 *-----------------------------------*/
.post_title {
  font-weight: 300;
  margin: 1em 0 0.4em;
  line-height: 1.4; }

a.title img {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

a.title:hover img {
  opacity: 0.8; }

.page-link {
  padding: 0.7rem 1.35rem;
  color: #000;
  border: 1px solid #ececec; }
  .page-link:hover, .page-link:focus {
    background-color: #f7f7f7; }
  .page-item.disabled .page-link {
    border-color: #eceeef;
    color: #eceeef; }
  .page-item:first-child .page-link {
    border-radius: 0;
    padding: 5px 5px 4px; }
  .page-item:last-child .page-link {
    border-radius: 0;
    padding: 5px 5px 4px; }

.author-box {
  max-width: 730px;
  margin: 20px auto;
  padding: 1em;
  border: 1px solid #eceeef; }

.entry-content p {
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 2rem; }

.entry-content img {
  max-width: 100%;
  height: auto; }

@media (min-width: 992px) {
  .entry-content img.alignnone {
    max-width: 150%;
    height: auto;
    margin-left: -25%; } }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.wp-caption-text {
  text-align: center;
  margin: 0.8em 0 1.5em;
  color: #636c72; }

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators li {
  background-color: #ccc;
}

.carousel-indicators .active {
  background-color: #868e96;
}

.dev-platform-logo {
  height: 60px;
  width: 60px;
}

.dev-platform-logo-big {
  height: 120px;
  width: 120px;
  object-fit: scale-down;
}

.dev-platform-logo.inactive-logo {
  opacity: 0.5;
}

#how-it-works {
  padding-bottom: 1em;
}

.feature-link {
  color: #3e396b;
  box-sizing: border-box;
}

.feature-link:hover ::after {
  color: #165374;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  background-color: #eee;
}

.Brand {
    font-weight: 900;
    font-size: 1.9em;
    font-family: Verdana,Geneva,Tahoma,sans-serif;
}

@media (min-width: 1000px) {
  .Brand {
      padding-left: 20px;
  }
}

.blink {
  animation: blinkingText 1.2s infinite;
  font-weight: 800;
  line-height: 0;
  font-size: 0.8em;
}

@keyframes blinkingText{
  0%{     opacity: 1; }
  49%{    opacity: 1; }
  60%{    opacity: 0; }
  99%{    opacity: 0; }
  100%{   opacity: 1; }
}

:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem
}

/* body {
  background: linear-gradient(to right, #0a346d, #1598ef)
} */

.card-signin {
  border: 0;
  border-radius: 10px;
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 1.5rem
}

.card-signin .card-body {
  padding: 2rem
}

.form-signin {
  width: 100%
}

.form-signin>* {
  font-size: 80%;
  border-radius: 0rem;
  letter-spacing: .1rem;
  font-weight: bold;
  transition: all 0.2s
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem
}

.form-label-group input {
  height: auto;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x)
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all .1s ease-in-out
}

.form-control:focus {
  box-shadow: 10px 0px 0px 0px #ffffff !important
}

.form-control {
    border-radius: 10px;
}

.btn-google {
  color: #FFF;
  background-color: #ea4335
}

.btn-github {
  color: #FFF;
  background-color: #000;
}

.btn-gitlab {
  color: #FFF;
  background-color: #fa7035;
}

.btn-microsoft {
  color: white;
  background-color: #0078d4;
}
.btn-microsoft .fa-microsoft {
  font-weight: normal!important;
}


.telegram-icon {
  background: -webkit-linear-gradient(120deg, #0088cc, #35bafc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sign-in-link-block {
  display: flex;
  justify-content: space-around;
  padding-top: 25px;
}

.sign-in-link-block a {
  text-decoration: underline;
  color: #000;
  font-size: 1.2em;
}



.nav-tab {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
  width: 100%;
}

.nav-tab a {
  border: 1px solid #ced4da;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  border-radius: 8px;
  color: #000;
}

.active a {
  border: 1px solid #4600ff;
  color: #4600ff;
}

.nav-tab:first {
  margin-top: 0;
}

.pull-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tg-login-btn {
  padding: 0;
}
.tg-login-btn > iframe {
  margin: 0 auto;
}

.custom-control {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

[data-tooltip]:hover::after {
  display: block;
  position: absolute;
  content: attr(data-tooltip);
  border: 1px solid black;
  background: #eee;
  padding: .25em;
}