.form-control:focus {
  background-color: transparent !important;
  color: #FFFFFF !important;
  outline: none !important;
  box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

body {
  background-color: #000000;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Common */
.pt-10 {
  padding-top: 6rem;
}

.pb-10 {
  padding-bottom: 6rem;
}

.py-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

h3 a {
  font-weight: 300;
  color: #111111;
}

ul {
  list-style-type: square;
}

.dropdown {
  cursor: pointer;
}

.dropdown-menu {
  border-radius: 10px;
}

.dropdown-item {
  padding: .5rem 1.5rem;
}

/* .card {
  border-radius: 16px;
  border: none;
  box-shadow: 6px 6px 18px rgb(0 0 0 / 5%);
} */

/* Site */
.navbar {
/*  background-color: #ffffff;*/
  padding-top: 30px;
  transition: all 0.5s ease;
}

.navbar.active-fixed {
  background-color: #000000;
  padding-top: 8px;
}

.nav-link {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.navbar-brand img {
  height: 52px;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
  color: #E36261 !important;
}

strong {
  font-weight: 600;
}

.btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
  color: #111111;
}

.btn-primary:hover {
  color: #fff;
  background-color: #97302f !important;
  border-color: #97302f !important;
}

.btn-dark {
  background-color: #0a152f;
  padding: 0.5rem 2.5rem 0.75rem 2.5rem;
  font-size: 24px;
}

.btn-primary {
  padding: 0.5rem 1.5rem;
  font-size: 18px;
}

.btn-primary,
.badge-primary {
  background-color: #E36261;
  border-color: #E36261;
}

.badge-primary {
  font-weight: 600;
  padding: 6px 15px;
  display: inline-block;
}

.btn-icon {
  display: flex;
}

.btn-icon * {
  align-self: center;
}

.btn-icon svg {
  margin-right: 10px;
  display: none;
}

.title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 94px;
  line-height: 84px;
  color: #E36261;
  letter-spacing: 3px;
}

.sub-title {
  font-size: 46px;
  line-height: 48px;
}

.h1,
h1 {
  font-size: 2.3rem;
}

h1,
h2,
h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
}

h2 span,
h3 {
  color: #E36261;
}

h3 {
  font-size: 64px;
  font-family: "Pinyon Script", cursive;
}

.h4, h4 {
    font-size: 1.3rem;
}

.card {
  background-color: transparent;
}

.font-18 {
  font-size: 18px;
  line-height: 24px;
}

.navbar .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  transition: all 0.5s ease;
  width: 46px;
  height: 46px;
}

.navbar.active .navbar-toggler-icon {
  background-image: url(../images/close.png);
  width: 32px;
  height: 32px;
}

.intro-sec {
  padding: 12rem 0px 6rem 0px;
  background-image: url(../images/Banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-sec h2 {
  font-size: 40px;
  line-height: 40px;
  text-transform: capitalize;
}

.link-tag {
  border-radius: 20px;
  padding: 3px 20px;
  font-weight: 600;
  color: #111111;
  border-color: #cccccc;
}

.lead {
  font-weight: 400;
  font-size: 18px;
}

.dark-bg {
    background: #111;
    border-radius: 4px;
}

.key-section .card {
  border: 0;
  background-color: transparent;
}

.card-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  opacity: 0.7;
}

.card-body {
  padding: 1.25rem 0.25rem;
}

.key-section .row {
  justify-content: space-between;
}

.key-section h4 {
  font-weight: 400;
}

.key-tags {
    background-color: #E36261;
    transform: rotate(-3deg) translate(0px, -50px);
}

.key-tags h4 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 42px;
  letter-spacing: 1px;
  color: #000000;
}

.card.card-more * {
  align-self: center;
  text-align: center;
}

.card.card-more img {
  height: 42px;
}

.card.card-more .card-body {
  align-self: center;
}

.link .card,
.link:hover {
  background-color: #f4f4f4;
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}

.support-sec {
  background-color: #E36261;
}

.support-sec a {
  color: #ffffff;
}

.support-sec .btn {
  border-radius: 10px;
}

/* Footer */
footer {
  font-family: "Oswald", sans-serif;
  background-color: #E36261;
  position: relative;
  overflow: hidden;
  color: #000000;
}

footer img {
  filter: brightness(0) invert(1);
}

