﻿html {
  height: 100%;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  overflow-x: hidden;
  /*font-family: 'Rufina', serif;  */
  /*  font-family: 'Caveat Brush', cursive;*/
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.active {
  /*background:#dd6718;*/
  color: #4891d0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mtp10 {
  margin-top: 10px;
}

.mtp20 {
  margin-top: 20px;
}

.mtp30 {
  margin-top: 30px;
}

.mtp40 {
  margin-top: 40px;
}

.mtp50 {
  margin-top: 50px;
}

.mtp80 {
  margin-top: 80px;
}

.mbt10 {
  margin-bottom: 10px;
}

.mbt20 {
  margin-bottom: 20px;
}

.mbt30 {
  margin-bottom: 30px;
}

.mbt40 {
  margin-bottom: 40px;
}

.mbt50 {
  margin-bottom: 50px;
}

.minmum-height {
  min-height: 400px;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.pdng1 {
  padding: 0;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

li.dekstop-hdn {
  display: none;
}

/********************
*****Slide effect
**********************/
.img-slide {
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: 800px;
  overflow: hidden;
}

.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 2;
  transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  top: 44%;
  opacity: 1;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: #37c6f4;
  transition: all linear 0.5s;
}

.control-round:hover .carousel-control {
  opacity: 1;
}

.control-round .carousel-control.left {
  right: 0;
}

.control-round .carousel-control.right {
  right: 0%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0px transparent;
}

.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%;
}

.custom-service {
  padding: 0 48px;
}

.slider-text {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  z-index: 9;
  /*    .home-hero__slide-link:hover {
          transform: scale(1.03);
      }*/
}
.slider-text .slider-txt-bg {
  width: 100%;
  height: auto;
  padding: 6px;
}
.slider-text .slider-txt-bg h1 {
  font-size: 80px;
  color: #fff;
  margin-top: 50px;
  line-height: 80px;
  font-weight: 700;
}
.slider-text .slider-txt-bg a.order-now {
  background: #ff3900;
  padding: 8px 28px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.slider-text .home-hero__slide-link {
  border: 25px solid #fff;
  height: 450px;
  transition: transform 0.2s, opacity 0.5s 2s;
  z-index: 9999;
  color: #fff;
  display: block;
  background: rgba(255, 255, 255, 0.2);
}
.slider-text .home-hero__slide-link:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.568627451);
  width: 100%;
  z-index: -1;
  transition: transform 0.2s, opacity 0.5s 2s;
}
.slider-text .home-hero__label {
  bottom: 0;
  display: block;
  font-size: 2.5rem;
  /*        opacity: 0;*/
  padding: 35px;
  position: absolute;
  transition: opacity 0.5s 2s;
  width: 100%;
}
.slider-text .home-hero__client-text {
  font-size: 28px;
  font-weight: 700;
}
.slider-text .home-hero__label-text {
  font-size: 20px;
  margin-bottom: 10px;
}
.slider-text .arrow-img {
  bottom: 50px;
  position: absolute;
  right: 60px;
}
.slider-text .arrow-img img {
  width: 58px;
  filter: brightness(0) invert(1);
}

.top-header {
  padding: 5px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 9;
}
.top-header span.menu-new {
  background: #13dfdf;
  padding: 4px 12px;
  color: #fff;
  border-radius: 15px;
  font-size: 9px;
  position: absolute;
  top: -17px;
  right: 26px;
}
.top-header span.menu-new.menu-sale {
  background: #fd0000;
}
.top-header .logo {
  width: 230px;
}

.slideshow-slide-caption.slider-text-right {
  float: right;
  text-align: right;
}

.gap-sec {
  margin-left: 30px;
  margin-top: 30px;
  margin-right: 30px;
}
.gap-sec .carousel-indicators {
  position: absolute;
  bottom: 45%;
  left: auto;
  right: 20px;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  text-align: right;
}
.gap-sec .carousel-indicators li {
  display: block;
  margin: 0;
  margin-bottom: 5px;
  width: 12px;
  height: 12px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  background: #fff;
}
.gap-sec .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  margin-bottom: 5px;
  background-color: #43bccd;
}

