body{margin: 0px; padding: 0px; font-family: 'Ubuntu', sans-serif !important; background-color: #171717 !important;}

a {text-decoration: none !important;}

a:hover{text-decoration: none;}


.header-div {
  width: 100%;
  float: left;
  position: relative;
}
.videotext {
       z-index: 10000;
    position: absolute;
    
    top: 10px;
}
.humburger {
 width: 38px;
    height: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    right: 40px;
    top: 64px;
    cursor: pointer;
    transition: 0.5s all ease-in;
    z-index: 22;
    border: solid #bd0606 2px;
    padding: 3px;     z-index: 1000000;
}

  .humburger:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: 0.5s all ease-in;
    z-index: 1; 
  }
  .humburger .line {
    height: 4px;
    width: 100%;
    background: #fff;
    display: flex;
    transition: 0.5s all ease-in;
    position: relative;
    z-index: 2; 
  }
    .humburger .line:after {
      content: "";
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      background: #fff;
      width: 0;
      transition: 0.5s all ease-in-out;
      z-index: 1; 
    }
  .humburger:hover:after {
    transform: scale(1.4); 
  }
  .humburger:hover .line:after {
    width: 100%;
    background: #fff;
  }
  .humburger.open .line {
    background: #fff;
   }
   .humburger.open .line:after {
    background: #fff;
   }
    .humburger.open .line:nth-of-type(1) {
      transform: rotate(45deg);
      margin-top: 12px; 
    }
    .humburger.open .line:nth-of-type(2) {
      transform: rotate(-45deg);
      margin-top: -13px;
     }
    .humburger.open .line:nth-of-type(3) {
      visibility: hidden;
      opacity: 0;
    }

    .menu_body {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 410px;
      height: 100vh;
          background-image: linear-gradient(153deg, rgb(117 94 161) 0%, rgb(2 23 70) 100%);
      transform: translateX(100%);
      transition: 0.5s all ease;
      z-index: 5;
  }

  .menu_body.open {
    transform: translateX(0); 
  }

  .menus {
    padding: 0px 0px;
}

.menus ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  padding: 15px 25px 15px;
  font-weight: 400;
  border-bottom: 1px solid #cccccc24;
}

.menus ul li ul{padding-left: 15px;}