footer svg {
  margin-right: 5px;
  height: 18px;
}

footer h4 {
  text-transform: uppercase;
}

footer p {
  margin-bottom: 0.25rem;
  font-size: 14px;
}

footer ul {
  list-style-type: none;
}

footer ul li {
  margin: 5px 0;
}

footer a {
  color: #000000;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}

footer a:hover {
  color: #000000;
}

footer strong {
  font-weight: 600;
}

footer h4 {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}

.sm-icons a {
  display: inline-block;
  border: 1px solid #000000;
  padding: 6px 10px;
  border-radius: 4px;
  transition: all 0.5s ease;
}

.sm-icons a:hover {
  background-color: #000000;
}

.sm-icons a svg {
  fill: #ffffff;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

/* Form */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 0.5;
}

.cs-form input,
.cs-form textarea,
.cs-form select {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  background-color: transparent;
  outline: none;
  height: auto !important;
  font-size: 22px;
}

.cs-form input[type="submit"] {
  border: 0;
  color: #E36261;
}

.cs-form label {
  position: relative;
  top: 4px;
  font-size: 16px;
}

.cs-form .form-group {
  padding: 10px 0;
}

.about-sec {
  background-image: url(../images/about.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.content-sec {
  position: relative;
}

.content-sec div {
  position: relative;
  z-index: 1;
}

.content-sec div p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.content-sec:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  padding: 70px;
  filter: blur(70px);
  z-index: 0;
  transform: scale(1);
}

.sticky-img {
  position: sticky;
  display: block;
  top: 100px;
  transition: all 0.5s ease;
}

@media (min-width: 768px) {
    .partners-sec  .col-md-2 {
      flex: 0 0 20%;
      max-width: 20%;
    }
}

.enquiry-sec {
  background-image: url(../images/Glob.png);
  background-repeat: no-repeat;
  background-position: center;
}

.enquiry-sec h4 {
  color: #E36261;
}

.enquiry-sec .cs-form h2 {
  font-size: 42px;
}

.video-sec {
  /*position: relative; 
  top: -100px*/
}

#gallery a img {
    height: 100%;
}

#my-slider {
  width: 100%;
  height: 624px;
  color: white;
}

@media (max-width: 640px) {
  #my-slider .crs-bar-roll-current {
    width: 38px;
    height: 38px;
  }

  #my-slider .crs-bar-roll-item {
    width: 30px;
    height: 30px;
  }
}

/*Gallery*/
/* VIDEO SLIDER */

.videos-slider-2
.videos-slider-1 h4,
.videos-slider-2 h4 {
  font-size: 14px;
}

/* OVERLAY */
.bs-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bs-overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: 0;
}
.bs-overlay:hover .bs-overlay-panel.bs-overlay-top {
  bottom: 0;
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.bs-overlay-panel.bs-overlay-top {
  top: auto;
}
.bs-overlay-background {
  background: rgba(0,0,0,.8);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  transition-duration: .3s;
  transition-timing-function: ease-out;
  transition-property: opacity,transform,filter;
}
.bs-overlay-panel {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
}
.bs-overlay>:first-child,
.bs-overlay-panel>:last-child {
  margin-bottom: 0;
}
.bs-overlay:hover{
  cursor: pointer;
}
.bs-overlay:hover:after {
  background-image: url(http://shrani.si/f/2Q/ze/2CtEIRsH/youtubeplayred1.png);
}
.bs-overlay:after {
  background-image: url(http://shrani.si/f/3o/DK/1A24SBYG/youtubeplaydark1.png);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 54px;
  height: 38px;
  background-size: cover;
}
.slider-nav-thumbnails {
  margin-top: 10px;
}
.slider-nav-thumbnails .slick-slide {
  cursor: pointer;
  outline: none;
  opacity: 0.3;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active,
.slick-slide.slick-current  {
  opacity: 1 !important;
}
.slider-nav-thumbnails .slick-slide img {
  background: transparent;;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
  opacity: 1 !important;
  background: #000;
}
.slider-nav-thumbnails img {
  width: 140px;
  margin: 0 5px;
}
.slider-nav-thumbnails .slick-slide:first-child img {
  margin-left: 0;
}
.slider-nav-thumbnails .slick-slide:last-child img {
  margin-right: 0;
}