@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
#preloader {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #333333;
  z-index: 11000;
  position: fixed;
  display: block;
}
.modal-dialog{
    margin: 1.5rem auto;
}

@media (max-width:900px){
    .navbar.bg-light .navbar-toggler-icon {
        filter: invert(1);
        -webkit-filter: invert(1);
    }
    .navbar-light .navbar-toggler {
        color: rgb(141 134 134 / 50%);
        border-color: rgba(255,255,255,5);
    }
}


.loader-rd {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #ccc;
  top: 45%;
  border-radius: 50%;
}

.loader-rd:nth-child(1) {
  background-color: #FF5460;
  -webkit-animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.loader-rd:nth-child(2) {
  background-color: #FF9D84;
  -webkit-animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.loader-rd:nth-child(3) {
  background-color: #F0E797;
  -webkit-animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.loader-rd:nth-child(4) {
  background-color: #75B08A;
  -webkit-animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
  animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

@-webkit-keyframes move {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes move {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  overflow-x: hidden;
  font-weight: 400;
  /*position: relative;*/
    position: inherit !important;
  background: #1D1E23;
}

a {
  transition: 0.3s;
}

a:hover,
a:focus {
  color: #F5D530;
  outline: none;
  text-decoration: none;
}

button:focus {
  outline: none;
}

p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}

img {
  max-width: 100%;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.container {
  max-width: 1170px;
}

.w200 {
  width: 200px;
}

.bg_dark {
  background-color: #1D1E23;
}

.heading {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  line-height: 47px;
  margin-bottom: 20px;
}

.lineHeading {
  display: -moz-flex;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .lineHeading {
    font-size: 15px;
    margin-top: 20px;
  }
}
.lineHeading div {
  width: 200px;
  height: 3px;
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .lineHeading div {
    width: 70px;
  }
}

.pointer {
  cursor: pointer;
}

.sub_heading {
  position: relative;
}
.sub_heading h2 {
  font-weight: bold;
  font-size: 64px;
  text-transform: capitalize;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .sub_heading h2 {
    font-size: 30px;
  }
}
.sub_heading span {
  font-weight: bold;
  font-size: 144px;
  opacity: 0.1;
  position: absolute;
  bottom: -45px;
  left: -85px;
  text-shadow: 0 0 3px #f6d943, 0 0 5px #f7db4c;
  color: #1D1E23;
}
@media only screen and (max-width: 767px) {
  .sub_heading span {
    bottom: 15px;
    left: 15px;
    font-size: 35px;
  }
}

.sectionSpace {
  padding-top: 140px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .sectionSpace {
    padding-top: 280px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .sectionSpace {
    padding-top: 150px !important;
    padding-bottom: 50px;
  }
}




.text_gradient {
  text-transform: uppercase;
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dropify-wrapper:hover {
  background-image: linear-gradient(-45deg, #706f6f 25%, transparent 25%, transparent 50%, #706f6f 50%, #706f6f 75%, transparent 75%, transparent);
}

.aboutBTN {
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}

@media only screen and (max-width: 767px) {
  .centerMobile {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .hideInMobile {
    display: none;
  }
}

/*===== Buttons =====*/
.btn, .btn-secondary, .btn-primary {
  font-size: 14px;
  line-height: 30px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 1px 12px;
  height: 35px;
  transition: 0.5s;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
}

@media only screen and (max-width: 767px) {
  .btn, .btn-secondary, .btn-primary {
    min-width: auto;
  }
}
.btn-primary {
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  color: #000000;
  box-shadow: none;
  border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active {
  background: #303136;
  color: #ffffff !important;
  box-shadow: none;
  border: none;
  outline: none;
}

.btn-secondary {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  color: #ffffff;
  box-shadow: none;
  border: none;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled):active {
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  color: #000000;
  box-shadow: none;
  border: none;
  outline: none;
}

.inputs {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.5);
  border: 0px solid #ffffff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  height: 40px;
  padding: 0px 20px;
}
.inputs:focus {
  box-shadow: none;
  outline: none;
  border: 0px solid #ffffff;
  background: #ffffff;
}

.lightbox-gallery {
  background-image: linear-gradient(#4A148C, #E53935);
  background-repeat: no-repeat;
  color: #000;
  overflow-x: hidden;
}

.lightbox-gallery p {
  color: #fff;
}

.lightbox-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #fff;
}

@media (max-width: 767px) {
  .lightbox-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}
.lightbox-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.lightbox-gallery .intro p {
  margin-bottom: 0;
}

.lightbox-gallery .photos {
  padding-bottom: 20px;
}

.lightbox-gallery .item {
  padding-bottom: 30px;
}

#gallarySection .col-md-3, #gallarySection .col-md-4 {
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
}

[class^=imghvr-], [class*=" imghvr-"] {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  border-radius: 12px;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0);
}

[class^=imghvr-] > img, [class*=" imghvr-"] > img {
  vertical-align: top;
  max-width: 100%;
}

.noneGradient {
  background: rgba(0, 0, 0, 0.5);
  flex-direction: column;
  padding: 0px !important;
}

[class^=imghvr-] figcaption, [class*=" imghvr-"] figcaption {
  border-radius: 12px;
  padding: 30px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: 0;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
[class^=imghvr-] figcaption i, [class*=" imghvr-"] figcaption i {
  font-size: 30px;
}
[class^=imghvr-] figcaption h5, [class*=" imghvr-"] figcaption h5 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  [class^=imghvr-] figcaption h5, [class*=" imghvr-"] figcaption h5 {
    font-size: 12px;
  }
}

[class^=imghvr-], [class*=" imghvr-"], [class^=imghvr-]:before,
[class^=imghvr-]:after, [class*=" imghvr-"]:before, [class*=" imghvr-"]:after,
[class^=imghvr-] *, [class*=" imghvr-"] *, [class^=imghvr-] *:before,
[class^=imghvr-] *:after, [class*=" imghvr-"] *:before, [class*=" imghvr-"] *:after {
  box-sizing: border-box;
  transition: all 0.35s ease;
}

/* imghvr-fade-in-up
   ----------------------------- */
.imghvr-fade-in-up figcaption {
  transform: translate(0, 15%);
}

/* imghvr-fade-in-down
   ----------------------------- */
.imghvr-fade-in-down figcaption {
  transform: translate(0, -15%);
}

/* imghvr-fade-in-left
   ----------------------------- */
.imghvr-fade-in-left figcaption {
  transform: translate(-15%, 0);
}

/* imghvr-fade-in-right
   ----------------------------- */
.imghvr-fade-in-right figcaption {
  transform: translate(15%, 0);
}

/* imghvr-push-*
   ----------------------------- */
[class^=imghvr-push-]:hover figcaption, [class*=" imghvr-push-"]:hover figcaption {
  transform: translate(0, 0);
}

/* imghvr-push-up
   ----------------------------- */
.imghvr-push-up figcaption {
  transform: translateY(100%);
}

.imghvr-push-up:hover > img {
  transform: translateY(-100%);
}

/* imghvr-push-down
   ----------------------------- */
.imghvr-push-down figcaption {
  transform: translateY(-100%);
}

.imghvr-push-down:hover > img {
  transform: translateY(100%);
}

/* imghvr-push-left
   ----------------------------- */
.imghvr-push-left figcaption {
  transform: translateX(100%);
}

.imghvr-push-left:hover > img {
  transform: translateX(-100%);
}

/* imghvr-push--right
   ----------------------------- */
.imghvr-push-right figcaption {
  transform: translateX(-100%);
}

.imghvr-push-right:hover > img {
  transform: translateX(100%);
}

/* imghvr-slide-*
   ----------------------------- */
[class^=imghvr-slide-]:hover figcaption, [class*=" imghvr-slide-"]:hover figcaption {
  transform: translate(0, 0);
}

/* imghvr-slide-up
   ----------------------------- */
.imghvr-slide-up figcaption {
  transform: translateY(100%);
}

/* imghvr-slide-down
   ----------------------------- */
.imghvr-slide-down figcaption {
  transform: translateY(-100%);
}

/* imghvr-slide-left
   ----------------------------- */
.imghvr-slide-left figcaption {
  transform: translateX(100%);
}

/* imghvr-slide-right
   ----------------------------- */
.imghvr-slide-right figcaption {
  transform: translateX(-100%);
}

/* imghvr-slide-top-left
   ----------------------------- */
.imghvr-slide-top-left figcaption {
  transform: translate(-100%, -100%);
}

/* imghvr-slide-top-right
   ----------------------------- */
.imghvr-slide-top-right figcaption {
  transform: translate(100%, -100%);
}

/* imghvr-slide-bottom-left
   ----------------------------- */
.imghvr-slide-bottom-left figcaption {
  transform: translate(-100%, 100%);
}

/* imghvr-slide-bottom-right
   ----------------------------- */
.imghvr-slide-bottom-right figcaption {
  transform: translate(100%, 100%);
}

/* imghvr-reveal-*
   ----------------------------- */
[class^=imghvr-reveal-]:before, [class*=" imghvr-reveal-"]:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  opacity: 0.7 !important;
}

[class^=imghvr-reveal-] figcaption, [class*=" imghvr-reveal-"] figcaption {
  opacity: 0;
}

[class^=imghvr-reveal-]:hover:before, [class*=" imghvr-reveal-"]:hover:before {
  transform: translate(0, 0);
}

[class^=imghvr-reveal-]:hover figcaption, [class*=" imghvr-reveal-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

/* imghvr-reveal-up
   ----------------------------- */
.imghvr-reveal-up:before {
  transform: translateY(100%);
}

/* imghvr-reveal-down
   ----------------------------- */
.imghvr-reveal-down:before {
  transform: translateY(-100%);
}

/* imghvr-reveal-left
   ----------------------------- */
.imghvr-reveal-left:before {
  transform: translateX(100%);
}

/* imghvr-reveal-right
   ----------------------------- */
.imghvr-reveal-right:before {
  transform: translateX(-100%);
}

/* imghvr-reveal-top-left
   ----------------------------- */
.imghvr-reveal-top-left:before {
  transform: translate(-100%, -100%);
}

/* imghvr-reveal-top-right
   ----------------------------- */
.imghvr-reveal-top-right:before {
  transform: translate(100%, -100%);
}

/* imghvr-reveal-bottom-left
   ----------------------------- */
.imghvr-reveal-bottom-left:before {
  transform: translate(-100%, 100%);
}

/* imghvr-reveal-bottom-right
   ----------------------------- */
.imghvr-reveal-bottom-right:before {
  transform: translate(100%, 100%);
}

/* imghvr-hinge-*
   ----------------------------- */
[class^=imghvr-hinge-], [class*=" imghvr-hinge-"] {
  perspective: 50em;
}

[class^=imghvr-hinge-] figcaption, [class*=" imghvr-hinge-"] figcaption {
  opacity: 0;
  z-index: 1;
}

[class^=imghvr-hinge-]:hover img, [class*=" imghvr-hinge-"]:hover img {
  opacity: 0;
}

[class^=imghvr-hinge-]:hover figcaption, [class*=" imghvr-hinge-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

/* imghvr-hinge-up
   ----------------------------- */
.imghvr-hinge-up img {
  transform-origin: 50% 0%;
}

.imghvr-hinge-up figcaption {
  transform: rotateX(90deg);
  transform-origin: 50% 100%;
}

.imghvr-hinge-up:hover > img {
  transform: rotateX(-90deg);
}

.imghvr-hinge-up:hover figcaption {
  transform: rotateX(0);
}

/* imghvr-hinge-down
   ----------------------------- */
.imghvr-hinge-down img {
  transform-origin: 50% 100%;
}

.imghvr-hinge-down figcaption {
  transform: rotateX(-90deg);
  transform-origin: 50% -50%;
}

.imghvr-hinge-down:hover > img {
  transform: rotateX(90deg);
  opacity: 0;
}

.imghvr-hinge-down:hover figcaption {
  transform: rotateX(0);
}

/* imghvr-hinge-left
   ----------------------------- */
.imghvr-hinge-left img {
  transform-origin: 0% 50%;
}

.imghvr-hinge-left figcaption {
  transform: rotateY(-90deg);
  transform-origin: 100% 50%;
}

.imghvr-hinge-left:hover > img {
  transform: rotateY(90deg);
}

.imghvr-hinge-left:hover figcaption {
  transform: rotateY(0);
}

/* imghvr-hinge-right
   ----------------------------- */
.imghvr-hinge-right img {
  transform-origin: 100% 50%;
}

.imghvr-hinge-right figcaption {
  transform: rotateY(90deg);
  transform-origin: 0 50%;
}

.imghvr-hinge-right:hover > img {
  transform: rotateY(-90deg);
}

.imghvr-hinge-right:hover figcaption {
  transform: rotateY(0);
}

/* imghvr-flip-*
   ----------------------------- */
[class^=imghvr-flip-], [class*=" imghvr-flip-"] {
  perspective: 50em;
}

[class^=imghvr-flip-] img, [class*=" imghvr-flip-"] img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

[class^=imghvr-flip-] figcaption, [class*=" imghvr-flip-"] figcaption {
  opacity: 0;
}

[class^=imghvr-flip-]:hover > img, [class*=" imghvr-flip-"]:hover > img {
  opacity: 0;
}

[class^=imghvr-flip-]:hover figcaption, [class*=" imghvr-flip-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.14s;
}

/* imghvr-flip-horiz
   ----------------------------- */
.imghvr-flip-horiz figcaption {
  transform: rotateX(90deg);
  transform-origin: 0% 50%;
}

.imghvr-flip-horiz:hover img {
  transform: rotateX(-180deg);
}

.imghvr-flip-horiz:hover figcaption {
  transform: rotateX(0deg);
}

/* imghvr-flip-vert
   ----------------------------- */
.imghvr-flip-vert figcaption {
  transform: rotateY(90deg);
  transform-origin: 50% 0%;
}

.imghvr-flip-vert:hover > img {
  transform: rotateY(-180deg);
}

.imghvr-flip-vert:hover figcaption {
  transform: rotateY(0deg);
}

/* imghvr-flip-diag-1
   ----------------------------- */
.imghvr-flip-diag-1 figcaption {
  transform: rotate3d(1, -1, 0, 100deg);
}

.imghvr-flip-diag-1:hover > img {
  transform: rotate3d(-1, 1, 0, 100deg);
}

.imghvr-flip-diag-1:hover figcaption {
  transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-flip-diag-2
   ----------------------------- */
.imghvr-flip-diag-2 figcaption {
  transform: rotate3d(1, 1, 0, 100deg);
}

.imghvr-flip-diag-2:hover > img {
  transform: rotate3d(-1, -1, 0, 100deg);
}

.imghvr-flip-diag-2:hover figcaption {
  transform: rotate3d(0, 0, 0, 0deg);
}

/* imghvr-shutter-out-*
   ----------------------------- */
[class^=imghvr-shutter-out-]:before, [class*=" imghvr-shutter-out-"]:before {
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  opacity: 0.7;
  position: absolute;
  content: "";
  transition-delay: 0.105s;
}

[class^=imghvr-shutter-out-] figcaption, [class*=" imghvr-shutter-out-"] figcaption {
  opacity: 0;
  transition-delay: 0s;
}

[class^=imghvr-shutter-out-]:hover:before, [class*=" imghvr-shutter-out-"]:hover:before {
  transition-delay: 0s;
}

[class^=imghvr-shutter-out-]:hover figcaption, [class*=" imghvr-shutter-out-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.105s;
}

/* imghvr-shutter-out-horiz
   ----------------------------- */
.imghvr-shutter-out-horiz:before {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}

.imghvr-shutter-out-horiz:hover:before {
  left: 0;
  right: 0;
}

/* imghvr-shutter-out-vert
   ----------------------------- */
.imghvr-shutter-out-vert:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}

.imghvr-shutter-out-vert:hover:before {
  top: 0;
  bottom: 0;
}

/* imghvr-shutter-out-diag-1
   ----------------------------- */
.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(45deg);
}

.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}

/* imghvr-shutter-out-diag-2
   ----------------------------- */
.imghvr-shutter-out-diag-2:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(-45deg);
}

.imghvr-shutter-out-diag-2:hover:before {
  top: -35%;
  bottom: -35%;
}

/* imghvr-shutter-in-*
   ----------------------------- */
[class^=imghvr-shutter-in-]:after, [class^=imghvr-shutter-in-]:before, [class*=" imghvr-shutter-in-"]:after, [class*=" imghvr-shutter-in-"]:before {
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  opacity: 0.7;
  position: absolute;
  content: "";
}

[class^=imghvr-shutter-in-]:after, [class*=" imghvr-shutter-in-"]:after {
  top: 0;
  left: 0;
}

[class^=imghvr-shutter-in-]:before, [class*=" imghvr-shutter-in-"]:before {
  right: 0;
  bottom: 0;
}

[class^=imghvr-shutter-in-] figcaption, [class*=" imghvr-shutter-in-"] figcaption {
  opacity: 0;
  z-index: 1;
}

[class^=imghvr-shutter-in-]:hover figcaption, [class*=" imghvr-shutter-in-"]:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

/* imghvr-shutter-in-horiz
   ----------------------------- */
.imghvr-shutter-in-horiz:after, .imghvr-shutter-in-horiz:before {
  width: 0;
  height: 100%;
}

.imghvr-shutter-in-horiz:hover:after, .imghvr-shutter-in-horiz:hover:before {
  width: 50%;
}

/* imghvr-shutter-in-vert
   ----------------------------- */
.imghvr-shutter-in-vert:after, .imghvr-shutter-in-vert:before {
  height: 0;
  width: 100%;
}

.imghvr-shutter-in-vert:hover:after, .imghvr-shutter-in-vert:hover:before {
  height: 50%;
}

/* imghvr-shutter-in-out-horiz
   ----------------------------- */
.imghvr-shutter-in-out-horiz:after, .imghvr-shutter-in-out-horiz:before {
  width: 0;
  height: 100%;
  opacity: 0.75;
}

.imghvr-shutter-in-out-horiz:hover:after, .imghvr-shutter-in-out-horiz:hover:before {
  width: 100%;
}

/* imghvr-shutter-in-out-vert
   ----------------------------- */
.imghvr-shutter-in-out-vert:after, .imghvr-shutter-in-out-vert:before {
  height: 0;
  width: 100%;
  opacity: 0.75;
}

.imghvr-shutter-in-out-vert:hover:after, .imghvr-shutter-in-out-vert:hover:before {
  height: 100%;
}

/* imghvr-shutter-in-out-diag-1
   ----------------------------- */
.imghvr-shutter-in-out-diag-1:after, .imghvr-shutter-in-out-diag-1:before {
  width: 200%;
  height: 200%;
  transition: all 0.6s ease;
  opacity: 0.75;
}

.imghvr-shutter-in-out-diag-1:after {
  transform: skew(-45deg) translateX(-150%);
}

.imghvr-shutter-in-out-diag-1:before {
  transform: skew(-45deg) translateX(150%);
}

.imghvr-shutter-in-out-diag-1:hover:after {
  transform: skew(-45deg) translateX(-50%);
}

.imghvr-shutter-in-out-diag-1:hover:before {
  transform: skew(-45deg) translateX(50%);
}

/* imghvr-shutter-in-out-diag-2
   ----------------------------- */
.imghvr-shutter-in-out-diag-2:after, .imghvr-shutter-in-out-diag-2:before {
  width: 200%;
  height: 200%;
  transition: all 0.6s ease;
  opacity: 0.75;
}

.imghvr-shutter-in-out-diag-2:after {
  transform: skew(45deg) translateX(-100%);
}

.imghvr-shutter-in-out-diag-2:before {
  transform: skew(45deg) translateX(100%);
}

.imghvr-shutter-in-out-diag-2:hover:after {
  transform: skew(45deg) translateX(0%);
}

.imghvr-shutter-in-out-diag-2:hover:before {
  transform: skew(45deg) translateX(0%);
}

/* imghvr-fold*
   ----------------------------- */
[class^=imghvr-fold], [class*=" imghvr-fold"] {
  perspective: 50em;
}

[class^=imghvr-fold] img, [class*=" imghvr-fold"] img {
  transform-origin: 50% 0%;
}

[class^=imghvr-fold] figcaption, [class*=" imghvr-fold"] figcaption {
  z-index: 1;
  opacity: 0;
}

[class^=imghvr-fold]:hover > img, [class*=" imghvr-fold"]:hover > img {
  opacity: 0;
  transition-delay: 0;
}

[class^=imghvr-fold]:hover figcaption, [class*=" imghvr-fold"]:hover figcaption {
  transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
  opacity: 1;
  transition-delay: 0.21s;
}

/* imghvr-fold-up
   ----------------------------- */
.imghvr-fold-up > img {
  transform-origin: 50% 0%;
}

.imghvr-fold-up figcaption {
  transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
  transform-origin: 50% 100%;
}

.imghvr-fold-up:hover > img {
  transform: rotateX(90deg) scale(0.6) translateY(50%);
}

/* imghvr-fold-down
   ----------------------------- */
.imghvr-fold-down > img {
  transform-origin: 50% 100%;
}

.imghvr-fold-down figcaption {
  transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
  transform-origin: 50% 0%;
}

.imghvr-fold-down:hover > img {
  transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}

/* imghvr-fold-left
   ----------------------------- */
.imghvr-fold-left > img {
  transform-origin: 0% 50%;
}

.imghvr-fold-left figcaption {
  transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
  transform-origin: 100% 50%;
}

.imghvr-fold-left:hover > img {
  transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

.imghvr-blur figcaption {
  opacity: 0;
}

.imghvr-blur:hover > img {
  filter: blur(30px);
  transform: scale(1.2);
  opacity: 0;
}

.imghvr-blur:hover figcaption {
  opacity: 1;
  transition-delay: 0.21s;
}

ul.timeline-list {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 40px;
}

ul.timeline-list:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  left: 0%;
  top: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  ul.timeline-list:before {
    left: 5%;
  }
}

ul.timeline-list li {
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  ul.timeline-list li {
    display: flex;
    margin-bottom: 20px;
    justify-content: end;
  }
}
ul.timeline-list li p {
  margin-bottom: 0px;
  line-height: 27px;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .timeline_content {
    margin-bottom: 30px;
  }
}
.timeline_content img {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  .timeline_content img {
    height: 170px;
    }
}

@media only screen and (max-width: 767px) {
  .timeline_content img {
    display: block;
  }
}

ul.timeline-list li .timeline_content {
  color: #333;
  padding: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  ul.timeline-list li .timeline_content {
    float: none;
    padding: 0px 4px 0px 35px;
    flex-direction: column;
  }
}

ul.timeline-list li:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-color: #F5D530;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  ul.timeline-list li:before {
    left: 5%;
  }
}

.timeline_content h5 {
  color: #ffffff;
  margin-top: 15px;
}
.timeline_content p {
  color: rgba(255, 255, 255, 0.5);
}
.timeline_content span {
  font-size: 16px;
  font-weight: 400;
  color: #F5D530;
}
@media only screen and (max-width: 767px) {
  .timeline_content span {
    margin-top: 30px;
    display: block;
  }
}

.contact_form .form-group {
  position: relative;
  padding-top: 15px;
  margin-bottom: 30px;
}
.contact_form .form-control {
  border: 0;
  border-radius: 0;
  padding: 10px 10px;
  background-color: transparent;
  position: relative;
  z-index: 2;
  font-size: 0.9rem;
  color: #ffffff;
}
.contact_form .form-control:not(textarea) {
  height: 44px;
}
.contact_form .form-control + label {
  position: absolute;
  z-index: 1;
  top: 25px;
  margin: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  left: 10px;
  right: 10px;
}
.contact_form .form-control:focus {
  box-shadow: none;
  background-color: transparent;
}
.contact_form .form-control:focus + label {
  color: #f3f1e6;
}
.contact_form .form-control:focus + label, .contact_form .form-control.has-value + label {
  font-size: 0.75rem;
  top: 0;
}
.contact_form .no-js .form-control + label {
  font-size: 0.75rem;
  top: 0;
}
.contact_form .form-row .form-control + label {
  left: 25px;
  right: 25px;
}
.contact_form .form-row .line {
  left: 15px;
  right: 15px;
}
.contact_form .line {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #f3f1e6;
  background-image: -o-linear-gradient(left, #f3f1e6 0%, #F5D530 100%);
  background: linear-gradient(to right, #f3f1e6 0%, #F5D530 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$from", endColorstr="$to", GradientType=1);
}
.contact_form .line:after {
  content: "";
  height: 2px;
  position: absolute;
  display: block;
  background: #f3f1e6;
  left: 0;
  right: 0;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  transform-origin: 0 0;
}
.contact_form .form-control:focus ~ .line:after {
  transform: scaleX(1);
}
.contact_form select.form-control:not([size]):not([multiple]) {
  height: 44px;
}

.item {
  margin-bottom: 30px;
  transition-duration: 0.9s;
}
.item .box {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
  background-size: 100% 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .item .box {
    height: 350px;
    background-size: contain;
  }
}
.item .cover {
  position: absolute;
  top: 0;
  left: -1px;
  width: 99.1%;
  height: 99.1%;
  bottom: 1px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100.56%);
  transition: opacity 0.15s ease-in;
  opacity: 0;
  padding: 3px 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: flex-end;
  border-radius: 60px 0px;
}
@media only screen and (max-width: 767px) {
  .item .cover {
    justify-content: center;
    left: 0px;
    top: -2px;
    background: transparent;
  }
}
.item .name {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 24px;
}
.item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #e1eaf5;
  letter-spacing: 2px;
  font-size: 13px;
  text-align: left;
}
.item:hover .cover {
  opacity: 1;
}

.image {
  position: absolute;
  width: 70vw;
  height: 48vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity ease-in-out 1000ms;
  border: solid 1.25vw #fff;
  box-shadow: 0 1vw 6vw rgba(0, 0, 0, 0.6);
}
.image div {
  width: 100%;
  height: 1.5625%;
  background-size: auto 6400%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.image div:nth-child(1) {
  background-position-y: 0%;
}
.image div:nth-child(2) {
  background-position-y: 1.5625%;
}
.image div:nth-child(3) {
  background-position-y: 3.125%;
}
.image div:nth-child(4) {
  background-position-y: 4.6875%;
}
.image div:nth-child(5) {
  background-position-y: 6.25%;
}
.image div:nth-child(6) {
  background-position-y: 7.8125%;
}
.image div:nth-child(7) {
  background-position-y: 9.375%;
}
.image div:nth-child(8) {
  background-position-y: 10.9375%;
}
.image div:nth-child(9) {
  background-position-y: 12.5%;
}
.image div:nth-child(10) {
  background-position-y: 14.0625%;
}
.image div:nth-child(11) {
  background-position-y: 15.625%;
}
.image div:nth-child(12) {
  background-position-y: 17.1875%;
}
.image div:nth-child(13) {
  background-position-y: 18.75%;
}
.image div:nth-child(14) {
  background-position-y: 20.3125%;
}
.image div:nth-child(15) {
  background-position-y: 21.875%;
}
.image div:nth-child(16) {
  background-position-y: 23.4375%;
}
.image div:nth-child(17) {
  background-position-y: 25%;
}
.image div:nth-child(18) {
  background-position-y: 26.5625%;
}
.image div:nth-child(19) {
  background-position-y: 28.125%;
}
.image div:nth-child(20) {
  background-position-y: 29.6875%;
}
.image div:nth-child(21) {
  background-position-y: 31.25%;
}
.image div:nth-child(22) {
  background-position-y: 32.8125%;
}
.image div:nth-child(23) {
  background-position-y: 34.375%;
}
.image div:nth-child(24) {
  background-position-y: 35.9375%;
}
.image div:nth-child(25) {
  background-position-y: 37.5%;
}
.image div:nth-child(26) {
  background-position-y: 39.0625%;
}
.image div:nth-child(27) {
  background-position-y: 40.625%;
}
.image div:nth-child(28) {
  background-position-y: 42.1875%;
}
.image div:nth-child(29) {
  background-position-y: 43.75%;
}
.image div:nth-child(30) {
  background-position-y: 45.3125%;
}
.image div:nth-child(31) {
  background-position-y: 46.875%;
}
.image div:nth-child(32) {
  background-position-y: 48.4375%;
}
.image div:nth-child(33) {
  background-position-y: 50%;
}
.image div:nth-child(34) {
  background-position-y: 51.5625%;
}
.image div:nth-child(35) {
  background-position-y: 53.125%;
}
.image div:nth-child(36) {
  background-position-y: 54.6875%;
}
.image div:nth-child(37) {
  background-position-y: 56.25%;
}
.image div:nth-child(38) {
  background-position-y: 57.8125%;
}
.image div:nth-child(39) {
  background-position-y: 59.375%;
}
.image div:nth-child(40) {
  background-position-y: 60.9375%;
}
.image div:nth-child(41) {
  background-position-y: 62.5%;
}
.image div:nth-child(42) {
  background-position-y: 64.0625%;
}
.image div:nth-child(43) {
  background-position-y: 65.625%;
}
.image div:nth-child(44) {
  background-position-y: 67.1875%;
}
.image div:nth-child(45) {
  background-position-y: 68.75%;
}
.image div:nth-child(46) {
  background-position-y: 70.3125%;
}
.image div:nth-child(47) {
  background-position-y: 71.875%;
}
.image div:nth-child(48) {
  background-position-y: 73.4375%;
}
.image div:nth-child(49) {
  background-position-y: 75%;
}
.image div:nth-child(50) {
  background-position-y: 76.5625%;
}
.image div:nth-child(51) {
  background-position-y: 78.125%;
}
.image div:nth-child(52) {
  background-position-y: 79.6875%;
}
.image div:nth-child(53) {
  background-position-y: 81.25%;
}
.image div:nth-child(54) {
  background-position-y: 82.8125%;
}
.image div:nth-child(55) {
  background-position-y: 84.375%;
}
.image div:nth-child(56) {
  background-position-y: 85.9375%;
}
.image div:nth-child(57) {
  background-position-y: 87.5%;
}
.image div:nth-child(58) {
  background-position-y: 89.0625%;
}
.image div:nth-child(59) {
  background-position-y: 90.625%;
}
.image div:nth-child(60) {
  background-position-y: 92.1875%;
}
.image div:nth-child(61) {
  background-position-y: 93.75%;
}
.image div:nth-child(62) {
  background-position-y: 95.3125%;
}
.image div:nth-child(63) {
  background-position-y: 96.875%;
}
.image div:nth-child(64) {
  background-position-y: 98.4375%;
}
.image.animate-in div:nth-child(odd) {
  -webkit-animation-name: in-left;
          animation-name: in-left;
}
.image.animate-in div:nth-child(even) {
  -webkit-animation-name: in-right;
          animation-name: in-right;
}
.image.animate-out div:nth-child(odd) {
  -webkit-animation-name: out-right;
          animation-name: out-right;
}
.image.animate-out div:nth-child(even) {
  -webkit-animation-name: out-left;
          animation-name: out-left;
}

@-webkit-keyframes in-left {
  0% {
    background-position-x: 65%;
  }
  100% {
    background-position-x: 50%;
  }
}

@keyframes in-left {
  0% {
    background-position-x: 65%;
  }
  100% {
    background-position-x: 50%;
  }
}
@-webkit-keyframes in-right {
  0% {
    background-position-x: 35%;
  }
  100% {
    background-position-x: 50%;
  }
}
@keyframes in-right {
  0% {
    background-position-x: 35%;
  }
  100% {
    background-position-x: 50%;
  }
}
@-webkit-keyframes out-right {
  0% {
    background-position-x: 50%;
  }
  100% {
    background-position-x: 65%;
  }
}
@keyframes out-right {
  0% {
    background-position-x: 50%;
  }
  100% {
    background-position-x: 65%;
  }
}
@-webkit-keyframes out-left {
  0% {
    background-position-x: 50%;
  }
  100% {
    background-position-x: 35%;
  }
}
@keyframes out-left {
  0% {
    background-position-x: 50%;
  }
  100% {
    background-position-x: 35%;
  }
}
#homeSection {
  background-image: url("../images/banner1.webp");
  -webkit-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
  height: calc(100vh - 120px);
  z-index: 99;
  background-attachment: fixed;
}
#homeSection::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(29, 30, 35, 0.58) 0%, #1D1E23 100%);
  z-index: -1;
}
#homeSection .btn-secondary, #homeSection .btn-primary {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
}
#homeSection .btn-primary:hover {
  background-color: #1D1E23;
  color: #ffffff !important;
}
#homeSection .bg-light {
  background-color: transparent !important;
}
#homeSection .bg-light ul li a {
  color: #ffffff !important;
}
#homeSection nav.navbarChange {
  background-color: #000000 !important;
  transition: background-color 0.2s linear;
  box-shadow: -2px -3px 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 999999;
}
#homeSection nav.navbarChange .navbar-toggler-icon {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
#homeSection nav.navbarChange ul li a {
  color: #ffffff !important;
}
#homeSection .navbar-light {
  background-color: transparent;
}
#homeSection .navbar-light .active {
  border-bottom: 2px solid #F5D530;
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#homeSection .navbar-light ul li:not(:first-child) {
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  #homeSection .navbar-light ul li:not(:first-child) {
    padding-left: inherit;
  }
}
#homeSection .navbar-light ul li:not(:first-child) a {
  color: #000000;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  #homeSection .navbar-light ul li:not(:first-child) a {
    font-size: 11px;
    line-height: 25px;
  }
}
#homeSection .navbar-light .nav-link.centerMobile {
  padding-right: 0px;
}
#homeSection h1 {
    font-size: 35px;
    line-height: 25px;
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #homeSection h1 {
    font-size: 35px;
    line-height: 25px;
  }
}
#homeSection p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #homeSection p {
    font-size: 12px;
  }
}

