.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}



.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.white-text {
  color: #fff !important;
}

.somi {
  padding: 0;
}

body {
  background-color: #000;
}

p {
  font-size: 18px;
  font-family: "Barlow", sans-serif;
}

.banner-area {
  background: #141414;
  padding: 190px 0 150px;
  position: relative;
  /* z-index: 1; */
  padding-bottom: 200px;
}

.block-background::before {
  content: "";
  position: absolute;
  width: 73.5%;
  height: 100%;
  left: 0px;
  background: url(../images/content-shape.png);
  background-repeat: no-repeat;
  /* backdrop-filter: blur(300px); */
}

.block-background-right::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 30%;
  right: 0px;
  top: 0;
  background: url(../images/content-shape.png);
  background-repeat: no-repeat;
  /* backdrop-filter: blur(300px); */
}

.banner-title {
  font-size: 17rem;
  line-height: 0.9;
}

.top-title {
  text-transform: uppercase;
    font-size: 1.5rem;
    margin-top: 2em;
}

.banner-descr {
  max-width: 413px;
  width: 100%;
  position: absolute;
  right: -7%;
  bottom: -2%;
}

.sub-text {
  font-size: 2rem;
  animation: left-right 7s linear infinite;
}

.banner-area::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 476px;
  top: 0px;
  left: 0px;
  background: url(../images/banner-shadow.png);
  background-repeat: no-repeat;
  opacity: .2;
}

.banner-area::after {
  content: "";
  position: absolute;
  width: 690px;
  height: 476px;
  bottom: 0px;
  right: 0;
  background: url(../images/banner-shadow-rev.png);
  background-repeat: no-repeat;
  opacity: .2;
  background-position: right;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

.logo {
    width: 275px;
    margin-top: 7px;
}

.colored-menu {
  background-color: #141414;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 8px 0;
  font-size: 18px;
  line-height: 20px;
}

.shape-2 {
  position: absolute;
  top: 20%;
  right: 10%;
  /* z-index: -1; */
  animation: moving 7s linear infinite;
}

.shape-3 {
  position: absolute;
  left: 7%;
  bottom: 12%;
  z-index: -1;
  animation: bounce-thum-3 2s forwards infinite alternate;
}

.hello-text {
  font-size: 118px;
}

.welcome-section {
  padding-top: 9em;
  padding-bottom: 9em;
  background: #141414;
  position: relative;
}

.img-res {
  width: 100%;
}

.profile-pic {
  margin-top: 5em;
  filter: grayscale(100%);
}

.profile-pic:hover {
  filter: grayscale(0%);
}

.profile-name-container {
  width: 100%;
  position: absolute;
  overflow-x: hidden;
  bottom: 100px;
  left: 0;
  z-index: 1;
}

.my-name {
  font-size: 9vw;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  animation: left-right 7s linear infinite;
  overflow: hidden;
  opacity: .8;
}

.z-index99 {
  z-index: 99;
}

.borderOne {
  border: 1px solid #232323;
}

.borderTwo {
  border: 2px solid #232323;
}

.services-section {
  padding-top: 9em;
  padding-bottom: 9em;
  background: #171717;
  position: relative;
}
.fadeInDown{
  animation: fadeInDown 2s forwards infinite alternate;
}
.left-right{
  animation: left-right-smooth 2s forwards infinite alternate;
}
.inquire-container{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 99999;
  right:-100%;
  top:0;
  transition: all .5s ease;
}
.form-control {
    color: #555;
    background-color: #555;
    border: 1px solid #8a8a8a;
    /*max-width: 400px;*/
}
.full-width{
  width: 100%;
}
.close-button {
    width: 60px;
    height: 60px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #3c3c3c;
    font-size: 37px;
    line-height: 53px;
    padding-left: 21px;
    cursor: pointer;
    z-index: 999999;
}
.open-enquire{
  right:0%;
}
.enquireBtn {
    background: #ddd;
    padding: 6px 30px;
    cursor: pointer;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 2rem;
}
#myVideo {
  position: absolute;
  right: -100%;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  transition: all 2s ease;
}
.form-window {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    left: 0;
    height: 100vh;
}
.myVideo-open {
  right: 0!important;
}
.logo-loading-section svg{
  fill:#fff;
      width: 250px;
      height: auto;
      animation: animate1 5s linear infinite;
}
.loader-section{
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  left:0;
  top: 0;
  background: #000;
  display: flex;
  justify-content: center;
  opacity: 1;
  align-items: center;
  -moz-animation: cssAnimation 2s ease-in 1s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 1s ease-in 1s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 1s ease-in 1s forwards;
    /* Opera */
    animation: cssAnimation 1s ease-in 1s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}
@keyframes cssAnimation {
    to {
        opacity:0;
        left:-100%;
        top:-100vh;
        overflow:hidden;
    }
}
 @keyframes animate1 {
            0% {
                background-position-y: 300px;
                background-position-x: 0;
            }
            100% {
                background-position-y: -100px;
                background-position-x: 1200px;
            }
        }












.cont-view {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  /* background: #000; */
}

.cont-view .mask,
.cont-view .content {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  /* position: absolute;
    overflow: hidden;
    top: 0;
    left: 0; */
}

.cont-view img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: 1;
  filter: grayscale(100%);
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: .5;
  transition-delay: 0s;
  z-index: 1;
}

.view-fourth .mask {
  /* background-color: rgba(0,0,0,0.8); */
  opacity: 1;
  transition: all 0.4s ease-in;
}

.view-fourth:hover img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  z-index: 1;
  filter: grayscale(100%);
}

.view-fourth:hover .mask {
  opacity: 1;
  transition-delay: 0s;
}

.numbering {
  font-weight: 600;
  font-size: 18px;
  color: #5B5B5B;
  font-family: "Barlow", sans-serif;
  padding-left: 15px;
}

.service-bottom {
  margin-top: 15rem;
}

.service-bottom-title {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 5rem;
  padding-left: 15px;

}

.margin-top-5 {
  margin-top: 5em;
}

.corner-area::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 476px;
  top: 0px;
  left: 0px;
  background: url(../images/banner-shadow.png);
  background-repeat: no-repeat;
  opacity: .2;
}

.process-number span {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.07);
  font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    color: #fff;
}

.process-content {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.07);
  margin-top: 60px;
  margin-left: 60px;
  width: calc(100% - 60px);
    padding: 15px;
    position: relative;
    overflow: hidden;
}
.process-title{
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 3rem;
    z-index: 2;
    position: relative;
}
.process-paragraph{
      font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    color: #bab9b9;
    font-size: 2rem;
    margin-top: 8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 6rem;
    z-index: 2;
    position: relative;
}
.process-thumb{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all .5s ease;
  z-index: 1;
}
.process-block:hover .process-thumb{
  height: 0%;
}
.process-block:hover .process-number span{
  background: rgba(255, 255, 255, 0.07);
}
.client-logo{
  vertical-align: middle;
    width: 100%;
}
.brand-item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 82px 20%;
    min-height: 210px;
}
.brand-item:hover{
    filter: brightness(0) invert(1);
}
.email-id{
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    color: #fff;
}
.footer {
    padding-bottom: 10px;
}
.grey-text {
    color: #635e5e !important;
}

.m-hide{
  display: block;
}
.m-show{
  display: none;
}
#fluid{
  position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 1;
}
.body-layout{
  z-index: 999999;
}
.process-title-sm {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
    z-index: 2;
    position: relative;
}













@media only screen and (max-width: 690px) {
  .m-hide{
  display: none;
}
.m-show{
  display: block;
}
.banner-title {
    font-size: 7rem;
    line-height: 0.9;
}
.hello-text {
    font-size: 5rem;
}
.services-section {
    padding-top: 4em;
    padding-bottom: 4em;
}
.welcome-section {
    padding-top: 4em;
    padding-bottom: 4em;
}
.left-right {
    animation: unset;
}
.brand-item {
    padding: 20px 27%;
    min-height: 150px;
}
.navbar-nav {
    background: #000;
    margin: 0 -15px;
}
.navbar-brand {
    padding: 8px 15px;
}
.navbar-header {
    min-height: 65px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 15px 10px;
}
.banner-area::before, .banner-area::before, .corner-area::before {
    background: transparent;
    width: auto;
}
.shape-2 {
    width: 100px;
}
.process-content {
    margin-top: 0;
}
.cont-view {
    margin-bottom: 15px;
}
.process-title {
    padding-left: 15px;
}
.mob-hide{
    display:none;
}
}