@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap");

* {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: Gotham;
  src: url(sansation_light.woff);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  position: relative;
}
a,
a:hover {
  text-decoration: none;
}
ul,
li,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.banner img {
  max-width: 100%;
}
.menu ul {
  list-style-type: none;
  display: flex;
  gap: 20px;
  font-weight: 300;
}
.hdr {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
.srch {
  margin-left: 3rem;
  display: none;
}
.menu ul li a {
  color: #000;
  font-weight: 400;
}
.menu ul li a:hover {
  color: #727272;
}
.scl_mda ul {
  list-style-type: none;
}
.scl_mda ul li {
  margin: 7px 0;
}
.scl_mda ul li a {
  color: #606060;
  font-size: 16px;
}
.banner_btm {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.scl_mda ul li img {
  max-width: 11px;
}
.blk_btn {
  background: #000;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  display: block;
  max-width: fit-content;
  border: none;
}
.menu_2 {
  display: flex;
  list-style-type: none;
  gap: 35px;
  font-size: 13px;
}
.menu_2 li a {
  color: #000;
}
.menu_2_lnk {
  font-weight: bold;
  text-decoration: underline;
}
.hd span {
  font-size: 28px;
  font-weight: 300;
}
.hd h1 {
  font-size: 46px;
  font-weight: bold;
}
.fst_hd h2 {
  font-size: 46px;
  font-weight: bold;
}
.fst_hd {
  width: 47%;
}
.fst_par {
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
}
.fst_par p {
  width: 60%;
  position: relative;
  top: 25px;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}
#exp {
  padding-left: 240px;
}
#exp .owl-carousel .owl-nav button,
#exp .owl-carousel .owl-nav button {
  background: #fff !important;
  padding: 10px 11px !important;
  float: left;
  font-size: 24px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #e2b356;
  font-weight: normal;
  color: #0e0d0d;
  line-height: 9px;
  position: absolute;
  border: none;
  top: 52%;
  border: 1px solid #a2a2a2;
  border-radius: 100%;
  width: 62px;
  height: 62px;
}
#exp .owl-carousel .owl-nav .owl-next,
#img_gal .owl-carousel .owl-nav .owl-prev {
  left: -77px;
}
#exp .owl-carousel .owl-nav .owl-prev {
  display: none;
}
.icns {
  position: absolute;
  left: 70px;
  bottom: -37px;
}
.evnt_tech {
  background: #f4f4f4;
}
.cont_1 {
  min-height: 55rem;
}
.rit_bg {
  background: #262626;
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.evnt_hd {
  margin-top: 7rem;
}
.evnt_hd h2 {
  font-size: 46px;
  font-weight: bold;
}
.com_p {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}
.evnt_tech a button {
  background: transparent;
  padding: 10px 11px;
  float: left;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  color: #0e0d0d;
  line-height: 9px;
  border: 1px solid #a2a2a2;
  border-radius: 100%;
  width: 62px;
  height: 62px;
}
.evnt_tech a {
  color: #000;
  font-weight: 300;
}
.num {
  font-size: 100px;
  font-weight: bold;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -95px;
}
.ptrn_2 {
  position: absolute;
  bottom: 74px;
  width: 100%;
  text-align: center;
}
.rit_bg img {
  max-width: 100%;
  height: 100%;
}
.ptrn_3 {
  position: absolute;
  top: 74px;
  width: 100%;
  text-align: center;
}
/**video player**/
.video-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /**background: rgb(68,52,119);
  background: linear-gradient(86deg, rgba(68,52,119,1) 0%, rgba(144,62,138,1) 51%, rgba(64,132,173,1) 100%);**/
}
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 1;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
  display: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
  display: none;
}
.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}