#prizeSection {
  background-color: #1D1E23;
}
#prizeSection ul {
  display: -moz-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #prizeSection ul {
    flex-direction: column;
  }
}

#sheMahendraSection {
  position: relative;
  padding: 30px 0px;
}
@media only screen and (max-width: 767px) {
  #sheMahendraSection p {
    text-align: justify;
  }
}
@media only screen and (max-width: 767px) {
  #sheMahendraSection {
    padding: 10px 0px;
  }
}
#sheMahendraSection::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../images/reel2.webp");
  background-size: 100% 100%;
  -webkit-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  #sheMahendraSection::after {
    display: none;
  }
}

#aboutSection {
  position: relative;
}
#aboutSection::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url("../images/reel4.webp");
  background-size: 100% 100%;
  -webkit-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #aboutSection::before {
    display: none;
  }
}

.modal_dark .modal-content {
  background-color: #222;
}

.width60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .width60 {
    width: 91%;
  }
}

#more {
  display: none;
}

#logosSection {
  background-image: url("../images/background1.webp");
  background-size: 100% 100%;
  -webkit-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat;
  background-repeat: no-repeat;
  width: 100%;
}
#logosSection .setUpLogo {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #logosSection .col-md-3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #logosSection {
    background-attachment: unset;
    background-size: cover;
  }
}

