@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
body {
  background: #fff;
  color: #444;
  font-family: 'Poppins', sans-serif;
}
a {
  color: #007bff;
  transition: 0.5s;
}
a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 0%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  background: #e32726;
  cursor:pointer;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.sup-header {
	background: url("../img/red-corner.png") right top no-repeat !important;
}
#header.header-scrolled.sup-header{
  height: 80px;
  background:url("../img/header-bg.png") right top no-repeat, #fff !important;
}
#header {
  height: 100px;
  z-index: 997;
  /*transition: all 0.5s;*/
  padding: 20px 0;
  background: url("../img/header-bg.png") right top no-repeat, #fff;
  background-size:contain;
}

#header.header-scrolled,
#header.header-pages {
  height: 80px;
  padding: 10px 0;
background:url("../img/header-bg.png") right top no-repeat, #fff;
  background-size:contain;
box-shadow: 0 0px 22px rgba(0, 0, 0, 0.3);
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
}

.main-pages {
  margin-top: 60px;
}

/*----------------------------------# Intro Section--------------------------------*/
#intro {
width: 100%;
    position: relative;
    background: url(../img/home-bg.png) center top no-repeat;
    background-size: cover;
    padding: 280px 0 130px 0;
 
    background-attachment: fixed;
}
#intro .intro-info {
  width: 43%;
  float: left;
}
#intro .intro-info h1 {
  margin-bottom: 40px;
  font: normal normal 800 58px/67px Poppins;
  color:#0C2238;
  margin-bottom:10px;
}
#intro .intro-info h3 {
  margin-bottom: 40px;
  font: normal normal 300 18px/27px Poppins;
  color:#0C2238;
}
#intro .intro-info h2 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}
/*--------------Intro Section------------------------------------------*/
#inner-intro {
	width: 100%;
  position: relative;
  background:#fff;
  background-size:cover ;
  padding: 100px 0 80px 0;
}
#inner-intro h1 {
	font: normal normal bold 44px/51px Poppins;
letter-spacing: 0px;
color: #0C2238;
}
#inner-intro h3 {
font: normal normal 300 20px/30px Poppins;
margin-top:30px;
letter-spacing: 0px;
color: #DD1F26;
}

/*--------------------------# Navigation Menu-------------------------------------------*/
/* Desktop Navigation */
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.main-nav a {
  display: block;
  position: relative;
  padding:0px  20px;
  transition: 0.3s;
  text-decoration:none;
  font: normal normal 600 16px/45px Poppins;
  color: #0C2238;
  text-transform:uppercase;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
 color: #DD1F26;
  text-decoration: none;
}
.main-nav .dropdown ul li a {
    font: normal normal 500 14px/35px Poppins;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
}
.main-nav .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.main-nav .dropdown ul li {
  min-width: 200px;
}
.main-nav .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
}
@media (max-width: 1366px) {
  .main-nav .dropdown .dropdown ul {
    left: -90%;
  }
  .main-nav .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none ;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.dropdown > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #0e2339;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*-----------Home serve Section-----------------------*/

#serve {
background:#FFC700;
}
.serve-info h2 {
	font: normal normal 800 48px/48px Poppins;
	margin-bottom: 0px;
	color: #0C2238;
}
.serve-info h3 {
	font: normal normal 300 28px/67px Poppins;
letter-spacing: 0px;
color: #0C2238;
}
.serve-list img {
	width: 48px;
	height: 48px;
	margin:5px 20px 20px 0px;
}
.serve-list p{
	font: normal normal bold 28px/40px Poppins;
	color: #0C2238;
	margin:0px;
}
.cst-button{
	font: normal normal medium 24px/40px Poppins;
	color: #FFFFFF !important;
	background: #DD1F26 !important;
	border-radius:0px !important;

}
.video-Content{
	background: url(../img/home-bg.png) no-repeat;
 height:100vh; 
 position:relative;
	background-size:cover;
	background-attachment: fixed;
}

/*-----------Home industrial Section-----------------------*/
#industrial{
background:#000;
width:100%;
}
 .invisionapp-wrapper  {
	background:linear-gradient( rgba(0,0,0,0.9), rgba(0,0,0,0.9) ), url(../img/industrial-bg.png) no-repeat;
	width:100%;
 height:100%; 
	background-size:bottom center;
	background-attachment: fixed;
background-size:cover;
}
#overlay {
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgb(0 0 0 / 85%);
}
.tabs-head {
	position:absolute;
	padding:150px 50px 0px 50px;
}
.tabs-head h2{
	font:300 48px/54px Poppins;
	color: #FFFFFF;		
}
.tabs-head h3 {
	font: normal normal 300 28px/40px Poppins;
	color: #FFC700;
}
.home-work-slide{
}
.tabs-p {
	font: normal normal 300 20px/40px Poppins;
	color: #FFFFFF;
	padding:0px 10px 0 0;
	 animation-name: rotate;
  animation-duration: 0.7s;
  animation-play-state: paused;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.tabs-img {
	height:100vh;
	width:100%;
}

#industrial .tab-pane {
	animation: slide 0.5s forwards;
}
@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mt-200 {
	margin-top:200px;
}
#industrial .nav-pills .nav-link, .nav-pills >.nav-link {
    color: #fff;
	font: normal normal normal 14px/40px Poppins;
    text-align: left;
	width:310px;
	padding:0px 50px;
	margin: 5px 0px;
}
#industrial .nav-link::before {
    content: url(../img/line.png);
    position: absolute;
    left: -50px;
}
#industrial .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .custom-pagination-bullet-active {
    background-color: #fff !important;
	font: normal normal bold 14px/40px Poppins !important;
	color: #0A2239 !important;
	border-radius:0px !important;
    text-align: left;
	width:310px;
	padding:0px 50px;
}
.c-head h2{
	font: normal normal 42px/50px Poppins;
	color:#FF002B;
	padding:50px 0px;
}
#collaboration {
	background:#fff url(../img/collbrae-right.png) no-repeat;
	background-position:top right;
	background-size:31.5%;
	padding:50px 0px;
	position:relative;
	top:-78px;
	z-index:9;
}
.time-line h3{
	font: normal normal bold 24px/54px Poppins;
	color: #0C2238;
}
.time-line p{
	font: normal normal normal 18px/29px Poppins;
	color: #0C223;
}
 .time-line img {
	 position:absolute;
 }
/*---------------------# Testmonial---------------------------*/
#testmonial{
background:linear-gradient(
    rgba(227,70,75,0.1),
    rgba(227,70,75,0.1)
    ),url(../img/clients-bg.png) center bottom no-repeat;
padding:79px 0 60px 0; 
background-size:cover;
background-attachment: fixed;
}
.testmonial-inner h2{
text-align: center;
color: #FFFFFF;
font: normal normal 56px/63px Poppins;
}
.testmonial-content .outer{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:200px 0;
}
.testmonial-content .item{
background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    padding: 30px 30px 0 30px;
    opacity: 0;
}
.testmonial-content .outer:hover .card{
  animation-play-state: paused;
}
.testmonial-content .card:last-child{
  animation-delay: calc(-3s * var(--delay));
}
@keyframes animate {
  0%{
    opacity: 1;
    transform: translateY(100%) scale(1);
	z-index:9;
  }
  5%, 20%{
    opacity: 1;
    transform: translateY(100%) scale(1);
  }
  25%, 40%{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0%) scale(1.4);

  }
  45%, 60%{
    opacity: 1;
    transform: translateY(-100%) scale(1);

  }
  65%, 100%{
    opacity: 1;
    transform: translateY(-100%) scale(1);	 

  }
}
.customers-testimonials .item .content{
  display: flex;
  align-items: center;
}
.customers-testimonials .item .img{
  height: 80px;
  width: 80px;
  position: absolute;
  left: 25px;
  background: #fff;
  border-radius: 0%;
  padding: 5px;
 border-radius:50%;
}
.customers-testimonials .item .img img{
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.customers-testimonials .item .details{
  margin-left: 0%;
}
.customers-testimonials .details span{
font: normal normal bold 22px/21px Poppins;
letter-spacing: 0px;
color: #0C2238;
}
.customers-testimonials .details p{
font: normal normal normal 18px/22px Poppins;
letter-spacing: 0px;
color: #0C2238;
}
.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 10px;
		    text-align: center;
			border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 17px 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #DD1F26 ;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 0px;
				margin:80px 0px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		      transform-style: preserve-3d;
			max-width: 100px;
			margin: 0 auto 17px;
			border-radius: 100%;
			height: 100px;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
		#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #fff ;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
		#customers-testimonials.owl-carousel .owl-dots{
			display: inline-block;
			width: 100%;
			text-align: center;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot{
			display: inline-block;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #fff ;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}
 
/*---------------# Footer------------------------------*/

#footer {
  background: #000000;
  padding: 0 0 0 0;
  color: #eee;
  font-size: 14px;
}
#footer .footer-top {
  background: #0C2238;
  padding: 30px 0 0px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px; 
}
#footer .footer-top .footer-info h2, #footer .footer-top .footer-info a {
	font: normal normal normal 25px/33px Poppins;
	color: #BFD5EC;
	text-decoration:none;
}
#footer .footer-top .footer-info p {
  font: normal normal normal 16px/25px Poppins;
  color: #BFD5EC;
}
#footer .footer-top .social-links a {
  display: inline-block;
  padding: 8px 0;
  margin-right: 10px;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}
