/********** Template CSS **********/
:root {
    --primary: #B78D65;
    --light: #F8F8F8;
    --dark: #252525;
}

html, body {
    margin: 0px;
    padding: 0px;
	
} 
h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}
.about p{
color: #373a3c;
-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: #c4c3c3;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
.about
{
text-align: center;
}
ul{
margin-top: 0;
  margin-bottom: 1rem;
  line-height: 50px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
  color: #535251;
  }
  
  .amenities{
  text-align: center;
  }
 .mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  height: 50px;
  box-shadow: 0 -2px 5px -2px #333;
  background-color: #052d39;
  margin-bottom: 19px;
}
.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-bottom-nav__item--active {
  color: red;
}
.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
  color: white;
}
.flashButton {
  background-color: red;
  color: #fff;
  padding: 0px 12px;
  border-radius: 0px;
  -webkit-animation: blinkAnimation 1.5s infinite;
  animation: blinkAnimation 1.5s infinite;
  
}
@-webkit-keyframes blinkAnimation {
  0% {
    background-color: red;
    color: #fff;
  }
  50% {
    background-color: red;
    color: #fff;
  }
  51% {
    background-color: #05164d;
    color: #fff;
  }
  100% {
    background-color: #05164d;
    color: #fff;
  }
}
@keyframes blinkAnimation {
  0% {
    background-color: red;
    color: #fff;
  }
  50% {
    background-color: red;
    color: #fff;
  }
  51% {
    background-color: #05164d;
    color: #fff;
  }
  100% {
    background-color: #05164d;
    color: #fff;
  }
}
 a {
  color: #FFF;
  text-decoration: none;
}
.amenities {
  position: relative;
  background-image: url(../img/service-bg1.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
 
  
}
.amenities .price-head {
  margin-bottom: 50px;
}
.price-head {
  color: var(--drk-blue);
  text-align: center;
  margin-bottom: 100px;
}
.padding-t-b {
  padding: 50px 0;
  margin: 0px 0;
}
.ami-box h1 {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-width: 100px;
  text-align: left;
  padding-left: 28px;
  margin-bottom: 0;
}
.ami-box img {
  max-width: 77px;
  border: 1px solid #db8c235e;
  height: 100%;
  padding: 9px;
}
.ami-box {
    background: white;
  border-bottom: 3px solid var(--red);
  padding: 25px;
  margin-bottom: 30px;
  display: flex;
  box-shadow: 0px 0px 10px #00000036;
  align-items: center;
}
.price {
  background-image:;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.price-head {
  color: #040c39;
  text-align: center;
  margin-bottom: 100px;
}
.price-box {
  background: #9f0202;
  position: relative;
  padding: 30px 40px;
  border-radius: 20px;
}
.price-high {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 89%;
  margin-top: 26px;
  margin-bottom: 30px;
 }
 .price-high::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 0;
  background:#CCCCCC;
  width: 118%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.prie-hed {
  position: absolute;
  right: 0;
  background: #f4f4f4;
  padding: 8px 23px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.price-inner h4 {
  font-size: 50px;
  letter-spacing: 4px;
  margin-bottom: 0;
  font-family: 'Oswald';
  color: #fff;
}
.price-inner h4 span {
  font-size: 47px;
  letter-spacing: 2px;
}
.price-high ul span img {
  max-width: 13px;
  margin-right: 7px;
}
.price-inner {
  text-align: center;
  margin-top: 111px;
}
.price-box .mybutton {
  z-index: 11;
  position: relative;
  text-align: center;
}

.price-high ul {
  list-style-type: none;
  color: #000;
  margin-bottom: 0;
  padding: 20px 0;
}
.price-high ul li {
  font-size: 16px;
  letter-spacing: 2px;
}
.price-high ul {
  list-style-type: none;
  color: #000;
}
.price-high ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 2px;
  z-index: 1;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 1px solid #00000030;
}
.cat-item div {
  background: #FFFFFF;
  border: 1px dashed rgba(0, 185, 142, .3);
  transition: .5s;
}
.rounded {
  border-radius: 5px !important;
}
.bg-light {
  background-color:#C60000 !important;
}
.d-block {
  display: block !important;
}
.an_bounce {
  animation: bounce 1.5s infinite;
}
.whatsapp_chat {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -5px 4px 10px 0 rgb(0 0 0 / 20%);
 width: 50px;
  height: 51px;
  background-color: #368a41;
  border-radius: 0px 8px 8px 0px;
  z-index: 9991;
}
.whatsapp_chat i {
  font-size: 30px;
  color: #fff;
  padding: 9px;
}
.price-box .mybutton button {
  width: unset;
  border-radius: 7px;
}
.mybutton button {
  width: 100%;
  border: 0;
  padding: 8px 24px;
  background: linear-gradient(90deg, rgba(219,140,35,1) 52%, rgba(233, 160, 62,1) 52%);
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  border: 1px solid #ffffffa1;
  background: #f7f2ec;
  text-transform: uppercase;
}

@media (max-width: 1500px) {
  .price-high::before {
    left: -41px;
  }
}

@media (max-width: 1400px) {
  .prie-hed {
    left: 23%;
  }
 
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
	.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.30rem;
  }
  
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 218px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
	.col-lg-4 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	display:none;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.html) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid #9f0202;
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #bbbaba;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.bg-dark {
  background-color: #840000 !important;
}
.text-primary {
  color: #ddd !important;
}
.btn-outline-body {
  color: #AEADAB;
  border-color: #777777;
}