#blogs {
  position: relative;
}
#blogs::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -50px;
  background-image: url("../images/camera_perspective.png");
  background-size: 100% 100%;
  -webkit-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat;
  background-repeat: no-repeat;
  height: 100%;
  width: 30%;
  opacity: 0.3;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #blogs::after {
    display: none;
  }
}
#blogs .articles_card {
  border-radius: 12px;
  padding: 20px;
  min-height: 400px;
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.1);
  transition-duration: 0.5s;
}
#blogs .articles_card:hover {
  box-shadow: 3px 4px 8px 0px #f1d446;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
#blogs .articles_card h5 {
  margin-bottom: 15px;
}
#blogs .articles_card p {
  font-size: 15px;
  margin-bottom: 0px;
}
#blogs .articles_card a {
  text-decoration: underline;
}

#UpcomingEvent {
  position: relative;
}
#UpcomingEvent::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -50px;
  background-image: url("../images/camera_front.png");
  background-size: 100% 100%;
  -webkit-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat;
  background-repeat: no-repeat;
  height: 100%;
  width: 30%;
  opacity: 0.3;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #UpcomingEvent::after {
    display: none;
  }
}
#UpcomingEvent .upcommingEvents {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  margin-top: 30px;
  transition-duration: 0.5s;
}
#UpcomingEvent .upcommingEvents:hover {
  box-shadow: 3px 4px 8px 0px #f1d446;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