#footer .footer-top .footer-contact p {
  font: normal normal normal 20px/30px Poppins;
letter-spacing: 0.76px;
color: #FFFFFF;
}
.footer-nav h3{
font-size:18px;
}
.footer-nav li {
    list-style-type: disclosure-closed;
    margin-left: 20px;
}
.footer-nav a {
    font-family: Poppins;
    letter-spacing: 0.49px;
    color: #BFD5EC;
    text-decoration: none;
}
.footer-nav a.active, .footer-nav a:hover, .footer-nav a:focus  {
	color:#fff;
}
p.copy-right {
	font: normal normal normal 14px/21px Poppins !important;
letter-spacing: 0.38px;
color: #7B8792 !important;
margin-top: 18px;
}
.footer-top .col-12 {
	border-top:1px solid #3f4b58;
}
/*----------------------# Responsive Media Queries----------------------------------*/
/*---------------- @media (min-width:1440px)----------------*/
@media (min-width:1440px) {
	#industrial {
	background-size:cover;
}
}
@media (max-width: 1024px) {
.inds-pills-tab {
    overflow-x: scroll;
	padding: 0px 10px;
	margin-top: 150px;
}
.inds-pills-tab .nav-pills{
	display:contents;
}
  #industrial .nav-pills .nav-link.active, .nav-pills >.nav-link {
	font: normal normal bold 12px/10px Poppins !important;
	padding:10px !important;
	white-space:nowrap;
}
#industrial .nav-link::before {
	display:none;
}
.tabs-p.mt-200 {
	font: normal normal normal 14px/22px Poppins !important;
	margin-top:20px !important;
	padding:20px 10px !important;
	min-height:250px;
}
.tabs-p p{
line-height:30px !important;
}
#industrial .tab-content {
	min-height: 300px;
}
#industrial .tabs-head {
    padding: 20px 10px;
}
#industrial .tabs-head h3 {
	font: normal normal 300 20px/30px Poppins;
}
#industrial {
	height:auto !important;
}
}
/*---------------- @media (min-width:991px)----------------*/
@media (max-width: 991px) {
  #header {
    height: 85px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

}

/*---------------- @media (min-width:768px)----------------*/
@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
   .back-to-top {
    bottom: 15px;
  }
}

/*---------------- @media (min-width:1200px)----------------*/
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1234px !important;
}
}
/*---------------Costomized Application---------------------*/
#cust-app {
	padding:80px 0px;
}
#cust-app .serve-info h2 {
	font: normal normal bold 36px/67px Poppins;
	margin-bottom: 0px;
	color: #0C2238;
}
#cust-app .serve-info h4 {
	font: normal normal normal 18px/24px Poppins;
letter-spacing: 0px;
color: #0C2238;
}

#cust-app .serve-info h6 {
	font: normal normal 600 24px/35px Poppins;
letter-spacing: 0px;
color: #0C2238;
}

#features-acc {
	background:url(../img/features-acc.png) no-repeat;
	background-position:center right;
	padding:50px 0px;
	background-attachment: fixed;
	background-size: cover;	
}

#features-acc .accordion .accordion-body {
	font: normal normal normal 18px/27px Poppins;
}
#features-acc .serve-info h2 {
font: normal normal bold 36px/67px Poppins;
color: #FFC700;
}
#features-acc .accordion-button {
	background: none;
    font: normal normal bold 20px/30px Poppins;
	color: #FFC700 !important;
	border-bottom:1px solid #484B18;
}
#features-acc .accordion-item {
    background-color:transparent;
    border: 1px solid rgba(0,0,0,.125);
}
#features-acc .accordion-body {
    font: normal normal normal 18px/27px Poppins;
	color:#fff;
}
#features-acc .accordion-button:not(.collapsed)::after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  color:FFC700;
    transform: rotate(-180deg);
	background:none;
}
#features-acc .accordion-button::after {
	content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  color:FFC700;
	background:none;
}
	
#product-main {
    background: url(../img/product-maintaince.png) no-repeat;
    background-position: top right;
    background-size: 31.5%;
    padding: 50px 0px;
}
#product-main .c-head h2 {
    font: normal normal bold 36px/40px Poppins;
letter-spacing: 0px;
color: #0C2238;
}
.ct-box, .ct-box2 {
	min-height:389px;
}
.ct-box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 20px #0000001A;
	border-radius: 10px;
	padding-top:30px;
}
.ct-box2 {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 20px #0000001A;
	border-radius: 10px;
	padding-top:30px;
	margin-top:30px;
}
.ct-head {
	border-left:4px solid #222;
}
.ct-head h2{
	padding:5px 50px;
	font: normal normal bold 30px/35px Poppins;
letter-spacing: 0px;
color: #0C2238;
}
.ct-head h3{
	font: normal normal bold 24px/30px Poppins;
	color: #0C2238;
	padding:0px 15px;
}
.ct-disc {
	    padding: 20px 20px 20px 54px;
		min-height:250px;
		font: normal normal normal 18px/25px Poppins;
letter-spacing: 0px;
color: #0C2238;
}
.ct-disc.p-3 {
	min-height:180px !important;
}
.ct-disc ul {
	padding-inline-start:0px;
}
.ct-disc ul li {
	list-style:none;
}
.ct-disc ul li:before {
  content: "\f124"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-right:25px;
  color:#DD1F26;
}
/*---------------ERP SOFTWARE ---------------------*/
.bg-dblu {
	background:#0C2238 !important;
	max-height:536px;
}
#inner-intro.bg-dblu h1 {
	font: normal normal bold 40px/56px Poppins;
	letter-spacing: 0px;
    color: #fff!important;
}
#inner-intro.bg-dblu p {
font: normal normal normal 18px/27px Poppins;
color: #FFFFFF;
}

.erp-pro {
	border-top:1px solid  #f2f2f2;
}
.erp-pro .ct-box{
	min-height:auto !important;
	margin-top:20px;
}
.ct-boxl {
	background:none;
	box-shadow:none !important;
}
.ct-box2.ct-boxl {
	margin-top:100px;
}
.ct-boxl .ct-head {
	border:none !important;
}
.ct-border-right {
	border-right:5px solid #f2f2f2;
}
.ct-boxl {
	border-bottom:5px solid #f2f2f2;
}
.ct-boxl .ct-head h2, .ct-boxl .ct-disc{
	padding-left:0px;
}
#our-exe {
	background:#f2f2f2;
	padding:80px 0px;
}
#our-exe .c-head h2{
	font: normal normal bold 36px/55px Poppins;
color: #0C2238;
}
#our-exe ul {
	font: normal normal bold 18px/35px Poppins;
