/*global*/
* {
  margin: 0;
  padding: 0;
}
html,
body,
#index {
  height: 100%;
  scroll-behavior: smooth;
}
#header-and-content-wrapper {
  min-height: 100%;
}
a {
  cursor: pointer;
}
p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 100;
  padding: 0 0 0.5rem;
}
span {
  font-size: 16px;
}

/* global ends*/

/* navbar */
.logo {
  background-color: transparent;
  border-radius: 0.25rem;
  max-width: 100px;
  height: auto;
}

.navbar-brand {
  width: 10%;
}

.nav-link {
  color: #ffffff !important;
}
.sub-navbar .nav-link {
  padding: 0.5rem 1rem 0.5rem 0 !important;
}

.dropdown-menu {
  left: -60%;
}

.my-toggler {
  background-color: rgba(252, 255, 255, 1);
}

/* navbar end */

/* footer */
.footer {
  width: 100%;
  position: relative;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}
.list-style-none {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.list-style-none .list-item {
  color: #fff;
  font-size: 0.95rem;
}

.list-item .nav-link {
  padding-left: 0;
}
/* footer end*/

/* form */
.center-form {
  background-color: #343a40;
  color: #ffffff;
  padding: 25px 45px;
  border: none;
  border-radius: 7px;
}

.valid {
  margin-top: 0.5rem;
  font-size: 80%;
  color: #06dd7a;
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
}

.inValid {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ff1831;
}

.has-error {
  border: 3px solid #ff1831 !important;
}

.col-form-label,
.form-control {
  padding-left: 0.1rem;
}

.form-check-input {
  margin-top: 0.5rem;
}
.form-check {
  margin-top: 0.5rem;
}
.form-group {
  margin-bottom: 0.2rem;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:visited {
  color: #fff !important;
  background-color: #f8a11a !important;
  border-color: #f8a11a !important;
}

.btn-primary:hover,
.btn-primary:active {
  color: #343a40 !important;
  background-color: #ffffff !important;
  border-color: #343a40 !important;
}

.form-title {
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
}

/* form end */

/* Specific view */
.privacy-h2,
.terms-h2 {
  font-weight: 100;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.terms-h3 {
  font-weight: 100;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1;
}

/* specific view */

#privacy ul,
#terms ul {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 100;
}

/* loader */
.loader-wrapper {
  pointer-events: none;
  background-color: #343a40 !important;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
  left: 0;
  color: white;
}

.spinner-border {
  display: flex;
  align-self: center;
  width: 7rem;
  height: 7rem;
}

/* loader ends */

/* Utilities*/
.color-white {
  color: #fff !important;
  font-weight: 900;
  text-decoration: underline;
}

.color-dark {
  color: #343a40 !important;
  font-weight: 900;
  text-decoration: underline;
}
.nav-tabs .nav-link {
  color: #343a40 !important;
  padding: 0.5rem 1rem !important;
}
.centered-height-129PX {
  height: calc(100vh - 45px);
}

.centered-height {
  height: 100vh;
}

.overlay {
  pointer-events: none;
  opacity: 0.6;
  /*background-image: url(/img/loading2.gif);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20% 50%;
}

.overFlow-hidden {
  overflow-x: hidden;
}
.center-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin: 0 auto;
}
.h-100 {
  height: 100% !important;
  min-height: 1rem;
} /*IE11 d-flex fix*/
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
/* utilities end*/

/**
Side bar
 */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #343a4096;
  border-color: #343a40;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.list-group-item,
.list-group-item:hover {
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#secure-logo {
  background: #212529;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
#secure-logo-container {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}

.navbar-brand > img {
  display: block;
  width: 100px;
}
.fa-1x {
  color: #fed136 !important;
}
.custom-bullets li {
  display: block;
}
.custom-bullets li:before {
  content: "\e080";
  font-family: "Glyphicons Halflings", serif;
  font-size: 9px;
  float: left;
  margin-top: 4px;
  margin-left: -17px;
  color: #fec503;
}
section#contact {
  background-color: #263238;
  background-position: center;
  background-repeat: no-repeat;
}

.dialog-enter {
  opacity: 0.01;
  transform: scale(1.1);
}

.dialog-enter-active {
  opacity: 1;
  transform: scale(1);
  transition: all 300ms;
}

.dialog-exit {
  opacity: 1;
  transform: scale(1);
}

.dialog-exit-active {
  opacity: 0.01;
  transform: scale(1.1);
  transition: all 300ms;
}

#header-and-content-wrapper > div {
  position: relative;
}
.jumbotron {
  margin-bottom: 0 !important;
  background-color: transparent !important;
}
.intro-text {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  flex-wrap: wrap;
}
.card-same-height {
  width: 18rem;
}

.w-h-50 {
  width: 150px !important;
  height: 150px !important;
}
.w-210 {
  width: 210px !important;
}
#tl_popupPOSDV {
  /* display: none !important;*/
}
.jumbotron {
  padding: 5rem 1rem;
  margin-bottom: 0 !important;
  background-color: transparent !important;
}
.pb-50px {
  padding-bottom: 50px;
}
.default-link {
  color: #e6b301;
  text-decoration: none;
}
.min-height-275 {
  min-height: 275px;
}
.min-height-200 {
  min-height: 200px;
}
.blog-img-thumbnail {
  /*height: calc(100vh - 300px);*/
  width: 100%;
}
.min-height-75 {
  min-height: 75px;
}
.img-blog-thumnail {
  width: 200px;
  height: 200px;
}
.border-top-radius-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.border-bottom-radius-10 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*responsive typography*/
legend {
  font-size: calc(1.275rem + 0.3vw) !important;
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.display-1 {
  font-size: calc(1.725rem + 5.7vw) !important;
}
.display-2 {
  font-size: calc(1.675rem + 5.1vw) !important;
}
.display-3 {
  font-size: calc(1.575rem + 3.9vw) !important;
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw) !important;
}
.close {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.sub-navbar {
  background-color: #212529;
  border-top: 1px solid #f9a21a;
  padding: 0.5rem 1rem;
}
.border-bottom-orange {
  border-bottom: 2px solid #f9a21a !important;
}
.border-top-orange {
  border-top: 2px solid #f9a21a !important;
}
.border-radius-0 {
  border-radius: 0 !important;
}
.active-category {
  color: #f9a21a !important;
  text-decoration: underline !important;
}
.singleBlogBanner {
  background: no-repeat center center;
  min-height: 300px;
  background-size: cover;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 100px 0;
}

.scrollable {
  height: auto !important;
  overflow-y: scroll !important;
}
.w-fitContent {
  width: fit-content;
  width: -moz-fit-content;
}
.nav-link.active {
  color: #f9a21a !important;
}

/*responsive table*/
.table {
  display: table;
  width: 100%;
  border-collapse: separate;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.table_row {
  display: table-row;
}

.theader {
  display: table-row;
  vertical-align: middle;
  border: #ccc 1px solid;
}

.table_header {
  display: table-cell;
  border-bottom: #ccc 1px solid;
  border-top: #ccc 1px solid;
  background: #bdbdbd;
  color: #e5e5e5;
  font-weight: 700;
  padding: 10px;
}

.table_small {
  display: table-cell;
  vertical-align: middle;
  border: #ccc 1px solid;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
  display: none;
  background: #bdbdbd;
  color: #e5e5e5;
  padding: 10px;
}

.table_row > .table_small > .table_cell {
  padding: 10px;
  color: #5b5b5b;
}
.table_row:nth-child(2n + 3) {
  background: #e9e9e9;
}

.portfolio-image {
  max-height: 245px;
}