#UpcomingEvent .upcommingEvents h3 {
  font-weight: bold;
  font-size: 36px;
}
#UpcomingEvent .upcommingEvents .cp_event {
  border-left: 2px solid #F5D530;
  padding-left: 15px;
}
#UpcomingEvent .upcommingEvents .cp_event h6 {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
#UpcomingEvent .upcommingEvents .cp_event p {
  font-size: 14px;
  margin: 0px;
}

#contactSection {
  position: relative;
  z-index: 1;
  padding-bottom: 0px;
}
#contactSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/footer_bg2.png");
  background-size: 100% 100%;
  -webkit-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  #contactSection::before {
    display: none;
  }
}
#contactSection .bg_dark {
  padding: 30px 20px 20px 30px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
}
#contactSection .bg_dark .basBackground {
  border-radius: 12px;
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  padding: 25px;
  color: #000000;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #contactSection .bg_dark .basBackground {
    font-size: 10px;
  }
}
#contactSection .bg_dark .basBackground::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/Vector.png");
  background-size: 100%;
  -webkit-background-repeat: no-repeat;
  -moz-background-repeat: no-repeat;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #contactSection .bg_dark .basBackground::after {
    display: none;
  }
}
#contactSection .bg_dark .basBackground h4 {
  font-weight: bold;
  font-size: 28px;
  color: #1D1E23;
}
#contactSection .bg_dark .basBackground a {
  color: #1D1E23;
}
#contactSection .bg_dark .basBackground .fa {
  color: #1D1E23;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  #contactSection .bg_dark .basBackground .fa {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #contactSection form {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #contactSection h4 {
    font-size: 30px;
  }
}
#contactSection .contact_form {
  border-radius: 12px;
  padding: 45px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #contactSection .contact_form {
    padding: 25px;
  }
}
#contactSection .contact_form .form-group {
  margin-bottom: 15px;
}
#contactSection .contact_form p {
  font-size: 13px;
  line-height: 21px;
}
#contactSection .contact_form .form-control {
  height: 50px;
}
#contactSection .contact_form .form-control.textarea {
  height: auto;
}
#contactSection .contact_form .leaveAmessage {
  margin-bottom: 20px;
}