.menus ul li a:hover{color: #fb7cb0;;}

.menus .nav-link:focus, .nav-link:hover{color: #c5adad;}

@media (max-width: 992px) {

  body .menu_body {
    width: 100%; 
  }
    body .menu_body__item_wrapper .menu_list li.has_child {
      position: relative; 
    }
      body .menu_body__item_wrapper .menu_list li.has_child a {
        position: relative; 
      }
        body .menu_body__item_wrapper .menu_list li.has_child a:after {
          content: "+";
          color: #fff;
          left: calc(100% + 25px);
          position: absolute;
          top: 0;
          width: 0;
         }
      body .menu_body__item_wrapper .menu_list li.has_child .sub-menu {
        position: relative;
        background: transparent;
        list-style: none;
        padding: 0;
        left: unset;
        top: unset;
        right: unset;
        min-width: auto;
        opacity: 1;
        visibility: visible;
        margin-top: 15px;
        padding-left: 25px;
        display: none; 
      } 
}

.menu_body ul {
  margin: 95px 0px 0px;
  border-top: 2px solid #cccccc0d;
}

.menu_body ul li ul{margin: 0px;}

.menu-text {
  width: 100%;
  float: left; 
  margin: 30px 0px 0px;
  padding: 0px 30px;
}
.menu-text p {
  margin: 0px 0px 20px;
  padding: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.menu-text p { width:100%; float:left;
}
.menu-text p a {
  color: #fff; width:86%;  float:left;
}
.menu-text p span {
 width:14%;   float:left;
}
.menu-text p i {
  
    
    border-radius: 50%;
    border: solid 2px #fff;
    height: 37px;
    width: 37px;
    line-height: 35px;
  background: #9d164d;
    text-align: center; 
}

.menu-text p a:hover{color: #fb7cb0;}

.menu-text p:hover i{color: #fb7cb0;}

.banner-img {
  position: relative;
}
.banner-img img {
  width: 100%;
}
header {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    float: left;
    z-index: 5;
    background: #000000db;
    padding-bottom: 10px;
}

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #27edc8 29%,
    #ff1361 67%,
    #fff800 100%
  ); 
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block; font-weight:800; margin-top: 25px;
      font-size: 85px; text-align: center; white-space:nowrap;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

#hero {
     background-color: #171717;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.tagline h2 {
    color: #fff;
    text-align: center;
    font-size: 46px;
    text-shadow: 2px 2px 2px #000;
}
.tagline strong {color:#800020;
}

.tagline h3 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    text-shadow: 2px 2px 2px #000; font-family: 'Fugaz One', sans-serif;
}
.tagline strong {color:#800020;
}

.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  transform: scale(0) ;
  animation: cube 8s ;
  animation-duration: 8s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;;}
  

.cube1 {
  position: absolute;
  top: 20vh;
  left: 45vw;
  transform: scale(0) rotate(0deg) ;
  animation: cube1 8s ease-in forwards infinite;}
  

.cube:nth-child(2n) {
    border-color:#8b6868;
  }
  
.cube:nth-child(2) {
    animation-delay: 1s;
    left: 15vw;
    top: 18vh;
  }
  
.cube:nth-child(3) {
    animation-delay: 4s;
    left: 65vw;
    top: 65vh;
  }
  
.cube:nth-child(4) {
    animation-delay: 6s;
    left: 75vw;
    top: 18vh;
  }
  
.cube:nth-child(5) {
    animation-delay: 8s;
    left: 15vw;
    top: 65vh;
  }
  
.cube:nth-child(6) {
    animation-delay: 10s;
    left: 42vw;
    top: 10vh;
  }

@keyframes cube {
  from {
    transform: scale(0) ;   
    opacity: 1;
  }
  to {
    transform: scale(.65) ; 
    opacity: 1;
  }
}



.logo-dv {
  width: 100%; float: left; padding:0px; margin-top: 5px;
}
.logo-dv a img {width: 80%;}

.text {
  margin: 0px;
  padding: 0px;
  color: #fff;
  font-size: 42px; text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 60px;
}
.text span {
   color: #fff;
}
#home-block {
  width: 100%;
  float: left;
  margin:0px 0px 0px;
  padding: 50px 0px 100px;
  background-color: #171717;
  position: relative;
  overflow: hidden;
}
.block-titile {
  padding: 0px 0px 50px;
}
.block-titile h2 {
  margin: 0px;
  padding: 0px;
  color: #c4e5f6;
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.block-titile h2 span {
  color: #9d164d;
}
.block-div {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  position: relative;
  background-color: transparent;
  border: none;
  z-index: 1;
  transition: all 0.3s;
}
.blk:before {
  position: absolute;
  top: -15px;
  z-index: -1;
  left: -15px;
  width: 250px;
  height: 250px;
  background: linear-gradient(to left, #ff781f, #cf2435);
  content: '';
}
.blk-2:after {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 250px;
  z-index: -1;
  height: 250px;
  background: linear-gradient(to left, #ff781f, #cf2435);
  content: '';
}
.swiper-slide {
  background-color: #1c2328;
  padding: 30px;
}
.block-div:hover .swiper-slide {
  background: linear-gradient(to left, #ff781f, #cf2435);
  color: #fff;
}
.block-div:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.blk:hover:before {
  display: none;
}
.blk-2:hover:after {
  display: none;
}
.service-img {
  overflow: hidden;
  position: relative;
}
.service-img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.swiper-slide:hover .service-img img {
  transform: scale(1.1);
}
.content {
  text-align: center;
  padding: 0px 0px 25px;
}
.content h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0px;
  color: #c4e5f6;
  padding: 0px 0px 15px;
}
.content p {
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
  color: #fff;
  line-height: 27px;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}
.line-two {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 7s 0s infinite;
          animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line-two:nth-child(1) {
  margin-left: -25%;
}
.line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.line-two:nth-child(3) {
  margin-left: 25%;
}
.line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

#motion-main {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 100px 0px 100px;
  background-color: #171717;
}
.motion-div {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
}
.motion-card {
  margin: 0px;
  padding: 20px 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
}



.motion-animation {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.motion-animation img { width:100%; padding:0px 80px;
}

.motion-animation{padding: 50px 30px 40px 30px; position: relative;
    overflow: hidden; border-radius: 24px;  box-shadow: none; text-align: center;
   transition: all 0.3s linear;   cursor:pointer;}
   
   
   
    @keyframes grow-and-shrink {
    0% {
      transform: scale(1); opacity:.7;
    }
    100% {
      transform: scale(1.4); 
    }
  }

  .box-anymation {
    animation: grow-and-shrink 2000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
   
   


@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom:50px;
  }
}
.box2{   display: flex;
  
      position: relative;
    margin-bottom: 20px;
    margin-top: 80px;
}
.box2 img {width:100%; padding: 60px 100px 30px 100px;
}


@keyframes MoveUpTop {
  0%, 100% {
    top: 0;
  }
  50% {
    top:50px;
  }
}




.motion-animation .motion_null {
  z-index: 1;
  border: 1px solid white;
}
.motion-animation .motion_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.col-lg-4:nth-child(1) .motion_null {
  transform: translateX(2rem);
}
.col-lg-4:nth-child(1) .motion_fill {
  transform: translate(-5rem, -2rem);
  background-color: #1c427e;
}
.motion-animation .square {
  width: 80px;
  height: 80px;
}

 .col-lg-4:nth-child(1) .motion-card:hover .motion_fill {
    transform: translate(-5rem, -2rem);
    background-color: #ff781f;
}

.col-lg-4:nth-child(2) .motion-card:hover .motion_fill {
    background-color: #cf2435;
    transform: translate(-2.5rem, -0.5rem);
}

.col-lg-4:nth-child(3) .motion-card:hover .motion_fill{background-color: #1c427e;}

.motion-text h3 {
  font-size: 32px;
  font-weight: 400;
  margin: 0px;
  color: #c4e5f6;
  padding: 0px 0px 15px;
}
.motion-text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  color: #fff;
  padding: 0px;
  line-height: 24px;
}
.col-lg-4:nth-child(2) .motion_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.col-lg-4:nth-child(2) .motion_fill {
  background-color: #ff781f;
  transform: translate(-2.5rem, -0.5rem);
}
.col-lg-4:nth-child(2) .motion-card {
  padding: 80px 0 30px 30px;
}
.col-lg-4:nth-child(3) .motion_fill {
  background-color: #cf2435;
  transform: scale(0.8) translateX(-6.25rem);
}

.service-div {
  border: 1px solid #2d2d2d;
  background-color: #17181A;
  margin-bottom: 30px;
  padding: 30px 25px;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; min-height:216px;
}
.digital-number {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.05);
  font-weight: 700;
  margin-top: -20px;
  transition: all 0.3s ease-in 0s;
}
.ser-lft-txt h4 {
  font-size: 25px;
  font-weight: 600;
  margin: 0px;
  color: #fff;
  padding: 0px 0px 5px;
}
.hover-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 1px;
  background: #cf2435;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.hover-btn::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #cf2435;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.service-div:hover .digital-number {
  color: #cf2435;
}
.hover-btn:hover::before {
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-btn:hover::after {
  width: 100%;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.hover-btn:hover {
  color: #ffffff;
  border: 1px solid transparent;
}
.hover-btn span {
  display: block;
  width: 0;
}
.hover-btn span::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 0%;
  width: 1px;
  background: #cf2435;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.hover-btn span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0%;
  width: 1px;
  background: #cf2435;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.hover-btn:hover span::before {
  height: 100%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hover-btn:hover span::after {
  height: 100%;
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}
.ser-right-icon i {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease-in 0s;
  position: absolute;
  bottom: 105px;
  right: 30px;
}

#features-main {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 50px 0px 100px;
  background-color: #171717;
}
.feature-div {
  margin: 0px;
  padding: 20px 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  overflow: visible;
}
.feature-card {
  padding: 0px;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-card:hover {
  transform: translateY(-3rem);
}
.feature-img {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 30px;
  position: relative;
  transform: skewY(2deg);
}
.feature-img img{
  width: 100%;
}
.feature-text h3 {
  font-size: 32px;
  font-weight: 400;
  margin: 0px;
  color: #c4e5f6;
  padding: 0px 0px 15px;
  height: 90px;
}
.feature-text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  color: #fff;
  padding: 0px;
  line-height: 24px;
}
#video-main {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 100px 0px 100px;
  background-color: #171717;
}
.video-div {
  position: relative;
  cursor: pointer;
}
.video-div img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.video-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #1c427e;
  margin: -20px;
  width: 256px;
  height: 256px;
  z-index: 0;
}
.video-text {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);
  background-color: #cf2435;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  line-height: 160px;
  display: flex;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-text p {
  font-size: 22px;
  color: #fff;
}