letter-spacing: 0px;
color: #0C2238;
padding-inline-start:0px;
border-left:5px solid #0F6BF2;
}
#our-exe ul li {
	list-style:none;
	padding-left:60px;
	font-weight:500;
}
/*---------------ABOUT US ---------------------*/
.about-inner {
	position: relative;
  background: url("../img/about-inner.png") center top no-repeat !important;
  background-size:cover !important;
  margin-top:80px !important;
}
.about-inner  h1 {
    color: #fff !important;
}
#side-img	{
    background: url(../img/abt-corner.png) no-repeat;
    background-position: top right;
    background-size: 31.5%;
    padding: 50px 0px;
}
.c-side p{
font: normal normal normal 16px/25px Poppins;
color: #0C2238;
margin-top:40px;
}
#standing-pro {
	position: relative;
  background: url("../img/standing-mountain.png") center top no-repeat;
  background-size:cover;
  height:100vh;
}
#standing-pro .c-side {
	margin-top:150px;
}
#standing-pro p {
	font: normal normal normal 18px/23px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
}
#standing-pro h2 {
font: normal normal bold 44px/61px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
}
#our-value {
	 background: url(../img/value-bg.png) no-repeat;
    background-position: top right;
    background-size: 18.5%;
    padding: 50px 0px;
}
#our-value .ct-disc p{
	font: normal normal normal 18px/27px Poppins;
letter-spacing: 0px;
color: #808080;
}
#our-value .ct-disc {
	min-height:120px !important;
	padding:0px 15px !important;
}
#our-value .ct-box  {
	padding:5px !important;
	min-height: auto !important;
}
#our-value .ct-head h3 {
    padding: 15px 15px 0px 15px !important;
	font: normal normal bold 28px/34px Poppins;
	color: #000000;
}
.client-head h2{
font: normal normal bold 47px/61px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
}
.client-head p{
font: normal normal normal 18px/27px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
}
.client-inner p{
	font: normal normal normal 25px/35px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
}
.client-inner h2 {
font: normal normal bold 66px/69px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
margin-top:50px;	
}
.client-inner h4 {
font: normal normal normal 32px/48px Poppins;
letter-spacing: 0px;
color: #FFFFFF;	
}
.port-img {
	margin:10px 0px;
}
#our-vision h2{
	font: normal normal bold 40px/55px Poppins;
color: #000000;
}
#our-vision p{
font: normal normal normal 16px/25px Poppins;
color: #000000;
}
#our-vision {
	padding:150px 0px ;
}
#our-vision {
	background: url(../img/values-bg.png) no-repeat, #ddd;
    background-position: top right;
	background-size: cover;
}

/*--------------Inner @media (max-width:640px)---------------------*/

@media (max-width:640px) {
.port-img, .float-end.port-img  {
    text-align: center !important;
	float:none !important;
}
#inner-intro {
	padding:0px !important;
	margin-top: 80px !important;
}
.about-inner {
	background:#3f3c38 !important;
	padding:0px !important;
}
#standing-pro {
	background:#b55b1e !important;
	height: auto  !important;
}
#standing-pro .c-side {
    margin-top: 60px !important;
}
#our-vision {
	background: url(../img/product-maintaince.png) no-repeat, #ddd !important;
    background-position: top right !important;
    background-size: 31.5% !important;
    padding: 50px 0px !important;
}
#our-value .ct-box {
    margin: 10px 0px !important;
}
.client-head h2, #standing-pro h2, h2 {
	 font: normal normal bold 23px/30px Poppins !important;
}
#standing-pro p {
	font: normal normal  16px/24px Poppins !important;
}
.ct-box {
	margin-top:15px;
}
#footer .footer-top .footer-contact p {
    font: normal normal normal 16px/20px Poppins !important;
}
#footer .footer-top .footer-info h2 { 
	font: normal normal bold 24px/30px Poppins !important;
}
#footer .footer-top .footer-info p {
    font: normal normal normal 17px/30px Poppins !important;
}
.footer-contact img {
    width: 13%;
}
.footer-nav a {
    font: normal normal normal 14px/16px Poppins !important;
    padding: 5px !important;
	letter-spacing: 0px !important;
    border-right: 0px solid #ccc !important;
	text-align:center;
}
#footer .footer-top{
text-laign:center;
}
.time-line .mt-5 {
	margin:0px !important;
}
.serve-list p{
	font: normal normal bold 20px/25px Poppins!important;
}
.serve-list img {
	width: 35px !important;
	height: 35px !important;
    margin: 5px 20px 10px 0px !important;
}
#serve {
    padding: 50px 0px;
}
#intro {
	background:#efece9 !important;
	height: auto !important;
}
#inner-intro h1, #inner-intro.bg-dblu h1, #financial-panel h1 {
    font: normal normal bold 30px/40px Poppins !important;
}
#inner-intro.bg-dblu p {
    font: normal normal normal 14px/20px Poppins !important;
}
.mobile-app .intro-info {
    padding: 50px 50px !important;
}
#mobile-app-inner {
	margin:0px !important;
}
.mb-ul h3 {
    font: normal normal bold 16px/25px Poppins !important;
	padding: 10px 10px  !important;
}
.mb-ul ul {
    columns: 1 !important;
    padding: 10px 10px !important;
}
.mb-ul ul li {
    font: normal normal normal 18px/24px Poppins !important;
}
.cst-button.float-end {
    float: none !important;
}
.mb-sec2-info {
    padding: 60px 10px !important;
    margin: 0px 0px !important;
}
.mobile-services .advisory-box-top {
   margin:0px !important;
}
.mobile-services .advisory-panel-services {
	position:relative;
}
.mobile-services .advisory-box-middle {
    margin-top: 8% !important;
}
.mobile-services .advisory-panel-services {
	height: auto !important;
}
.mobile-services .advisory-box h3 {
    font: normal normal bold 20px/28px Poppins !important;
}
#mobile-ots {
    padding: 60px 0px !important;
}
#mobile-ots .serve-info {
    padding: 0px 10px !important;
}
#mobile-ots .serve-info h3, #mobile-ots h3 {
    font: normal normal bold 18px/25px Poppins !important;
}
#mobile-ots .serve-info p{
    font: normal normal bold 12px/22px Poppins;
}
#mobile-ots .ots-img img {
	width:100%;
}
#finsta-sup {
    padding: 60px 0px !important;
}
#finsta-sup .fapp-img {
	padding:50px !important;
}
.finsta-edge h4 {
    font: normal normal 18px/20px Poppins !important;
}
#finsta-sup .serve-info p {
    font: normal normal normal 18px/24px Poppins !important;
}
.our-development ul {
    columns:1 !important;
}
.digital-box {
	margin-top:0px !important;
}
.construct-inner .header ul {
    display: none !important;
}
.construct-inner .header {
	padding:50px 0px !important;
}
.build-info {
    margin-top: 0px !important;
}
#construct-explore .kit-form .cst-button {
	display:block;
}
.inds-pills-tab {
    overflow-x: scroll;
	padding: 0px 10px;
	margin-top: 150px;
}
.inds-pills-tab .nav-pills{
	display:contents;
} 
#industrial .nav-pills .nav-link.active, .nav-pills >.nav-link {
	font: normal normal bold 12px/10px Poppins !important;
	padding:10px !important;
	white-space:nowrap;
}
#industrial .nav-link::before {
	display:none;
}
.tabs-p.mt-200 {
	font: normal normal normal 14px/22px Poppins !important;
	margin-top:20px !important;
	padding:20px 10px !important;
	min-height:250px;
}
.tabs-p p{
line-height:30px !important;
}
#industrial .tab-content {
	min-height: 300px;
}
#industrial .tabs-head {
    padding: 20px 10px;
}
#industrial .tabs-head h3 {
	font: normal normal 300 20px/30px Poppins;
}
#industrial {
	height:auto !important;
}
.fin-card:hover .fin-card-inner {
  transform: rotateY(180deg) !important;
}
.fin-card {
	margin-top:20px;
}
}
/*--------------.#####Inner @media (max-width:640px)#####---------------------*/

/*--------------MOBILE APP SERVICE---------------------*/
.mobile-app {
	width: 100%;
  position: relative;
  background: url(../img/space-background.png) no-repeat !important;
  background-size:cover ;
  padding: 120px 0 80px 0;
}
.mobile-app .intro-info {
	padding:175px 50px;
}
#mobile-app-inner {
    margin-top: -180px;
	padding:60px 0px;
}
#mobile-app-inner .serve-info h2 {
font: normal normal bold 36px/44px Poppins;
color: #0C2238;
}
#mobile-app-inner .serve-info p, .mobile-app .intro-info p{
font: normal normal normal 18px/27px Poppins !important;
color: #0C2238;
}