.play-button-wrapper #circle-play-b-sld {
  cursor: pointer;
  pointer-events: auto;
  display: none;
}
.play-button-wrapper #circle-play-b-sld svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
/**video player**/
.ply {
  max-width: 145px;
}
.vdo_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(68, 52, 119);
  background: linear-gradient(
    86deg,
    rgba(68, 52, 119, 1) 0%,
    rgba(144, 62, 138, 1) 51%,
    rgba(64, 132, 173, 1) 100%
  );
  z-index: 9;
  opacity: 0.8;
}
.black_sec {
  background: #000;
}
.black_sec a {
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.black_sec a img {
  max-width: 120px;
}
.blk_ptrn {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}
.blk_ptrn img {
  max-width: 100%;
}
.blk_ptrn2 {
  position: absolute;
  left: 45px;
  bottom: -16px;
  width: 160px;
}
.blk_ptrn2 img {
  max-width: 100%;
}
.opacity-0-5 {
  opacity: 0.5;
}
.lft_bg {
  background: #262626;
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.evnt_tech a.lft_side {
  justify-content: flex-end;
}
.num2 {
  font-size: 100px;
  font-weight: bold;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: -95px;
}
.ptrn_3_lft {
  position: absolute;
  top: 74px;
  width: 100%;
  text-align: center;
  left: -55px;
}
.video-container.video-container-grn {
  background: rgb(175, 167, 43);
  background: linear-gradient(
    86deg,
    rgba(175, 167, 43, 1) 0%,
    rgba(26, 102, 58, 1) 51%,
    rgba(9, 97, 57, 1) 100%
  );
}
.tp_arw {
  position: absolute;
  left: 0;
  bottom: 44px;
  width: 100%;
  text-align: center;
}
.black_sec.black_sec_2 {
  background: #2d2d2d;
}
.video-container-orang {
  background: rgb(209, 58, 36);
  background: linear-gradient(
    86deg,
    rgba(209, 58, 36, 1) 0%,
    rgba(225, 92, 49, 1) 51%,
    rgba(0, 0, 0, 1) 100%
  );
}
.gal_sec h2 {
  font-size: 46px;
  font-weight: bold;
}
.tbs_btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
.tbs_btn a {
  color: #000;
  font-weight: normal;
  letter-spacing: 3px;
}
.tbs_btn a button {
  background: transparent;
  padding: 10px 11px;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  color: #0e0d0d;
  line-height: 9px;
  border: 1px solid #a2a2a2;
  border-radius: 100%;
  width: 62px;
  height: 62px;
}
.active_tbs {
}
#img_slider .owl-nav,
#vdo_slider .owl-nav {
  margin: 24px auto;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  max-width: 1320px;
}
#img_slider .owl-prev,
#img_slider .owl-next {
  font-size: 22px;
}
#vdo_slider .owl-prev,
#vdo_slider .owl-next {
  font-size: 22px;
}
.sep {
  margin: 5rem auto;
  width: 89%;
}
.our_clints h2 {
  font-size: 40px;
  font-weight: bold;
}
.clnts img {
  width: auto !important;
  max-width: 100%;
  max-height: 72px;
}
.clnts {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bap {
  font-size: 65px;
  font-weight: bold;
}
footer {
  background: #f4f4f4;
}
.ftr_adrs {
  margin-top: 8rem;
  list-style-type: none;
  padding-bottom: 10px;
}
.ftr_adrs h4 span {
  font-size: 26px;
  font-weight: 400;
  display: block;
  color: #000;
  margin-bottom: 10px;
}
.ftr_adrs h4 {
  font-size: 16px;
  font-weight: 300;
  color: #747474;
}
.ftr_adrs h4 a {
  color: #747474;
}
.ftr_adrs li {
  text-align: center;
}
.ftr_txt {
  font-size: 13px;
  font-weight: 400;
  color: #cbcbcb;
}
.cap_1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 23px;
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
.cap_1 h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
}
.cap_1 span {
  font-size: 72px;
  font-weight: 300;
}
.evnt_img img {
  max-width: 100%;
}
.lft_bg img {
  max-width: 100%;
  height: 100%;
}

/**slider**/
.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  position: absolute;
  z-index: 100;
  width: 40px;
  top: 0;
  right: 14px;
  transform: translateY(0%);
  left: auto;
  color: #fff;
  display: block;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 42px;
  text-align: center;
  font-size: 22px;
  color: #6c6b6b;
  font-weight: 400;
}
.slideshow .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
  display: none;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}
