/* line 1, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
:root {
  --primary-bg-color: #2ab4e8;
  --primary: #2ab4e8;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

/* line 18, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
* {
  box-sizing: border-box;
}

/* line 22, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
/* line 41, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.number-font {
  font-weight: 600 !important;
}

/* line 48, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 54, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 61, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 68, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
dt {
  font-weight: 700;
}

/* line 72, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 77, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
dfn {
  font-style: italic;
}

/* line 81, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
b,
strong {
  font-weight: bolder;
}

/* line 86, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
small {
  font-size: 80%;
}

/* line 90, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 98, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
sub {
  bottom: -0.25em;
}

/* line 102, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
sup {
  top: -0.5em;
}

/* line 106, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 112, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
a:hover {
  text-decoration: underline;
}

/* line 116, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 121, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 126, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

/* line 133, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 137, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
th {
  text-align: inherit;
}

/* line 140, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 143, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mb-3 {
  margin-bottom: 0.75rem !important;
}

/* line 146, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mb-0 {
  margin-bottom: 0rem !important;
}

/* line 149, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.btn-primary {
  color: #fff !important;
  background: var(--primary-bg-color) !important;
  border-color: var(--primary-bg-color) !important;
}

/* line 154, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.btn-primary:hover {
  background-color: #13a3d9;
  border-color: #13a3d9;
  opacity: 0.7;
}

/* line 160, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 165, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

/* line 171, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

/* line 178, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 185, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 197, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 202, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 207, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 212, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 217, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
output {
  display: inline-block;
}

/* line 222, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
[hidden] {
  display: none !important;
}

/* line 226, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.lead {
  font-size: 1.171875rem;
  font-weight: 300;
  line-height: 1.4;
}

/* line 232, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #e9edf4;
  opacity: 0.25;
  background-color: transparent;
}

/* line 241, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
small,
.small {
  font-size: 87.5%;
  font-weight: 400;
}

/* line 247, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 252, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.list-unstyled li {
  border-bottom: 1px solid #e9edf4;
}

/* line 256, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 261, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.list-inline-item {
  display: inline-block;
}

/* line 267, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 275, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 284, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 292, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 301, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
/* line 309, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 320, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 330, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 334, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 338, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 342, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 346, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.visible {
  visibility: visible !important;
}

/* line 350, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.invisible {
  visibility: hidden !important;
}

/* line 354, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
html {
  font-size: 16px;
}

@media print {
  /* line 358, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  body {
    background: none;
  }
}
/* line 364, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
b {
  font-weight: 500;
}

/* line 368, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 373, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.bg-white {
  background-color: #fff;
}

/* line 374, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/* line 375, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.p-6 {
  padding: 2rem !important;
}

/* line 378, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mt-7, .my-7 {
  margin-top: 3rem !important;
}

/* line 381, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.ms-auto, .mx-auto {
  margin-left: auto !important;
}

/* line 384, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.me-auto, .mx-auto {
  margin-right: auto !important;
}

/* line 387, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.me-3, .mx-3 {
  margin-right: 0.75rem !important;
}

/* line 390, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.d-flex {
  display: flex !important;
}

/* line 393, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 398, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/***** Input fields *****/
/* line 405, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

/* line 411, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.form-control:focus {
  color: #6f6e6e;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
  border-color: #e9edf4;
}

/* line 418, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.input-group-addon:first-child {
  border: 1px solid #ecf0fa;
}

/* line 422, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/***** Login page *****/
/* line 428, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.login-img {
  position: relative;
  background-image: url(../images/bg2.jpg);
}

/* line 432, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.login-img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-table;
}

/* line 440, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.login-img::before {
  content: "";
  background: linear-gradient(to right, #2ab4e8d1 0%, #05c3fb91 100%);
  height: 100%;
  width: 100%;
  position: absolute;
}

/* line 447, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.login-img .page {
  position: relative;
}

/* line 450, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.input100 {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  display: block;
  width: 80%;
  background: #ffffff;
  height: 44px;
  padding: 0 30px 0 20px;
  border-radius: 5px;
  border: 1px solid #ecf0fa;
  box-shadow: none;
}

/* line 463, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}

/* line 472, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.page-main {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 476, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.container-login100 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  z-index: 999;
}

/* line 490, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.wrap-login100 {
  background: #fff;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 137px 130px 137px 95px;
  border-radius: 10px;
  z-index: 1;
}

/* line 500, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.input-group {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

/* line 506, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.card {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
}

/* line 511, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border: inherit !important;
  background-clip: border-box;
  border-radius: 7px;
}

/* line 525, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.card-header {
  background: none;
  padding: 1.2rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #e9edf4;
  letter-spacing: 0.2px;
}

/* line 537, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.card-header:first-child {
  border-radius: 7px 7px 0 0;
}

/* line 540, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  position: relative;
}

/* line 547, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.page-header {
  padding-bottom: 9px;
  margin: 25px 0 8px;
  border-bottom: 1px solid #eee;
}

/* line 552, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #2ab4e8;
  background-color: transparent;
}

/* line 556, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-default .navbar-nav > li > a {
  color: #434646;
  font-weight: 500;
  font-size: 15px;
}

/* line 562, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-default {
  background-color: transparent;
  border-color: #e7e7e7;
  margin-bottom: 0;
  border-width: 0 0 0px 0px;
  margin-left: 30px;
}

/* line 569, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-toggle {
  border-color: #ddd;
  margin-right: 0;
  margin-left: 20px;
}

/* line 574, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 577, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.profile {
  color: #828282;
  font-size: 15px;
  /* padding-bottom: 4px; */
}