.mb-ul h3{
	font: normal normal bold 18px/27px Poppins;
	color: #0C2238;
	border-left:#DD1F26 solid 10px;
	padding:10px 50px;
}
.mb-ul ul li {
	list-style:none;	
font: normal normal normal 18px/44px Poppins;
color: #000000;
}
.mb-ul ul li:before {
  content: "\f138 "; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-right:25px;
  color:#222;
}
.mb-ul ul {
	columns: 2;
	padding:10px 140px;
}
.mobile-services .advisory-box h3 {
    font: normal normal bold 32px/50px Poppins;
    color: #0C2238;
}
.mobile-services .advisory-box h6 {
    color: #0C2238;
}
.mobile-services .advisory-box-top {
    margin-left: 110%;
    margin-top: -35%;
}
.mobile-services .advisory-box-middle {
    margin-top: -33%;
}
.mobile-services .advisory-panel-services {
	 background:transparent !important;
}
#advisory-services.mobile-services {
   background: url(../img/Group324.png) no-repeat top center !important;
    background-size: contain !important;
	background-position:40% 0%;
}
.mb-sec2-info {
	background:#0C2238;
	padding:80px 60px;
	margin:100px 0px;
}
.mb-sec2-info h2 {
	font: normal normal bold 30px/48px Poppins;
	color: #FFFFFF;
}
.mb-sec2-info p {
	font: normal normal normal 18px/28px Poppins;
	color:#fff;
}

#mobile-ots {
	padding:120px 0px;
}
#mobile-ots .serve-info h3, #mobile-ots h3{
	font: normal normal bold 32px/50px Poppins;
	color: #0C2238;
}
#mobile-ots .serve-info {
	border-left:8px solid #3D59E8;
	padding:0px 50px;
}
#mobile-ots .ots-img {
	text-align:center;
}
/*--------------WEB DEVELOPMENT---------------------*/
.bg-web{
padding: 60px 0px;
    background:#E87246 url(../img/business.png) no-repeat;
	background-position:top right;
	/* background-size:42.5%; */
    height: 100%;
}
#message-oriented {
    position: relative;
    background: url(../img/message.png) top center no-repeat;
    background-size: cover;
    height: 100%;
}
.message-info{
width: 536px;
background: #FEEA60 0% 0% no-repeat padding-box;
opacity: 0.93;
position:reltive;
height:100%;
}
.text-black{
color:#000 !important;
}
#successful-strategy{
    position: relative;
    background: url(../img/Intersection.png) top center no-repeat;
    background-size: cover;
    height: 384px;
}
#features-digital{
  position: relative;
    background: url(../img/Group207.svg) top center no-repeat;
    background-size: cover;
}
#digital-category {
	 position: sticky;
}
.digital-box{
background: #FFFFFF;
box-shadow: 0px 3px 6px #00000029;
border: 1px solid #B4B4B4;
padding:20px;
min-height:331px;
margin-top:25px;
}
.digital-box h4{
font: normal normal bold 19px/25px Poppins;
letter-spacing: 0px;
color: #3D59E8;
}
.digital-box p{
font: normal normal normal 16px/24px Poppins;
letter-spacing: 0px;
color: #6A6A6A;
}
/* .digital-panel{ */
	/* /* margin-top:-100px; */ */
	/* position:relative; */
	/* z-index:-99; */
	
/* } */
/* .digital-panel-box{ */
	/* /* margin-top:-150px; */ */
	/* position:relative; */
	/* z-index:-99; */
/* } */
#integration-services{
	background:url(../img/intersection43.html) no-repeat;
	background-position:top right;
	background-size:31.5%;
	padding:50px 0px;
}
.our-exe  {
	font: normal normal bold 18px/35px Poppins;
letter-spacing: 0px;
color: #0C2238;
padding-inline-start:0px;
border-left:5px solid #0F6BF2;
}
.our-exe h4{
font: normal normal bold 28px/38px Poppins;
letter-spacing: 0px;
color: #3D59E8;
}
.our-exe p{
font: normal normal normal 18px/27px Poppins;
letter-spacing: 0px;
color: #6A6A6A;
}
.our-development h2{
font: normal normal bold 48px/38px Poppins;
letter-spacing: 0px;
color: #3D59E8;
line-height:50px;
}
.our-development ul {
	columns:2;
}
.our-development ul li{
font: normal normal normal 22px/49px Poppins;
letter-spacing: 0px;
color: #6A6A6A;
list-style:none;
}
.web-panel{
width: 400px !important;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 6px #00000029;
border-radius: 35px;
}
.web-alternate{
     margin-top: -34px;
    margin-left: -48px;
    position: relative;
    left: -106px;
}
.web-alternate-panel{
    margin-top:138px !important;
}
.web-panel p{
font: normal normal normal 18px/27px Poppins;
letter-spacing: 0px;
color: #0C1A35
}
.web-img img{
    margin-left: 288%;
    margin-top: 145%;
}
.panel{
    margin-top: 156px !important;
}
.web-box img{
margin-left:210px;
}
.web-boxs img{
  margin-top: -262px;
    margin-left: 58px;
    position: relative;
    left: 56px;
}
.web-kit{
margin-left:-47px;
}

/*--------------FINANCIAL SERVICES---------------------*/
#financial-panel{
	background:url(../img/financiall.png) no-repeat;
	background-position:top right;
	background-size:cover;
	padding:50px 0px;
	height:488px;
}
#financial-panel h1{
font: normal normal bold 48px/58px Poppins;
letter-spacing: 0px;
color: #FFFFFF;
text-shadow: 0px 3px 10px #00000069;
}
#advisory-services{
	background: #F2F5F9 url(../img/advisory.png) no-repeat;
	background-position:top right;
	background-size:31.5%;
	padding:50px 0px;
}
.advisory-panel-services{
	background:  url(../img/Group324.png) no-repeat;
	background-position: 25% 100%;
	height:100%;
}
.advisory-box{
width: 480px;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 10px #00000029;
border-radius: 10px;
}
.advisory-box-top{
 margin-left: 100%;
margin-top: -35%;
}
.advisory-box-middle{
margin-top:-43%;
}
.advisory-box-bottom{
margin-left: 95%;
margin-top: -46%;
}
.advisory-box h3{
font: normal normal bold 32px/50px Poppins;
letter-spacing: 0px;
color: #3D59E8;
}
.advisory-box h6{
font: normal normal 600 16px/25px Poppins;
letter-spacing: 0px;
color: #3D59E8;
}
/*--------------CHIT FUND SERVICES (EASYCHIT)---------------------*/
.chit-fund-inner {
	position: relative;
  background: url("../img/chit-fund-bg.png") top right no-repeat !important;
  background-size:cover !important;
  margin-top:80px !important;
}
.easy-ul ul {
	padding-inline-start:20px;
}
.easy-ul ul li {
	list-style:none;
	font: normal normal 20px/35px Poppins;
	
}
.easy-ul ul li:before {
   content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 25px;
    color: #D99728;
    transform: rotate(20deg);
}
.easy-auct h2 {
	font: normal normal normal 40px/50px Poppins;
	letter-spacing: 0px;
	color: #092166;
	text-align:center;
}
.easy-auct h2 span {
	font: normal normal bold 40px/50px Poppins;
	color:#FF0303;
}
#chit-addons {
	position: relative;
  background: url("../img/addons.png") center top no-repeat;
  background-size:cover;
  height:100vh; 
}

.addon-cont {
	background: rgb(0 0 0 / 70%);
	border: 1px solid #707070;
	border-radius: 28px;
	padding:50px 20px;
	margin-top:100px;
}
.addon-cont h4{
	font: normal normal bold 36px/61px Poppins;
	color: #FFFFFF;
}
.addon-cont ul{
	padding-inline-start:0px;
}
.addon-cont ul li{
	font: normal normal 18px/28px Poppins;
	color: #FFFFFF;
	list-style:none;
}
#easy-auctid {
	padding:100px 0px;
}