.slideshow-text {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  text-align: right;
  font-weight: 100;
  pointer-events: none;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .slideshow-text {
    font-size: 40px;
  }
  .clnts img {
    max-height: 100px;
  }
  .mob_scl {
    gap: 26px !important;
  }
  .nav-open .nav2 {
    max-width: 550px;
    width: 550px;
  }
  .evnt_img img {
    display: none;
  }
}

.the-most {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}
.the-most img {
  max-width: 100%;
}
/**slider**/

/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 3000 ms;
  animation-duration: 3000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.slick-active button {
  color: #000 !important;
}

#nav-toggle2 {
}

/**hover**/
/* Shine */
.hover14 {
  position: relative;
}
.hover14 figure {
  position: relative;
  overflow: hidden;
}
.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14 figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/**hover**/

/**hover 2**/
.ftr_adrs h4 span a:hover {
  color: #000;
}
.owl-nav button:hover,
a button:hover,
.blk_btn:hover,
.black_sec a:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/**hover 2**/

/**hover 3**/
.fst_hd h2 {
  cursor: pointer;
  line-height: 1.2;
  margin: 0.3em 0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  transition: 0.5s ease-out;
  font-weight: 400;
}
.from-center {
  background-image: linear-gradient(to bottom, #383838, #383838),
    linear-gradient(to bottom, #383838, #383838);
  background-size: 0% 100%, 100% 100%;
  background-position: center;
}
.from-center:hover {
  background-size: 100% 100%, 100% 100%;
}
/**hover 3**/

/* Rotate */
.hover06 img {
  transform: rotate(0) scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/**.hover06:hover img {
	transform: rotate(15deg) scale(0.8);
}**/
.calendly-badge-widget {
  display: none;
}

.lmtWIHO_gkbTeeyuvoJC {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff !important;
}
.mybutton2_dis {
  opacity: 1 !important;
}
#myBtn {
  position: fixed;
  bottom: 25px;
  right: 20px;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #fff;
  color: black;
  cursor: pointer;
  padding: 7px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
ul.tabs {
  list-style-type: none;
}
.slick-dots li {
  margin: 12px 5px;
}
.slick-active button::after {
  content: "";
  width: 22px;
  height: 2px;
  background: #6c6b6b;
  position: absolute;
  left: -28px;
  top: 17px;
}
.icns_bk {
  position: absolute;
  bottom: 71px;
  right: 0;
  text-align: center;
}
.tar_lnk {
  position: absolute;
  width: 100px;
  height: 50px;
  background: red;
  top: -48px;
  opacity: 0;
}
.vert-move {
  -webkit-animation: mover 0.7s infinite alternate;
  animation: mover 0.7s infinite alternate;
}
.horz-move {
  -webkit-animation: mover2 0.7s infinite alternate;
  animation: mover2 0.7s infinite alternate;
}
#myBtn:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.scl_mda ul li a:hover {
  color: #000;
}
.scl_mda ul li:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes mover2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes mover2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}

.cont_1 {
  overflow-x: hidden;
}
.pos_lnk_a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.w3-animate-fading {
  animation: fading 10s;
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.w3-animate-opacity {
  animation: opac 2s;
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.zoom_hvr {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
a.big:hover .zoom_hvr {
  opacity: 1;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.gal_sec::-webkit-scrollbar,
.evnt_tech::-webkit-scrollbar,
.black_sec::-webkit-scrollbar,
.black_sec::-webkit-scrollbar,
footer::-webkit-scrollbar,
.banner::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.gal_sec,
.evnt_tech,
.black_sec,
.black_sec,
footer,
.banner {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.ftr_sticky ul li a:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
#exp .owl-carousel .owl-nav.disabled {
  display: block;
}
@keyframes slideDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/**preloader**/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 999999;
  /* makes sure it stays on top */
}

#preloader div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border-radius: 100%;
  opacity: 0;
  border: 5px solid #000;
  animation: anim 3s infinite linear;
}

@keyframes anim {
  0% {
    opacity: 0;
    width: 0vmin;
    height: 0vmin;
  }
  10% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    width: 100vmin;
    height: 100vmin;
  }
}

#preloader div:nth-child(1) {
  animation-delay: 200ms;
}
#preloader div:nth-child(2) {
  animation-delay: 400ms;
}
#preloader div:nth-child(3) {
  animation-delay: 600ms;
}
#preloader div:nth-child(4) {
  animation-delay: 800ms;
}
#preloader div:nth-child(5) {
  animation-delay: 1000ms;
}
#preloader div:nth-child(6) {
  animation-delay: 1200ms;
}
#preloader div:nth-child(7) {
  animation-delay: 1400ms;
}
#preloader div:nth-child(8) {
  animation-delay: 1600ms;
}
#preloader div:nth-child(9) {
  animation-delay: 1800ms;
}