/* line 582, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.profile i {
  margin-left: 10px;
  color: #ef5f0b;
}

/* line 583, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.card-title:only-child {
  margin-bottom: 0;
}

/* line 586, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.card-title {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

/* line 592, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 25px;
  margin: 0;
  position: relative;
}

/* line 599, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.form-select {
  display: inline-block;
  width: 100%;
  height: 2.375rem;
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  line-height: 1.5;
  color: #76839a;
  vertical-align: middle;
  background-size: 8px 10px;
  border-radius: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e9edf4;
}

/* line 614, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.table {
  font-size: 14px;
}

/* line 617, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.table .glyphicon {
  font-size: 12px;
}

/* line 620, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(/assets/dropdown-829ad3ed0c2f892e7df84989078dd4246fc0a5f1a179439e6314462465dbb2f6.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 641, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.panel-default > .panel-heading {
  color: #fff;
  background-color: #2ab4e8;
  border-color: #2ab4e8;
}

/* line 646, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.panel-default > .panel-heading i {
  margin-right: 10px;
}

/* line 647, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.panel-title > a.collapsed i:before {
  content: "\f055";
}

/* line 648, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.panel-body .panel-heading {
  color: #878383;
  background-color: #dddddd;
}

/* line 651, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.panel-title > a {
  text-decoration: none;
}

/* line 654, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
#placeholder6, #placeholder {
  width: 100%;
  height: 300px;
}

/* line 675, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
/* line 679, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: transparent;
  padding: 20px 0 0;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  height: 67px;
}

/* line 689, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container a.meanmenu-reveal {
  width: 28px;
  height: 30px;
  padding: 12px 15px 0 0;
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 23px;
  font-size: 1px;
  display: block;
  font-weight: 700;
}

/* line 705, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #ffffff;
  height: 2px;
  border-radius: 3px;
  position: relative;
  top: 8px;
}

/* line 713, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #ffffff;
  margin-top: 55px;
}

/* line 719, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  list-style-type: none;
}

/* line 726, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

/* line 731, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #838485;
  border-top: 1px solid #DBEEFD;
  text-decoration: none;
}

/* line 742, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-nav ul li a.active {
  color: #000000;
}

/* line 745, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  color: #677294;
  border-top: 1px solid #DBEEFD;
  opacity: 1;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  text-transform: none;
  font-size: 14px;
}

/* line 757, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 761, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

/* line 765, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

/* line 769, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

/* line 773, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

/* line 777, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 3px;
  width: 100%;
  height: 24px;
  padding: 12px !important;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
}

/* line 791, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

/* line 798, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
/* line 804, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 809, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-remove {
  display: none !important;
}

/* line 812, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mobile-nav {
  display: none;
}

/* line 815, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mobile-nav.mean-container .mean-nav ul li a.active {
  color: #436ba4;
}

/* line 818, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav {
  /* background: #000; */
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  z-index: 999;
  height: auto;
}