.display-1 {
  
  line-height: 0.2!important;
}
.bg-white {
  background-color: #9f0202 !important;
}
.text-body {
  color: #b9b7b7 !important;
}
.btn-primary {
  color: #000;
  background-color: #9f0202;
  border-color: #9f0202;
}
.btn-primary:hover{color:#000;background-color:#FF0000;border-color:#FF0000
}
.modal {
  background: rgba(0, 0, 0, 0);
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  max-width: 950px;
}
.modal-content {
  border: none;
  position: relative;
  padding: 0 !important;
  font-size: 14px;
  border-radius: 0;
  -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);
  color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(45deg, #003143 0%, #6888ff 100%);
}
.modal-content .modal-header {
  padding: 0;
  border: none;
}
.modal-content .modal-header {
  padding: 0;
  border: none;
}

.modal-content .form-control {
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 15px;
  height: 40px;
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.form-control {
  height: 52px;
  background: #fff;
  color: #000;
  font-size: 15px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .form-control:focus, .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f9e090; }

textarea.form-control {
  height: inherit !important; }

.btn {
  cursor: pointer;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
  margin-bottom: 41px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    background: #02195b !important;
    border: 1px solid #02195b !important;
    color: #fff !important; }
    .btn.btn-primary:hover {
      border: 1px solid #f9e090;
      background: transparent;
      color: #f9e090; }
    .btn.btn-primary.btn-outline-primary {
      border: 1px solid #f9e090;
      background: transparent;
      color: #f9e090; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #f9e090;
        color: #fff; }

.ftco-section {
  background: #fff; }
  .ftco-section h2 {
    margin-bottom: 0; }

.modal {
  background: rgba(0, 0, 0, 0.5); }

.modal-dialog {
  max-width: 900px; }

.modal-content {
  border: none;
  position: relative;
 
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  background: #c859ff;
  background: -moz-linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #c859ff), color-stop(100%, #ffab8c));
  background: -webkit-linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
  background: -o-linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
  background: -ms-linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
 /* background: linear-gradient(45deg, #047da9 0%, #b3c3ff 100%);*/
 background: linear-gradient(45deg, #003143 0%, #6888ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c859ff', endColorstr='#ffab8c', GradientType=1 );
  -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 h3 {
    color: #fff;
    font-weight: 300; }
  .modal-content .modal-header {
    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;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1); }
  .modal-content .modal-body {
    border: none; }
  .modal-content .modal-footer {
    border: none;
    background: #f8f8f8; }
  .modal-content .form-control {
    background: transparent;
    border: none;
    padding: 0;
    height: 40px;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0; }
    .modal-content .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.8) !important; }
    .modal-content .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.8) !important; }
    .modal-content .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.8) !important; }
    .modal-content .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.8) !important; }
  .modal-content .btn {
    font-weight: 500;
    height: 52px; }
    .modal-content .btn .btn-primary {
      background: #f9e090 !important; }
  .modal-content .social {
    width: 100%; }
    .modal-content .social a {
      width: 100%;
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.4);
      color: #000;
      background: #fff; }
      .modal-content .social a:hover {
        background: transparent;
        color: #fff; }

.divider {
  position: relative; }
  .divider:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto; }

.form-check {
  padding: 0; }

.fill-checkbox {
  --color: #f9e090; }
  .fill-checkbox .fill-control-input {
    display: none; }
    .fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
      background-color: var(--color);
      border-color: var(--color);
      background-size: 80%; }
    .fill-checkbox .fill-control-input:checked ~ .fill-control-description {
      color: #fff; }
  .fill-checkbox .fill-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    background: transperent;
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
    content: 'hey';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .fill-checkbox .fill-control-description {
    color: rgba(255, 255, 255, 0.6); }

.form-check.disabled .fill-checkbox {
  --color: rgba(255,255,255,.4); }
  .form-check.disabled .fill-checkbox .fill-control-description {
    color: rgba(255, 255, 255, 0.4); }

.modal-content .form-control {
    background: transparent;
    border: none;
    padding: 0;
    height: 40px;
    color: rgba(255,255,255,.8);
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-radius: 0;
}

.modal-content .form-control {
    background: transparent;
    border: none;
    padding: 0;
    height: 40px;
    color: rgba(255,255,255,.8);
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-radius: 0;
}

.modal-content .form-control:focus, .modal-content .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    border: 0;
    border-bottom: 1px solid #f9e090;
}
.modal-content button.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.modal-content button.close {
  text-shadow: none;
  color: #fff;
  border: none;
}
.form-group {
  margin-bottom: 1rem;
}
.upcomingAwardsModal .modal-body
{
  padding: 0px !important;
}

.fa {
  
  font-size: 16px;
}

.heading
{
color: #fff !important;
}
 .col-lg-4 {
    flex: 0 0 auto;
    
  }
  .owl-carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0);
}
.blur-bg{
filter: blur(08px);
  -webkit-filter: blur(8px);
  }