footer {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 0px 70px;
  background-color: #171717;
}
footer .col-lg-5 {
  width: 36%;
}
footer .col-lg-5:nth-child(2) {
  width: 41.66%;
}
.mr-left {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px !important;
}
.contact-footer {
border-right: 1px solid #c4e5f6;
height: 100%;
position: relative;
padding: 30px 0px;
}
.contact-footer:before {
  background: #c4e5f6;
}
.contact-footer:before {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  right: -7.5px;
  z-index: 2;
}
.footer-link {
  padding: 0px 0px 25px;
}
.footer-link ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-link ul li {
  margin: 0px 0px 8px;
  padding: 0px 0px 0px 17px;
  display: block;
  position: relative;
}
.footer-link ul li:before {
  content: "\f105";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
  color: #abaeb1;
  font-family: "FontAwesome";
}
.footer-link ul li a {
  font-size: 16px;
  color: #abaeb1;
}
.contact-social ul {
margin: 0px;
padding: 0px;
list-style: none;
}
.contact-social ul li {
display: inline-block;
margin: 0px 2px;
padding: 0px;
}
.contact-social ul li a i {
  width: 25px;
  height: 25px;
  color: #fff;
  background: #cf2435;
  border-radius: 2px;
  line-height: 25px;
  transition: all linear 0.5s;
  text-align: center;
}
.footer-icon i {
font-size: 24px;
}
.footer-info {
  padding: 0px 8px;
}
.footer-info p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color:#63839c;
}
.footer-info p i{
  margin-right: 5px;
  color: #cf2435;
}
.footer-info p a {
  color: #abaeb1;
}
.border-top-one {
  margin-top: 60px;
  padding-top: 40px;
}
.copyright-text {
  margin: 0px;
}
.copyright-text h3 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #abaeb1;
  font-weight: 400;
}
.news-footer {
margin: 0px;
}
.footertext {
  margin: 0px;
  padding: 0px 0px 30px;
}
.footertext h6 {
  margin: 0px;
  font-size: 22px;
  padding: 0px 0px 10px;
  color: #fff;
  font-weight: 400;
}
.footertext span {
  content: "";
  height: 2px;
  left: 0;
  width: 30px;
  background-color:#c4e5f6;
  display: block;
}
.newsletter-dv {
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}
.newsletter-dv form {
  width: 100%;
  float: left;
}
.newsletter-dv form .email-input {
  width: 75%;
  float: left;
}
.email-input input {
  width: 100%;
  float: left;
  font-size: 14px;
  margin: 0px;
  padding: 0px 15px;
  border: none;
  height: 45px;
  outline: none;
  background: #e6f2ff;
  color: #656565;
}
.newsletter-dv form .email-btn {
  width: 25%;
  float: left;
  position: relative;
}
.email-btn input {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  border: none; color: #fff; text-transform: uppercase;
  height: 45px;
  background: #cf2435;
}


.animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 666;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
/*
.txtTitle {
  fill: #F6F6F6;
}


svg {
  position: absolute;
  width: 100%;
  height: 50%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

svg {
  animation: fadeIn 1s ease-in infinite alternate;
 
}*/

aside {
  width: 100%; height: 100%;
  margin: 25px auto;
}

svg{width: 100%; height: 100%;}


.text-1, .text-2, .text-3 {
  fill: #000; 
  text-shadow: -1px -1px 0 #fff, 2px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  font-size: 80px;
}

.text-1 {
  animation: hideshow 10s ease infinite; 
  
}
.text-2 {
  opacity: 0;
  animation: hideshow 10s 1.5s ease infinite;
}
.text-3 {
  opacity: 0;
  animation: hideshow 10s 3s ease infinite;
}

.text-4 {
  opacity: 0; animation: hideshow1 10s 4.5s ease infinite;transform:  translateX(0%)
}

@keyframes hideshow {
  0% { opacity: 1; }
  10% { opacity: 1; }
  15% { opacity:0; }
  100% { opacity: 0; }
}
@keyframes fadeOut{}

@keyframes hideshow1 {
  0% { opacity: 1; }
  10% { opacity: 1; }
  15% { opacity: 1; }
  100% { opacity: 0; }
}
.portfol-img img {
    width: 100%;
}
.portfolio-dv:focus, .portfolio-dv:hover {
    transform: translateY(-5px);
}
.portfolio-dv:focus .port-text, .portfolio-dv:hover .port-text {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
        background: #00000096;
    height: 100%;
    display: flex;
    align-items: center;
}
.portfolio-dv {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    transition: .5s;
}


 .port-text, .portfolio-dv:before {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.portfolio-dv:before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(253, 155, 95, 0.8);
}
.portfolio-dv .port-text {
    top: 55%;
    transform: translateY(-55%);
    text-align: center;
    right: 0;
    margin-top: 0;
    font-size: 20px;
}
.port-text a {
    transition: .5s;
    color: #fff;
}
.port-text a:hover { color: #fff;
}
.port-text h2 {
    transition: .5s;
    color: #fff;
}
.port-text a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 38px;
    background-color: #fff;
    color: #f64c67;
    border-radius: 50px;
    font-size: 22px;
    transition: .5s;
}
.port-text a i:hover {
    background-color: #202647;
    color: #fff;
}
.port-text h2 {
    font-size: 25px;
    transition: .5s;
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
}