/* line 829, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.mean-nav .dropdown-toggle::after {
  display: none;
}

/* line 832, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 837, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav ul {
  list-style-type: none;
}

/* line 841, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 8px 0;
}

/* line 846, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav .nav-style {
  margin-left: 44%;
  margin-top: -40px;
}

/* line 851, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  /* text-transform: uppercase; */
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 861, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active {
  color: #FF2D55;
}

/* line 866, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item:hover a {
  color: #FF2D55;
}

/* line 869, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #0d1028;
  position: absolute;
  top: 70px;
  left: 0;
  width: 235px;
  z-index: 99;
  display: block;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  visibility: hidden;
}

/* line 885, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

/* line 889, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 2px 5px;
  margin: 0;
  display: block;
  color: #ffffff;
}

/* line 898, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #FF2D55;
}

/* line 904, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 70px;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* line 911, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  visibility: visible !important;
}

/* line 914, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* line 921, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

/* line 926, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
  text-transform: capitalize;
}

/* line 930, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #FF2D55;
}

/* line 936, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #ffea00;
}

/* line 939, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* line 944, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 949, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
body {
  color: #35485b;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

/* line 957, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
img {
  max-width: 100%;
}

/* line 961, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
a {
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

/* line 967, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
a:hover {
  text-decoration: none;
}

/* line 971, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
a:focus {
  text-decoration: none;
}

/* line 975, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

/* line 982, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
button:focus {
  outline: 0;
}

/* line 986, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #092a49;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}

/* line 997, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
h2 {
  font-size: 2rem;
}

/* line 1001, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
h6 {
  font-size: 1rem;
}

/* line 1005, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.bg-grey {
  background: #f8f8f8;
}

/* line 1008, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.text-primary {
  color: #2ab4e8 !important;
}

/* line 1012, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.pt-100 {
  padding-top: 100px;
}

/* line 1016, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.pt-70 {
  padding-top: 70px;
}

/* line 1020, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.pb-70 {
  padding-bottom: 70px;
}

/* line 1024, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.pb-100 {
  padding-bottom: 100px;
}

/* line 1028, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 1033, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.theme-btn .default-btn::before {
  position: absolute;
  content: '';
  background: #bf8743;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 5px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

/* line 1049, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.theme-btn .default-btn:hover {
  color: #000;
  /* border: 1px solid #bf8743; */
}

/* line 1054, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.theme-btn .default-btn:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 1059, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.theme-btn .default-btn.active {
  /* border: 1px solid #bf8743; */
  /* color: #1f1c0c; */
}

/* line 1064, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.theme-btn .default-btn.active::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 1069, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area {
  border-bottom: 1px solid #666459;
}

/* line 1073, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area .header-left {
  line-height: 1;
}

/* line 1077, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area .header-left a {
  top: 1px;
  position: relative;
}

/* line 1082, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area .header-left a i {
  color: #ffffff;
  /* font-size: 18px; */
  margin-right: 10px;
}

/* line 1088, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area .header-left a i:hover {
  color: #bf8743;
}

/* line 1092, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area .header-right {
  text-align: right;
}

/* line 1096, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area .header-right ul {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 1101, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area .header-right ul li {
  list-style: none;
  display: inline-block;
  /* color: #ffffff; */
  font-size: 15px;
  margin-left: 15px;
  position: relative;
}

