/*
    Author : Eliezer Basubi
    Start : 10 March 2020
    Version : beta 0.1
    Name : Eliezer Style
*/

/* GOOGLE MAPS */
.gm-style-iw {
  padding: 0 !important;
}
.gm-style .gm-style-iw-c {
  background-color: #f2f2f2 !important;
  padding: 0 !important;
}
.gm-style-iw-d {
  background-color: #f2f2f2 !important;
  overflow: auto !important;
}

/* CUSTOMIZE MESSENGER */
#twitter {
  height: 400px;
  max-height: 500px;
  overflow-y: scroll;
}
section {
  height: 100%;
}
iframe {
  border: none;
  border-radius: 20px;
}
.rounded-logo {
  height: 2rem;
  width: 2rem;
}
.title {
  font-size: 1.2rem !important;
}
.sub-title {
  font-size: 1.5rem !important;
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.small {
  font-weight: bold;
  font-size: 1.2rem;
}

.rounded {
  border-radius: 20px !important;
}
.rounded-full {
  border-radius: 50px;
}
.rounded-5 {
  border-radius: 5px;
}
.rounded-6 {
  border-radius: 6px;
}
.rounded-7 {
  border-radius: 7px;
}
.rounded-8 {
  border-radius: 8px;
}
.rounded-8 {
  border-radius: 8px;
}
.rounded-9 {
  border-radius: 9px;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-11 {
  border-radius: 11px;
}
.rounded-12 {
  border-radius: 12px;
}
.rounded-13 {
  border-radius: 13px;
}
.rounded-14 {
  border-radius: 14px;
}
.rounded-15 {
  border-radius: 15px;
}

/* IMAGES */
.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.object-fill {
  object-fit: fill;
}

/* BORDERS */
.border-none {
  border: none;
}

/* TEXTS */
.white-space {
  white-space: nowrap;
}
.no-white-space {
  white-space: normal;
}
.inline-ellipsis {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* SEPARATOR */
.separator {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  height: 70%;
}
.separator-white {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 15rem;
}
.h-separator-white {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.underline {
  border-bottom: 2px solid #000000;
  height: 1rem;
}

/* CURSOR / HOVER */
.cursor {
  cursor: pointer;
}
.hover-bg-primary:hover {
  background-color: #013a62;
}
/* NAVIGATION BAR */

.active {
  font-family: Roboto;
  font-size: 1rem !important;
  padding-bottom: -2rem;
  border-bottom: 2px solid #ffe27a;
}
.sticky {
  background-color: #fff;
}
/* GRID COLUMNS - I am not using it for now*/
.d-flex-row {
  display: flex !important;
  flex-direction: row !important;
}
.d-flex-col {
  display: flex !important;
  flex-direction: column !important;
}
.content-between {
  justify-content: space-between !important;
}
.content-around {
  justify-content: space-around !important;
}
.content-evenly {
  justify-content: space-evenly !important;
}
.content-center {
  justify-content: center !important;
}
.items-center {
  align-items: center !important;
}
.items-baseline {
  align-items: baseline !important;
}
.items-stretch {
  align-items: stretch !important;
}
.items-flex-end {
  align-items: flex-end !important;
}
.items-flex-start {
  align-items: flex-start !important;
}

/* FLEX GROW */
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-1 {
  flex: 1;
}

/* FLEX WRAP */
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap- {
  flex-wrap: nowrap;
}

/* FONTS */
.f-1x {
  font-size: 1rem;
}
.f-1-2x {
  font-size: 1.2rem;
}
.f-1-3x {
  font-size: 1.3rem;
}
.f-1-4x {
  font-size: 1.3rem;
}
.f-1-5x {
  font-size: 1.5rem;
}
.f-2x {
  font-size: 2rem;
}
.f-2-2x {
  font-size: 2.2rem;
}
.f-2-3x {
  font-size: 2.3rem;
}
.f-2-4x {
  font-size: 2.3rem;
}
.f-2-5x {
  font-size: 2.5rem;
}

/* LISTS */
ul.list-unstyled {
  list-style: none !important;
}

/* IMAGE SIZES */
.img-full {
  width: 100%;
  height: 100%;
}
.img-5 {
  width: 50%;
  height: 50%;
}
.img-6 {
  width: 60%;
  height: 60%;
}
.img-7 {
  width: 70%;
  height: 70%;
}
.img-4 {
  width: 40%;
  height: 40%;
  object-fit: cover;
}
.img-circle {
  border-radius: 50%;
  object-fit: cover;
}

/* Margins */
.mx-1 {
  margin: 0 1rem;
}
.mx-2 {
  margin: 0 2rem;
}
.mx-3 {
  margin: 0 3rem;
}
.mx-4 {
  margin: 0 4rem;
}
.mx-5 {
  margin: 0 5rem;
}
/* MARGIN TOP */
.mg-0 {
  margin: 0 !important;
}
.mgt-1 {
  margin-top: 1rem !important;
}
.mgt-1-3 {
  margin-top: 1.3rem !important;
}
.mgt-2 {
  margin-top: 2rem;
}
.mgt-2-5 {
  margin-top: 2.5rem;
}
.mgt-3 {
  margin-top: 3rem;
}
.mgt-4 {
  margin-top: 4rem;
}
.mgt-5 {
  margin-top: 5rem;
}
.mgt-6 {
  margin-top: 6rem;
}
.mt-5 {
  margin-top: 4%;
}

/* MARGIN BOTTOM */
.mgt-0 {
  margin-bottom: 0rem;
}
.mgb-1 {
  margin-bottom: 1rem;
}
.mgb-2 {
  margin-bottom: 2rem !important;
}
.mgb-3 {
  margin-bottom: 3rem;
}
.mgb-4 {
  margin-bottom: 4rem;
}
.mgb-5 {
  margin-bottom: 5rem;
}
.mgb-6 {
  margin-bottom: 6rem;
}

/* MARGIN LEFT */
.mgl-0 {
  margin-left: 0rem;
}
.mgl-1 {
  margin-left: 1rem;
}
.mgl-2 {
  margin-left: 2rem;
}
.mgl-3 {
  margin-left: 3rem !important;
}
.mgl-4 {
  margin-left: 4rem;
}
.mgl-5 {
  margin-left: 5rem;
}
.mgl-6 {
  margin-left: 6rem;
}

/* MARGIN RIGHT */
.mgr-0 {
  margin-right: 0 !important;
}
.mgr-1 {
  margin-right: 1rem;
}
.mgr-2 {
  margin-right: 2rem;
}
.mgr-3 {
  margin-right: 3rem;
}
.mgr-4 {
  margin-right: 4rem;
}
.mgr-5 {
  margin-right: 5rem;
}
.mgr-6 {
  margin-right: 6rem;
}

/* HORIZONTAL PADDINGS */
.p-0 {
  padding: 0em !important;
}
.py {
  padding: 1rem 0 !important;
}
.py-2 {
  padding: 2rem 0;
}
.py-3 {
  padding: 3rem 0;
}
.py-4 {
  padding: 4rem 0 !important;
}
.py-5 {
  padding: 5rem 0;
}
.py-6 {
  padding: 6rem 0;
}

/* VERTICAL PADDINGS */
.px {
  padding: 0 1rem;
}
.px-2 {
  padding: 0 2rem;
}
.px-3 {
  padding: 0 3rem;
}
.px-4 {
  padding: 0 4rem !important;
}
.px-5 {
  padding: 0 5rem;
}
.px-6 {
  padding: 0 6rem;
}

/* VERTICAL AND HORIZONTAL PADDING */
.p-1 {
  padding: 1rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.p-4 {
  padding: 4rem !important;
}

/* LEFT, RIGHT, TOP, BOTTOM PADDINGS */
.p-left-1 {
  padding-left: 1rem;
}
.p-left-2 {
  padding-left: 2rem;
}
.p-left-3 {
  padding-left: 3rem;
}
.p-left-4 {
  padding-left: 4rem;
}
.p-left-5 {
  padding-left: 5rem;
}
.p-left-6 {
  padding-left: 6rem;
}

.p-right-1 {
  padding-right: 1rem;
}
.p-right-2 {
  padding-right: 2rem;
}
.p-right-3 {
  padding-right: 3rem;
}
.p-right-4 {
  padding-right: 4rem;
}
.p-right-5 {
  padding-right: 5rem;
}
.p-right-6 {
  padding-right: 6rem;
}

.p-bottom-1 {
  padding-bottom: 1rem;
}
.p-bottom-2 {
  padding-bottom: 2rem;
}
.p-bottom-3 {
  padding-bottom: 3rem;
}
.p-bottom-4 {
  padding-bottom: 4rem;
}
.p-bottom-5 {
  padding-bottom: 5rem;
}
.p-bottom-6 {
  padding-bottom: 6rem;
}

.p-top-1 {
  padding-top: 1rem;
}
.p-top-2 {
  padding-top: 2rem;
}
.p-top-3 {
  padding-top: 3rem;
}
.p-top-4 {
  padding-top: 4rem;
}
.p-top-5 {
  padding-top: 5rem;
}
.p-top-6 {
  padding-top: 6rem;
}

/* WIDTHS */
.w-100 {
  width: 100% !important;
}
.w-80 {
  width: 80% !important;
}
.w-70 {
  width: 70%;
}
.w-60 {
  width: 60% !important;
}
.w-50 {
  width: 50% !important;
}
.w-40 {
  width: 40%;
}
.w-30 {
  width: 30% !important;
}
.w-20 {
  width: 20% !important;
}
.w-10 {
  width: 10%;
}

.max-h-70 {
  max-height: 500px;
  overflow: hidden;
}

/* HEIGHTS */
.h-auto {
  height: auto;
}
.h-100 {
  height: 100% !important;
}
.h-70 {
  height: 70% !important;
}

/* BANNER */
.slider .banners .banner-img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
/* SLIDER */
.slide {
  display: none;
}
.slide-wrapper {
  position: relative;
  top: 0%;
}
.banners:hover .skippers {
  display: block;
  transition: 0.5s ease-in;
}
.skippers {
  display: none;
}
.skipper:nth-child(1) {
  position: absolute;
  top: 35%;
  left: 5%;
}
.skipper:nth-child(2) {
  position: absolute;
  top: 35%;
  right: 5%;
}
.slider .skipper {
  font-size: 3rem;
  background-color: transparent;
  border: none;
  outline: none;
}

.slider .scale-title {
  font-size: 54px !important;
}

/* Appy Changes to Slider Components

   Edited by : Chadrack R. Alfred
   Start : 2nd April 2020
   Version : 0.002
*/

.btn-slider {
  padding: 20px;
  border: 2px solid #ffe27a;
  color: #9d5f36;
  font-size: 18px;
  background: #ffe27a;
  cursor: pointer;
  border-radius: 20px;
  transition: 0.4 linear;
}

.btn-slider:hover {
  color: #013a62;
  transition: 0.4 linear;
}

/* INPUTS AND BUTTONS */
[class*="btn-info"] {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 15px;
}
[class*="-outline"] {
  border: 2px solid #fff;
}

/* ANIMATIONS */
.slideUp {
  animation: slideUp 0.5s linear;
}
.slideDown {
  animation: slideDown 0.5s linear;
}
.slideRight {
  animation: slideRight 0.5s linear;
}
.slideLeft {
  animation: slideLeft 0.5s linear;
}
.delay-up-8 {
  animation: slideUp 0.8s linear;
}
.delay-down-8 {
  animation: slideDown 0.8s linear;
}
.delay-left-8 {
  animation: slideLeft 0.8s linear;
}
.delay-right-8 {
  animation: slideRight 0.8s linear;
}
.delay-up-1 {
  animation: slideUp 1s linear;
}
.delay-down-1 {
  animation: slideDown 1s linear;
}
.delay-left-1 {
  animation: slideLeft 1s linear;
}
.delay-right-1 {
  animation: slideRight 1s linear;
}

@keyframes slideDown {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}

/* POSITIONS */
.p-r {
  position: relative;
}
.p-a {
  position: absolute !important;
}
.p-t-50 {
  top: 50%;
}
.p-t-25 {
  top: 25% !important;
}
.p-t-15 {
  top: 15%;
}
.p-b-50 {
  bottom: 50%;
}
.p-b-25 {
  bottom: 25%;
}
.p-b-15 {
  bottom: 15%;
}
.p-r-50 {
  right: 50%;
}
.p-r-25 {
  right: 25%;
}
.p-r-15 {
  right: 15%;
}
.p-l-50 {
  left: 50%;
}
.p-l-35 {
  left: 35%;
}
.p-l-25 {
  left: 25%;
}
.p-l-15 {
  left: 15%;
}

/* NEGATIVE POSITIONS*/
.pt-n-80 {
  top: -80% !important;
}
.pt-n-25 {
  top: -25% !important;
}
.pt-n-15 {
  top: -15% !important;
}

/* ICONS */
.icon {
  width: 1.8rem;
  min-width: 1.8rem;
  text-align: center;
}
.member a:hover {
  padding: 5px;
  color: #fff;
}

img[data-src] {
  filter: blur(0.6em);
}

img {
  filter: blur(0em);
  transition: filter 3s;
}

/* OPACITY */
.o-1 {
  opacity: 1;
}
.o-2 {
  opacity: 0.2;
}
.o-3 {
  opacity: 0.3;
}
.o-4 {
  opacity: 0.4;
}
.o-5 {
  opacity: 0.5;
}
.o-5 {
  opacity: 0.5;
}
.o-6 {
  opacity: 0.6;
}
.o-7 {
  opacity: 0.7;
}
.o-8 {
  opacity: 0.8;
}
.o-9 {
  opacity: 0.9;
}

#place_bot {
  border-end-end-radius: 30px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

/* .overload style. Style to be shown when main properties are loading */
.overload {
  background-color: #ddd !important;
  color: #ddd !important;
}
img .overload {
  height: 210px;
  background-color: #ddd !important;
}
.overload > img {
  opacity: 0.2;
}
.card-date.overload {
  margin: 4px 0;
}

/* SPINNERS */
.spinner {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #013a62; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* MEDIA QUERIES FOR SMALL DEVICES 320PX */
@media only screen and (max-width: 320px) {
  .footer_app h2,
  .footer_app i {
    font-size: 0.9rem !important;
  }
  footer .socials a {
    margin-right: 16px;
  }
  .slider .banners,
  .slider {
    height: 360px;
  }
}

/* MARGINS, PADDINGS MEDIA QUERIES */
@media only screen and (min-width: 601px) {
  .mgr-0-md {
    margin-right: 0 !important;
  }
  .mgr-1-md {
    margin-right: 1rem;
  }
  .mgr-2-md {
    margin-right: 2rem;
  }
  .mgr-3-md {
    margin-right: 3rem;
  }
  .mgr-4-md {
    margin-right: 4rem;
  }
  .mgr-5-md {
    margin-right: 5rem;
  }
  .mgr-6-md {
    margin-right: 6rem;
  }

  .mgl-0-md {
    margin-left: 0rem;
  }
  .mgl-1-md {
    margin-left: 1rem;
  }
  .mgl-2-md {
    margin-left: 2rem;
  }
  .mgl-3-md {
    margin-left: 3rem;
  }
  .mgl-4-md {
    margin-left: 4rem;
  }
  .mgl-5-md {
    margin-left: 5rem;
  }
  .mgl-6-md {
    margin-left: 6rem;
  }
}

@media only screen and (max-width: 550px) {
  .mg-sm-0 {
    margin: 0 !important;
  }
  .mgt-sm-0 {
    margin-top: 0 !important;
  }
  .mgr-sm-1 {
    margin-top: 1rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .f-sm-1 {
    font-size: 1rem !important;
  }
  .f-sm-18 {
    font-size: 1.8rem !important;
  }
  .f-sm-12 {
    font-size: 1.2rem !important;
  }
}

/* DISPLAYS */
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}

/* MEDIA QUERIES HEIGHT */
@media only screen and (min-width: 601px) {
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
}
/* MEDIA QUERIES WIDTH */
@media only screen and (min-width: 601px) {
  .w-md-100 {
    width: 100%;
  }
  .w-md-50 {
    width: 50%;
  }
}

/* WIDTHS  MEDIA QUERIES */
@media only screen and (max-width: 786px) {
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
}

/* MEDIA QUERIES MAX-WIDTH 786PX */
@media only screen and (max-width: 786px) {
  .fill-sm {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* WIDTHS */
  .sm-w-auto {
    width: auto !important;
  }
  .sm-w-100 {
    width: 100% !important;
  }
  /* IMAGES */
  .md-img-full {
    width: 100%;
    height: 100%;
  }
  .md-img-9 {
    width: 90%;
    height: 90%;
  }
  .md-img-8 {
    width: 80%;
    height: 80%;
  }
  .md-img-7 {
    width: 70%;
    height: 70%;
  }
  .md-img-6 {
    width: 60%;
    height: 60%;
  }
  .md-img-4 {
    width: 40%;
    height: 40%;
  }
  .md-img-3 {
    width: 30%;
    height: 30%;
    min-width: 30%;
  }
  .md-img-2 {
    width: 20%;
    height: 20%;
  }

  /* MARGINS */
  .mt-sm-1 {
    margin-top: 1rem;
  }
  .mgl-0-8 {
    margin-left: 0.8rem;
  }

  /* PADDINGS */
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 1rem !important;
  }
  .pr-sm-0 {
    padding-left: 0 !important;
  }

  /* POSITIONS */
  .hide-on-med-sma {
    display: none !important;
  }
  .sm-center {
    text-align: center !important;
  }
  .sm-absolute {
    position: absolute;
  }

  /* DISPLAYS */
  .d-sm-flex {
    display: flex;
    justify-content: center;
  }

  /* SLIDERS */
  .slider {
    position: relative;
    margin-bottom: 2rem;
  }
}

/* ELEMENTS CLASS MEDIA QUERIES */
@media only screen and (max-width: 768px) {
  .slider .banners li {
    margin-top: 3rem;
  }
  .slider .scale-title {
    font-size: 1.8rem !important;
    margin-top: 2rem !important;
  }
  .skippers .skipper:nth-child(1) {
    left: -5%;
  }
  .skippers .skipper:nth-child(2) {
    right: -4%;
  }
  .bot-mockup {
    width: 80%;
  }
  .separator-white {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 90%;
    height: 0;
    margin-top: 0;
    margin-left: auto;
  }
  .b-right {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  /* WHY US */
  .section_whyUs .row .col {
    padding: 0;
  }

  /* Footer */
  footer .footer_app {
    padding: 0 !important;
  }
  .footer_app h2,
  .footer_app i {
    font-size: 1rem;
  }
  footer .socials {
    text-align: center;
  }
}

/* MEDIA QUERIES FOR TABLETS ONLY */
@media only screen and (max-width: 320px) {
  .btn-slider {
    width: 100% !important;
  }
  .footer_phone {
    width: 100% !important;
  }
  img .slideRight {
    width: 80% !important;
  }
  .sm-white-space {
    white-space: nowrap;
  }
  .sm-no-white-space {
    white-space: normal !important;
  }
  .gm-style .gm-style-iw-c {
    width: 17rem !important;
    max-width: none !important;
  }

  /* MESSENGER CHATBOT WINDOW */
  /* ._j68 {
    max-width: 15rem !important;
  } */
}

@media only screen and (max-width: 768px) {
  .gm-style-iw {
    width: 17rem !important;
    max-width: none !important;
  }
  .gm-style .gm-style-iw-c {
    width: 17rem !important;
    max-width: none !important;
  }
  .sm-flex-wrap {
    flex-wrap: wrap;
  }
  .sm-flex-nowrap {
    flex-wrap: nowrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .skippers .skipper:nth-child(1) {
    left: 0% !important;
  }
  .skippers .skipper:nth-child(2) {
    right: 3%;
  }
  .slider .scale-title {
    margin-top: 6rem !important;
  }
  footer .socials a {
    margin-right: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .md-img-full {
    width: 100%;
    height: 100%;
  }
  .image {
    margin-top: 2rem;
  }
  .md-flex-wrap {
    flex-wrap: wrap;
  }
  .md-flex-nowrap {
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 1260px) {
  footer .socials a {
    margin-right: 5px !important;
    padding: 5px;
  }
  .footer_phone h2,
  .footer_phone i {
    font-size: 1.2rem;
  }
}
