@import url("theme.css");
@font-face {
  font-family: "Normal";
  src: url("../fonts/futura-fonts/Normal.ttf") format("truetype");
}
@font-face {
  font-family: "Bold";
  src: url("../fonts/futura-fonts/Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Medium";
  src: url("../fonts/futura-fonts/Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Light";
  src: url("../fonts/futura-fonts/Light.ttf") format("truetype");
}
body {
  font-family: "Medium", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.5px;
  word-spacing: 1px;
}
.table td,
.table th {
  vertical-align: middle !important;
}
#topbar {
  padding: 0 90px;
  background: #0c2c4d;
}
#topbar ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  flex: 1;
  margin: 0;
  text-align: center;
  justify-content: center;
}
#topbar ul li a {
  color: white;
  font-size: 18px;
}
#topbar ul li a:hover {
  opacity: 0.8;
}
#topbar ul li {
  margin: 0 20px;
}
@media (max-width: 576px) {
  #topbar ul li {
    margin: 0 10px;
  }
}
@media (max-width: 450px) {
  #topbar ul li {
    margin: 0 5px;
  }
}
#navigation-bar {
  padding: 10px 90px;
  background: white;
  border-bottom: 4px solid #0c2c4d;
}
#navigation-bar.is-fixed {
  position: fixed;
  top: -133px;
  left: 0;
  right: 0;
  z-index: 500;
  animation-name: nav-animate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-duration: 500ms;
}
/* #topbar.is-fixed {
  position: fixed;
  z-index: 501;
  animation-name: nav-animate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-duration: 500ms;
} */
@keyframes nav-animate {
  from {
    top: -133px;
  }
  to {
    top: 0px;
  }
}
#navigation-bar .navbar-brand img {
  height: 84px;
}
@media (max-width: 768px) {
  #navigation-bar.is-fixed {
    top: -93px;
  }
  #navigation-bar .navbar-brand {
    flex: 1;
  }
  #navigation-bar .navbar-brand img {
    height: 60px;
    width: 60px;
  }
  @keyframes nav-animate {
    from {
      top: -93px;
    }
    to {
      top: 0px;
    }
  }
}
#navigation-bar .navbar-collapse ul li {
  margin: 0px 10px;
  /* padding-bottom: 10px; */
}
#navigation-bar .navbar-collapse ul li .nav-link {
  color: black;
  /* font-size: 14px; */
}
#navigation-bar .navbar-collapse ul li .nav-link::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #0c2c4d;
  display: block;
  margin-top: 5px;
}
#navigation-bar .navbar-collapse ul li .nav-link:hover::after,
#navigation-bar .navbar-collapse ul li .nav-link.active::after {
  width: 100%;
  transition: 350ms ease-out;
  /* background-color: #1c6cb6; */
}
#navigation-bar .navbar-collapse form a {
  padding-right: 20px;
}
#navigation-bar .navbar-collapse form button {
  background: #237ee9;
  color: white;
  padding: 5px 17px;
}
@media (max-width: 1200px) {
  #navigation-bar {
    padding: 10px 20px;
  }
  #navigation-bar .navbar-collapse form {
    display: flex;
    align-items: center;
    width: 150px;
  }
  #navigation-bar .navbar-collapse form a {
    font-size: 12px;
    padding-right: 10px;
  }
  #navigation-bar .navbar-collapse ul li {
    margin-right: 10px;
  }
}

#navbarModal .modal-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#navbarModal .modal-body .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#navbarModal .modal-dialog {
  height: 100vh;
  max-width: 100%;
  margin: 0;
}
#navbarModal .modal-dialog .modal-content {
  height: inherit;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}
#navbarModal .modal-dialog .modal-content .inner-links {
  margin: auto;
  text-align: center;
  margin: 20px;
}
#navbarModal .modal-dialog .modal-content .inner-links ul li a {
  padding: 15px 10px;
  color: white;
  font-size: 18px;
}
#navbarModal .modal-dialog .modal-content .inner-links ul li a img {
  filter: brightness(4);
}
#navbarModal .modal-dialog .modal-content .inner-links ul li button {
  color: white;
}

.section {
  padding: 45px 55px;
}

.section-title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .section {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 15px;
  }
  .section .section-title {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .section {
    padding: 5px;
  }
  .section .section-title {
    font-size: 18px;
  }
}

.heading {
  font-size: 32px;
  color: #000000;
  text-align: center;
  font-weight: 700;
}

.heading-blue {
  font-size: 32px;
  color: #237ee9;
  padding-bottom: 5px;
}

html {
  scroll-behavior: smooth;
}

.btn:focus,
.form-control:focus,
button:focus,
a:focus {
  box-shadow: none !important;
}