/* line 1110, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area .header-right ul li::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #bf8743;
  left: -18px;
  top: 0;
}

/* line 1120, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area .header-right ul li i {
  font-size: 18px;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

/* line 1127, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area .header-right ul li:first-child::before {
  display: none;
}

/* line 1131, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area .header-right ul a {
  color: #ffffff;
}

/* line 1135, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.header-area .header-right ul a:hover {
  /* color: #bf8743; */
}

/* Header CSS End */
/* Navbar CSS Start */
/* line 1145, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area {
  /* position: absolute; */
  /* z-index: 99999; */
  width: 100%;
  /* background: #ffffff94; */
  /* margin-top: 13px; */
}

/* line 1153, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav {
  position: unset;
  padding: 10px 0  0 0;
  /* background: #1f1c0c; */
}

/* line 1159, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar {
  padding: 0 0;
}

/* line 1163, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-brand {
  padding: 0;
  z-index: 5;
}

/* line 1168, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link {
  color: #434646;
  font-size: 15px;
  /* text-transform: capitalize; */
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 500;
  margin-right: 0;
  margin-left: 20px;
  /* letter-spacing: 1px; */
  line-height: 25px;
  border-radius: 20px;
  background: #fff;
  padding: 6px 20px;
}

/* line 1184, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  background: #2ab4e8;
}

/* line 1192, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: middle;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 1205, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 1210, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  visibility: visible;
  background: #16478e;
  -webkit-box-shadow: 0 0 14px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.1);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  top: 60px;
  border-radius: 0;
  /* border-top: 2px solid #423232; */
}

/* line 1225, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  padding: 8px 15px;
  border-bottom: 1px dashed #989898;
  -webkit-transition: 0s;
  transition: 0s;
  /* background: #1f1c0c; */
  margin-left: 0;
  font-size: 13px;
  color: #d0d0d0;
}

/* line 1236, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child .nav-link {
  border-bottom: 1px dashed transparent;
}

/* line 1240, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  left: -100%;
  top: 0 !important;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1 !important;
}

/* line 1250, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  border-bottom: 1px dashed #756262;
}

/* line 1254, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:last-child .nav-link {
  border-bottom: 1px dashed transparent;
}

/* line 1258, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
  left: -100%;
  top: 0 !important;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1 !important;
}

/* line 1268, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
  border-bottom: 1px dashed #756262;
}

/* line 1272, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:last-child .nav-link {
  border-bottom: 1px dashed transparent;
}

/* line 1276, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 1281, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* line 1286, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 1291, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
  background: #fff;
}

/* line 1310, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-area.is-sticky .navbar-brand img {
  height: 40px;
}

/* Navbar CSS End */
/* Banner CSS Start */
/* line 1320, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-section {
  background-image: url(../img/banner/1.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 800px;
  z-index: 0;
}

/* line 1329, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-section::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  top: 0;
  left: 0;
}

/* line 1340, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-section .banner-text {
  max-width: 620px;
}

/* line 1344, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-section .banner-text h1 {
  font-size: 65px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

/* line 1351, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-section .banner-text p {
  color: #ffffff;
  margin-bottom: 45px;
}

/* line 1356, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-section .banner-text .theme-btn .default-btn {
  margin-right: 20px;
}

/* line 1360, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-section .banner-img {
  position: absolute;
  right: 10%;
  bottom: 0;
  max-width: 340px;
}

/* line 1368, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
footer a {
  color: #ffffff;
  text-decoration: underline;
}

/* line 1373, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
footer a:hover {
  opacity: 0.8;
  color: #fff;
}

/*----- Home Page One End -----*/
/*----- Home Page Two Start -----*/
/* Navbar CSS Start */
/* line 1387, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-style-two::before,
.navbar-style-two::after {
  display: none;
}

/* line 1392, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-style-two .main-nav {
  /* background: #ec008c; */
}