.port-text a:hover{color: #fff;}

#home-about{
    width: 100%;  float: left; margin: 0px;
    padding:40px 0px 100px;
    background-color: #171717;    margin-top: 0px;
    position: relative;
}

.block-text ul{margin: 0px; padding: 0px; list-style: none;}

.block-text ul li{ font-size: 16px; font-weight: 400; margin: 0px 0px 10px;
    color: #fff; padding:0px 0px 0px 15px;  line-height: 24px; position: relative;}

.block-text p{font-size: 16px; font-weight: 400; margin:0px 0px 15px;
    color: #fff; padding: 0px;  line-height: 24px;}

.block-text ul li:before{width: 5px; height: 5px; content: ""; margin: 0px;
padding: 0px; display: inline-block; background: #c4e5f6; border-radius: 50%;
position: absolute; left: 0; top: 12px;}

.block-text h2{margin: 0px 0px 20px; padding: 0px; color: #c4e5f6;
font-weight: 600;}

.about-img img{width: 100%; float: left;}

.about-img {padding-right: 25px;}


.about-img {display: flex; align-items: center; height: 100%;}

.banner-about{background-color: #171717; padding: 200px 0px 80px;}

.banner-about h1{
    color: #fff;
   
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 54px; font-weight:500;
    }

.about-content{background-color:#171717; padding-bottom:120px;}    

.about-text ul {
    margin: 0px; padding: 0px;  list-style: none;
}

.about-text ul li {
    font-size: 16px; font-weight: 400; margin: 0px 0px 10px; color: #fff;
    padding: 0px 0px 0px 15px;  line-height: 24px;  position: relative;
}

.about-text ul li:before {
    width: 5px; height: 5px; content: ""; margin: 0px;
    padding: 0px; display: inline-block; background: #fff; border-radius: 50%;
    position: absolute;  left: 0;  top: 12px;
}

.about-text p {
    font-size: 16px; font-weight: 400; margin: 0px 0px 15px;
    color: #fff; padding: 0px;  line-height: 24px;
}

.crtvs-hds{padding-bottom: 30px;}

.team-bx-one{padding: 25px;border: 1px solid #2d2d2d; margin-top: 35px;
background: #17181A; height: 100%;}

.team-img img{width: 100%;}

.team-heads{display: flex; align-items:center; height:100%;}

.team-heads h2{margin: 0px; color:#fff; font-size:35px;}

.team-heads h5{margin:10px 0px; padding:0px; color:#fff;}

.team-heads p{font-size: 16px; font-weight:400; color:#fff;line-height: 24px;}

.team-dtls p{margin:30px 0px 0px; padding:0px; font-size:15px; color:#fff;}

.creative-ul li{display: inline-block; width: 33%; font-size: 18px;
text-transform: uppercase;  margin-bottom: 17px !important;}

.design-heading{margin-top: 60px !important;}

.design-heading h3{
    margin: 0px 0px 20px;  padding: 0px;  color: #c4e5f6;  font-weight: 600;
}

.partner-img{padding: 35px;border: 1px solid #2d2d2d; margin-bottom: 35px;
background: #17181A; text-align: center; color: #fff; height: 250px;
display: flex; align-items:center; text-transform:uppercase;}

.contact-form p {
    margin-bottom: 35px;
}

.contact-form label {
    display: block; margin: 0px; font-size: 15px; color: #ffffff;
    margin-bottom: 5px;
}

.contact-form p input {
    padding: 10px 0px;  color: #fff; background: transparent;
    outline: none;   font-size: 15px;  width: 100%;
    border: none;  border-bottom: 2px solid #9d164d;
}

.btn-sbmt input {
  display: inline-block;  padding: 0px 40px; color: #fff; text-transform: uppercase;
  font-size: 16px; margin-top: 0px; transition: all .3s;  height: 50px;
  line-height: 50px;  background:#000; border: none;
}

.contact-form p textarea{
    padding: 10px 0px;
    color: #fff;
    background: transparent;
    outline: none;
    font-size: 15px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #9d164d;
}

.contact-form{
    border: 1px solid #9d164d;
    padding: 40px;
}

.contact-form p input::placeholder, .contact-form p textarea::placeholder{color: #fff;}

.map-section iframe {
    width: 100%;  height: 500px;
}

.contact-txt h1 span{color: #9d164d;}

.contact-form {  border-radius: 5px;}

.videotext .txt-rotate{font-size: 46px; color: #800020;}

.contact-rightdv img{width: 100%;}

#footer_contact_submit {width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    background: #cf2435;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #9d164d !important;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}