.modal_dark .dropify-wrapper {
  background-color: #303030;
  border: none;
}
.modal_dark .dropify-wrapper .dropify-preview {
  background-color: #303030;
  border: none;
}
.modal_dark .form-control {
  color: #fff;
  background-color: #303030;
  border: 1px solid #222222;
}
.modal_dark .form-control:hover {
  background-color: #303030;
}
.modal_dark .form-control:focus {
  background-color: #303030;
}

#FooterSection {
  position: relative;
  padding-bottom: 40px !important;
}
#FooterSection .copy_right {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #FooterSection .socialWOrk {
    margin-bottom: 30px;
  }
}
#FooterSection .socialWOrk ul li a {
  width: 45px;
  height: 45px;
  background-color: #333;
  text-align: center;
  font-size: 18px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#FooterSection .socialWOrk ul li a:hover {
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  color: #ffffff !important;
}
#FooterSection .socialIcons a {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 11px 11px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #FooterSection .pagesLinks .pull-right {
    margin-top: 20px;
    float: none !important;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  #FooterSection .copyRIghts {
    font-size: 12px;
    text-align: center;
  }
}

.lightbox {
  transform: translate(0%, 50%);
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -o-transform: translate(0%, 50%);
}

.bounceUpDownAnnimation {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: bounce_up_down;
  animation-name: bounce_up_down;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  z-index: 9;
}