.we-work-sec {
  padding: 100px 30px 30px 30px;
}
.we-work-sec .we-work-txt {
  font-size: 3.2rem;
  padding: 0 0 0 170px;
  font-weight: 600;
  margin-bottom: 100px;
  position: relative;
}
.we-work-sec .we-work-txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 132px;
  height: 4px;
  background: #000;
}
.we-work-sec .brand-boxes {
  background-color: #ea3446;
  margin: 15px 10px 0;
}
@media (min-width: 960px) {
  .we-work-sec .brand-boxes {
    margin: 15px 30px 0;
  }
}
.we-work-sec .brand-boxes__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.we-work-sec .brand-box__copy {
  opacity: 0;
  position: relative;
  z-index: 9;
}
.we-work-sec .brand-boxes__box {
  background-color: #222;
  list-style: none;
  position: relative;
  width: 50%;
}
.we-work-sec .brand-boxes__box:first-child {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.we-work-sec .brand-boxes__box:nth-child(2) {
  border-bottom: 1px solid #000;
}
.we-work-sec .brand-boxes__box:nth-child(3) {
  border-right: 1px solid #000;
}
.we-work-sec .brand-boxes__box:after,
.we-work-sec .brand-boxes__box:before {
  background-color: #fff;
  bottom: 30px;
  content: "";
  height: 4px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 22px;
  z-index: 1;
}
@media (min-width: 768px) {
  .we-work-sec .brand-boxes__box:after,
  .we-work-sec .brand-boxes__box:before {
    bottom: 40px;
    right: 40px;
  }
}
.we-work-sec .brand-boxes__box:before {
  transform: rotate(90deg);
}
@media (min-width: 1200px) {
  .we-work-sec .brand-boxes__box {
    width: 25%;
  }
  .we-work-sec .brand-boxes__box:first-child,
  .we-work-sec .brand-boxes__box:nth-child(2) {
    border-bottom: 0;
    border-right: 1px solid #000;
  }
}
@media (min-width: 768px) {
  .we-work-sec .brand-boxes__box:hover:after,
  .we-work-sec .brand-boxes__box:hover:before {
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-name: g;
  }
  .we-work-sec .brand-boxes__box:hover .brand-boxes__box-inner:after {
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-name: d;
  }
  .we-work-sec .brand-boxes__box:hover .brand-boxes__box-inner:before {
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-name: e;
  }
  .we-work-sec .brand-boxes__box:hover .brand-box__copy {
    animation-delay: 0.1s;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-name: f;
  }
}
.we-work-sec .brand-boxes__box-inner {
  height: 100%;
  min-height: calc(50vw - 13px);
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .we-work-sec .brand-boxes__box-inner {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .we-work-sec .brand-boxes__box-inner {
    min-height: calc(25vw - 13px);
  }
}
.we-work-sec .brand-boxes__box-inner:after {
  background: #555;
}
.we-work-sec .brand-boxes__box-inner:after,
.we-work-sec .brand-boxes__box-inner:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
}
.we-work-sec .brand-boxes__box-inner:before {
  background: #17c095;
}
@keyframes d {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  to {
    right: 0;
    width: 0;
  }
}
@keyframes e {
  0% {
    right: 100%;
  }
  50% {
    right: 100%;
  }
  51% {
    right: 100%;
  }
  to {
    right: 0;
  }
}
@keyframes f {
  0% {
    opacity: 0.01;
  }
  to {
    opacity: 1;
  }
}
@keyframes g {
  0% {
    background-color: inherit;
  }
  to {
    background-color: #fff;
  }
}
.we-work-sec .brand-boxes__box-inner-content {
  color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .we-work-sec .brand-boxes__box-inner-content {
    font-size: 1.8rem;
  }
}
@media (min-width: xlpx) {
  .we-work-sec .brand-boxes__box-inner-content {
    font-size: 2rem;
  }
}
.we-work-sec .brand-box__heading {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  left: inherit;
  margin: 0 0 40px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .we-work-sec .brand-box__heading {
    font-size: 5rem;
    font-weight: 600;
    left: inherit;
    position: relative;
    text-align: left;
    top: inherit;
    transform: translate(0);
    width: inherit;
  }
}
.we-work-sec .brand-boxes__box--blue .brand-boxes__box-inner:before,
.we-work-sec .brand-boxes__box--blue:after,
.we-work-sec .brand-boxes__box--blue:before {
  background: #29a0da;
}
.we-work-sec .brand-boxes__box--green .brand-boxes__box-inner:before,
.we-work-sec .brand-boxes__box--green:after,
.we-work-sec .brand-boxes__box--green:before {
  background: #17c095;
}
.we-work-sec .brand-boxes__box--orange .brand-boxes__box-inner:before,
.we-work-sec .brand-boxes__box--orange:after,
.we-work-sec .brand-boxes__box--orange:before {
  background: #f8991d;
}
.we-work-sec .brand-boxes__box--red .brand-boxes__box-inner:before,
.we-work-sec .brand-boxes__box--red:after,
.we-work-sec .brand-boxes__box--red:before {
  background: #ea3446;
}

.client-sec {
  padding: 30px;
  padding-bottom: 0;
  padding-top: 0;
}
.client-sec .client-box {
  margin-bottom: 30px;
  transition: all 1s ease;
  position: relative;
}
.client-sec .client-box .client-box-content {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
}
.client-sec .client-box .client-box-content h3 {
  font-size: 40px;
  font-weight: 800;
  position: relative;
  margin-bottom: 30px;
}
.client-sec .client-box .client-box-content h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 130px;
  height: 4px;
  background: #fff;
}
.client-sec .client-box .client-box-content .client-box-content h5 {
  font-size: 20px;
  text-transform: uppercase;
}
.client-sec .client-box:hover {
  opacity: 0.8;
  padding: 10px;
}