.ftr_adrs h4 span.sub_ph {
  font-size: 16px;
  margin: 8px 0;
}
/**Responsive**/
@media screen and (max-width: 767px) {
  .video-container video {
    width: 800px;
    height: 450px;
  }
  #vdo_slider .vd_sld_cont video {
    width: 800px;
    height: 450px;
  }
  .fixed_mob_hdr {
    position: sticky;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    webkit-animation: slideDown 0.5s ease-out;
    animation: slideDown 0.5s ease-out;
  }
  .gal_sec,
  .evnt_tech,
  .black_sec,
  .banner {
    overflow-x: hidden;
  }
  .vdo_sec {
    overflow-x: hidden;
  }
  .rit_bg img {
    transform: rotate(-90deg);
  }
  .tp_arw {
    display: none;
  }
  .hdr {
    padding: 20px 0;
    position: relative;
  }
  .tbs_btn a button {
    font-size: 20px;
    width: 47px;
    height: 47px;
  }
  .evnt_hd h2 {
    font-size: 40px;
    font-weight: 400;
  }
  .evnt_tech a {
    font-size: 16px;
  }
  .evnt_tech a button {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }
  .scl_mda ul li {
    margin: 16px 0;
  }
  .evnt_hd h2 {
    font-size: 36px;
  }
  .slider_fst {
    overflow-x: visible;
    overflow-y: hidden;
  }
  .menu {
    margin-top: 14px;
    width: 100%;
  }

  /***/
  .ftr_sticky {
    padding: 8px 0;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .mybutton2_dis {
    opacity: 1;
  }

  .ftr_sticky ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    list-style-type: none;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    width: 245px;
    padding: 0;
    background: #fff;
    border-radius: 50px;
  }
  .ftr_sticky ul li a {
    background: transparent;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    position: relative;
  }
  .ftr_sticky ul li a .hps {
    transition: transform 0.2s;
    transform: scale(0);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .ftr_sticky ul li a:hover .hps {
    background: #000;
    transform: scale(1);
  }
  .ftr_sticky ul li a i {
    position: relative;
    z-index: 9;
  }

  /***/
  .menu ul {
    gap: 16px;
    width: 100%;
  }
  .logo {
    width: 261px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .menu_2 {
    display: flex;
    gap: 14px;
    font-size: 13px;
    flex-wrap: wrap;
  }
  .bap {
    font-size: 65px;
    font-weight: bold;
    width: 95%;
  }
  .scl_mda {
    width: 5%;
  }
  .hd span {
    font-size: 16px;
  }
  .hd h1 {
    font-size: 22px;
    font-weight: bold;
  }
  .hd {
    width: 100%;
    margin-top: 17px;
  }
  .banner_btm {
    bottom: 0px;
    left: auto;
    right: 15%;
    width: 85%;
  }
  .srch {
    margin-left: auto;
  }
  .fst_par p {
    width: 100%;
    position: relative;
    order: 2;
  }
  .flx_wlcm {
    display: flex;
    flex-wrap: wrap;
  }
  .fst_par {
    display: flex;
    justify-content: flex-end;
    order: 2;
  }
  .fst_hd {
    width: 100%;
    margin-top: 0px;
  }
  .slider_fst {
    order: 3;
    margin-top: 4rem;
  }
  #exp {
    position: relative;
    padding-left: 80px;
  }
  .icns {
    left: 0px;
    bottom: -37px;
    width: 118px;
  }
  .icns img {
    max-width: 100%;
  }
  .evnt_img {
    margin-top: 35px;
  }
  .rit_bg {
    background: #262626;
    width: 100%;
    height: 15%;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    display: none;
  }
  .lft_bg img {
    width: 100%;
    height: auto;
  }
  .ptrn_2 {
    position: absolute;
    bottom: 74px;
    width: 64px;
    text-align: center;
  }
  .lft_bg {
    width: 100%;
    height: 20%;
    position: absolute;
    left: auto;
    top: auto;
    bottom: 0;
    display: none;
  }
  .our_clints h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 4rem;
  }
  .bap {
    font-size: 40px;
    font-weight: bold;
    width: 95%;
    margin-bottom: 12px;
  }
  .ftr_adrs {
    margin-top: 4rem;
    list-style-type: none;
    padding-bottom: 10px;
  }
  .ftr_adrs li {
    text-align: center;
    margin-bottom: 28px;
  }
  .evnt_hd {
    margin-top: 4rem;
  }
  .ptrn_3_lft {
    position: absolute;
    top: 34px;
    width: 50px;
    text-align: center;
    left: 0;
    display: none;
  }
  .slideshow .slider .item img {
    min-height: auto;
  }
  .hide_max_767 {
    display: none;
  }
  /**mob menu**/
  .hdr_mob {
    padding: 5px 0;
    z-index: 9999;
    background: #fff;
  }
  .hdr_mob img {
    max-width: 175px;
  }
  .mnu_det_tp {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #nav-toggle2 img {
    max-width: 20px;
  }
  .hdr_mob .blk_btn {
    padding: 15px 9px;
    font-size: 12px;
    max-width: fit-content;
  }
  #nav-toggle img {
    max-width: 34px;
  }
  .mob_tgl {
    position: relative;
    z-index: 999;
  }
  .blk_btn2 {
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    color: #000 !important;
    display: block;
    max-width: fit-content;
    border: none;
  }
  .nav-open .nav2 {
    transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.5s,
      z-index 0s linear 0.01s;
  }
  .nav2 {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 999;
    height: 100%;
    width: 0;
    overflow: hidden;
    transition: all 1.4s ease-in-out 0s, visibility 0s linear 1.4s,
      z-index 0s linear 1.4s;
  }
  .mnu_det_tp a.h4 {
    font-size: 14px;
    color: #fff;
    padding: 17px 0px;
    margin-bottom: 0;
  }
  .mob_scl {
    list-style-type: none;
    padding: 12px 30px !important;
    opacity: 0;
  }
  .mob_scl li img {
    max-width: 11px;
  }
  .mob_scl li a {
    padding: 10px 0px;
  }
  .mnu_det_tp {
    padding-left: 24px;
    padding-right: 24px;
    opacity: 0;
  }
  .nav2 ul {
    padding-top: 1rem;
    padding-bottom: 2rem;
    opacity: 0;
  }
  .nav2 a {
    display: block;
    text-align: left;
    color: #fff;
    padding: 10px 24px;
    font-size: 14px;
    margin-left: -200px;
    transition-property: margin-left;
    transition: all 1.5s ease-in-out 0s, visibility 0s linear 1.5s,
      z-index 0s linear 0.01s;
  }
  #nav-toggle2 {
    background: transparent;
    border: none;
  }
  .nav2 a:hover {
    color: #cfd8dc;
  }
  .nav2 a:nth-child(1) {
    transition-delay: 0s;
  }
  .nav2 a:nth-child(2) {
    transition-delay: 0.2s;
  }
  .nav2 a:nth-child(3) {
    transition-delay: 0.4s;
  }
  .nav2 a:nth-child(4) {
    transition-delay: 0.6s;
  }
  #nav-toggle {
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    font: inherit;
    font-size: inherit;
    font-size: 20px;
    color: #fff;
    transition: transform 0.2s ease;
    padding: 0;
  }
  #nav-toggle:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    display: none;
  }
  #nav-toggle:focus {
    outline: none;
  }
  #nav-toggle:hover {
    color: #cfd8dc;
  }
  .nav-open .nav2 a,
  .nav-open .nav2 h4 {
    margin-left: 0;
  }
  .nav2 h4 {
    margin-left: -200px;
    transition-property: margin-left;
    transition: all 1.5s ease-in-out 0s, visibility 0s linear 1.5s,
      z-index 0s linear 0.01s;
    transition-delay: 0s, 1.5s, 0.01s;
  }
  .nav-open #nav-toggle {
    transform: scale(0);
  }
  .nav-open #nav-toggle2 {
    transform: scale(1);
    opacity: 1;
    transition: transform 0.2s ease;
  }
  #nav-toggle2 {
    transform: scale(0);
    opacity: 0;
    transition: transform 0.2s ease;
  }

  .nav-open #nav-toggle:after {
    content: "\f00d";
  }
  .rit_mob {
    display: flex;
  }
  /**mob menu**/
  .split-slideshow {
    height: 316px;
    overflow: hidden;
    position: relative;
  }
  .slideshow .slider .item img {
    min-width: 101%;
    min-height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .hhfh {
    width: 80%;
    height: 90px;
  }
  .slideshow .slick-dots {
    top: 35%;
  }
  .evnt_tech {
    background: #f4f4f4;
    padding-bottom: 2rem !important;
  }
  .blk_btn {
    padding: 10px 10px;
    font-size: 13px;
    max-width: fit-content;
  }
  .mob_scl_sec {
    position: absolute;
    left: 0;
    bottom: 9.4rem;
    z-index: 9;
    padding: 10px 20px;
  }
  .carousel-caption-1 {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .carousel-caption-1 span {
    font-size: 20px;
    font-weight: 300;
  }
  .carousel-caption-1 h2 {
    font-size: 28px;
    font-weight: bold;
  }
  .bka_btn_mob {
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 40px;
    position: absolute;
    z-index: 99;
  }
  #mob_slider .owl-dots button span {
    width: 20px;
    height: 14px;
    display: block;
  }
  #mob_slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 38%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #mob_slider .owl-dots {
    counter-reset: dots;
    font-size: 17px;
    color: #8c8888;
    font-weight: bold;
    padding: 0 10px;
  }
  #mob_slider .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    font-weight: 400;
    font-size: 14px;
  }
  #mob_slider .owl-dot.active:before {
    color: #000;
  }
  .h4 {
    font-size: 18px;
    color: #fff;
    margin: 16px 0;
  }
  .bka_btn_mob_mnu .blk_btn {
    border: 1px solid #fff;
    opacity: 0;
  }
  .bka_btn_mob_mnu {
    margin: 7px 24px !important;
  }
  /****/
  .nav-open .mnu_det_tp,
  .nav-open .nav2 ul,
  .nav-open .bka_btn_mob_mnu .blk_btn,
  .nav-open .mob_scl {
    opacity: 1;
  }
  .mnu_det_tp,
  .nav2 ul,
  .bka_btn_mob_mnu .blk_btn,
  .mob_scl {
    transition: all 1.5s ease-in-out 0s, visibility 0s linear 1.5s,
      z-index 0s linear 0.01s;
  }
}

