@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900&display=swap');
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 30px;
    color: #666666;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
section {
    padding: 0;
    overflow: hidden;
}
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 115px;
    padding: 10px 15px 0;
    display: grid;
    grid-template-columns: auto auto;
}
a:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}
/*navigations*/

.brand-logo a img {
    width: 90%;
}
.super-wrapper {
    position: relative;
}
.menu--in .super-wrapper {
    height: 100vh;
}
.navigationMenu .trigger {
    position: relative;
    background-color: transparent;
    outline: 0;
    pointer-events: visible;
    display: flex;
    flex-direction: column;
    width: 55px;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 0;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.menu-sec ul li.dropdown ul {
    padding-left: 18px;
    margin: 10px 0 15px 30px;
}
.menu-sec ul li a:hover {
    color: #1ba6fe;
}
.navigationMenu {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 35px;
}
.navigationMenu .trigger+a {
    display: block;
    margin-left: 25px;
    color: #fff;
    text-transform: uppercase;
}
.navigationMenu .trigger+a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #fff;
    top: 28px;
    left: 67px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 26px;
    height: 2px;
}
.navigationMenu .trigger span {
    display: inline-flex;
    height: 2px;
    width: 25px;
    margin-top: -2px;
    margin-bottom: 2px;
    /* background-color: #fff; */
    border-radius: 20px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #fff;
}
header.ui-dark, header.ui-light {
    box-shadow: 0 0 120px rgba(0, 0, 0, 0.16);
}
button.trigger a {
    position: relative;
    left: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
button.trigger a:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #fff;
    left: -13px;
    top: -10px;
}
/*navigation*/

