﻿body {
  background-color: #f7f7f7;
}

#myModal .modal-body {
  padding: 0;
}

#myModal .modal-dialog {
  max-width: 800px;
}

#myModal .formWrap {
  padding: 35px 45px;
  text-align: center;
}

#myModal h1 {
  font-size: 26px;
  margin-bottom: 10px;
}

#myModal hr {
  width: 50px;
  height: 2px;
  background: #ff5722;
  border: none;
}

#myModal form {
  margin-top: 35px;
}

#myModal input {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

#myModal input:focus {
  outline: #ff5722;
  border-color: #ff5722 !important;
}

#myModal .submit {
  background: #ff5722;
  color: #fff;
  border: none;
}

#myModal h6 a {
  color: #ff5722;
  font-weight: normal;
}

#myModal h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 45px;
}

#myModal p {
  margin-bottom: 0;
}

#myModal p a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50px;
  border: 1px solid #ff5722;
  color: #ff5722;
  margin-right: 10px;
}

#myModal .facebook {
  color: #3b5998;
  border-color: #3b5998;
}

.bs-example {
  margin: 20px;
}

#myModal .twitter {
  color: #1da1f2;
  border-color: #1da1f2;
}

#myModal .linkedin {
  color: #0077b5;
  border-color: #0077b5;
}

#news .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  grid-auto-rows: 150px;
  grid-auto-flow: row dense;
  line-height: 20px;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 30%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*#jayces {
    background-image: url('/img/Biratajpg.jpg');
    background-size: 138px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}*/

#hero-banner p {
  font-size: 20px;
  margin-right: 20px;
}

.btn-outline-primary a {
  color: #007bff;
  background-color: white;
  background-image: none;
  border-color: #007bff;
}

#cards_landscape_wrap-2 {
  text-align: center;
  background: #eaf1ff;
}

#cards_landscape_wrap-2 .container {
  padding-top: 80px;
  padding-bottom: 100px;
}

#cards_landscape_wrap-2 a {
  text-decoration: none;
  outline: none;
}

#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box {
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

#cards_landscape_wrap-2 .card-flyer .image-box img {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

#cards_landscape_wrap-2 .card-flyer:hover .image-box img {
  opacity: 0.7;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

#cards_landscape_wrap-2 .card-flyer .text-box {
  text-align: center;
}

#cards_landscape_wrap-2 .card-flyer .text-box .text-container {
  padding: 20px 8px;
}

#cards_landscape_wrap-2 .card-flyer {
  background: #ffffff;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
}

#cards_landscape_wrap-2 .card-flyer:hover {
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}

#cards_landscape_wrap-2 .card-flyer .text-box p {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}

#cards_landscape_wrap-2 .card-flyer .text-box h6 {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto Black", sans-serif;
  letter-spacing: 1px;
  color: #00acc1;
}

.right-0 {
  right: 0 !important;
}

.position-md-absolute {
  position: relative;
  margin: auto;
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
}

/* CSS */
.button-75 {
  align-items: center;
  background-image: linear-gradient(135deg, #d79520, #31367f);
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "Codec cold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  justify-content: center;
  letter-spacing: 0.4px;
  line-height: 1;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border: 1px solid #c48a2b;
}

.button-75:active {
  outline: 0;
}

.button-75:hover {
  outline: 0;
  text-decoration: none;
  color: white;
  background-image: linear-gradient(135deg, #31367f, #d79520);
}

.button-75 span {
  transition: all 200ms;
}

.button-75:hover span {
  transform: scale(0.9);
  opacity: 0.75;
}

@media screen and (max-width: 991px) {
  .button-75 {
    font-size: 15px;
    height: 50px;
  }

  .button-75 span {
    line-height: 50px;
  }
}
