.header {
	overflow: hidden;
}

main {
	float: left;
	width: 100%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.ph0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.ph45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pv45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.ph65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.pv65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.min-fullHeight {
  min-height: 100%;
}

ul li, ol li {
  line-height: 3rem;
}

.no-bg-color {
  background-color: transparent !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-exlight-grey {
  background-color: #F5F5F5;
}

.lightgrey-color {
  color: #A1A0A0;
}

.bg-primarycolor {
  background-color: #1d1d1b;
}

.bg-lightpink {
  background-color: #f4777c52;
}

.text-grey {
  color: #666666;
}

.text-lightgreen {
  color: #3CC753;
}

.text-semilight-grey {
  color: #A1A0A0;
}

.text-black {
  color: #000000;
}

.text-primary-color {
  color: #1d1d1b;
}

.text-secondary-color {
  color: #EF7F1B;
}

.text-yellow {
  color: #F7CE06;
}

.text-secondary-link {
  color: #EF7F1B;
}

.text-secondary-link:hover {
  color: #000000;
}

.lightred-color {
  background-color: #f4777c;
}

.cursor-pointer {
  cursor: pointer;
}

.lh-normal {
  line-height: normal;
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

a:focus, input:focus, button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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


.fullHeight {
  height: 100%;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

p {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 2.6rem;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.font-regular {
  font-weight: 400 !important;
}

.font-semilight {
  font-weight: 500 !important;
}

.font-semiBold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500;
}

.font-semiBold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-size-16 {
  font-size: 1.6rem;
}

.font-size-18 {
  font-size: 1.8rem;
}

.font-size-20 {
  font-size: 2rem;
}

.font-size-22 {
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .font-size-22 {
    font-size: 1.6rem;
  }
}

.font-size-24 {
  font-size: 2.4rem;
}

.font-size-40 {
  font-size: 4rem;
}

.fullHeight-vh {
  height: 100vh;
}

@media (min-width: 1025px) {
  .fullHeight-lg-vh {
    height: 100vh;
  }
}

.mt--20 {
  margin-top: -20px;
}

.mt--30 {
  margin-top: -30px;
}

.mt--40 {
  margin-top: -40px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--80 {
  margin-top: -80px;
}

.mt--100 {
  margin-top: -100px;
}

.logo-circle {
  top: -40px;
}

.bg-1 {
  background: url(../../assets/images/bg.jpg) no-repeat fixed top center;
  background-size: cover;
}

.bg-2 {
  background: url(/assets/images/about-06.jpg) no-repeat fixed top center;
  background-size: cover;
}

.white-logo img {
  margin-top: -40px;
}

.zoom-h-img {
  overflow: hidden;
  position: relative;
}

.zoom-h-img img {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: 100%;
}

.left-spacing {
  padding-left: 220px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .left-spacing {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .left-spacing {
    padding-left: 0;
  }
}

.box-white {
  background-color: #ffffff;
}

.color-grey {
  color: #666666;
}

.zoom-h-img {
  display: block;
}

.zoom-h-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-light-grey {
  color: #C4C4C4;
}

.text-secondary-color {
  color: #EF7F1B;
}

.f-weight-500 {
  font-weight: 500;
}

.fullHeight {
  height: 100%;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

.btn-dark {
  background-color: #000000;
  border-color: #000000;
  font-size: 1.4rem;
}

.btn-dark:hover {
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.btn-gold {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-color: #1d1d1b;
  color: #ffffff;
}

.btn-gold:hover, .btn-gold:focus, .btn-gold:active {
  background-color: #000000;
  color: #ffffff;
}

.modal-backdrop.show {
  background-color: #8A8C8E;
  opacity: 0.85;
}

.mt--5 {
  margin-top: -5px;
}

.mt--8 {
  margin-top: -8px;
}

.top--5 {
  top: -5px;
}

.top--10 {
  top: -10px;
}

.border-color-black {
  border-color: #000000 !important;
}

.border-top-dash {
  border-top: 1px dashed #000000;
}

.border-bottom-solid {
  border-bottom: 1px solid #666666;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-black-holo {
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border: 1px #000000 solid;
  background-color: #ffffff;
  color: #000000;
  font-size: 1.6rem;
}

.btn-black-holo:hover {
  background-color: #000000;
  color: #ffffff;
}

.page-link {
  color: #1d1d1b;
}

.page-link:hover {
  color: #666666;
}

.page-link:focus {
  color: #1d1d1b;
}

.page-item.active .page-link {
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

.tooltip {
  z-index: 1000 !important;
}

.lab_Details .red_scrollbar {
  max-height: 486px;
  overflow-x: hidden;
}

.top-bottom-0 {
  top: 0;
  bottom: 0;
}

.right-0 {
  right: 0;
}

.column-2-listing {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

[disabled] {
  pointer-events: none;
}

.border-primary-color {
  border-color: #1d1d1b !important;
}

.border-radius-0-top-lr {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

ol.terms-condition-ol-list {
  font-size: 1.6rem;
}

ol.terms-condition-ol-list li {
  margin-bottom: 15px;
}

.ul-list {
  list-style: disc;
}

.ul-list li {
  margin-left: 40px;
}

.dropdown-menu.end {
  right: 0 !important;
  left: auto !important;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-25 {
  font-size: 2.5rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-40 {
  font-size: 4rem;
}

.fs-50 {
  font-size: 5rem;
}

.fs-60 {
  font-size: 6rem;
}

.fs-70 {
  font-size: 7rem;
}

.fs-80 {
  font-size: 8rem;
}

.fs-90 {
  font-size: 9rem;
}

.fs-100 {
  font-size: 10rem;
}

.img-fluid {
  -o-object-fit: cover;
     object-fit: cover;
}

.right--15 {
  right: -15px;
}

.bottom--15 {
  bottom: -15px;
}

.w-20-px {
  width: 20px;
}

.w-30-px {
  width: 30px;
}

.w-40-px {
  width: 40px;
}

.w-60-px {
  width: 60px;
}

.h-20-px {
  height: 20px;
}

.h-30-px {
  height: 30px;
}

.h-40-px {
  height: 40px;
}

.h-60-px {
  height: 60px;
}

.bg-primary-color {
  background-color: #1d1d1b;
}

.bg-secondary-color {
  background-color: #EF7F1B;
}

.bg-yellow-color {
  background-color: #F7CE06;
}

.pagination .page-link {
  padding-left: 15px;
  padding-right: 15px;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.text-link-black {
  color: #000000;
}

.text-link-black:hover {
  color: #1d1d1b;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .text-xs-left {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-xs-left {
    text-align: left !important;
  }
}

.bg-grey {
	background-color: #e5e5e5;
}

.who-we-are p, 
.viewﬁnder-content p{
  font-size: 1.8rem !important;
}

.who-we-are {
	color: #191919;
}

.who-we-are,
.who-we-are .row,
.book-showcase .row {
	display: flex;
    flex-wrap: wrap;
}

.align-self-center {
    align-self: center!important;
}

.overflow-hidden {
	overflow: hidden;
}

@media (max-width: 767px) {
  .who-we-are {
    padding: 0;
  }
}

.who-we-are .logo-area {
  position: relative;
}

.who-we-are .logo-area .logo-dots, .who-we-are .logo-area .logo-lines {
  scroll-behavior: smooth;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .who-we-are .logo-area .logo-dots, .who-we-are .logo-area .logo-lines {
    top: -40px;
    right: 0;
    margin: 0 auto;
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .who-we-are .logo {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .who-we-are h3 {
    font-size: 1.4rem;
    margin: 0;
  }
}

p {
	font-size: 2.3rem;
	color: #191919;
}

@media (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}

.box-shadow, .book-showcase {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}

.book-showcase {
  background-color: #ffffff;
}

@media (min-width: 1025px) {
  .text-lg-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .max-w-200 {
    max-width: 200px;
  }
}

.last-section .logo-area {
  position: relative;
}

.last-section .logo-area .logo-dots, .last-section .logo-area .logo-lines {
  scroll-behavior: smooth;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .last-section {
    background-color: #ffffff;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .last-section > div {
    padding: 0;
  }
}

.last-section .container {
  padding: 0;
}

@media (max-width: 767px) {
  .last-section .container {
    max-width: 100%;
  }
}

.last-section .bottom-white-logo {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  max-width: 300px;
  height: 300px;
}

@media (max-width: 767px) {
  .last-section .bottom-white-logo {
    top: -20%;
    max-width: 150px;
    height: 150px;
  }
}

.last-section .coming-soon-heading {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  position: relative;
  top: auto;
  font-size: 3.4rem;
  margin-top: 30px;
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */