@font-face {
  font-family: 'SPACE';
  src: url('../../assets/fonts/SPACE-Regular.woff2') format('woff2'), url('../../assets/fonts/SPACE-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('../../assets/fonts/NexaBold.woff2') format('woff2'), url('../../assets/fonts/NexaBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Akira Expanded';
  src: url('../../assets/fonts/AkiraExpanded-SuperBold.woff2') format('woff2'), url('../../assets/fonts/AkiraExpanded-SuperBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

video {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-family: "Poppins", sans-serif;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}


/*.active {
  border-bottom: 2px solid #d0d7d9;
}*/


/* NAVBAR */

nav#mainNav {
  background: transparent;
  z-index: 2;
  padding: 30px;
}

nav#mainNav a img {
  max-width: 100%;
}

nav#mainNav .row {
  width: 100%;
  align-items: center;
}

div#navbarSupportedContent {
  flex-direction: column;
}

div#navbarSupportedContent ul li {
  list-style-type: none;
  padding-right: 20px;
  padding-top: 14px;
}

div#navbarSupportedContent ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}


/* sec2 */


/*TOP BANNER*/

.top-banner {
  background: url("../images/bg-full.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 700px;
}

.banner-heading {
  position: relative;
  display: block;
  padding-top: 209px;
}

.banner-heading h3 {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #000;
  text-align: left;
  line-height: 1.4;
  text-align: center;
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}

.banner-heading h2 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 59px;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}

.top-banner {
  background: url("../images/bg-full.jpg");
  /* background: #004957; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 705px;
  position: absolute;
  width: 100%;
  top: 0;
}

nav#mainNav ul li a {
  color: #fff;
  font-size: 20px;
  font-family: 'SPACE';
  text-align: center;
}

ul.social {
  float: right;
  display: flex;
  position: relative;
  bottom: 150px;
}

ul.social li {
  padding-left: 30px;
  list-style-type: none;
}

.sec3 {
  padding-top: 38px;
  position: relative;
  padding-bottom: 50px;
  background: #001628 !important;
  margin-top: 110px;
}

.circle {
  height: 430px;
  width: 450px;
  background: #fff;
  border-radius: 100%;
}

.circle h4 {
  text-align: center;
  padding-top: 140px;
  font-size: 60px;
}

.cont1 {
  padding: 60px;
  border: 2px solid #fff;
  border-radius: 15px;
  border-style: double;
  position: relative;
  right: 0;
  width: 90%;
  margin: 0 auto;
}

.cont1 p {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.cont1::before {
  content: "";
  position: absolute;
  right: -171px;
  top: 110px;
  height: 1px;
  width: 22%;
  background: #fff;
}

.sec4 {
  background: url("../images/FOR-animation.gif");
  /* background: #004957; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 695px;
}

.box-men {
  height: 430px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #ffffffa3;
  border-top: 2px solid #ffffffa3;
  border-radius: 10px;
  padding: 28px;
  background: #001527;
  margin-top: 70px;
  width: 35%;
  float: right;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.box-men p {
  width: 120%;
  color: #fff;
  padding-top: 125px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-family: 'Akira Expanded';
  font-size: 15px;
  transition: ease 1s;
}

.box-men ul {
  display: flex;
  position: absolute;
  bottom: -30px;
}

.box-men ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 15px;
}

.box-men ul li img {
  width: 60px;
  height: 60px;
}

.sec5 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../images/bg3.jpg");
  /* background: #e8f5f2; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  display: block;
}

.sec5 h3 {
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-family: 'SPACE';
  letter-spacing: 1px;
}

.sec5 a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 17px;
}

.forbg {
  padding: 45px;
  background: #00111ee0;
  width: 90%;
  margin: 0 auto;
}

.sec5 img {
  width: 42%;
  margin: 10px;
  position: relative;
  background: #abded6;
}

img.mn2 {
  position: relative;
  top: 120px;
}

.forbg p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 80%;
  position: relative;
  font-family: 'Nexa';
}

.forbg p+p {
  margin-top: 121px;
}

p.last-contp {
  width: 54%;
  float: right;
  /* position: relative; */
  padding-top: 200px;
  
}

p.newcont-p {
  position: relative;
  top: 70px;
  
}

p.newcont-p::before {
  content: "";
  position: absolute;
  left: -350px;
  top: 15px;
  background: #abdfd6;
  width: 82%;
  height: 2px;
}

p.three-p {
  position: relative;
  top: 77px;
  
}

img.mn3 {
  position: relative;
  bottom: -65px;
}

p.three-p::before {
  content: "";
  position: absolute;
  left: -353px;
  top: 14px;
  background: #acb3b2;
  width: 84%;
  height: 2px;
}

p.last-contp::before {
  content: "";
  position: absolute;
  left: 130px;
  top: 104px;
  background: #abdfd6;
  width: 2px;
  height: 15%;
}

.boxjob {
  background: #001527;
  padding: 30px;
  height: 390px;
  border: 2px solid #fff;
  border-style: double;
  border-radius: 12px;
  margin-top: -32px;
  position: relative;
  top: 140PX;
  left: 130px;
  display: none;
}

footer {
  background: #00172d;
  padding: 30px;
}

footer ul {
  display: flex;
}

footer ul li {
  list-style: none;
  padding-left: 30px;
}

footer ul li a {
  color: #fff;
  font-weight: 400;
  font-family: 'SPACE';
  font-size: 14px;
  letter-spacing: 2px;
}

.socialicons {
  position: absolute;
  left: 22px;
  margin-top: 220px;
}

.socialicons ul li {
  list-style: none;
  padding-top: 25px;
}

.socialicons ul li a i {
  color: #000;
  font-size: 24px;
}

nav#mainNav ul li {
  position: relative;
  top: 50px;
  padding-bottom: 80px;
}

nav#mainNav ul li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -70px;
  height: 80px;
  width: 2px;
  background: #fff;
}

ul.social li::before {
  display: none;
}

img.logo {
  position: relative;
  bottom: 180px;
  left: 50px;
}

.cont1::after {
  content: "";
  position: absolute;
  left: -268px;
  top: 110px;
  height: 1px;
  width: 27%;
  background: #fff;
}


/* CURSOR CIRCLE ===============================================================================================*/

.ht-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}

.ht-cursor:before {
  content: "";
  position: absolute;
  top: -35px;
  left: -60px;
  bottom: 0;
  display: block;
  width: 300px;
  height: 300px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: currentColor;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.ht-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
  .ht-cursor.-exclusion,
  .ht-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {
  .ht-cursor.-exclusion:before,
  .ht-cursor.-opaque:before {
    background: white;
  }
}

.ht-cursor.-normal,
.ht-cursor.-text {
  mix-blend-mode: normal;
}

.ht-cursor.-normal:before,
.ht-cursor.-text:before {
  background: currentColor;
}

.ht-cursor.-inverse {
  color: white;
}

.ht-cursor.-visible:before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.ht-cursor.-visible.-active:before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.ht-cursor.-pointer:before {
  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -ms-transform: scale(0.15);
  -o-transform: scale(0.15);
  transform: scale(0.15);
}

.ht-cursor.-text:before {
  opacity: 0.85;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}

.ht-cursor.-text .ht-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.ht-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.ht-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
  -moz-transform: scale(1.32);
  -ms-transform: scale(1.32);
  -o-transform: scale(1.32);
  transform: scale(1.32);
}

.ht-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.ht-cursor.-md:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.ht-cursor.-lg:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.ht-cursor.-hidden:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.ht-demo {
  background: #001628 !important;
}

.ht-demo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70vh;
  position: relative;
}

.ht-demo-container {
  padding: 0 20px;
}

@media (min-width: 1600px) {
  .ht-demo-container {
    padding: 0 120px;
  }
}

.ht-demo-row {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 1600px) {
  .ht-demo-row {
    margin: 60px 0;
  }
}

.ht-demo-item {
  -webkit-box-flex: 1;
  flex: 1;
  padding: 50px 30px;
  margin: 0 130px;
  color: #fff;
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 60px;
  border: 2px solid #fff;
  border-radius: 15px;
  border-style: double;
  position: relative;
  width: 100%;
}

@media (min-width: 1600px) {
  .ht-demo-item {
    padding: 90px 30px;
    margin: 0 30px;
  }
}

.ht-demo-item-title {
  position: relative;
  margin: 0 0 25px 0;
  color: #fff;
  font-size: 16px;
  font-family: 'Akira Expanded' !important;
  font-family: 'NEXA BOLD';
}

.ht-demo-item-text {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}


/* Cursor CSS */


/* Cursor */

.ht-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  transition: opacity 0.3s, color 0.4s;
  color: transparent;
}

.ht-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 136px;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(110deg);
  opacity: 0;
  color: white;
  font-size: 116px;
  line-height: 120px;
  text-align: center;
  letter-spacing: -0.01em;
  transition: opacity 0.4s, transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
  .ht-cursor.-exclusion,
  .ht-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}

@supports (mix-blend-mode: exclusion) {
  .ht-cursor.-exclusion:before,
  .ht-cursor.-opaque:before {
    background: white;
  }
}

.ht-cursor.-normal,
.ht-cursor.-text {
  mix-blend-mode: normal;
}

.ht-cursor.-normal:before,
.ht-cursor.-text:before {
  background: currentColor;
}

.ht-cursor.-inverse {
  color: white;
}

.ht-cursor.-visible:before {
  transform: scale(0.2);
}

.ht-cursor.-visible.-active:before {
  transform: scale(0.23);
  transition-duration: 0.2s;
}

.ht-cursor.-pointer:before {
  transform: scale(0.15);
}

.ht-cursor.-text:before {
  opacity: 0.85;
  transform: scale(1.7);
}

.ht-cursor.-text .ht-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.ht-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.ht-cursor.-opaque:before {
  transform: scale(1.32);
}

.ht-cursor.-opaque.-active:before {
  transform: scale(1.2);
}

.ht-cursor.-md:before {
  transform: scale(1.5);
}

.ht-cursor.-lg:before {
  transform: scale(2);
}

.ht-cursor.-hidden:before {
  transform: scale(0);
}

.mail {
  position: absolute;
  right: 0px;
}

.mail a {
  font-size: 19px;
  color: #000;
  transform: rotate(-90deg);
  position: relative;
  top: 388px;
  left: 60px;
}

.mail a::before {
  content: url("../images/mail.png");
  position: absolute;
  right: -47px;
  transform: rotate(91deg);
  top: -6px;
}

p.topp {
  margin: 0 auto;
  font-size: 13px;
  width: 60%;
  padding-top: 19px;
  FONT-FAMILY: 'Nexa';
}

.ht-demo-item-title::before {
  content: "";
  width: 16%;
  position: absolute;
  right: -210px;
  top: 54px;
  background: #fff;
  height: 1px;
  display: none;
}

.ht-demo-item-title::after {
  content: "";
  width: 19%;
  position: absolute;
  left: -240px;
  top: 54px;
  background: #fff;
  height: 1px;
  display: none;
}


/* DOOR OPEN   ===========================================================================================*/


/*section.container {
  background-color: tan;
  -webkit-perspective: 5000px;
          perspective: 5000px;
  margin: 100px;
}*/

.doorFrame {
  width: 245px;
  height: 330px;
  float: right;
  /* background-color:brown; */
  background: url("../images/user1.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  color: #fff;
  padding: 5px 0px 2px 0px;
  position: relative;
  left: 42px;
  top: 20px;
}

.door {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: -5px;
}

.door img {
  width: 246px;
  height: 334px;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.swing {
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: box-shadow .5s, -webkit-transform .5s;
  transition: transform .5s, box-shadow .5s;
  transition: transform .5s, box-shadow .5s, -webkit-transform .5s;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.swing figure {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.door .front {
  background-color: transparent;
  width: 245px;
  height: 330px;
  margin-top: -2px;
}

.door .back {
  background-color: transparent;
  width: 244px;
  height: 330px;
}

.swing .back {
  -webkit-transform: rotateY( 180deg);
  transform: rotateY( 180deg);
}


/*.swing:hover {
  outline:3px solid white;
}*/

.swing.flipped {
  -webkit-transform: rotateY( 120deg);
  transform: rotateY( 120deg);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, .75);
}

.popover {
  position: absolute;
  border: 1px solid red;
  width: 200px;
  height: 400px;
  background-color: #fff;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  transition: box-shadow .5s;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.popover.open {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.img1 {
  /* background:#98bf21; */
  background: url('../images/2dots.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  height: 120px;
  width: 120px;
  position: absolute;
}

.img2 {
  /* background:#98bf21; */
  background: url('../images/bigcicle.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  height: 200px;
  width: 305px;
  position: absolute;
}


/* Banner Section*/

:root {
  font-family: Helvetica;
  /*-------------Colors------------- */
  --ColorDarkA: hsl(0, 0%, 0%);
  --ColorDarkB: hsl(0, 0%, 18%);
  --ColorWhiteA: hsl(0, 0%, 94%);
  --ColorWhiteB: hsl(0, 0%, 90%);
  /*-------------FontSize -- Golden Ratio (1.618) Base Size 13px------------- */
  --FontH1: 233.25px;
  --FontH2: 144.16px;
  --FontH3: 89.10px;
  --FontH4: 55.07px;
  --FontH5: 34.03px;
  --FontParagraph: 21.03px;
  --FontSubtitle: 13px;
  /*-------------GoldenRatio (1.618) (Viewport Width 1920px)------------- */
  --GoldenRatio1: 1920px;
  --GoldenRatio2: 1186.65px;
  --GoldenRatio3: 733.41px;
  --GoldenRatio4: 453.28px;
  --GoldenRatio5: 280.15px;
  --GoldenRatio6: 173.15px;
  --GoldenRatio7: 107.01px;
  --GoldenRatio8: 66.14px;
  --GoldenRatio9: 40.88px;
  --GoldenRatio10: 25.27px;
}

::-webkit-scrollbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  color: var(--ColorDarkA);
}

body {
  background: var(--ColorWhiteA);
  opacity: 0;
}

#ImgWrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  perspective: 2200px;
  background: var(--ColorDarkA);
}

#ImgWrapper img {
  position: absolute;
  box-shadow: 0 0 31px black;
  top: 0px;
}

#ImgWrapper #img11 {
  z-index: 2;
  height: auto;
  left: 0;
  width: 100%;
}

#ImgWrapper #img22 {
  z-index: 1;
  height: auto;
  bottom: 0%;
  right: 0%;
  width: 100%;
}

.pin-spacer {
  padding: 0 !important;
  height: auto !important;
}

div#ImgWrapper {
  position: relative !important;
}

img.toplogo {
  padding-top: 30px;
}

.titles {
  text-align: center;
  padding-top: 220px;
}

.titles h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.titles h2 {
  color: #fff;
  font-size: 50px;
  font-family: 'SPACE';
  text-shadow: 0 0 5px black;
  letter-spacing: 1px;
  padding-top: 30px;
  text-shadow: 1px 1px 5px #8c8b8b, 1px 1px 14px #ffffff;
  -webkit-text-stroke: 1px black;
}

.sec4 .col-sm-7 {
  padding-right: 0;
}

.ht-demo-content::before {
  content: "";
  position: absolute;
  width: 11%;
  background: #fff;
  height: 1px;
  left: 0;
}

.ht-demo-content::after {
  content: "";
  position: absolute;
  width: 11%;
  background: #fff;
  height: 1px;
  right: 0;
}

.forbg p span {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Nexa';
  padding-right: 5px;
}

.boxjob p {
  font-family: 'Akira Expanded';
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  padding-top: 20px;
}
a.banerexit {
    font-size: 20px;
    font-family: 'Akira Expanded';
    padding-left: 20px;

}
.imgbox img {
    width: 40%;
    margin-top: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 70px;
}
.newpin {
  height: 6875px !important;
  padding: 0px 0px 6250px !important;
  position: fixed !important;
  z-index: 9 !important;
}


.box-men.clicked {
    width: 90%;
}

