/*
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999
}

.preloader .preloader-after,
.preloader .preloader-before {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to right, #1ff365, #43e4a8, #15ca5f)
}

.preloader .preloader-before {
    top: 0
}

.preloader .preloader-after {
    bottom: 0
}

.preloader .preloader-block {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%
}

.preloader .preloader-block .title {
    position: absolute;
    left: 0;
    bottom: calc(50% + 16px);
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #000
}

.preloader .preloader-block .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-weight: 700;
    letter-spacing: 8px;
    font-size: 24vw;
    color: rgba(8, 8, 8, 0.14);
    z-index: 1
}

.preloader .preloader-block .loading {
    position: absolute;
    top: calc(50% + 16px);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #000;
    -webkit-animation: blink-animation 2.2s linear infinite
}

.preloader .preloader-bar {
    position: absolute;
    z-index: 2;
    top: calc(50% - 1px);
    right: 0;
    width: 100%;
    height: 2px;
    background: #ffffff57
}

.preloader .preloader-bar .preloader-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    height: 100%;
    width: 0;
    background-image: linear-gradient(to right, #888, #333, #000);
}

@-webkit-keyframes blink-animation {
    0% {
    opacity: 0;
}
}@-moz-keyframes blink-animation {
    0% {
    opacity: 0;
}
}@keyframes blink-animation {
    0% {
    opacity: 0;
}
}.preloader.hidden-main {
    opacity: 0;
    visibility: hidden;
}
.preloader .preloader-after, .preloader .preloader-before {
    transition: .6s ease-in-out;
}
.hidden .preloader-after {
    transform: translate(0, 100%);
}
.hidden .preloader-before {
    transform: translate(0, -100%);
}
.loader-width .preloader-progress {
    width: 100%!important;
}
.preloader .preloader-bar .preloader-progress {
    transition: width 3.2s;
    transition-timing-function: cubic-bezier(.1, .5, 1.3, .1);
}
.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .3s ease-in-out;
}
.sticky:before {
    display: none;
}
.sticky .logo-img {
    margin: 10px 0;
}
.sticky .logo-img img {
    width: 60%}
.logo-img img {
    transition: all .3s ease-in-out;
}
.sticky .main-menu {
    background-color: #eaeaea;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .14);
    border-bottom: 1px solid #d4d4d4;
}
.header {
    background-color: #fff;
    padding: 0;
    position: relative;
    transition: all .3s ease-in-out;
}
.logo-img {
    margin: 20px 0;
    align-items: center;
    transition: all .3s ease-in-out;
}
.wrap-menu {
    display: flex;
    flex-direction: column;
    transition: all .3s ease-in-out;
    height: 100%;
    justify-content: center;
}
html {
    scroll-behavior: smooth;
}
.top-header {
    padding: 18px 0;
}

.soical-icon {
    display: none;
}
.soical-icon ul li a i {
    padding-right: 27px;
    font-size: 17px;
    transition: .3s;
}
.soical-icon ul li a i.fab.fa-facebook-f {
    color: #3d5a99;
}
.soical-icon ul li a i.fab.fa-twitter {
    color: #1da1f2;
}
.soical-icon ul li a i.fab.fa-youtube {
    color: red;
}
.soical-icon ul li a i.fab.fa-linkedin-in {
    color: #004b7c;
}
.soical-icon ul li a i:hover {
    color: #09f079;
}
.top-contact {
    text-align: end;
}
.top-contact ul li a {
    padding-left: 13px;
    padding-right: 13px;
    border-right: 1px solid #00000054;
}
.top-contact ul .last a {
    border-right: none;
}
.top-contact ul li:first-child a {
    padding-left: 0;
}
.top-contact ul li:last-child a {
    border-right: none;
    padding-right: 0;
}
.top-contact ul li a i {
    padding-right: 15px;
    color: #09f079;
    font-size: 15px;
    font-weight: 600;
}
.top-contact ul li a span {
    color: #2d2e30;
    font-size: 15px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    transition: .3s;
}
.top-contact ul li a span:hover {
    color: #09f079;
}
.main-menu {
    position: absolute;
    z-index: 1;
    width: 100%;
    transition: all .3s ease-in-out;
}
.slider-carousel {
    height: 100%}
.slider-carousel .owl-stage-outer {
    height: 100%;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
}
.slider-carousel .owl-item, .slider-carousel .owl-stage {
    height: 100%}
.slider-carousel .item {
    height: 100%;
    align-items: center;
    display: flex!important;
}
.slider-img img {
    width: 90%!important;
    margin: 0 0 0 auto;
}
.slider-banner {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 730px;
    padding: 50px 0 0;
}
.slider-img {
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.slider-text h3 {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.slider-text h3 span {
    font-weight: 300;
    font-family: Poppins, sans-serif;
}
.slider-text h4 {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    line-height: 70px;
}
.slider-text h4 span {
    font-weight: 800;
    font-family: Poppins, sans-serif;
}
.slider-text p {
    font-family: 'Open Sans', sans-serif;
    color: #ffd9ee;
    font-size: 20px;
    font-weight: 400;
    padding-right: 95px;
    padding-top: 5px;
}
.slide-btn img {
    display: inline-block!important;
    padding-left: 20px;
}
.slide-btn i {
    display: inline-block!important;
    margin-left: 20px;
}
.slide-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    padding-top: 35px;
    display: flex;
    transition: .3s;
    align-items: center;
}
.slide-btn:hover {
    color: #3b2165;
}
.client-counter {
    background-color: #040847;
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
}
.client-counter:before {
    content: "";
    background-color: #dee3ff;
    width: 21%;
    height: 100%;
    position: absolute;
    top: 0;
}
.container-fluid {
    padding-right: 80px;
    padding-left: 80px;
}
.counter-text {
    text-align: center;
}
.counter-text span {
    font-size: 26px;
    color: azure;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}
.counter-text span:after {
    content: "+"}
.counter-text h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: azure;
    font-family: Poppins, sans-serif;
}
.counter-btn {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}
.view-btn {
    color: #fff;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 45px;
    transition: .3s;
}
.view-btn:hover {
    color: #09f079;
}
.client-text {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 30%}
.client-text h3 {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    color: #2d2e30;
    font-weight: 400;
    margin-bottom: 0;
}
.client-carousel .owl-nav {
    position: relative;
}
.client-carousel .owl-nav button {
    width: 30px!important;
    height: 30px!important;
    margin: 11px 11px!important;
    background: #04084700!important;
    display: block!important;
    border-radius: 50px!important;
    border: 1px solid #b7b7b7!important;
    position: absolute;
}
.client-carousel .owl-nav button:hover {
    background: #09f079!important;
    color: #fff;
}
.client-carousel .owl-nav button:focus {
    outline: 0;
}
.client-carousel .owl-nav .owl-prev {
    top: -41px;
}
.client-carousel .owl-nav .owl-next {
    bottom: 33px;
}
i.fas.fa-sort-up {
    font-size: 17px;
    padding-top: 8px;
}
i.fas.fa-sort-down {
    font-size: 17px;
    padding-bottom: 20px;
}
.client-carousel .owl-nav {
    margin-top: 0;
}
.main-service {
    background-image: url(../images/service-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    padding: 92px 0;
    position: relative;
}
.main-service:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/main-service-dots.png);
    width: 68px;
    height: 68px;
    background-position: -55px -51px;
    right: 55px;
    top: 19%}
.main-service span {
    position: static;
}
.main-service span:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/service-span-right.png);
    width: 266px;
    height: 59px;
    left: 20px;
    bottom: 80px;
}
.main-service span:after {
    content: "";
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/service-span-left.png);
    width: 250px;
    height: 55px;
    right: 0;
    bottom: 80px;
}
.service-heading {
    text-align: center;
}
.service-heading h2 {
    font-family: Poppins, sans-serif;
    color: #09f079;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.service-heading h3 {
    font-family: Poppins, sans-serif;
    color: #333;
    font-size: 54px;
    font-weight: 600;
}
.service-heading p {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding: 0 80px;
    line-height: 27px;
}
.main-service-box {
    padding-top: 50px;
}
.serive-tab ul li.nav-item {
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serive-tab ul li .nav-link {
    display: inline-block;
    padding: 10px 0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    width: 70%}
.serive-tab ul li:hover .nav-link {
    color: #09f079;
}
.serive-tab ul .nav-link.active, .serive-tab ul .show>.nav-link {
    color: #09f079;
    background-color: transparent;
}
.serive-tab ul li a.view-detail {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    opacity: 0;
    transition: .3s;
    width: 29%}
.serive-tab ul li a.view-detail i {
    color: #09f079;
    font-size: 12px;
    padding-left: 2px;
}
.serive-tab ul li:hover a.view-detail {
    opacity: 1;
}
.service-tab-text .slick-slide:focus {
    outline: 0;
}
.service-tab-text h3 {
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}
.service-tab-text h3:before {
    background-color: #1c1c1c;
    height: 1px;
    width: 60px;
    content: "";
    position: absolute;
    top: 13px;
    left: 95px;
}
.service-tab-text h2 {
    font-family: Poppins, sans-serif;
    color: #09f079;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0;
}
.service-tab-text p {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 58px;
    line-height: 23px;
}
.service-tab-text .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    top: -39px;
    height: 28%;
    overflow: hidden;
}
.service-tab-text .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}
.service-tab-text .slick-dots li button {
    width: 67px;
    height: 20px;
    padding: 5px;
}
.service-tab-text .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 4px;
    content: "";
    text-align: center;
    opacity: .25;
    background-color: #000;
}
.service-tab-text .slider-nav .slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1;
    background-color: #c40452;
}
.service-tab-text .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
    background-color: #c40452;
}
.main-cta {
    background-color: #040847;
    height: 73px;
    display: flex;
    align-items: center;
    position: relative;
}
.main-cta:before {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: #09f079;
    width: 32%;
    height: 62px;
    right: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.cta-text h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    margin-bottom: 0;
    padding-top: 5px;
}
.cta-text h3 span {
    font-size: 16px;
}
.cta-contact ul li i {
    padding-right: 15px;
    color: #09f079;
    font-size: 15px;
    font-weight: 600;
}
.cta-contact ul li {
    padding-right: 13px;
    padding-left: 13px;
    border-right: 1px solid #ffffff45;
}
.cta-contact ul li:first-child {
    padding-left: 0;
}
.cta-contact ul li:last-child {
    padding-right: 0;
    border-right: none;
}
.cta-contact ul li a {
    display: inline-block;
}
.cta-contact ul li a p {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.cta-contact ul li a span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    transition: .3s;
}
.cta-contact ul li a span:hover {
    color: #09f079;
}
.cta-btn a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: Poppins, sans-serif;
    transition: .3s;
    align-items: center;
    display: flex;
}
.cta-btn a:hover {
    color: #040847;
}
.cta-btn {
    display: flex;
    align-items: center;
    height: 100%}
.cta-btn i {
    margin-left: 18px;
    display: inline-block;
}
.main-portfolio .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.main-portfolio {
    background-color: #f7f7f7;
    padding: 82px 0;
    position: relative;
}
.main-portfolio:before {
    content: "";
    position: absolute;
    background-image: url(../images/portfolio-banner-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 478px;
    height: 274px;
    top: 0;
}
.main-portfolio:after {
    content: "";
    position: absolute;
    background-image: url(../images/portfolio-banner-bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 209px;
    height: 36px;
    bottom: 19%}
.portfolio-img img {
    width: 100%}
.portfolio-img {
    overflow: hidden;
}
.portfolio-img figure {
    padding: 0;
    margin: 0;
    transform: scale(1);
    transition: all .5s ease;
    cursor: pointer;
}
.portfolio-img:hover figure {
    transform: scale(1.2);
}
.portfolio-box {
    position: relative;
    z-index: 1;
}
.portfolio-box:before {
    content: "";
    position: absolute;
    background-image: url(../images/spirite.png);
    width: 75px;
    height: 74px;
    background-position: -5px -74px;
    left: -25px;
    background-repeat: no-repeat;
    z-index: 1;
    top: -25px;
}
.portfolio-box:after {
    content: "";
    position: absolute;
    background-image: url(../images/portfolio-box-bottom.png);
    width: 313px;
    height: 271px;
    left: -231px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -19;
    bottom: -71px;
}
.portfolio-text {
    padding-left: 70px;
    padding-right: 50px;
}
.portfolio-text h2 {
    font-family: Poppins, sans-serif;
    color: #09f079;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.portfolio-text h3 {
    font-family: Poppins, sans-serif;
    color: #2c036c;
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 0;
}
.portfolio-text p {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding-top: 35px;
    padding-right: 100px;
    line-height: 29px;
    padding-bottom: 45px;
}
.portfolio-btn-wrap {
    display: flex;
    align-items: center;
}
.portfolio-btn {
    color: #2d2d2d;
    font-size: 12px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, .26);
    padding: 15px 42px;
    border-radius: 50px;
    margin-right: 25px;
    text-transform: uppercase;
    display: inline-block;
    transition: .3s;
}
.portfolio-btn-2 {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    transition: .3s;
    align-items: center;
    display: flex;
}
.portfolio-btn-2 img {
    padding-left: 15px;
    display: inline-block;
}
.portfolio-btn-2 i {
    margin-left: 15px;
    display: inline-block;
}
.portfolio-btn:hover {
    color: #09f079;
}
.main-ready-work {
    height: 140px;
    background-color: #f6f6f6;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    position: relative;
}
.main-ready-work:after {
    background-image: url(../images/ready-work-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 90px;
    width: 175px;
    height: 55px;
}
.main-ready-work:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 28%;
    height: 100%;
    left: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background-image: -webkit-linear-gradient(#0af06d, #02f4d3);
}
.ready-work-img {
    position: absolute;
    left: 10%;
    top: 54%;
    height: 100%;
    transform: translateY(-55%);
    display: flex;
    align-items: center;
}
.ready-text h3 {
    color: #09f079;
    font-size: 40px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}
.ready-text p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.ready-work-contact .cta-contact ul li a span {
    color: #333;
}
.ready-work-contact .cta-contact ul li a span:hover {
    color: #09f079;
}
.ready-work-contact .cta-contact ul li a p {
    color: #333;
}
.ready-work-contact .cta-contact ul li {
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #1a191945;
}
.ready-work-contact .cta-contact ul li:first-child {
    padding-left: 0;
}
.ready-work-contact {
    height: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 9px 0;
}
.ready-work-contact .cta-contact {
    display: flex;
    align-items: center;
}
.ready-btn {
    padding-left: 27px;
}
.main-transforming {
    background-image: url(../images/feedback-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    height: 805px;
    padding: 65px 0;
    position: relative;
    overflow: hidden;
}
.main-transforming:before {
    position: absolute;
    content: "";
    background-image: url(../images/transforming-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 247px;
    height: 222px;
    top: 0;
    left: 0;
}
.main-transforming:after {
    position: absolute;
    content: "";
    background-image: url(../images/transforming-bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 269px;
    height: 403px;
    bottom: 30px;
    left: 0;
}
.main-transforming span {
    position: relative;
}
.main-transforming span:before {
    position: absolute;
    content: "";
    width: 75px;
    height: 74px;
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    left: 50px;
    background-position: -184px -5px;
}
.main-transforming span:after {
    position: absolute;
    content: "";
    background-image: url(../images/spirite.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 207px;
    background-position: -151px -5px;
    left: 60px;
    top: 435px;
    z-index: 1;
}
.transforming-heading h2 {
    color: #09f079;
    font-size: 20px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.transforming-heading h3 {
    color: #333;
    font-size: 54px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    margin-bottom: 25px;
}
.transforming-heading p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.transforming-tab .nav-tabs {
    border-bottom: none;
    padding: 52px 0;
}
.transforming-tab .nav-tabs .nav-link {
    padding: 10px 40px;
    border: 1px solid #ccccccb0;
    border-radius: 50px;
    background-color: #f5f5f5b8;
    align-items: center;
    display: flex;
}
.transforming-tab .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 18px;
}
.transforming-tab ul li a span:before {
    display: none;
}
.transforming-tab ul li a span:after {
    display: none;
}
.transforming-tab ul li a span {
    display: inline-block;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    transition: .3s;
}
.transforming-tab .nav-tabs .nav-item.show .nav-link, .transforming-tab .nav-tabs .nav-link.active {
    color: transparent;
    background-color: #fff0;
    border-color: transparent;
    background-image: linear-gradient(to right, #2c036c 20%, #09f079);
    border: 1px solid #c91c5c;
}
.nav-tabs .nav-link:hover, .transforming-tab .nav-tabs .nav-link:focus {
    color: transparent;
    background-color: #fff0;
    border-color: transparent;
    background-image: linear-gradient(to right, #2c036c, #09f079);
    border: 1px solid #c91c5c;
}
.transforming-tab .nav-tabs .nav-link.active span {
    color: #fff;
}
.transforming-tab .nav-tabs .nav-link.active i {
    filter: brightness(20);
}
.transforming-tab .nav-tabs .nav-link:hover span {
    color: #fff;
}
.transforming-tab .nav-tabs .nav-link:hover i {
    filter: brightness(20);
}
.transforming-tab-text h3 {
    font-size: 35px;
    font-weight: 600;
    color: #333;
    font-family: Poppins, sans-serif;
    margin-bottom: 0;
}
.transforming-tab-text p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    padding: 28px 0;
    line-height: 27px;
}
.transforming-tab-text {
    padding-top: 25px;
}
.transforming-tab-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%}
.main-testi {
    background-size: cover;
    width: 100%;
    background-position: center;
    height: auto;
    position: relative;
}
.main-testi:before {
    content: "";
    background-image: url(../images/testi-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 415px;
    position: absolute;
    z-index: -1;
}
.main-testi:after {
    content: "";
    background-image: url(../images/testimonial-bottom.png);
    background-size: contain;
    width: 218px;
    height: 320px;
    position: absolute;
    z-index: -1;
    top: 37%}
.testi-heading {
    padding-top: 89px;
    text-align: center;
}
.testi-heading h2 {
    font-family: Poppins, sans-serif;
    color: #09f079;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.testi-heading h3 {
    font-family: Poppins, sans-serif;
    color: #fefce6;
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 0;
}
.testi-heading p {
    font-family: 'Open Sans', sans-serif;
    color: #999;
    font-size: 18px;
    font-weight: 400;
    padding-top: 11px;
    padding-bottom: 30px;
}
.testi-box-top img {
    width: auto!important;
    display: inline-block!important;
    vertical-align: top;
}
.testi-box img {
    width: auto!important;
    display: inline-block!important;
}
.testi-box {
    background-color: #fff;
    padding: 23px 20px 23px 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
    margin-bottom: 70px;
    border: 1px solid #ccccccd1;
    height: 320px;
}
.testi-box-top-text {
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
}
.testi-box-top-text h3 {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    font-family: Poppins, sans-serif;
}
.testi-box-top-text span {
    color: #838383;
    font-size: 13px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.testi-box p {
    padding: 24px 0;
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.testi-carousel .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #fff;
    text-decoration: none;
}
.testi-carousel .owl-nav button {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
}
.testi-carousel .owl-nav button.owl-prev {
    left: -105px;
}
.testi-carousel .owl-nav button.owl-next {
    right: -105px;
}
.testi-carousel .owl-nav [class*=owl-]:focus {
    outline: 0;
}
.main-logo-client {
    padding-bottom: 70px;
}
.client-logo-carousel .item {
    padding-top: 9px;
}
.logo-client-heading {
    position: relative;
}
.logo-client-heading:before {
    content: "";
    background-color: #00000038;
    width: 2px;
    height: 75px;
    position: absolute;
    right: 40px;
}
.logo-client-heading h3 {
    font-size: 30px;
    color: #333;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.main-footer {
    padding-top: 31px;
    padding-bottom: 29px;
    background: #191823;
}
.footer-contact p {
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    padding: 3px 0;
}
.footer-contact h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    margin-bottom: 15px;
}
.footer-contact {
    text-align: center;
}
.footer-contact a {
    color: #727272;
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    display: flex;
    padding-bottom: 11px;
    transition: .4s;
}
.footer-contact a i {
    color: #09f079;
    font-size: 14px;
    padding-top: 4px;
    padding-right: 7px;
}
.footer-contact a:hover {
    color: #09f079;
}
.footer-quick-link h3 {
    color: #fff;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    margin-bottom: 0;
    font-weight: 600;
}
.footer-quick-link ul {
    padding-top: 35px;
    padding-left: 5px;
}
.footer-quick-link ul li {
    display: block;
}
.footer-quick-link ul li a {
    color: #737373;
    font-size: 13px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    padding-bottom: 9px;
    display: block;
    transition: .4s;
}
.footer-quick-link ul li a:hover {
    color: #09f079;
}
.footer-quick-link ul li a i {
    padding-right: 8px;
}
.footer-quick-link {
    padding-top: 35px;
}
.quick-link {
    padding-left: 20px;
}
.services-link {
    padding-left: 30px;
}
.footer-link {
    padding-left: 55px;
}
.footer-solutions img {
    padding-top: 36px;
}
.main-copyright {
    background-color: #11101c;
    padding: 12px 0;
    display: flex;
    align-items: center;
}
.copyright-left p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    display: inline-block;
    color: #888;
}
.copyright-left h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.copyright-left ul li.first a {
    border: none;
    padding-left: 0;
}
.copyright-left ul li.last a {
    padding-right: 0;
    padding-left: 9px;
}
.copyright-left ul li a {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
    border-left: 1px solid #ccc;
    padding: 0 6px;
    transition: .4s;
}
.copyright-left ul li a:hover {
    color: #fff;
}
.copyright-left ul {
    display: inline-block;
}
.soical-right ul li {
    margin: 0 5px;
}
.soical-right ul li a {
    display: inline-block;
    border-radius: 100%;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 39px;
    background-color: #fff;
}
.soical-right ul li a:hover i {
    color: #fff;
}
.soical-right ul li a i {
    color: #17252d;
}
.soical-right ul li a span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 0;
    z-index: -1;
}
.soical-right ul li a:hover span {
    background-image: linear-gradient(to right, #661630, #09f079);
}
.soical-right ul li a:hover span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
}
.copyright-left {
    padding-top: 8px;
    text-align: center;
}
.navicon {
    padding-left: 30px;
    position: relative;
    z-index: 999;
}
.nav-toggle span {
    top: 20px;
    left: 10px;
}
.nav-toggle {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
    position: relative;
}
.nav-toggle span, .nav-toggle span:after, .nav-toggle span:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    cursor: pointer;
}
.nav-toggle span, .nav-toggle span:after, .nav-toggle span:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav-toggle span:after, .nav-toggle span:before {
    width: 26px;
    left: -3px;
}
.nav-toggle span:before {
    top: -6px;
}
.nav-toggle span:after {
    bottom: -6px;
}
.nav-toggle.active span:after, .nav-toggle.active span:before {
    top: 0;
}
.nav-toggle.active span:after, .nav-toggle.active span:before {
    top: 0;
}
.nav-toggle.active span {
    background-color: transparent!important;
}
.nav-toggle.active span:after {
    top: 10px;
    -ms-transform: translatey(-10px) rotate(-45deg);
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
    background-color: #09f079;
}
.nav-toggle.active span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #09f079;
}
.detailHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e6e6e6;
    z-index: 99;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.detailHeader .innerMenu li {
    padding: 5px 0;
    flex: 0 0 100%;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
}
.detailHeader .innerMenu li:first-child {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
.detailHeader .innerMenu li:nth-child(2) {
    -webkit-transition-delay: 15ms;
    transition-delay: 15ms;
}
.detailHeader .innerMenu li a {
    color: #2d2d2d;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
}
.detailHeader .innerMenu li a:hover {
    color: #989595;
}
.detailHeader.active .innerMenu li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.detailHeader.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.detailHeader ul.menuBlock li a {
    color: #2d2d2d;
}
.detailHeader ul.menuBlock li a:hover {
    color: #989595;
}
.main-scroll-overlay ul li {
    display: block;
}
.detailHeader ul.menuBlock li {
    list-style-type: none;
    padding-bottom: 10px;
}
.overlay-scroll-btn {
    padding: 0 0 0 10px;
    margin-top: 10px;
    display: flex;
}
#down {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    opacity: .6;
}
#down .fa, #up .fa {
    color: #09f079;
    opacity: 1;
}
#up {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    opacity: .6;
}
#down:hover {
    opacity: 1;
}
#up:hover {
    opacity: 1;
}
.slimScrollDiv {
    overflow: inherit!important;
    padding-left: 0;
    padding-right: 0;
    height: auto!important;
}
.slimScrollDiv .slimScrollBar {
    background: #09f079!important;
    width: 5px!important;
    border-radius: 1px!important;
    right: 0!important;
}
.main-scroll-overlay {
    margin-top: 8px;
}
#parent {
    padding: 0;
}
.overlay-scroll-btn {
    padding: 0;
}
ul#parent {
    height: 170px!important;
}
#parent {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 0 0 1px;
    margin-bottom: 0;
}
.hvr-grow-shadow {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blob path {
    animation: blob 7s linear infinite;
}
.jellywrap {
    position: absolute;
    width: 402px;
    height: 330px;
    top: -110px;
    left: -130px;
}
.navicon {
    display: none;
}
.header-wrap {
    position: relative;
    z-index: 999;
}
.testi-box-top {
    display: flex;
    align-items: center;
}
.slider-carousel-1 .item {
    height: 100%;
    align-items: center;
    display: flex!important;
}
.slider-carousel-1 {
    height: 100%}
.slider-carousel-1 .slider-text h4 {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 58px;
}
.slider-carousel-1 .slider-text p {
    font-family: 'Open Sans', sans-serif;
    color: #ffd9ee;
    font-size: 20px;
    font-weight: 400;
    padding-right: 5px;
    padding-top: 5px;
}
.bbb-img {
    padding-top: 50px;
}
.slider-carousel-1 .slide-btn {
    padding-top: 60px;
    display: inline-block;
}
.website .service-tab-text h2 {
    font-size: 21px;
}
.website .service-tab-text p {
    font-size: 16px;
    line-height: 29px;
}
.website .serive-tab ul li.nav-item {
    height: 60px;
}
.design-portfolio-box {
    transform: scale(1);
    transition: all .5s ease;
    cursor: pointer;
}
.main-design-portfolio .slide-item:hover .design-portfolio-box {
    transform: scale(1.2);
}
.main-design-portfolio .slick-wrapper {
    padding-top: 30px;
}
.main-design-portfolio {
    padding: 70px 0;
    padding-bottom: 40px;
}
.main-design-portfolio .slide-item {
    overflow: hidden;
    margin-bottom: 30px;
}
.main-design-portfolio .slick-slide:focus {
    outline: 0;
}
.design-portfolio-box img {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.main-packages {
    background-image: url(../images/package-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 75px 0;
}
.package-heading {
    text-align: center;
}
.package-heading h3 {
    color: #09f079;
    font-size: 20px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.package-heading h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.package-heading p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
}
.det-packages .boxpackages:hover .packdetails .botarea-pack .liovechats-bx a h5 {
    color: #09f079;
}
.det-packages .boxpackages:hover .packdetails .botarea-pack .liovechats-bx a span:before {
    color: #6f1f73;
}
.packtitles .fright {
    position: absolute;
    right: -17px;
    background-color: #000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 3px;
    top: 8px;
}
.our-package .col-lg-4 {
    margin-bottom: 45px;
}
.det-packages .boxpackages {
    background: #fff;
    border-radius: 15px;
    padding: 20px 16px 80px;
    margin: 0;
    float: none;
    width: 100%;
    box-shadow: 0 0 9px 2px #00000059;
    position: relative;
    border: 0;
    transition: all .3s ease-out;
    margin-bottom: 0;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.det-packages .boxpackages .packheads {
    border-bottom: 1px solid #e2e5ec;
}
.det-packages .boxpackages .packheads h3 {
    font-size: 23px;
    color: #111;
    font-weight: 600;
    margin: 0 0 5px;
    font-family: Poppins, sans-serif;
}
.det-packages .boxpackages .packheads p {
    font-size: 13px;
    color: #505050;
    font-weight: 400;
    padding-bottom: 15px;
}
.wrap-pack-detail {
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    margin-top: 10px;
    height: 100%;
    position: relative;
}
.det-packages .boxpackages:hover a.btn-orders {
    color: #fff;
    background-image: -webkit-linear-gradient(#0af06d, #02f4d3);
    border: 2px solid #fff0;
}
.boxpackages .packdetails {
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    height: 100%}
.boxpackages .packdetails .packtitles .fleft h3 {
    font-size: 55px;
    font-weight: 600;
    margin: 0;
    font-family: Poppins, sans-serif;
    background: -webkit-linear-gradient(#0af06d, #02f4d3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.packtitles {
    display: flex;
    align-items: center;
    position: relative;
}
.boxpackages .packdetails .packtitles .fleft h3 sup {
    font-size: 24px;
    font-weight: 600;
}
.packdetails .packtitles .fright h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.packdetails .packtitles .fright h4 b {
    display: block;
    color: #242424;
    font-weight: 600;
}
.packdetails .packtitles .fright:before {
    position: absolute;
    z-index: 9;
    background-color: transparent;
    left: -18px;
    content: "";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 18px solid #000;
    transform: rotate(180deg);
    top: 0;
}
.packdetails .packtitles .fright h4 span.cutprice {
    text-decoration: line-through;
    display: block;
    font-size: 23px;
    color: #fff;
}
.packdetails .packtitles .fright h4 b {
    position: relative;
}
.packdetails ul {
    padding: 15px 20px;
}
.packdetails ul li {
    padding: 5px 25px;
    font-size: 14px;
    color: #455164;
    padding-right: 0;
    position: relative;
    display: block;
}
.packdetails ul li:before {
    content: "\f00c";
    left: 0;
    top: 7px;
    color: #09f079;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.wrap-pack-detail ul h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding: 15px 0;
    margin-bottom: 0;
}
.package-carousel {
    margin-top: 30px;
}
.packdetails ul li ul li {
    padding: 0;
    color: #fff;
    font-size: 13px;
}
.packdetails ul li ul li:before {
    display: none;
}
.packdetails ul li.last:after {
    display: none;
}
.packdetails ul li i {
    font-weight: 900;
    display: inline-block;
    left: 0;
    top: 7px;
    color: #09f079;
    position: absolute;
}
.packdetails ul li.haschildren .child-tooltip {
    position: absolute;
    right: 0;
    top: 7px;
    color: #ff0042;
}
.packdetails ul li.haschildren .child-tooltip:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    display: inline-block;
}
.packdetails ul li.haschildren ul {
    display: none;
    position: absolute;
    border-radius: 4px;
    opacity: .8;
    right: 0;
    color: #fff;
    width: 220px;
    background: #000;
    padding: 10px 10px;
    overflow: hidden;
    z-index: 9;
}
.packdetails .botarea-pack {
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    padding: 15px 0 0;
    width: 92%;
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}
.packdetails .botarea-pack a.btn-orders {
    border: 2px solid #09f079;
    border-radius: 30px;
    padding: 10px 28px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    float: none;
    margin-right: 20px;
    display: inline-block;
    transition: all .3s ease-out;
    margin: 0 0 0;
    background-color: #ee204200;
    box-shadow: 0 0 20px rgba(0, 0, 0, .13);
}
.packdetails .botarea-pack a.btn-orders i {
    padding-left: 35px;
}
.packdetails .botarea-pack .liovechats-bx {
    padding-left: 0;
    margin-top: 0;
    float: none;
}
.packdetails .botarea-pack .liovechats-bx a span {
    font-size: 10px;
    color: #242424;
    position: relative;
}
.packdetails .botarea-pack .liovechats-bx a span:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    position: absolute;
    right: -25px;
    top: -4px;
    color: #ff0042;
    font-size: 16px;
}
.packdetails .botarea-pack .liovechats-bx a h5 {
    font-weight: 700;
    color: #111;
    font-size: 16px;
    margin: 0;
}
.package-carousel .owl-stage {
    height: 100%;
    display: flex;
}
.package-carousel .owl-stage-outer {
    display: flex;
    height: 100%}
.det-packages .boxpackages.active .botarea-pack a.btn-orders:hover {
    background: #fff;
    color: #ff0042;
}
.det-packages .toptabs1 li a {
    border: 1px solid #a8a8a8;
}
.det-packages .item {
    height: 100%}
.package-carousel .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #fff;
    text-decoration: none;
}
.package-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.package-carousel .owl-nav button.owl-prev {
    left: -105px;
}
.package-carousel .owl-nav button.owl-next {
    right: -105px;
}
.package-carousel .owl-nav [class*=owl-]:focus {
    outline: 0;
}
.package-carousel .owl-dots [class*=owl-]:focus {
    outline: 0;
}
.package-carousel .owl-dots .owl-dot span {
    background: #fff;
    margin-top: 20px;
}
.package-carousel .owl-dots .owl-dot.active span, .package-carousel .owl-dots .owl-dot:hover span {
    background: #09f079;
}
.main-industries .service-heading h3 {
    font-size: 45px;
}
.industrie-number {
    text-align: center;
    padding-top: 30px;
    position: relative;
}
.industrie-number:before {
    background-image: url(../images/plus.png);
    position: absolute;
    content: "";
    bottom: -25px;
    right: -40px;
    width: 41px;
    height: 38px;
    background-position: -133px -5px;
}
.main-industries .col-lg-2:nth-child(2) .industrie-number:before {
    right: -29px;
}
.main-industries .col-lg-2:nth-child(3) .industrie-number:before {
    right: -53px;
}
.main-industries .col-lg-2:last-child .industrie-number:before {
    display: none;
}
.industrie-number h3 {
    color: #09f079;
    font-size: 35px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}
.industrie-number p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.sprite {
    background-image: url(../images/industrie-icons.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-01 {
    width: 33px;
    height: 41px;
    background-position: -5px -5px;
}
.sprite-02 {
    width: 37px;
    height: 23px;
    background-position: -48px -5px;
}
.sprite-03 {
    width: 35px;
    height: 32px;
    background-position: -95px -5px;
}
.sprite-04 {
    width: 32px;
    height: 39px;
    background-position: -140px -5px;
}
.sprite-05 {
    width: 33px;
    height: 42px;
    background-position: -182px -5px;
}
.sprite-06 {
    width: 44px;
    height: 47px;
    background-position: -5px -57px;
}
.sprite-07 {
    width: 45px;
    height: 41px;
    background-position: -59px -57px;
}
.sprite-08 {
    width: 41px;
    height: 38px;
    background-position: -114px -57px;
}
.sprite-09 {
    width: 44px;
    height: 44px;
    background-position: -165px -57px;
}
.sprite-10 {
    width: 43px;
    height: 43px;
    background-position: -59px -111px;
}
.sprite-11 {
    width: 41px;
    height: 45px;
    background-position: -112px -111px;
}
.sprite-12 {
    width: 39px;
    height: 39px;
    background-position: -163px -111px;
}
.sprite-13 {
    width: 38px;
    height: 36px;
    background-position: -212px -111px;
}
.sprite-14 {
    width: 39px;
    height: 43px;
    background-position: -5px -157px;
}
.sprite-15 {
    width: 39px;
    height: 40px;
    background-position: -212px -157px;
}
.sprite-16 {
    width: 33px;
    height: 40px;
    background-position: -219px -57px;
}
.sprite-17 {
    width: 36px;
    height: 37px;
    background-position: -54px -207px;
}
.sprite-18 {
    width: 31px;
    height: 36px;
    background-position: -225px -5px;
}
.sprite-19 {
    width: 34px;
    height: 38px;
    background-position: -100px -207px;
}
.sprite-20 {
    width: 30px;
    height: 35px;
    background-position: -144px -207px;
}
.sprite-21 {
    width: 32px;
    height: 38px;
    background-position: -184px -207px;
}
.sprite-22 {
    width: 36px;
    height: 41px;
    background-position: -266px -5px;
}
.sprite-23 {
    width: 41px;
    height: 45px;
    background-position: -261px -107px;
}
.sprite-24 {
    width: 34px;
    height: 45px;
    background-position: -261px -162px;
}
.sprite-25 {
    width: 37px;
    height: 37px;
    background-position: -262px -56px;
}
.sprite-26 {
    width: 31px;
    height: 41px;
    background-position: -5px -217px;
}
.sprite-27 {
    width: 32px;
    height: 34px;
    background-position: -163px -162px;
}
.sprite-28 {
    width: 33px;
    height: 32px;
    background-position: -226px -217px;
}
.sprite-29 {
    width: 30px;
    height: 38px;
    background-position: -269px -217px;
}
.sprite-30 {
    width: 36px;
    height: 32px;
    background-position: -46px -259px;
}
.industrie-point ul li {
    display: flex;
    align-items: center;
    line-height: 70px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.industrie-point ul li i {
    margin-right: 15px;
}
.point-wrap {
    padding-top: 40px;
}
.main-agency {
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
    display: flex;
    align-items: center;
    background-position: center top;
}
.agency-bg {
    position: absolute;
    width: 51%}
.agency-text h2 {
    font-family: Poppins, sans-serif;
    color: #09f079;
    font-size: 20px;
    font-weight: 600;
}
.agency-text h3 {
    font-family: Poppins, sans-serif;
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}
.agency-text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.agency-text ul {
    padding-top: 25px;
}
.agency-text ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    display: block;
    line-height: 30px;
}
.agency-text ul li i {
    color: #de3b6c;
    font-size: 20px;
    padding-right: 15px;
}
.agency-box-img {
    position: absolute;
    right: 0;
    padding-top: 50px;
}
.main-portfolio-animation ul {
    display: flex;
    justify-content: center;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 30px;
}
.main-portfolio-animation .nav-tabs .nav-link {
    border: none;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding: 0 25px;
}
.main-portfolio-animation .nav-tabs .nav-item {
    position: relative;
}
.main-portfolio-animation .nav-tabs .nav-item:before {
    background-image: url(../images/animation-portfolio-icon.png);
    position: absolute;
    content: "";
    bottom: -30px;
    right: -22px;
    width: 53px;
    height: 30px;
}
.main-portfolio-animation .nav-tabs .nav-item:last-child:before {
    display: none;
}
.main-portfolio-animation .nav-tabs .nav-item.show .nav-link, .main-portfolio-animation .nav-tabs .nav-link.active {
    color: #09f079;
    background-color: transparent;
    border-color: transparent;
}
.main-portfolio-animation .nav-tabs .nav-link:focus, .main-portfolio-animation .nav-tabs .nav-link:hover {
    color: #09f079;
    background-color: #fff0;
    border-color: transparent;
    background-image: none;
    border: none;
}
.main-platform {
    height: 490px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.main-platform:before {
    position: absolute;
    content: "";
    background-image: url(../images/platform-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 293px;
    height: 393px;
    top: 0;
    right: 0;
}
.main-platform:after {
    position: absolute;
    content: "";
    background-image: url(../images/platform-bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 272px;
    height: 36px;
    bottom: 30px;
    right: 0;
}
.main-platform span {
    position: relative;
}
.main-platform span:before {
    position: absolute;
    content: "";
    background-image: url(../images/spirite.png);
    width: 75px;
    height: 74px;
    background-repeat: no-repeat;
    left: 30px;
    top: -182px;
}
.main-platform span:after {
    position: absolute;
    content: "";
    background-image: url(../images/spirite.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 207px;
    background-position: -151px -5px;
    left: 60px;
    top: 90px;
    z-index: 1;
}
.platform-box {
    text-align: center;
    position: relative;
}
.platform-box:before {
    background-image: url(../images/plus.png);
    position: absolute;
    content: "";
    top: 20%;
    right: -40px;
    width: 41px;
    height: 38px;
}
.main-platform .col-lg-3:last-child .platform-box:before {
    display: none;
}
.platform-box h3 {
    padding-top: 14px;
    font-family: Poppins, sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}
.platform-box p {
    color: #33333385;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 22px;
}
.platform-btn {
    text-align: center;
    margin-top: 20px;
}
.platform-btn .portfolio-btn-2 {
    display: block;
}
.main-seo {
    height: auto;
    padding: 65px 0;
    padding-top: 100px;
}
.main-seo .service-heading {
    padding-bottom: 65px;
}
.main-seo .service-heading h3 {
    font-size: 45px;
}
.seo:before {
    bottom: -35px;
}
.main-industries .col-lg-2:nth-child(2) .seo:before {
    right: -55px;
}
.main-industries .col-lg-2:nth-child(3) .seo:before {
    right: -35px;
}
.main-seo span:before {
    position: absolute;
    content: "";
    background-image: url(../images/seo-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 261px;
    height: 299px;
    left: 0;
    top: -394px;
}
.animation .col-lg-2:last-child .platform-box:before {
    display: none;
}
.animation .platform-box img {
    padding-bottom: 11px;
    height: 50px;
    width: auto;
}
.portfolio-tab {
    display: flex;
    justify-content: center;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 30px;
}
.portfolio-tab .nav-link {
    border: none;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding: 0 25px;
}
.portfolio-tab .nav-item {
    position: relative;
}
.portfolio-tab .nav-item:before {
    background-image: url(../images/animation-portfolio-icon.png);
    position: absolute;
    content: "";
    bottom: -30px;
    right: -22px;
    width: 53px;
    height: 30px;
}
.portfolio-tab .nav-item:last-child:before {
    display: none;
}
.portfolio-tab .nav-item.show .nav-link, .portfolio-tab .nav-link.active {
    color: #09f079;
    background-color: transparent;
    border-color: transparent;
}
.portfolio-tab .nav-link:focus, .portfolio-tab .nav-link:hover {
    color: #09f079;
    background-color: #fff0;
    border-color: transparent;
    background-image: none;
    border: none;
}
.mobile .col-lg-2:nth-child(6) .platform-box:before {
    display: none;
}
.logo-design-portfolio-sec {
    padding: 100px 0;
}
.work-filter ul li {
    margin: 0 15px;
    cursor: pointer;
}
.work-filter-item {
    position: relative;
    margin-bottom: 30px;
}
.work-img {
    border: 2px solid #acacac29;
    height: 170px;
    position: relative;
    overflow: hidden;
    display: flex;
}
.work-img img {
    object-fit: cover;
}
.work_detail {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .27s cubic-bezier(.3, .1, .58, 1);
}
.work-filter-item:hover .work-img:after {
    opacity: .7;
}
.work-filter-item:hover .work_detail {
    bottom: 40%;
    opacity: 1;
    visibility: visible;
}
.logo-design-port-filter ul li.active {
    color: #333!important;
    background-color: transparent!important;
}
.logo-design-port-filter ul li:hover img {
    filter: invert(52%) sepia(83%) saturate(7495%) hue-rotate(326deg) brightness(86%) contrast(101%);
}
.logo-design-port-filter ul li img {
    margin-right: 15px;
    height: 20px;
    width: 23px;
    object-fit: cover;
    filter: contrast(.5);
}
.logo-design-port-filter ul li.active img {
    filter: invert(52%) sepia(83%) saturate(7495%) hue-rotate(326deg) brightness(86%) contrast(101%);
}
.logo-design-port-head h6 {
    font-size: 20px;
    font-weight: 600;
    color: #09f079;
    text-transform: uppercase;
    margin: 0;
    font-family: Poppins, sans-serif;
    padding: 0;
}
.logo-design-port-head h4 {
    font-size: 54px;
    color: #333;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.logo-design-port-head p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}
.logo-design-port-filter ul li {
    margin: 0;
    padding: 0 0 12px 0;
    border: none;
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.pricing-main-sec ul.nav.nav-tabs {
    margin-bottom: 30px;
}
.price-design-head h4 {
    font-size: 20px;
    color: #09f079;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
}
.price-design-head {
    text-align: center;
}
.price-design-head h3 {
    font-size: 54px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 10px 0;
}
.price-design-head p {
    font-size: 16px;
    font-weight: 600;
    color: #666;
}
.design-zone-info h5 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    font-family: Poppins, sans-serif;
    margin: 0 0 12px 0;
    padding: 0;
}
.design-zone-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 29px;
    color: #999;
}
section.price-design-zone-sec {
    padding: 70px 0;
}
.desin-zone-main-box {
    margin: 55px 0 0 0;
}
.about-d-market-info h6 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #09f079;
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
}
.about-d-market-info h5 {
    font-size: 54px;
    color: #2c036c;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}
.about-d-market-info p {
    font-size: 14px;
    color: #666;
    line-height: 27px;
    margin: 0 0 20px 0;
    font-family: Poppins, sans-serif;
    padding: 0;
}
.about-d-market-info h5 {
    font-size: 54px;
    color: #2c036c;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0 20px 0;
    padding: 0;
}
.digi-vision-box {
    background-color: #333;
    padding: 30px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 26px -8px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 26px -8px rgba(0, 0, 0, .75);
    box-shadow: 0 0 26px -8px rgba(0, 0, 0, .75);
}
.digi-vision-box p {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    border-right: 1px solid #cbcaca;
    padding-right: 40px;
    line-height: 29px;
}
.digi-vision-box h5 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #f7f7f7;
    text-align: center;
}
.bg-white {
    background-color: #fff!important;
    border: 1px solid #ccc;
}
.cl-pink h5 {
    color: #09f079!important;
}
.mb-80 {
    margin-bottom: 80px;
}
.team-main-box {
    text-align: center;
    margin-top: 60px;
}
.team-main-box p {
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    padding-top: 30px;
}
.team-img-box {
    height: 250px;
}
section.about-accessable-sec {
    padding: 90px 0;
}
.access-main-head {
    text-align: center;
    margin-bottom: 60px;
}
.access-main-head h6 {
    font-size: 20px;
    color: #09f079;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.access-main-head h6 {
    font-size: 20px;
    color: #09f079;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
}
.access-main-head h5 {
    font-size: 54px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0;
    padding: 0;
}
.access-main-head p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    font-family: Poppins, sans-serif;
}
.access-content-box {
    display: inline-flex;
    align-items: center;
    width: 100%}
.access-content-box p {
    font-size: 20px;
    text-transform: capitalize;
    background-color: #ccc;
    color: #333;
    font-weight: 600;
    text-align: center;
    padding: 3px 29px;
    margin-right: 14px;
    position: relative;
}
.access-content-box p::before {
    content: '';
    display: block;
    background-color: #ccc;
    height: 20px;
    width: 22px;
    position: absolute;
    right: 0;
    top: -20px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.access-content-box img {
    max-width: 55px;
}
.access-content-box a {
    font-size: 12px;
}
.contact-banner-img {
    background-image: url(../images/contact-banner.jpg)!important;
    padding: 110px 0;
}
.lets-talk-sec h5 {
    font-size: 48px;
    color: #09f079;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
}
.lets-talk-sec p {
    font-size: 18px;
    font-weight: 100;
    color: #999;
    margin: 0;
    padding: 0;
    line-height: 31px;
}
.call-main-box {
    display: inline-flex;
    align-items: center;
    align-content: center;
}
.call-info p {
    font-size: 12px!important;
    font-weight: 400!important;
    text-transform: uppercase;
    color: #656464!important;
    letter-spacing: 1.4px;
    margin: 0;
    padding: 0;
}
.call-info a, h5 {
    font-size: 24px;
    color: #09f079;
    margin: 0;
    padding: 0;
}
.call-info {
    padding-left: 30px;
}
.call-us-box {
    margin: 15px 0 15px 0;
}
.call-us-box p {
    font-size: 18px;
    font-weight: 100;
    color: #999;
    margin: 15px 0 0 0;
    padding: 0;
    line-height: 31px;
}
.call-main-box img {
    padding-top: 20px;
}
.chat-us-main-box {
    border-bottom: none!important;
    padding-bottom: 0!important;
}
.chat-info h5 {
    text-transform: uppercase;
}
.chat-us-box {
    margin: 0!important;
}
.contact-form-control input, .contact-form-control textarea {
    border: 1px solid #e1e1e1;
    padding: 27px 20px;
    margin-bottom: 30px;
    width: 100%;
    background: #ffffffc7;
    resize: none!important;
    position: relative;
}
.contact-form-control input::placeholder, textarea::placeholder {
    color: #b3b3b3;
    font-size: 18px;
    font-weight: 100;
}
.contact-btn-sbt {
    color: #09f079;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 80px;
}
.contact-btn-sbt:hover {
    color: #2d2d2d;
}
.contact-form-control input:focus, .contact-form-control textarea:focus {
    border-color: transparent!important;
    outline: 0!important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .26)!important;
}
.pricing-main-sec .service-heading h3 {
    font-size: 46px;
}
.review-hd-cont h3 {
    font-family: Poppins, sans-serif;
    color: #09f079;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.review-hd-cont h2 {
    font-family: Poppins, sans-serif;
    color: #333;
    font-size: 54px;
    font-weight: 600;
}
.review-hd-cont p {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
.industry-sec {
    padding: 80px 0 30px;
}
.indus-col {
    border: 2px solid #d6d6d6;
    padding: 20px 20px;
    border-radius: 7px;
    height: 100%;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.indus-inner-wrap1 h3 {
    font-weight: 500;
    font-size: 22px;
    color: #282828;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.indus-inner-wrap1 p {
    font-size: 14px;
    color: #666;
}
.indus-inner-wrap2 p {
    color: #999;
    font-size: 16px;
}
.indus-inner-wrap1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}
.indus-inner-wrap2 h3 {
    font-weight: 500;
    color: #282828;
    font-size: 19px;
}
.indus-col:hover {
    border-color: #09f079;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
}
.indus-col:hover .indus-inner-wrap1 h3 {
    color: #09f079;
}
.m-bottom {
    margin-bottom: 30px;
}
.custom-rev-ht {
    height: 75px;
}
.review-slider {
    top: 367px;
}
.review-scroll {
    margin: 25px 6px 25px 0;
}
.floating_wrap .float_form_box {
    position: fixed;
    right: 0;
    z-index: 999;
}
.floating_wrap .float_form_box .floating_form {
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    top: 20%;
    position: fixed;
    right: -334px;
    width: 400px;
    font-size: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 40px #00000026!important;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.floating_wrap .float_form_box .floating_form .floating_strip {
    float: left;
    width: 66px;
    height: 400px;
    position: relative;
    border: 1px solid #a9a9a9;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: -6px 4px 30px rgba(0, 0, 0, .16);
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0, #f2f3fc 100%);
    background: -webkit-linear-gradient(left, #fff 0, #f2f3fc 100%);
    background: linear-gradient(to right, #fff 0, #f2f3fc 100%);
}
.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}
.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a {
    text-align: center;
    height: 66px;
    padding-top: 6px;
    position: absolute;
    transform: rotate(360deg);
    display: flex;
}
.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a p {
    font-weight: 400;
    font-family: Poppins, sans-serif;
    letter-spacing: 1px;
    color: #171717;
    font-size: 32px;
    width: 335px;
}
.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a h3 {
    color: #1d1c1c;
    transform: rotate(180deg);
    font-size: 25px;
    width: 65px;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a span {
    color: #09f079;
    font-weight: 700;
}
.floating_wrap .btn {
    background-color: #09f079;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    font-family: Poppins, sans-serif;
}
.floating_wrap input {
    height: 50px;
    border-radius: 50px;
    margin-bottom: 15px;
    padding-left: 50px;
}
.floating_wrap .float_form_box .floating_form .floating_inner {
    width: 83.5%;
    background: #eff1ff;
    background: -moz-linear-gradient(left, #f2f3fc 0, #fff 100%);
    background: -webkit-linear-gradient(left, #f2f3fc 0, #fff 100%);
    background: linear-gradient(to right, #f2f3fc 0, #fff 100%);
    float: right;
    padding: 25px 15px 25px 15px;
    height: 400px;
}
.floating_wrap .float_form_box .floating_form .floating_inner h3 {
    font-size: 23px;
    margin-bottom: 0;
    font-weight: 400;
    color: #09f079;
    margin-top: 10px;
    text-align: center;
    font-family: Poppins, sans-serif;
}
.floating_wrap .float_form_box .floating_form .floating_inner h4 {
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 700;
    color: #040847;
    margin-top: 5px;
    text-align: center;
    font-family: Poppins, sans-serif;
}
.floating_inner .form_wrap {
    margin-top: 15px;
}
.alertofferFormContactnew {
    position: absolute;
    bottom: -32px;
    font-size: 14px;
    left: -15px;
    right: -15px;
}
.floating_wrap .float_form_box .floating_form.open {
    right: 0;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.formOverlaySide.active {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}
.form_wrap span i {
    position: absolute;
    top: 17px;
    left: 36px;
    font-size: 15px;
    color: #09f079;
}
.entry-right input {
    border-radius: 5px;
    height: 51px;
    padding-left: 20px;
    border: 2px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0;
}
.entry-right {
    background-color: #eff1ff;
    background-size: cover;
    background-position: 100% 0;
    padding: 0 4%;
    border-radius: 10px;
    box-shadow: inset 0 0 250px 0 rgba(0, 0, 0, .11);
}
form.offr-frm {
    height: 100%}
.modal-dialog.modal-dialog-centered {
    max-width: 100%!important;
}
.offr-frm .close {
    background-color: transparent;
    color: #fff;
    border-radius: 23px;
    width: 47px;
    height: 44px;
    position: absolute;
    right: 2px;
    z-index: 1;
    top: -70px;
    cursor: pointer;
    opacity: 1;
    border: 3px solid #fff;
}
#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.entry-box {
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 #000;
    position: relative;
    pointer-events: auto;
    width: 837px!important;
    height: 597px;
    background: url(../images/popup_bgset.jpg);
    background-size: cover;
}
.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px;
}
.entry-box h1 span {
    color: #ffd800;
}
.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 79px;
}
.popup_top .text {
    position: relative;
    padding: 93px 0 0 46px;
}
.popup_top .text h2 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 65px;
}
.entry-right .text h2 span {
    color: #eb0000;
}
.text_dis_in {
    background-color: #09023a;
    width: 85%;
    padding-left: 15px;
    padding-top: 23px;
    padding-bottom: 22px;
    position: relative;
}
.text_dis_in:before {
    width: 0;
    height: 0;
    border-bottom: 30px solid #09023a;
    border-left: 30px solid transparent;
    position: absolute;
    content: "";
    top: -30px;
    right: 0;
}
.text_dis {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}
.text_dis_in h2 {
    font-size: 30px;
    color: #d3d7f2;
    margin: 0;
}
.text_dis {
    display: flex;
    justify-content: flex-end;
}
.text_dis_in h1 {
    color: #eabf12;
    font-size: 65px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}
.entry-right .text:before {
    content: "";
    width: 6px;
    height: 50px;
    background: #1473e6;
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.form-control.error {
    border-color: red!important;
}
label.error {
    display: none!important;
}
.entry-right .text strong {
    text-transform: uppercase;
}
.entry-right .form-control:focus {
    border-color: #e2001b;
    box-shadow: 0 0 5px 0 #dee2e4;
    background-color: #fff;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .2);
}
.entry-right input {
    border-radius: 5px;
    height: 54px;
    padding-left: 0;
    border: 1px solid #dedede;
    box-shadow: none;
    background: #f5f5f5;
    border: 1px solid #959595;
    border-radius: 40px;
    border-left: 0;
    margin: 0!important;
}
span.input-group-text.set_inp_gr {
    background-color: #f5f5f5;
    border: 1px solid #959595;
    border-radius: 40px;
    color: #09f079;
    padding: 0 23px;
}
.entry-right input[type=email], .leaving-box input[type=email] {
    background-color: #fff!important;
    color: #555!important;
}
.entry-right .intl-tel-input {
    width: 100%}
.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0;
}
.entery-submit {
    width: 100%;
    background-color: #09f079!important;
    box-shadow: 0 9px 27px 0 rgba(0, 0, 0, .22);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none!important;
    border: 1px solid #05062b;
    height: 61px;
    cursor: pointer;
    margin-top: 6px;
    border-radius: 40px;
}
.text_topfr h2 {
    font-size: 31px;
    margin: 0;
    color: #09f079;
    font-weight: 400;
    text-align: center;
    padding-bottom: 14px;
}
.text_topfr h4 {
    font-size: 36px;
    margin: 0;
    color: #040847;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}
.entry-right a {
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    background-color: #ffd800;
    border-radius: 50px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.entry-right a i {
    margin-left: 6px;
}
.popup_top p {
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding-top: 4px;
}
.entry-right label {
    margin: 0;
}
.entry-right .form-group {
    margin-bottom: 10px;
}
a#entry-box_close {
    position: absolute;
    right: 5px;
    background-color: #69c626;
    width: 40px;
    height: 40px;
    border-radius: 50pc;
    color: #fff;
    font-size: 29px;
    top: 10px;
    z-index: 9;
}
.text_topfr {
    margin-top: 93px;
}
.sprite-home {
    background-image: url(../images/sprite-home.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-btn-icon {
    width: 67px;
    height: 35px;
    background-position: -5px -5px;
}
.sprite-btn-icon-2 {
    width: 67px;
    height: 35px;
    background-position: -82px -5px;
}
.sprite-btn-icon-white {
    width: 67px;
    height: 35px;
    background-position: -5px -50px;
}
.sprite-star-icon {
    width: 96px;
    height: 27px;
    background-position: -82px -50px;
}
.sprite-testimonial-left-btn {
    width: 67px;
    height: 35px;
    background-position: -82px -87px;
}
.sprite-testimonial-right-btn {
    width: 67px;
    height: 35px;
    background-position: -5px -132px;
}
.sprite-transforming-icon-1 {
    width: 47px;
    height: 47px;
    background-position: -82px -132px;
}
.sprite-transforming-icon-2 {
    width: 47px;
    height: 47px;
    background-position: -188px -5px;
}
.sprite-transforming-icon-3 {
    width: 48px;
    height: 48px;
    background-position: -188px -62px;
}
.sprite-transforming-icon-4 {
    width: 47px;
    height: 35px;
    background-position: -159px -120px;
}
.print .platform-box p {
    color: #33333385;
    font-size: 16px;
    font-weight: 400;
    padding: 25px 2px;
}
.slide-item .design-portfolio-box:hover {
    transform: scale(1.1);
    z-index: 2;
}
.hovereffects-det {
    background-image: linear-gradient(to right, #2c036cb8, #09f079b8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.slide-item .design-portfolio-box:hover .hovereffects-det {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.btnstyles-nn {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnstyles-nn a {
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.btnstyles-nn a i {
    margin: 0 5px;
    font-size: 40px;
}
.main_banner {
    background: url(../images/main_banner.jpg);
    background-size: cover;
    padding: 0;
}
.custom_logo_design_area h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    font-family: Poppins, sans-serif;
}
.custom_logo_design_area h1 span {
    background-color: #040847;
    color: #fdb814;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    padding: 0 14px;
}
.custom_logo_design_area p {
    font-size: 20px;
    font-weight: 400;
    color: #ffcbed;
    font-family: 'Open Sans', sans-serif;
}
.form_area input {
    border-radius: 25px;
    background-color: #fff;
    width: 348px;
    height: 50px;
    padding: 0 0 0 30px;
}
.form_area input:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007"}
.form_area .form-control:placeholder {
    color: 767676;
    font-weight: 400;
    font-family: Poppins, sans-serif;
}
.form_area input {
    border-radius: 25px;
    background-color: #fff;
    width: 348px;
    height: 50px;
    padding: 0 0 0 30px;
}
.sbt_set {
    border-radius: 25px;
    background-color: #09f079;
    box-shadow: 0 3px 27px 0 rgba(0, 0, 0, .21);
    width: 186px;
    height: 50px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.form_area {
    background: rgba(0, 0, 0, .27);
    padding: 30px 0;
    margin-top: 32px;
}
.al_set {
    color: #09f079;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    font-size: 42px;
    border: 4px solid #000;
    padding: 0 9px;
    line-height: 60px;
}
span.al_set_s {
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    padding-left: 12px;
}
.head_set p {
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding-top: 35px;
    line-height: 29px;
    padding-bottom: 44px;
}
.head_set_ty {
    display: flex;
}
.box_set h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    padding-top: 25px;
}
.types_of_logo {
    background: url(../images/box_bg.jpg);
    background-size: cover;
    padding: 85px 0 114px 0;
}
.box_set {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background: #fff;
    height: 221px;
    margin-bottom: 17px;
    border: 1px solid #ccc;
    transition: all .7s ease-in-out;
    cursor: pointer;
}
.box_set:hover.box_set h4 {
    color: #09f079;
    font-weight: 700;
    transition: all .7s ease-in-out;
}
.box_set:hover {
    box-shadow: 0 29px 62px 0 rgba(0, 0, 0, .19);
    transition: all .7s ease-in-out;
}
.pack_lis ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00c";
    color: #ee2042;
    position: relative;
    left: -7px;
    top: 1px;
}
.packages_area {
    background: url(../images/pack_bg.jpg);
    padding: 50px 0;
}
.packages {
    background-color: #fff;
    padding: 35px 21px 30px 21px;
    border-radius: 15px;
}
.pack_title h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
    color: #000;
    transition: all .5s ease-in-out;
}
.pack_title p {
    font-size: 14px;
    font-weight: 400;
}
.pack_title {
    border-bottom: 1px solid #e2e5ec;
    padding-bottom: 15px;
}
.pack_price h1 {
    font-size: 55px;
    font-weight: 600;
    margin: 0;
    background: -webkit-linear-gradient(#c41a5c, #420667);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pack_price h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    z-index: 111;
    padding: 0;
}
.pack_price h2 del {
    font-size: 26px;
    font-weight: 600;
}
.pack_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 16px 0;
}
.pack_lis ul {
    padding: 0;
    list-style: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.pack_lis {
    background-color: #f3f3f3;
    padding: 20px;
    border: 1px solid #ccc;
}
.pack_lis ul li {
    font-size: 14px;
    line-height: 29px;
    display: block;
}
.pack_lis ul li i {
    margin-right: 11px;
    color: #ee2042;
}
.pack_lis ul h3 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 13px;
}
.pac_order {
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
}
.pack_price:before {
    position: absolute;
    background: url(../images/dis_left.png);
    content: '';
    top: 16px;
    height: 58px;
    right: -21px;
    background-size: cover;
    width: 108px;
    transition: all .5s ease-in-out;
}
.packages:hover .pack_price:before {
    position: absolute;
    background: url(../images/dis_left1.png);
    transition: all .5s ease-in-out;
}
.packages:hover .order_btn_set {
    border-color: #e1e1e1;
    background-image: -moz-linear-gradient(0deg, #09f079 0, #2c036c 100%);
    background-image: -webkit-linear-gradient(0deg, #09f079 0, #2c036c 100%);
    background-image: -ms-linear-gradient(0deg, #09f079 0, #2c036c 100%);
    box-shadow: .523px 9.986px 21px 0 rgba(27, 5, 44, .11);
    color: #fff;
    transition: all .5s ease-in-out;
}
.packages:hover .pack_title h1 {
    color: #c31a5c;
    transition: all .5s ease-in-out;
}
.order_btn_set {
    background-color: #ee2042;
    background-image: -moz-linear-gradient(-90deg, #f3f3f3 0, #fff 100%);
    background-image: -webkit-linear-gradient(-90deg, #f3f3f3 0, #fff 100%);
    background-image: -ms-linear-gradient(-90deg, #f3f3f3 0, #fff 100%);
    box-shadow: .523px 9.986px 21px 0 rgba(27, 5, 44, .11);
    width: 192px;
    height: 46px;
    color: #000;
    border-width: 2px;
    border-radius: 25px;
    border-color: #09f079;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 26px;
    transition: all .5s ease-in-out;
}
.portfolio-btn-2:hover {
    border-color: #e1e1e1;
    background-image: -moz-linear-gradient(0deg, #09f079 0, #2c036c 100%);
    background-image: -webkit-linear-gradient(0deg, #09f079 0, #2c036c 100%);
    background-image: -ms-linear-gradient(0deg, #09f079 0, #2c036c 100%);
    box-shadow: .523px 9.986px 21px 0 rgba(27, 5, 44, .11);
    color: #fff!important;
    transition: all .5s ease-in-out;
}
.portfolio-btn-2 {
    background-color: #ee2042;
    background-image: -moz-linear-gradient(-90deg, #f3f3f3 0, #fff 100%);
    background-image: -webkit-linear-gradient(-90deg, #f3f3f3 0, #fff 100%);
    background-image: -ms-linear-gradient(-90deg, #f3f3f3 0, #fff 100%);
    box-shadow: .523px 9.986px 21px 0 rgba(27, 5, 44, .11);
    width: 192px;
    height: 46px;
    color: #000;
    border-width: 2px;
    border-radius: 25px;
    border-color: #09f079;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0 26px;
    transition: all .5s ease-in-out;
    color: #000;
    justify-content: center;
}
span.cht_clr {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 15px;
}
.packages_area .area_para {
    color: #828283;
    padding-bottom: 49px;
}
.packages_area .area_heading {
    color: #fff;
}
.packages_area .ports_hed {
    color: #ffff;
    padding-top: 5px;
}
.cht_clr small img {
    width: 22px;
}
button.order_btn_set {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 27px;
}
.cht_clr small {
    font-size: 11px;
    display: flex;
}
.set_pack_cont h4 {
    font-family: Poppins, sans-serif;
    color: #09f079;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.set_pack_cont h2 {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}
.set_pack_cont p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}
.set_pack_cont {
    padding-bottom: 32px;
}
.read_section {
    background: url(../images/read_bg.jpg);
    background-size: cover;
}
.ready h1 {
    font-size: 54px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}
.ready h1 span:before {
    position: absolute;
    content: '';
    background: url(../images/y_bg.png);
    width: 62px;
    height: 217px;
    background-size: cover;
    top: -145px;
    left: -14px;
    z-index: -1;
}
.ready h1 span {
    color: #fff;
    position: relative;
    right: -11px;
    z-index: 1;
}
#regForm .tab {
    display: none;
    margin: 0;
}
.read_section {
    padding-top: 149px;
    padding-bottom: 77px;
    border-top: 1px solid #ccc;
}
.wit_us {
    text-align: center;
}
.wit_us h2 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 24px;
}
.wit_us p {
    font-size: 16px;
    font-weight: 400;
    color: #838383;
}
.call_us {
    display: flex;
    align-items: center;
}
.icon {
    padding: 20px 24px 20px 24px;
    border: 2px solid;
    margin-right: 19px;
}
.icondetai p {
    font-size: 14px;
    font-weight: 400;
}
.icondetai h5 a {
    font-size: 24px;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.icondetai {
    position: relative;
    left: -30px;
    background: #fff;
    padding: 9px 0;
}
#regForm input.invalid, .side-form-group input.error {
    background-color: #fdd!important;
    border: 1px solid #e32727!important;
}
.with_us_content {
    display: flex;
    justify-content: space-between;
    padding-top: 65px;
}
.cta-form-btn {
    display: flex;
    justify-content: space-between;
}
.sprite {
    background-repeat: no-repeat;
    display: block;
}
.sprite-chat_set {
    width: 18px;
    height: 16px;
    background-position: -5px -5px;
}
.banner-text-box h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 54px;
    font-weight: 400;
}
.banner-text-box h2 span {
    font-weight: 800;
    color: #fecb50;
}
.banner-text-box p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}
.banner-form-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-form-main-box {
    background-color: #09f079;
    padding: 30px 20px;
}
.banner-form-main-box {
    background-color: #09f079;
    padding: 30px 30px;
}
.banner-form-input {
    position: relative;
}
.banner-form-input i {
    position: absolute;
    left: 17px;
    font-size: 16px;
    top: 17px;
    color: #09f079;
}
.banner-form-input input {
    padding: 13px 40px;
    border-radius: 40px;
    border: none;
}
.banner-form-input input::placeholder {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 500;
}
.banner-form-btn button {
    background-color: #040847;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: all .5s ease-in-out;
    border: 2px dashed #040847;
    padding: 13px 60px;
    border-radius: 40px;
}
.banner-text-box {
    padding: 22px 0;
}
.award-win-sec .service-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #d81e59;
    text-transform: unset;
}
.award-win-sec .service-heading h3 {
    font-size: 42px;
    font-weight: 300;
    color: #28114d;
}
.award-win-sec .service-heading p {
    font-size: 14px;
}
.award-win-sec:before {
    display: none;
}
.award-win-sec span:after {
    display: none;
}
.award-win-sec span:before {
    display: none;
}
.award-win-sec {
    background-image: none;
    padding: 60px 0;
}
.lp2-serv-tab .service-tab-text h2 {
    font-size: 35px;
    font-weight: 600;
    color: #28114d;
    padding-bottom: 13px;
}
.lp2-serv-tab .service-tab-img {
    position: absolute;
    right: -150px;
    left: 0;
}
.lp2-serv-tab .service-tab-text h3 {
    font-size: 20px;
    font-weight: 300;
    color: #333;
    margin: 0;
    padding: 0;
}
.lp2-serv-tab .service-tab-text p {
    padding: 13px 0 0 0;
    font-size: 14px;
    line-height: 27px;
}
.lp2-serv-tab .service-tab-text h3:before {
    display: none;
}
.lp2-serv-tab .service-tab-text ul {
    margin: 0;
    padding: 13px 0 0 0;
}
.lp2-serv-tab .service-tab-text ul li {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    width: 49%;
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
    font-family: Poppins, sans-serif;
}
.lp2-serv-tab .service-tab-text ul li::before {
    content: '';
    background-color: #09f079;
    height: 6px;
    width: 6px;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 9px;
}
.lp-2-ready-work-sec {
    background-image: url(../images/lp2-ready-banner.jpg);
    border-top: none;
    border-bottom: none;
    background-color: transparent;
}
.lp-2-ready-work-sec .ready-text h3 {
    font-size: 32px;
    font-weight: 700;
    color: #f7f7f7;
    font-family: Poppins, sans-serif;
}
.lp-2-ready-work-sec .ready-text p {
    font-size: 16px;
    color: #f7f7f7;
}
body>section.mainsliderDv {
    padding: 60px 0;
    background: no-repeat;
    background-image: url(../images/sec07-bg.jpg);
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
body>section.mainsliderDv h2 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    margin: 0;
    text-align: center;
}
body>section.mainsliderDv h2 span {
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    text-transform: uppercase;
}
body>section.mainsliderDv h2:after {
    display: block;
    width: 60px;
    height: 2px;
    background: #fff;
    margin: 15px auto;
}
body>section.mainsliderDv p {
    text-align: center;
    font-size: 14px;
    color: #aca7b7;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    padding: 15px 0 30px 0;
}
body>section.mainsliderDv figure {
    margin: 30px auto;
    padding: 0;
}
body>section.mainsliderDv .inner {
    position: relative;
    padding: 35px 0;
    height: 460px;
}
body>section.mainsliderDv .inner .laptopImg {
    background: url(../images/services-website-folio-laptop.png) center no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    right: 18px;
    margin: auto;
    width: 780px;
    height: 442px;
    z-index: 1000;
}
body>section.mainsliderDv .inner .folioSlider {
    width: 1300px;
    margin: 0 auto;
}
body>section.mainsliderDv .inner .folioSlider .slick-slide img {
    margin: 0;
}
body>section.mainsliderDv .inner .folioSlider .slick-slide>div {
    padding: 40px;
    opacity: .5;
    transition: .3s all ease-in-out;
}
body>section.mainsliderDv .inner .folioSlider .slick-slide.slick-current {
    z-index: 100;
    position: relative;
}
body>section.mainsliderDv .inner .folioSlider .slick-slide.slick-current>div {
    margin: 0 -80px;
    padding: 0;
    opacity: 1;
}
body>section.mainsliderDv .inner .folioSlider .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1010;
    transform: translate(0);
}
body>section.mainsliderDv .inner .folioSlider .slick-arrow.slick-next {
    right: 0;
}
body>section.mainsliderDv .inner .folioSlider .slick-arrow.slick-prev {
    left: 0;
}
body>section.mainsliderDv .inner .folioSlider .slick-arrow:before {
    display: none;
}
body>section.mainsliderDv .folioSlider .slick-dots {
    bottom: -45px;
}
body>section.mainsliderDv .folioSlider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 3px;
}
body>section.mainsliderDv .folioSlider .slick-dots li button {
    background: #2e1093;
    width: 10px;
    height: 10px;
    padding: 0;
    opacity: .5;
    border-radius: 20px;
    margin: 0 2px;
}
body>section.mainsliderDv .folioSlider .slick-dots li button:before {
    display: none;
}
body>section.mainsliderDv .folioSlider .slick-dots li.slick-active button {
    opacity: 1;
}
.mainsliderDv h3 {
    color: #fff;
    font-weight: 300;
    font-size: 42px;
    margin: 0;
    text-align: center;
}
.banner-form-btn button:hover {
    color: #fff;
    background-color: #09f079;
    border: 2px dashed #040847;
}
body>section.mainsliderDv .inner .folioSlider .slick-slide>div {
    padding: 40px;
    opacity: .5;
    transition: .3s all ease-in-out;
}
.banner-form-input input:focus {
    outline: transparent!important;
}
input.error {
    border: 2px dashed #040847!important;
}
.lp-2-get-start-img {
    width: 36px;
    height: 67px;
    background-image: url(../images/lp-2-get-start-img.png);
    position: absolute;
}
.lp-2-get-start-btn {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    padding-right: 15px;
}
.lp-2-get-start-btn:hover {
    color: #09f079;
}
.lp-2-get-start {
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.lp-2-get-start img {
    padding-left: 10px;
}
.lp-2-serv-con-box i {
    padding-right: 15px;
    color: #09f079;
    font-size: 15px;
    font-weight: 600;
}
.lp-2-serv-con-box a {
    display: inline-block;
}
.lp-2-serv-con-box p {
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.lp-2-serv-con-box span {
    color: #333;
}
.lp-2-serv-main-box {
    display: flex;
    align-items: center;
}
.lp-2-serv-con-box span {
    color: #333;
    display: block!important;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    font-size: 18px;
}
.lp-2-serv-tab-contact-box {
    padding-top: 30px;
}
.pl-30 {
    padding-left: 30px;
}
.lp-2-serv-tab-btn button {
    width: 100%;
    margin-bottom: 50px;
    background-color: transparent;
    color: #000;
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #d11c5b;
    border-radius: 40px;
    padding: 13px 0;
    font-family: Poppins, sans-serif;
    transition: all .5s ease-in-out;
}
.lp-2-serv-tab-btn button:hover {
    background-color: #040847;
    color: #fff;
}
.sprite-lp-2 {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-lp-2-chat_icon {
    width: 40px;
    height: 55px;
    background-position: -5px -5px;
}
.sprite-lp-2-get-start-img {
    width: 77px;
    height: 36px;
    background-position: -55px -5px;
}
.sprite-lp-2-packages-left-btn {
    width: 67px;
    height: 35px;
    background-position: -5px -129px;
}
.sprite-lp-2-packages-right-btn {
    width: 67px;
    height: 35px;
    background-position: -82px -129px;
}
.sprite-lp-2-plus {
    width: 41px;
    height: 38px;
    background-position: -133px -5px;
}
.sprite-lp-2-tele_icon {
    width: 40px;
    height: 55px;
    background-position: -133px -53px;
}*/