.flex-grow {
    flex-grow: 1;
}
.contentLink button {
    background-color: transparent;
    color: #fff;
}
.modal .contentLink button {
    background-color: transparent;
    color: #000;
}
.navbar-toggler {
    position: relative;
    left: 0;
    top: 13px;
    outline: 0;
    border: 0;
}
.navbar-toggler:focus {
    outline: 0;
}
header.ha-header .navbar {
    padding: 0;
}
a.brand-logo {
    margin: 40px auto 0;
    display: table;
}
.icon-burger {
    width: 30px;
    height: 2px;
    margin: 7px 0;
    background: #fff;
    display: block;
    position: relative;
}
.icon-burger:before, .icon-burger:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.icon-burger:before {
    transform: translateY(-7px);
}
.icon-burger:after {
    transform: translateY(7px);
}
.navbar-toggler:hover .icon-burger:before {
    transform: translateY(-12px);
}
.navbar-toggler:hover .icon-burger:after {
    transform: translateY(12px);
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 900;
    font-size: 22px;
    padding: 10px 0;
}
.collapse {
    display: block;
    background: #fff;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
a.scrolLink {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    transform: rotate(270deg);
    position: absolute;
    left: 50px;
    bottom: 80px;
    z-index: 8;
}
a.scrolLink i.arrow {
    display: inline-block;
    transform: rotate(90deg);
    height: 40px;
}
a.scrolLink i.arrow svg path {
    fill: #fff
}
a.scrolLink span {
    margin-left: 30px;
}
.btn.close-nav {
    background: transparent;
    position: absolute;
    top: 35px;
    left: 50px;
}
.btn.close-nav:focus {
    box-shadow: none;
}
.icon-close {
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    bottom: 85px;
    left: 160px;
}
.icon-close:before, .icon-close:after {
    content: "";
    transform-origin: center;
    position: absolute;
    left: -5px;
    top: 11px;
    height: 2px;
    width: 31.1124px;
    background-color: currentColor
}
.icon-close:before {
    transform: rotate(45deg)
}
.icon-close:after {
    transform: rotate(-45deg)
}
.navbar-nav hr {
    border-top: 1px solid rgba(34, 31, 31, 0.08);
    width: 100%;
}
.navbar-collapse {
    flex: 0 0 320px;
    position: fixed;
    left: -100%;
    width: 320px;
    top: 0;
    bottom: 0;
    padding: 115px 30px 57px 70px;
    z-index: 99;
    transition: 0.4s left;
}
.navbar-collapse.active {
    left: 0;
}
header {
    transition: 1s background;
}
header.ui-dark, header.ui-light {
    box-shadow: 0 0 120px rgba(0, 0, 0, 0.16);
}
.with-dark {
    display: none;
}
.ui-dark .with-dark {
    display: none;
}
.ui-dark .with-light {
    display: block;
}
.ui-light .with-dark {
    display: block;
}
.temp {
    /*  background: rgba(0, 0, 0, 0.85);*/
    display: none;
}
.temp.ui-light {
    background: #fff;
}
.temp.ui-dark {
    background: #000;
}
.ui-light .with-light {
    display: none;
}
header.ui-light .icon-burger, header.ui-light .icon-burger:before, header.ui-light .icon-burger:after {
    background: #000;
}
.banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.banner .bannerImg {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #030619;
}
.bnr_overlay {
    background-color: #00000094;
    width: 100%;
    height: 100%;
    position: absolute;
}
.banner .bannerImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main.inner-sec .bnr_overlay {
    background-color: #00000094;
    width: 100%;
    height: 100%;
    position: absolute;
}
main.inner-sec .banner {
    min-height: 440px;
}
.banner .bannerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main.inner-sec .bannerContent {
    display: flex;
    flex-direction: column;
}
.banner .bannerContent {
    padding: 5.5rem 0 3rem;
}
.text-white {
    color: #fff;
}
.break-word {
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
h2.title {
    font-size: 5.25rem;
    margin: 0 0 0.25rem;
    font-weight: 900;
    line-height: 5rem;
    background: transparent;
}
h3.title {
    font-size: 3.75rem;
    margin: 0 0 0.25rem;
    font-weight: 900;
    line-height: 3.5rem;
}
h4.title {
    font-size: 3rem;
    margin: 0 0 0.25rem;
    font-weight: 900;
    line-height: 3.5rem;
    background: transparent;
}
h4.title+p {
    margin-top: 1rem;
}
.bannerContent {
    display: flex;
    flex-direction: column;
}
.banner-text {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-text p {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
}
.banner-text .title+p {
    margin-top: 2.5rem;
}
.banner-navigation {
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
}
.banner-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border: 1px solid #ddd;
}
.banner-nav li a {
    transition: 0.15s all linear;
    padding: 0 35px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 3.75;
}
.banner-nav li:not(:last-child) a {
    border-right: 1px solid #ddd;
}
.banner-nav li a:hover {
    background: #ddd;
    color: #131313;
}
.icon-promo {
    width: 41px;
    height: 41px;
    border-radius: 41px;
    background-color: currentColor;
    display: flex;
    margin-right: 20px;
    align-items: center;
}
.icon-promo .arrow {
    transform: rotate(-90deg);
    transition: 0.15s all ease-in;
    display: inline-block;
    fill: #fff;
    margin-bottom: 0;
}
.btn .icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    fill: currentColor;
}
.icon-promo:before {
    content: "";
    position: absolute;
    left: -15px;
    top: calc(50% - 1px);
    width: 15px;
    z-index: 1;
    border-top: 2px solid currentColor;
}
.brand-section {
    padding: 70px 0 !important;
}
.brand-Img {
    height: 475px;
}
.brand-Img>* {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-title {
    margin-bottom: -70px;
}
.content-title h2.title {
    position: relative;
    z-index: 9;
}
.content-pad {
    padding: 0 100px;
}
.content-desc {
    padding: 30px 0 0;
    font-size: 1.125rem;
    line-height: 2rem;
    color: #656464;
}
.content-desc p+p {
    margin-top: 1.5rem;
}
.contentLink {
    transition: 0.15s all linear;
    position: relative;
    margin-left: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: currentColor;
    font-size: 0.87rem;
    line-height: normal;
    font-weight: 600;
    margin-top: 30px;
    background: transparent;
}
.contentLink:hover, .contentLink.active {
    color: #e83633;
    text-decoration: none;
}
.contentLink:hover .icon-promo .arrow {
    zoom: 1.25;
}
.ui-light {
    padding: 0;
    background: #fff;
}
#logos {
    background: url('../images/logo-bg.png')no-repeat right center;
}
#logos .brand-Img {
    background: #e83633;
    box-shadow: 0px 32px 147px rgba(232, 54, 51, 0.25);
}
#web {
    background: url('../images/web-bg.png')no-repeat left center;
}
#web .brand-Img {
    background: #2878db;
    box-shadow: 0px 32px 147px rgba(40, 120, 219, 0.25);
}
#web .contentLink:hover, #web .contentLink.active {
    color: #2878db;
}
#printing {
    background: url('../images/print-bg.png')no-repeat right center;
}
#printing .brand-Img {
    background: #239f46;
    box-shadow: 0px 32px 147px rgba(35, 159, 70, 0.25);
}
#printing .contentLink:hover, #printing .contentLink.active {
    color: #239f46;
}
#seo {
    background: url('../images/seo-bg.png')no-repeat left center;
}
#seo .brand-Img {
    background: #fc712c;
    box-shadow: 0px 32px 147px rgba(252, 113, 44, 0.25);
}
#seo .contentLink:hover, #seo .contentLink.active {
    color: #fc712c;
}
#mobile {
    background: url('../images/mobile-bg.png')no-repeat right center;
}
#mobile .brand-Img {
    background: #a248c3;
    box-shadow: 0px 32px 147px rgba(162, 72, 195, 0.25);
}
#mobile .contentLink:hover, #mobile .contentLink.active {
    color: #a248c3;
}
#video {
    background: url('../images/video-bg.png')no-repeat left center;
}
#video .brand-Img {
    background: #17d6c3;
    box-shadow: 0px 32px 147px rgba(23, 214, 195, 0.25);
}
#video .contentLink:hover, #video .contentLink.active {
    color: #17d6c3;
}
.content-point ul {
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.2);
    padding: 41px 50px 40px;
    background: #fff;
    width: 320px;
    margin-left: auto;
}
.content-point ul li {
    font-size: 0.875rem;
    color: #656464;
    ;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid rgba(34, 31, 31, 0.08);
    padding: 13px 0 15px;
}
.content-point ul li a {
    color: inherit;
    text-decoration: none;
}
.content-point ul li .sprite {
    margin-right: 15px;
}
.content-point ul li:first-child {
    border-top: 0;
}
.ui-dark {
    background: #030619;
    color: #fff;
    z-index: 99;
}
.portfolio {
    padding: 90px 0 !important;
}
.text-red {
    color: #d52432;
    font-weight: inherit;
}
h2.title strong {
    display: block;
}
header.ha-header .justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
    align-items: center;
    display: flex;
    width: 100%;
}
.free-cons {
    margin-right: 35px;
}
.banner-text h2 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
}
.free-cons ul {
    padding-left: 0;
    margin-bottom: 0;
}
.free-cons ul li {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
.free-cons ul li:last-child a {
    border-right: none;
    padding-right: 0;
}
.free-cons ul li a {
    border-right: 1px solid #ffff;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    margin-right: 0;
    text-decoration: none;
}
.head-left-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.free-cons h5 {
    color: #fff;
    font-size: 15px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #5d3cb3, #ac4fe8);
    background-size: 100% 100%;
    font-weight: 600;
}
.free-cons h5:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*about-main*/

.about-main {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.heading {
    margin-bottom: 60px;
    text-align: center;
}
.heading h5 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.heading h2 {
    font-weight: 600;
    background: -webkit-linear-gradient(#2698fa, #2598fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
article h3 {
    background: -webkit-linear-gradient(#633eb7, #aa4fe7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 60px;
    font-family: 'Poppins', sans-serif;
}
.about-main article img {
    width: 100%;
}
article.sec2 p {
    font-size: 16px;
    line-height: 25px;
    margin: 30px 0;
    color: #666666;
}
.about-main article a.read {
    text-align: right;
    border-bottom: 1px solid #1ba6fe;
    padding-bottom: 5px;
    display: inline-block;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    margin-top: 49px;
    color: #1ba6fe;
}
.about-main article.sec1 {
    margin-top: 50px;
}
.about-main:before {
    content: '';
    background: url(../images/bg01.png) no-repeat;
    width: 500px;
    height: 500px;
    position: absolute;
    left: 0px;
    top: 0;
}
.about-main:after {
    content: '';
    background: url(../images/bg02.png) no-repeat;
    width: 500px;
    height: 500px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
}
/*about-main*/

/*idea-main*/

.idea-main {
    background: url(../images/bg03.png) no-repeat;
    background-size: cover;
    padding: 3% 0;
    text-align: center;
}
.idea-main h2 {
    color: #fff;
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}
.idea-main h4 {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
}
/*idea-main*/

/*ready-work-contact*/

.ready-work-img {
    position: absolute;
    left: 15%;
    top: 66%;
    height: 100%;
    transform: translateY(-55%);
    display: flex;
    align-items: center
}
.ready-text h3 {
    color: #07f295;
    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;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    display: inline-block;
    font-size: 18px;
}
.ready-work-contact .cta-contact ul li a span:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ready-work-contact .cta-contact ul li a span:hover {
    color: #1ba6fe;
}
.ready-work-contact .cta-contact ul li a p {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 18px;
}
.ready-work-contact .cta-contact ul li {
    padding-right: 25px;
    padding-left: 18px;
    border-right: 1px solid #1a191945;
    display: inline-block;
    padding-left: 25px;
}
.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: 20px 0;
}
.ready-work-contact .cta-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ready-btn {
    display: inline-block;
}
.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: "";
    background-image: url(../images/transforming-dots-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 74px;
    left: 50px
}
.main-transforming span:after {
    position: absolute;
    content: "";
    background-image: url(../images/transforming-dots-bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27px;
    height: 207px;
    left: 60px;
    top: 435px;
    z-index: 1
}
.transforming-heading h2 {
    color: #07f295;
    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
}
.cta-contact ul li img {
    padding-right: 15px;
    vertical-align: top;
}
.cta-contact ul li a {
    display: inline-block;
    text-decoration: none;
}
.cta-contact ul {
    margin-left: 0;
    margin-bottom: 0;
}
.ready-work-contact .cta-contact ul li:last-child {
    border-right: none;
}
.ready-btn a {
    color: #ffff;
    text-decoration: none;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 11px;
    border: none !important;
}
.ready-btn a i {
    padding-left: 10px;
}
.ready-btn {
    border: none;
    z-index: 1;
    border-radius: 5px;
    position: relative;
    background-image: linear-gradient(to right, #5d3cb3, #ac4fe8);
}
.ready-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #333;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.ready-btn:hover {
    color: #fff;
}
.ready-btn:hover:after {
    left: 0;
    width: 100%;
}
.ready-btn:active {
    top: 2px;
}
.tabs-cta .ready-btn {
    display: inline-block;
    margin-top: 35px;
}
/*ready-work-contact*/

/*services-main*/

.video-column {
    position: absolute;
    top: 0;
    z-index: -1;
}
.services-info {
    background-color: #ffff;
    padding: 48px 35px 55px;
    position: relative;
    position: relative;
    z-index: 3;
    transform-origin: top center;
    width: auto;
    height: auto;
    transform: translateY(-500px);
    box-shadow: 0px 27px 84px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f1f1;
}
.services-main {
    position: relative;
    padding: 80px 0;
    background-position: left;
    z-index: 1;
    height: 633px;
    background-size: contain;
    margin-bottom: 60px;
}
.heading-main {
    padding: 55px 0 0;
}
.video-column video {
    width: 800px;
    height: 500px;
    object-fit: cover;
}
.video_set-same {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-main .row:last-child {
    flex-direction: row-reverse;
}
.animImg, .sec2, .sec1 {
    overflow: hidden;
}
.animImg {
    position: relative;
}
.overlayAbout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to right, #5d3cb3, #ac4fe8);
}
.video-tag {
    position: static;
}
.p-right {
    padding-right: 0;
}
.abs_con h3 {
    background: -webkit-linear-gradient(#016ff8, #1eadff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 800;
    line-height: 50px;
}
.abs_con p {
    font-size: 16px;
    line-height: 29px;
}
.abs_con a {
    font-size: 16px;
    margin-top: 5px;
}
/*services-main*/

/*services-main2*/

.video-column2 {
    position: absolute;
    top: 0;
    z-index: -1;
}
.services-info2 {
    background-color: #ffff;
    padding: 58px 32px;
    margin-left: auto;
    position: relative;
    z-index: 3;
    transform-origin: top center;
    width: auto;
    height: auto;
    transform: translateY(-500px);
    box-shadow: 0px 27px 84px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f1f1;
}
.abs_set h3 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 0px;
    background-image: linear-gradient(to right, #2698fa, #2598fa);
}
.abs_set p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 29px;
}
.abs_set {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.9s, transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.9s;
    animation: services_boxone 0.9s;
}
.heading-main2 {
    padding: 55px 0 0;
}
.video-column2 video {
    width: 800px;
    height: 500px;
    object-fit: cover;
}
.abs_con2, .abs_con {
    overflow: hidden;
}
.abs_con {
    right: -100px !important;
}
.read {
    color: #1ba6fe;
    text-transform: uppercase;
    border-bottom: none;
    display: table;
    font-size: 16px;
    float: none;
    text-decoration: none;
    margin: 72px 0 0 auto;
    position: relative;
    overflow: hidden;
}
.anim-bd, .anim-bd2 {
    position: absolute;
    bottom: 0;
    left: -1px;
    transform-origin: bottom left;
    width: 100%;
    height: 1px;
    background-color: #1ba6fe;
    display: block;
    transform: translateX(-100%);
}
.anim-bd2 {
    transform: translateX(100%);
}
.read:hover {
    color: #333;
}
.read:hover .anim-bd {
    background-color: #1ba6fe;
}
.video_set2 {
    width: 100%;
}
.services-main2 {
    position: relative;
    background-position: right;
    z-index: 1;
    background-size: contain;
    height: 633px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.p-left {
    padding-left: 0;
}
/*services-main2*/

/*testimonials-sec*/

.testimonials-sec {
    background: url(../images/tesi-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 6% 0;
}
.testimonials-info h3 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    background-image: linear-gradient(to right, #2698fa, #2598fa);
    font-weight: 600;
}
.testimonials-info h5 {
    color: #e8e8e8;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.testimonials-info p {
    color: #c4c4c4;
    font-size: 16px;
    margin-top: 10px;
    line-height: 29px;
}
.testimonials-carousel .carousel-indicators {
    position: absolute;
    top: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    flex-direction: column;
    left: auto;
    right: 0;
    height: 100%;
}
.testimonials-carousel .carousel-indicators li {
    /* box-sizing: content-box; */
    -ms-flex: 0 1 auto;
    /* flex: 0 1 auto; */
    width: 160px;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
    text-indent: -999px;
    /* cursor: pointer; */
    background-color: #313033;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    transition: opacity .6s ease;
    margin: 0 auto;
}
.testimonials-carousel .carousel-indicators li img {
    display: flex;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin: 45px auto 0;
}
.testimonials-carousel .carousel-indicators li.active {
    background-image: linear-gradient(to right, #2698fa, #2598fa);
}
.testimonials-sec .row {
    background-color: #313033;
}
.testimonials-sec .justify-content-center {
    justify-content: center!important;
    align-items: center;
    display: flex;
}
.arrows-control .carousel-control-next {
    right: auto;
    left: 55px;
}
.arrows-control .carousel-control-next, .carousel-control-prev {
    width: 50px;
    height: 50px;
}
.testimonials-info {
    padding: 0 40px;
}
.arrows-control {
    z-index: 1;
    bottom: 175px;
    position: absolute;
    left: 30%;
}
.arrows-control a {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.arrows-control a:hover {
    border: none;
    background-image: linear-gradient(to right, #2698fa, #2598fa);
    color: #fff;
}
.Ellipse_4 {
    border-radius: 50%;
    background-image: -moz-linear-gradient( -89deg, rgb(219, 43, 126) 0%, rgb(234, 11, 60) 100%);
    background-image: -webkit-linear-gradient( -89deg, rgb(219, 43, 126) 0%, rgb(234, 11, 60) 100%);
    background-image: -ms-linear-gradient( -89deg, rgb(219, 43, 126) 0%, rgb(234, 11, 60) 100%);
    position: absolute;
    left: 744px;
    top: 7407px;
    width: 61px;
    height: 61px;
    z-index: 131;
}
/*.arrows-control .carousel-control-next:hover{
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    background-image: -moz-linear-gradient( -89deg, rgb(219, 43, 126) 0%, rgb(234, 11, 60) 100%);
    background-image: -webkit-linear-gradient( -89deg, rgb(219, 43, 126) 0%, rgb(234, 11, 60) 100%);
    background-image: -ms-linear-gradient( -89deg, rgb(219, 43, 126) 0%, rgb(234, 11, 60) 100%);
}
 */

.testimonials-sec .offset-lg-1 {
    margin-left: 3.333333%;
}
/*testimonials-sec*/

/*footer*/

footer.footer-sec {
    background-color: #14161b;
    padding: 6% 0;
}
.footer-item h3 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.footer-item h4 {
    color: #fff;
    font-size: 24px;
}
.footer-item ul {
    padding-left: 0;
}
.footer-item ul li {
    display: block;
    padding-bottom: 6px;
}
.footer-item ul li a {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.footer-item ul li a:hover {
    color: #2698fa;
}
.footer-item form input[type="text"] {
    width: 60%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #6b6b6b;
    height: 40px;
    color: #fff;
    padding: 0 10px;
}
.footer-item form button {
    width: 35%;
    padding: 10px 0;
    height: 40px;
    border: none;
    background-image: -moz-linear-gradient( -89deg, rgb(219, 43, 126) 0%, rgb(234, 11, 60) 100%);
    background-image: -webkit-linear-gradient( -89deg, rgb(219, 43, 126) 0%, rgb(234, 11, 60) 100%);
    background-image: -ms-linear-gradient( -89deg, rgb(219, 43, 126) 0%, rgb(234, 11, 60) 100%);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
}
.footer-item form {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.footer-item h5 {
    color: #6b6b6b;
    font-size: 14px;
    margin-top: 25px;
    font-weight: 400;
    line-height: 22px;
}
.footer-item h5 a {
    color: #6b6b6b;
    text-decoration: none;
}
.footer-item address a {
    margin-bottom: 20px;
    display: inherit;
    color: #6b6b6b;
    text-decoration: none;
}
.footer-item address a:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #2698fa;
}
.footer-item a {
    color: #6b6b6b;
    text-decoration: none;
}
.footer-item address {
    margin-top: 0;
}
.footer-item h4 {
    font-size: 24px;
    font-weight: 700;
}
.footer-logo {
    text-align: center;
    margin-bottom: 45px;
}
.footer-logo hr {
    border-top: 1px solid #34363b;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
}
.footer-logo img {
    position: relative;
    z-index: 1;
    background-color: #14161b;
    padding: 11px;
    top: -60px;
    width: 30%;
}
/*footer*/

/*logo-page*/

.print-sec {
    padding: 6% 0 0;
    position: relative;
}
.print-sec:before {
    content: '';
    background: url(../images/bg01.png) no-repeat;
    width: 500px;
    height: 500px;
    position: absolute;
    left: 0px;
    top: 0;
}
.print-sec:after {
    content: '';
    background: url(../images/bg02.png) no-repeat;
    width: 500px;
    height: 500px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
}
.heading p {
    margin-top: 25px;
}
.tab-content img {
    width: 100%;
}
.apps-info li.nav-item a.nav-link span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.apps-info li.nav-item a.nav-link span h5 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
    font-weight: 600;
}
.apps-info li.nav-item a.nav-link span h4 {
    font-size: 15px;
    color: #333333;
}
.tab-content h3 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 10px;
}
.apps-info a.nav-link {
    padding: 10px 15px;
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
    border: 1px solid #ccc;
}
.apps-info .nav-tabs {
    border-bottom: none;
}
.apps-info .nav {
    align-items: center;
    justify-content: center;
}
.apps-info .nav-tabs .nav-item {
    margin-bottom: -1px;
}
.mobils-apps-tab .nav-tabs .nav-item {
    margin-right: 0;
}
.mobils-apps-tab li.nav-item a.nav-link {
    padding: 7px 15px;
    margin: 0 5px;
}
.animate-tabs .nav-tabs .nav-item {
    margin-right: 0;
}
.animate-tabs li.nav-item a {
    margin-right: 0;
}
.apps-info .nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: 2px solid #7341c2;
    border-right: 4px solid #7b43c8;
    background-image: inherit !important;
}
.packages-tabs .nav-tabs a.nav-link {
    border: 2px solid #f7f7f7;
}
.tabs-cta ul {
    padding-left: 0;
    margin-left: 0;
}

.tabs-cta .cta-contact {
    justify-content: center;
}
.tabs-cta .cta-contact ul li {
    padding-right: 70px;
}
.tabs-cta .cta-contact ul {
    padding-top: 10px;
    margin-top: 30px;
}
.tabs-cta a.portfolio-btn-2 {
    margin-top: 0;
    display: inline-block;
}
.tabs-cta .cta-contact {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.tabs-cta {
    padding-bottom: 40px;
}
/*logo-page*/

/*speaks-sec*/

.speaks-sec {
    background-position: center;
    padding: 6% 0;
    background-size: cover;
}
.speaks-sec .offset-lg-1 {
    margin-left: 4.333333%;
}
.collage-01 .owl-carousel {
    display: inherit;
}
.speaks-sec article h5 {
    color: #333333;
    font-family: 'Poppins', sans-serif;
}
.speaks-sec article h3 {
    color: #101010;
    font-family: 'Poppins', sans-serif;
    font-size: 37px;
    font-weight: 600;
    margin: 0;
}
.speaks-sec article p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 15px;
}
.collage-01 ul li {
    display: inline-block;
    width: 30%;
    float: left;
}
.collage-01 ul li figure img {
    width: 100%;
    padding: 0;
}
.collage-01 ul li {
    display: inline-block;
    width: 33.33%;
    float: left;
}
.collage-01 ul li figure {
    margin: 0;
}
.flexCol {
    display: flex;
    align-items: center;
}
.speaks-sec article {
    position: relative;
}
.speaks-sec article:before {
    content: '';
    position: absolute;
    top: -80px;
    background: url(../images/circle.png) no-repeat;
    width: 410px;
    height: 640px;
    display: inherit;
    background-size: cover;
    left: 0;
    right: 0;
    z-index: -1;
}
.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)
}
/*speaks-sec*/

/*packages-sec*/

.packages-sec {
    padding: 6% 0;
    background: url(../images/bg04.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
}
.packages-sec .nav-link.active {
    color: #fff;
    background-image: -webkit-linear-gradient( -89deg, rgb(100 62 184) 0%, rgb(166 77 228) 100%) !important;
}
.packages-box h2 {
    text-align: center;
    font-size: 24px;
    color: #333333;
}
.packages-box h3 {
    text-align: center;
    background: -webkit-linear-gradient(#2698fa, #2598fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-top: 0;
}
.packages-box hr {
    border-top: 2px solid #2598fa;
}
.packages-box ul li {
    display: block;
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px;
    color: #666666;
    font-size: 14px;
}
.packages-box ul {
    padding-left: 0;
}
.packages-box ul li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #2598fa;
    border-radius: 100px;
    top: 8px;
    left: 0;
}
.packages-box {
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #ccc;
    padding: 30px 15px 20px;
    border-radius: 10px;
    position: relative;
    margin-top: 10px;
}
.packages-info {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.packages-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 180px;
    background-color: #f4f4f4;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.packages-info h4 {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    line-height: 20px;
}
.packages-info h4:before {
    content: '';
    position: absolute;
    background: url(../images/price-line.png) no-repeat;
    width: 85px;
    height: 38px;
    right: -21px;
    top: 17px;
    filter: invert(43%) sepia(31%) saturate(3537%) hue-rotate(246deg) brightness(89%) contrast(105%);
}
.packages-info strong {
    font-weight: 700;
    font-size: 47px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inherit;
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(to right, #5d3cb3, #ac4fe8);
}
.packages-info strong span {
    font-size: 20px;
    font-weight: 600;
    display: initial;
    vertical-align: super;
}
.packages-info small {
    font-size: 15px;
    font-weight: 600;
    color: #9a999c;
    border-left: 1px solid #ccc;
    padding-left: 5px;
    margin-left: 7px;
    width: 28%;
    position: relative;
}
.packages-info small h5 {
    font-size: 14px;
    font-weight: 600;
    color: #9a999c;
    padding-left: 5px;
    margin-left: 0;
}
.packages-info small:before {
    position: absolute;
    content: '';
    width: 44px;
    height: 1px;
    background-color: #9a999c;
    top: 11px;
}
.packages-box .d-flex a.order {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to right, #5d3cb3, #ac4fe8);
    padding: 13px 25px;
    border-radius: 4px;
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.packages-box .d-flex a.order i {
    padding-left: 8px;
}
.packages-box .d-flex a.book-a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #a84ee5;
    margin-left: 10px;
    color: #333333;
    border-radius: 5px;
    padding: 11px 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.packages-box .d-flex a.book-a:hover {
    background-image: linear-gradient(to right, #5d3cb3, #ac4fe8);
    color: #fff;
}
.packages-box .d-flex {
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #ccc;
    padding-top: 15px;
    display: flex;
}
.item {
    padding: 40px 0px;
}
/*packages-sec*/

/*animated-page*/

.animate-tabs a.nav-link {
    padding: 15px 10px;
}
/*animated-page*/

@keyframes reveal {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes revealBack {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes reveal-vertical {
    0% {
        transform: translateY(100%);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
/*reveals-animations*/

/*image-reveals*/

.reveal-same {
    overflow: hidden;
    position: absolute;
    width: 62%;
    top: 0;
    left: 0;
    height: 100%;
}
.reveal {
    transform: translateX(-101%);
}
.reveal2 {
    transform: translateX(101%);
    left: auto;
    right: 0
}
.video-overlay, .video-overlay-right {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #5d3cb3, #ac4fe8);
    z-index: 1;
}
.video-overlay-right {
    left: auto;
    right: 0;
}
.reveal-box__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes slide-in-right {
    0% {
        transform: translate3D(-100%, 0, 0);
    }
    100% {
        transform: translate3D(0, 0, 0);
    }
}
@keyframes slide-out-right {
    0% {
        transform: translate3D(0, 0, 0);
    }
    100% {
        transform: translate3D(100%, 0, 0);
    }
}
@keyframes slide-in-left {
    0% {
        transform: translate3D(100%, 0, 0);
    }
    100% {
        transform: translate3D(0, 0, 0);
    }
}
@keyframes slide-out-left {
    0% {
        transform: translate3D(0, 0, 0);
    }
    100% {
        transform: translate3D(-100%, 0, 0);
    }
}
@keyframes scale-in-down {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
/*image-reveals*/

/*animated-nav*/

.topbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px 20px;
}
.menu--in {
    overflow: hidden;
}
.animated-nav {
    padding: 20px 0 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: visible;
    transition: all 1s ease-in-out;
    display: flex;
    align-items: center;
    z-index: -1;
}
.menu--in .animated-nav {
    z-index: 1;
}
.hamburger-close {
    display: table;
    margin: 0 0 0 auto;
    padding: 10px;
    position: relative;
    z-index: 11;
}
.main-menu--in {
    pointer-events: auto;
    opacity: 1;
}
.main-menu--in {
    animation-name: main-menu-in;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.ani-logo a.hamburger-close i {
    text-align: right;
    font-size: 30px;
    margin: 0 0 0 auto;
    display: table;
    color: #1aa4fe;
}
.menu-sec ul {
    padding-left: 70px;
    margin-bottom: 0;
}
.menu-sec ul li a {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.menu-sec ul li {
    text-decoration: none;
    display: block;
    padding-bottom: 4px;
}
.menu-sec ul li.dropdown ul li a {
    font-size: 24px;
    font-weight: 500;
}
.nav-link {
    display: block;
    padding: 0;
}
.wrapper--out, .wrapper--in {
    animation-name: wrapper-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.super-wrapper--out {
    animation-name: super-wrapper-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    pointer-events: none;
    overflow: auto;
    position: relative;
    pointer-events: none;
}
.menu-sec, .ani-logo {
    opacity: 0;
    transform: translate(0px, 40px);
    transition-duration: 1s;
    transition: transform 1s, opacity 1s;
}
.main-menu--in .menu-sec, .main-menu--in .ani-logo {
    opacity: 1;
    transform: translate(0px, 0px);
}
.super-wrapper--in {
    animation-name: super-wrapper-in;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes super-wrapper-out {
    0% {
        transform: scale(1) translateX(0) perspective(0) translateY(0) rotateY(0);
    }
    100% {
        transform: scale(.6) translateX(30%) translateY(-5%) perspective(500em) rotateY(-45deg);
        /* height: 900px; */
        box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.4);
    }
}
@keyframes super-wrapper-in {
    0% {
        transform: scale(.6) translateX(30%) translateY(-5%) perspective(500em) rotateY(-45deg);
        box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.4);
    }
    100% {
        transform: scale(1) translateX(0) perspective(0) translateY(0) rotateY(0);
    }
}
/*@media(max-width: 991px)
{
    .super-wrapper--out,
    .super-wrapper--in
    {
        animation-name: none;
    }
    .super-wrapper--out .wrapper
    {
        display: block;
    }
}
 
*/

.dropdown-toggle::after {
    display: none;
}
.nav-cta ul li {
    display: inline-block;
}
.nav-cta ul li:last-child {
    border-right: none;
}
.nav-cta ul {
    padding-left: 0;
    display: table;
    margin: 0 0 0 auto;
}
.nav-cta ul li a p {
    margin-bottom: 0;
    color: #6b6b6b;
    font-weight: 700;
    font-size: 14px;
    line-height: 10px;
}
.nav-cta ul li a span {
    font-weight: 900;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.nav-cta ul li a {
    display: inherit;
    vertical-align: bottom;
    padding-right: 20px;
    padding-left: 9px;
}
/*animated-nav*/

/*logo-page*/

.logo-tabs a.nav-link {
    padding: 11px 11px;
    display: flex;
    align-items: center;
}
.logo-tabs li.nav-item a.nav-link span {
    padding-left: 7px;
}
.logo-tabs li.nav-item a.nav-link span h5 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 0;
    font-weight: 600;
}
.logo-tabs li.nav-item a.nav-link span h4 {
    font-size: 14px;
    font-weight: 700;
}
.logo-tabs .nav-tabs .nav-item {
    margin-right: 0;
}
.logo-tabs ul li a.nav-link {
    margin-right: 0;
}
.logo-tabs li.nav-item a.nav-link span h5 {
    font-weight: 500;
    margin-bottom: 4px;
}
.iconic-sec {
    background: url(../images/logo-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 0;
}
.iconic-sec ul li {
    display: inline-block;
    width: 19%;
    padding: 0 25px;
}
.iconic-sec h4 {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}
.iconic-sec ul {
    margin-top: 20px;
}
.typo-sec .iconic-sec {
    background: url(../images/typo-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.illustrater-sec .iconic-sec {
    background: url(../images/illus-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.illustrater-sec .iconic-sec {
    background: url(../images/illus-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.animated-sec .iconic-sec {
    background: url(../images/illus-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.Wordmark-sec .iconic-sec {
    background: url(../images/illus-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.active .service-tab-content-wrap h3 {
    -webkit-animation-name: fadeInDownCustom;
    animation-name: fadeInDownCustom;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.active .service-tab-content-wrap p {
    -webkit-animation-name: fadeInDownCustom;
    animation-name: fadeInDownCustom;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDownCustom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDownCustom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
/*logo-page*/

/*contct-address*/

.contact-sec {
    padding: 6% 0;
}
.contct-address address .media-body h4 {
    font-size: 22px;
    color: #666666;
    margin-bottom: 0;
}
.contct-address address .media-body p {
    font-weight: 600;
    margin-bottom: 0;
}
.contct-address .media img {
    padding-right: 14px;
    padding-top: 8px;
}
.contct-address address .media {
    margin-bottom: 69px;
}
.contct-address address .media .media-body {
    padding-left: 20px;
}
.contct-address {
    position: relative;
}
.contct-address:before {
    content: '';
    position: absolute;
    background: url(../images/circle.png) no-repeat;
    width: 410px;
    height: 640px;
    display: inherit;
    background-size: contain;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
    top: 0;
    transform: translate(5%, -7%);
}
.contact-info h2 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    background-image: linear-gradient(to right, #2698fa, #2598fa);
}
.contact-info {
    text-align: center;
    box-shadow: 0px 34px 40.85px 2.15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.contact-info form input{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding: 5px 11px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.contact-info p {
    font-size: 14px;
}
.contct-address p {
    font-size: 14px;
}
.contact-info form input:focus {
    box-shadow: 0px 34px 40.85px 2.15px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    color: #ccc !important
}
.contact-info form textarea {
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 15px 10px;
    border-radius: 4px;
}
.contact-info form button {
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
    padding: 18px 55px;
    background-image: linear-gradient(to right, #5d3cb3, #ac4fe8);
    border-radius: 50px;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.contact-info form button:hover {
    background-image: -moz-linear-gradient( -89deg, rgb(219, 43, 126) 0%, rgb(234, 11, 60) 100%);
    background-image: -webkit-linear-gradient( -89deg, rgb(90 90 90) 0%, rgb(90 76 80) 100%);
    background-image: -ms-linear-gradient( -89deg, rgb(219, 43, 126) 0%, rgb(234, 11, 60) 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}
.contact-sec .d-flex {
    align-items: center;
    justify-content: center;
}
.contct-address address .media-body a:hover {
    color: #e21c60;
}
.nav-cta {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px;
}
.nav-cta p a {
    font-size: 16px;
    color: #1ba6fe;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.nav-cta p {
    margin-bottom: 0;
}
.nav-cta .align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
    align-items: flex-end;
    display: flex;
}
.nav-cta ul li a.ready-btn {
    padding: 9px 14px;
    color: #fff;
    vertical-align: inherit;
}
.nav-cta ul li {
    padding: 0 7px;
    border-right: 1px solid #ccc;
}
/*contct-address*/

/*packages*/

.packages-sec .nav-tabs {
    border-bottom: none;
    justify-content: center;
}
.packages-sec .nav-tabs .nav-item.show .nav-link, .nav-tabs a.nav-link {
    color: #333;
    padding: 13px 10px;
    border-radius: 4px;
    border: 1px solid #e2e0e0;
    margin: 0 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #f7f7f7;
    border-right: 4px solid #f7f7f7;
}
.packages-sec .tab-content {
    margin-top: 35px;
}
.packages-sec li.nav-item {
    margin-bottom: 25px;
}
.packages-sec .heading {
    margin-top: 0;
    margin-bottom: 0;
}
.bottom-spc {
    padding-top: 40px;
}
.packages-sec .heading a {
    border: 1px solid #a24de1;
    padding: 12px 20px;
    display: inline-block;
    margin-top: 25px;
    color: #333333;
    font-weight: 700;
    border-radius: 4px;
}
.packages-sec .heading a:hover {
    color: #fff;
    background-image: linear-gradient(to right, #5d3cb3, #ac4fe8);
}
/*packages*/

/*about-us*/

.digital-sec {
    padding: 4% 0 40px;
    background-color: #eaeaea;
    position: relative;
    z-index: -1;
}
.digital-sec figure {
    /* box-shadow: 0px 51px 38px 0px rgba(26, 21, 21, 0.31); */
    position: relative;
    top: 54px;
}
.digital-sec figure:before {
    position: absolute;
    content: '';
    width: 500px;
    height: 500px;
    background-color: #b1bbc4;
    border-radius: 100%;
    z-index: -1;
    top: -85px;
    left: -75px;
}
.digital-sec:after {
    height: 150px;
}
.digital-sec article h2 {
    background: -webkit-linear-gradient(#2698fa, #2598fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}
.digital-sec article p {
    margin-bottom: 20px;
}
.digital-sec article a {
    color: #009ce4;
    position: relative;
    margin-top: 14px;
    display: inline-block;
}
.digital-sec article a img {
    width: 35%;
    padding-left: 9px;
    position: relative;
}
.digital-sec article a span:before:hover {
    padding-right: 10px;
}
.digital-sec article a span {
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}
.digital-sec article a span:before {
    content: '';
    width: 45px;
    height: 45px;
    border: 1px solid #2598fa;
    position: absolute;
    right: -13px;
    top: -10px;
    border-radius: 50px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}
.our-client ul li {
    flex: 0 0 21%;
    height: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: inherit;
}
.our-client ul li:nth-child(odd) {
    background-color: #009ce4;
}
.our-client ul li:nth-child(even) {
    background-color: #f5f5f5;
}
.our-client ul li:nth-child(n+5):nth-child(2n+1) {
    background-color: #f5f5f5;
}
.our-client ul li:nth-child(n+5):nth-child(2n+1)+.our-client ul li {
    background-color: #ddd;
}
.our-client ul li:nth-child(n+5):nth-child(2n+1)+.our-client ul li {}
.our-client ul li:nth-child(n+5):nth-child(2n+1)+li {
    background-color: #009ce4;
}
.our-client ul {
    display: flex;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.our-client ul li img {
    width: 60%;
}
.hardwork-sec .heading {
    margin-bottom: 40px;
}
.hardwork-sec {
    padding: 6% 0;
    z-index: -94;
}
.before-sec {
    position: relative;
    z-index: 1;
}
.hardwork-sec:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 735px;
    background: url(../images/about-aftr.png) no-repeat;
    left: 0px;
    top: 50%;
}
.hardwork-sec:after {
    content: '';
    position: absolute;
    width: 215px;
    height: 700px;
    background: url(../images/about-before.png) no-repeat;
    right: 0px;
    top: 30%;
    background-size: contain;
    z-index: 2;
}
.access-content-box {
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.access-content-box a {
    color: #2d2d2d;
    font-size: 12px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    transition: .3s;
    align-items: center;
    display: flex;
    padding-top: 10px;
}
.access-content-box p::before {
    content: '';
    display: block;
    background-color: #ccc;
    height: 20px;
    width: 22px;
    position: absolute;
    right: 0;
    top: -19px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.access-content-box {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding-top: 0;
}
.access-content-box p {
    font-size: 17px;
    text-transform: capitalize;
    background-color: #ccc;
    color: #333;
    font-weight: 600;
    text-align: center;
    padding: 9px 29px;
    margin-right: 10px;
    position: relative;
    margin-bottom: 2px;
}
.portfolio-btn-2 img {
    padding-left: 7px;
    width: auto;
    filter: invert(50%) sepia(26%) saturate(3638%) hue-rotate(186deg) brightness(98%) contrast(101%);
}
.about-accessable-sec {
    padding: 6% 0;
}
.contact-img ul li {
    display: inline-block;
    margin: 0 13px;
}
.awards-sec {
    margin-bottom: 20px;
}
.contact-img ul {
    padding-left: 0;
}
/*about-us*/

/*video-animations-page*/

.video-animations-tabs ul.nav-tabs li.nav-item a.nav-link img {
    width: 20%;
}
.video-animations-tabs ul.nav-tabs li.nav-item a.nav-link span h5 {
    font-size: 13px;
}
.video-animations-tabs ul.nav-tabs li.nav-item a.nav-link span {
    padding-left: 10px;
}
.video-animations-tabs ul.nav-tabs li.nav-item a.nav-link span h4 {
    font-size: 13px;
}
.video-animations-tabs ul.nav-tabs li.nav-item a.nav-link {
    padding: 8px 10px;
}
/*video-animations-page*/

/*porfolio-sec*/

.porfolio-sec {
    padding: 6% 0;
}
.porfolio-sec .nav-link.active {
    color: #fff;
    background-image: -webkit-linear-gradient( -89deg, rgb(100 62 184) 0%, rgb(166 77 228) 100%) !important;
}
.portfolio-tag .nav-tabs {
    border-bottom: none;
    margin-bottom: 40px;
}
.portfolio-mmbx .box-ports {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all linear .3s;
}
.box-ports img {
    width: 100%;
    border: 1px solid #e2dfdf;
}
.hovereffects-det {
    position: absolute;
    top: 0;
    background-image: linear-gradient(to right, #2698fa66, #2598fad1);
    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;
}
.portfolio-mmbx .btnstyles-nn a {
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
    display: inline-block;
}
.btnstyles-nn a i {
    margin: 0 5px;
    font-size: 40px;
}
.portfolio-mmbx .box-ports img {
    width: 100%;
    border: 1px solid #e2dfdf;
}
.portfolio-mmbx .box-ports:hover {
    transform: scale(1.1);
    z-index: 2;
}
.portfolio-mmbx .box-ports {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all linear .3s;
}
.portfolio-mmbx .box-ports: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 a i {
    margin: 0 5px;
    font-size: 40px;
}
.portfolio-tag ul li.nav-item a {
    padding: 10px 50px;
    font-size: 17px;
    border-radius: 4px;
    margin: 0 5px;
    text-transform: capitalize;
}
/*porfolio-sec*/

/*popup*/

#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;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
    width: 36%;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0 50px 0 #000;
    position: relative;
    overflow: hidden;
}
.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-left {
    text-align: center;
    background: #141414;
}
.entry-right .text-2 {
    position: relative;
    margin: 16px 0px;
}
.entry-right .text-2 h2 {
    font-size: 30px;
    color: #141414;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.entry-right .text-2 h2 span {
    color: #2698fa;
    font-weight: 700;
}
.entry-right .text-2:before {
    content: "";
    width: 6px;
    height: 50px;
    background: #2698fa;
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.entry-right .text-2 strong {
    text-transform: uppercase
}
.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 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 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none!important;
    padding: 15px 30px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    background: -webkit-linear-gradient(#2698fa, #2598fa);
}
.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
}
.entry-right p {
    color: #343434;
    font-size: 12px;
    margin: 0
}
.entry-right .form-group {
    margin-bottom: 10px
}
a#entry-box_close {
    position: absolute;
    right: 10px;
    width: 31px;
    height: 31px;
    border-radius: 50pc;
    color: #fff;
    font-size: 20px;
    top: 16px;
    z-index: 9;
    background: -webkit-linear-gradient(#2698fa, #2598fa);
}
/*popup*/

/*footer-form*/

#regForm .tab {
    display: none;
    margin: 0;
    position: relative;
}
.main-form form .input-group input.form-control:focus {
    border: 2px solid #ee018c;
}
.main-form form .input-group {
    margin-top: 25px;
}
.main-form form .input-group .form-control {
    height: 40px;
}
.main-form form .input-group input.form-control {
    height: 50px;
    border-radius: 0;
    padding: 0 0 0 10px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #ccc;
    color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
}
.main-form form button {
    border-radius: 4px !important;
    background-color: #ee018c;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border: 0;
    line-height: 14px;
    padding: 0 15px;
    height: 50px;
    width: auto;
    float: left;
    position: relative;
    z-index: 1;
    border: 0;
    margin: 0 1px 0 10px;
}
.main-form form .input-group {
    position: relative;
}
.main-form form button i.fa-arrow-circle-right {
    position: absolute;
    z-index: 1;
    color: #6c757d;
    top: 15px;
    left: 15px;
}
.main-form figure img {
    width: 100%;
}
.main-form .form-group i.fa-user {
    color: #999999;
    position: absolute;
    left: 15px;
    top: 15px;
}
.sales-sec figure img {
    width: 100%;
}
.main-form .tab {
    display: none;
    margin: 0;
    position: relative;
    width: 50%;
}
.main-form #nextBtn {
    border-radius: 4px;
    margin-left: 8px;
}
.main-form form button#prevBtn {
    border-radius: 0;
}
/*footer-form*/

.form-error {
    display: none !important;
}
.footer-item form label {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.footer-btn h5 {
    background: #e7225e;
}
.footer-btn{
    border: none;
    border-radius: 5px;
    display: inline-block;
    margin: 20px 0px 0px;
    background-image: linear-gradient(to right, #5d3cb3, #ac4fe8);
}
.footer-btn a{
    color: #ffff;
    text-decoration: none;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 11px;
}




/* privacy-thankyou-css */

.main-privacy {
    padding: 60px 0 80px;
    background-color: #fff;
}

.main-privacy h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.main-privacy h4 {
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}

.main-privacy p, .main-privacy li {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
}

input.error {
    border-color: black !important;
}

.thankyou_sec {
    padding: 0px;
    height: 75vh;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.main-thankyou {
    text-align: center;
}

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    color: #7842c5;
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 1.1;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.start_live_chat {
    font-size: 20px;
    background-color: #16171a;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 4px;
    margin: 20px 0 0;
    color: white !important;
    text-decoration: none;
    border-radius: 50px;
    line-height: 16px;
}