.life-sec {
  padding: 0 30px;
}
.life-sec .life-box {
  position: relative;
  margin-bottom: 30px;
}
.life-sec .life-box .life-box-content {
  position: absolute;
  top: 0;
  padding: 30px;
  left: 0;
}
.life-sec .life-box .life-box-content p {
  color: #000;
  font-size: 18px;
}
.life-sec .life-box1 {
  margin-bottom: 30px;
}

.section-link,
.section-link--blue,
.section-link--blue span,
.section-link--green,
.section-link--green span,
.section-link--red,
.section-link--red span,
.section-link span {
  position: relative;
}

.section-link--blue:before,
.section-link--green:before,
.section-link--red:before,
.section-link:before {
  background-color: #222;
  content: "";
  display: block;
  height: 7px;
  margin-top: -18px;
  position: absolute;
  right: -11px;
  top: 100%;
  transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 7px;
}

@media (min-width: 768px) {
  .section-link--blue:before,
  .section-link--green:before,
  .section-link--red:before,
  .section-link:before {
    height: 12px;
    margin-top: -32px;
    right: -17px;
    width: 12px;
  }
}
@media (pointer: fine) {
  .section-link--blue:hover:before,
  .section-link--green:hover:before,
  .section-link--red:hover:before,
  .section-link:hover:before {
    width: calc(100% + 11px);
  }
}
@media (pointer: fine) and (min-width: 768px) {
  .section-link--blue:hover:before,
  .section-link--green:hover:before,
  .section-link--red:hover:before,
  .section-link:hover:before {
    width: calc(100% + 17px);
  }
}
.section-link--red:before {
  background-color: #ea3446;
}

.section-link--blue:before {
  background-color: #29a0da;
}