@-webkit-keyframes bounce_up_down {
  0% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes bounce_up_down {
  0% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.btn-secondary.mtMobile2 {
  margin-left: 20px;
}

#image-gallery .modal-content {
  background-color: #222;
}
#image-gallery .modal-content .modal-header {
  border-bottom: 1px solid transparent;
}
#image-gallery .modal-content .modal-footer {
  border-top: 1px solid transparent;
}
#image-gallery .modal-content .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
#image-gallery .modal-content .modal-body .imgSliderBox {
  /*position: relative;*/
  display: flex;
  align-items: center;
}
#image-gallery .modal-content .modal-body #show-next-image {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  right: 0px;
  color: #000;
  padding: 10px;
}
#image-gallery .modal-content .modal-body #show-previous-image {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0px;
  color: #000;
  padding: 10px;
}
@media screen and (min-width: 1000px) {
  #image-gallery .modal-content .modal-body {
    height: 400px;
  }
}

#scroll-top {
  position: fixed;
  right: 20px;
  bottom: 25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  z-index: 999;
}
#scroll-top span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #1D1E23;
}

@media (max-width: 767px) {
  .btn-secondary.mtMobile2 {
    margin-left: 0px;
  }
}
@media (max-width: 1350px) and (min-width: 767px) {
  #homeSection {
    background-size: unset;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    /*height: calc(100vh - 50px);*/
  }

  #logosSection {
    background-size: 100% 100%;
  }

  #contactSection::before {
    background-size: 100% 100%;
  }

  #blogs::after {
    right: 0px;
  }
}
@media (max-width: 1000px) {
  #homeSection .col-md-4 {
    display: none;
  }
  #homeSection .mtMobile2 {
    margin-top: 20px;
  }

  .mobileFlexColumn {
    flex-direction: column;
  }

  #blogs::after {
    right: 0px;
  }

  #aboutSection::before {
    display: none;
  }

  #aboutSection::after {
    display: none;
  }

  #FooterSection::after {
    display: none;
  }

  .bounceUpDownAnnimation {
    display: none;
  }

  .copy_right {
    font-size: 11px;
    text-align: center;
    line-height: 17px;
  }

  .mobileRow {
    flex-direction: column-reverse;
  }
  .mobileRow .socialIcons {
    justify-content: center !important;
    margin-bottom: 20px;
  }
}
.inner_contentUI ul {
  list-style-type: decimal !important;
}

