@import url(../css/variable.css);



/* Industry Section */
.industry-sec.common-padding {
    position: relative;
}
.industry-sec-content {
	padding-right: 50px;
}
.industry-sec-content > img {
    display: var(--display-none);
}
.industry-sec-text {
	max-height: 250px;
	overflow-y: auto;
}
.industry-sec-text p {
    margin-bottom: 4px;
}
.industry-sec-content .logo-slider {
    background: transparent;
    padding: var(--zero-spacing);
    margin-top: 30px;
}
.industry-sec-content .logo-slider .swiper-slide {
	padding: 0 15px;
}
.marquee-view {
    overflow:hidden;
    width:100%;
}
.marquee-container {
    display:-ms-flexbox;
    display:flex;
    align-items:center;
    will-change: transform;
    -webkit-animation:marquee 10s linear infinite;
    -moz-animation: marquee 10s linear infinite;
    animation:marquee 10s linear infinite;
}
.marquee-container:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
}
.marquee-container .logo-box {
    flex-shrink:0;
    position:relative;
    text-align:center;
    padding: 0 15px;
}
.marquee-container .logo-box:hover {
    cursor: pointer;
}
.logo-slider-box img {
    transition: 0.2s;
}
.logo-slider-box:hover img {
    filter: grayscale(1) brightness(0.4);
    transition: 0.2s;
}
/* Industry Section End */

/* Revolution Slider */
.revolution-slider-content {
	padding-left: 50px;
}
.revolution-slider-content img {
    display: var(--display-none);
}
.revolution-slider-text {
    max-height: 335px;
    overflow-y: auto;
}
.revolution-slider-text p {
    margin-bottom: 4px;
}
/* Revolution Slider End */

/* Logo Slider */
.logo-slider {
    background: #282828;
    padding: 40px 0;
}
.logo-slider-box {
    padding: 0 32px;
}
/* Logo Slider End */

/* Ellipse */
.ellipse {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.ellipse::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/ellipse_bg.svg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* Ellipse End */

/* What We Do */
.whatwedo-heading {
    margin-bottom: 30px;
}
.whatwedo-heading h2 {
    margin-bottom: 12px;
}
.whatwedo-row {
    margin-bottom: -24px;
}
.whatwedo-col {
    margin-bottom: 24px;
}
.whatwedo-box {
    padding: 30px 30px 40px;
    background-color: #FFFFFF;
    height: 100%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.whatwedo-img {
    margin-bottom: 12px;
    display: var(--display-flex);
    align-items: var(--flex-align-center);
    justify-content: var(--flex-justify-center);
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 0;
    /* vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; */
}
.whatwedo-box:hover, .whatwedo-box:focus, .whatwedo-box:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.whatwedo-img::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 7px;    
    background-color: #F8AFAF;
    border-radius: 100%;
    width: 19px;
    height: 19px;
    z-index: -1;
}
.whatwedo-box h3 span {
    display: var(--display-block);
    font-weight: var(--global-font-weight);
}
.whatwedo-box p {
    font-size: 16px;
    line-height: 28px;
}
/* What We Do End */

/* How We Develop Apps */
.develop-apps-content {
	position: var(--position-sticky);
	top: 100px;
}
.develop-apps-content p {
    max-width: 470px;
    margin-bottom: 30px;
}
.develop-apps-list {
    display: var(--display-flex);
    flex-direction: column;
    align-items: var(--flex-align-center);
    counter-reset: ol-counter;
    margin-bottom: var(--zero-spacing);
}
.develop-apps-list li {
    padding-left: 100px;
    position: relative;
    counter-increment: ol-counter;
    margin-bottom: 40px;
}
.develop-apps-list li:last-child {
    margin-bottom: var(--zero-spacing);
}
.develop-apps-list li::before {
    content: counter(ol-counter);
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #009EE3;
    color: var(--global-white-color);
    display: var(--display-flex);
    align-items: var(--flex-align-center);
    justify-content: var(--flex-justify-center);
    border-radius: 100%;
}
/* .develop-apps-list-box {
    max-width: 340px;
} */
.develop-apps-list-box p {
    font-size: var(--global-font-size);
    line-height: var(--global-regular-line-height);
    max-width: 340px;
}
/* How We Develop Apps End */

/* Moblie Service We Provide */
.moblie-service {
	background-color: #F8F9FA;
}
.moblie-service-heading {
    margin-bottom: 30px;
}
.moblie-service-heading h2 {
    max-width: 475px;
}
.moblie-service-box {
    padding-left: 24px;
    border-left: 1px solid #D9D9D9;
    height: 100%;
    padding-bottom: 60px;
}
.moblie-service-col:nth-child(n+5) .moblie-service-box {
    padding-bottom: var(--zero-spacing);
}
.moblie-service-box img {
    margin-bottom: 16px;
    transition: var(--transition);
}
/* .moblie-service-box:hover img {
    transform: rotateY(180deg);
    transition: var(--transition);
} */
.moblie-service-box h6 {
    font-size: var(--global-paragraph-large);
    line-height: var(--global-line-height);
    margin-bottom: 8px;
}
.moblie-service-box p, .create-app-box p {
    font-size: var(--global-font-size);
    font-weight: var(--global-font-weight);
    line-height: var(--global-regular-line-height);
}
/* Moblie Service We Provide End */

/* We Help You To Create App */
.create-app h2 {
	text-align: center;
}
.create-app-box {
    padding: 24px;
	background-color: #F8F9FA;
    min-height: 320px;
    transition: var(--transition);
    height: 100%;
}
.create-app-box:hover {
    background-color: #FBEEEE;
    transition: var(--transition);
}
.create-app-box h5 {
    margin-bottom: 8px;
}
.create-app-box p {
    margin-bottom: 12px;
}
.create-app-box a {
    line-height: 19px;
    display: var(--display-inline-block);
}
.create-app-box a svg {
    transition: var(--transition);
}
.create-app-box a:hover svg {
    transform: translateX(6px);
    transition: var(--transition);
}
.create-app-box a svg path {
    transition: var(--transition);
}
.create-app-box a:hover svg path {
    stroke: var(--primary-color);
    transition: var(--transition);
}
/* We Help You To Create App End */

/* Portfolio */
.portfolio-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;    
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}
.portfolio-heading h2 {
    margin: var(--zero-spacing);
}
.portfolio-image {
	margin-bottom: 20px;
	overflow: hidden;
}
.portfolio-column img {
	width: 100%;
	object-fit: cover;
	transition: 0.7s;
    height: 100%;
}
.portfolio-column:hover img {
	transform: scale(1.1);
	transition: 0.7s;
}
.portfolio-column .arrow-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 19px;
}
.portfolio-column .arrow-btn svg {
    transition: var(--transition);
}
.portfolio-column .arrow-btn:hover svg {
    transform: translateX(6px);
    transition: var(--transition);
}
.portfolio-column .arrow-btn svg path {
    transition: var(--transition);
}
.portfolio-column .arrow-btn:hover svg path {
    transition: var(--transition);
    stroke: var(--primary-color);
}
/* Portfolio End */