.required::after {
  content: "*";
  color: red;
  position: relative;
  top: -2px;
  right: -2px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.record-tags {
  list-style-type: none;
  padding: 10px 0 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.record-tags .tag {
  padding: 3px 5px;
  margin: 5px 5px 5px 0;
  display: inline-block;
  background: #0c2c4d;
  color: white;
  border-radius: 5px;
}

.crm-slider-section {
  display: none;
  margin-bottom: -52px;
}

.crm-slider-section .inner {
  position: relative;
}

.crm-slider-section .inner img {
 
  
  
  
  height: 100%;
  max-height: 800px;
  width: 100%;
  margin: auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  max-width: 100%;
}

.crm-slider-section .inner .logo {
  position: absolute;
  height: 5vw;
  width: auto;
  right: 10px;
  top: 10px;
}

.crm-slider-section .info-bar h1 {
  text-align: center;
  color: white;
  font-size: 34px;
}
.crm-slider-section .info-bar h1:nth-of-type(2) {
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .crm-slider-section .info-bar h1 {
    font-size: 28px;
  }
  .crm-slider-section .info-bar h1:nth-of-type(2) {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .crm-slider-section {
    margin-bottom: 0;
  }
  .crm-slider-section .inner img:not(.logo) {
    min-height: 220px;
  }
  .crm-slider-section .info-bar h1 {
    font-size: 24px;
  }
  .crm-slider-section .info-bar h1:nth-of-type(2) {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .crm-slider-section .info-bar h1 {
    font-size: 16px;
  }
  .crm-slider-section .info-bar h1:nth-of-type(2) {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .crm-slider-section .inner img:not(.logo) {
    /* min-height: 180px; */
  }
  .crm-slider-section .info-bar h1 {
    font-size: 14px;
  }
  .crm-slider-section .info-bar h1:nth-of-type(2) {
    font-size: 12px;
  }
  .crm-slider-section .info-bar {
    padding: 5px;
  }
}
@media (max-width: 400px) {
  .crm-slider-section .inner img:not(.logo) {
    /* min-height: 150px; */
  }
  .crm-slider-section .info-bar h1 {
    font-size: 12px;
  }
  .crm-slider-section .info-bar h1:nth-of-type(2) {
    font-size: 10.5px;
  }
  .crm-slider-section .info-bar {
    padding: 2px;
  }
}

.crm-slider-section .info-bar h1:nth-of-type(1) {
  margin-bottom: 15px;
}

.crm-slider-section .info-bar h1:nth-of-type(2) {
  color: white;
  text-align: right;
}

.slider-holder {
  display: block;
  color: inherit;
  text-decoration: none;
  max-width: 360px;
  width: 100%;
  padding: 10px;
  margin: auto;
  margin-bottom: 70px;
  cursor: pointer;
  height: 100%;
  max-height: 487px;
  box-shadow: none;
  border-radius: 10px;
}
.slider-holder:hover {
  color: inherit;
  text-decoration: none;
  animation-name: holder-animation;
  animation-duration: 150ms;
  animation-fill-mode: both;
}
@keyframes holder-animation {
  from {
    box-shadow: none;
  }
  to {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  }
}
.slider-holder .image {
  text-align: center;
}
.slider-holder .image img {
  width: auto;
  max-width: 100%;
  max-height: 220px;
  border-radius: 5px;
  display: inline-block;
}

.slider-holder .details h2 {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 4px;
}
.slider-holder .details .timing {
  display: flex;
  font-size: 14px;
  align-items: center;
}

.slider-holder .details .timing .alert {
  font-size: 12px;
}

.slider-holder .details .description {
  padding: 15px 0;
  max-height: 154px;
  overflow: hidden;
}
.slider-holder .details .description p {
  font-size: 14px;
  color: #505050;
  text-align: justify;
}
.slider-holder .details .button {
  text-align: center;
  padding-bottom: 10px;
}
.slider-holder .details .button button {
  color: #237ee9;
  font-size: 14px;
}
#scroller-to-top {
  position: fixed;
  right: 15px;
  bottom: 10px;
  opacity: 0.5;
  font-size: 20px;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: bottom 150ms linear;
  z-index: 1000;
  border: 1px solid white;
}
#scroller-to-top:hover {
  opacity: 1;
}
#scroller-to-top.hide {
  bottom: -100px;
}
.ajs-message.ajs-custom {
  color: #353535;
  background-color: #97d0ec;
  border: 1px solid grey;
}

.record-page-ad {
  max-height: 350px;
  max-width: 600px;
  height: 100vh;
  margin: auto;
}
.record-page-ad.ad-sm {
  max-height: 200px;
  max-width: 350px;
  margin: 0;
}
.record-page-ad iframe,
.record-page-ad video {
  height: 100%;
  width: 100%;
}
.record-page-ad img {
  height: 100%;
  width: auto;
}
 .whats-app {
    position: fixed;
    color: #25d366;
    border-radius: 50px;
    font-size: 23px;
       right: 10px;
    bottom: 78px;
    z-index: 100;
    margin-left: 5px;
}
.whats-app2 {
    position: fixed;
    width: 138px;
    height: 38px;
    color: #25d366;
    border-radius: 50px;
    font-size: 23px;
   right: -67px;
    z-index: 100;
    margin-left: 5px;
    bottom: 163px;
}