.innerHeader .bg-light {
  background-color: transparent !important;
}
.innerHeader .bg-light ul li a {
  color: #ffffff !important;
}
.innerHeader nav.navbarChange {
  background-color: #000000 !important;
  transition: background-color 0.2s linear;
  box-shadow: -2px -3px 20px 0px rgba(0, 0, 0, 0.3);
  z-index: 999999;
}
.innerHeader nav.navbarChange .navbar-toggler-icon {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.innerHeader nav.navbarChange ul li a {
  color: #ffffff !important;
}
.innerHeader .navbar-light {
  background-color: transparent;
}
.innerHeader .navbar-light .active {
  border-bottom: 2px solid #F5D530;
  background: linear-gradient(96.38deg, #FFF5D2 -1.01%, #F5D530 101.01%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.innerHeader .navbar-light ul li:not(:first-child) {
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .innerHeader .navbar-light ul li:not(:first-child) {
    padding-left: inherit;
  }
}
.innerHeader .navbar-light ul li:not(:first-child) a {
  color: #000000;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .innerHeader .navbar-light ul li:not(:first-child) a {
    font-size: 11px;
    line-height: 25px;
  }
}
.innerHeader .navbar-light .nav-link.centerMobile {
  padding-right: 0px;
}
.innerHeader .btn-secondary,
.innerHeader .btn-primary {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  -ms-border-radius: 36px;
  -o-border-radius: 36px;
}
.innerHeader .btn-primary:hover {
  background-color: #1D1E23;
  color: #ffffff !important;
}


/*Gallery */

#gallery-con {
  width: 960px;
  height: 550px;
  margin: 0 auto 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 72, scss/index.scss */

#gallery-con #gallery-main {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: -1;
}