/*--------------FINANCIAL INSTITUIONS (FINSTA)---------------------*/
.finacial {
	position: relative;
  background: url("../img/finacial-bg.png") center top no-repeat !important;
  background-size:cover !important;
  margin-top:80px !important;
}
.finacial h1 , .chit-fund-inner h1 { 
	font: normal normal bold 44px/51px Poppins !important;
    color: #fff !important;
}
#finsta-sup .serve-info h3 {
	font: normal normal 36px/45px Poppins;
	color: #0C2238;
	padding:40px 0px;
}
.finacial p,  .chit-fund-inner p{ 
    color: #fff !important;
	font: normal normal 20px/24px Poppins;
}
#finsta-sup, 
#construct-sup {
	padding:60px 0px;
}
#finsta-sup .serve-info h2 {
    font: normal normal bold 38px/45px Poppins;
	color: #092166;
}
#finsta-sup .serve-info p {
font: normal normal normal 18px/35px Poppins;
color: #0C2238;
}
#finsta-sup .fapp-img {
	padding:100px;
} {
	padding:60px 0px;
}
#finsta-sup .serve-info h2 {
    font: normal normal bold 38px/45px Poppins;
	color: #092166;
}
#finsta-sup .serve-info p {
font: normal normal normal 18px/35px Poppins;
color: #0C2238;
}
#finsta-sup .fapp-img, #construct-sup .fapp-img{
	padding:100px;
}
.finsta-edge {
	padding-top:60px;
}
.finsta-edge h2 {
	font: normal normal bold 44px/51px Poppins;
	color: #ED4B2A;
}
.finsta-edge h4 {
	font: normal normal 30px/51px Poppins;
	color:#003B87;
}

.finsta-edge ul {
    columns: 2;
	padding-inline-start:0px;
	margin-top:50px;
}
.finsta-edge ul li {
	list-style:none;
	color: #000C40;
	font: normal normal 500 18px/51px Poppins;
}
.fin-card {
  background-color: transparent;
  width: 100%;
  perspective: 1000px;
}

.fin-card-inner {
  position: relative;
  width: 100%;
  min-height: 252px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor:pointer;
}

.fin-card:hover .fin-card-inner {
  transform: rotateY(180deg);
}

.fin-card-front, .fin-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fin-card-front {
  background-color: #fff;
}

.fin-card-back {
  background: #0d2238;
  color:#fff;
  transform: rotateY(180deg);
  border-radius:10px;
}
.fin-card-back h1 {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
	font: normal normal 600 18px/24px Poppins;
}

/*--------------Construct (Hexa Build)---------------------*/
.construct-inner {
	position: relative;
  background: url("../img/construction-bg.png") right no-repeat !important;
  background-size:cover !important;
  margin-top:80px !important;
  padding: 100px 0 0 0 !important;
}
.build-info {
	margin-top:60px;
}
.build-info h2{
	font: normal normal bold 52px/60px Poppins;
	color: #E3390F;
}
.build-info p{
	font: normal normal normal 16px/20px Poppins;
	color: #000000;
}
.construct-inner .header ul {
	display:inline-flex;
	padding-inline-start:0px;
}
.construct-inner .header ul li{
	list-style:none;
	color: #FDBE15;
	font: normal normal 500 18px/51px Poppins;
	padding: 0px 20px 0px 0px;
}
#construct-sup .serve-info h2 {
   font: normal normal 600 36px/64px Poppins;
	color: #3D59E8;
}
#construct-sup .serve-info p {
	font: normal normal normal 16px/30px Poppins;
	color: #000000;
}
#construct-sup .serve-info p.text-spl {
	color: #E3390F;
}
#construct-explore {
	position: relative;
  background: url("../img/construct-explore.png") center bottom no-repeat;
  background-size:cover;
  background-attachment:fixed;
  height:100vh; 
}
#construct-explore .serve-info{
	padding:100px 0px;
}
#construct-explore .serve-info h2 {
    font: normal normal bold 36px/61px Poppins;
    color: #FFFFFF;
}
#construct-explore .kit-form .form-control {
	border: 1px solid #707070;
	font: normal normal 16px/45px Poppins;
	color: #989898;
	border-radius: 0rem;
}
#construct-explore .kit-form .cst-button {
	line-height:45px;
	padding:.375rem 2rem;
}
.kit-form .form-control {
	border: 1px solid #707070;
	font: normal normal 16px/25px Poppins;
	color: #989898;
	border-radius: 0rem;
	margin-top:15px;
}
.kit-form .cst-button {
	line-height:25px;
	padding:.375rem 2rem;
}
.kit-form h5 {
	font: normal normal bold 30px/50px Poppins;
    color: #E3390F;
}
  
/*--------------DATABASE SERVICES---------------------*/
.innovation{
background:url(../img/innovation.png) no-repeat;
background-position:top right;
background-size:41%;
padding:50px 0px;
}
#database-panel{
background:url(../img/cloud-computing.png) no-repeat;
background-position:top right;
background-size:cover;
padding:50px 0px;
height:647px;
}
.innovationn .advisory-panel-services {
background: url(../img/Group324.png) no-repeat;
background-position: 35% 1%;
height: 100%;
}
.innovationn  .advisory-box {
width: 430px;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 10px;
}
.managee{
margin-left:15%;
}
.advisory-box-center{
margin-left: 100%;
margin-top: -10%;
}
.advisory-box-bot-bottom {
margin-left: 0%;
margin-top: -57%;
}
.advisory-box-center-bottom {
margin-left: -5%;
margin-top: 4%;
}
.advisory-box-middlee {
margin-top: -70%;
}
.advisory-box-top-bottom {
margin-left: 100%;
margin-top: -64%;
}
.advisory-box-topp {
margin-left: 100%;
margin-top: 7%;
}
/*----------------------------# Responsive Media Queries for Customized-application-4-----------*/
@media (max-width:1600px) {
.innovation{
background-size:none;
}
}
@media (max-width:980px) {
.advisory-box-center, .advisory-box-top-bottom ,  .advisory-box-center-bottom, .advisory-box-bot-bottom, .advisory-box-center , .advisory-box-topp {
margin-left: 0%;
margin-top: 0%;
}
.managee{
margin-left:0%;
}
.advisory-box-middlee {
margin-top:0;
}
.advisory-box-center-bottom img{
width:100%;
}
.innovationn .advisory-panel-services, .innovation{
background:none;
}
.digital-panel{
margin-top:0px;
position:static;
z-index:-99;
}
#database-panel{
height:100%;
}
.innovationn  .advisory-box {
width:100%;
}
.web-panel-box{
width:100%;
}
#web-development .c-head h2{
font: normal normal 38px/44px Poppins;
}
.our-development h2{
font: normal normal bold 38px/28px Poppins;
letter-spacing: 0px;
color: #3D59E8;
line-height:50px;
}	
.digital-panel{
	margin-top:0px;
	position:static;
	z-index:-99;
}
.web-panel-box{
width:100%;
}
#web-development .c-head h2{
font: normal normal 38px/44px Poppins;
}
.our-development h2{
font: normal normal bold 38px/28px Poppins;
letter-spacing: 0px;
color: #3D59E8;
line-height:50px;
}
.digital-panel-box{
	margin-top:0px;
	position:static;
	z-index:-99;
}
#features-digital{
height:100%;
}
#features-digital .c-head {
    margin: 0px 0px !important;
}
.message-info{
width:100%;
}
.web-panel{
width:100% !important;
}
.web-alternate-panel{
    margin-top: 0 !important;
}
.web-img img{
    margin-left: 0;
    margin-top: 0;
}
.web-box img{
margin-left:0px;
}
.web-boxs img{
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
    left: 0px;
}
.web-kit{
margin-left:0px;
}
.web-alternate{
    margin-top:0;
    margin-left: 0;
    position: relative;
    left: 0;
}
.advisory-panel-services, #advisory-services {
background:none;
}
.advisory-box{
width:100%;
}
.advisory-box-top{
margin-top:0;
margin-left:0;
}
.advisory-box-middle{
margin-top:0;
}
.advisory-box-bottom{
margin-top:0;
margin-left:0;
}
.advisory-box-bottom img{
width:100%;
}
}
@media (max-width:640px) {
#message-oriented{
background:none;
}
#successful-strategy {
    height: 99px !important;
}
.footer-nav li {
    list-style-type: none;
    margin-left: 0px;
	text-align:center;
}
}

.thank-you {
		padding:150px 0px;
		background:#f2f2f2;
}
.thank-you i{
	font-size:100px;
	color:#1e9f75;
	padding:50px;
}
.error-page {
		padding:150px 0px;
		background:#f2f2f2;
}
.error-page i{
	font-size:100px;
	color:#df1f26;
	padding:50px;
}
.error-page h1{
	font-size:50px;
	font-weight:bold;
	padding:10px;
}