/* line 1396, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-style-two .main-nav .navbar .navbar-nav .nav-item {
  line-height: 0;
}

/* line 1400, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-style-two .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  top: 45px;
}

/* line 1404, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-style-two .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
  line-height: 1.8;
}

/* line 1408, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-style-two .main-nav .navbar .appoint-btn a {
  /* background: #ffffff; */
  /* color: #1f1c0c; */
  /* padding: 15px 20px; */
  /* border-radius: 30px; */
}

/* line 1415, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.navbar-style-two .main-nav .navbar .appoint-btn a:hover {
  /* background: #bf8743; */
}

/* Navbar CSS End */
/* Banner CSS Start */
/* line 1425, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider {
  position: relative;
}

/* line 1429, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .slider-items .slider-text {
  max-width: 735px;
}

/* line 1432, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .slider-items {
  background-position: center center;
  background-size: cover;
  height: 530px;
  position: relative;
  z-index: 0;
}

/* line 1439, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .slider-items .slider-text h1 small {
  font-size: 50%;
}

/* line 1442, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .slider-items::before {
  position: absolute;
  content: '';
  background: linear-gradient(90deg, #44bbfe 40%, rgba(0, 86, 255, 0) 54.29%);
  height: 100%;
  width: 100%;
  opacity: .7;
  z-index: -1;
  top: 0;
  left: 0;
}

/* line 1453, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .slider-items .slider-text h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
}

/* line 1461, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .slider-items .slider-text p {
  color: #ffffff;
  margin-bottom: 38px;
  /* text-transform: uppercase; */
  font-size: 14px;
  /* letter-spacing: 2px; */
}

/* line 1471, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .slider-items .slider-text .default-btn {
  border: 1px solid #fff;
  color: #434646;
  background: #f8f9fa;
  padding: 14px 30px;
  transition: .3s;
  font-size: 15px;
}

/* line 1480, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .slider-items .slider-text .default-btn:hover {
  background: #2ab4e8;
  color: #fff;
}

/* line 1484, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .owl-nav {
  margin-top: 0 !important;
}

/* line 1488, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .owl-prev {
  top: 45%;
  left: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  position: absolute;
  width: 45px !important;
  height: 45px !important;
  font-size: 25px !important;
  line-height: 52px !important;
  /*border-radius: 40px !important;*/
  color: #fff !important;
  /*background: #ffffff !important;*/
}

/* line 1506, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .owl-prev:hover {
  opacity: 0.3;
  background: none !important;
}

/* line 1511, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .owl-next {
  top: 45%;
  right: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
  position: absolute;
  width: 45px !important;
  height: 45px !important;
  font-size: 25px !important;
  line-height: 52px !important;
  /*border-radius: 40px !important;*/
  color: #fff !important;
  /*background: #ffffff !important;*/
}