.section-link--green:before {
  background-color: #17c095;
}

@media (min-width: 768px) {
  .section-link--home:before {
    height: 8px;
    margin-top: -18px;
    right: -13px;
    width: 8px;
  }
}
.our-client-sec {
  padding: 40px 0 60px;
}
.our-client-sec .our-clinet-list ul li {
  width: 20%;
  float: left;
  padding: 50px 2px;
  border: 1px solid #f1f0f0;
}
.our-client-sec .our-clinet-list ul li img {
  height: 64px;
  width: auto;
  margin: auto;
}

.heading-title {
  font-size: 70px;
  font-weight: 600;
  color: #000;
}
.heading-title a {
  color: #000;
  text-decoration: none;
}

.heading-white {
  color: #fff;
}

.news-sec {
  background: #222;
  padding: 60px 0 100px;
  color: #fff;
}
.news-sec .new-box {
  padding-right: 30px;
  margin-bottom: 30px;
}
.news-sec .new-box h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 35px;
}
.news-sec .new-box p {
  margin-bottom: 45px;
  position: relative;
  font-size: 18px;
}
.news-sec .new-box p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 100px;
  height: 4px;
  background: #fff;
}
.news-sec .new-box img {
  width: 56px;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), fill 0.125s linear;
  filter: brightness(0) invert(1);
}
.news-sec .new-box:hover img {
  transform: translateX(38px);
  filter: inherit;
}
.news-sec .new-box:hover h3 {
  color: #ec2327;
}

.footer {
  padding: 40px 0;
}
.footer .footer-logo {
  margin-top: -110px;
  width: 132px;
}
.footer .footer-txt {
  margin-bottom: 20px;
}
.footer h4 {
  font-weight: 700;
  font-size: 19px;
}
.footer p {
  color: #222;
  font-size: 15px;
  margin-bottom: 11px;
  font-weight: 500;
}
.footer .footer-list ul {
  margin-top: 30px;
}
.footer .footer-list ul li {
  margin-bottom: 11px;
}
.footer .footer-list ul li a {
  color: #222;
  font-size: 15px;
  font-weight: 500;
}
.footer .footer-social {
  position: relative;
}
.footer .footer-social:after {
  content: "";
  position: absolute;
  left: -40px;
  top: -50px;
  width: 1px;
  height: 117px;
  background: #dedede;
}
.footer .footer-social ul li {
  display: inline-block;
  margin-bottom: 11px;
}
.footer .footer-social ul li a {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #cdcdcd;
  text-align: center;
  line-height: 30px;
}

.nav-up {
  top: -50px;
}

.top-header.nav-up {
  background: #222;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 9px 0px;
  height: 80px;
}
.top-header.nav-up .logo {
  display: none;
}
.top-header.nav-up .logo-black {
  width: 180px;
}
.top-header.nav-up .droopmenu-toggle i:after,
.top-header.nav-up .droopmenu-toggle i:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  pointer-events: none;
  background: #fff;
}
.top-header.nav-up .droopmenu-toggle {
  right: -40px;
  /* top: 16px; */
  top: 18px;
}

.top-header.nav-down .logo-black {
  display: none;
}

.droopmenu-dmopen ol.carousel-indicators {
  z-index: 1;
}

.menu-social {
  position: relative;
  left: 0;
  right: 0;
  bottom: -20px;
  z-index: 99999;
}
.menu-social ul {
  text-align: center;
}
.menu-social ul li {
  display: inline-block;
}
.menu-social ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
}

.menu-logo {
  top: -60px;
  position: relative;
  z-index: -1;
}
.menu-logo img {
  width: 120px;
  display: inline-block;
}

.droopmenu-mclose.dmo-active:after {
  display: none;
}

.video-testimonial {
  margin-bottom: 30px;
}

.video-box {
  height: 436px;
  position: relative;
  width: 100%;
}