#contact-inner {
	position: relative;
  background: url("../img/careers.png") top center no-repeat !important;
  background-size:cover !important;
  padding:150px 0px;
  background-attachment:fixed !important;
}
#contact-inner .intro-info h1 {
	font: normal normal bold 50px/60px Poppins;
	color:#0d2238 !important;
}
#contact-inner .intro-info p {
    font: normal normal normal 18px/27px Poppins;
    color: #0d2238;
}
#careers-details {
	padding:60px 0px;
}
#careers-details .intro-info h2 {
	font: normal normal bold 44px/60px Poppins;
	color:#000  !important;
}
.ct-exp p{
	border:1px solid #ddd; 
	background:#3D59E8; 
	padding:4px 20px; 
	margin:10px 0px; 
	color:#fff; 
	display:inline-block; 
	border-radius:4px;
	margin:0px 50px;
}
#careers-details .ct-disc p{
	font: normal normal 500 18px/30px Poppins;
}
#careers-details .ct-box {
	border-bottom:4px solid #b2bcc5;
	background:#eaf0ffb0;
}
#careers-details .ct-disc ul li {
	font: normal normal normal 16px/24px Poppins;
}
.mailto {
	padding:25px 0px;
}
.mailto p{
	font: normal normal bold 20px/60px Poppins;
}
.mailto a{
	font: normal normal bold 24px/60px Poppins;
	color:#e87246  !important;
}
.mailto a:hover{
	color:#e87246 !important;
}

#contact-inner.contact-page {
	background: url("../img/contact.png") top center no-repeat !important;
	background-size:cover !important;
}
#contact-page-inner {
	padding:80px 0px;
}
.address-sec {
	background: #1c3045;
    padding: 25px 60px;
    box-shadow: 10px 10px 2px 2px #0a0a0a36;
}
.address-sec h2 {
	color:#fff;
}
.address-sec ul {
    display: block;
    margin-top: 35px;
    padding: 0;
    margin-bottom: 0;
}
.address-sec ul li {
    display: flex;
    margin-top: 30px;
}
.address-sec ul li p{
	color: #fff;
}
.address-sec ul li i {
    display: inline-block;
    height: 60px;
    width: 60px;
    min-width: 60px;
    line-height: 60px;
    background:#fff;
    text-align: center;
    color: #3D59E8;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 20px;
}
.kit-contact-form input, .kit-contact-form textarea{
	padding: 20px;
    padding-left: 0;
    border: none;
	margin-bottom:15px;
    background: transparent;
	font: normal normal normal 16px/20px Poppins;
    border-bottom: 1px solid #000;
    color: #000;
	border-radius:0px;
}
.kit-contact-form input:focus, .kit-contact-form textarea:focus {
	box-shadow:none;
}
.kit-contact-form {
	padding:0px 40px;
}
.kit-contact-form .cst-button {
	height:60px;
	border-radius:10px !important;
	font: normal normal bold 20px/30px Poppins;
}


/* Home Banner  */
@media (-webkit-max-device-pixel-ratio:1.6),
(-webkit-max-device-pixel-ratio:1.6666666666666667),
(max--moz-device-pixel-ratio:1.6666666666666667),
(-o-max-device-pixel-ratio:5/3),
(max-resolution:160dpi) {
	.chrome img {
		image-rendering: -webkit-optimize-contrast
	}
}
@media (max-width:1023px) and (max-height:440px) {
	.pt-navbar-actions {
		left: auto;
		right: 20px
	}
}

.pt-btn_close,
.pt-btn_cta,
.pt-btn_dummy,
.pt-btn_menu,
.pt-btn_nav,
.pt-btn_play,
.pt-btn_scroll {
	position: relative;
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0;
	color: inherit;
	background: 0 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: 0!important;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: inherit;
	text-transform: inherit;
	text-indent: inherit
}



@media (pointer:fine) {
	.pt-btn_cta:hover .pt-btn_cta-title svg {
		-webkit-transform: translateX(5px);
		-moz-transform: translateX(5px);
		-ms-transform: translateX(5px);
		-o-transform: translateX(5px);
		transform: translateX(5px)
	}
}


.pt-btn_play {
	width: 42px;
	height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 16px;
	line-height: 0;
	text-align: center
}

.pt-btn_play-fill {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit
}

.pt-btn_play svg {
	position: relative;
	left: 1px
}

.pt-btn_play.-lg {
	width: 59px;
	height: 59px;
	font-size: 16px
}

@media (min-width:768px) {
	.pt-btn_play.-lg {
		width: 118px;
		height: 118px;
		font-size: 28px
	}
}

.pt-btn_nav {
	height: 51px;
	width: 51px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 14px;
	line-height: 47px;
	text-align: center
}

.pt-btn_nav-fill {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit
}

.pt-btn_nav svg {
	line-height: 0
}

.pt-cursor {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 250;
	color: #dd1f26;
	contain: layout style size;
	translate: 50% 105px 5rem;
	pointer-events: none;
	-webkit-transition: opacity .3s, color .4s;
	-o-transition: opacity .3s, color .4s;
	-moz-transition: opacity .3s, color .4s;
	transition: opacity .3s, color .4s
}

.pt-cursor:before {
	content: "";
	position: absolute;
	top: -24px;
	left: -24px;
	display: none;
	width: 48px;
	height: 48px;
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3);
	-ms-transform: scale(.3);
	-o-transform: scale(.3);
	transform: scale(.3);
	background: currentColor;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: opacity .1s, -webkit-transform .3s;
	transition: opacity .1s, -webkit-transform .3s;
	-o-transition: opacity .1s, -o-transform .3s;
	-moz-transition: transform .3s, opacity .1s, -moz-transform .3s;
	transition: transform .3s, opacity .1s;
	transition: transform .3s, opacity .1s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s
}

.pt-cursor.-inverse {
	color: #fff
}

.pt-cursor.-quaternary {
	color: #c9ffc5
}

.pt-cursor.-quinary {
	color: #ccbaff
}

.pt-cursor.-active:before,
.pt-navbar.-open .pt-navbar-toggle button.pt-cursor:before {
	-webkit-transform: scale(.25);
	-moz-transform: scale(.25);
	-ms-transform: scale(.25);
	-o-transform: scale(.25);
	transform: scale(.25)
}

@supports (mix-blend-mode:exclusion) {
	.pt-cursor.-exclusion {
		mix-blend-mode: exclusion
	}
	.pt-cursor.-exclusion:before {
		background: #fff
	}
}

.pt-cursor.-pointer:before {
	-webkit-transform: scale(.15);
	-moz-transform: scale(.15);
	-ms-transform: scale(.15);
	-o-transform: scale(.15);
	transform: scale(.15)
}

.pt-cursor.-pointer.-active:before,
.pt-navbar.-open .pt-navbar-toggle button.pt-cursor.-pointer:before {
	-webkit-transform: scale(.1);
	-moz-transform: scale(.1);
	-ms-transform: scale(.1);
	-o-transform: scale(.1);
	transform: scale(.1)
}

.pt-cursor.-opaque {
	color: rgba(255, 255, 255, .25)
}

.pt-cursor.-opaque:before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.pt-cursor.-opaque.-active:before,
.pt-navbar.-open .pt-navbar-toggle button.pt-cursor.-opaque: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)
}

.pt-cursor.-lg:before {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.pt-cursor.-lg.-active:before,
.pt-navbar.-open .pt-navbar-toggle button.pt-cursor.-lg:before {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}

.pt-cursor.-text:before {
	opacity: .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)
}

.pt-cursor.-text.-active:before,
.pt-navbar.-open .pt-navbar-toggle button.pt-cursor.-text: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: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s
}

.pt-cursor.-icon: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)
}

.pt-cursor.-icon.-active:before,
.pt-navbar.-open .pt-navbar-toggle button.pt-cursor.-icon:before {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4)
}

.pt-cursor.-hidden:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}

.pt-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: #fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: opacity .4s, -webkit-transform .3s;
	transition: opacity .4s, -webkit-transform .3s;
	-o-transition: opacity .4s, -o-transform .3s;
	-moz-transition: opacity .4s, transform .3s, -moz-transform .3s;
	transition: opacity .4s, transform .3s;
	transition: opacity .4s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s
}