/* line 79, scss/index.scss */

#gallery-con #gallery-hidden {
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  z-index: -1;
}

/* line 87, scss/index.scss */

#gallery-con #thumbnails {
  width: 960px;
  height: 132px;
  background: rgba(130, 130, 130, 0.6);
  z-index: 10;
  margin-top: 418px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.6;
}

/* line 97, scss/index.scss */

#gallery-con #thumbnails:hover {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

/* line 102, scss/index.scss */

#gallery-con #thumbnails #thumbcon {
  width: 855px;
  height: 120px;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}

/* line 111, scss/index.scss */

#gallery-con #thumbnails #thumbcon .thumb {
  width: 190px;
  height: auto;
  display: inline;
  margin: 12px 5px;
  opacity: 0.6;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

/* line 121, scss/index.scss */

#gallery-con #thumbnails #thumbcon .thumb:hover {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
}

/* line 128, scss/index.scss */

#gallery-con #thumbnails #thumbcon .selected {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px;
}

/* line 135, scss/index.scss */

#gallery-con #thumbnails .ui-button {
  width: 16px;
  height: 16px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(170, 170, 170, 0.85)), color-stop(100%, rgba(215, 215, 215, 0.85)));
  background-image: -webkit-linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
  background-image: -moz-linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
  background-image: -o-linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
  background-image: -ms-linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
  background-image: linear-gradient(top, rgba(170, 170, 170, 0.85) 0%, rgba(215, 215, 215, 0.85) 100%);
  padding: 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
  -o-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 2px;
  opacity: 0.60;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 145, scss/index.scss */

#gallery-con #thumbnails .ui-button:hover {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 3px;
  -o-box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 0px 3px;
}

/* line 152, scss/index.scss */

#gallery-con #thumbnails #left-arrow {
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  float: left;
}

/* line 161, scss/index.scss */

#gallery-con #thumbnails #right-arrow {
  margin-top: 50px;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
  float: left;
}

/* line 170, scss/index.scss */

#gallery-con #thumbnails #playtoggle {
  float: right;
  margin-top: -40px;
  margin-right: 10px;
}

/* line 176, scss/index.scss */

#gallery-con #thumbnails .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 22;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 187, scss/index.scss */

#gallery-con #thumbnails .icon-play {
  background-position: 0 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 191, scss/index.scss */

#gallery-con #thumbnails .icon-pause {
  background-position: -32px 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 195, scss/index.scss */

#gallery-con #thumbnails .icon-arrow-right {
  background-position: -64px 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 199, scss/index.scss */

#gallery-con #thumbnails .icon-arrow-left {
  background-position: -96px 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}




/*# sourceMappingURL=style.css.map */