.contenteslider-sec {
  /*    background-color: #ec2327;*/
  color: #a4a9b9;
  padding: 140px 50px;
  background: url(../image/pattern-13.png);
  /*    background-color: #f1f1ef;*/
  /*    background-position: 50% -52px;*/
  position: relative;
  /*    min-height: 435px;*/
  margin-top: 30px;
}
.contenteslider-sec .testimonial-arrow img {
  width: 56px;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), fill 0.125s linear;
  filter: brightness(0) invert(1);
  position: absolute;
  right: 80px;
  bottom: 26px;
}
.contenteslider-sec .main-slider-indicatior {
  position: relative;
  width: 100%;
}
.contenteslider-sec .main-slider-indicatior .carousel-indicators {
  position: relative;
  width: 100%;
  margin-left: 0;
  right: auto;
  bottom: 0;
  left: 0;
}
.contenteslider-sec .main-slider-indicatior .carousel-indicators .carousel-indicators-img img {
  width: 100px;
  height: 100px;
  display: inherit;
  border: 8px solid #fff;
  box-shadow: 1px 3px 10px 3px #cdcdcd;
}
.contenteslider-sec .main-slider-indicatior .carousel-indicators .active {
  margin: 0;
  background-color: transparent;
  text-align: center;
  float: none;
}
.contenteslider-sec .main-slider-indicatior .carousel-indicators .active img {
  border: 8px solid #f92020;
  box-shadow: 1px 3px 10px 3px #a7a7a7;
}
.contenteslider-sec .main-slider-indicatior .carousel-indicators li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.contenteslider-sec .contenteslider-box {
  text-align: center;
  color: #000;
}
.contenteslider-sec .contenteslider-box h3 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 15px;
}
.contenteslider-sec .contenteslider-box p {
  font-size: 18px;
}
.contenteslider-sec .contenteslider-box .client-state {
  margin-bottom: 15px;
  color: #525251;
  font-weight: 800;
  letter-spacing: 2px;
}

.contenteslider-sec:hover .testimonial-arrow img {
  transform: translateX(38px);
  filter: brightness(0) invert(1);
}

.main-slider .slick-prev,
.main-slider .slick-next {
  display: none !important;
}

.inr-bnr h1 {
  color: #fff;
  display: inline;
  background: #222;
  outline: 19px solid #222;
  padding: 0;
  position: relative;
  font-size: 51px;
  font-weight: 800;
  left: 10px;
  top: -35px;
}

.inrbody {
  padding: 80px 30px;
}
.inrbody h3 {
  font-weight: 800;
  margin-bottom: 6px;
  color: #414546;
}
.inrbody p {
  font-size: 16px;
  line-height: 30px;
  color: #282828;
  font-weight: 600;
}
.inrbody h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}
.inrbody h2 {
  font-size: 32px;
  font-weight: 900;
  margin-top: 0;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.inrbody .service-highlight-box {
  background: #030f52;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
  position: relative;
  padding-left: 94px;
}
.inrbody .service-highlight-box i {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 77px;
  background: #05156c;
  line-height: 77px;
  text-align: center;
  color: #6577d9;
  border-radius: 6px;
  font-size: 34px;
}
.inrbody .second-bg {
  background: #bd1a1a;
}
.inrbody .second-bg i {
  background: #d91313;
  color: #d38787;
}
.inrbody .third-bg {
  background: #0c4c05;
}
.inrbody .third-bg i {
  background: #15680b;
  color: #8be981;
}
.inrbody .inr-testimonal-content {
  width: 100%;
  position: relative;
  padding-left: 100px;
  margin-bottom: 50px;
}
.inrbody .inr-testimonal-content .inr-clnt-img {
  position: absolute;
  width: 80px;
  left: 0;
  top: -10px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: 2px 5px 15px #c5c4c4;
}
.inrbody .inr-testimonal-content .country-txt {
  font-weight: 600;
  color: #b7b0b0;
  margin-bottom: 8px;
  font-size: 16px;
}

.inr-testimonal-video-bg {
  background: #000;
  padding: 80px;
}
.inr-testimonal-video-bg .inr-testimonal-video {
  background: #1d1a1a;
  padding: 10px;
}
.inr-testimonal-video-bg .half-video {
  height: 350px;
}
.inr-testimonal-video-bg .full-video {
  height: 470px;
}

.news-sec.lets-talk {
  position: relative;
}
.news-sec.lets-talk .news-arrow img {
  width: 130px;
  float: right;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), fill 0.125s linear;
}
.news-sec.lets-talk h4 {
  margin-top: 0;
  font-size: 22px;
  line-height: 40px;
}