.pt-cursor.-icon .pt-cursor-text,
.pt-cursor.-text .pt-cursor-text {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.pt-cursor-media {
	position: absolute;
	width: 400px;
	height: 400px;
	margin: -200px 0 0 -200px
}

.pt-cursor-media img,
.pt-cursor-media video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
	.pt-cursor-media img,
	.pt-cursor-media video {
		position: static;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.pt-cursor-media-box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transform: scale(0) translateZ(0);
	-moz-transform: scale(0) translateZ(0);
	transform: scale(0) translateZ(0);
	padding: 1px;
	opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: opacity .2s .2s, -webkit-transform .35s;
	transition: opacity .2s .2s, -webkit-transform .35s;
	-o-transition: opacity .2s .2s, -o-transform .35s;
	-moz-transition: transform .35s, opacity .2s .2s, -moz-transform .35s;
	transition: transform .35s, opacity .2s .2s;
	transition: transform .35s, opacity .2s .2s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s
}

.pt-cursor.-media .pt-cursor-media-box {
	opacity: 1;
	-webkit-transform: scale(.696);
	-moz-transform: scale(.696);
	-ms-transform: scale(.696);
	-o-transform: scale(.696);
	transform: scale(.696);
	-webkit-transition-duration: .4s, .4s;
	-moz-transition-duration: .4s, .4s;
	-o-transition-duration: .4s, .4s;
	transition-duration: .4s, .4s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.pt-footer {
	position: relative;
	color: #fff;
	background: #000
}

.pt-footer-fill {
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #000
}

@media (min-width:768px) {
	.pt-footer-fill {
		top: -90px
	}
}
.pt-hero-wrap{
height:auto !important;
}
.pt-hero {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display:block;
	height:530vh;
}
.pt-hero-fill {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fafafa;
	/* -webkit-border-bottom-left-radius: 35px; */
	/* -moz-border-radius-bottomleft: 35px; */
	/* border-bottom-left-radius: 35px; */
	/* -webkit-border-bottom-right-radius: 35px; */
	/* -moz-border-radius-bottomright: 35px; */
	/* border-bottom-right-radius: 35px */
}
@media (max-width: 1024px) {
.pin-spacer{
width:100% !important;
}
.pt-hero-mask.-v2{
background:transparent !important;
}
.pt-hero {

	height:80%;
}
.pt-hero-head{
height:70vh !Important; 
}
.pt-hero-header h1 div{
opacity:9 !important;
transform: translate(0%, 0%) rotateX(-360deg) skew(0deg, 0deg) scale(0.8, 0.8) !important;
}
.pt-hero-wrap {
    height: 100% !important;
}
.pt-hero-wrap {
    height: 100% !important;
}
}
@media (min-width:768px) {
	.pt-hero-fill {
		/* -webkit-border-bottom-left-radius: 60px; */
		/* -moz-border-radius-bottomleft: 60px; */
		/* border-bottom-left-radius: 60px; */
		/* -webkit-border-bottom-right-radius: 60px; */
		/* -moz-border-radius-bottomright: 60px; */
		/* border-bottom-right-radius: 60px */
	}
}

.pt-hero-masks {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	/* -webkit-border-radius: 35px; */
	/* -moz-border-radius: 35px; */
	/* border-radius: 35px */
}

@media (min-width:768px) {
	.pt-hero-masks {
		/* -webkit-border-radius: 60px; */
		/* -moz-border-radius: 60px; */
		/* border-radius: 60px */
	}
}
.pt-hero-mask {
	position: absolute;
	top: -webkit-calc(100vh + 50px);
	top: -moz-calc(100vh + 50px);
	top: calc(100vh + 50px);
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: -70px auto 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
@media (max-height:440px) {
	.pt-hero-mask {
		margin-top: -30px
	}
}

@media (min-width:768px) {
	.pt-hero-mask {
		top: -webkit-calc(100vh + 98.75px);
		top: -moz-calc(100vh + 98.75px);
		top: calc(100vh + 98.75px);
		width: 197.5px;
		height: 197.5px
	}
}

@media (min-width:1024px) {
	.pt-hero-mask {
		margin-top: -100px
	}
}
@media (min-width:1600px) {
	.pt-hero-mask {
		top: -webkit-calc(100vh + 123.5px);
		top: -moz-calc(100vh + 123.5px);
		top: calc(100vh + 123.5px);
		width: 247px;
		height: 247px
	}
}

.pt-hero-mask.-v1 {
	background: #000
}

.pt-hero-mask.-v2 {
	background: #dd1f26;
}

.pt-hero-footer {
	margin-top: -150px;
}

.pt-hero-content {
	position: relative
}

@media (min-width:768px) {
	.pt-hero-content {
		padding: 0 0 0px 0
	}
}
.pt-hero-line {
	position: absolute;
	top: -2px;
	left: 0;
	color: rgb(191 99 99);
	overflow: hidden;
	visibility: hidden;
}

@media (min-width:768px) {
	.pt-hero-line {}
}

@media (min-width:1200px) {
	.pt-hero-line {
		left: 51%;
		top: 16%;
		height: 29%;
	}
}
@media (min-width:1600px) {
	.pt-hero-line {}
}
@media (min-width:768px) {
	.pt-hero-line svg:nth-child(1) {
		display: none
	}
}
.pt-hero-line svg:nth-child(2) {
	display: none
}
@media (min-width:768px) {
	.pt-hero-line svg:nth-child(2) {
		display: block
	}
}
.pt-hero-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-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;
	text-align: center
}
.pt-hero-body {
	margin-top: -70px
}
@media (max-height:440px) {
	.pt-hero-body {
		margin-top: -30px
	}
}
@media (min-width:1024px) {
	.pt-hero-body {
		margin-top: -140px
	}
}
.pt-hero-header {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0)
}
.pt-hero-header h1 {
	font-weight: 600;
	font-size: 52px;
	line-height: 90%;
	text-align: center;
	letter-spacing: -.05em
}
@media (min-width:768px) {
	.pt-hero-header h1 {
		font-size: 84px
	}
}
@media (min-width:1024px) {
	.pt-hero-header h1 {    font: normal normal 800 75px/67px Poppins;
    color: #0C2238;
    margin-bottom: 10px;
		line-height:80px;
	}
	.pt-hero-header h4 {
		font: normal normal 300 24px/27px Poppins;
    color: #0C2238;
    line-height: 35px;
	padding-bottom:30px;
}
}
@media (min-width:2400px) and (min-height:950px) {
	.pt-hero-header h1 {
		font-size: 5.4166666667vw
	}
}
.pt-hero-notice {
	position: relative;
	margin: 30px 0 0 0;
	color: #aaa;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%
}
@media (min-width:1600px) {
	.pt-hero-notice {
		font-size: 16px
	}
}
.pt-hero-action {
	padding: 45px 0 0 0
}
@media (min-width:768px) {
	.pt-hero-action {
		padding-top: 67px
	}
}

@media (min-width:1200px) {
	.pt-hero-action {
		padding-top: 50px
	}
}
@media (min-width:1600px) {
	.pt-hero-action {
		padding-top: 70px
	}
}
.videos {
	position: relative;
	width: 50%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
 border-radius: 100%;
 -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
 -webkit-transform: rotate(0.000001deg); 
 -webkit-border-radius: 100%; 
 -moz-border-radius: 100%;
}
.video-circle {
border-radius: 50%;
object-fit: cover;
}
@media (min-width:768px) {
	.pt-hero-video {
		width: 500px;
		height: 500px
	}
}
@media (min-width:1600px) {
	.pt-hero-video {
		width: 494px;
		height: 494px
	}
}
.pt-hero-video img,
.pt-hero-video video {
	width: 100%;
	height: 100%;
	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center
}
.pt-hero-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -29.5px 0 0 -29.5px
}
@media (min-width:768px) {
	.pt-hero-video-play {
		margin: -59px 0 0 -59px
	}
}
.pt-hero-headlines {
	display: block;
	margin: -15px auto;
	padding: 120px 0 180px 0;
	width: 265px;
	color: #fff
}