/* line 1528, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .owl-next:hover {
  opacity: 0.3;
  background: none !important;
}

/* line 1533, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .slider-bg1 {
  background-image: url(../img/banner/2.jpg);
}

/* line 1537, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-slider .slider-bg2 {
  background-image: url(../img/banner/3.jpg);
}

/* Banner CSS End */
/* line 1543, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-style-two {
  background-image: url(../img/banner/4.jpg);
}

/* line 1547, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-style-two::before {
  display: none;
}

/* line 1551, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-style-two .banner-text h1 {
  color: #1f1c0c;
  font-size: 60px;
  margin-bottom: 40px;
}

/* line 1557, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-style-two .banner-text p {
  color: #1f1c0c;
}

/* line 1561, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-style-two .banner-text .theme-btn .default-btn {
  border-radius: 50px;
}

/* line 1565, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-style-two .banner-text .theme-btn .default-btn::before {
  border-radius: 50px;
}

/* line 1569, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.banner-style-two .banner-text .theme-btn .default-btn.active {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 1575, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.about .about-img img {
  border-radius: 16px;
}

/* line 1576, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.video-section {
  background-image: url(/assets/video-thumb-020fa3edd92a7a36d491731b167e78c21509c098f8823444eacc2d61392299d9.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  border-radius: 15px;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* line 1589, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.video-section::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(64, 64, 62, 0.9);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 11px;
}

/* line 1600, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.video-section .video-text a {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 85px;
  background-color: #2ab4e8;
  border-radius: 50%;
  color: #1f1c0c;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

/* line 1612, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.video-section .video-text a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #2ab4e8;
  -webkit-animation: ripple 3s linear infinite;
  animation: ripple 3s linear infinite;
}

/* line 1626, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.video-section .video-text a i {
  font-size: 35px;
  position: relative;
  top: 6px;
  left: 2px;
  color: #fff;
}

/* line 1633, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.video-section .video-text a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #2ab4e8;
  -webkit-animation: ripple 3s linear 1s infinite;
  animation: ripple 3s linear 1s infinite;
}

/* line 1649, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.blog-section .blog-card {
  -webkit-box-shadow: 0 2px 16px 0 rgba(146, 184, 255, 0.3);
  box-shadow: 0 2px 16px 0 rgba(146, 184, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
}

/* line 1656, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.blog-section .blog-card .blog-img img {
  border-radius: 10px 10px 0 0;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  height: 250px;
  object-fit: cover;
  width: 100%;
}

/* line 1666, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.blog-section .blog-card:hover .blog-img img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

/* line 1670, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.blog-section .blog-card .blog-text {
  padding: 30px 25px 25px;
}

/* line 1673, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.blog-section .blog-card .blog-text h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.5;
}

/* line 1678, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.blog-section .blog-card .blog-text h3 a {
  color: #1f1c0c;
}

/* line 1681, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.blog-section .blog-card .blog-text p {
  margin-bottom: 15px;
  font-size: 13px;
}

/* line 1685, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.blog-section .blog-card .blog-text .blog-btn {
  color: #1f1c0c;
  font-weight: 500;
}

/* line 1689, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.blog-section .blog-card .blog-text p.date {
  margin-bottom: 6px;
  font-size: 12px;
  opacity: 0.5;
}

/*----- Back Top CSS Start -----*/
/* line 1696, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.top-btn i {
  width: 35px;
  height: 35px;
  color: #ffffff;
  background: #092a49;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  font-size: 16px;
  line-height: 35px;
  z-index: 999;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  border-radius: 50%;
}

/* line 1716, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.top-btn i::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 1731, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.top-btn i:hover::before {
  height: 100%;
}

/* line 1735, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.top-btn i:hover {
  color: #ffffff;
}

/* Color Variable */
/* line 1745, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
hr {
  height: 2px;
  background-color: #ccc;
  border: none;
}

/* line 1753, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.toggle-button {
  position: absolute;
  top: .75rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

/* line 1764, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.toggle-button .bar {
  height: 30px;
  width: 100%;
  background-color: #2ab4e8;
  border-radius: 10px;
  margin-top: 1px;
}

@media only screen and (max-width: 600px) {
  /* line 1775, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .toggle-button {
    display: flex;
  }

  /* line 1776, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  /* line 1780, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .navbar-link ul {
    width: 100%;
    flex-direction: column;
  }

  /* line 1784, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .navbar-link li {
    text-align: right;
  }

  /* line 1788, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .navbar-link.active {
    display: flex;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* line 1797, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .toggle-button {
    display: flex;
  }

  /* line 1798, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .nav-style {
    display: none;
  }

  /* line 1801, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .video-section {
    min-width: 37rem;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* line 1808, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .toggle-button {
    display: flex;
  }

  /* line 1809, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .nav-style {
    display: none;
  }

  /* line 1812, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .video-section {
    min-width: 41rem;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* line 1819, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .toggle-button {
    display: none;
  }

  /* line 1822, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .nav-style {
    display: flex;
  }

  /* line 1825, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .video-section {
    min-width: auto;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /* line 1833, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .toggle-button {
    display: none;
  }

  /* line 1837, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
  .video-section {
    min-width: auto;
  }
}
/* line 1843, /home/selenium/selenium_rails_2/app/assets/stylesheets/welcome.css.scss */
.blog-text a {
  color: #2ab4e8;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
