/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 :root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--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;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}
  
  *,
  *::before,
  *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
  
  html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  figcaption, figure, footer, header, main, nav, section {
	display: block; }
  
  body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff; }
  
  [tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important; }
  
  hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible; }
  
  h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem; }
  
  p {
	margin-top: 0;
	margin-bottom: 1rem; }
  
  address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit; }
  
  ol,
  ul {
	margin-top: 0;
	margin-bottom: 1rem; }
  
  ol ol,
  ul ul,
  ol ul,
  ul ol {
	margin-bottom: 0; }
  
  dt {
	font-weight: 700; }
  
  dd {
	margin-bottom: .5rem;
	margin-left: 0; }
  
  blockquote {
	margin: 0 0 1rem; }
  
  b,
  strong {
	font-weight: bolder; }
  
  small {
	font-size: 80%; }
  
  sub,
  sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline; }
  
  sub {
	bottom: -.25em; }
  
  sup {
	top: -.5em; }
  
  a {
	color: #040e26;
	text-decoration: none;
	background-color: transparent; }
	a:hover {
	  color: #0056b3;
	  text-decoration: underline; }
  
  a:not([href]) {
	color: inherit;
	text-decoration: none; }
	a:not([href]):hover {
	  color: inherit;
	  text-decoration: none; }
  
  pre,
  code {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em; }
  
  pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar; }
  
  figure {
	margin: 0 0 1rem; }
  
  img {
	vertical-align: middle;
	border-style: none; }
  
  svg {
	overflow: hidden;
	vertical-align: middle; }
  
  table {
	border-collapse: collapse; }
  
  caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom; }
  
  th {
	text-align: inherit; }
  
  label {
	display: inline-block;
	margin-bottom: 0.5rem; }
  
  button {
	border-radius: 0; }
  
  button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color; }
  
  input,
  button,
  select,
  optgroup,
  textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit; }
  
  button,
  input {
	overflow: visible; }
  
  button,
  select {
	text-transform: none; }
  
  [role="button"] {
	cursor: pointer; }
  
  select {
	word-wrap: normal; }
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
	-webkit-appearance: button; }
  
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
	cursor: pointer; }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none; }
  
  input[type="radio"],
  input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0; }
  
  textarea {
	overflow: auto;
	resize: vertical; }
  
  fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0; }
  
  legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal; }
  
  progress {
	vertical-align: baseline; }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
	height: auto; }
  
  [type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none; }
  
  [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }
  
  output {
	display: inline-block; }
  
  template {
	display: none; }
  
  [hidden] {
	display: none !important; }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2; }
  
  h1, .h1 {
	font-size: 2.5rem; }
  
  h2, .h2 {
	font-size: 2rem; }
  
  h3, .h3 {
	font-size: 1.75rem; }
  
  h4, .h4 {
	font-size: 1.5rem; }
  
  h5, .h5 {
	font-size: 1.25rem; }
  
  h6, .h6 {
	font-size: 1rem; }
  
  hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1); }
  
  small,
  .small {
	font-size: 80%;
	font-weight: 400; }
  
  mark,
  .mark {
	padding: 0.2em;
	background-color: #fcf8e3; }
  
  .list-unstyled {
	padding-left: 0;
	list-style: none; }
  
  .blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem; }
  
  .img-fluid {
	max-width: 100%;
	height: auto; }
  
  .figure {
	display: inline-block; }
  
  code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word; }
	a > code {
	  color: inherit; }
  
  pre {
	display: block;
	font-size: 87.5%;
	color: #212529; }
	pre code {
	  font-size: inherit;
	  color: inherit;
	  word-break: normal; }
  
  .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto; }
	@media (min-width: 576px) {
	  .container {
		max-width: 540px; } }
	@media (min-width: 768px) {
	  .container {
		max-width: 720px; } }
	@media (min-width: 992px) {
	  .container {
		max-width: 960px; } }
	@media (min-width: 1200px) {
	  .container {
		max-width: 1140px; } }
  
  .container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto; }
  
  @media (min-width: 576px) {
	.container {
	  max-width: 540px; } }
  
  @media (min-width: 768px) {
	.container {
	  max-width: 720px; } }
  
  @media (min-width: 992px) {
	.container {
	  max-width: 960px; } }
  
  @media (min-width: 1200px) {
	.container {
	  max-width: 1140px; } }
  
  .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px; }
  
  .no-gutters {
	margin-right: 0;
	margin-left: 0; }
	.no-gutters > .col,
	.no-gutters > [class*="col-"] {
	  padding-right: 0;
	  padding-left: 0; }
  
   .col, .col-sm-6, .col-sm-12, .col-sm, .col-md-4, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-12, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px; }
  
  .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%; }
  
  @media (min-width: 576px) {
	.col-sm {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  min-width: 0;
	  max-width: 100%; }
	.col-sm-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%; }
	.col-sm-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%; } }
  
  @media (min-width: 768px) {
	.col-md-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.33333%;
	  flex: 0 0 33.33333%;
	  max-width: 33.33333%; }
	.col-md-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%; }
	.col-md-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.33333%;
	  flex: 0 0 58.33333%;
	  max-width: 58.33333%; }
	.col-md-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.66667%;
	  flex: 0 0 66.66667%;
	  max-width: 66.66667%; }
	.col-md-9 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%; }
	.col-md-10 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 83.33333%;
	  flex: 0 0 83.33333%;
	  max-width: 83.33333%; }
	.col-md-12 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%; } }
  
  @media (min-width: 992px) {
	.col-lg {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  min-width: 0;
	  max-width: 100%; }
	.col-lg-3 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%; }
	.col-lg-4 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 33.33333%;
	  flex: 0 0 33.33333%;
	  max-width: 33.33333%; }
	.col-lg-6 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%; }
	.col-lg-7 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 58.33333%;
	  flex: 0 0 58.33333%;
	  max-width: 58.33333%; }
	.col-lg-8 {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 66.66667%;
	  flex: 0 0 66.66667%;
	  max-width: 66.66667%; } }
  
  .table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529; }
	.table th,
	.table td {
	  padding: 0.75rem;
	  vertical-align: top;
	  border-top: 1px solid #dee2e6; }
	.table thead th {
	  vertical-align: bottom;
	  border-bottom: 2px solid #dee2e6; }
	.table tbody + tbody {
	  border-top: 2px solid #dee2e6; }
  
  .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
	@media (prefers-reduced-motion: reduce) {
	  .form-control {
		-webkit-transition: none;
		-o-transition: none;
		transition: none; } }
	.form-control::-ms-expand {
	  background-color: transparent;
	  border: 0; }
	.form-control:-moz-focusring {
	  color: transparent;
	  text-shadow: 0 0 0 #495057; }
	.form-control:focus {
	  color: #495057;
	  background-color: #fff;
	  border-color: #80bdff;
	  outline: 0;
	  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
	.form-control::-webkit-input-placeholder {
	  color: #6c757d;
	  opacity: 1; }
	.form-control:-ms-input-placeholder {
	  color: #6c757d;
	  opacity: 1; }
	.form-control::-ms-input-placeholder {
	  color: #6c757d;
	  opacity: 1; }
	.form-control::placeholder {
	  color: #6c757d;
	  opacity: 1; }
	.form-control:disabled, .form-control[readonly] {
	  background-color: #e9ecef;
	  opacity: 1; }
  
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="month"].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; }
  
  select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff; }
  
  select.form-control[size], select.form-control[multiple] {
	height: auto; }
  
  textarea.form-control {
	height: auto; }
  
  .form-group {
	margin-bottom: 1rem; }
  
  .btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
   
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
	@media (prefers-reduced-motion: reduce) {
	  .btn {
		-webkit-transition: none;
		-o-transition: none;
		transition: none; } }
	.btn:hover {
	  color: #212529;
	  text-decoration: none; }
	.btn:focus, .btn.focus {
	  outline: 0;
	  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
	.btn.disabled, .btn:disabled {
	  opacity: 0.65; }
	.btn:not(:disabled):not(.disabled) {
	  cursor: pointer; }
  
  a.btn.disabled,
  fieldset:disabled a.btn {
	pointer-events: none; }
  
  .btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff; }
	.btn-primary:hover {
	  color: #fff;
	  background-color: #0069d9;
	  border-color: #0062cc; }
	.btn-primary:focus, .btn-primary.focus {
	  color: #fff;
	  background-color: #0069d9;
	  border-color: #0062cc;
	  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
	  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
	.btn-primary.disabled, .btn-primary:disabled {
	  color: #fff;
	  background-color: #007bff;
	  border-color: #007bff; }
	.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
	.show > .btn-primary.dropdown-toggle {
	  color: #fff;
	  background-color: #0062cc;
	  border-color: #005cbf; }
	  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
	  .show > .btn-primary.dropdown-toggle:focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  
  .btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d; }
	.btn-secondary:hover {
	  color: #fff;
	  background-color: #5a6268;
	  border-color: #545b62; }
	.btn-secondary:focus, .btn-secondary.focus {
	  color: #fff;
	  background-color: #5a6268;
	  border-color: #545b62;
	  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
	  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
	.btn-secondary.disabled, .btn-secondary:disabled {
	  color: #fff;
	  background-color: #6c757d;
	  border-color: #6c757d; }
	.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
	.show > .btn-secondary.dropdown-toggle {
	  color: #fff;
	  background-color: #545b62;
	  border-color: #4e555b; }
	  .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
	  .show > .btn-secondary.dropdown-toggle:focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  
  .fade {
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear; }
	@media (prefers-reduced-motion: reduce) {
	  .fade {
		-webkit-transition: none;
		-o-transition: none;
		transition: none; } }
	.fade:not(.show) {
	  opacity: 0; }
  
  .collapse:not(.show) {
	display: none; }
  
  .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease; }
	@media (prefers-reduced-motion: reduce) {
	  .collapsing {
		-webkit-transition: none;
		-o-transition: none;
		transition: none; } }
  
  .dropup,
  .dropright,
  .dropdown,
  .dropleft {
	position: relative; }
  
  .dropdown-toggle {
	white-space: nowrap; }
	.dropdown-toggle::after {
	  display: inline-block;
	  margin-left: 0.255em;
	  vertical-align: 0.255em;
	  content: "";
	  border-top: 0.3em solid;
	  border-right: 0.3em solid transparent;
	  border-bottom: 0;
	  border-left: 0.3em solid transparent; }
	.dropdown-toggle:empty::after {
	  margin-left: 0; }
  
  .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem; }
  
  .dropdown-menu-right {
	right: 0;
	left: auto; }
  
  .dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem; }
  
  .dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent; }
  
  .dropup .dropdown-toggle:empty::after {
	margin-left: 0; }
  
  .dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem; }
  
  .dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid; }
  
  .dropright .dropdown-toggle:empty::after {
	margin-left: 0; }
  
  .dropright .dropdown-toggle::after {
	vertical-align: 0; }
  
  .dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem; }
  
  .dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: ""; }
  
  .dropleft .dropdown-toggle::after {
	display: none; }
  
  .dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent; }
  
  .dropleft .dropdown-toggle:empty::after {
	margin-left: 0; }
  
  .dropleft .dropdown-toggle::before {
	vertical-align: 0; }
  
  .dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto; }
  
  .dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0; }
	.dropdown-item:hover, .dropdown-item:focus {
	  color: #16181b;
	  text-decoration: none;
	  background-color: #f8f9fa; }
	.dropdown-item.active, .dropdown-item:active {
	  color: #fff;
	  text-decoration: none;
	  background-color: #007bff; }
	.dropdown-item.disabled, .dropdown-item:disabled {
	  color: #6c757d;
	  pointer-events: none;
	  background-color: transparent; }
  
  .dropdown-menu.show {
	display: block; }
  
  .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none; }
  
  .nav-link {
	display: block;
	padding: 0.5rem 1rem; }
	.nav-link:hover, .nav-link:focus {
	  text-decoration: none; }
	.nav-link.disabled {
	  color: #6c757d;
	  pointer-events: none;
	  cursor: default; }
  
  .navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0.5rem 1rem; }
	.navbar .container,
	.navbar .container-fluid {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between; }
  
  .navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap; }
	.navbar-brand:hover, .navbar-brand:focus {
	  text-decoration: none; }
  
  .navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none; }
	.navbar-nav .nav-link {
	  padding-right: 0;
	  padding-left: 0; }
	.navbar-nav .dropdown-menu {
	  position: static;
	  float: none; }
  
  .navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
  
  .navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem; }
	.navbar-toggler:hover, .navbar-toggler:focus {
	  text-decoration: none; }
  
  @media (max-width: 991.98px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
	  padding-right: 0;
	  padding-left: 0; } }
  
  @media (min-width: 992px) {
	.navbar-expand-lg {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
	  -ms-flex-flow: row nowrap;
	  flex-flow: row nowrap;
	  -webkit-box-pack: start;
	  -ms-flex-pack: start;
	  justify-content: flex-start; }
	  .navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row; }
		.navbar-expand-lg .navbar-nav .dropdown-menu {
		  position: absolute; }
		.navbar-expand-lg .navbar-nav .nav-link {
		  padding-right: 0.5rem;
		  padding-left: 0.5rem; }
	  .navbar-expand-lg > .container,
	  .navbar-expand-lg > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap; }
	  .navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto; }
	  .navbar-expand-lg .navbar-toggler {
		display: none; } }
  
  .navbar-dark .navbar-brand {
	color: #fff; }
	.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	  color: #fff; }
  
  .navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5); }
	.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	  color: rgba(255, 255, 255, 0.75); }
	.navbar-dark .navbar-nav .nav-link.disabled {
	  color: rgba(255, 255, 255, 0.25); }
  
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .nav-link.active {
	color: #fff; }
  
  .navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1); }
  
  .alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem; }
  
  @-webkit-keyframes progress-bar-stripes {
	from {
	  background-position: 1rem 0; }
	to {
	  background-position: 0 0; } }
  
  @keyframes progress-bar-stripes {
	from {
	  background-position: 1rem 0; }
	to {
	  background-position: 0 0; } }
  
  .progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem; }
  
  .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }
  
  .media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1; }
  
  .list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem; }
  
  .list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125); }
	.list-group-item:first-child {
	  border-top-left-radius: inherit;
	  border-top-right-radius: inherit; }
	.list-group-item:last-child {
	  border-bottom-right-radius: inherit;
	  border-bottom-left-radius: inherit; }
	.list-group-item.disabled, .list-group-item:disabled {
	  color: #6c757d;
	  pointer-events: none;
	  background-color: #fff; }
	.list-group-item.active {
	  z-index: 2;
	  color: #fff;
	  background-color: #007bff;
	  border-color: #007bff; }
	.list-group-item + .list-group-item {
	  border-top-width: 0; }
	  .list-group-item + .list-group-item.active {
		margin-top: -1px;
		border-top-width: 1px; }
  
  .close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5; }
	.close:hover {
	  color: #000;
	  text-decoration: none; }
	.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	  opacity: .75; }
  
  button.close {
	padding: 0;
	background-color: transparent;
	border: 0; }
  
  a.close.disabled {
	pointer-events: none; }
  
  .toast {
	max-width: 350px;
	overflow: hidden;
	font-size: 0.875rem;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: 0.25rem; }
	.toast:not(:last-child) {
	  margin-bottom: 0.75rem; }
	.toast.showing {
	  opacity: 1; }
	.toast.show {
	  display: block;
	  opacity: 1; }
	.toast.hide {
	  display: none; }
  
  .modal-open {
	overflow: hidden; }
	.modal-open .modal {
	  overflow-x: hidden;
	  overflow-y: auto; }
  
  .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0; }
  
  .modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none; }
	.modal.fade .modal-dialog {
	  -webkit-transition: -webkit-transform 0.3s ease-out;
	  transition: -webkit-transform 0.3s ease-out;
	  -o-transition: transform 0.3s ease-out;
	  transition: transform 0.3s ease-out;
	  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	  -webkit-transform: translate(0, -50px);
	  -ms-transform: translate(0, -50px);
	  transform: translate(0, -50px); }
	  @media (prefers-reduced-motion: reduce) {
		.modal.fade .modal-dialog {
		  -webkit-transition: none;
		  -o-transition: none;
		  transition: none; } }
	.modal.show .modal-dialog {
	  -webkit-transform: none;
	  -ms-transform: none;
	  transform: none; }
	.modal.modal-static .modal-dialog {
	  -webkit-transform: scale(1.02);
	  -ms-transform: scale(1.02);
	  transform: scale(1.02); }
  
  .modal-dialog-scrollable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem); }
	.modal-dialog-scrollable .modal-content {
	  max-height: calc(100vh - 1rem);
	  overflow: hidden; }
	.modal-dialog-scrollable .modal-header {
	  -ms-flex-negative: 0;
	  flex-shrink: 0; }
	.modal-dialog-scrollable .modal-body {
	  overflow-y: auto; }
  
  .modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem); }
	.modal-dialog-centered::before {
	  display: block;
	  height: calc(100vh - 1rem);
	  height: -webkit-min-content;
	  height: -moz-min-content;
	  height: min-content;
	  content: ""; }
	.modal-dialog-centered.modal-dialog-scrollable {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  height: 100%; }
	  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
		max-height: none; }
	  .modal-dialog-centered.modal-dialog-scrollable::before {
		content: none; }
  
  .modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0; }
  
  .modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000; }
	.modal-backdrop.fade {
	  opacity: 0; }
	.modal-backdrop.show {
	  opacity: 0.5; }
  
  .modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px); }
	.modal-header .close {
	  padding: 1rem 1rem;
	  margin: -1rem -1rem -1rem auto; }
  
  .modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem; }
  
  .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll; }
  
  @media (min-width: 576px) {
	.modal-dialog {
	  max-width: 500px;
	  margin: 1.75rem auto; }
	.modal-dialog-scrollable {
	  max-height: calc(100% - 3.5rem); }
	  .modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem); }
	.modal-dialog-centered {
	  min-height: calc(100% - 3.5rem); }
	  .modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content; } }
  
  .tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0; }
	.tooltip.show {
	  opacity: 0.9; }
	.tooltip .arrow {
	  position: absolute;
	  display: block;
	  width: 0.8rem;
	  height: 0.4rem; }
	  .tooltip .arrow::before {
		position: absolute;
		content: "";
		border-color: transparent;
		border-style: solid; }
  
  .tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem; }
  
  .popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem; }
	.popover .arrow {
	  position: absolute;
	  display: block;
	  width: 1rem;
	  height: 0.5rem;
	  margin: 0 0.3rem; }
	  .popover .arrow::before, .popover .arrow::after {
		position: absolute;
		display: block;
		content: "";
		border-color: transparent;
		border-style: solid; }
  
  .popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px); }
	.popover-header:empty {
	  display: none; }
  
  .popover-body {
	padding: 0.5rem 0.75rem;
	color: #212529; }
  
  .carousel {
	position: relative; }
  
  .carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y; }
  
  .carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 10s ease-in-out;
	transition: -webkit-transform 10s ease-in-out;
	-o-transition: transform 10s ease-in-out;
	transition: transform 10s ease-in-out;
	transition: transform 10s ease-in-out, -webkit-transform 10s ease-in-out; }
	@media (prefers-reduced-motion: reduce) {
	  .carousel-item {
		-webkit-transition: none;
		-o-transition: none;
		transition: none; } }
  
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
	display: block; }
  
  .carousel-item-next:not(.carousel-item-left),
  .active.carousel-item-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%); }
  
  .carousel-item-prev:not(.carousel-item-right),
  .active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%); }
  
  .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none; }
	.carousel-indicators li {
	  -webkit-box-sizing: content-box;
	  box-sizing: content-box;
	  -webkit-box-flex: 0;
	  -ms-flex: 0 1 auto;
	  flex: 0 1 auto;
	  width: 30px;
	  height: 3px;
	  margin-right: 3px;
	  margin-left: 3px;
	  text-indent: -999px;
	  cursor: pointer;
	  background-color: #fff;
	  background-clip: padding-box;
	  border-top: 10px solid transparent;
	  border-bottom: 10px solid transparent;
	  opacity: .5;
	  -webkit-transition: opacity 10s ease;
	  -o-transition: opacity 10s ease;
	  transition: opacity 10s ease; }
	  @media (prefers-reduced-motion: reduce) {
		.carousel-indicators li {
		  -webkit-transition: none;
		  -o-transition: none;
		  transition: none; } }
	.carousel-indicators .active {
	  opacity: 1; }
  
  @-webkit-keyframes spinner-border {
	to {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg); } }
  
  @keyframes spinner-border {
	to {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg); } }
  
  @keyframes spinner-grow {
	0% {
	  -webkit-transform: scale(0);
	  transform: scale(0); }
	50% {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none; } }
  
  .bg-primary {
	background-color: #007bff !important; }
  
  a.bg-primary:hover, a.bg-primary:focus,
  button.bg-primary:hover,
  button.bg-primary:focus {
	background-color: #0062cc !important; }
  
  .bg-secondary {
	background-color: #6c757d !important; }
  
  a.bg-secondary:hover, a.bg-secondary:focus,
  button.bg-secondary:hover,
  button.bg-secondary:focus {
	background-color: #545b62 !important; }
  
  .bg-light {
	background-color: #f8f9fa !important; }
  
  a.bg-light:hover, a.bg-light:focus,
  button.bg-light:hover,
  button.bg-light:focus {
	background-color: #dae0e5 !important; }
  
  .bg-dark {
	background-color: #343a40 !important; }
  
  a.bg-dark:hover, a.bg-dark:focus,
  button.bg-dark:hover,
  button.bg-dark:focus {
	background-color: #1d2124 !important; }
  
  .border {
	border: 1px solid #dee2e6 !important; }
  
  .d-block {
	display: block !important; }
  
  .d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important; }
  
  .justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important; }
  
  .justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important; }
  
  .justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important; }
  
  .justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important; }
  
  .align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important; }
  
  .align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important; }
  
  .align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important; }
  
  .align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important; }
  
  .align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important; }
  
  .align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important; }
  
  .position-static {
	position: static !important; }
  
  .fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030; }
  
  .fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030; }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
	  position: -webkit-sticky;
	  position: sticky;
	  top: 0;
	  z-index: 1020; } }
  
  .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0; }
  
  .w-100 {
	width: 100% !important; }
  
  .mb-0 {
	margin-bottom: 0 !important; }
  
  .m-1 {
	margin: 0.25rem !important; }
  
  .mr-1 {
	margin-right: 0.25rem !important; }
  
  .mr-2 {
	margin-right: 0.5rem !important; }
  
  .mb-2 {
	margin-bottom: 0.5rem !important; }
  
  .ml-2 {
	margin-left: 0.5rem !important; }
  
  .mr-3 {
	margin-right: 1rem !important; }
  
  .mb-3 {
	margin-bottom: 1rem !important; }
  
  .ml-3 {
	margin-left: 1rem !important; }
  
  .mt-4 {
	margin-top: 1.5rem !important; }
  
  .mr-4 {
	margin-right: 1.5rem !important; }
  
  .mb-4 {
	margin-bottom: 1.5rem !important; }
  
  .ml-4 {
	margin-left: 1.5rem !important; }
  
  .mt-5 {
	margin-top: 3rem !important; }
  	@media (max-width: 767.98px) {
	   .mt-5 {
	margin-top: 2rem !important; } }
  
  .mr-5 {
	margin-right: 3rem !important; }
  
  .mb-5 {
	margin-bottom: 3rem !important; }
  
  
  .py-1 {
	padding-top: 0.25rem !important; }
  
  
  .py-1 {
	padding-bottom: 0.25rem !important; }
  
  
  .py-2 {
	padding-top: 0.5rem !important; }
  
  .pb-2,
  .py-2 {
	padding-bottom: 0.5rem !important; }
  
  
  .py-3 {
	padding-top: 1rem !important; }
  
  
  .px-3 {
	padding-right: 1rem !important; }
  
  .pb-3,
  .py-3 {
	padding-bottom: 1rem !important; }
  
  .pl-3,
  .px-3 {
	padding-left: 1rem !important; }
  
  .p-4 {
	padding: 1.5rem !important; }
  
  .pt-4,
  .py-4 {
	padding-top: 1.5rem !important; }
  
  
  .px-4 {
	padding-right: 1.5rem !important; }
  
  .pb-4,
  .py-4 {
	padding-bottom: 1.5rem !important; }
  
  .pl-4,
  .px-4 {
	padding-left: 1.5rem !important; }
  
  .p-5 {
	padding: 3rem !important; }
  
  .pt-5,
  .py-5 {
	padding-top: 3rem !important; }
  
  
  .px-5 {
	padding-right: 3rem !important; }
  
  .pb-5,
  .py-5 {
	padding-bottom: 3rem !important; }
  @media (max-width: 767.98px) {
	   .pb-5,
  .py-5 {
	padding-bottom: 2rem !important; } }
  
  .px-5 {
	padding-left: 3rem !important; }
  
  .mr-auto {
	margin-right: auto !important; }
  
  @media (min-width: 768px) {
	.mb-md-0 {
	  margin-bottom: 0 !important; }
	.mt-md-4 {
	  margin-top: 1.5rem !important; }
	.mr-md-4 {
	  margin-right: 1.5rem !important; }
	.ml-md-5 {
	  margin-left: 3rem !important; }
	
	.px-md-0 {
	  padding-right: 0 !important; }
	.pl-md-0,
	.px-md-0 {
	  padding-left: 0 !important; }
	.pl-md-3 {
	  padding-left: 1rem !important; }
	.pt-md-4 {
	  padding-top: 1.5rem !important; }
	.pr-md-4 {
	  padding-right: 1.5rem !important; }
	.p-md-5 {
	  padding: 3rem !important; }
	
	.py-md-5 {
	  padding-top: 3rem !important; }
	.pr-md-5 {
	  padding-right: 3rem !important; }
	
	.pb-5, .py-5 {
		padding-bottom: 1rem !important; } 
	.py-md-5 {
	  padding-bottom: 3rem !important; }
	.pl-md-5 {
	  padding-left: 3rem !important; } }
  
  .text-center {
	text-align: center !important; }
  
  @media (min-width: 768px) {
	.text-md-left {
	  text-align: left !important; } }
  
  @media (min-width: 992px) {
	.text-lg-right {
	  text-align: right !important; } }
  
  .font-weight-bold {
	font-weight: 700 !important; }
  
  .visible {
	visibility: visible !important; }
  
  @media print {
	*,
	*::before,
	*::after {
	  text-shadow: none !important;
	  -webkit-box-shadow: none !important;
	  box-shadow: none !important; }
	a:not(.btn) {
	  text-decoration: underline; }
	pre {
	  white-space: pre-wrap !important; }
	pre,
	blockquote {
	  border: 1px solid #adb5bd;
	  page-break-inside: avoid; }
	thead {
	  display: table-header-group; }
	tr,
	img {
	  page-break-inside: avoid; }
	p,
	h2,
	h3 {
	  orphans: 3;
	  widows: 3; }
	h2,
	h3 {
	  page-break-after: avoid; }
	@page {
	  size: a3; }
	body {
	  min-width: 992px !important; }
	.container {
	  min-width: 992px !important; }
	.navbar {
	  display: none; }
	.table {
	  border-collapse: collapse !important; }
	  .table td,
	  .table th {
		background-color: #fff !important; } }
  
  body {
	font-family: "Roboto", Arial, sans-serif;
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #666666;
	overflow-x: hidden; }
  
  a, button {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #2773fc; }
	a:hover, a:focus, button:hover, button:focus {
	  text-decoration: none;
	  color: #2773fc;
	  outline: none !important; }
  
  h1, h2, h3, h4, h5,
  .h1, .h2, .h3, .h4, .h5 {
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 400; }
  
  .topper a{
	  color:#c4c4c4;
  }
  .topper a:hover{
	  color: #2773fc;
  }
  .top {
	background: rgba(0, 0, 0, 0.05);
	background: #040e26;
	color: #c4c4c4;
	z-index: 3; }
	.top span.fa {
	  color: #c4c4c4; }
	.top span.fa:hover {
	  color: #2773fc; }
	@media (max-width: 767.98px) {
	  .top .register-link {
		width: 100%;
		display: block; }
		.top .register-link .btn {
		  width: 100%;
		  border-radius: 30px; } }
  
  .social-media {
	display: inline-block; }
	.social-media p a {
	  width: 35px;
	  height: 35px;
	  background: rgba(255, 255, 255, 0.1);
	  margin-right: 2px;
	  border-radius: 50%; }
	  .social-media p a span {
		color: #2773fc; }
	  .social-media p a:hover span {
		color: #2773fc; }
  
  .topper {
	font-size: 15px;
	color: #c4c4c4 !important;
	width: 100%;
	z-index: 3; }
	.topper .icon {
	  width: 40px;
	  height: 40px;
	  background: #fff;
	  border: 1px solid rgba(0, 0, 0, 0.05); }
	  .topper .icon span {
		color: #2773fc; }
	.topper .text {
	  width: calc(100% - 50px); }
	  .topper .text p {
		margin-bottom: 0;
		font-size: 12px; }
	  .topper .text .con {
		margin-bottom: 0;
		font-size: 12px;
		font-weight: 300;
		color: #8a8a8a;}
		.topper .text .con span {
		  font-weight: 500;
		  font-size: 13px;
		  color: #000000; }
		  .topper .text .con span:first-child {
			color: #040e26; }
			.topper .text .con a{
				color: #040e26;
				font-weight: 500;
			}
			.topper .text .con a:hover{
				color: #2773fc;
			}
	  .topper .text .hr span {
		color:#040e26;
		font-weight: 500;
		font-size: 13px; }
	  .topper .text .time span:last-child {
		font-weight: 600;
		color: #2773fc; }
  @media (max-width: 576px) {
	.topper{
	    font-size: 14px;
	   }
	}
  .ftco-navbar-light {
	background: transparent !important;
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	z-index: 3;
	padding: 0;
	overflow: hidden; }
	@media (max-width: 991.98px) {
	  .ftco-navbar-light {
		background: #040e26 !important;
		position: relative;
		top: 0;
		padding: 10px 20px; } }
	.ftco-navbar-light .container {
	  width: 1110px;
	  margin: 0 auto;
	  padding: 0;
	  background: #040e26 !important; }
	.ftco-navbar-light .navbar-brand {
	  color: #000000;
	  padding-top: .7rem;
	  padding-bottom: .7rem; }
	  .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
		color: #000000 !important; }
	  @media (max-width: 991.98px) {
		.ftco-navbar-light .navbar-brand {
		  color: #fff; } }
	@media (max-width: 991.98px) {
	  .ftco-navbar-light .navbar-nav {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-right: 0; } }
	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	  font-size: 14px;
	  padding-top: 1rem;
	  padding-bottom: 1rem;
	  padding-left: 25px;
	  padding-right: 25px;
	  color: #fff;
	  font-weight: 500;
	  text-transform: uppercase;
	  letter-spacing: 2px; }
	  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link span {
		position: relative;
		display: block;
		padding-bottom: 2px; }
		@media (max-width: 1199.98px) {
		  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link span {
			display: inline-block; } }
	  @media (max-width: 991.98px) {
		.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
		  padding-left: 10px;
		  padding-right: 10px;
		  padding-bottom: 1rem;
		  padding-top: 0;
		  color: #fff; } }
	.ftco-navbar-light .navbar-nav > .nav-item .nav-link.active {
	  background: transparent;
	  background: none;
	  color: #2773fc; }
	  .ftco-navbar-light .navbar-nav > .nav-item .nav-link.active span:before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1); }
	.ftco-navbar-light .navbar-nav > .nav-item.active a {
	  background: #2773fc;
	  color: #fff; }
	@media (max-width: 991.98px) {
	  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
		color: #fff;
		background: transparent; } }
	.ftco-navbar-light .btn-custom {
	  margin-right: 20px;
	  text-transform: uppercase;
	  font-size: 13px;
	  font-weight: 700;
	  background: rgba(255, 255, 255, 0.1);
	  padding: 4px 10px;
	  color: #fff;
	  border-radius: 2px; }
	.ftco-navbar-light .navbar-toggler {
	  border: none;
	  color: rgba(255, 255, 255, 0.9) !important;
	  cursor: pointer;
	  padding-right: 0;
	  text-transform: uppercase;
	  font-size: 16px;
	  letter-spacing: .1em; }
	  .ftco-navbar-light .navbar-toggler:hover, .ftco-navbar-light .navbar-toggler:focus {
		text-decoration: none;
		color: #2773fc;
		outline: none !important; }
  
  .navbar-brand {
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	z-index: 3;
	position: relative; }
	@media (max-width: 767.98px) {
	  .navbar-brand {
		line-height: 1; } }
	.navbar-brand span {
	  color: #000000;
	  display: block;
	  line-height: 1; }
	  .navbar-brand span small {
		display: block;
		font-size: 11px;
		color: #2773fc;
		font-weight: 700; }
	.navbar-brand .flaticon {
	  font-size: 50px;
	  color: #fff;
	  background: #2773fc;
	  padding: 4px; }
  
	  .hero-area {
		position: relative;
		z-index: -1;
		width: 100%; }
	  @media (max-width: 576px) {
	.hero-area {
		max-height:322px; }}
	  .single-welcome-slides {
		width: 100%;
		height: 800px;
		position: relative;
		z-index: 1; }
		@media only screen and (min-width: 992px) and (max-width: 1199px) {
		  .single-welcome-slides {
			height: 550px; } }
		@media only screen and (min-width: 768px) and (max-width: 991px) {
		  .single-welcome-slides {
			height: 600px; } }
		@media only screen and (max-width: 767px) {
  
		  .main-sidebar {
			  padding: 0;
			  margin: 25px 15px;
		  }
  
		  #blogDetails .heading-section {
			  margin: 0 15px;
		  }
  
		  .single-welcome-slides {
			height: 600px; } }
		@media only screen and (min-width: 480px) and (max-width: 767px) {
		  .single-welcome-slides {
			height: 450px; } }
		.single-welcome-slides .welcome-content {
		  position: relative;
		  z-index: 1; }
		  .single-welcome-slides .welcome-content h2 {
			font-size: 50px;
			text-transform: capitalize;
			color: #ffffff; }
			@media only screen and (min-width: 768px) and (max-width: 991px) {
			  .single-welcome-slides .welcome-content h2 {
				font-size: 42px; } }
			@media only screen and (max-width: 767px) {
			  .single-welcome-slides .welcome-content h2 {
				font-size: 30px; } }
		  .single-welcome-slides .welcome-content p {
			color: #ffffff; }
  .owl-carousel {
	position: relative; }
	.owl-carousel .owl-item {
	  opacity: .4; }
	  .owl-carousel .owl-item.active {
		opacity: 1; }
	.owl-carousel .owl-dots {
	  text-align: center; }
	  .owl-carousel .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 5px;
		border-radius: 50%;
		background: #e6e6e6;
		position: relative; }
		.owl-carousel .owl-dots .owl-dot:after {
		  position: absolute;
		  top: -2px;
		  left: -2px;
		  right: 0;
		  bottom: 0;
		  width: 14px;
		  height: 14px;
		  content: '';
		  border: 1px solid rgba(255, 255, 255, 0.3);
		  -webkit-border-radius: 50%;
		  -moz-border-radius: 50%;
		  -ms-border-radius: 50%;
		  border-radius: 50%; }
		.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
		  outline: none !important; }
		.owl-carousel .owl-dots .owl-dot.active {
		  background: #b3b3b3; }
  
  .hero-wrap {
	width: 100%;
	height: 600px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center; }
	@media (max-width: 991.98px) {
	  .hero-wrap {
		background-position: left center !important; } }
	.hero-wrap .slider-text {
	  height: 300px; }
	.hero-area .overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  content: '';
	  opacity: .5;
	  background: #040e26; }
	.hero-wrap.hero-wrap-2 {
	  height: 300px;
	  position: relative;
	  background-position: top center; }
	  .hero-wrap.hero-wrap-2 .overlay {
		width: 100%;
		opacity: .5;
		background: #000000; }
	  .hero-wrap.hero-wrap-2 .slider-text {
		height: 300px; }
  
  .slider-text {
	color: rgba(255, 255, 255, 0.8); }
	.slider-text .subheading {
	  font-size: 12px;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  color: #2773fc;
	  display: inline-block;
	  margin-bottom: 20px;
	  font-weight: 600; }
	.slider-text h1 {
	  font-size: 40px;
	  color: #fff;
	  line-height: 1;
	  font-weight: 700;
	  text-transform: uppercase; }
	 
	  @media (max-width: 991.98px) {
		.slider-text .bread {
	  font-weight: 600;
	  font-size: 28px; }
	  .slider-text h1{
	      font-size:34px;
	  }
	  }
	
	.slider-text p {
	  font-weight: 400; }
	  .slider-text p strong {
		font-weight: 700; }
		.slider-text p strong a {
		  color: #000000; }
	.slider-text .breadcrumbs {
	  font-size: 16px;
	  margin-bottom: 20px;
	  z-index: 99;
	  font-weight: 500;
	  text-transform: uppercase;
	  color: rgba(255, 255, 255, 0.8); }
	  .slider-text .breadcrumbs span {
		color: rgba(255, 255, 255, 0.8); }
		.slider-text .breadcrumbs span i {
		  color: rgba(255, 255, 255, 0.8); }
		.slider-text .breadcrumbs span a {
		  color: rgba(255, 255, 255, 0.8); }
		  .slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
			color: #2773fc; }
			.slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
			  color: #2773fc; }
  
  .bg-light {
	background: #f8f9fa !important; }
  
  .bg-primary {
	background: #2773fc; }
  
  .btn {
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09); }
	.btn:hover, .btn:active, .btn:focus {
	  outline: none; }
	.btn.btn-primary {
	  background: #2773fc;
	  border: 1px solid #2773fc !important;
	  color: #fff !important; }
	  .btn.btn-primary:hover {
		border: 1px solid #2773fc;
		background: #2773fc;
		color: #2773fc; }
	.btn.btn-secondary {
	  background: #040e26 !important;
	  border: 1px solid #040e26 !important;
	  color: #fff !important; }
	  .btn.btn-secondary:hover {
		border: 1px solid #040e26 !important;
		background: transparent !important;
		color: #040e26 !important; }
	.btn.btn-white {
	  background: #fff !important;
	  border: 1px solid #fff !important;
	  color: #000000 !important; }
	  .btn.btn-white:hover {
		border: 1px solid #000000;
		background: #fff !important;
		color: #fff; }
  
  .ftco-intro {
	color: rgba(255, 255, 255, 0.8);
	z-index: 0;
	overflow: hidden; }
	.ftco-intro .img {
	  padding: 3em;
	  position: relative;
	  z-index: 0;
	  overflow: hidden; }
	  .ftco-intro .img .overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: '';
		opacity: .8;
		background: #040e26;
		z-index: -1; }
	@media (max-width: 991.98px) {
	  .ftco-intro {
		background-position: center center !important; }
		.ftco-intro h2 {
	       font-size: 20px; }
	}

	.ftco-intro h2 {
	  color: #fff;
	  font-size: 24px;
	  font-weight: 700;
	  text-transform: uppercase; }
	  .ftco-intro h2 span {
		background: #2773fc; }
  
  .about-wrap {
	position: relative;
	z-index: 0; }
	.about-wrap .icon {
	  position: absolute;
	  top: 50%;
	  right: 0;
	  width: 90px;
	  height: 120px;
	  background: #2773fc;
	  margin-right: -45px;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  -webkit-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
	  -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
	  box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28); }
	  .about-wrap .icon span {
		color: #fff;
		font-size: 50px; }
	.about-wrap:after {
	  position: absolute;
	  top: 0;
	  left: 0;
	  content: '';
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 120px 120px 0 0;
	  border-color: #2773fc transparent transparent transparent; }
	@media (max-width: 991.98px) {
	  .about-wrap {
		height: 300px; }
		.about-wrap .icon {
		  margin-right: 0; } }
  
  .about {
	margin-bottom: 20px; }
	.about .icon {
	  width: 100px; }
	  .about .icon span {
		font-size: 50px;
		line-height: 1.3;
		color: #2773fc; }
	.about h3 {
	  font-size: 20px;
	  font-weight: 500; }
  
  .video-image {
	width: 100%; }
	.video-image .video {
	  width: 200px;
	  height: 150px; }
	  .video-image .video span {
		font-size: 50px; }
	.video-image h4 {
	  font-size: 18px; }
  
  .services-wrap {
	margin-bottom: 40px;
	padding: 20px;
	border-radius: 3px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #fff;
	-webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11); }
	.services-wrap .img {
	  width: 100%;
	  height: 220px; }
	.services-wrap .text {
	  width: 100%;
	  text-align: center;
	  padding: 20px 5px;
	  position: relative; }
	  .services-wrap .text h2 {
		font-weight: 500;
		font-size: 22px; }
	  .services-wrap .text .icon {
		width: 90px;
		height: 90px;
		border-radius: 50%;
		background: #fff;
		margin: -65px auto 20px auto;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		-webkit-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
		-moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
		box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28); }
		.services-wrap .text .icon span {
		  color: #2773fc;
		  font-size: 50px;
		  -moz-transition: all 0.3s ease;
		  -o-transition: all 0.3s ease;
		  -webkit-transition: all 0.3s ease;
		  -ms-transition: all 0.3s ease;
		  transition: all 0.3s ease; }
	  .services-wrap .text .btn-custom {
		position: absolute;
		bottom: -45px;
		left: 0;
		right: 0;
		width: 80%;
		background: #040e26;
		color: #fff;
		padding: 12px 10px;
		border-radius: 3px;
		margin: 0 auto;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 14px; }
	.services-wrap:hover {
	  -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
	  -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18);
	  box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.18); }
	  .services-wrap:hover .text .icon {
		background: #2773fc; }
		.services-wrap:hover .text .icon span {
		  color: white; }
	  .services-wrap:hover .text .btn-custom {
		background: #2773fc; }
  
  .ftco-services-2 .services {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 0;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.8);
	background: #040e26;
	padding: 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.86);}
	.mobilev{
	    display:none;
	}
	@media (max-width: 767.98px) {
	  .ftco-services-2 .services {
		padding: 20px; 
	    width:100%;
	}
	    .ftco-services-2{
	    	margin-top: 150px;
	} 
	.desktopv{
	    display:none;
	}
	.mobilev{
	    display:block;
	}
	}
	.ftco-services-2 .services:before {
	  position: absolute;
	  top: 0;
	  right: -30px;
	  bottom: 0;
	  content: '';
	  width: 50%;
	  background: rgba(255, 255, 255, 0.1);
	  z-index: -1;
	  -webkit-transform: matrix(1.3, 0, -0.3, 1, 0, 0);
	  -ms-transform: matrix(1.3, 0, -0.3, 1, 0, 0);
	  transform: matrix(1.3, 0, -0.3, 1, 0, 0); }
	.ftco-services-2 .services.services-2 {
	  background: #2773fc; }
	  .ftco-services-2 .services.services-2 .icon {
		background: #040e26; }
	@media (min-width: 992px) {
	  .ftco-services-2 .services {
		margin-top: -70px; } }
	.ftco-services-2 .services .icon {
	  line-height: 1.3;
	  position: relative;
	  margin-bottom: 20px;
	  width: 80px;
	  height: 80px;
	  z-index: 1;
	  margin:0 auto;
	  background: #2773fc;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  border-radius: 50%; }
	  .ftco-services-2 .services .icon span {
		font-size: 50px;
		color: #fff; }
	  @media (max-width: 767.98px) {
		.ftco-services-2 .services .icon {
		  width: 60px;
		  height: 60px; }
		  .ftco-services-2 .services .icon span {
			font-size: 40px; } }
	.ftco-services-2 .services .media-body {
	  width: calc(100% - 80px); }
	  .ftco-services-2 .services .media-body h3 {
		font-size: 20px;
		font-weight: 500; line-height: 22px;
		font-family: "Roboto", Arial, sans-serif;
		color: #fff; }
		.ftco-services-2 .services .media-body p{ font-size: 16px; line-height: 20px;}
	  @media (max-width: 767.98px) {
		.ftco-services-2 .services .media-body {
		  width: calc(100% - 50px); } }
  
  .appointment-form {
	width: 100%; }
	.appointment-form .form-group {
	  position: relative;
	  width: 100%;
	  display: block; }
	  .appointment-form .form-group .icon {
		position: absolute;
		top: 50% !important;
		right: 15px;
		font-size: 16px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%); }
		.appointment-form .form-group .icon span {
		  color: rgba(0, 0, 0, 0.2) !important; }
	  .appointment-form .form-group .select-wrap {
		position: relative; }
		.appointment-form .form-group .select-wrap select {
		  -webkit-appearance: none;
		  -moz-appearance: none;
		  appearance: none; }
	  .appointment-form .form-group .btn {
		width: 100%;
		display: block !important; }
	.appointment-form .form-control {
	  border: none !important;
	  height: 54px !important;
	  padding-left: 15px;
	  padding-right: 15px;
	  background: rgba(0, 0, 0, 0.05) !important;
	  color: rgba(0, 0, 0, 0.5) !important;
	  font-size: 16px;
	  font-weight: 500;
	  border-radius: 5px;
	  -webkit-box-shadow: none !important;
	  box-shadow: none !important; }
	  .appointment-form .form-control::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: rgba(0, 0, 0, 0.5); }
	  .appointment-form .form-control::-moz-placeholder {
		/* Firefox 19+ */
		color: rgba(0, 0, 0, 0.5); }
	  .appointment-form .form-control:-ms-input-placeholder {
		/* IE 10+ */
		color: rgba(0, 0, 0, 0.5); }
	  .appointment-form .form-control:-moz-placeholder {
		/* Firefox 18- */
		color: rgba(0, 0, 0, 0.5); }
	  .appointment-form .form-control:focus, .appointment-form .form-control:active {
		border-color: #fff; }
	.appointment-form textarea.form-control {
	  height: inherit !important; }
  
  .aside-stretch {
	background: #040e26; }
	.aside-stretch:after {
	  position: absolute;
	  top: 0;
	  right: 100%;
	  bottom: 0;
	  content: '';
	  width: 360%;
	  background: #040e26; }
	@media (max-width: 767.98px) {
	  .aside-stretch {
		background: transparent; }
		.aside-stretch:after {
		  background: transparent;
		  display: none; } }
  
  .aside-stretch-right {
	background: #040e26; }
	.aside-stretch-right:after {
	  position: absolute;
	  top: 0;
	  left: 100%;
	  bottom: 0;
	  content: '';
	  width: 360%;
	  background: #040e26; }
	@media (max-width: 767.98px) {
	  .aside-stretch-right {
		background: #040e26; }
		.aside-stretch-right:after {
		  background: transparent;
		  display: none; } }
  
  .form-control {
	height: 52px !important;
	background: #fff !important;
	color: #000000 !important;
	font-size: 18px;
	border-radius: 5px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important; }
	.form-control:focus, .form-control:active {
	  border-color: #000000; }
  
  textarea.form-control {
	height: inherit !important; }
  
  .ftco-animate {
	opacity: 0;
	visibility: hidden; }
  
  .bg-primary {
	background: #2773fc !important; }
  
  .bg-secondary {
	background: #040e26 !important; }
  
  .bg-half-light {
	position: relative;
	z-index: 0; }
	.bg-half-light:after {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  height: 50%;
	  content: '';
	  background: #f3f5f6;
	  z-index: -1; }
  
  .project {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	z-index: 0; }
	.project .img {
	  width: 100%;
	  height: 240px;
	  display: block; }
	  .project .img .icon {
		width: 70px;
		height: 70px;
		background: #2773fc;
		margin: 0 auto;
		opacity: 0;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease; }
		.project .img .icon span {
		  color: #fff;
		  font-size: 20px!important;}
	.project .text {
	  width: 90%;
	  background: #fff;
	  padding: 20px;
	  margin: 0 auto;
	  margin-top: -75px;
	  border-radius: 4px;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  -webkit-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	  -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
	  -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
	  box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1); }
	  .project .text .subheading {
		background: rgba(0, 0, 0, 0.07);
		padding: 5px 10px;
		color: #2773fc;
		font-size: 12px;
		display: inline-block;
		margin-bottom: 10px;
		font-weight: 700; }
	  .project .text h3 {
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase; }
	  .project .text p {
		margin-bottom: 0;
		font-size: 13px; }
		.project .text p span.fa {
		  color: #2773fc; }
	.project:hover .text {
	  background: #2773fc; }
	  .project:hover .text .subheading {
		color: #fff; }
	  .project:hover .text h3 {
		color: #fff; }
	  .project:hover .text p {
		color: rgba(255, 255, 255, 0.8); }
		.project:hover .text p span {
		  color: #fff; }
	.project:hover .img .icon {
	  opacity: 1; }
  
  .ftco-section {
	padding: 5em 0 2em 0;
	position: relative; }
	@media (max-width: 767.98px) {
	  .ftco-section {
		padding: 2em 0;
	   } 
	}
		
	@media (max-width: 767.98px) {
	  .pricing-section {
		padding: 2em 1em;} }
  .thankyou-section {
	  padding: 0;
	  position: relative;
  }
  
  @media (max-width: 767.98px) {
	  .thankyou-section {
		  padding: 6em 0;
	  }
  }
  
  .ftco-no-pt {
	padding-top: 0 !important; }
  
  .ftco-no-pb {
	padding-bottom: 0 !important; }
  
  .thankyou-no-pb {
	  padding-bottom: 2% !important;
  }
  
  .ftco-footer {
	font-size: 16px;
	background: #030918;
	padding: 2.5em 0 0 0;
	z-index: 0;
	position: relative;
	z-index: 0; }
	@media (max-width: 991.98px) {
	  .ftco-footer .ftco-footer-widget {
		margin-bottom: 10px; } 
	    .ftco-footer .ftco-heading-2{
	      margin-bottom: 10px !important;   
	    }
	}
	 .ftco-footer-widget .footer-btn{
	          margin-top:50px;
		      margin-left: 50px;
		  }
	.ftco-footer .ftco-footer-widget ul {
	  margin: 0;
	  padding: 0; }
	  .ftco-footer .ftco-footer-widget ul li {
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.5); }
		.ftco-footer .ftco-footer-widget ul li a {
		  color: rgba(255, 255, 255, 0.5); }
		  .ftco-footer .ftco-footer-widget ul li a span {
			color: rgba(255, 255, 255, 0.7);
			font-size: 14px; }
		  .ftco-footer .ftco-footer-widget ul li a:hover {
			color: #2773fc; }
	.ftco-footer p {
	  color: rgba(255, 255, 255, 0.5); }
	.ftco-footer .ftco-heading-2 {
	  font-size: 16px;
	  font-weight: 500;
	  color: #fff;
	  text-transform: uppercase;
	  margin-bottom: 20px;
	  letter-spacing: 2px; }
	.ftco-footer .bg-primary {
	  background: #030918 !important;
	  position: relative;
	  z-index: 0;
	  overflow: hidden; }
	  .ftco-footer .bg-primary p {
		color: rgba(255, 255, 255, 0.7); }
		.ftco-footer .bg-primary p a {
		  color: #fff;
		  text-decoration: underline; }
	  .ftco-footer .bg-primary .aside-stretch {
		background-color: #2773fc; }
		.ftco-footer .bg-primary .aside-stretch:after {
		  background-color: #2773fc; }
		.ftco-footer .bg-primary .aside-stretch:before {
		  position: absolute;
		  top: 0;
		  right: 100px;
		  content: '';
		  width: 100px;
		  height: 100%;
		  background: #2773fc;
		  -webkit-transform: matrix(1, 0, 0.9, 1, 150, 0);
		  -ms-transform: matrix(1, 0, 0.9, 1, 150, 0);
		  transform: matrix(1, 0, 0.9, 1, 150, 0);
		  z-index: -1; }
		  
		 
		@media (max-width: 767.98px) {
		  .ftco-footer .bg-primary .aside-stretch:before {
			display: none; } 
		    .ftco-footer .ftco-footer-widget ul {
	  margin-right:10px ; }
	  .ftco-footer-widget .footer-btn{
	          margin-top:10px;
		      margin-left: 10px;
		  }
		}
  
  .ftco-footer-social li {
	list-style: none;
	margin: 0 10px 0 0;
	display: inline-block; }
	.ftco-footer-social li a {
	  height: 40px;
	  width: 40px;
	  display: block;
	  background: rgba(255, 255, 255, 0.08);
	  position: relative;
	  border-radius: 50%; }
	  .ftco-footer-social li a span {
		position: absolute;
		font-size: 20px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		color: #fff !important; }
	  .ftco-footer-social li a:hover {
		background: #2773fc; }
  
  #map {
	height: 600px;
	width: 100%; }
	@media (max-width: 767.98px) {
	  #map {
		height: 300px; } }
  
  @keyframes pulse {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgba(252, 94, 40, 0.4);
	  -webkit-box-shadow: 0 0 0 0 rgba(252, 94, 40, 0.4);
	  box-shadow: 0 0 0 0 rgba(252, 94, 40, 0.4); }
	70% {
	  -moz-box-shadow: 0 0 0 30px rgba(252, 94, 40, 0);
	  -webkit-box-shadow: 0 0 0 30px rgba(252, 94, 40, 0);
	  box-shadow: 0 0 0 30px rgba(252, 94, 40, 0); }
	100% {
	  -moz-box-shadow: 0 0 0 0 rgba(252, 94, 40, 0);
	  -webkit-box-shadow: 0 0 0 0 rgba(252, 94, 40, 0);
	  box-shadow: 0 0 0 0 rgba(252, 94, 40, 0); } }
  
  .heading-section .subheading {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #2773fc;
	letter-spacing: 2px;
	font-weight: 600; }
  
  .heading-section h2 {
	line-height: 1.2;
	font-size: 40px;
	font-weight: 700; }
	.heading-section h2 span {
	  color: #2773fc; }
	.heading-section h2 span.number {
	  color: #2773fc; }
	@media (max-width: 767.98px) {
	  .heading-section h2 {
		font-size: 28px; } }
  
  .heading-section h4 {
	font-size: 16px; }
  
  .heading-section.heading-section-white .subheading {
	color: #2773fc; }
  
  .heading-section.heading-section-white h2 {
	color: #fff; }
  
  .heading-section.heading-section-white p {
	color: rgba(255, 255, 255, 0.9); }
  
  .heading-section.heading-section-white h4 {
	color: #2773fc;
	font-weight: 500; }
  
  .img,
  .blog-img,
  .user-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; }
  
  .testimony-section {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	padding: 5em 0;
	z-index: 0; }
	.testimony-section .aside-stretch {
	  background-color: #2773fc; }
	  .testimony-section .aside-stretch:after {
		background-color: #2773fc; }
	.testimony-section.aside-stretch-right {
	  background-color: #040e26; }
	  .testimony-section.aside-stretch-right:after {
		background-color: #040e26; }
	.testimony-section .overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  content: '';
	  opacity: 0;
	  background: #2773fc;
	  z-index: -2; }
	.testimony-section:after {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  width: 58%;
	  content: '';
	  background: rgba(255, 255, 255, 0.03);
	  -webkit-transform: matrix(1, 0, 0.5, 1, 150, 0);
	  -ms-transform: matrix(1, 0, 0.5, 1, 150, 0);
	  transform: matrix(1, 0, 0.5, 1, 150, 0);
	  z-index: -1; }
	.testimony-section .owl-carousel {
	  margin: 0; }
	.testimony-section .owl-carousel .owl-stage-outer {
	  padding-top: 0;
	  padding-bottom: 0;
	  position: relative; }
	.testimony-section .owl-nav {
	  position: absolute;
	  bottom: 60px !important;
	  left: 0;
	  right: 0;
	  margin: 0 auto; }
	  @media (max-width: 991.98px) {
		.testimony-section .owl-nav {
		  display: none; } }
	  .testimony-section .owl-nav .owl-prev,
	  .testimony-section .owl-nav .owl-next {
		position: absolute;
		width: 60px;
		height: 60px;
		background: #fff !important;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		-webkit-transition: all 0.7s ease;
		-ms-transition: all 0.7s ease;
		transition: all 0.7s ease;
		opacity: 1; }
		.testimony-section .owl-nav .owl-prev span:before,
		.testimony-section .owl-nav .owl-next span:before {
		  font-size: 20px;
		  margin-top: 7px;
		  color: #000000; }
	  .testimony-section .owl-nav .owl-prev {
		top: 0 !important;
		right: 0 !important; }
		@media (min-width: 992px) {
		  .testimony-section .owl-nav .owl-prev {
			right: 61px !important; } }
		.testimony-section .owl-nav .owl-prev:hover, .testimony-section .owl-nav .owl-prev:focus {
		  background: #000000 !important;
		  outline: none !important; }
		  .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before {
			font-size: 20px;
			margin-top: 7px;
			color: #fff; }
	  .testimony-section .owl-nav .owl-next {
		top: 0 !important;
		right: 0 !important; }
		@media (min-width: 992px) {
		  .testimony-section .owl-nav .owl-next {
			right: 0 !important; } }
		.testimony-section .owl-nav .owl-next:hover, .testimony-section .owl-nav .owl-next:focus {
		  background: #000000 !important;
		  outline: none !important; }
		  .testimony-section .owl-nav .owl-next:hover span:before, .testimony-section .owl-nav .owl-next:focus span:before {
			font-size: 24px;
			margin-top: 7px;
			color: #fff; }
	.testimony-section .owl-dots {
	  text-align: left; }
	  .testimony-section .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		margin: 5px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.3); }
		.testimony-section .owl-dots .owl-dot.active {
		  background: #fff; }
  
  .testimony-wrap {
	display: block;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	padding: 0;
	margin-bottom: 0;
	z-index: 0; }
	.testimony-wrap .user-img {
	  width: 70px;
	  height: 70px;
	  border-radius: 50%;
	  position: relative;
	  background-position: top center; }
	  .testimony-wrap .user-img .quote {
		position: absolute;
		bottom: -10px;
		right: 0;
		width: 30px;
		height: 30px;
		background: #2773fc;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%; }
		.testimony-wrap .user-img .quote i {
		  color: #fff; }
	.testimony-wrap .text {
	  width: calc(100% - 100px); }
	.testimony-wrap .name {
	  font-weight: 500;
	  margin-bottom: 0;
	  color: #fff; }
	.testimony-wrap .position {
	  font-size: 18px;
	  color: #2773fc;
	  font-size: 12px;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  font-weight: 500; }
  
  .ftco-counter {
	overflow-x: hidden;
	position: relative; }
	.ftco-counter .image-overlay {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  width: 50%; }
	  @media (max-width: 767.98px) {
		.ftco-counter .image-overlay {
		  width: 100%; } }
	@media (max-width: 1199.98px) {
	  .ftco-counter {
		background-position: center center !important; } }
	.ftco-counter .block-18 {
	  display: block;
	  width: 100%;
	  margin-bottom: 5px;
	  background: rgba(0, 0, 0, 0.05);
	  color: #fff;
	  /* padding: 10px 20px;
	  position: relative; */
	  z-index: 0; }
	  @media (max-width: 767.98px) {
		.ftco-counter .block-18 {
		  width: 100%; }
	  }
	  .ftco-counter .block-18.bg-primary {
		background: #2773fc; }
		.ftco-counter .block-18.bg-primary .icon span {
		  color: #fff; }
		.ftco-counter .block-18.bg-primary .text .number {
		  color: #fff; }
		.ftco-counter .block-18.bg-primary .text span {
		  color: rgba(255, 255, 255, 0.8); }
	.ftco-counter .icon {
	  width: 70px;
	  height: 100px; }
	  .ftco-counter .icon span {
		color: #2773fc;
		font-size: 50px; }
	.ftco-counter .text {
	  width: 100% }
	  .ftco-counter .text strong.number {
		font-weight: 700;
		font-size: 100px;
		color: #fff;
		display: block; }
		@media (max-width: 767.98px) {
		    .ftco-counter .text strong.number {
		font-size: 40px; }
		}
	  .ftco-counter .text span {
		display: block;
		font-size: 14px;
		font-weight: 600;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: 0;
		text-transform: uppercase;
		letter-spacing: 1px; }
  
  .block-2 {
	margin-bottom: 0;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	margin-bottom: 30px; }
	@media (max-width: 991.98px) {
	  .block-2 {
		margin-bottom: 20px; } }
	.block-2:hover .back, .block-2.hover .back {
	  -webkit-transform: rotateY(0deg);
	  -moz-transform: rotateY(0deg);
	  -o-transform: rotateY(0deg);
	  -ms-transform: rotateY(0deg);
	  transform: rotateY(0deg); }
	.block-2:hover .front, .block-2.hover .front {
	  -webkit-transform: rotateY(180deg);
	  -moz-transform: rotateY(180deg);
	  -o-transform: rotateY(180deg);
	  transform: rotateY(180deg); }
	.block-2, .block-2 .front, .block-2 .back {
	  width: 100%;
	  height: 300px; }
	.block-2 .flipper {
	  -webkit-transition: 0.3s;
	  -webkit-transform-style: preserve-3d;
	  -ms-transition: 0.3s;
	  -moz-transition: 0.3s;
	  -moz-transform: perspective(1000px);
	  -moz-transform-style: preserve-3d;
	  -ms-transform-style: preserve-3d;
	  -webkit-transition: 0.6s;
	  -o-transition: 0.6s;
	  transition: 0.6s;
	  transform-style: preserve-3d;
	  position: relative; }
	.block-2 .front, .block-2 .back {
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	  backface-visibility: hidden;
	  border-radius: 0px;
	  -webkit-transition: 0.3s;
	  -webkit-transform-style: preserve-3d;
	  -webkit-transform: rotateY(0deg);
	  -moz-transition: 0.3s;
	  -moz-transform-style: preserve-3d;
	  -moz-transform: rotateY(0deg);
	  -o-transition: 0.3s;
	  -o-transform-style: preserve-3d;
	  -o-transform: rotateY(0deg);
	  -ms-transition: 0.3s;
	  -ms-transform-style: preserve-3d;
	  -ms-transform: rotateY(0deg);
	  transition: 0.3s;
	  transform-style: preserve-3d;
	  transform: rotateY(0deg);
	  position: absolute;
	  top: 0;
	  left: 0; }
	.block-2 .front {
	  -webkit-transform: rotateY(0deg);
	  -ms-transform: rotateY(0deg);
	  background: lightgreen;
	  z-index: 2;
	  background-size: cover;
	  background-position: center center;
	  background-repeat: no-repeat; }
	  .block-2 .front:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: .7;
		background: rgba(255, 255, 255, 0);
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.4)));
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
		background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
		background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(38%, rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.4)));
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 38%, rgba(0, 0, 0, 0.4) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 ); }
	  .block-2 .front .box {
		position: absolute;
		bottom: 0;
		left: 20px;
		right: 20px;
		bottom: 20px; }
		.block-2 .front .box h2, .block-2 .front .box p {
		  color: #fff;
		  margin: 0;
		  padding: 0;
		  line-height: 1.5; }
		.block-2 .front .box h2 {
		  font-size: 20px;
		  font-weight: 600; }
		.block-2 .front .box p {
		  font-size: 12px; }
	.block-2 .back {
	  background: #2773fc;
	  -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
	  box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
	  -webkit-transform: rotateY(-180deg);
	  -moz-transform: rotateY(-180deg);
	  -o-transform: rotateY(-180deg);
	  -ms-transform: rotateY(-180deg);
	  transform: rotateY(-180deg); }
	.block-2 .back p {
	  position: absolute;
	  top: 40px;
	  left: 0;
	  right: 0;
	  text-align: center;
	  padding: 0 20px;
	  font-size: 16px;
	  color: rgba(255, 255, 255, 0.9); }
	.block-2 .author {
	  bottom: 0;
	  position: absolute;
	  bottom: 20px;
	  left: 20px;
	  right: 20px; }
	  .block-2 .author .image {
		width: 150px; }
		.block-2 .author .image img {
		  border-radius: 5px;
		  max-width: 100%; }
	  .block-2 .author .name {
		color: #fff;
		font-weight: 600; }
	  .block-2 .author .position {
		display: block;
		color: rgba(255, 255, 255, 0.9);
		font-size: 13px;
		font-family: "Roboto", Arial, sans-serif;
		font-weight: normal; }
	@media (max-width: 991.98px) {
	  .block-2 .back {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg); }
	  .block-2 .front {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-o-transform: rotateY(180deg);
		transform: rotateY(180deg); } }
  
  .block-20 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 250px;
	width: 100%;
	position: relative;
	display: block; }
  
  .blog-entry {
	width: 100%;
	margin-bottom: 40px; }
	@media (max-width: 767.98px) {
	  .blog-entry {
		margin-bottom: 30px; } }
	.blog-entry .text {
	  position: relative;
	  border-top: 0;
	  border-radius: 2px;
	  width: 100%;
	  background: #fff;
	  padding: 20px 30px; }
	  .blog-entry .text .tag {
		color: #b3b3b3; }
	  .blog-entry .text .heading {
		font-size: 20px;
		margin-bottom: 16px;
		font-weight: 700; }
		.blog-entry .text .heading a {
		  color: #000000; }
		  .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
			color: #2773fc; }
	.blog-entry .meta {
	  display: inline-block;
	  position: absolute;
	  top: -33px;
	  background: #2773fc;
	  padding: 0 10px; }
	  .blog-entry .meta p {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 500; }
		.blog-entry .meta p a {
		  color: #fff;
		  font-size: 12px; }
		  .blog-entry .meta p a:hover {
			color: black; }
  
  .block-23 ul {
	padding: 0; }
	.block-23 ul li, .block-23 ul li > a {
	  display: table;
	  line-height: 1.5;
	  margin-bottom: 15px; }
	.block-23 ul li span {
	  color: rgba(255, 255, 255, 0.5); }
	.block-23 ul li .icon, .block-23 ul li .text {
	  display: table-cell;
	  vertical-align: top; }
	.block-23 ul li .icon {
	  width: 40px;
	  font-size: 18px;
	  padding-top: 2px;
	  color: black; }
  
  .block-6 .media-body p {
	font-size: 16px; }
  
  .block-27 ul {
	padding: 0;
	margin: 0; }
	.block-27 ul li {
	  display: inline-block;
	  margin-bottom: 4px;
	  font-weight: 400; }
	  .block-27 ul li a, .block-27 ul li span {
		color: #040e26;
		text-align: center;
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50%;
		border: 1px solid #cccccc; }
	  .block-27 ul li.active a, .block-27 ul li.active span {
		background: #040e26;
		color: #fff;
		border: 1px solid transparent; }
  
  .contact-section .img {
	width: 100%;
	background-position: top center; }
	
	.singleblog-section .img{
	    	width: 100%;
	background-position: top center;
	height:450px;
	}
	
	.singleblog-section .meta {
	  display: inline-block;
	  background: #2773fc;
	  padding: 10px 20px;
	  margin-bottom: 10px;}
	 .singleblog-section .meta p {
		display: inline-block;
		margin-right: 0px;
		margin-bottom: 0px;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: 500; }
		.singleblog-section fa{
		    font-size:16px;
		}
		.singleblog-section .meta p a {
		  color: #fff;
		  font-size: 16px;
		  margin-right:10px;}
		.singleblog-section .meta p a:hover {
			color: black; }
  
  .contact-section .contact-form {
	width: 100%;
	border-radius: 5px;
	background: #f8f9fa; }
	@media (max-width: 767.98px) {
	    .contact-section .text p{
	        font-size:12.5px;
	        margin-top: 5px;
	    }
	  .contact-section .contact-form .btn-primary {
		display: block;
		width: 100%; } }
	.contact-section .contact-form .form-control {
	  border: none;
	  border: 1px solid rgba(0, 0, 0, 0.1);
	  padding: 10px 20px; }
	.contact-section .contact-form .form-control {
	  height: 36px;
	  background: #fff !important;
	  color: rgba(0, 0, 0, 0.5);
	  font-size: 14px;
	  border-radius: 2px;
	  -webkit-box-shadow: none !important;
	  box-shadow: none !important;
	  border: none; }
	  .contact-section .contact-form .form-control::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: rgba(0, 0, 0, 0.8) !important; }
	  .contact-section .contact-form .form-control::-moz-placeholder {
		/* Firefox 19+ */
		color: rgba(0, 0, 0, 0.8) !important; }
	  .contact-section .contact-form .form-control:-ms-input-placeholder {
		/* IE 0+ */
		color: rgba(0, 0, 0, 0.8) !important; }
	  .contact-section .contact-form .form-control:-moz-placeholder {
		/* Firefox 18- */
		color: rgba(0, 0, 0, 0.8) !important; }
	  .contact-section .contact-form .form-control:focus, .contact-section .contact-form .form-control:active {
		border-color: #2773fc !important; }
	.contact-section .contact-form textarea.form-control {
	  height: inherit !important; }
  
  .dbox {
	width: 100%;
	margin-bottom: 0px; }
	@media (max-width: 767.98px) {
	  .dbox {
		margin-bottom: 25px !important;
		padding: 0 20px; } }
	.dbox p {
	  margin-bottom: 0; }
	  .dbox p span {
		font-weight: 500;
		color: #000000; }
	  .dbox p a {
		color: #2773fc; }
	.dbox .icon {
	  width: 50px;
	  height: 50px;
	  background: rgba(0, 0, 0, 0.05);
	  margin: 0 auto;
	  margin-bottom: 20px; }
	  .dbox .icon span {
		font-size: 20px;
		color: #2773fc; }
	.dbox .text {
	  width: calc(100% - 50px);
	  padding-left: 15px; }
	  .dbox .text span {
		display: block;
		line-height: 1.2; }
  
  #map {
	width: 100%; }
	@media (max-width: 767.98px) {
	  #map {
		height: 300px; } }
  
  .block-9 .form-control {
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 15px; }
  
  .block-21 .blog-img {
	display: block;
	height: 80px;
	width: 80px; }
  
  .block-21 .text {
	width: calc(100% - 100px); }
	.block-21 .text .heading {
	  font-size: 18px;
	  font-weight: 400; }
	  .block-21 .text .heading a {
		color: #000000; }
		.block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
		  color: #2773fc; }
	.block-21 .text .meta > div {
	  display: inline-block;
	  margin-right: 5px; }
	  .block-21 .text .meta > div a {
		text-transform: uppercase;
		font-size: 12px;
		color: #b3b3b3; }
  
  .about-author .desc h3 {
	font-weight: 700;
	font-size: 20px; }
  
  /* Blog*/
  
  .tagcloud a {
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 7px;
	margin-right: 4px;
	border-radius: 4px;
	color: #2773fc;
	border: 1px solid #f2f2f2;
	font-size: 11px;
	background: #f2f2f2;
	font-weight: 500; }
	.tagcloud a:hover {
	  border: 1px solid #000; }
  
  .comment-form-wrap {
	clear: both; }
  
  .comment-list {
	padding: 0;
	margin: 0; }
	.comment-list .children {
	  padding: 50px 0 0 40px;
	  margin: 0;
	  float: left;
	  width: 100%; }
	.comment-list li {
	  padding: 0;
	  margin: 0 0 30px 0;
	  float: left;
	  width: 100%;
	  clear: both;
	  list-style: none; }
	  .comment-list li .vcard {
		width: 80px;
		float: left; }
		.comment-list li .vcard img {
		  width: 50px;
		  border-radius: 50%; }
	  .comment-list li .comment-body {
		float: right;
		width: calc(100% - 80px); }
		.comment-list li .comment-body h3 {
		  font-size: 20px;
		  font-weight: 700; }
		.comment-list li .comment-body .meta {
		  text-transform: uppercase;
		  font-size: 13px;
		  letter-spacing: .1em;
		  color: #ccc;
		  color: #2773fc;
		  display: block;
		  margin-bottom: 10px;
		  font-weight: 500; }
		.comment-list li .comment-body .reply {
		  padding: 5px 10px;
		  background: #e6e6e6;
		  background: #2773fc;
		  color: #fff;
		  text-transform: uppercase;
		  font-size: 11px;
		  letter-spacing: .1em;
		  font-weight: 400;
		  border-radius: 4px; }
		  .comment-list li .comment-body .reply:hover {
			color: #fff;
			background: black; }
  
  .search-form {
	background: #f2f2f2;
	padding: 10px;
	border-radius: 4px; }
	.search-form .form-group {
	  position: relative;
	  margin-bottom: 0; }
	  .search-form .form-group input {
		padding-right: 50px;
		font-size: 14px;
		border: 1px solid rgba(0, 0, 0, 0); }
	.search-form .icon {
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%); }
  
  .sidebar-box {
	margin-bottom: 30px;
	padding: 25px;
	font-size: 15px;
	width: 100%; }
	.sidebar-box h3 {
	  font-size: 18px;
	  margin-bottom: 15px; }
	.sidebar-box .heading-sidebar {
	  font-weight: 500;
	  margin-bottom: 20px; }
  
  .categories {
	padding: 0;
	margin: 0; }
	.categories li {
	  position: relative;
	  margin-bottom: 10px;
	  padding-bottom: 10px;
	  border-bottom: 1px solid #dee2e6;
	  list-style: none; }
	  .categories li:last-child {
		margin-bottom: 0;
		border-bottom: none;
		padding-bottom: 0; }
	  .categories li a {
		display: block;
		color: #1a1a1a; }
		.categories li a span {
		  position: absolute;
		  right: 0;
		  top: 0;
		  color: #ccc; }
	  .categories li.active a {
		color: #000000;
		font-style: italic; }
  
  .image-popup {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }
  
  .mfp-with-zoom .mfp-container,
  .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; }
  
  .mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1; }
  
  .mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8; }
  
  .mfp-with-zoom.mfp-removing .mfp-container,
  .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0; }
  
  #ftco-loader {
	position: fixed;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000; }
  
  #ftco-loader.fullscreen {
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none; }
  
  #ftco-loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1; }
  
  #ftco-loader .circular {
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg); }
  
  #ftco-loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: loader-dash 1.5s ease-in-out infinite;
	animation: loader-dash 1.5s ease-in-out infinite;
	stroke-linecap: round; }
  
  @keyframes loader-rotate {
	100% {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg); } }
  
  @keyframes loader-dash {
	0% {
	  stroke-dasharray: 1, 200;
	  stroke-dashoffset: 0; }
	50% {
	  stroke-dasharray: 89, 200;
	  stroke-dashoffset: -35px; }
	100% {
	  stroke-dasharray: 89, 200;
	  stroke-dashoffset: -136px; } }
  
  .modal-dialog {
	max-width: 450px; }
  
  .modal-content {
	border: none;
	position: relative;
	padding: 0 !important;
	-webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
	.modal-content .modal-header {
	  position: relative;
	  padding: 0;
	  border: none; }
	.modal-content button.close {
	  position: absolute;
	  top: 0;
	  right: 0;
	  padding: 0;
	  margin: 0;
	  width: 40px;
	  height: 40px;
	  z-index: 1;
	  color: #2773fc;
	  font-size: 14px; }
	.modal-content .modal-body {
	  border: none; }
  
	  .text-white{color:#fff}
  
  /* Accordians */
  .single-accordion.panel {
	
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.04);
	  box-shadow: 0px 3px 15px 2px rgba(0, 0, 0, 0.04); width: 100%; margin-bottom: 10px;}
  
  .single-accordion:last-of-type {
	margin-bottom: 0; }
  .single-accordion h6 {
	margin-bottom: 0;
	text-transform: uppercase; }
	.single-accordion h6 a {
	  background-color: transparent;
	  border-radius: 0;
	  color: #0D73FC;
	  display: block;
	  margin: 0;
	  padding: 20px 20px 20px 20px;
	  position: relative;
	  font-size: 20px;
	  text-transform: capitalize;
	  font-weight: 700; }
	  @media only screen and (max-width: 767px) {
		.single-accordion h6 a {
		  font-size: 16px; } }
	.single-accordion h6 a span {
		font-size: 24px;
		position: absolute;
		right: 20px;
		text-align: center;
		top: 20px; color: #0D73FC;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
	.single-accordion h6 a span.accor-open {
		  opacity: 0; -webkit-transform: rotate(-90deg);
		  -ms-transform: rotate(-90deg);
		  transform: rotate(-90deg);}
	.single-accordion h6 a.collapsed {
		color: #303030; }
	.single-accordion h6 a.collapsed span.accor-close {
		  opacity: 0; }
	.single-accordion h6 a.collapsed span.accor-open {
		  opacity: 1; }
    .single-accordion .accordion-content {
	border-top: 0 solid transparent;
	box-shadow: none; }
	.single-accordion .accordion-content p {
	  padding:10px 20px;
	  margin-bottom: 0; }
	  .blogBg{ background-color: #eff8fd; 
	  min-height: 508px; 
	  align-items: center; 
	  display: flex;}
	  .blogBg .heading-section{
	       padding-top: 10rem;
	  }
	   @media only screen and (max-width: 767px) {
		.blogBg .heading-section{
	       padding-top: 2rem;
	  }
 
}
	 
  
	  .partner img{max-height: 80px;}
	  .partner .cli{ padding: 10px; border:1px solid #ccc; align-items: center; text-align: center;}
	  .partner .cli:hover{filter: grayscale(1); box-shadow: 4px 4px 4px #0000002a; } 
	  
	  .input-img {
          padding:10px;
      }
      .input-img img{
          max-height: 170px;
      }
@media only screen and (max-width: 767px) {
		
 .input-img img{
          max-height: 100px;
      }
}
      .input-img .cli{ padding: 10px; border:1px solid #ccc; align-items: center; text-align: center;}
	  .input-img .cli:hover{filter: grayscale(1); box-shadow: 4px 4px 4px #0000002a; } 
	  
	  
	  /* video section */
  .video-section {
	  position: relative;
  }
  
  .video-section .img-holder {
	  position: relative;
	  height: 320px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	background-image: url(../images/WSJ.jpg);
	background-size: cover;
	background-repeat: no-repeat;
  }
  
  @media only screen and (min-width: 768px) {
	  .video-section .img-holder {
		  height: 450px;
	  }
  }
  
  @media only screen and (min-width: 992px) {
	  .video-section .img-holder {
		  height: 550px;
	  }
  }
  
  @media only screen and (min-width: 1200px) {
	  .video-section .img-holder {
		  height: 500px;
	  }
  }
  
  .video-section .img-bg {
	  z-index: -1;
  }
  
  .video-section .fancy-video {
	  display: -webkit-inline-box;
	  display: -ms-inline-flexbox;
	  display: inline-flex;
	  color: #FFF;
	  font-size: 18px;
	  height: 60px;
	  width: 60px;
	  border-radius: 50%;
	  background-color: #25272A;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  justify-content: center;
	  text-decoration: none;
	  position: relative;
	  z-index: 2;
	  -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	  -o-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  @media only screen and (min-width: 768px) {
	  .video-section .fancy-video {
		  height: 80px;
		  width: 80px;
	  }
  }
  
  .video-section .fancy-video:hover {
	  background-color: #0D73FC;
  }
  
  .video-section .text {
	  color: #FFF;
	  font-weight: 700;
	  position: relative;
	  z-index: 2;
	  margin-top: 20px;
  }
  
  .video-section .overlay {
	  background-color: rgba(13, 115, 252, 0.6);
	  position: absolute;
	  height: 100%;
	  width: 100%;
	  top: 0;
	  right: 0;
	  -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	  -o-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .teleLink{
	  color: #000000;
	  font-weight: 600;
	  font-size: 13px;
  }
  
  
  /* Card Themes - Start */
  .basic .pricing-header {
	background-color: #4b7bec;
  }
  .basic .price-circle {
	border: 10px solid #040e26;
	transition: all 0.4s;
  }
  .basic:hover .price-circle {
	border-width: 5px;
  }
  .basic .buy-now:hover {
	background-image: none !important;
	background-color: #4b7bec !important;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
  }
  .br-primary{
	border-color: var(--primary)!important;
  }
  .echo .pricing-header {
	background-color: #f7b731;
  }
  .echo .price-circle {
	border: 10px solid #f7b731;
	transition: all 0.4s;
  }
  .echo:hover .price-circle {
	border-width: 5px;
  }
  .echo .buy-now:hover {
	background-image: none !important;
	background-color: #f7b731 !important;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
  }
  
  .pro .pricing-header {
	background-color: #26de81;
  }
  .pro .price-circle {
	border: 10px solid #26de81;
	transition: all 0.4s;
  }
  .pro:hover .price-circle {
	border-width: 5px;
  }
  .pro .buy-now:hover {
	background-image: none !important;
	background-color: #26de81 !important;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
  }
  
  .business .pricing-header {
	background-color: #a55eea;
  }
  .business .price-circle {
	border: 10px solid #a55eea;
	transition: all 0.4s;
  }
  .business:hover .price-circle {
	border-width: 5px;
  }
  .business .buy-now:hover {
	background-image: none !important;
	background-color: #a55eea !important;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
  }
  
  /* Card Themes - End */
  
  .column {
	flex: 25%;
	padding: 10px;
	width: calc(33.3% - 30px);
	box-sizing: border-box;
  }
  @media screen and (max-width: 980px) {
	.column {
	  flex: 50%;
	  display: block;
	}
  }
  @media screen and (max-width: 700px) {
	.column {
	  flex: 100%;
	  display: block;
	}
  }
  
  /* Pricing table - Starts */
  #pricing_price_table{
      padding-left:350px;
  }
  #pricing_price_table .pricing_content{
	  background-color: #f2f2f2;
  }
  
  #pricing_price_table .pricing_content .pricing_head_price .pricing_head_content .head_bg{
	  border-color: #040e26 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e273c;
  }
  
  #pricing_price_table .pricing_content .pricing_head_price .pricing_head_content .head span{
	  color: #fff;
  }
  
  #pricing_price_table .pricing_content .pricing_head_price .pricing_price_tag .price .sign{
	  color: #383838;
  }
  
  #pricing_price_table .pricing_content .pricing_head_price .pricing_price_tag .price .currency{
	  color: #383838;
  }
  
  #pricing_price_table .pricing_content .pricing_feature_list ul li{
	  color: #66666;
  }
  
  #pricing_price_table .pricing_content .pricing_feature_list ul li span{
	  color: #383838;
  }
  
  
  #pricing_price_table .pricing_content:hover .pricing_head_price .pricing_head_content .head_bg{
	  border-color: #5e8eff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4b7bec;
	  color: #fff;
  }
  
  #pricing_price_table .pricing_content:hover .pricing_head_price .pricing_head_content .head span,
  #pricing_price_table .pricing_content.active .pricing_head_price .pricing_head_content .head span{
	  color: #fff;
  }
  
  #pricing_price_table .pricing_content{
	  overflow: hidden;
	  position: relative;
	  text-align: center;
  }
  
  #pricing_price_table .pricing_content .pricing_head_price {
	  margin: 0 0 20px 0;
  }
  
  #pricing_price_table .pricing_content .pricing_head_price .pricing_head_content{
	  margin: 0 0 50px 0;
  }
  
  #pricing_price_table .pricing_content .pricing_head_price .pricing_head_content .head_bg{
	  border-style: solid;
	  border-width: 100px 1411px 23px 399px;
	   position: absolute;
  }
  
  #pricing_price_table .pricing_content .pricing_head_price .pricing_head_content .head{
	  padding-top: 40px;
	  position: relative;
	  z-index: 1;
  }
  
  #pricing_price_table .pricing_content .pricing_head_price .pricing_head_content .head span{
	  font-size: 28px;
	  font-weight: 500;
	  letter-spacing: 2px;
	  margin: 0;
	  padding: 0;
	  text-transform: uppercase;
  }
  
  #pricing_price_table .pricing_content .pricing_head_price .pricing_price_tag .price{
	  display: block;
  }
  
  #pricing_price_table .pricing_content .pricing_head_price .pricing_price_tag .price .sign{
	  display: inline-block;
	  font-size: 28px;
	  font-weight: 600;
	  vertical-align: middle;
  }
  
  #pricing_price_table .pricing_content .pricing_head_price .pricing_price_tag .price .currency{
	  font-size: 60px;
	  font-weight: 500;
	  letter-spacing: -2px;
	  line-height: 60px;
	  padding: 0;
	  vertical-align: middle;
  }
  
  #pricing_price_table .pricing_content .pricing_feature_list ul{
	  list-style: none;
	  padding: 0px 30px;
	  margin: 0;
  }
  
  #pricing_price_table .pricing_content .pricing_feature_list ul li{
	  font-size: 18px;
	  padding: 15px 0;
	  transition: all 0.3s ease-in-out 0s;
  }
  
  #pricing_price_table .pricing_content .pricing_feature_list ul li .fa{
	  padding: 0 10px;
  }
  #pricing_price_table .pricing_content .pricing_price_btn{
	  margin: 20px 0 32px;
  }
  
  @media (max-width: 767px) {
      #pricing_price_table{
      padding-left:10px;
  }
	  #pricing_price_table .pricing_content{
		  margin-bottom:75px;
	  }
	    #pricing_price_table .pricing_content .pricing_head_price .pricing_head_content .head span{
	  font-size: 24px;
  }
  #pricing_price_table .pricing_content .pricing_head_price .pricing_head_content .head{
	  padding: 20px;
  }
  #pricing_price_table .pricing_content .pricing_feature_list ul li{
	  font-size: 14px;
	  padding: 10px 0;
  }
  }
  @media (min-width: 768px) and (max-width: 991px) {
	  #pricing_price_table .col-md-3{
		  float:left;
		  width:50%;
	  }
	  #pricing_price_table .col-md-4{
		  float:left;
		  width:50%;
	  }	
	  #pricing_price_table .pricing_content{
		  margin-bottom:75px;
	  }
  }
  /* Pricing table - Ends */
  
  
  #blogDetails .heading-section {
	  background-color: #fff;
	  padding: 20px;
  }
  
  /* Amar start dt 28-01-2025 */
  .FlexItem {
	  display: flex;
	  flex-wrap: wrap;
	  /* width: 232px; */
	  flex-direction: row;
	  align-items: center;
	  justify-content: center;
  }
  
	  .FlexItem .ThumbImg {
		  width: 19%;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  position: relative;
		  border: 1px solid #cdcdcd;
		  height: 100%;
		  margin: 5px;
	  }
  
		  .FlexItem .ThumbImg img {
			  width: 100%;
		  }
  
	  .FlexItem img {
		  /* height: 220px; */
		  /* object-fit: cover; */
		  padding: 5px;
		  cursor: pointer;
	  }
  
  .MyMdl .modal-title {
	  margin-top: 9px;
	  margin-left: 15px;
	  margin-bottom: 0;
	  font-weight: bold;
	  display: none;
  }
  
  .MyMdl .close span {
	  font-size: 25px;
	  color: red;
  }
  
  .MyMdl .modal-body {
	  padding: 2rem;
  }
  
  
  @media (max-width: 767px) {
	  .FlexItem .ThumbImg {
		  width: 46%;
	  }
  
	  .FlexItem .ThumbImg {
		  height: 157px;
	  }
  }
  
  .payment-logo{
      margin-left:80px;
  }
   .payment-logo img{
      width:15%;
      margin-left:10px;
  }
    @media (max-width: 767px) {
	  .payment-logo{
      margin-left:0px;
      text-align: center;
  }
   .payment-logo img{
      width:80%;
      margin-left:30px;
  }
  }