@media (min-width:768px) {
	.pt-hero-headlines {
		width: 460px
	}
}
@media (min-width:1200px) {
	.pt-hero-headlines {
		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;
		margin: 0 auto;
		width: auto;
		padding: 0;
		height: 100vh;
	}
}
.pt-hero-headline {
	padding: 15px 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	opacity: .4;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition: opacity .4s
}
@media (max-width:1024x) {
.pt-hero {

	height:80%;
}
.pt-hero-head{
height:50vh !Important; 
background:#ccc;
}
.pt-hero-header h1 div{
opacity:9 !important;
transform: translate(0%, 0%) rotateX(-360deg) skew(0deg, 0deg) scale(0.8, 0.8) !important;
}
.pt-hero-wrap {
    height: 100% !important;
}
.pt-hero-wrap {
    height: 100% !important;
}
}
@media (min-width:1200px) {
	.pt-hero-headline {
		display: block;
		padding: 0;
		width: 100%;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		text-align: center;
		opacity: 1;
		-webkit-transition: none;
		-o-transition: none;
		-moz-transition: none;
		transition: none
	}
}
.pt-hero-headline.-active,
.pt-navbar.-open .pt-navbar-toggle button.pt-hero-headline {
	opacity: 1
}
@media (min-width:1200px) {
	.pt-hero-headline.-active,
	.pt-navbar.-open .pt-navbar-toggle button.pt-hero-headline {
		opacity: .4
	}
}
.pt-hero-headline h2 {
	display: inline-block;
	font-weight: 600;
	font-size: 50px;
	line-height: 90%;
	letter-spacing: -.05em
}
@media (min-width:768px) {
	.pt-hero-headline h2 {
		font-size: 86px
	}
}
@media (min-width:1200px) {
	.pt-hero-headline h2 {
		font-size: 5.75vw;
		margin-top:10px;
		
	}
}
@media (min-width:2400px) and (min-height:950px) {
	.pt-hero-headline h2 {
		font-size: 6.875vw
	}
}



.pt-overview {
	position: relative;
	overflow: hidden
}
.pt-overview-fill {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px
}
/* sticky slider */
.invisionapp-wrapper {
  display: block;
}
.invisionapp-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow:hidden;
}
.slide-container {
  display: flex;
}
.fullscorll-slide {
  display: flex;
  align-items: center;
  padding-top: 0px;
}
.slikpt {
  content: "";
  position: absolute;
  right: 0;
  transition: all 1100ms cubic-bezier(0.86, 0, 0.07, 1) 0s !important;
  top: -100%;
  width: 32%;
  background: #e06768;
  height: 100%;
  z-index: 0;
  border-radius: 50px 0 0 0;
}
.swiper-slide-active .slikpt {
  top: 0;
  transition: all 1100ms cubic-bezier(0.86, 0, 0.07, 1) 0s !important;
}
.kp-one {
  background: transparent !important;
}
.kp-two {
  background: transparent !important;
}
.kp-three {
  background: transparent !important;
}
.kp-four {
  background: transparent !important;
}
.kp-five {
  background: transparent !important;
}
.kp-six {
  background:transparent !important;
}
.fullscorll-slide {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
}
.slide-content {
  padding: 40px 50px 50px 50px;
  position: relative;
  margin-top: 20px;
}
.slide-content::before {
  content: "";
  width: 154px;
  height: 1px;
  border: solid 1px #202020;
  position: absolute;
  left: 0;
  top: 0;
}
.slide-content p {
  margin: 0;
  max-width: 450px;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
}
.right-content {
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 99;
}
.left-content {
  width: 100%;
  padding-left: 25%;
}
#custom_pagination {
  display: flex;
  flex-wrap: wrap;
  width: 50px;
  z-index: 1;
  top:45% !important;
}
.home-work-slide {
  width: 100%;
  display: flex;
}
.right-content img {
  opacity: 0;
  max-width: 40vw;
  max-height: 60vh;
  z-index: 999999;
  width: 100%;
}
.pt-hero-fill {
     transform: translate3d(0px,0px,0px) !important; 
}
.home-work-slide .left-content {
	margin-top:18%;
  opacity: 0;
  /* animation: fadeInTop 0.5s 0s forwards; */
}
.home-work-slide .slide-content {
  opacity: 0;
  animation: fadeInTop 0.5s 0s forwards;
  /* animation: fadeInTop 0s 0s forwards; */
}
.home-work-slide .right-content {
  opacity: 0;
  /* animation: fadeInTop 0.5s 0s forwards; */
  animation: fadeInTop 0s 0s forwards;
}
.home-work-slide::after {
  /* opacity: 0; */
  background-color: #e06768;
  transition: 2s ease-in;
}
.home-work-slide.swiper-slide-active::after {
  /* opacity: 1; */
}
.home-work-slide:nth-child(1).swiper-slide-active::after {
  background-color: #e06768;
  transition: 2s ease-in;
}
.home-work-slide:nth-child(2).swiper-slide-active::after {
  background-color: #db4444;
  transition: 2s ease-in;
}
.home-work-slide:nth-child(3).swiper-slide-active::after {
  background-color: #8d3838;
  transition: 2s ease-in;
}
.home-work-slide.swiper-slide-active .left-content .zl-cl-title h2.splitting .word {
  opacity: 1;
  animation: slide-in 1.5s cubic-bezier(.5, 0, .5, 1) both;
  animation-delay: calc(40ms * var(--word-index));
}
.home-work-slide.swiper-slide-active .right-content {
  /* animation: fadeInBottom 0.5s 1s forwards; */
  animation: fadeInBottom 0s 0s forwards;
}
.home-work-slide.swiper-slide-active .left-content {
  opacity: 1;
  /* animation: fadeInBottom 0.5s 1s forwards; */
}

.home-work-slide.swiper-slide-active .slide-content {
  animation: fadeInBottom 0.5s 1s forwards;
  /* animation: fadeInBottom 0s 0s forwards; */
}
.home-work-slide.swiper-slide-active~.home-work-slide .right-content {
  opacity: 0;
}
.home-work-slide.swiper-slide-active~.home-work-slide .left-content {
  opacity: 0;
}
.home-work-slide.swiper-slide-active~.home-work-slide .slide-content {
  opacity: 0;
}
.home-work-slide .right-content img {
  opacity: 0;
  /* animation: fadeInTop 0.5s 0s forwards; */
  animation: fadeInTop 0s 0s forwards;
}
.home-work-slide.swiper-slide-active .right-content img {
  opacity: 1;
  /* animation: fadeInBottom 0.5s 1s forwards; */
  animation: fadeInBottom 0s 0s forwards;
}
.home-work-slide.swiper-slide-active~.home-work-slide .right-content img {
  /* animation: fadeInBottom 0.5s 1s forwards; */
  animation: fadeInBottom 0s 0s forwards;
}
.left-content1{
	 background:linear-gradient(
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.9)
    ),url(../img/industrial-bg.png) no-repeat;
}
.left-content2{
	 background:linear-gradient(
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.9)
    ),url(../img/industrial-bg.png) no-repeat;

}
.left-content3{
	 background:linear-gradient(
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.9)
    ),url(../img/industrial-bg.png) no-repeat;
}
.left-content4{
	 background:linear-gradient(
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.9)
    ),url(../img/industrial-bg.png) no-repeat;
}
.left-content5{
	 background:linear-gradient(
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.9)
    ),url(../img/industrial-bg.png) no-repeat;
     width:100%;
	 padding-left:5%;
}
.left-content3{
	 background:linear-gradient(
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.9)
    ),url(../img/industrial-bg.png) no-repeat;
}
.left-content4{
	 background:linear-gradient(
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.9)
    ),url(../img/industrial-bg.png) no-repeat;
}
.left-content5{
	 background:linear-gradient(
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.9)
    ),url(../img/industrial-bg.png) no-repeat;
     width:100%;
	 padding-left:5%;
}
@media (min-width:1400px) {
#custom_pagination {
  display: flex;
  flex-wrap: wrap;
  width: 50px;
  z-index: 1;
  top:38% !important;

}
#collaboration{
	top:-110px;
}
.home-work-slide .left-content{

}
	.pt-hero-body {
		margin-top: -180px
	}
.pt-hero {
	height:510vh;
}
}
@media (min-width:1800px) {
#custom_pagination {
  display: flex;
  flex-wrap: wrap;
  width: 50px;
  z-index: 1;
  top:28% !important;
}
#collaboration{
	top:-110px;
}
.home-work-slide .left-content{
margin-top:-17%;
}
	.pt-hero-body {
		margin-top: -220px
	}
.pt-hero {
	height:500vh;
}
}
video::-webkit-media-controls-panel {
    display: none ! important; 
    opacity: 1 ! important;
}

