@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/fancybox.min.css);
@import url(../css/aos.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200..800&display=swap');
:root {
  --font-family-Jakarta: "Plus Jakarta Sans", sans-serif;
  --color-ff9600: #ff9600;
  --color-8b8a8e: #8b8a8e;
  --color-c0c0c0: #c0c0c0;
  --color-f1f1f1: #f1f1f1;
  --color-262626: #262626;
  --color-e3e0e0: #e3e0e0;
  --color-bfbfbf: #bfbfbf;
  --color-222126: #222126;
  --color-282728: #282728;
  --color-1c1c1d: #1c1c1d;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --font-style-normal: normal;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-17: 17px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-50: 50px;
  --font-size-70: 70px;
  --font-size-84: 84px;
  --font-size-111: 111px;
  --character-spacing-0: 0px;
  --line-height-14: 20px;
  --line-height-16: 24px;
  --line-height-17: 25px;
  --line-height-20: 28px;
  --line-height-22: 30px;
  --line-height-25: 35px;
  --line-height-50: 50px;
  --line-height-70: 80px;
  --line-height-84: 84px;
  --line-height-111: 121px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}
* {
  outline: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
body {
  font-family: var(--font-family-Jakarta);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-3A3A3A);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: var(--color-1c1c1d);
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
.svg {
  object-fit: contain;
  object-position: center center;
}
a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
  color: var(--color-EF8800);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 10px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--color-EF8800);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--color-83B640);
  text-decoration: none;
  background-color: transparent;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 2px solid var(--color-83B640);
  border-top: 0 none;
  margin: 50px 0;
  padding: 0;
  opacity: 1;
}
p {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-ffffff);
  margin-bottom: 20px;
}
.p-content {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-e3e0e0);
  margin-bottom: 20px;
}
.extra-small {
  font-size: var(--font-size-14);
  line-height: var(--line-height-14);
  color: var(--color-e3e0e0);
  margin-bottom: 20px;
}
.small-text {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-e3e0e0);
  margin-bottom: 20px;
}
.section-title {
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  color: var(--color-ff9600);
  font-weight: var(--font-weight-ExtraBold);
  margin-bottom: 20px;
}
.title {
  font-size: var(--font-size-84);
  line-height: var(--line-height-84);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 30px;
  font-style: italic;
}
.title2 {
  font-size: var(--font-size-50);
  line-height: var(--line-height-50);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 30px;
  font-style: italic;
}
.title span {
  color: var(--color-c0c0c0);
  font-weight: var(--font-weight-Light);
}
.title2 span {
  color: var(--color-c0c0c0);
  font-weight: var(--font-weight-Light);
}
.div-title {
  font-size: var(--font-size-25);
  line-height: var(--line-height-25);
  color: var(--color-c0c0c0);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 12px;
}
.div-sub-title {
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  color: var(--color-ffffff);
  margin-bottom: 12px;
}
.div-text {
  font-size: var(--font-size-22);
  line-height: var(--line-height-22);
  color: var(--color-c0c0c0);
  margin-bottom: 12px;
}
.weight-Light {
  font-weight: var(--font-weight-Light);
}
.weight-Regular {
  font-weight: var(--font-weight-Regular);
}
.weight-Medium {
  font-weight: var(--font-weight-Medium);
}
.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}
.weight-Bold {
  font-weight: var(--font-weight-Bold);
}
.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}
.weight-Black {
  font-weight: var(--font-weight-Black);
}
.height-100 {
  height: 100vh;
}
.color-ff9600 {
  color: var(--color-ff9600) !important;
}
.color-282728 {
  color: var(--color-282728) !important;
}
.color-8b8a8e {
  color: var(--color-8b8a8e) !important;
}
.color-c0c0c0 {
  color: var(--color-c0c0c0) !important;
}
.color-e3e0e0 {
  color: var(--color-e3e0e0) !important;
}
.color-1c1c1d {
  color: var(--color-1c1c1d) !important;
}
.color-000000 {
  color: var(--color-000000) !important;
}
.view-more-text {
  display: inline-block;
}
.view-more-text-btn {
  font-size: var(--font-size-18);
  line-height: var(--line-height-inherit);
  color: var(--color-ff9600);
  font-weight: var(--font-weight-Bold);
  display: inline-block;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-text-btn img {
  width: 25px;
  margin-left: 10px;
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-text-btn:hover {
  color: var(--color-ffffff);
}
.view-more-text-btn:hover img {
  transform: rotate(0deg);
}
.view-more {
  display: inline-block;
}
.view-more-btn {
  display: inline-block;
  font-size: var(--font-size-20);
  line-height: var(--line-height-inherit);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Bold);
  padding: 15px 30px;
  border-radius: 15px;
  border: none;
  background-color: var(--color-ff9600);
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover {
  color: var(--color-ffffff);
  background-color: var(--color-ff9600);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.img-zoom {
  overflow: hidden;
}
.img-zoom .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
.img-zoom:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* @import url(../css/root.css); */
/* main-header */
.g_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
  position: fixed;
  background: var(--color-f0f2f5);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}
.right-top-header ul li a .svg:hover,
.right-top-header ul li a .img:hover {
  fill: var(--color-bfbfbf);
}
/* loader css*/
/* loader css */
/* top-menu */
.top-menu {
  background: var(--color-222126);
  padding: 10px 0;
}
.left-top-header p {
  color: var(--color-bfbfbf);
}
.left-top-header p a {
  color: var(--color-ffffff);
  margin: 0 5px;
}
.left-top-header p:hover a {
  color: var(--color-ff9600);
}
.right-top-header .extra-small {
  margin-right: 90px;
  position: relative;
}
.right-top-header .extra-small::after {
  position: absolute;
  content: '';
  right: -100%;
  top: 8px;
  width: 50px;
  height: 1.5px;
  background: var(--color-bfbfbf);
}
.right-top-header ul li {
  float: left;
  margin: 0 7px;
}
.right-top-header ul li a .svg,
.right-top-header ul li a .img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  fill: var(--color-ffffff) !important;
  /* -webkit-filter: invert(100%); */
  /* filter: invert(100%); */
}
.right-top-header ul li a .svg path {
  fill: var(--color-ffffff) !important;
}
.right-top-header ul li:hover a .svg path {
  fill: var(--color-ff9600) !important;
}
/* top-menu */
.main-nav {
  background: var(--color-e3e0e0);
  padding: 20px 0px;
  width: 100%;
  float: left;
  position: relative;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.main-nav .navbar-expand-lg .navbar-brand {
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 280px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .nav-item {
  padding-left: 70px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-14);
  color: var(--color-282728);
  font-weight: var(--font-weight-SemiBold);
  line-height: initial;
  padding: 12px 12px;
  text-transform: uppercase;
}
.main-nav .nav-item .nav-link:focus,
.main-nav .nav-item.active .nav-link,
.main-nav .nav-item .nav-link:hover {
  color: var(--color-ff9600);
}
.main-nav .nav-item .nav-link.show,
.main-nav .nav-item .show>.nav-link {
  color: var(--color-ff9600);
}
/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}
.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-8b8a8e);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-14);
  color: var(--color-000000);
  background: var(--color-ffffff);
  padding: 8px 8px;
  border-bottom: solid 1px var(--color-8b8a8e);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-ffffff);
  background-color: var(--color-282728);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.main-nav .appointment {
  position: relative;
  display: inline-block;
}
.main-nav .appointment .nav-link {
  padding: 12px 30px;
  background: var(--color-000000);
  color: var(--color-ffffff);
  border-radius: 50px;
}
.main-nav .appointment:hover .nav-link {
  background: var(--color-ff9600);
  color: var(--color-000000);
}
.main-nav .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  margin-left: 10px;
  vertical-align: -2px;
  border: none;
  background-image: url(../images/icons/dropdown-toggle.png);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.main-nav .navbar-nav .nav-item.dropdown.active .dropdown-toggle::after {
  background-image: url(../images/icons/dropdown-toggle2.png);
}
/* dropdown-menu */
/* main-header */
/* homepage-video */
.main-banner-video {
  width: 100%;
  height: calc(100vh - 130px);
}
.new_video_box {
  position: relative;
  clear: both;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.myVideo {
  width: 100%;
  height: auto;
  position: relative;
  height: calc(100vh - 130px);
  -o-object-fit: cover;
  object-fit: cover;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  left: 50px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 35px;
  height: 35px;
  background: var(--color-ff9600);
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: var(--color-ff9600);
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid var(--color-ffffff);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 14px;
  left: 6px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* homepage-video */
/* service-strip */
.service-strip-section {
  padding: 30px 0;
  background: var(--color-000000);
  border-top: solid 1px var(--color-ffffff);
}
.service-strip-section .swiper-button-prev, .service-strip-section .swiper-button-next {
    position: absolute;
    top: 38px;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #d7d7d7;
    border-radius: 100%;
    /* margin-left: -13px; */
    filter: invert(1);
    padding: 1rem;
    z-index: 9;
}
.service-strip-section .swiper-button-prev {
    left: 0;
    right: auto;
}
.service-strip-section .swiper-button-next {
    left: auto;
    right: 0;
}
.service-strip-section .swiper-button-prev svg {
  filter: invert(1);
}
.service-strip-section .swiper-wrapper {
  padding: 1rem 0;
}

.service-strip-section .swiper-button-next:hover {
  background-color: #c5c5c5;
}
.service-strip-section .swiper-button-p::-ms-reveal {
  background-color: #c5c5c5;
}
.service-strip-icon {
  width: 50px;
  height: 50px;
  border: solid 2px var(--color-c0c0c0);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.service-strip-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-strip-icon img {
  width: 30px;
  transform: rotate(45deg);
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.service-strip-text {
  margin-left: 14px;
}
.service-strip-box:hover .div-sub-title {
  color: var(--color-ff9600);
}
.service-strip-box:hover .service-strip-icon img {
  transform: rotate(0deg);
  -webkit-filter: invert(0);
  filter: invert(0);
}
.service-strip-box:hover .service-strip-icon {
  background: var(--color-c0c0c0);
}
/* service-strip */
/* about-us-section */
.loader-line {
  width: 95%;
  height: 2px;
  position: relative;
  overflow: hidden;
  background-color: var(--color-c0c0c0);
  display: block;
  margin-bottom: 30px;
}
.loader-line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 2px;
  width: 40%;
  background-color: var(--color-8b8a8e);
  -webkit-animation: lineAnim 1s linear infinite;
  -moz-animation: lineAnim 1s linear infinite;
  animation: lineAnim 1s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}
.count-div .counter-amt {
  font-size: var(--font-size-111);
  line-height: var(--line-height-111);
  color: var(--color-ffffff);
  display: inline-block;
  margin: 0;
  -webkit-text-stroke: 2px var(--color-bfbfbf);
  color: var(--color-1c1c1d);
  font-family: sans-serif;
}
.count-div .div-text {
  display: inline-block;
  font-weight: var(--font-weight-Bold);
  padding: 10px;
  margin: 0;
  position: relative;
  top: -25px;
}
.about-right {
  padding-left: 100px;
}
.standee {
  position: absolute;
  left: -9%;
  top: 28px;
  width: 37%;
  height: auto;
}
/* about-us-section */
/* home-services-section */
.services-bg {
  background: var(--color-000000);
}
.services-box {
  margin: 3%;
  margin-bottom: 40px;
}
.services-width {
  width: 44%;
  float: left;
}
.service-name {
  margin-top: 15px;
  position: relative;
}
.service-name::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 5px;
  width: 90%;
  height: 1.5px;
  background: var(--color-c0c0c0);
}
.service-name img {
  width: 24px;
  height: 24px;
  margin-left: 0;
  top: 5px;
  object-fit: contain;
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.service-img img,
.service-img {
  border-radius: 30px;
}
.service-name .div-text,
.service-name img {
  background: var(--color-000000);
  position: relative;
}
.service-name .div-text {
  padding-right: 30px;
}
.services-box:hover .service-name .div-text {
  color: var(--color-ff9600);
}
.services-box:hover .service-name img {
  transform: rotate(0deg);
}
/* home-services-section */
/* latest-works-section */
.latest-video .iframe-video iframe {
  width: 100%;
  height: 400px;
}
.right-swiper {
  margin-right: 20%;
}
.left-swiper {
  margin-left: 20%;
}
.standee2 {
  position: absolute;
  width: 300px;
  right: 0;
  bottom: -200px;
  z-index: 1;
}
/* latest-works-section */
/* home-think-section */
.think-right-box {
  width: 50%;
  float: left;
}
.think-box {
  background: var(--color-262626);
  padding: 30px 30px;
  border-radius: 20px;
  margin: 30px 20px;
}
.think-icon {
  display: inline-block;
  padding: 10px 15px;
  border: solid 2px var(--color-ff9600);
  border-radius: 5px;
  margin-bottom: 15px;
}
.think-box .think-icon img {
  width: 35px;
}
.think-box span {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: var(--font-size-50);
  line-height: var(--line-height-50);
  color: var(--color-ffffff);
  opacity: 0.2;
}
.think-right-box-top {
  margin-top: 100px;
}
.think-title {
  margin-right: 90px;
}
.standee3 {
  width: 65%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.think-bg {
  width: 100%;
  height: 350px;
  background: var(--color-262626);
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  /* z-index: -1; */
  border-radius: 30px;
}
/* home-think-section */
/* testimonials-section */
.testimonials-box .icon-img {
  width: 55px;
  margin-bottom: 15px;
}
.testimonials-arrow {
  overflow: visible;
  position: absolute;
  left: 50px;
  top: 140px;
}
.testimonials-arrow .swiper-button-prev,
.testimonials-arrow .swiper-button-next {
  width: 55px;
  height: 55px;
  background-size: 25px 25px;
  background-image: url(../images/icons/next-arrow-white.png);
  border: solid 1px var(--color-ffffff);
  padding: 10px;
  border-radius: 8px;
}
.testimonials-arrow .swiper-button-prev {
  transform: rotate(180deg);
  left: -30px;
}
.testimonials-arrow .swiper-button-next {
  right: -100px;
}
.testimonial-bg {
  position: absolute;
  top: 30%;
  right: 100px;
  width: 70%;
  height: 60%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.03;
}
.clients-img {
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-img img {
  height: 80px;
  object-fit: contain;
}
.container-stage {
  padding-left: calc((100% - 1620px)/ 2);
}
/* testimonials-section */
/* footer-location */
.footer-location {
  padding-right: 40px;
  margin-top: 20px;
}
.footer-social ul li {
  float: left;
  margin-right: 20px;
}
.footer-social ul li a .svg,
.footer-social ul li a .img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  fill: var(--color-ff9600) !important;
}
.footer-social ul li a .svg path {
  fill: var(--color-ff9600) !important;
}
.footer-social ul li:hover a .svg path {
  fill: var(--color-ffffff) !important;
}
.footer-call p a {
  color: var(--color-c0c0c0);
}
.footer-call p:hover a {
  color: var(--color-ff9600);
}
.footer-links {
  width: 50%;
  float: left;
}
.footer-links ul li a {
  font-size: var(--font-size-17);
  line-height: var(--line-height-17);
  color: var(--color-c0c0c0);
  display: block;
  margin-bottom: 15px;
}
.footer-links ul li:hover a {
  color: var(--color-ff9600);
}
.standee4 {
  position: absolute;
  width: 17%;
  right: 90px;
  bottom: 10px;
  z-index: 1;
}
.row.footer-get-in-touch {
  display: none;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--color-ff9600);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  text-align: center;
  line-height: 50px;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top img {
  width: 25px;
  height: 25px;
  transform: rotate(-90deg);
  -webkit-filter: invert(1);
  filter: invert(1);
}
#return-to-top:hover {
  background: var(--color-8b8a8e);
}
/* footer-location */
/* inner-banner-section */
.inner-banner-section {
  height: 550px;
}
.inner-standee {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 22%;
  height: auto;
}
.highlight-text {
  color: var(--color-ff9600);
  font-weight: var(--font-weight-SemiBold);
}
.inner-right-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}
.inner-right-bg img {
  height: 100%;
  width: 100%;
}
/* inner-banner-section */
/* inner-about-section */
.inner-about-bg {
  width: 100%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.inner-about-bg::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000c9;
  height: 100%;
}
.different-box ul {
  margin-top: 15px;
}
.different-box ul li {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-000000);
  margin-bottom: 15px;
}
.different-bg-color {
  background: #f7f7f7;
}
.different-box {
  padding: 0 40px;
}
.different-bg .different-img {
  overflow: hidden;
  border-radius: 50px 0 50px 0;
}
.different-bg .different-img img {
  border-radius: 50px 0 50px 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}
.different-bg:hover .different-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.different-box:hover .title2 {
  color: var(--color-ff9600) !important;
}
.different-bg1::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  /* background: #b1b1b1; */
  background: var(--color-bfbfbf);
  border-radius: 50px 0 0 50px;
}
.different-bg2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  /* background: #b1b1b1; */
  background: var(--color-bfbfbf);
  border-radius: 0 50px 50px 0;
}
/* inner-about-section */
/* team-section */
.team-box {
  margin: 0 25px;
  margin-bottom: 60px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.team-details .div-sub-title {
  color: var(--color-262626);
  margin-bottom: 20px;
}
.team-details p {
  color: var(--color-262626);
  margin-bottom: 0;
}
.team-details .div-title {
  color: var(--color-000000);
}
.team-box:hover .team-details .div-title {
  color: var(--color-ff9600);
}
.team-box .team-img img {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.team-box:hover .team-img img {
  transform: scale(1.03);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.team-details {
  margin-top: 20px;
}
.moretext {
  display: none;
}
.team-details .moretext {
  position: absolute;
  background: var(--color-ffffff);
  padding: 15px;
  z-index: 11;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 50%;
  box-shadow: 0px 5px 10px #0000001c;
}
.article {
  margin-bottom: 25px;
}
/* .team-details .main-text {
} */
.moreless-button {
  position: relative;
  z-index: 11;
  bottom: 10px;
  font-size: var(--font-size-18);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
}
/* team-section */
/* contact-section */
.contact-info {
  position: relative;
  z-index: 9;
  padding: 35px 35px;
  height: 100%;
  text-align: center;
  background: var(--color-262626);
  border-radius: 50px 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.contact-info:hover {
  background: var(--color-222126);
  border-radius: 0 50px;
}
.contact-info img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 20px;
}
.contact-text a {
  display: block;
  margin: 10px 0;
  color: var(--color-c0c0c0);
}
.contact-text a:hover {
  color: var(--color-ff9600);
}
.contact-left {
  padding: 50px 50px 50px 220px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
.contact-page-form {
  padding: 50px 80px;
  background: var(--color-262626);
}
.contact-form .form-control {
  width: 100%;
  height: 50px;
  padding: 10px 0px;
  font-size: var(--font-size-18);
  color: var(--color-ffffff);
  background-color: transparent;
  border: navajowhite;
  border-bottom: solid 1px #fff;
  border-radius: 0;
}
.contact-form textarea.form-control {
  height: 120px;
  resize: none;
}
.contact-form label {
  width: 100%;
  font-size: var(--font-size-22);
  color: var(--color-ffffff);
  margin-bottom: 15px;
}
/* contact-section */
/* inner-services-section */
.events-list,
.events-tablist {
  position: relative;
  z-index: 11;
  margin-top: 0;
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.events-list ul li,
.events-tablist ul li {
  float: left;
  position: relative;
  margin: 0 15px;
}
.events-list ul li a,
.events-tablist ul li .nav-link {
  color: var(--color-ffffff);
  font-size: var(--font-size-18);
  line-height: var(--line-height-16);
  font-weight: var(--font-weight-SemiBold);
  border-bottom: solid 2px var(--color-ffffff);
  padding: 12px 8px;
  text-align: center;
}
.events-list ul li .js-scroll-trigger.active {
  border-bottom: solid 1px var(--color-ff9600);
}
.events-list ul li a:hover,
.events-tablist ul li .nav-link:hover {
  border-bottom: solid 1px var(--color-ff9600);
  color: var(--color-ff9600);
}
.events-tablist ul li .nav-link.active {
  border-bottom: solid 1px var(--color-ff9600);
  ;
  color: var(--color-ff9600);
}
.sub_menu {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.sub_menu.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #e4e4e4;
}
.events-text {
  width: 100%;
  display: inline-block;
}
.events-text a:hover img {
  transform: translateX(10px);
}
.events-text .events-text-left {
  width: 35%;
  float: left;
}
.events-text .events-text-left .title {
  margin-bottom: 80px;
  position: relative;
}
.events-text .events-text-left .title .events-line {
  position: absolute;
  width: 100px;
  height: 10px;
  left: 10px;
  bottom: -40px;
  background: var(--color-ffffff);
  opacity: 1;
}
.events-text .events-text-left .title .events-line2 {
  position: absolute;
  width: 100px;
  height: 10px;
  right: 10px;
  bottom: -40px;
  background: var(--color-ffffff);
  opacity: 1;
}
.events-text .events-text-right {
  width: 65%;
  float: left;
  /* padding-right: 50px; */
}
.events-img {
  width: 65%;
  position: relative;
  /* top: -40px; */
}
.events-img img {
  border-radius: 30px;
}
.events-list-details {
  width: 100%;
}
.events-list-div {
  padding: 50px 50px;
  display: inline-block;
  margin-bottom: 50px;
  z-index: 11;
}
.events-list-div-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 70%;
  background: linear-gradient(90deg, #eed66c 0%, #000000 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 75%);
  z-index: -1;
  opacity: 0.3;
}
.events-list-div-bg2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 70%;
  background: linear-gradient(90deg, #000000 0%, #eed66c 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
  z-index: -1;
  opacity: 0.3;
}
.why-choose-fab {
  background: var(--color-ffffff);
  padding: 20px 20px;
  border-radius: 30px 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.why-choose-fab:hover {
  border-radius: 0 30px;
  background: var(--color-f1f1f1);
}
.why-choose-fab .svg {
  width: 30px;
  height: 30px;
  fill: var(--color-ff9600);
  margin-bottom: 20px;
}
/* inner-services-section */
/* our-work-section */
.our-work-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.our-work-box img {
  height: 350px;
  object-fit: cover;
  object-position: center center;
}
.our-work-box .our-work-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  /* height: 50%; */
  padding: 20px 20px;
  background: var(--color-f1f1f1);
  text-align: center;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.our-work-box:hover .our-work-content {
  bottom: 0;
  z-index: 11;
}
.our-work-box .our-work-content h4 {
  color: var(--color-000000);
}
.our-work-box .our-work-content p {
  color: var(--color-8b8a8e);
  font-size: var(--font-size-14);
  line-height: var(--line-height-14);
}
.gallery-inner-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--color-ffffff);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
}
.our-work-box:hover .gallery-inner-container {
  opacity: 1;
  top: 30%;
}
.gallery-inner-container svg {
  width: 30px;
  height: 30px;
  position: relative;
  top: -2px;
  right: -3px;
}
.our-work-box-home:hover .gallery-inner-container {
  opacity: 1;
  top: 50%;
}
.our-work-box-home .gallery-inner-container {
  opacity: 1;
  top: 50%;
}
/* our-work-section */
.sidenav,
.mobile-toggle {
  display: none;
}
.mobile-md-none {
  display: block !important;
}
.desktop-md-none {
  display: none !important;
}
.mobile-none {
  display: block !important;
}
.desktop-none {
  display: none !important;
}
.container {
  max-width: 1620px;
}
.fix-social {
  position: fixed;
  right: 22px;
  bottom: 80px;
  z-index: 99;
  display: block;
}
.fix-social ul li {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  text-align: center;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-btn {
  background: #198754;
}
.youtube-btn {
  background: #FF0000;
}
.instagram-btn {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.fix-social ul li i {
  font-size: 1.4rem;
  color: var(--color-ffffff);
}
.video-service-section {
  position: relative;
  background-color: var(--color-ffffff);
}
.video-service-section iframe {
  z-index: 1;
  position: relative;
  border-radius: 2rem;
  height: 700px;
}
.video-service-section::after {
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: var(--color-ff9600);
  bottom: 0;
  left: 0;
  content: '';
  z-index: 0;
}
.youtube-top img {
  margin: 7px 0;
}
.vr-infov iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
/* responsive css */
@media only screen and (min-width: 1921px) {
  .inner-standee {
    width: 20%;
    left: 4%;
  }
}
@media only screen and (min-width: 2200px) {
  .inner-standee {
    width: 16%;
    left: 9%;
  }
}
@media (max-width: 1880px) {}
@media (max-width: 1780px) {
  .container {
    max-width: 1560px;
  }
  :root {
    --font-size-14: 13px;
    --font-size-16: 15px;
    --font-size-17: 16px;
    --font-size-18: 17px;
    --font-size-20: 19px;
    --font-size-22: 20px;
    --font-size-25: 23px;
    --font-size-50: 44px;
    --font-size-70: 60px;
    --font-size-84: 74px;
    --font-size-111: 90px;
    --line-height-14: 18px;
    --line-height-16: 22px;
    --line-height-17: 23px;
    --line-height-20: 25px;
    --line-height-22: 26px;
    --line-height-25: 32px;
    --line-height-50: 44px;
    --line-height-70: 70px;
    --line-height-84: 74px;
    --line-height-111: 90px;
  }
}
@media (max-width: 1560px) {}
@media (max-width: 1480px) {
  .container {
    max-width: 1280px;
  }
  :root {
    --font-size-14: 13px;
    --font-size-16: 15px;
    --font-size-17: 16px;
    --font-size-18: 17px;
    --font-size-20: 19px;
    --font-size-22: 20px;
    --font-size-25: 22px;
    --font-size-50: 40px;
    --font-size-70: 54px;
    --font-size-84: 60px;
    --font-size-111: 70px;
    --line-height-14: 18px;
    --line-height-16: 22px;
    --line-height-17: 23px;
    --line-height-20: 25px;
    --line-height-22: 26px;
    --line-height-25: 30px;
    --line-height-50: 44px;
    --line-height-70: 62px;
    --line-height-84: 72px;
    --line-height-111: 70px;
  }
  .main-nav {
    padding: 10px 0px;
  }
  .main-nav .navbar-expand-lg .navbar-brand img,
  .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 180px;
  }
  .team-details .moretext {
    height: auto;
    padding-bottom: 40px;
  }
  .team-box {
    margin: 0;
    margin-bottom: 40px;
  }
  .inner-banner-section {
    height: 400px;
  }
  .count-div .div-text {
    display: inherit;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .standee3 {
    margin-top: 40px;
  }
  .think-box {
    padding: 20px 20px;
    margin: 20px 10px;
  }
  .think-box .think-text p {
    margin-bottom: 0;
  }
  .main-nav .nav-item {
    padding-left: 30px;
  }
  .service-strip-icon {
    width: 40px;
    height: 40px;
  }
  .service-strip-icon img {
    width: 18px;
  }
  .mb-2 {
    margin-bottom: 0rem !important;
  }
  .about-right {
    padding-left: 50px;
  }
  .mt-100 {
    margin-top: 60px;
  }
  .think-title {
    margin-right: 20px;
  }
  .standee3 {
    width: 50%;
  }
  .think-bg {
    height: 280px;
    bottom: 40px;
  }
  .right-top-header ul li a .svg,
  .right-top-header ul li a .img {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
  .container {
    max-width: 1180px;
  }
  :root {
    --font-size-14: 12px;
    --font-size-16: 14px;
    --font-size-17: 15px;
    --font-size-18: 17px;
    --font-size-20: 19px;
    --font-size-22: 20px;
    --font-size-25: 22px;
    --font-size-50: 30px;
    --font-size-70: 40px;
    --font-size-84: 46px;
    --font-size-111: 60px;
    --line-height-14: 18px;
    --line-height-16: 22px;
    --line-height-17: 23px;
    --line-height-20: 25px;
    --line-height-22: 26px;
    --line-height-25: 30px;
    --line-height-50: 40px;
    --line-height-70: 50px;
    --line-height-84: 60px;
    --line-height-111: 60px;
  }
  .events-text .events-text-left {
    width: 30%;
  }
  .events-text .events-text-right {
    width: 70%;
  }
  .events-img {
    width: 70%;
  }
  .events-list ul li a,
  .events-tablist ul li .nav-link {
    padding: 12px 8px;
    padding-bottom: 7px;
  }
  .count-div .div-text {
    top: -13px;
  }
  .services-box {
    margin: 1%;
    margin-bottom: 20px;
  }
  .standee4 {
    width: 20%;
    right: 60px;
    bottom: 40px;
  }
  .contact-info {
    padding: 20px 10px;
  }
  .contact-page-form {
    padding: 40px 40px;
  }
  .mb-5 {
    margin-bottom: 2rem !important;
  }
  .view-more-btn {
    padding: 12px 30px;
  }
  .contact-left {
    padding: 30px 20px 30px 160px;
  }
  .pb-110 {
    padding-bottom: 40px;
  }
  .pt-110 {
    padding-top: 40px;
  }
  .our-work-box img {
    height: 350px;
  }
  .service-strip-section {
    padding: 15px 0;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 1024px;
  }
  .vr-infov iframe {
    min-height: 300px;
  }
  .main-nav .nav-item {
    padding-left: 30px;
  }
  .inner-banner-section {
    height: 300px;
  }
  .pb-80 {
    padding-bottom: 20px;
  }
  .pt-80 {
    padding-top: 20px;
  }
  .different-box {
    padding: 0 10px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .title2,
  .title {
    margin-bottom: 15px;
  }
  .our-work-box img {
    height: 300px;
  }
  .contact-info {
    padding: 20px 10px;
    margin-bottom: 20px;
    height: auto;
  }
  .testimonials-arrow .swiper-button-prev,
  .testimonials-arrow .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 18px 18px;
    padding: 8px;
    border-radius: 8px;
  }
  .testimonials-arrow .swiper-button-next {
    right: -60px;
  }
  .testimonials-box .icon-img {
    width: 35px;
    margin-bottom: 10px;
  }
  .testimonials-arrow {
    left: 50px;
    top: 60px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --font-size-14: 13px;
    --font-size-16: 14px;
    --font-size-17: 15px;
    --font-size-18: 16px;
    --font-size-20: 18px;
    --font-size-22: 19px;
    --font-size-25: 21px;
    --font-size-50: 25px;
    --font-size-70: 30px;
    --font-size-84: 36px;
    --font-size-111: 60px;
    --line-height-14: 18px;
    --line-height-16: 21px;
    --line-height-17: 22px;
    --line-height-20: 23px;
    --line-height-22: 24px;
    --line-height-25: 30px;
    --line-height-50: 34px;
    --line-height-70: 38px;
    --line-height-84: 40px;
    --line-height-111: 60px;
  }
  .sidenav,
  .mobile-toggle {
    display: block;
  }
  .mobile-md-none {
    display: none !important;
  }
  .desktop-md-none {
    display: block !important;
  }
  /* mob-sidenav */
  /* mob-sidenav */
  .order-lg-div {
    order: 2;
  }
  /* mob-login */
  .navbar-toggler {
    position: relative;
    padding: 0;
    font-size: unset;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggler-icon img {
    width: 38px;
    height: 38px;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: var(--color-ffffff);
    padding: 20px 5px;
  }
  .about-right {
    padding-left: 0;
  }
  .standee {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  .service-name .div-text {
    padding-right: 10px;
  }
  .standee2 {
    width: 200px;
    right: 0;
    bottom: -100px;
  }
  .testimonials-Swiper {
    padding: 0 30px;
    padding-top: 50px;
  }
  .testimonials-arrow .swiper-button-next {
    right: 20px;
  }
  .testimonials-arrow .swiper-button-prev {
    left: -50px;
  }
  .testimonials-arrow {
    left: unset;
    top: 30px;
    right: 0;
  }
  .different-bg-color.pt-40 {
    padding-top: 0;
  }
  .different-box {
    padding: 0;
  }
  .team-box {
    margin: 0;
    margin-bottom: 20px;
  }
  .different-bg1::after {
    top: unset;
    bottom: -20px;
    width: 100%;
    height: 40%;
    border-radius: 0;
  }
  .different-bg2::after {
    top: unset;
    bottom: -20px;
    width: 100%;
    height: 40%;
    border-radius: 0;
  }
  .top-menu {
    background: var(--color-222126);
    padding: 10px 0;
    display: none;
  }
  .main-nav .nav-item .nav-link {
    position: relative;
    display: inline-block;
  }
  .main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 12px 12px;
  }
  .navbar-toggler-icon {
    background-image: none;
  }
  .inner-standee {
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 30%;
    height: auto;
  }
  .inner-banner-section .about-text {
    padding-left: 30%;
  }
  .footer-links {
    width: 180px;
    float: left;
  }
    .standee4 {
      width: 198px;
      right: 0;
      bottom: -8px;
    }
  .footer-location {
    margin-top: 30px;
  }
  .events-text .events-text-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .events-text .events-text-right {
    width: 100%;
  }
  .events-img {
    width: 100%;
  }
  .events-list-div-bg {
    width: 100%;
    height: 100%;
  }
  .events-list-div {
    padding: 30px 30px;
    margin-bottom: 30px;
  }
  .events-text .events-text-left.text-end {
    text-align: left !important;
  }
  .events-text .events-text-right.text-end {
    text-align: left !important;
  }
  .contact-page-form {
    padding: 20px 20px;
  }
  .contact-form .form-control {
    height: 35px;
  }
  .contact-left {
    padding: 20px 20px 20px 100px;
  }
  .contact-form textarea.form-control {
    height: 80px;
  }
  .contact-info img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .our-work-section .col-sm-3 {
    width: 20%;
  }
}
@media (max-width: 800px) {}
@media (max-width: 767.98px) {
  .mobile-none {
    display: none !important;
  }
  .vr-infov .col-12 {
    margin-bottom: 2rem;
  }
  .vr-infov iframe {
    min-height: 350px;
  }
  .desktop-none {
    display: block !important;
  }
  .video-service-section iframe {
    height: 400px !important;
  }
  .our-work-section .col-sm-3 {
    width: 25%;
  }
  .order-md-div {
    order: 2;
  }
  .standee {
    width: 50%;
  }
  .count-div {
    text-align: center;
    margin-bottom: 40px;
  }
  .services-text {
    margin-bottom: 50px;
  }
  .services-box {
    margin: 1%;
    margin-bottom: 40px;
  }
  .standee2 {
    width: 100px;
    right: 10px;
    bottom: -90px;
  }
  .about-right {
    padding-left: 0;
    margin-top: 30px;
  }
  .pb-30 {
    padding-bottom: 0;
  }
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .pt-50 {
    padding-top: 0px;
  }
  .left-swiper {
    margin-left: 3%;
  }
  .right-swiper {
    margin-right: 3%;
  }
  .myVideo {
    width: 100%;
    height: auto;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-banner-video {
    width: 100%;
    height: 750px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --font-size-14: 13px;
    --font-size-16: 14px;
    --font-size-17: 16px;
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-22: 19px;
    --font-size-25: 22px;
    --font-size-50: 24px;
    --font-size-70: 28px;
    --font-size-84: 34px;
    --font-size-111: 52px;
    --line-height-14: 18px;
    --line-height-16: 21px;
    --line-height-17: 24px;
    --line-height-20: 26px;
    --line-height-22: 28px;
    --line-height-25: 33px;
    --line-height-50: 34px;
    --line-height-70: 38px;
    --line-height-84: 40px;
    --line-height-111: 60px;
  }
  .standee {
    width: 80%;
  }
  .service-strip-section .swiper-button-next,
  .service-strip-section .swiper-button-prev {
    width: 20px;
    height: 20px;
    top: 46px;
    background-size: 14px 14px;
    border-radius: 7rem;
    padding: 1.2rem;
  }
  .video-service-section iframe {
    height: 300px !important;
  }
  .our-work-section .col-sm-3 {
    width: 33.33%;
  }
  .service-strip-section {
    padding: 10px 0;
  }
  .count-div {
    text-align: center;
    margin-bottom: 20px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .standee3 {
    width: 60%;
  }
  .think-right-box {
    width: 100%;
  }
  .think-right-box-top {
    margin-top: 0;
  }
  .inner-banner-section .about-text {
    padding-left: 0;
  }
  .inner-standee {
    display: none;
  }
  .inner-banner-section {
    height: 480px;
  }
  .events-list-div {
    padding: 10px 10px;
    margin-bottom: 20px;
  }
  .gallery-inner-container {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .gallery-inner-container svg {
    width: 18px;
    height: 18px;
  }
  .fix-social ul li {
    width: 35px;
    height: 35px;
  }
  .fix-social {
    right: 12px;
  }
  #return-to-top {
    bottom: 12px;
    right: 12px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  #return-to-top img {
    width: 18px;
    height: 18px;
  }
  .myVideo {
    min-height: 500px;
  }
  .main-banner-video {
    width: 100%;
    height: 500px;
  }
  .about-right p {
    text-align: justify;
}
  .testimonials-box p {
    text-align: justify;
}
  .think-title p {
    text-align: justify;
}
 p {
    margin-bottom: 10px;
}
.p-content {
    margin-bottom: 7px;
}
.pb-20 {
    padding-bottom: 0;
}
.pt-110 {
    padding-top: 30px;
}
.pb-110 {
    padding-bottom: 30px;
}
.team-details {
    margin-top: 6px;
}
.team-details .div-sub-title {
    margin-bottom: 10px;
}
.gallery-inner-container {
    top: 50%;
    opacity: 1;
}
.mt-50 {
    margin-top: 15px;
}
.different-box {
    padding: 0;
    margin-bottom: 20px;
}
.standee4 {
    width: 180px;
    right: 0;
    bottom: -8px;
}
}
@media (max-width: 480px) {
  .footer-links {
    width: 100%;
    float: left;
  }
  .video-service-section iframe {
    height: 250px;
  }
}
@media (max-width: 400px) {
  .our-work-section .col-4 {
    width: 50%;
  }
}
@media (max-width: 375px) {
      .standee4 {
        width: 100px;
    }
}
@media (max-width: 320px) {}
/* responsive css */