.news-sec.lets-talk:hover .news-arrow img {
  transform: translateX(38px);
}

.ico {
  margin: 120px auto;
  text-align: center;
  width: 100px;
  height: 100px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  filter: url("#goo");
}
.ico .circle {
  background: #29a0da;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: 0%;
}
.ico .circle.circle-top {
  height: 33.3333333333px;
  width: 41.6666666667px;
  animation: blob-1-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 0;
  top: 0;
}
.ico .circle.circle-bottom {
  height: 33.3333333333px;
  width: 41.6666666667px;
  animation: blob-2-anim 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  z-index: 9;
  bottom: 0px;
}
.ico .st-arrow {
  fill: #fff;
  animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) forwards infinite;
  perspective: 9000px;
  transform: translateZ(0);
  transform-origin: bottom;
}

.svg {
  z-index: 9;
  position: relative;
}

@keyframes blob-1-anim {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  14% {
    transform: translateX(-50%) translateY(-8px);
  }
  24% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes blob-2-anim {
  0% {
    transform: scale(1) translate(-50%, 10px);
  }
  30% {
    transform: scale(1) translate(-50%, 10px);
  }
  70% {
    transform: scale(1) translate(-50%, 10px);
  }
  95% {
    transform: scale(1) translate(-50%, 26px);
  }
  100% {
    transform: scale(1) translate(-50%, 10px);
  }
}
@keyframes scrolly {
  0% {
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }
  30% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  70% {
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
  }
  95% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
  100% {
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}
.inr-bnr.work-bnr {
  padding: 200px 0;
  background: url(../image/work-banner.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  margin-bottom: 60px;
}
.inr-bnr.work-bnr p {
  font-size: 22px;
  color: #fff;
}

.contact-banner {
  margin-bottom: 30px;
}
.contact-banner .inr-contact-box {
  background: #000;
  padding: 170px 130px 96px;
  color: #fff;
}
.contact-banner .inr-contact-box p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.contact-banner .inr-contact-box p a {
  color: #fff;
}
.contact-banner .inr-contact-box h3 {
  margin-top: 40px;
  font-weight: 700;
  font-size: 25px;
}

.inr-contact-form {
  padding: 220px 130px 96px;
}
.inr-contact-form label {
  display: block;
}
.inr-contact-form .select-fld {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  border-bottom: 6px solid #29a0da;
  font-weight: 800;
  font-size: 20px;
}
.inr-contact-form .select-fld option {
  font-size: 15px;
}
.inr-contact-form .inrcontact-fld {
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  border-bottom: 1px solid #706d6d;
}
.inr-contact-form .submit-btm {
  background: transparent;
  outline: none;
  border: 1px solid #706d6d;
  padding: 20px 50px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
}
.inr-contact-form .inrcontact-fld.txt-height {
  height: 140px;
}

.top-header.nav-down.contact-page .droopmenu-toggle i:after,
.top-header.nav-down.contact-page .droopmenu-toggle i:before {
  background: #000;
}

.footer.footer-contact {
  border-top: 1px solid #e5e5e5;
}

.certification-sec {
  background: #dfefff;
  padding: 35px 0;
}
.certification-sec .certification-list ul li {
  display: inline-block;
  margin: 0 5px;
  width: 160px;
}

.inrcontent-sec {
  padding: 100px 0 50px;
}
.inrcontent-sec .inr-call-box {
  /*        background: #222222;*/
  background-image: linear-gradient(to right top, #0039e3, #4132e0, #5e28dd, #741bd9, #8600d4);
  padding: 60px 60px;
}
.inrcontent-sec .inr-call-box h3 {
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  font-size: 26px;
}
.inrcontent-sec .inr-call-box ul li {
  border-bottom: 1px solid #cdcdcd;
  padding: 20px 0;
}
.inrcontent-sec .inr-call-box ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}
.inrcontent-sec .inr-call-box p {
  font-size: 18px;
  margin-bottom: 24px;
  color: #fff;
  font-weight: 800;
}
.inrcontent-sec .inr-call-box p a {
  color: #fff;
}

.inr-call-txt {
  padding: 20px 0;
  padding-left: 20px;
}
.inr-call-txt h3 {
  font-size: 32px;
  font-weight: 900;
  margin-top: 0;
  letter-spacing: 1px;
}
.inr-call-txt p {
  font-size: 16px;
  line-height: 30px;
  color: #282828;
  font-weight: 600;
}

.content {
  position: relative;
}

.content h2 {
  color: #fff;
  font-size: 60px;
  top: -50px;
  position: absolute;
  /*    transform: translate(-50%, -50%);*/
}

.content h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #03a9f4;
}

.content h2:nth-child(2) {
  color: #03a9f4;
  animation: animate 4s ease-in-out infinite;
}

@keyframes animate {
  0%, 100% {
    clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
.about-video {
  padding: 270px 0;
  margin-top: 50px;
  background: url(../image/about-video.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
}

.btn-play {
  position: relative;
  /*bottom: 24%;*/
  /*right: 50px;*/
  /*left: 10%;*/
  top: 1px;
  background: #fff;
  color: #fff;
  width: 100px;
  height: 100px;
  border: 0px solid #ffffff;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  transition: 0.15s ease-in-out;
  transition-property: color, background, border-color;
  z-index: 9;
}

.btn-play {
  border-color: #fff;
}

.btn-play {
  color: #fff;
}

.btn-play:before {
  animation-delay: 0.5s;
}

.video-holder {
  position: absolute;
  top: 30px;
  left: 7px;
  z-index: 9999;
  right: 0;
}
.video-holder i {
  font-size: 40px;
  text-align: center;
  background: linear-gradient(to right, #b783ff, #b783ff, #fa7cc1, #ff85a6, #ff9393);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-holder .btn-play:after,
.btn-play:before {
  content: "";
  border: 0px solid #ffffff;
  background: #fff;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  position: absolute;
  left: -25%;
  top: -25%;
  opacity: 1;
  animation: 1s videomodule-anim linear infinite;
}
@keyframes videomodule-anim {
  0% {
    transform: scale(0.68);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.team-sec {
  margin: 0 auto;
  padding: 80px 0;
}
.team-sec .owl-item.cloned.active .team-txt {
  display: none;
}
.team-sec .owl-item.active .team-txt {
  display: none;
}
.team-sec .owl-item.active.center .team-txt {
  display: block;
}

.owl-item .item {
  transform: translate3d(0, 0, 0);
  /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  margin: 50px 0 0;
  /* OVERWRITE PLUGIN MARGIN */
}

.screenshot_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transform: scale(0.8);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.screenshot_slider .owl-item.center .item img {
  transform: scale(1.15);
  border: 20px solid #ff304f;
  /* Safari 6.0 - 9.0 */
  filter: none;
}

.screenshot_slider .owl-nav {
  text-align: center;
}

.screenshot_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}

.team-txt {
  padding: 20px;
  text-align: center;
}
.team-txt h3 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.team-txt .ceo-txt {
  color: #dfdddb;
}/*# sourceMappingURL=scssstyle.css.map */