@media screen and (min-width: 768px) {
  .banner {
    min-height: 100vh;
  }
  .fst_hd {
    padding: 42px 0 30px;
  }
  .hhfh {
    min-width: 410px;
    min-height: 97px;
  }
  .fixed_dsk_hdr {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    webkit-animation: slideDown 0.5s ease-out;
    animation: slideDown 0.5s ease-out;
  }
  .hide_min_768 {
    display: none;
  }
  .fst_hd h2 {
    font-weight: bold;
  }
  #vdo_slider .vd_sld_cont video {
    width: 100%;
    height: 287px;
  }
  .black_sec .evnt_hd + .com_p {
    padding: 0 5rem;
  }
  .evnt_tech .evnt_hd + .com_p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    width: 52%;
  }
  .dlss {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .zp9 {
    position: relative;
    z-index: 99;
  }

  /****/
  .ftr_sticky {
    padding: 8px 0;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .mybutton2_dis {
    opacity: 1;
  }

  .ftr_sticky ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    list-style-type: none;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    width: 245px;
    padding: 0;
    background: #fff;
    border-radius: 50px;
  }
  .ftr_sticky ul li a {
    background: transparent;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 22px;
    position: relative;
  }
  .ftr_sticky ul li a .hps {
    transition: transform 0.2s;
    transform: scale(0);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .ftr_sticky ul li a:hover .hps {
    background: #000;
    transform: scale(1);
  }
  .ftr_sticky ul li a i {
    position: relative;
    z-index: 9;
  }
}

@media screen and (max-width: 480px) {
  .split-slideshow {
    height: 183px;
  }
  #vdo_slider .vd_sld_cont video {
    width: 100%;
    height: auto;
  }
  .nav-open .nav2 {
    max-width: 550px;
    width: 100%;
  }
  .ftr_adrs li {
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 0;
  }
  .sep {
    margin: 0rem auto;
  }
  .black_sec a img {
    max-width: 80px;
  }
  .black_sec a {
    font-size: 15px;
  }
  .cap_1 {
    padding: 10px;
  }
  .cap_1 h3 {
    font-size: 15px;
  }
  .cap_1 span {
    font-size: 30px;
  }

  .mob_scl li a {
    font-size: 18px;
  }
  .hhfh {
    width: 80%;
    height: 68px;
    line-height: 20px;
  }
  .banner_btm {
    bottom: -21px;
    left: auto;
    right: 15%;
    width: 85%;
  }
  .logo2 {
    margin-bottom: 5px;
  }
  .rit_mob {
    display: flex;
    justify-content: space-between;
  }
  #exp {
    padding-left: 55px;
  }
  #exp .owl-carousel .owl-nav button,
  #exp .owl-carousel .owl-nav button {
    font-size: 18px;
    top: 42%;
    width: 40px;
    height: 40px;
  }
  #exp .owl-carousel .owl-nav .owl-next,
  #img_gal .owl-carousel .owl-nav .owl-prev {
    left: -48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    max-width: 197px;
  }
  .menu ul {
    gap: 12px;
  }
  .menu ul li a {
    font-size: 13px;
  }
  .hd {
    width: 100%;
  }
  .hd span {
    font-size: 20px;
    font-weight: 300;
  }
  .hd h1 {
    font-size: 26px;
  }
  .fst_hd {
    width: 88%;
    margin: 32px 0;
  }
  .hhfh {
    width: 197px;
    min-width: unset;
    min-height: 65px;
  }
}

@media (min-width: 1600px) {
  .lft_bg {
    width: 27%;
  }
  .rit_bg {
    width: 27%;
  }
  .rit_bg img,
  .lft_bg img {
    width: 100%;
  }
  .ptrn_3 img,
  .ptrn_2 img,
  .ptrn_3_lft img {
    width: auto;
  }
}

@media (min-width: 1800px) {
  .lft_bg {
    width: 35%;
  }
  .rit_bg {
    width: 35%;
  }
  .rit_bg img,
  .lft_bg img {
    width: 100%;
  }
  .ptrn_3 img,
  .ptrn_2 img,
  .ptrn_3_lft img {
    width: auto;
  }
}

@media (min-width: 768px) {
  .cont_1 {
    overflow-x: hidden;
  }
  .evnt_tech {
    overflow-x: hidden;
  }
  .banner {
    overflow-x: hidden;
  }
  .black_sec.black_sec_2 {
    overflow-x: hidden;
  }
  .our_clints {
    overflow-x: hidden;
  }
}