/* Call To Action */
.calltoaction {
    background-color: var(--secondary-color);
}
.calltoaction-img {
    padding: 12px 0;
}
.calltoaction-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.calltoaction-content h2 {
    color: var(--global-white-color);
    margin-bottom: 16px;
}
.calltoaction-content a {
    color: var(--primary-color);
    display: var(--display-inline-block);
    transition: var(--transition);
}
.calltoaction-content a:hover, .calltoaction-content a:hover svg path {
    color: var(--global-white-color);
    transition: var(--transition);
    stroke: var(--global-white-color);
}
.calltoaction-content a svg path {
    stroke: var(--primary-color);
    transition: var(--transition);
}

.calltoaction-content a:hover svg {
    transform: translateX(6px);
    transition: var(--transition);
}
.calltoaction-content a svg {
    transition: var(--transition);
}
/* Call To Action End */

/* Spin Text */
.spin-text {
	position: relative;
    width: 145px;
    height: 145px;
    display: block;
    margin: 0 0 0 auto;
    transition: 1s;
}
.spin-text:hover {
    transform: scale(1.1);
    transition: 1s;
}
.text-svg {
	transform: rotate(0deg);
	width: 145px;
	height: 145px;
	position: absolute;
	right: 0;
	top: -12px;
}
@-webkit-keyframes rotate-full {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
  
@keyframes rotate-full {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
@-webkit-keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}
@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}
@-webkit-keyframes infinite-spinning {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
@keyframes infinite-spinning {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
.animated {
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated .infinite {
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.rotate {
    -moz-animation: rotation-full 5s infinite linear;
    -webkit-animation: rotation-full 5s infinite linear;
    animation: rotation-full 5s infinite linear;
  }
.rotate-full {
    -moz-animation: infinite-spinning 8s infinite linear;
    -webkit-animation: infinite-spinning 8s infinite linear;
    animation: infinite-spinning 8s infinite linear;
}
.spin-text > svg {
    position: absolute;
    top: 16px;
    right: 24px;
}
/* Spin Text End */

/* Logo Slider */
.logo-slider {
    background: #282828;
    padding: 40px 0;
    overflow: hidden;
}
.logo-slider-box {
    padding: 0 32px;
    display: inline-block;
    white-space: nowrap;
}
/* Logo Slider End */

.logo-slider-view {
    overflow:hidden;
    width:100%;
    display: inline-block;
    white-space: nowrap;
}
.logo-slider-list {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}
.logo-slider-list:hover {
    animation-play-state: paused;
}
/* .logo-slider-box {
    flex-shrink:0;
    position:relative;
    text-align:center;
    padding: 0 15px;
} */
.logo-slider-box:hover {
    cursor: pointer;
}
.logo-slider-box img {
    transition: 0.2s;
}
.logo-slider-box:hover img {
    filter: grayscale(1) brightness(0.4);
    transition: 0.2s;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/* Responsive */
@media only screen and (max-width: 1199px) {
    /* Spin Text */
    .spin-text {
        margin: 0 auto;
    }
    .industry-sec-content {
        padding-right: 0;
    }
    .revolution-slider-content {
        padding-left: 0;
    }
    /* Spin Text End */
}
@media only screen and (max-width: 991px) {
    /* Industry Section */
    .industry-sec-content > img, .revolution-slider-content img {
        display: var(--display-block);
        margin-bottom: 20px;
        height: auto;
    }
    .industry-sec-image img, .revolution-slider-image img {
        display: var(--display-none);
    }
    .marquee-container {
        justify-content: center;
    }
    .marquee-container .logo-box {
        padding: 0 35px;
    }
    /* Industry Section End */

    /* Revolution Slider */
    /* Revolution Slider End */

    /* Logo Slider */
    .logo-slider {
        padding: 30px 0;
    }
    /* Logo Slider End */

    /* What We Do */
    /* What We Do End */

    /* How We Develop Apps */
    .develop-apps {
        margin-bottom: -25px;
    }
    .develop-apps-col {
        margin-bottom: 25px;
    }
    .develop-apps-content p {
        max-width: var(--full-width);
        margin-bottom: 20px;
    }
    .develop-apps-list {
        align-items: var(--flex-justify-start);
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: -30px;
    }
    .develop-apps-list li {
        width: 50%;
        padding-left: 70px;
        margin-bottom: 30px;
    }
    .develop-apps-list-box p {
        max-width: 290px;
    }
    /* How We Develop Apps End */

    /* Moblie Service We Provide */
    .moblie-service-box {
        padding-bottom: 40px;
    }
    .moblie-service-col:nth-child(n+5) .moblie-service-box {
        padding-bottom: 40px;
    }
    .moblie-service-col:nth-child(n+7) .moblie-service-box {
        padding-bottom: var(--zero-spacing);
    }
    /* Moblie Service We Provide End */

    /* We Help You To Create App */
    .create-app-col {
        margin-bottom: 30px;
    }
    .create-app-col:last-child {
        margin-bottom: var(--zero-spacing);
    }
    .create-app-box {
        min-height: auto;
        height: 100%;
    }
    /* We Help You To Create App End */

    /* Call To Action */
    /* Call To Action End */
}
@media only screen and (max-width: 767px) {
    /* Industry Section */
    /* Industry Section End */

    /* Revolution Slider */
    /* Revolution Slider End */

    /* What We Do */
    /* What We Do End */

    /* How We Develop Apps */
    .develop-apps-list {
        margin-bottom: 0;
    }
    .develop-apps-list li {
        width: 100%;
    }
    .develop-apps-list-box p {
        max-width: 100%;
    }
    /* How We Develop Apps End */

    /* Moblie Service We Provide */
    /* Moblie Service We Provide End */

    /* We Help You To Create App */
    /* We Help You To Create App End */

    /* Portfolio */
    .portfolio-column {
        margin-bottom: 20px;
    }
    .portfolio {
        margin-bottom: -20px;
    }
    .portfolio-column img {
        height: auto;
    }
    /* Portfolio End */

    /* Call To Action */
    .calltoaction-img {
        display: none;
    }
    .calltoaction-content {
        padding: 30px 0;
    }
    /* Call To Action End */

    /* Spin Text */
    .spin-text {
        display: var(--display-none);
    }
    /* Spin Text End */
}
@media only screen and (max-width: 575px) {
    /* Industry Section */
    .marquee-container .logo-box {
        padding: 0 20px;
    }
    /* Industry Section End */

    /* Revolution Slider */
    /* Revolution Slider End */

    /* Logo Slider */
    .logo-slider {
        padding: 10px 0;
    }
    .logo-slider-box {
        padding: 0 15px;
    }
    /* Logo Slider End */

    /* What We Do */
    .whatwedo-box, .create-app-box {
        padding: 15px;
    }
    /* What We Do End */

    /* How We Develop Apps */
    .develop-apps-list li {
        padding-left: 60px;
        margin-bottom: 20px;
    }
    .develop-apps-list li::before {
        width: 40px;
        height: 40px;
    }
    /* How We Develop Apps End */

    /* Moblie Service We Provide */
    .moblie-service-col {
        margin-bottom: 20px;
    }
    .moblie-service-col:last-child {
        margin-bottom: var(--zero-spacing);
    }
    .moblie-service-box {
        padding-bottom: 20px;
        padding-left: var(--zero-spacing);
        border-left: 0;
        border-bottom: 1px solid #D9D9D9;
    }
    .moblie-service-col:nth-child(n+5) .moblie-service-box {
        padding-bottom: 20px;
    }
    .moblie-service-col:nth-child(n+7) .moblie-service-box {
        padding-bottom: 20px;
    }
    .moblie-service-col:last-child .moblie-service-box {
        padding-bottom: var(--zero-spacing);
        border-bottom: 0;
    }
    /* Moblie Service We Provide End */

    /* We Help You To Create App */
    /* We Help You To Create App End */

    /* Call To Action */
    /* Call To Action End */
}
/* Responsive End */