::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #e8e8e8
}

::-webkit-scrollbar-thumb:hover {
    background: #333
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(45deg, #666, #444);
    background-image: -o-linear-gradient(45deg, #666, #444);
    background-image: linear-gradient(45deg, #666, #444)
}

::-moz-selection {
    background: rgba(166, 175, 189, .3)
}

::selection {
    background: rgba(166, 175, 189, .3)
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
    vertical-align: baseline
}

body {
    font-family: Poppins, sans-serif;
    color: #444;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 16px;
    outline: 0;
    overflow-x: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    color: #101010;
    font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0
}

ul {
    list-style: none
}

a:hover {
    text-decoration: none
}

button:focus {
    outline: 0 !important
}

.get-christmas a {
    font-size: 18px;
    color: #fff
}

.get-christmas span {
    color: #00a5fe;
    font-size: 21px;
    font-weight: 700;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
    -webkit-animation-duration: 1.7s
}

@keyframes blinker {
    from {
        opacity: 1
    }
    to {
        opacity: .9
    }
}

.get-christmas {
    position: absolute;
    z-index: 999;
    background: #8b89894a;
    padding: 10px;
    right: 0;
    top: 18px;
    border-radius: 24px 28px 0
}

.fa-icon {
    margin-left: 5px;
    font-size: 12px
}

.header-heading .fa-icon {
    margin-left: 5px;
    font-size: 12px;
    animation: 2s infinite arrowanim;
    -webkit-animation: 2s infinite arrowanim
}

.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10
}

.common-heading h2 {
    margin-bottom: 60px
}

.inner-heading h2 {
    margin-bottom: 30px
}

.v-center {
    align-self: center;
    align-items: center
}

button {
    position: relative;
    overflow: hidden
}

.lnk {
    position: relative;
    overflow: hidden
}

.animation,
.circle,
.circle2,
.clients-logo,
.custom-btn,
.dropdown-toggle,
.hoshd,
.hover-scale img,
.icon-set,
.isotope_item,
.link-hover,
.main-header,
.main-header.sticky,
.navbar,
.s-block,
.sticky,
.sub-menu-sec a,
a,
button,
input {
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99)
}

.no-shadow {
    box-shadow: none !important
}

span.circle {
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    top: -10%;
    right: -130px;
    width: 200px;
    height: 200px;
    border-radius: 50%
}

.lnk:hover span.circle {
    top: -10%;
    right: -80px
}

span.circle2 {
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    top: -10%;
    right: -50px;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.lnk:hover span.circle2 {
    top: -10%;
    right: -40px
}

.font-15 {
    font-size: 15px
}

.f-medium {
    font-weight: 600
}

.f-bold {
    font-weight: 700
}

.light-blue {
    background: #f8fdff
}

.text-radius {
    border-radius: 3px;
    padding: 0 3px
}

.text-primary {
    color: #fe4c1c
}

.text-second {
    color: #ef791b;
}

.text-bold {
    font-weight: 700
}

.header-icon-nav a {
    background: #ffffff7a;
    padding: 12px;
    margin: 5px;
    border-radius: 50%;
    color: #0a2233
}

.sticky .dsk-logo {
    line-height: 70px
}

.sticky .custom-nav .nav-list li a.menu-links {
    line-height: 70px
}

.main-header.sticky {
    height: 100vh
}

.top-header {
    position: relative;
    z-index: 999
}

.navbar .mobile-menu {
    display: none
}

.navbar .mobilemenu {
    color: #0a2233;
    top: -4px;
    position: relative
}

.navbar .mobilemenu i {
    font-size: 25px
}

.mob-nav {
    display: flex
}

.mob-nav li {
    position: relative
}

.ml8 {
    margin-left: 8px
}

.animate {
    animation-duration: .4s;
    -webkit-animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
}

.top-header .dropdown-toggle::after {
    display: inline-block;
    margin-left: 3px;
    vertical-align: baseline;
    content: "+";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 100px
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #fff;
    outline: 0
}

.dropdown-item.active,
.dropdown-item:active {
    color: #0a2233;
    text-decoration: none;
    background-color: #fff;
    outline: 0
}

.dropdown-menu {
    border: 0 solid rgba(0, 0, 0, .15)
}

header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0 solid #00baff;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    color: #0a2233;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    padding: 10px 15px
}

.navbar-toggler {
    background-color: #fff;
    border: 1px solid #fff
}

.top-header .sticky {
    background: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
    height: 70px
}

.nav-item.dropdown:hover {
    background: #fff
}

.list-mnu li a {
    white-space: break-spaces;
    line-height: 24px;
    padding: 5px 10px
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 16px;
    color: #0a2233;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    padding: 0 15px;
    line-height: 48px
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    height: 100vh;
    width: 90px;
    border-right: 1px solid rgb(255 255 255/15%)
}

.brand-logo a {
    display: block
}

.top-header .navbar .custom-btn {
    padding: 0 32px;
    color: #fff;
    font-weight: 400
}

.top-header .navbar .custom-btn:focus,
.top-header .navbar .custom-btn:hover {
    color: #fff
}

.modal-backdrop {
    background: linear-gradient(135deg, #0c0004 0, #000e0c 100%)
}

.modal {
    z-index: 999999
}

.abt {
    position: absolute;
    right: 15px !important;
    top: 0 !important;
    z-index: 9999999
}

.popup-modalfull .modal-dialog {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0
}

.popup-modalfull .modal-content {
    border: 0;
    height: 100vh;
    border-radius: 0
}

.popup-modalfull .modal-body {
    overflow-y: auto
}

.main-header.sticky .nx-dropdown {
    top: 65px
}

.nav-bg-b .custom-nav .nav-list li a.menu-links {
    color: #fff
}

.main-header.sticky {
    background: rgb(255 255 255/0%);
    width: 90px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.main-header {
    padding: 0 15px;
    height: 100vh;
    width: 90px;
    z-index: 99999;
    border-right: 1px solid rgba(255, 255, 255, .1);
    background: rgb(255 255 255/0%)
}

.sub-menu-center-block {
    display: flex
}

.menu-header {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: center
}

.right-bddr {
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding: 0 10px 0 0 !important;
    margin: 0 20px 0 0
}

.custom-nav .sbmenu>a::before {
    content: "+";
    position: absolute;
    right: 4px
}

.custom-nav .sbmenu.hover>a::before {
    content: "-"
}

.main-header.sticky .custom-nav .nav-list li a.menu-links {
    color: #050748
}

.main-header.sticky .mega-white-logo {
    display: none
}

.main-header .mega-white-logo {
    display: none
}

.nav-bg-b.main-header.sticky .mega-white-logo {
    display: none
}

.nav-bg-b.main-header .mega-white-logo {
    display: inline-block
}

.nav-bg-b.main-header .mega-darks-logo {
    display: none
}

.main-header.sticky .mega-darks-logo {
    display: inline-block
}

.dsk-logo {
    float: none;
    line-height: 70px;
    padding-top: 15px
}

.dsk-logo .nav-brand img {
    max-height: 75px
}

.custom-nav {
    float: right
}

.custom-nav .menu-dorpdown {
    width: 240px;
    margin: 0 auto
}

.custom-nav .smfull {
    width: 100%
}

.custom-nav .nav-list li {
    display: inline-flex
}

.custom-nav .nav-list li.rpdropdown {
    position: relative
}

.custom-nav .nav-list li a.menu-links {
    font-size: 16px;
    color: #050748;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    padding: 0 15px;
    line-height: 85px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden
}

.btn-br {
    line-height: 48px;
    color: #fff;
    border-radius: 100px;
    padding: 0 20px
}

.btn-br:hover {
    color: #fff
}

.btn-round- {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    padding: 0;
    margin-right: 8px;
    position: relative;
    display: inline-block
}

.btn-round-.trngl:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #e8e8e8;
    clear: both;
    transform: translateY(-50%)
}

.btshad-b1 {
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, .2)
}

.btshad-b2 {
    -webkit-box-shadow: 0 10px 15px 0 rgba(56, 0, 189, .2);
    box-shadow: 0 10px 15px 0 rgba(56, 0, 189, .2)
}

.nx-dropdown {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 80px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

div.custom-nav>ul>li:hover .nx-dropdown {
    opacity: 1;
    height: auto;
    overflow: inherit
}

.submenu-btnset {
    position: relative;
    display: block;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: normal
}

.sub-menu-column {
    width: 25%;
    float: left;
    padding: 0 20px
}

.sub-menu-column .menuheading {
    color: #050748;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .2px;
    margin: 0 0 16px;
    padding: 0 0 14px;
    border-bottom: 1px solid #dadada
}

.sub-menu-column ul {
    width: 100%;
    display: inline-block;
    position: relative
}

.sub-menu-column ul li {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin-right: 0;
    margin-bottom: 9px
}

.sub-menu-column ul li a {
    width: 100%;
    font-size: 15px;
    color: #050748;
    position: relative;
    line-height: 25px;
    font-weight: 600
}

.sub-menu-section {
    box-shadow: 0 10px 20px 0 rgb(0 0 0/.04);
    border-top: 2px solid #f3f3f3;
    width: 100%;
    padding: 40px 0;
    display: inline-block;
    background-color: #fff;
    margin-top: 4px
}

.btn-block a {
    min-width: 230px;
    text-align: center;
    -webkit-box-shadow: 0 10px 15px 0 rgba(47, 0, 16, .15);
    box-shadow: 0 10px 15px 0 rgba(47, 0, 16, .15)
}

.bgtspnt {
    background: 0 0 !important
}

div.custom-nav>ul>li.sbmenu>a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #4f4daf;
    left: -100%;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

div.custom-nav>ul>li.sbmenu:hover>a:after {
    left: 0;
    opacity: 1
}

.contact-show {
    vertical-align: middle;
    padding-right: 20px;
    position: absolute;
    bottom: 15px;
    left: 0;
    padding-left: 13px
}

.contact-inquiry {
    width: 285px;
    position: absolute;
    bottom: 0;
    left: 90px;
    z-index: 99;
    display: none;
    transition: all 2s linear
}

.hrbg {
    background: #e4e8ff
}

.contact-info- .contct-heading {
    font-size: 19px;
    color: #3c4147;
    font-weight: 700;
    padding: 11px 20px;
    letter-spacing: .2px
}

.contact-info- .inquiry-card-nn .title-inq-c {
    font-size: 14px;
    font-weight: 700
}

.contact-info- .inquiry-card-nn ul li a {
    font-size: 16px;
    color: #050748;
    font-weight: 700;
    text-decoration: none
}

.contact-info- .inquiry-card-nn {
    border-top: 1px solid #e1e1e2;
    position: relative;
    padding: 15px 20px;
    text-align: left
}

.contact-info- {
    width: 100%;
    display: inline-block;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.contact-info- .inquiry-card-nn ul li {
    list-style: none;
    margin: 14px 0;
    text-align: left;
    display: block
}

.contact-info- .inquiry-card-nn ul li.mb0 {
    margin-bottom: 0
}

.contact-info- .inquiry-card-nn ul li i {
    font-size: 20px;
    margin: 0 11px 0 0;
    color: #8bc34a
}

.contact-info- .inquiry-card-nn span {
    font-size: 13px;
    color: #828282
}

.contact-info- .inquiry-card-nn .fa-envelope {
    color: #012169
}

.contact-info-:after {
    content: "";
    position: absolute;
    position: absolute;
    border-left: 9px solid transparent;
    border-right: 9px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid rgb(255 255 255/0%);
    bottom: 20px;
    left: -18px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease
}

a.play-video {
    min-width: 70px;
    min-height: 70px;
    display: inline-flex;
    background: #fff;
    border-radius: 1000px;
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
    outline: 0;
    position: relative;
    padding: 10px;
    align-items: center
}

a.play-video::after {
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 6px solid #fff;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring-ani 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(12, 108, 211, .5)
}

@-webkit-keyframes ring-ani {
    to {
        box-shadow: 0 0 0 18px transparent
    }
}

.triangle-play {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 25px solid #15a0e5;
    border-bottom: 15px solid transparent;
    text-align: center;
    margin: 0 auto
}

.hero-card-web {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 100px;
    height: 100vh;
    align-items: center;
    display: flex
}

.hero-heading-sec h1 {
    color: #fff;
    font-size: 48px !important;
    line-height: 54px !important;
    text-transform: uppercase;
    font-weight: 700
}

.hero-heading-sec>p {
    color: #fff;
    font-size: 18px;
    margin: 40px 0
}

.flags-size {
    width: 25px
}

.awards-block-tt {
    margin-top: 40px
}

.hero-content-sec {
    display: inline-flex;
    align-items: center
}

.title-hero-oth p {
    font-size: 20px;
    color: #fff;
    margin: 0 0 0 25px;
    text-transform: uppercase
}

.title-hero-oth p span {
    display: block;
    color: #15a0e5
}

.hero-service-cards {
    margin-top: 40px
}

.service-slide {
    border-radius: 30px;
    max-width: 280px;
    overflow: hidden;
    margin: 20px 0;
    transform-style: preserve-3d;
    transform: perspective(1000px)
}

.service-card-hh {
    transform: translateZ(20px);
    display: block
}

.image-sr-mm {
    height: 410px;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0 auto
}

.image-sr-mm img {
    position: absolute;
    bottom: 0;
    left: -20px;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: initial !important
}

.title-serv-c {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding: 20px 20px 35px
}

.title-serv-c span {
    display: block
}

.shape-bg3:before {
    content: "";
    background: url(../images/shape/shape-12.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .03
}

.hero-bg-bg1:before {
    content: "";
    background: url(../images/hero/banner-shap-2.png);
    position: absolute;
    height: 100vh;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-position: left 0;
    background-size: contain;
    background-repeat: no-repeat
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100vh;
    align-items: center;
    display: grid
}

.btn-main:hover {
    color: #fff
}

.btn-main {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    outline: 0;
    color: #fff;
    background-color: #ff1f8e;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgb(255 255 255/15%);
    box-shadow: 0 10px 15px 0 rgb(255 255 255/15%)
}

.header-heading p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px
}

.about-agency .common-heading h2 {
    margin-bottom: 20px
}

.about-agency {
    position: relative;
    overflow: hidden
}

.about-agency:before {
    content: "";
    background: url(../images/shape/dot_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.text-l {
    text-align: left !important
}

.common-heading>span {
    color: #ef791b;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
}

.quote {
    font-weight: 500;
    padding: 25px;
    position: relative;
    border-left: 4px solid #ff358f;
    margin: 30px 0;
    background: #fafafb;
    color: #6a6a8e;
    font-family: Poppins, sans-serif
}

.user- .user-image img {
    border-radius: 100%;
    width: 80px
}

.user-info {
    margin: 0 0 0 20px;
    text-align: left
}

.user-info p span {
    font-weight: 700
}

.service-section {
    background: #fff;
    position: relative;
    overflow: hidden
}

.image-block img {
    width: 100%;
    border-radius: 8px
}

.img-block img {
    width: 100%;
    border-radius: 8px
}

.white-text {
    color: #fff !important
}

.shape-num .shape-loc:first-child:before {
    content: "";
    background: url(../images/shape/shape-1.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    left: -40px;
    bottom: -60px;
    z-index: -1
}

.shape-num .shape-loc:last-child:after {
    content: "";
    background: url(../images/shape/shape-2.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    right: -40px;
    bottom: -60px;
    z-index: -1
}

.shape-bg2 img {
    z-index: 1;
    position: relative
}

.shape-bg2 {
    position: relative
}

.shape-bg2:after {
    content: "";
    background: url(../images/shape/shape-2.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    right: -40px;
    bottom: -60px;
    z-index: -1
}

.shape-bg2:before {
    content: "";
    background: url(../images/shape/shape-1.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    left: -40px;
    bottom: -60px;
    z-index: 0
}

.service-section:before {
    content: "";
    background: url(../images/shape/dot-shape.png) #d7f0fd;
    position: absolute;
    height: 400px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center top;
    background-size: contain;
    background-repeat: repeat
}

.s-block {
    background: #fff;
    text-align: center;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 20px;
    margin: 0;
    position: relative;
    border: 1px solid #d4f0ff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.service-section .s-block {
    background: url(../images/shape/shape-7.svg) #fff;
    background-size: 180px;
    background-position: top right;
    background-repeat: no-repeat
}

.s-card-icon {
    width: 80px;
    margin: 0 auto 30px
}

.s-block h4 {
    margin: 0 0 10px
}

.s-block a {
    display: inline-block;
    margin: 30px 0 0;
    color: #050748;
    font-family: Poppins, sans-serif
}

.upset {
    position: relative;
    z-index: 5
}

.service-2:before {
    background-color: #f9f9f9
}

.wide-block {
    padding: 40px 30px;
    margin: 5px 0;
    position: relative;
    border: 0 solid #d4f0ff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.service-img1 {
    background: #e9ddff
}

.service-img1:after {
    background: url(../images/service/service-img-1.png)
}

.service-img2 {
    background: #ffdadb
}

.service-img2:after {
    background: url(../images/service/service-img-2.png)
}

.service-img3 {
    background: #d6edff
}

.service-img3:after {
    background: url(../images/service/service-img-3.png)
}

.service-img4 {
    background: #ffede1
}

.service-img4:after {
    background: url(../images/service/service-img-4.png)
}

.wide-block:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 280px;
    background-position: right center;
    background-repeat: no-repeat
}

.block-space- {
    max-width: 50%;
    position: relative;
    z-index: 555
}

.wide-block h4 {
    margin: 20px 0 30px
}

.tilt3d .statistics-img {
    transform-style: preserve-3d;
    transform: perspective(1000px)
}

.tilt3d .statistics-img img {
    transform: translateZ(20px)
}

.statistics {
    align-items: center;
    display: flex
}

.statistics p {
    font-size: 18px;
    margin: 5px 0 0;
    font-weight: 500;
    color: #ddd
}

.statistics span {
    font-size: 34px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    line-height: 36px
}

.statistics-img {
    width: 100px;
    height: 100px;
    float: left;
    padding-right: 15px;
    padding: 8px;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.statnumb {
    margin: 0 0 0 20px;
    text-align: left;
    padding-left: 95px
}

.small .statistics-img {
    width: 80px;
    height: 80px
}

.small .statnumb {
    padding-left: 70px
}

.t-ctr {
    text-align: center
}

.small .statistics span {
    font-size: 24px;
    color: #fff;
    line-height: 32px
}

.in-stats .statistics span {
    font-size: 35px;
    color: #ff1f8e
}

.small .statistics p {
    font-size: 18px;
    line-height: 24px
}

.small {
    margin-top: 100px
}

.in-stats .statistics {
    text-align: left
}

.card-stats .statistics {
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff;
    box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff
}

.statistics-section .statistics {
    display: block !important
}

.portfolio-section {
    background: #fff;
    position: relative
}

.portfolio-section:before {
    content: "";
    background: url(../images/shape/dot-pattern.png);
    position: absolute;
    height: 400px;
    right: 0;
    left: 0;
    top: 0;
    background-size: auto;
    background-repeat: repeat
}

.isotope_item {
    position: relative
}

.item-info {
    padding: 20px 0 0
}

.isotope_item h4 {
    font-weight: 600;
    margin: 0 0 10px
}

.isotope_item h4 a {
    color: #101010
}

.isotope_item h4 a:hover {
    color: #11acee
}

.item-image {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f9ff;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.blog-dy {
    display: inline-flex !important;
    width: 33% !important
}

.isotope_item .item-image {
    position: relative
}

.item-image img {
    width: 100%
}

.blog-dy img {
    height: -webkit-fill-available
}

.rgt-icon {
    position: absolute;
    bottom: 0
}

.user-review i {
    font-size: 25px;
    color: #99e3ff;
    padding: 0 20px
}

.portfolio-block {
    position: relative;
    padding: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.portfolio-item-info h3 a {
    color: #050748
}

.portfolio-item-info {
    width: 50%;
    padding-right: 40px
}

.portfolio-item-image {
    width: 50%;
    text-align: center
}

.portfolio-item-info .-reviewr {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 15px
}

.portfolio-item-info .review-text {
    padding: 0 0 20px
}

.portfolio-item-info .reviews-card {
    background: rgba(255, 255, 255, .6);
    padding: 25px;
    border-radius: 8px
}

.clients-logo {
    background: #fff;
    padding: 0 15px;
    max-height: 150px;
    min-height: 150px;
    margin: 0 15px;
    border: 1px solid #d4f0ff;
    align-items: center;
    display: flex;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
    box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff
}

.clients-section {
    background: #fffaf5;
    background: -moz-linear-gradient(top, #fffaf5 0, #f8ecff 100%);
    background: -webkit-linear-gradient(top, #fffaf5 0, #f8ecff 100%);
    background: linear-gradient(to bottom, #fffaf5 0, #f8ecff 100%)
}

.clients-logo img {
    margin: 0 auto;
    display: block;
    width: 160px
}

.opl ul {
    display: contents
}

.opl ul li {
    width: 20%;
    float: left;
    position: relative
}

.work-category {
    background: #f7f7f7;
    position: relative
}

.work-category .common-heading h2 {
    margin-bottom: 10px
}

.work-card p {
    color: #222;
    font-family: Poppins, sans-serif;
    line-height: 24px;
    font-size: 16px;
    margin: 5px 0 0;
    padding: 0 12px
}

.icon-bg {
    display: block;
    height: 62px;
    width: 62px;
    margin: 0 auto;
    text-align: center
}

.icon-set {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative
}

.work-card {
    margin: 10px;
    padding: 30px 0;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    border-radius: 12px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.cd1 {
    background: #ccecff
}

.cd2 {
    background: #e5e5e5
}

.cd3 {
    background: #ccecff
}

.cd4 {
    background: #e5e5e5
}

.cd5 {
    background: #e5e5e5
}

.cd6 {
    background: #ccecff
}

.cd7 {
    background: #e5e5e5
}

.cd8 {
    background: #ccecff
}

.cd9 {
    background: #ccecff
}

.cd10 {
    background: #e5e5e5
}

.cd11 {
    background: #ccecff
}

.cd12 {
    background: #e5e5e5
}

.testinomial-section {
    background: url(../images/shape/shape-9.svg) #fff;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative
}

.testimonial-card .t-text p {
    font-size: 16px;
    line-height: 28px
}

.testinomial-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    background: #fff;
    width: 100px;
    margin: 0;
    height: 50px;
    padding: 25px 0 0
}

.user-info p {
    font-size: 16px;
    line-height: 24px
}

.owl-carousel .user-image img {
    border-radius: 100%;
    width: 80px
}

.owl-carousel .owl-dots .owl-dot:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    background: 0 0;
    border: 1px solid #304b98
}

.owl-carousel .owl-dots .owl-dot:after,
.owl-carousel .owl-dots .owl-dot:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    -webkit-transition: ease-out .16s;
    transition: ease-out .16s
}

.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    vertical-align: middle
}

.owl-carousel .owl-dots .owl-dot.active:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.owl-carousel .owl-dots .owl-dot:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .4;
    background: #304b98;
    width: 4px;
    height: 4px
}

.owl-carousel .owl-dots .owl-dot.active:after,
.owl-carousel .owl-dots .owl-dot.active:before {
    opacity: 1
}

.owl-carousel .owl-dots .owl-dot.active:after,
.owl-carousel .owl-dots .owl-dot:focus:after,
.owl-carousel .owl-dots .owl-dot:hover:after {
    opacity: 1
}

.light-bgs {
    background: rgba(255, 255, 255, .52);
    padding: 30px;
    border-radius: 8px
}

.enquire-form {
    background: #d6fffc;
    background: -moz-linear-gradient(top, #d6fffc 0, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #d6fffc 0, #ffeff5 100%);
    background: linear-gradient(to bottom, #d6fffc 0, #ffeff5 100%)
}

.custom-file-label::after {
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    border: 0;
    height: auto;
    padding: 0 15px;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0;
    cursor: pointer
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 0 15px;
    font-weight: 400;
    height: 50px;
    line-height: 46px;
    background-color: #fff;
    border: 2px solid #ced4da;
    border-radius: 4px
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 0
}

.modal-backdrop.show {
    opacity: .9;
    z-index: 99999
}

.fdgn2 input,
.fdgn2 select,
.fdgn2 textarea {
    border: 1px solid #ddd !important
}

.form-block input:focus,
.form-block textarea:focus {
    border-bottom: 1px solid #ff1f8e
}

.form-block input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.form-block textarea {
    height: 100px;
    width: 100%;
    padding: 15px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.form-block .form-group {
    margin-bottom: 0
}

.form-block select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.help-block.with-errors {
    color: #ff5050;
    margin: 0 0 0 10px;
    font-size: 13px;
    position: relative;
    bottom: 12px
}

.messages .alert {
    position: relative;
    padding: 6px 25px 6px 6px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 14px
}

.form-block .messages button:hover {
    background-color: transparent
}

.messages .close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-align: right;
    position: absolute;
    right: 5px;
    top: 0
}

.btn-sub {
    background: linear-gradient(to right, #15a0e5 0, #15a0e5 100%) !important;
    color: #fff !important;
    border-radius: 100px !important;
    line-height: 48px;
    padding: 0 32px !important
}

.btn-sub:after {
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    top: -10%;
    right: -130px;
    width: 200px;
    height: 200px;
    border-radius: 50%
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff1f8e;
    background-color: #ff1f8e
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ffbc80
}

.custom-control-label::before {
    position: absolute;
    top: -1px;
    left: -1.5rem;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: -3px;
    left: -26px;
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-control {
    margin-bottom: 10px
}

.form-block label input {
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0
}

.fieldsets label {
    position: relative;
    top: -14px;
    font-size: 14px;
    color: #ff1f8e;
    margin: 0;
    padding: 0;
    display: inline
}

.custom-control label {
    text-indent: -21px;
    padding: 2px 0 0 21px;
    font-size: 14px
}

.form-block label a {
    color: #000
}

.form-block p.trm {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0
}

.form-block p.trm i {
    padding: 5px 5px 0 0
}

.form-block button:hover {
    background-color: #ff1f8e
}

.form-block button {
    width: 100%
}

.our-office {
    background: #fff;
    position: relative;
    overflow: hidden
}

.shape-bg1,
.shape-num {
    position: relative
}

.shape-numm .shape-loc:first-child:before {
    content: "";
    background: url(../images/shape/shape-1.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    left: -40px;
    top: -55px;
    z-index: -1
}

.shape-numm .shape-loc:last-child:after {
    content: "";
    background: url(../images/shape/shape-2.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    right: -40px;
    top: -55px;
    z-index: -1
}

.shape-bg1:before {
    content: "";
    background: url(../images/shape/shape-1.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    left: -40px;
    top: -55px;
    z-index: -1
}

.shape-bg1:after {
    content: "";
    background: url(../images/shape/shape-2.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    right: -30px;
    top: -80px;
    z-index: -1
}

.office-text {
    padding: 20px 0 0
}

.office-text h4 {
    margin: 0 0 10px
}

.office-text p {
    padding: 0 50px 0 0;
    margin: 0 0 20px
}

.skyline-img {
    background: rgb(50 74 170/15%);
    padding: 20px;
    border-radius: 8px 40px 8px 0;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.-address-list li a {
    color: #6a6a8e
}

.-address-list li a i {
    width: 25px
}

.-address-list li {
    line-height: 35px
}

#scrollUp {
    margin-bottom: 7%;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    webkit-animation: top 5s linear infinite alternate;
    animation: top 5s linear infinite alternate
}

@keyframes top {
    0%,
    100% {
        bottom: 0
    }
    25%,
    75% {
        bottom: 40px
    }
    50% {
        bottom: 10px
    }
}

footer {
    position: relative
}

.footer-svg {
    height: 80px;
    overflow: hidden;
    margin: -20px 0 0
}

.footer-svg svg path {
    fill: #fff0f5
}

footer .row {
    position: relative;
    z-index: 1
}

footer.ftshap:after {
    content: "";
    background: url(../images/shape/shape-1.png);
    position: absolute;
    width: 200px;
    height: 370px;
    background-repeat: no-repeat;
    top: 35%;
    z-index: 0;
    right: 0;
    background-position: center right;
    background-size: 80%;
    opacity: .5
}

footer.ftshap:before {
    content: "";
    background: url(../images/shape/shape-2.png);
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    z-index: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    opacity: .5
}

.footer-row1 {
    background: #fffdf2;
    background: -moz-linear-gradient(top, #fffdf2 0, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #fffdf2 0, #ffeff5 100%);
    background: linear-gradient(to bottom, #fffdf2 0, #ffeff5 100%);
    padding: 80px 0
}

.footer-row2 {
    background: #fff;
    padding: 50px 0 80px
}

.footer-row3 {
    background: #fff;
    padding: 40px 0
}

.email-subs h3 {
    margin-bottom: 10px
}

.hline {
    border-top: 1px solid #e2eaef;
    margin: 0;
    position: relative
}

.email-subs-form {
    position: relative
}

.email-subs-form form {
    align-items: center;
    justify-content: center;
    display: flex
}

.email-subs-form input {
    width: 100%;
    height: 65px;
    padding: 0 175px 0 30px;
    margin: 0;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: -6px 6px 11px #f2f2f2, 6px -6px 11px #fff0e8;
    box-shadow: -6px 6px 11px #f2f2f2, 6px -6px 11px #fff0e8
}

.email-subs-form button {
    width: max-content;
    position: absolute;
    right: 5px;
    border-radius: 28px 100px 100px 28px;
    padding: 0 30px;
    line-height: 55px;
    box-shadow: none
}

.footer-row2 h5 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px
}

.footer-address-list li p {
    font-weight: 600;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    line-height: 25px
}

.footer-address-list li p span {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    font-family: Poppins, sans-serif
}

.footer-address-list li>span {
    position: relative;
    top: 5px
}

.footer-address-list li {
    color: #333;
    display: flex;
    padding: 0 0 5px
}

.footer-address-list li:last-child {
    padding: 0
}

.footer-address-list li a {
    color: #666;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 24px
}

.footer-address-list li i {
    margin: 0 15px 0 0;
    display: initial;
    font-size: 21px;
    color: #ef791b;
}

.ftr-details li {
    padding: 0 0 15px
}

.footer-block {
    padding: 20px 0
}

.social-links {
    text-align: right
}

.social-links a {
    color: #6a6a8e;
    font-size: 25px;
    line-height: 1
}

.footer-social-media-icons a:hover {
    color: #11acee !important
}

.footer-social-media-icons a {
    color: #666;
    font-size: 26px;
    border-radius: 4px;
    margin: 0 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px
}

.copyright {
    text-align: center;
    color: #6a6a8e
}

.footer-social-media-icons {
    margin: 0 0 30px
}

.footer- p a {
    color: #6a6a8e
}

.link-hover a {
    color: #6a6a8e;
    font-family: Poppins, sans-serif;
    display: inline-block;
    padding: 3px 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    z-index: 1
}

.link-hover a::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -o-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor
}

.link-hover a:hover::after {
    width: 100%;
    left: 0;
    right: auto
}

.link-hover a:hover {
    color: #ef791b !important;
}

.breadcrumb-area {
    padding: 150px 0 90px;
    position: relative;
    overflow: hidden;
    text-align: center
}

.breadcrumb-areav2 {
    padding: 150px 0 100px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.bread-titlev2 {
    text-align: center
}

.statistics-wrap {
    padding: 30px 0;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .05)
}

.breadcrumb-areav2:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .85;
    right: 0;
    left: 0;
    z-index: 0;
    background: -moz-linear-gradient(-45deg, #ffdee9 0, #c8fff4 100%);
    background: -webkit-linear-gradient(-45deg, #ffdee9 0, #c8fff4 100%);
    background: linear-gradient(135deg, #ffdee9 0, #c8fff4 100%)
}

.breadcrumb-area:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .85;
    right: 0;
    left: 0;
    z-index: 0;
    background: -moz-linear-gradient(-45deg, #ffdee9 0, #c8fff4 100%);
    background: -webkit-linear-gradient(-45deg, #ffdee9 0, #c8fff4 100%);
    background: linear-gradient(135deg, #ffdee9 0, #c8fff4 100%)
}

.breadcrumb-area:after {
    content: "";
    z-index: 0;
    background: url(../images/banner/banner-shap-2.png);
    background-size: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    z-index: 1;
    background-position: center right;
    background-size: contain
}

.breadcrumb-area ul li {
    display: block;
    display: inline-block
}

.breadcrumb-area .bread-menu li a {
    color: #15a0e5;
    font-size: 16px;
    font-weight: 400;
    padding-right: 6px;
    display: inline-block
}

.breadcrumb-area .bread-menu li+li::before {
    font-size: 5px;
    font-family: "font awesome 5 free";
    content: "\f111";
    font-weight: 700;
    margin: 0 10px 0 0;
    position: relative;
    top: -3px;
    color: #15a0e5
}

.text-block {
    position: relative;
    z-index: 55
}

.bread-title h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 46px;
    margin: 15px 0 0;
    color: #fff
}

.bread-inner p {
    font-size: 16px;
    line-height: 28px
}

.block-1 p+p {
    margin: 25px 0 0
}

.block-1 .small {
    margin-top: 50px
}

.block-1 .statnumb {
    margin: 0
}

.why-choose {
    background: #f7fcff
}

.banner-4 {
    background: url(../images/banner/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.team {
    overflow: hidden
}

.bg-gradient99 {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #eef4fd 100%);
    background: -webkit-linear-gradient(top, #fff 0, #eef4fd 100%);
    background: linear-gradient(to bottom, #fff 0, #eef4fd 100%)
}

.image-div {
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden
}

.info-text-block {
    padding: 20px 0 0
}

.info-text-block h4 {
    margin: 0 0 10px
}

.info-text-block h4 a {
    color: #050748
}

.full-image-card {
    margin-top: 60px
}

.otherinfo {
    margin: 30px 0 0
}

.otherinfo p {
    line-height: 28px
}

.social-media-profile {
    margin: 30px 0 0
}

.social-media-profile a {
    color: #6a6a8e;
    font-size: 22px;
    margin: 0 30px 0 0;
    display: inline-block;
    line-height: 34px
}

.social-media-profile a:hover {
    color: #ff1f8e
}

.bg-shape img {
    position: relative;
    z-index: 5
}

.bg-shape:after {
    content: "";
    background: url(../images/shape/shape-1.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    left: -55px;
    top: -55px;
    z-index: 0
}

.bg-shape:before {
    content: "";
    background: url(../images/shape/shape-2.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    right: -55px;
    bottom: -55px;
    z-index: 0
}

.banner-3 {
    background: url(../images/banner/5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.common-heading.pp h2 {
    margin-bottom: 0
}

.common-heading.pp {
    padding: 0;
    text-align: left
}

.common-heading.pp p {
    margin: 20px 0 0
}

.single-card-item {
    margin-top: 60px
}

.filter-menu {
    text-align: right
}

.filters .filter-menu.recent {
    list-style: none;
    padding: 0;
    bottom: 0;
    position: inherit;
    text-align: right;
    margin: 35px 0 0
}

.filters .filter-menu li {
    display: inline-block;
    padding: 20px;
    color: #333;
    cursor: pointer;
    background: #feeee3;
    -webkit-border-radius: 100px;
    border-radius: 40px 40px 40px 20px
}

.filters .filter-menu li.is-checked {
    background: #f95b94;
    color: #fff
}

.portfolio-meta ul li {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: left;
    background: #fff;
    position: relative;
    padding: 15px 20px 15px 55px;
    border-bottom: 1px solid #ebebeb
}

.portfolio-meta ul li p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 28px;
    background: #fff;
    display: inline-block;
    color: #050748;
    font-weight: 600
}

.portfolio-meta ul li p span {
    font-family: Poppins, sans-serif;
    display: block;
    margin-top: 2px;
    color: #6a6a8e;
    font-weight: 400
}

.portfolio-meta ul li i {
    position: absolute;
    left: 10px;
    color: #050748;
    font-size: 25px;
    top: 50%;
    margin-top: -12.5px
}

.pv-:hover .item-image img {
    transform: scale(1)
}

.h-scroll {
    width: 100%;
    padding: 50px 10px
}

.tech-icons img {
    width: 45px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translatey(-50%)
}

.tech-icons li {
    margin: 6px;
    display: inline-block
}

.tech-icons a:hover {
    border: 4px solid #d9cbff
}

.tech-icons a {
    border: 4px solid #fff;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.techonology-used- {
    text-align: center;
    background: #f9f9f9
}

.banner-2 {
    background: url(../images/banner/6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.service {
    overflow: hidden
}

.service .common-heading h2 {
    margin-bottom: 20px
}

.cta-area {
    position: relative;
    overflow: hidden;
    background: #101010
}

.btn-outline {
    border: 2px solid #333;
    color: #333;
    display: inline-block;
    padding: 0 32px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    background: 0 0;
    -webkit-box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    box-shadow: 0 10px 15px 0 rgba(3, 35, 68, .1);
    line-height: 52px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.btn-outline:hover {
    background: #ef791b;
    color: #fff;
    border: 2px solid #ef791b;
}

.cta-call {
    margin: 30px 0 0;
    color: #fff
}

.cta-call i {
    margin: 0 5px 0 0
}

.cta-call a {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #ef791b;
    display: inline-block;
    padding: 0 0 0 10px;
}

.cta-area .common-heading h2 {
    margin-bottom: 30px
}

.shape {
    position: absolute
}

.shape-a1 {
    bottom: -20px;
    left: 90px
}

.shape-a2 {
    bottom: -30px;
    right: 0
}

.shape-a3 {
    top: 0;
    right: 0
}

.shape-a4 {
    top: -150px;
    right: 20%
}

.common-heading.ptag h2 {
    margin-bottom: 15px
}

.common-heading.ptag p {
    font-size: 16px;
    line-height: 28px
}

.ps-block span {
    font-size: 60px;
    font-family: Poppins, sans-serif;
    border-radius: 100%;
    border: 1px solid #e8e8e8;
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    line-height: 100px;
    margin: 0 0 20px;
    color: #6a6a8e;
    border-radius: 68% 32% 64% 36%/59% 59% 41% 41%;
    background: #f5f5ff;
    animation: border-transform 6s linear infinite
}

.ps-block h3 {
    margin-bottom: 20px
}

.ps-block p {
    font-size: 16px;
    line-height: 28px
}

.ps-block {
    padding: 0 25px
}

.featured-project .isotope_item {
    margin-top: 60px
}

.featured-project {
    background: #f3fbff;
    background: -moz-linear-gradient(top, #f3fbff 0, #fffdf6 100%);
    background: -webkit-linear-gradient(top, #f3fbff 0, #fffdf6 100%);
    background: linear-gradient(to bottom, #f3fbff 0, #fffdf6 100%)
}

.maga-btn {
    text-align: center
}

.image-block1 img {
    -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%
}

.image-block img {
    -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    -webkit-border-radius: 8px
}

.wide-sblock {
    display: inline-flex;
    text-align: left;
    padding: 30px 20px
}

.s-block-content {
    margin: 0 0 0 20px
}

.key-points {
    display: block
}

.key-points li {
    padding: 8px 0 8px 35px;
    position: relative;
    line-height: 28px;
    font-size: 17px
}

.key-points li:before {
    content: "\f00c";
    position: absolute;
    font-family: "font awesome 5 free";
    font-weight: 900;
    left: 0;
    top: 9px;
    background: #ffc627;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    color: #333
}

.service-point-2 {
    display: flow-root
}

.service-point-2 li {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    padding: 4px 0;
    float: left;
    width: 50%
}

.s-card-icon-large {
    width: 150px
}

.s-block-content-large {
    margin: 0 0 0 20px;
    width: calc(100% - 150px)
}

.pricing-table {
    position: relative;
    text-align: center;
    padding: 30px 30px 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff;
    box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff
}

.pricing-table img {
    background: #e9f8ff;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    padding: 10px;
    border: 8px solid #fbfbfb;
    animation: border-transform 6s linear infinite
}

.pricing-table .title {
    margin: 30px 0 10px;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    display: block;
    letter-spacing: .5px
}

.pricing-table .title-sub {
    margin: 0 0 30px
}

.pricing-table .inner-table h2 {
    font-size: 42px;
    font-weight: 700;
    color: #ff1f8e;
    margin-bottom: 3px
}

.pricing-table .inner-table p.duration {
    color: #72729a;
    font-weight: 500;
    margin-bottom: 0
}

.pricing-table .inner-table .details {
    margin-top: 35px;
    padding-top: 28px;
    padding-bottom: 30px;
    line-height: 42px;
    border-top: 1px solid #e5e5e5
}

.pricing-table a {
    margin-bottom: -26px;
    display: inline-block
}

.pricing-table .inner-table .details ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.pricing-table.best-plan .inner-table h2 {
    color: #2a89ea
}

.pricing-table.best-plan img {
    background: #ccf0ff;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    padding: 10px;
    border: 8px solid #e9f8ff
}

.banner-5 {
    background: url(../images/banner/7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.case-study1 {
    overflow: hidden
}

.case-study3 {
    overflow: hidden
}

.case-study .image-div {
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.case-study2 {
    background: #fee
}

.image-div img {
    width: 100%
}

.case-study2 .s-block {
    text-align: center;
    background: #fff;
    padding: 50px 20px;
    margin: 5px 0;
    position: relative;
    border: 1px solid #d4f0ff;
    -webkit-box-shadow: -25px 25px 45px #f0dede, 25px -25px 45px #fff6f6;
    box-shadow: -25px 25px 45px #f0dede, 25px -25px 45px #fff6f6
}

.case-study1 .image-block img,
.case-study3 .image-block img {
    -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    width: 100%
}

.case-study4 {
    background: #fff
}

.project-platform {
    display: inline-flex
}

.project-platform-used a {
    display: flex;
    margin: 0 auto;
    align-items: center;
    height: 100%
}

.project-platform-used img {
    width: 40px;
    margin: 0 auto
}

.project-platform-used {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    text-align: center
}

.screen-splits {
    padding: 0 10px
}

.vrbloglist+.vrbloglist {
    margin-top: 60px
}

.entry-blog {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    margin: 5px 0 15px
}

.entry-blog a {
    color: #777
}

.entry-blog a i {
    margin-right: 4px
}

.bypost {
    margin-right: 10px
}

.item-image {
    position: relative
}

.category-blog {
    position: absolute;
    left: 0;
    bottom: 0
}

.posted-on {
    margin-right: 10px
}

.category-blog a {
    display: inline-block;
    padding: 5px;
    background: #11acee;
    color: #fff
}

.image-set {
    border-radius: 8px;
    overflow: hidden
}

.image-set img {
    width: 100%
}

.blog-header .user-image img {
    border-radius: 100%;
    width: 50px
}

.blog-header .user-info {
    font-family: Poppins, sans-serif;
    margin: 0 0 0 20px
}

.postwatch {
    text-align: right
}

.ul-list {
    padding: 0 0 0 20px
}

.ul-list li {
    font-size: 16px;
    line-height: 38px;
    list-style-type: circle
}

.rd-quote {
    padding: 30px;
    position: relative;
    border-left: 4px solid #fc4899;
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    margin: 40px 0;
    background: #fafafb
}

.author-block {
    position: relative;
    padding: 30px;
    margin-top: 50px;
    border-top: none;
    background: #fafafb;
    border-radius: 10px
}

.author-block .user-image img {
    width: 80px;
    border-radius: 100px
}

.comments-block h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px
}

.comments-block .user-info h5 span {
    font-size: 15px;
    text-align: right;
    float: right;
    color: #6a6a8e
}

.comments-block .user-info h5 {
    font-size: 20px;
    display: flow-root
}

.comments-block .user-info h5 a {
    display: inline-block;
    padding: 0 0 0 6px;
    color: #00b2ff
}

.comments-block .user-image img {
    width: 50px;
    border-radius: 100px
}

.replied {
    padding-left: 60px
}

.form-blog button {
    width: max-content
}

.comments-block .media+.media {
    margin-top: 60px
}

.form-blog {
    background: #fafafb;
    padding: 40px;
    border-radius: 8px
}

.offer-image {
    border-radius: 8px;
    overflow: hidden
}

.offer-image img {
    width: 100%
}

.recent-post .post-info p {
    font-size: 16px;
    line-height: 28px
}

.recent-post .post-image img {
    border-radius: 8px;
    width: 80px
}

.recent-post .post-image a {
    display: block
}

.recent-post .post-info h5 a {
    color: #050748
}

.recent-post .post-info h5 a:hover {
    color: #2196f3
}

.recent-post .post-info h5 {
    font-size: 16px;
    line-height: 26px
}

.post-info {
    margin: 0 0 0 20px
}

.widgets h3 {
    font-size: 20px
}

.recent-post .media+.media {
    margin-top: 20px
}

.tabs a {
    font-size: 15px;
    font-weight: 400;
    text-transform: lowercase;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 4px;
    border: none;
    color: inherit;
    margin: 0 4px 8px 0;
    display: inline-block;
    background: #f6f5fa;
    font-family: Poppins, sans-serif
}

.blog-categories ul li:first-child a {
    padding-top: 0
}

.blog-categories ul li a {
    font-family: Poppins, sans-serif;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #d3d3d3;
    text-decoration: none;
    color: #757589;
    position: relative
}

.blog-categories ul li span.categories-number {
    position: absolute;
    right: 0
}

.blog-categories ul li:first-child {
    border-top: 0 solid
}

.blog-post-tag span {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 17px;
    color: #062a4d
}

.blog-share-icon span {
    font-size: 18px;
    font-weight: 700;
    color: #062a4d;
    display: block;
    margin-bottom: 17px
}

.blog-share-icon a {
    color: #6a6a8e;
    font-size: 18px;
    margin-right: 22px
}

.blog-post-tag a {
    color: #6a6a8e;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #eaedff;
    border-image: initial;
    padding: 12px 24px;
    border-radius: 5px
}

.blog-share-icon a:last-child {
    margin-right: 0
}

.post-navigation span a {
    color: #6a6a8e;
    margin-bottom: 5px;
    display: block
}

.post-navigation h4 a {
    color: #050748
}

.banner-6 {
    background: url(../images/banner/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-left: 90px
}

.contact-location {
    overflow: hidden
}

.info-card {
    padding: 30px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.contact-card {
    background: #fff8f2
}

.email-card {
    background: #ffecec
}

.skype-card {
    background: #eafffd
}

.info-card span i {
    margin-right: 10px
}

.info-card span {
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins, sans-serif
}

.info-card p {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 10px
}

.info-card a {
    font-size: 20px;
    color: inherit;
    font-weight: 600
}

.bglight {
    background: #fbfbfb
}

.list-ul li {
    padding: 0 0 12px 29px;
    position: relative;
    line-height: 22px;
    font-size: 16px
}

.list-ul li:before {
    font-family: "font awesome 5 free";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px
}

.ul-check li:before {
    content: "\f00c"
}

.ul-circle li:before {
    content: "\f0a9"
}

.ul-numm li {
    list-style-type: decimal;
    padding: 0 0 12px 5px
}

.ul-abc li {
    list-style-type: upper-latin;
    padding: 0 0 12px 5px
}

.ul-liin {
    padding: 0 0 0 20px
}

.error {
    height: 100vh
}

.error-block {
    padding-top: 50px;
    position: relative;
    z-index: 5
}

.layer-div {
    position: relative
}

.error-block a {
    margin-top: 40px
}

.layer-div:before {
    background: url(../images/icons/404.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center center;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;
    z-index: 0
}

.card-2 .card-header button:hover {
    color: #050748
}

.card-2 .card-header {
    padding: 10px;
    border: 0
}

.card-2 .card-header button {
    border: 0;
    padding: 0;
    color: #050748;
    font-size: 18px;
    font-weight: 600
}

.accordion .acc-icon:after {
    font-family: "font awesome 5 free";
    content: "\f068";
    font-weight: 700;
    position: absolute;
    font-size: 14px;
    right: 5px;
    top: 5px;
    color: #050748
}

.accordion .acc-icon.collapsed:after {
    content: "\f067";
    font-weight: 700
}

.accordion .card-title:after {
    font-family: "font awesome 5 free";
    content: "\f068";
    font-weight: 700;
    position: absolute;
    font-size: 14px;
    right: 5px;
    top: 2px;
    background: #00baff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100px;
    color: #fff
}

.accordion .card-title.collapsed:after {
    content: "\f067";
    font-weight: 700
}

.card-header .btn-link:hover {
    color: #6a6a8e;
    text-decoration: none
}

.btn-link:focus,
.card-header .btn-link.focus {
    text-decoration: none;
    box-shadow: none
}

.accordion .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 20px
}

.panel .panel-collapse .collapse {
    transition: transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25s ease-in-out
}

.card-1 .card-header {
    padding: 10px 15px;
    margin-bottom: 0;
    background-color: #02a1f2;
    border-bottom: 0;
    position: relative;
    cursor: pointer
}

.card-1 {
    border: 1px solid #d4f0ff;
    overflow: hidden;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 0
}

.card-1 .card-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 2px 40px 2px 0
}

.tabs-layout .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #00baff;
    border-color: #00baff;
    border-radius: 100px
}

.tabs-layout .nav-tabs .nav-link {
    border: 0 solid transparent;
    color: #6a6a8e;
    background-color: #efefef;
    border-radius: 100px;
    padding: 10px 35px
}

.tabs-layout .nav-tabs .nav-item+.nav-item {
    margin: 0 10px
}

.tabs-layout .nav-tabs .nav-item+.nav-item:last-child {
    margin: 0
}

.tabs-layout .nav-tabs {
    border-bottom: 0 solid #dee2e6
}

.tabs-layout .tab-content {
    padding: 20px 0 0
}

.outline-tabs.tabs-layout .nav-tabs .nav-link {
    border: 1px solid #efefef;
    color: #6a6a8e;
    background-color: #fff;
    border-radius: 100px
}

.outline-tabs.tabs-layout .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #00baff;
    border-color: #00baff;
    border-radius: 100px
}

.reviews-block {
    background: #fafaff
}

.pr-shadow {
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.revbx-lr {
    font-size: 40px
}

.revbx-rl {
    text-align: right;
    display: block
}

.revbx-rl img {
    max-width: 130px
}

.reviews-card {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 25px;
    border-radius: 8px
}

.right-review-box p {
    color: #676767;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .4px;
    font-style: inherit
}

.review-text {
    padding: 30px 0
}

.left-review-box h4 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
    padding: 8px 0 0
}

.-client-details- {
    display: flex
}

.-reviewr {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 15px
}

.reviewer-text h4 {
    color: #333;
    padding: 5px 0 0;
    font-size: 16px;
    line-height: 24px
}

.review-text {
    text-align: justify
}

.reviewer-text p {
    font-size: 15px;
    line-height: 20px
}

.star-rate li {
    display: inline-block;
    margin: 0 2px
}

.star-rate {
    margin-top: 5px
}

.star-rate li a.chked {
    color: #ff711c
}

.star-rate li a {
    color: #6a6a8e
}

.fl-hero {
    background: url(../images/hero/freelancer.png), url(../images/shape/hero-shape.svg), #ffd6d6;
    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat
}

.showin-mobile {
    display: none
}

.follow-label {
    display: flex
}

.follow-label h6 {
    margin: 0 40px 0 0;
    position: relative
}

.follow-label h6:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -38px;
    width: 30px;
    height: 1px;
    background: #6a6a8e
}

.follow-label a {
    color: #6a6a8e;
    padding: 5px 10px;
    font-size: 20px
}

.bhv-service {
    overflow: hidden
}

.counter-number {
    transform: translateZ(20px)
}

.hexagon {
    transform-style: preserve-3d;
    transform: perspective(1000px);
    text-align: center;
    min-width: 240px;
    height: auto;
    padding: 20px 30px;
    margin: 0 20px;
    background: #fff;
    border-radius: 8px 40px 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.hexa1 {
    border: 2px solid #ffc3fe
}

.hexa2 {
    border: 2px solid #ffe6ba
}

.hexa3 {
    border: 2px solid #addaff
}

.hexa4 {
    border: 2px solid #ffbaba
}

.counter-no span {
    font-size: 50px;
    font-weight: 700;
    color: #050748
}

.counter-no p {
    font-size: 20px;
    margin: 10px 0 0;
    font-weight: 500
}

.counter-no {
    display: inline-block
}

.freelance-service {
    background: #d4f0ff
}

.header-heading .title- {
    display: block;
    margin-bottom: 15px
}

.header-heading span {
    color: #e60072
}

.lead-hero {
    background: url(../images/hero/bg-gradient.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.follow-label {
    display: flex
}

.lead-gen-client .clients-logo {
    background: #fff;
    padding: 0 15px;
    max-height: 150px;
    min-height: 150px;
    margin: 0;
    border: 1px solid #d4f0ff;
    align-items: center;
    display: flex;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
    box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff
}

.itm-media-object .media .img-media {
    width: 65px;
    background: #d3f3ff;
    padding: 10px;
    border-radius: 8px
}

.itm-media-object .media-body {
    margin-left: 30px
}

.why-choos-lg {
    position: relative
}

.why-choos-lg:before {
    content: "";
    background: url(../images/shape/dot_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.itm-media-object h4 {
    text-align: left
}

.srvc-bg-nx {
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    margin: 0 10px;
    height: 240px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.about-sec-rpb {
    background: #fff8f2
}

.about-sec-rpb.pad-tb {
    padding-bottom: 200px
}

.badges-content {
    text-align: center
}

.badges-content p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 50px;
    margin-top: 10px
}

.w-txt h2 {
    color: #fff
}

.common-heading.w-txt>span {
    color: #fff
}

.-service-list li:first-child {
    padding-left: 0
}

.-service-list li {
    text-transform: uppercase;
    list-style: none;
    padding: 0 8px;
    border-right: 1px solid #d4d4d4;
    display: inline-block
}

.-service-list li:last-child {
    border-right: none
}

.service-sec-list p {
    font-size: 15px;
    line-height: 24px;
    margin: 14px 0 0
}

.-service-list li a {
    font-size: 13px;
    color: #6a6a8e;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 700
}

.link-prb {
    display: block
}

.col-lg-6-cus {
    width: 40%
}

.col-lg-3-cus {
    width: 30%
}

.mt30- {
    margin-top: 20px
}

.text-w,
.text-w a,
.text-w h1,
.text-w h2,
.text-w h3,
.text-w h4,
.text-w h5,
.text-w h6 {
    color: #fff
}

.service-section-prb {
    position: relative;
    margin-top: -200px
}

.bg-shape-dez {
    position: relative
}

.bg-shape-dez::after,
.bg-shape-dez::before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 50%;
    height: 50%;
    background: #007bff;
    background: -webkit-linear-gradient(left, #11acee 0, #324aaa 100%);
    background: linear-gradient(to right, #11acee 0, #324aaa 100%)
}

.bg-shape-dez::after {
    top: -10px;
    right: -10px;
    border-radius: 0 8px 0 0
}

.single-image img {
    position: relative;
    z-index: 5;
    border-radius: 8px
}

.bg-shape-dez::before {
    bottom: -10px;
    left: -10px;
    border-radius: 0 0 0 8px
}

.single-image img {
    position: relative;
    z-index: 5;
    border-radius: 8px
}

.srcl1 {
    background: #ccecff;
    border-bottom: 4px solid #ccecff
}

.srcl2 {
    background: #e5e5e5;
    border-bottom: 4px solid #e5e5e5
}

.srcl3 {
    background: #fbeefd;
    border-bottom: 4px solid #f6bcff
}

.srcl4 {
    background: #effdff;
    border-bottom: 4px solid #9ff3ff
}

.srcl5 {
    background: #fbfff1;
    border-bottom: 4px solid #ffdaa2
}

.service-sec-list p {
    display: none
}

.service-sec-list {
    padding: 52px 25px
}

.service-sec-brp {
    padding: 30px 25px
}

.service-sec-list img {
    -moz-transition: width .5s, height .5s;
    -webkit-transition: width .5s, height .5s;
    transition: width .5s, height .5s;
    height: 60px;
    width: 60px;
    margin-bottom: 10px
}

.service-sec-list:hover {
    padding: 25px
}

.service-sec-list:hover img {
    height: 0;
    width: 60px
}

.service-sec-list:hover p {
    display: block
}

.service-sec-list,
.service-sec-list:hover,
.service-sec-list:hover p {
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s
}

.-cta-btn {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%
}

.-cta-btn p {
    font-size: 30px;
    color: #101010;
    margin: 0 30px 0 0
}

.-cta-btn p span {
    font-weight: 700
}

.free-cta-title {
    display: inline-flex
}

.key-block.shadow-box {
    padding: 15px;
    margin-bottom: 20px;
    border-top: 3px solid #a241bb;
    transition: all .3s ease-out 0s
}

.key-icon {
    margin-right: 15px;
    float: left
}

.clients-logos ul li p {
    font-size: 16px;
    padding-top: .5em;
    letter-spacing: 0;
    font-weight: 300;
    color: #959595
}

.clients-logos ul li {
    display: inline-block;
    padding: 30px 0 0
}

.brand-logo {
    max-width: 180px;
    margin: 0 auto;
    padding: 10px
}

.video-review {
    border-radius: 8px;
    overflow: hidden
}

.video-review a {
    position: relative;
    display: inline-block
}

.video-review a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -moz-linear-gradient(top, rgb(30, 87, 153, 0) 0, rgb(32, 124, 202, 0) 70%, rgb(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(top, rgb(30, 87, 153, 0) 0, rgb(32, 124, 202, 0) 70%, rgb(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0, rgba(32, 124, 202, 0) 70%, rgba(0, 0, 0, .5) 100%)
}

.review-vid-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 10
}

.review-vid-details p {
    font-weight: 700;
    color: #fff;
    font-size: 20px
}

.-vid-ico {
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    background: #fff;
    border-radius: 1000px;
    transition: all .3s ease-in-out 0s;
    cursor: pointer;
    outline: 0;
    position: relative;
    padding: 10px;
    align-items: center
}

.triangle-play2 {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 12px solid #324aaa;
    border-bottom: 7px solid transparent;
    text-align: center;
    margin: 0 auto
}

.rount-btn {
    width: 52px;
    height: 52px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    border: 2px solid #dcdcdc
}

.review-ref {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.review-icons a {
    display: inline-block;
    padding: 0 20px
}

.bg-none {
    background: 0 0
}

.img-with-shape {
    position: relative;
    text-align: center
}

.dg-hero-img0 {
    border-radius: 8px;
    transform: translateZ(60px);
    position: relative;
    z-index: 9
}

.dg-hero-shp1a {
    top: 0;
    left: 0
}

.dg-hero-shp1 {
    top: -50px;
    left: 0
}

.dg-hero-shp2 {
    transform: translatez(80px);
    top: 40%;
    z-index: 999;
    left: 0;
    max-width: 120px
}

.dg-hero-shp3 {
    bottom: -80px;
    right: 0
}

.shape-dg-1 {
    position: absolute
}

.dark-main .-content-sec .title-hero-oth p,
.dark-main .footer-address-list li a,
.dark-main .post-social a,
.dark-main a,
.dark-main p {
    color: #a2a2a2
}

.dark-main .entry-blog-post a,
.dark-main .isotope_item h4 a,
.dark-main .link-reviewrr a,
.dark-main .review-vid-details p,
.dark-main .single-blog-info- h4 a,
.dark-main .statistics span,
.dark-main .title-hero-oth p,
.dark-main h1,
.dark-main h2,
.dark-main h3,
.dark-main h4,
.dark-main h5,
.dark-main h6 {
    color: #e6e6e6
}

.dark-main a.bg-btn,
.dark-main a.lnk {
    color: #fff
}

.dark-main input,
.dark-main textarea {
    box-shadow: none
}

.dark-main .s-block {
    background: #1d1d1d;
    border: 1px solid #1d1d1d
}

.dark-main .single-blog-post- {
    background: #1d1d1d;
    border: 1px solid #1d1d1d
}

.dark-main .post-social {
    border-top: 1px solid #2b2b2b
}

.dark-main .blog-content-tt {
    border: 0 solid #ececec
}

.f-weight .-cta-btn p span {
    font-weight: 900
}

p.video-lab-- {
    color: #6a6a8e
}

.mr25 {
    margin-right: 25px
}

.dg-bg2 {
    background-image: -moz-linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%) !important;
    background-image: -webkit-linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%) !important;
    background-image: linear-gradient(45deg, #ff0048 0, #ff3870 50%, #c300c3 100%) !important
}

.hero-digital-agency-1 p {
    color: #bdbfca
}

.hero-digital-agency-1 .header-heading h1 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 900
}

.-content-sec .triangle-play {
    border-left: 25px solid #fff
}

.-content-sec a.play-video::after {
    border: 6px solid #ff2d8d
}

.-content-sec a.play-video {
    background: #ff2d8d
}

.-content-sec .title-hero-oth p {
    font-size: 18px;
    color: #6a6a8e;
    margin: 0 0 0 20px;
    text-transform: capitalize
}

.dg-btn {
    background-color: transparent;
    border: 1px solid #fff
}

.dg-bg {
    background-color: #202020
}

.dg-bg--1 {
    background-color: #111
}

.dg-bg--2 {
    background-color: #171717
}

.dg-clients-section .opl ul li {
    display: inline-block;
    padding: 30px 0 0
}

.dg-clients-section .opl ul li p {
    font-size: 12px;
    padding-top: .5em;
    letter-spacing: 0;
    font-weight: 300;
    color: #959595
}

.dg-testinomial-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    background: 0 0;
    width: 100px;
    margin: 0;
    height: 50px;
    padding: 25px 0 0
}

.quote-css {
    font-size: 45px;
    padding: 0 20px 0 0;
    color: #909090
}

.video-testimonial {
    display: flex
}

.dg-statistics-section .statistics span {
    font-size: 45px;
    font-weight: 900
}

.common-heading-2 {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10
}

.common-heading-2 h2 {
    font-weight: 900
}

.common-heading-2>span {
    color: #e60072;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
    font-weight: 900
}

.itm-media-object .media img {
    width: 100%
}

.itm-media-object .media .img-ab- {
    background: #f5f5f5;
    border-radius: 8px;
    width: 65px;
    padding: 4px
}

.overlay-- .s-block {
    background: #222;
    border: 1px solid #222;
    padding: 30px;
    overflow: hidden
}

.ovr-bg1 .ovr-base:before {
    content: "";
    background: -webkit-linear-gradient(45deg, #ff0048 0, #ff3870 50%, #c300c3 100%);
    background: linear-gradient(45deg, #ff0048 0, #ff3870 50%, #c300c3 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0
}

.nn-card-set {
    position: relative;
    z-index: 5;
    overflow: hidden
}

.ho-gdnt .s-block:hover:before {
    opacity: 1
}

.ho-gdnt .s-block {
    overflow: hidden
}

.ho-gdnt .ovr-base:before {
    -webkit-transition: .8s cubic-bezier(.17, .85, .438, .99);
    -o-transition: .8s cubic-bezier(.17, .85, .438, .99);
    transition: .8s cubic-bezier(.17, .85, .438, .99)
}

.ho-gdnt .s-block:hover a,
.ho-gdnt .s-block:hover h4,
.ho-gdnt .s-block:hover p {
    color: #fff
}

.dg2-main .isotope_item h4 a {
    color: #fff
}

.up-hor:hover {
    transform: translateY(-7.5px)
}

.h-scl- .h-scl-base {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.h-scl-:hover .h-scl-base {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.h-scl-:hover .h-scl-base img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.h-scl- .h-scl-base {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.bd-hor .bd-hor-base:after,
.h-scl- .h-scl-base,
.h-scl-base img,
.up-hor {
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99)
}

.itm-media-object h4 {
    text-align: left;
    margin-bottom: 10px
}

.single-blog-post- {
    border-radius: 8px;
    background: #fff
}

.single-blog-img- img {
    border-radius: 8px 8px 0 0
}

.single-blog-img- {
    position: relative
}

.entry-blog-post {
    border-radius: 100px;
    padding: 10px 15px;
    margin: 0 20px;
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    justify-content: space-between;
    display: flex
}

.entry-blog-post a {
    color: #fff;
    font-size: 14px
}

.single-blog-info- h4 {
    margin-bottom: 18px
}

.single-blog-info- h4 a {
    color: #050748
}

.post-social {
    margin: 30px 0 0;
    border-top: 1px solid #dadada;
    padding-top: 30px
}

.post-social a {
    color: #6a6a8e;
    display: inline-block;
    padding: 0 10px 0 0
}

.blog-content-tt {
    padding: 45px 25px 25px;
    border: 1px solid #ececec;
    border-top: 0;
    border-radius: 0 0 8px 8px
}

.link-reviewrr {
    margin: 30px 0 0
}

.link-reviewrr a {
    display: block;
    padding: 0 0 4px;
    color: #6a6a8e
}

.dark-footer,
.dark-footer .ff-social-icons a,
.dark-footer .footer-address-list li a,
.dark-footer .footer-address-list li p,
.dark-footer .footer-address-list li>span,
.dark-footer .footer-link-- li a {
    color: #a2a2a2
}

.dark-footer h5 {
    color: #e6e6e6
}

.dg2-main .footer-address-list li a {
    color: #bdbfca
}

.footer-copyrights- a {
    color: #bdbfca
}

.footer-link-- {
    text-align: right
}

.footer-link-- li {
    display: inline-block
}

.footer-link-- li a {
    color: #bdbfca;
    margin-left: 15px;
    font-size: 16px
}

.end-footer- {
    border-top: 1px solid rgba(237, 237, 237, .05);
    margin-top: 70px;
    padding: 35px 0
}

.ff-social-icons a {
    color: #fff;
    padding: 0 20px 0 0;
    font-size: 18px
}

.video-bg- {
    background: #000
}

.full-video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .3
}

.email-subs-form .form-cta {
    align-items: center;
    justify-content: center;
    display: flex
}

.hero-creative-agenc1 {
    background-size: cover;
    background-position: center center
}

.hero-creative-agenc1 .header-heading h1 {
    font-weight: 900
}

.ovr-bg2 .ovr-base:before {
    content: "";
    background: -webkit-linear-gradient(135deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background: linear-gradient(135deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0
}

.sec-dark h2,
.sec-dark h4,
.sec-dark h5 {
    color: #fff
}

.sec-dark p {
    color: #bdbfca
}

.hero-creative-agenc2 .container {
    max-width: 1320px
}

.img-design {
    display: inline-flex;
    align-items: center
}

.ag-dg1 {
    z-index: 1;
    border-radius: 8px 8px 8px 100px;
    min-width: 100%;
    top: 0;
    left: 30px;
    position: relative
}

.ag-dg2 {
    z-index: 0;
    border-radius: 8px 8px 100px 8px;
    bottom: 0;
    right: 30px;
    min-width: 100%;
    position: relative
}

.shpdzz {
    position: absolute
}

.shpdez1 {
    width: 90px;
    height: 90px;
    background: #ffc107;
    border-radius: 100px 100px 0 100px;
    left: 0;
    bottom: 0
}

.shpdez2 {
    width: 140px;
    height: 140px;
    background: #00bcd4;
    border-radius: 0 100px 100px 100px;
    left: 0;
    top: 0;
    z-index: 5
}

.shpdez3 {
    width: 40px;
    height: 40px;
    background: #4caf50;
    border-radius: 100px 0 100px 100px;
    left: 160px;
    top: 0
}

.shpdez4 {
    width: 140px;
    height: 80px;
    background: #ff6c89;
    border-radius: 100px;
    left: 130px;
    bottom: 0;
    z-index: 5
}

.img-block-ca2 .abt-ca2 {
    border-radius: 100px 0 100px 0;
    position: relative;
    z-index: 5;
    width: 95%;
    float: right
}

.img-block-ca2 .dot-sp-ca2 {
    position: relative;
    z-index: 0
}

.div-portfolio- {
    background: #1d1d1d;
    padding: 60px;
    border-radius: 18px
}

.itm-tag {
    font-weight: 700;
    font-style: italic
}

.div-item-image img {
    border-radius: 8px;
    width: inherit !important;
    margin: 0 auto
}

.porto-slide .owl-dots {
    text-align: center;
    margin-top: 30px
}

.img-ca2set {
    max-height: 370px;
    overflow: hidden;
    border-radius: 8px
}

.aa a:hover {
    color: #ff1f8e !important
}

.bd-hor .bd-hor-base {
    overflow: hidden
}

.bd-hor .bd-hor-base:hover:after {
    width: 100%;
    overflow: hidden
}

.bd-hor .bd-hor-base:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    height: 4px;
    background: -webkit-linear-gradient(-45deg, #12abee 0, #304b99 100%);
    background: linear-gradient(135deg, #02a1f3 0, #2f4a98 100%)
}

.dot-c1 img {
    width: 70px;
    border-radius: 100px
}

.tcc1 {
    background: #ffc107;
    width: 130px;
    text-align: left;
    padding-left: 5px;
    border-radius: 100px 100px 100px 100px
}

.tcc2 {
    background: #f44336;
    right: 0;
    width: 120px;
    text-align: right;
    padding-right: 5px;
    border-radius: 0 100px 100px 0
}

.tcc3 {
    background: #00bcd4;
    right: 120px;
    width: 130px;
    top: 200px;
    border-radius: 100px 8px 100px 100px;
    text-align: left;
    padding-left: 5px
}

.tcc4 {
    background: #ff6c89;
    left: 150px;
    top: 110px;
    width: 150px;
    border-radius: 100px 100px 100px 8px;
    text-align: right;
    padding-right: 5px
}

.tcc5 {
    background: #4caf50;
    right: 0;
    bottom: 0;
    border-radius: 100px 100px 100px 8px;
    width: 130px;
    text-align: right;
    padding-right: 5px
}

.tcc6 {
    background: #9c27b0;
    bottom: 0;
    left: 10%;
    width: 150px;
    text-align: left;
    padding-left: 5px;
    border-radius: 100px 8px 100px 100px
}

.dot-c1.active {
    box-shadow: 6px 6px 0 rgb(255 255 255/.5)
}

.instagram-post .thumb {
    overflow: hidden
}

.instagram-post {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px
}

.minimal-portfolio {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.minimal-portfolio .dzname {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700
}

h3 a {
    color: #050748
}

.br-blog-post- {
    position: relative
}

.link-blog-post a {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: #fff;
    color: #050748;
    font-weight: 600
}

.btn-flnc {
    align-items: flex-end;
    display: flex
}

.post-newsltr .owl-stage {
    padding-left: 0 !important
}

.bg-light-f7 {
    background: #f7f7f7
}

.img-hro img {
    border-radius: 8px
}

.mobile-app- {
    background-image: -moz-linear-gradient(45deg, #9217de 0, #4775ff 50%, #00b6d4 100%);
    background-image: -webkit-linear-gradient(45deg, #9217de 0, #4775ff 50%, #00b6d4 100%);
    background-image: linear-gradient(45deg, #4a0079 0, #4202b2 50%, #4400b1 100%)
}

.hero-heading-sec2 h1 {
    color: #fff;
    font-size: 55px;
    line-height: 67px;
    font-weight: 900;
    display: inline-block;
    background: linear-gradient(90deg, #af6dff 0, #ff448e 25%, #ff9d57 50%, #ff38d3 75%, #00ffdc 100%);
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent
}

.hero-heading-sec2>p {
    color: #fff000;
    font-size: 18px;
    margin: 40px 0
}

.wide-sblock {
    display: inline-flex;
    text-align: left;
    padding: 30px 20px
}

.img100w {
    max-width: 100% !important;
    width: auto !important
}

.funfct {
    box-shadow: 0 11px 20px rgb(123 149 162/15%);
    line-height: 26px;
    padding: 30px 15px 25px;
    border-radius: 12px;
    margin-top: 30px;
    position: relative;
    text-align: center;
    flex-basis: 100%
}

.funfct p {
    font-weight: 600;
    color: #333;
    line-height: 24px;
    padding-top: 5px
}

.funfct img {
    width: 65px;
    margin: 0 auto 15px;
    display: block
}

.funfct .services-cuntr {
    display: inline-block;
    font-weight: 700;
    font-size: 48px;
    color: #ef791b;
    padding: 15px 0;
}

.about-sec-app {
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center center;
    background: #fff;
    position: relative
}

.service-section-app {
    background: url(../images/shape/wave-bg.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center bottom;
    position: relative
}

.-service-list li:first-child {
    padding-left: 0
}

.-service-list li {
    text-transform: uppercase;
    list-style: none;
    padding: 0 8px;
    border-right: 1px solid #d4d4d4;
    display: inline-block
}

.link-prbs {
    display: block;
    color: #ef791b;
    font-size: 16px;
    font-family: Poppins, sans-serif;
}

.tec-icon ul li .img-iconbb {
    display: inline-flex;
    border-radius: 100%;
    background: #f5f7ff;
    width: 60px;
    height: 60px;
    align-items: center
}

.tec-icon ul li img {
    width: 40px;
    margin: 0 auto
}

.tec-icon ul li {
    display: inline-block;
    margin: 0 10px 0 0
}

.service-card-app {
    display: block;
    background: #fff;
    box-shadow: 0 11px 20px rgb(123 149 162/15%);
    font-weight: 400;
    font-size: 14px;
    padding: 30px;
    border-radius: 12px;
    min-height: 430px
}

.servc-icon-sldr {
    display: flex
}

.clients-section-app {
    background: #101010;
    position: relative;
    overflow: hidden
}

.clients-section-app .shape {
    opacity: .3
}

.item-info-div {
    background: #fff;
    padding: 15px;
    position: relative;
    top: -40px;
    width: 95%;
    border-radius: 40px 8px 8px 8px;
    margin: 0 auto;
    text-align: center
}

.item-info-div h4 {
    margin: 0
}

.industry-workfor {
    background: #fff;
    padding: 9px 12px;
    border-radius: 8px;
    margin-top: 30px;
    display: flex;
    align-items: center
}

.portfolio-10 .industry-workfor {
    margin-top: 8px !important
}

.hoshd:hover {
    box-shadow: 0 15px 39px -11px #46638e45;
    transform: translate(0, -5px)
}

.industry-workfor img {
    width: 55px
}

.industry-workfor h6 {
    margin: 0 0 0 15px
}

.tcd {
    display: block;
    background: #fff;
    box-shadow: 0 11px 20px rgb(123 149 162/15%);
    font-weight: 400;
    font-size: 14px;
    padding: 60px 30px;
    border-radius: 40px 8px 8px 8px
}

.posiqut {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 60px;
    color: #00f2a6
}

.pl50 {
    padding-left: 50px !important
}

.tcd .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 15px
}

.app-cta {
    background: #4301b2;
    position: relative;
    overflow: hidden
}

.shape-c1 {
    background: 0 0;
    width: 200px;
    height: 200px;
    border-radius: 100px 100px 100px 100px;
    border: 6px solid #f8d873
}

.shape-c2 {
    background: 0 0;
    width: 200px;
    height: 200px;
    border-radius: 100px 100px 100px 30px;
    border: 6px solid #00f2a6;
    right: -20px;
    top: -70px
}

.shape-c3 {
    background: 0 0;
    width: 100px;
    height: 100px;
    border-radius: 100px 100px 100px 30px;
    border: 6px solid #fff;
    right: 90px;
    bottom: -20px
}

.apppg .brand-logo {
    max-width: 180px;
    margin: 0 auto;
    padding: 10px;
    background: rgb(255 255 255);
    -webkit-box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
    box-shadow: -20px 20px 40px #101010, 20px -20px 40px #101010;
    border-radius: 8px;
    z-index: 2;
    position: relative
}

.apppg li p {
    color: #fff;
    margin: 10px 0 0
}

.info-text-div {
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 30px -20px rgb(0 21 167/20%);
    border-radius: 8px 8px 8px 8px;
    border-bottom: 5px solid #b0bdff
}

.landscp {
    text-align: center;
    background: #fbfbfb
}

.sctxt {
    font-size: 90px;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 0;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #e8e8e8;
    -webkit-text-fill-color: #fff
}

.business-startup {
    background: url(../images/hero/wave-hero.svg);
    background-repeat: no-repeat;
    background-position: center top
}

.bg-light-ylo {
    background: #e9f5ff
}

.up-curvs {
    position: absolute;
    right: 0;
    left: 0;
    top: -50px
}

.bottom-curvs {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -50px
}

.bg-flat5 {
    background: #fff9f1
}

.bg-flat6 {
    background: #fff3f3
}

.login-form-div {
    max-width: 460px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px
}

.login-page {
    background: url(../images/shape/bg-rectangles-.png), #101010;
    display: flex;
    height: 100vh
}

.fb-btn {
    line-height: 46px;
    background-color: #3b5998 !important
}

.google-btn {
    line-height: 46px;
    background-color: #e94235 !important
}

.closes {
    right: 25px !important;
    font-size: 85px;
    font-weight: 200;
    top: 0 !important;
    color: #1b1b1b;
    border: 0;
    background: 0 0
}

.popup-modals .modal-dialog {
    max-width: 600px
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px
}

@media(min-width:1200px) {
    .shop-container {
        max-width: 1110px !important
    }
}

.shop-tags-list li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 2px;
    margin-left: 2px
}

.shop-tags-list li a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #f2effc;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 225, .08);
    color: #050748;
    padding: 12px 16px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize
}

.shop-tags-list li a.active {
    background-color: #436ad6;
    color: #fff
}

.shop-tags-list {
    text-align: center
}

.shop-tags-list li a span {
    display: inline-block;
    margin: 0 0 0 4px
}

.main-shop-catte a {
    display: inline-block;
    background-color: #e2e2ef;
    border: 1px solid #f2effc;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 225, .08);
    color: #050748;
    padding: 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize
}

.main-shop-catte a.active {
    background-color: #436ad6;
    color: #fff
}

.main-shop-catte {
    text-align: center
}

.shop-products-bhv {
    background: #fafafa
}

.rpb-shop-items-dv {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: inherit
}

.rpb-shop-items-dv a {
    padding: 0;
    margin: 0
}

.rpb-shop-items-info {
    padding: 16px
}

.rpb-shop-items-tittl h3 {
    font-size: 16px;
    line-height: 1
}

.rpb-shop-items-tittl h3 a {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px
}

.rpb-shop-items-tittl p.tags-itmm {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    color: #6a6a8e
}

.rpb-shop-items-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.rpb-itm-pric span.regular-prz {
    font-size: 20px;
    font-weight: 100;
    color: #6a6a8e;
    text-decoration: line-through;
    margin: 0 0 0 6px
}

.rpb-itm-pric span.offer-prz {
    font-size: 20px;
    font-weight: 700;
    color: #050748
}

.rpb-tim-rate ul li a {
    margin: 0;
    padding: 0;
    font-size: 13px
}

.rpb-tim-rate ul li {
    margin: 0
}

.rpb-tim-rate {
    margin-top: 5px
}

.rpb-itm-sale {
    margin-top: 10px;
    display: block;
    font-size: 14px
}

.rpb-shop-inf-rr {
    align-items: flex-end;
    display: flex
}

.rpb-shop-inf-rr a.rpb-shop-prev {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #f2effc;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 225, .08);
    color: #050748;
    padding: 12px 16px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize
}

.pagination {
    display: -ms-flexbox;
    display: flow-root;
    list-style: none;
    border-radius: .25rem;
    margin: 60px 0 0;
    text-align: center
}

.pagination a {
    display: inline-block;
    padding: 10px 18px;
    color: #222
}

.pagi1 a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center
}

.pagi1 a.is-active {
    background-color: #436ad6;
    border-radius: 100%;
    color: #fff
}

.rpb-shop-prevw {
    margin-bottom: 40px;
    background-color: #f6f6f7;
    padding: 20px
}

.tab-17 .nav-tabs {
    background: #f6f6f7;
    padding: 0 15px
}

.tab-17.tabs-layout .nav-tabs .nav-link.active {
    color: #6a6a8e;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #ff358d
}

.tab-17.tabs-layout .nav-tabs .nav-link {
    border: 0 solid transparent;
    color: #6a6a8e;
    background-color: transparent;
    border-radius: 0;
    padding: 15px;
    border-bottom: 2px solid #f6f6f7
}

.badges {
    display: inline-block;
    padding: .25em .4em;
    font-size: 50%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.rpb-item-review .reviews-card {
    position: relative;
    z-index: 9;
    background: #f6f6f7;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px
}

.rpb-item-infodv {
    margin-bottom: 40px;
    background-color: #f6f6f7;
    padding: 20px
}

.nx-rt {
    float: right;
    font-size: 15px;
    width: 60%;
    text-align: right
}

.rpb-item-infodv ul li strong {
    color: #050748;
    font-size: 15px;
    float: left;
    width: 40%
}

.rpb-item-infodv ul li+li {
    border-top: 1px solid #e0e0e0
}

.rpb-item-infodv ul li {
    padding: 15px 0;
    display: flow-root
}

.btn-grp a {
    margin: 0 10px
}

.div-for-data {
    border: 1px solid #e0e0e0;
    margin: 0;
    text-align: left;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    border-collapse: separate
}

.rpb-cart-table table.cart_table th {
    padding: 15px 20px;
    color: #050748;
    font-size: 17px
}

.rpb-cart-table table.cart_table td {
    border-top: 1px solid #e0e0e0;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #050748
}

.rpb-cart-table table .product-thumbnail img {
    width: 60px
}

.rpb-cart-table table .product-name a {
    color: #050748
}

.rpb-cart-table a.remove {
    display: block;
    font-size: 24px;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    background: #efefef
}

.update-cart {
    text-align: right
}

.cart-pg-coupon input {
    width: 180px;
    height: 45px;
    padding: 0 10px;
    margin: 0;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

button.smllbtnn {
    line-height: 45px;
    color: #fff;
    border-radius: 8px;
    padding: 0 20px;
    border: 0
}

.cart-extra-sevc {
    padding: 20px
}

.post-info h5 a {
    color: #050748;
    font-size: 16px
}

.mt5 {
    margin-top: 5px
}

table {
    color: #050748
}

table.border {
    border-radius: 8px
}

.btn-small {
    font-size: 15px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 35px
}

.media+.media {
    margin-top: 20px
}

.map-div iframe {
    width: 100%;
    height: 200px;
    border: 0
}

.contact2dv {
    background: #e7fbff;
    padding: 30px
}

.info-wrapr .dbox p span {
    color: #6a6a8e;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    font-weight: 700
}

.info-wrapr .dbox {
    width: 100%;
    color: #6a6a8e;
    margin-bottom: 25px
}

.info-wrapr .icon i {
    font-size: 25px
}

.info-wrapr .text a {
    color: #6a6a8e
}

.pr30 {
    padding-right: 30px
}

.pl30 {
    padding-left: 30px
}

.addtocart {
    width: 20px;
    height: 20px;
    background: #fafafa;
    display: block;
    position: absolute;
    top: 1px;
    right: -6px;
    line-height: 20px;
    border-radius: 100%;
    color: #050748;
    box-shadow: 0 5px 10px rgb(93 0 39/44%);
    font-size: 14px;
    font-weight: 700
}

.custom-file-input:focus~.custom-file-label {
    border-color: #ced4da;
    box-shadow: none
}

.dropcap {
    float: left;
    font-size: 45px;
    line-height: 1;
    padding-right: 10px;
    text-transform: uppercase
}

.list-style- {
    padding: 0 0 0 20px;
    text-align: left
}

.list-style- li {
    line-height: 32px;
    list-style-type: circle
}

.img-ctr {
    text-align: center;
    display: block
}

.footer-link-v2 li {
    display: inline-flex;
    padding: 0 15px
}

.footer-badges- {
    display: flex;
    justify-content: space-between
}

.footer-badges- li {
    display: inline-block
}

.footer-badges- li a img {
    width: 150px
}

.footer-brands {
    background: #f8f9fa;
    padding: 30px 0
}

.single-blog- img {
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 8px
}

.single-blog- .post-meta i {
    margin: 0 5px 0 0
}

.single-blog- .post-meta {
    font-size: 13px
}

.single-blog- .content .title {
    line-height: 20px;
    font-size: 15px
}

.single-blog- .content .title a {
    color: #333
}

.single-blog- .content .title a:hover {
    color: #11acee
}

.post-thumb {
    margin-right: 15px
}

.single-blog- {
    display: inline-flex
}

.footer-blog- .single-blog-:last-child {
    margin-top: 20px
}

.icon-card- {
    text-align: center;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px
}

.icon-card- img {
    width: 60px
}

.icon-card- h4 {
    margin: 20px 0
}

.onloadpage {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff
}

.onloadpage .pre-content {
    top: 50%;
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%)
}

.onloadpage .pre-text- {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    width: 30%;
    margin: 0 auto
}

.onloadpage .pre-text- span {
    display: block
}

.logo-pre {
    background: #e2e2e2;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    box-shadow: 0 0 0 0 transparent;
    animation: pulse 2s infinite;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 8px
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
    }
    70% {
        box-shadow: 0 0 0 30px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.tilt-3d .base {
    transform-style: preserve-3d;
    transform: perspective(1000px)
}

.tilt-3d .layer {
    transform: translateZ(20px)
}

.shdo {
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, .059), 0 8.2px 8.9px -30px rgba(0, 0, 0, .071), 0 25px 40px -30px rgba(0, 0, 0, .2)
}

.-shadow {
    -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
    box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .4
}

h1 {
    font-size: 48px;
    line-height: 54px
}

h2 {
    font-size: 48px;
    line-height: 52px
}

h3 {
    font-size: 30px;
    line-height: 36px
}

h4 {
    font-size: 24px;
    line-height: 32px
}

h5 {
    font-size: 20px;
    line-height: 30px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 16px;
    line-height: 28px
}

.pad-tb {
    padding-top: 80px;
    padding-bottom: 80px
}

.pr--100 {
    padding-right: 100px
}

.pl--100 {
    padding-left: 100px
}

.pl--50 {
    padding-left: 50px
}

.pr--50 {
    padding-right: 50px
}

.mr15 {
    margin-right: 15px
}

html .pl5 {
    padding-left: 5px !important
}

html .pt0 {
    padding-top: 0
}

html .pm0 {
    padding-bottom: 0
}

html .mt0 {
    margin-top: 0
}

html .mb0 {
    margin-bottom: 0
}

html .mt10 {
    margin-top: 10px
}

html .ml10 {
    margin-left: 10px
}

html .mt20 {
    margin-top: 20px
}

html .mt30 {
    margin-top: 30px
}

html .mt40 {
    margin-top: 40px
}

html .mt50 {
    margin-top: 50px
}

html .mt60 {
    margin-top: 60px
}

html .mt70 {
    margin-top: 70px
}

html .mt80 {
    margin-top: 80px
}

html .mt90 {
    margin-top: 90px
}

html .mt100 {
    margin-top: 100px
}

html .mb10 {
    margin-bottom: 10px
}

html .mb20 {
    margin-bottom: 20px
}

html .mb25 {
    margin-bottom: 25px
}

html .mb30 {
    margin-bottom: 30px
}

html .mb40 {
    margin-bottom: 40px
}

html .mb50 {
    margin-bottom: 50px
}

html .mb60 {
    margin-bottom: 60px
}

html .mb70 {
    margin-bottom: 70px
}

html .mb80 {
    margin-bottom: 80px
}

html .mb90 {
    margin-bottom: 90px
}

html .mb100 {
    margin-bottom: 100px
}

html .m0 {
    margin: 0 !important
}

html .p0 {
    padding: 0 !important
}

html .pt10 {
    padding-top: 10px
}

html .pt20 {
    padding-top: 20px
}

html .pt30 {
    padding-top: 30px
}

html .pt40 {
    padding-top: 40px
}

html .pt50 {
    padding-top: 50px
}

html .pt60 {
    padding-top: 60px
}

html .pt70 {
    padding-top: 70px
}

html .pt80 {
    padding-top: 80px
}

html .pt90 {
    padding-top: 90px
}

html .pt100 {
    padding-top: 100px
}

html .pt110 {
    padding-top: 110px
}

html .pt120 {
    padding-top: 120px
}

html .pt130 {
    padding-top: 130px
}

html .pt140 {
    padding-top: 140px
}

html .pb10 {
    padding-bottom: 10px
}

html .pb20 {
    padding-bottom: 20px
}

html .pb30 {
    padding-bottom: 30px
}

html .pb40 {
    padding-bottom: 40px
}

html .pb50 {
    padding-bottom: 50px
}

html .pb60 {
    padding-bottom: 60px
}

html .pb70 {
    padding-bottom: 70px
}

html .pb80 {
    padding-bottom: 80px
}

html .pb90 {
    padding-bottom: 90px
}

html .pb100 {
    padding-bottom: 100px
}

html .pb110 {
    padding-bottom: 110px
}

html .pb120 {
    padding-bottom: 120px
}

html .pb130 {
    padding-bottom: 130px
}

html .pb140 {
    padding-bottom: 140px
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
    text-align: center;
    display: inline
}

.xhighlight {
    display: block;
    color: #ff2c8e
}

.pl25 {
    padding-left: 25px !important
}

.pr25 {
    padding-right: 25px !important
}

.text-effect-1 {
    background-image: -moz-linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%);
    background-image: -webkit-linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%);
    background-image: linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-effect-2 {
    background: #fc00c7;
    background-image: -moz-linear-gradient(-45deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background-image: -webkit-linear-gradient(-45deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background-image: linear-gradient(135deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.bg-btn {
    background: #15a0e5;
    background: -moz-linear-gradient(left, #15a0e5 0, #15a0e5 100%);
    background: -webkit-linear-gradient(left, #15a0e5 0, #15a0e5 100%);
    background: linear-gradient(to right, #ef791b 0, #ef791b 100%);
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0/20%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0/20%);
}

.bg-btn2 {
    background: #324aaa;
    background: -moz-linear-gradient(left, #11acee 0, #324aaa 100%);
    background: -webkit-linear-gradient(left, #11acee 0, #324aaa 100%);
    background: linear-gradient(to right, #11acee 0, #324aaa 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0/20%);
    box-shadow: 0 10px 15px 0 rgb(0 0 0/20%)
}

.bg-btn3 {
    background: #324aaa;
    background: -moz-linear-gradient(left, #15a0e6 0, #324aaa 100%);
    background: -webkit-linear-gradient(left, #15a0e6 0, #324aaa 100%);
    background: linear-gradient(to right, #ef791b 0, #ef791b 100%);
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0/20%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0/20%);
}

.bg-btn4 {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff
}

.bg-btn5 {
    background: #ff0048;
    background-image: -webkit-linear-gradient(45deg, #ff3870 0, #ff3870 50%, #c300c3 100%);
    background-image: linear-gradient(45deg, #ff0048 0, #ff3870 50%, #c300c3 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(56, 0, 189, .2);
    box-shadow: 0 10px 15px 0 rgba(56, 0, 189, .2)
}

.bg-btn6 {
    background: #324aaa;
    background: -moz-linear-gradient(left, #11acee 0, #324aaa 100%);
    background: -webkit-linear-gradient(left, #11acee 0, #324aaa 100%);
    background: linear-gradient(to right, #11acee 0, #324aaa 100%)
}

.bg-btn7 {
    background: #fc00c7;
    background: -moz-linear-gradient(-45deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background: -webkit-linear-gradient(-45deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background: linear-gradient(135deg, #9100ff 0, #3663ff 54%, #00e2ff 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(56, 0, 189, .2);
    box-shadow: 0 10px 15px 0 rgb(0 49 189/.2)
}

.hover-scale img {
    transform: scale(1)
}

.hover-scale:hover img {
    transform: scale(1.05)
}

.text-animation {
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 6s infinite linear
}

.bg-a {
    background-image: linear-gradient(to right, #ff1f8e 0, #ffbd84 36%, #ffbd84 65%, #ff1f8e 100%)
}

.bg-b {
    background-image: linear-gradient(to right, #673ab7 0, #e91e63 36%, #e91e63 65%, #673ab7 100%)
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
    0% {
        transform: translateY(1rem);
        opacity: 0
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0
    }
}

@keyframes hue {
    from {
        background-position: 0 0
    }
    to {
        background-position: 2000px 0
    }
}

@keyframes arrowanim {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(8px, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes arrowanim {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(8px, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes updonanim {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(0, 8px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes updonanim {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(0, 8px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
    }
}

.lead-intro- img {
    animation: 3s infinite updonanim;
    -webkit-animation: 3s infinite updonanim
}

.bg-gradient {
    background: #fff !important
}

.card-1 .bg-gradient {
    background: #c7ecff;
    background: -moz-linear-gradient(top, #c7ecff 0, #f9efff 100%);
    background: -webkit-linear-gradient(top, #c7ecff 0, #f9efff 100%);
    background: linear-gradient(to bottom, #c7ecff 0, #f9efff 100%)
}

.bg-gradient1 {
    background: #ffe2e2;
    background: -moz-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: -webkit-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: linear-gradient(to bottom, #ffe2e2 0, #fff9f4 100%)
}

.bg-gradient2 {
    background: #fdffed;
    background: -moz-linear-gradient(top, #fdffed 0, #effff8 100%);
    background: -webkit-linear-gradient(top, #fdffed 0, #effff8 100%);
    background: linear-gradient(to bottom, #fdffed 0, #effff8 100%)
}

.bg-gradient3 {
    background: #e2f3ff;
    background: -moz-linear-gradient(top, #e2f3ff 0, #fffbef 100%);
    background: -webkit-linear-gradient(top, #e2f3ff 0, #fffbef 100%);
    background: linear-gradient(to bottom, #e2f3ff 0, #fffbef 100%)
}

.bg-gradient4 {
    background: #c1eeff;
    background: -moz-linear-gradient(top, #c1eeff 0, #f5faff 100%);
    background: -webkit-linear-gradient(top, #c1eeff 0, #f5faff 100%);
    background: linear-gradient(to bottom, #c1eeff 0, #f5faff 100%)
}

.bg-gradient5 {
    background: #fff6f3;
    background: -moz-linear-gradient(top, #fff6f3 0, #fffefb 100%);
    background: -webkit-linear-gradient(top, #fff6f3 0, #fffefb 100%);
    background: linear-gradient(to bottom, #fff6f3 0, #fffefb 100%)
}

.bg-gradient6 {
    background: #222;
    background: url(../images/shape/hero-shape.svg), #101010;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 25%
}

.bg-gradient7 {
    background: #ffe2e2;
    background: -moz-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: -webkit-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: linear-gradient(to bottom, #ffe2e2 0, #fff9f4 100%)
}

.bg-gradient8 {
    background: #fff8fb;
    background: -moz-linear-gradient(top, #fff8fb 0, #d0fcf6 100%);
    background: -webkit-linear-gradient(top, #fff8fb 0, #d0fcf6 100%);
    background: linear-gradient(to bottom, #fff8fb 0, #d0fcf6 100%)
}

.bg-gradient9 {
    background: #e5ffee;
    background: -moz-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: -webkit-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
    background: linear-gradient(to bottom, #e5ffee 0, #e2f6ff 100%)
}

.bg-gradient10 {
    background: #e4fffe;
    background: -moz-linear-gradient(top, #e4fffe 0, #ffedf3 100%);
    background: -webkit-linear-gradient(top, #e4fffe 0, #ffedf3 100%);
    background: linear-gradient(to bottom, #e4fffe 0, #ffedf3 100%)
}

.bg-gradient11 {
    background: #ff1f8e;
    background: -moz-linear-gradient(left, #ff1f8e 0, #007bff 100%);
    background: -webkit-linear-gradient(left, #ff1f8e 0, #007bff 100%);
    background: linear-gradient(to right, #ff1f8e 0, #007bff 100%)
}

.bg-gradient12 {
    background: #222;
    background: -moz-linear-gradient(left, #222 0, #222 100%);
    background: -webkit-linear-gradient(left, #222 0, #222 100%);
    background: linear-gradient(to right, #222 0, #222 100%)
}

.bg-gradient13 {
    background: #9c27b0;
    background: -moz-linear-gradient(left, #9c27b0 0, #673ab7 100%);
    background: -webkit-linear-gradient(left, #9c27b0 0, #673ab7 100%);
    background: linear-gradient(to right, #9c27b0 0, #673ab7 100%)
}

.bg-gradient14 {
    background: #ff2d8d;
    background: -moz-linear-gradient(top, #ff2d8d 0, #653db9 100%);
    background: -webkit-linear-gradient(top, #ff2d8d 0, #653db9 100%);
    background: linear-gradient(to bottom, #ff2d8d 0, #653db9 100%)
}

.bg-gradient15 {
    background: #fffdf2;
    background: -moz-linear-gradient(top, #fffdf2 0, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #fffdf2 0, #ffeff5 100%);
    background: linear-gradient(to bottom, #fffdf2 0, #ffeff5 100%)
}

.bg-gradient16 {
    background-image: -moz-linear-gradient(45deg, #9217de 0, #4775ff 50%, #00b6d4 100%);
    background-image: -webkit-linear-gradient(45deg, #9217de 0, #4775ff 50%, #00b6d4 100%);
    background-image: linear-gradient(45deg, #9217de 0, #4775ff 50%, #00b6d4 100%)
}

.bg-flat1 {
    background: #f5f5f5
}

.classic-bg1 {
    background: #fffef9
}

.classic-bg2 {
    background: #f3fffe
}

.classic-bg3 {
    background: #fef9ff
}

.classic-bg4 {
    background: #3f36b9
}

.classic-bg5 {
    background: #fffef4
}

.mobile-menu2 {
    display: none
}

.mobile-menu2 .navm- {
    margin: 0 0 0 10px
}

.mob-nav2 {
    display: flex
}

.mob-nav2 li {
    position: relative
}

html.hc-nav-yscroll {
    overflow-y: scroll
}

body.hc-nav-open {
    overflow: visible;
    position: relative;
    width: 100%;
    min-height: 100%
}

.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999999
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform .4s ease
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.hc-offcanvas-nav .nav-content {
    height: 100%
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hc-offcanvas-nav li {
    position: relative;
    display: block
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
    visibility: visible
}

.hc-offcanvas-nav li:not(.custom-content) a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    cursor: not-allowed
}

.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
    text-decoration: none
}

.hc-offcanvas-nav input[type=checkbox] {
    display: none
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.hc-offcanvas-nav .nav-item {
    position: relative;
    display: block;
    box-sizing: border-box
}

.hc-offcanvas-nav .nav-wrapper::after,
.hc-offcanvas-nav.disable-body::after {
    content: "";
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-offcanvas-nav .sub-level-open::after,
.hc-offcanvas-nav.disable-body.nav-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: 50ms
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: height 0s ease .4s
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: 100vh
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .4s ease
}

.hc-offcanvas-nav.nav-position-left {
    left: 0
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-right {
    right: 0
}

.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-top {
    top: 0
}

.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, -100%, 0)
}

.hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
    top: auto;
    bottom: 0;
    width: 100%
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, 100%, 0)
}

.hc-offcanvas-nav.nav-open[class*=hc-nav-] div.nav-container {
    transform: translate3d(0, 0, 0)
}

.hc-offcanvas-nav.rtl li {
    text-align: right
}

.hc-offcanvas-nav.rtl .nav-back span,
.hc-offcanvas-nav.rtl .nav-close span,
.hc-offcanvas-nav.rtl .nav-next span {
    left: 0;
    right: unset
}

.hc-nav-trigger {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 20px;
    z-index: 9980;
    width: 30px;
    min-height: 48px
}

.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

.main-header.sticky .hc-nav-trigger span,
.main-header.sticky .hc-nav-trigger span::after,
.main-header.sticky .hc-nav-trigger span::before {
    background: #050748
}

.hc-nav-trigger span,
.hc-nav-trigger span::after,
.hc-nav-trigger span::before {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #050748;
    transition: all .2s ease
}

.nav-bg-b .hc-nav-trigger span,
.nav-bg-b .hc-nav-trigger span::after,
.nav-bg-b .hc-nav-trigger span::before {
    background: #fff
}

.hc-nav-trigger span::after,
.hc-nav-trigger span::before {
    content: "";
    width: 100%
}

.hc-nav-trigger span::before {
    top: -10px
}

.hc-nav-trigger span::after {
    bottom: -10px
}

.hc-nav-trigger.toggle-open span {
    background: transparent !important;
    transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
    transform: translate3d(0, 9px, 0)
}

.hc-nav-trigger.toggle-open span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-offcanvas-nav .nav-wrapper::after,
.hc-offcanvas-nav::after {
    background: rgba(0, 0, 0, .5)
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #101010
}

.hc-offcanvas-nav h2 {
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    padding: 10px 17px;
    color: #101010 !important;
    background: #fff
}

.hc-offcanvas-nav .nav-item {
    padding: 14px 17px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: transparent;
    border-bottom: 0 solid #fff
}

.hc-offcanvas-nav .nav-item:focus,
.hc-offcanvas-nav .nav-item:focus-within {
    z-index: 10
}

.hc-offcanvas-nav .nav-item-wrapper {
    position: relative
}

.hc-offcanvas-nav .nav-highlight {
    background: #2e6296
}

.hc-offcanvas-nav .nav-back:focus,
.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus {
    z-index: 10
}

.hc-offcanvas-nav li:not(.custom-content) a {
    padding: 14px 15px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: transparent;
    border-bottom: 0 solid #2c5d8f
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    color: rgba(255, 255, 255, .5)
}

.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    background: #101010
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
    border-top: 1px solid #2c5d8f;
    margin-top: -1px
}

.hc-offcanvas-nav li {
    text-align: left
}

.hc-offcanvas-nav li.nav-back a,
.hc-offcanvas-nav li.nav-close a {
    background: #fff;
    color: #101010
}

.hc-offcanvas-nav li.nav-back a:hover,
.hc-offcanvas-nav li.nav-close a:hover {
    background: #fff
}

.hc-offcanvas-nav li.nav-back:not(:first-child) a,
.hc-offcanvas-nav li.nav-close:not(:first-child) a {
    margin-top: -1px
}

.hc-offcanvas-nav li.nav-parent .nav-item:last-child {
    padding-right: 35px
}

.hc-offcanvas-nav li.nav-parent .nav-item:not(:last-child) {
    margin-right: 44px
}

.hc-offcanvas-nav li.nav-back span,
.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent .nav-next {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease
}

.hc-offcanvas-nav li.nav-close span::after,
.hc-offcanvas-nav li.nav-close span::before {
    content: "";
    position: absolute;
    top: 46%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    border-top: 2px solid #101010;
    border-left: 2px solid #101010
}

.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -11px;
    transform: rotate(135deg)
}

.hc-offcanvas-nav li.nav-close span::after {
    transform: rotate(-45deg)
}

.hc-offcanvas-nav a.nav-next {
    border-left: 1px solid #2c5d8f
}

.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav li.nav-back span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center
}

.hc-offcanvas-nav .nav-next span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.hc-offcanvas-nav .nav-next span::before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, .2)
}

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, .2)
}

.hc-offcanvas-nav.nav-position-right .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.hc-offcanvas-nav.nav-position-top .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2)
}

.hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow: none;
    background: 0 0
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
    font-size: 14px
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
    transition: background .3s ease
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
    background: #101010
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a {
    border-bottom: 0 solid #fff
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a:hover {
    background: #101010
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a>.nav-next span::before {
    margin-top: 2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none .nav-container .nav-next span::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.rtl a.nav-next {
    border-left: none;
    border-right: 0 solid #fff
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item {
    padding-right: 17px;
    padding-left: 58px
}

#main-nav {
    display: none
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    padding-bottom: 41px
}

.hc-offcanvas-nav h2 {
    font-weight: 400
}

.hc-offcanvas-nav a {
    font-size: 16px
}

.hc-offcanvas-nav li .custom-message {
    font-size: 12px
}

.hc-offcanvas-nav li .custom-message a {
    color: #fff;
    font-size: 13px
}

.hc-offcanvas-nav li .custom-message a:hover {
    text-decoration: none
}

.hc-offcanvas-nav.nav-position-bottom ul.bottom-nav,
.hc-offcanvas-nav.nav-position-top ul.bottom-nav {
    position: relative;
    border-top: none
}

.hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0>.nav-content,
.hc-offcanvas-nav.nav-position-top .nav-wrapper-0>.nav-content {
    padding-bottom: 0
}

.hc-offcanvas-nav ul.bottom-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 0 solid #101010;
    background: #101010
}

.hc-offcanvas-nav ul.bottom-nav li {
    flex: auto
}

.hc-offcanvas-nav ul.bottom-nav li a {
    padding: 10px;
    text-align: center;
    height: 100%;
    border-bottom: none
}

.hc-offcanvas-nav ul.bottom-nav li svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle
}

.hc-offcanvas-nav ul.bottom-nav li.prb svg {
    width: 18px;
    height: 18px
}

.hc-offcanvas-nav.close-no-label:not(.rtl) .nav-title {
    padding-right: 60px
}

.hc-offcanvas-nav.close-no-label .nav-title+ul>.nav-close:first-child a {
    position: absolute;
    width: 45px;
    height: 56px;
    top: 0;
    right: 0;
    transform: translateY(-100%)
}

.menu-dark .sub-menu-column .menuheading {
    color: #e6e6e6
}

.menu-dark .sub-menu-column ul li a {
    color: #a2a2a2
}

.menu-dark .sub-menu-section {
    background: #202020;
    border-top: 2px solid #2f2f2f
}

body.active-dark {
    color: #a2a2a2;
    background: #101010
}

.active-dark .-service-list li a {
    color: #a2a2a2
}

.active-dark h1,
.active-dark h2,
.active-dark h3,
.active-dark h4,
.active-dark h5,
.active-dark h6 {
    color: #e6e6e6
}

.active-dark .web-deg {
    background: #101010
}

.active-dark .navbar-light .navbar-nav .nav-link {
    color: #e6e6e6
}

.active-dark .hero-bg-bg1:before {
    opacity: .4
}

.active-dark .top-header .navbar .custom-btn {
    color: #fff
}

.active-dark header .dropdown-menu {
    background-color: #202020
}

.active-dark .dropdown-item {
    color: #a2a2a2
}

.active-dark .dropdown-item:focus,
.active-dark .dropdown-item:hover {
    background-color: #202020
}

.active-dark .top-header .sticky {
    background: #151515
}

.active-dark .about-agency {
    background: #151515
}

.active-dark .about-agency:before {
    opacity: .4
}

.active-dark .quote {
    background: #101010;
    color: #a2a2a2
}

.active-dark .service-section {
    background: #101010
}

.active-dark .service-section:before {
    background: url(../images/shape/dot-shape.png) #101010
}

.active-dark .service-section .s-block {
    background: url(../images/shape/shape-7.svg) #1d1d1d;
    background-size: 0;
    border: 1px solid #151515
}

.active-dark .shape-bg2:after {
    opacity: .4
}

.active-dark .shape-bg2:before {
    opacity: .4
}

.active-dark .statistics-img {
    background: rgba(255, 255, 255, .3)
}

.active-dark .statistics .statnumb span {
    color: #e6e6e6
}

.active-dark .portfolio-section:before {
    opacity: .2
}

.active-dark .isotope_item h4 a {
    color: #e6e6e6
}

.active-dark .portfolio-section {
    background: #151515
}

.active-dark .breadcrumb-area .bread-menu li a {
    color: #a2a2a2
}

.active-dark .clients-section {
    background: #101010
}

.active-dark .clients-logo {
    background: rgba(255, 255, 255, .3);
    border: 1px solid #29294c;
    -webkit-box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
    box-shadow: -20px 20px 40px #101010, 20px -20px 40px #101010
}

.active-dark .work-category {
    background: #151515
}

.active-dark .testinomial-section {
    background: url(../images/shape/shape-9.svg) #101010;
    background-size: 0
}

.active-dark .testinomial-section .owl-carousel .owl-dots {
    background: 0 0
}

.active-dark .enquire-form {
    background: #151515
}

.active-dark .form-block label a {
    color: #00bcd4
}

.active-dark .our-office {
    background: #101010
}

.active-dark .skyline-img {
    background: #191919
}

.active-dark .btn-outline {
    border: 2px solid #fff;
    color: #e6e6e6;
    background: 0 0
}

.active-dark .shape-bg1:after {
    opacity: .4
}

.active-dark .shape-bg1:before {
    opacity: .4
}

.active-dark .shape-numm .shape-loc:last-child:after {
    opacity: .4
}

.active-dark .shape-numm .shape-loc:first-child:before {
    opacity: .4
}

.active-dark .shape-num .shape-loc:last-child:after {
    opacity: .4
}

.active-dark .shape-num .shape-loc:first-child:before {
    opacity: .4
}

.active-dark .footer-row1 {
    background: #151515
}

.active-dark .email-subs-form input {
    color: #e6e6e6;
    background: #101010;
    border: 1px solid #1f1f1f;
    -webkit-box-shadow: -6px 6px 11px #f2f2f2, 6px -6px 11px #fff0e8;
    box-shadow: -6px 6px 11px #151515, 6px -6px 11px #151515
}

.active-dark .footer-svg svg path {
    fill: #151515
}

.active-dark .footer-row2 {
    background: #101010
}

.active-dark .footer-row3 {
    background: #101010
}

.active-dark .hline {
    border-top: 1px solid #181818
}

.active-dark footer:after {
    opacity: .04
}

.active-dark footer:before {
    opacity: .04
}

.active-dark .form-block input,
.active-dark .form-block textarea {
    color: #e6e6e6;
    background: #101010;
    border: 2px solid #1f1f1f
}

.active-dark .fl-hero {
    background: url(../images/hero/freelancer.png), url(../images/shape/hero-shape.svg), #101010;
    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat
}

.active-dark .about-freelance {
    background: #151515
}

.active-dark .counter-no span {
    color: #a2a2a2
}

.active-dark .hexa4 {
    background: #00243a;
    border: 2px solid #003c61
}

.active-dark .hexa3 {
    background: #101844;
    border: 2px solid #182884
}

.active-dark .hexa2 {
    background: #174267;
    border: 2px solid #2369a5
}

.active-dark .hexa1 {
    background: #311a58;
    border: 2px solid #54289e
}

.active-dark .bhv-service {
    background: #151515
}

.active-dark .bhv-service {
    background: #151515
}

.active-dark .bhv-service .s-block {
    background: url(../images/shape/shape-7.svg) #191919;
    background-size: 0;
    border: 1px solid #191919
}

.active-dark .lead-hero {
    background: #101010
}

.active-dark .about-lead-gen {
    background: #101010
}

.active-dark .why-choos-lg:before {
    opacity: .4
}

.active-dark .statistics-section {
    background: #151515
}

.active-dark .why-choos-lg {
    background: #151515
}

.active-dark .active-dark .clients-section.lead-gen-client {
    background: #151515
}

.active-dark .light-bgs {
    background: rgba(255, 255, 255, .02)
}

.active-dark .digi-mkt {
    background: #101010
}

.active-dark .wide-block {
    border: 1px solid #191919;
    background: #191919
}

.active-dark ::-webkit-input-placeholder {
    color: #e6e6e6
}

.active-dark :-ms-input-placeholder {
    color: #e6e6e6
}

.active-dark ::placeholder {
    color: #e6e6e6
}

.active-dark .navbar .mobilemenu i {
    color: #a2a2a2
}

.active-dark .res-menu .modal-header {
    background: #151515
}

.active-dark .res-menu .modal-dialog {
    background: #101010
}

.active-dark .res-menu .modal-body {
    background: #101010
}

.active-dark .res-menu .menu .nav-link {
    color: #e6e6e6
}

.active-dark .res-menu .dropdown-toggle::after {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6
}

.active-dark .res-menu .dropdown-item {
    background-color: #101010
}

.active-dark .res-menu .dropdown-menu {
    background-color: #101010
}

.active-dark .res-menu .modal-content.full {
    background: #101010
}

.active-dark .hero-card-web {
    background: #101010
}

.active-dark .about-sec-rpb {
    background: #151515
}

.active-dark .service-sec-list {
    background: #191919;
    border: 1px solid #191919
}

.active-dark .-cta-btn p {
    color: #e6e6e6
}

.active-dark .clients-section- {
    background: #101010
}

.active-dark .badges-section {
    background: #181818
}

.active-dark .cta-area {
    background: #181818
}

.active-dark .footer-brands {
    background: #151515
}

.active-dark .shape {
    opacity: .4
}

.active-dark .single-blog- .content .title a {
    color: #e6e6e6
}

.active-dark .single-blog- .content .title a:hover {
    color: #ff1f8e
}

.active-dark::-webkit-scrollbar-track {
    background: #101010
}

.active-dark .main-header.sticky {
    background: #101010
}

.active-dark .main-header.sticky .custom-nav .nav-list li a.menu-links {
    color: #e6e6e6
}

.active-dark .custom-nav .nav-list li a.menu-links {
    color: #e6e6e6
}

.active-dark .contact-info- {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.active-dark .hrbg {
    background: #151515
}

.active-dark .contact-info- .inquiry-card-nn {
    border-top: 1px solid #1c2b42
}

.active-dark .contact-info- .contct-heading {
    color: #e6e6e6
}

.active-dark .contact-info- .inquiry-card-nn ul li a {
    color: #e6e6e6
}

.active-dark .contact-info-:after {
    border-bottom: 7px solid #202020
}

.active-dark .contact-info- {
    background: #202020
}

.active-dark .footer-address-list li {
    color: #a2a2a2
}

.active-dark .nav-bg-b.main-header .mega-white-logo {
    display: inline-block
}

.active-dark .main-header.sticky .mega-darks-logo {
    display: none
}

.active-dark .main-header.sticky .hc-nav-trigger span,
.active-dark .main-header.sticky .hc-nav-trigger span::after,
.active-dark .main-header.sticky .hc-nav-trigger span::before {
    background: #fff
}

.active-dark .hc-nav-trigger span,
.active-dark .hc-nav-trigger span::after,
.active-dark .hc-nav-trigger span::before {
    background: #fff
}

.active-dark .nav-item.dropdown:hover a.nav-link {
    color: #101010
}

.active-dark .footer-address-list li a {
    color: #a2a2a2
}

.active-dark .footer-social-media-icons a {
    color: #e6e6e6
}

.active-dark .breadcrumb-area:before {
    opacity: .92;
    background: #101010
}

.active-dark .deep-dark {
    background: #101010 !important
}

.active-dark .light-dark {
    background: #151515 !important
}

.active-dark .dim-dark {
    background: #181818
}

.active-dark .link-hover a {
    color: #a2a2a2
}

.active-dark .breadcrumb-areav2:before {
    opacity: .92;
    background: #101010
}

.active-dark .blog-post-tag span {
    color: rgb(106 106 142)
}

.active-dark .blog-share-icon span {
    color: rgb(106 106 142)
}

.active-dark .blog-post-tag a {
    color: #6a6a8e;
    border-color: rgb(64 64 97)
}

.active-dark .rd-quote {
    border-left: 4px solid #fc4899;
    background: #151515
}

.active-dark .form-blog {
    background: #151515
}

.active-dark .author-block {
    background: #151515
}

.active-dark .post-navigation h4 a {
    color: #a2a2a2
}

.active-dark .tabs a {
    background: #252533
}

.active-dark .recent-post .post-info h5 a {
    color: #a2a2a2
}

.active-dark .icon-card- {
    background: #101010;
    border: 1px solid #29294c
}

.active-dark .card-stats .statistics {
    background: #101010;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #29294c
}

.active-dark .case-study {
    background: #151515
}

.active-dark .project-platform-used {
    margin: 0 10px 0 0
}

.active-dark .-shadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.active-dark .info-text-block h4 a {
    color: #a2a2a2
}

.active-dark .team {
    background: #151515
}

.active-dark .about-sec {
    background: #151515
}

.active-dark .accordion .card-body {
    background: #101010
}

.active-dark .card-1 {
    border: 1px solid #151515
}

.active-dark .card-1 .card-header {
    background-color: #151515
}

.active-dark .tabs-layout .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #00baff;
    border-color: #00baff
}

.active-dark .tabs-layout .nav-tabs .nav-link {
    border: 1px solid #151515;
    color: #6a6a8e;
    background-color: #202040
}

.active-dark .layer-div:before {
    opacity: .1
}

.active-dark section.error {
    background: #101010
}

.active-dark .contact-page {
    background: #151515
}

.active-dark .contact-location {
    background: #101010
}

.active-dark .form-block select {
    color: #738ba0;
    background: #202040;
    border-bottom: 2px solid #29294c
}

.active-dark .skype-card {
    background: #202040
}

.active-dark .email-card {
    background: #251738
}

.active-dark .contact-card {
    background: #202040
}

.active-dark .portfolio-meta ul li i {
    color: #a2a2a2
}

.active-dark .portfolio-meta ul li p {
    background: #151515;
    color: #a2a2a2
}

.active-dark .portfolio-meta ul li {
    background: #151515;
    border-bottom: 1px solid #101010
}

.active-dark .filters .filter-menu li.is-checked {
    background: #f95b94;
    color: #fff
}

.active-dark .filters .filter-menu li {
    color: #a2a2a2;
    background: #2d304c
}

.active-dark .portfolio-item-info h3 a {
    color: #a2a2a2
}

.active-dark .portfolio-block {
    background: #151515
}

.active-dark .why-choose {
    background: #101010
}

.active-dark .ps-block span {
    border: 1px solid #2b2b7d;
    background: #24213c
}

.active-dark .service {
    background: #101010
}

.active-dark .reviews-card {
    background: #181818;
    border: 1px solid #29294c
}

.active-dark .reviews-block {
    background: #151515
}

.active-dark .featured-project {
    background: #101010
}

.active-dark .block-a1 {
    background: #151515
}

.active-dark .pricing-table.best-plan img {
    background: #2d1963;
    border: 8px solid #382371
}

.active-dark .pricing-table img {
    background: #231744;
    border: 8px solid #2d1963
}

.active-dark .pricing-table .inner-table .details {
    border-top: 1px solid #20203e
}

.active-dark .best-plan {
    background: #161633 !important
}

.active-dark .pricing-table {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #18182f;
    border: 1px solid #29294c
}

.active-dark .bg-shape:before {
    opacity: .3
}

.active-dark .bg-shape:after {
    opacity: .3
}

.active-dark .s-block {
    background: #191919;
    border: 1px solid #191919
}

.active-dark .service-block {
    background: #101010
}

.active-dark .tech-icons a {
    border: 4px solid #101010;
    background: #101010
}

.active-dark .techonology-used- {
    background: #151515
}

.active-dark .image-block img {
    -webkit-box-shadow: -20px 20px 35px #101010, 20px -40px 35px #101010;
    box-shadow: -20px 20px 35px #101010, 20px -40px 35px #101010;
    -webkit-border-radius: 8px
}

.active-dark .image-block1 img {
    -webkit-box-shadow: -20px 20px 35px #151515, 20px -40px 35px #151515;
    box-shadow: -20px 20px 35px #151515, 20px -40px 35px #151515;
    -webkit-border-radius: 8px
}

.active-dark .statistics-wrap {
    background: #151515
}

.active-dark .copyright {
    color: #a2a2a2
}

.active-dark .copyright a {
    color: #a2a2a2
}

.active-dark .entry-blog a {
    color: #a2a2a2
}

.darkbg .navbar-light .navbar-nav .nav-link {
    color: #e6e6e6
}

.active-dark .modal-content {
    background-color: #101010
}

.active-dark .fdgn2 input,
.active-dark .fdgn2 select,
.active-dark .fdgn2 textarea {
    border: 2px solid #404040 !important
}

.active-dark .modal-header {
    border-bottom: 1px solid #404040
}

.active-dark .popup-modal1 .modal-dialog {
    background: #101010
}

.font-thin {
    font-weight: 200
}

.text-white {
    color: #fff !important
}

.text-light-blue {
    color: #11acee !important
}

.clients-section-app .dg-hero-shp1a {
    top: 0;
    left: 0;
    width: 175px;
    opacity: .3;
    position: absolute
}

.clients-section-app .dg-hero-shp1a img {
    width: 175px
}

.cta-area.cta-area-bottom {
    background: #fff
}

.cta-area-bottom:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 220px;
    background: #101010;
    bottom: 0
}

.bg-white {
    background: #fff !important
}

.bg-light-blue {
    background: #ef791b !important;
}

.btm-cta-body {
    border-radius: 12px;
    box-shadow: 0 0 15px rgb(0 0 0/10%);
    margin-left: 140px
}

.btm-cta-body .common-heading {
    padding: 30px 15px 30px 30px;
    text-align: left
}

.btm-cta-body .common-heading>span {
    color: #fff
}

.btm-cta-body .cta-call a {
    color: #fff
}

.cta-area-bottom .shape-a1 {
    bottom: 30px;
    left: 85px;
    width: 240px;
    z-index: 999
}

.cta-area-bottom .shape-a1 img {
    width: 100%;
    height: auto
}

.cta-area-bottom .shape-a111 {
    width: 250px;
    left: 80px;
    bottom: 40px
}

.cta-area-bottom .shape-a-3 img {
    width: 89%;
    margin-left: 35px
}

.video-section {
    background: #101010;
    position: relative;
    padding: 0;
    overflow: hidden
}

.video-section .shape-a1 {
    left: 115px;
    opacity: .1
}

.video-right {
    padding: 0
}

.video-right-body {
    position: absolute;
    top: 0;
    right: -35px
}

.video-section .common-heading {
    padding: 100px 150px 100px 0
}

.video-section .common-heading h2 {
    margin-bottom: 10px
}

.video-right {
    position: relative
}

.hero-content-sec-2 {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.hero-content-sec-2 .video-intro-pp a.play-video::after {
    box-shadow: 0 0 0 0 rgb(255 255 255/50%)
}

.marketers-section .single-card-item .item-info {
    padding: 20px;
    text-align: left;
    background: #fff;
    margin-top: -60px;
    z-index: 9999;
    position: relative;
    width: 90%
}

.marketers-section .single-card-item .item-info-1 {
    position: absolute;
    top: 15%;
    right: -92%;
    text-align: left;
    background: 0 0;
    padding-right: 150px
}

.isotope_item-2 {
    margin-top: 250px
}

.marketers-section .single-card-item .item-info-2 {
    position: absolute;
    top: 75%;
    left: -92%;
    text-align: right;
    background: 0 0;
    padding-left: 50px
}

.marketers-section .single-card-item .item-info-3 {
    position: absolute;
    top: 42%;
    right: -92%;
    text-align: left;
    background: 0 0;
    padding-right: 150px
}

.marketers-section .single-card-item .isotope_item h4 {
    font-size: 32px;
    line-height: 40px
}

.marketers-section .single-card-item .isotope_item h4 a {
    color: #111
}

.pd-0 {
    padding: 0
}

.startup-section-bg {
    background-color: #000;
    position: relative
}

.startup-section-bg:before {
    content: "";
    background: url(../images/home/startup-bg.png);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .2;
    left: 0;
    right: 0
}

.startup-heading h2 {
    color: #fff
}

.startup-heading {
    padding: 80px 80px 160px
}

.startup-body {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 15px rgb(0 0 0/12%);
    padding: 30px;
    margin-top: -100px
}

.startup-logos ul {
    overflow: hidden
}

.startup-logos ul li {
    width: 23%;
    float: left;
    margin: 4px;
    box-shadow: 1px 0 2px #10101061, 0 2px 1px #10101029
}

.startup-logos ul li span.sprite-img {
    width: 140px;
    height: 140px;
    display: block;
    background: url(../images/home/startup-logos.png);
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto
}

.pd-15 {
    padding: 15px !important
}

.startup-body {
    position: relative
}

.startup-img {
    text-align: center;
    margin-left: -25px;
    margin-top: 0
}

.startup-section {
    background: #f7f7f7;
    padding-top: 0;
    padding-left: 0 !important
}

.dg-portfolio-section {
    background: #101010;
    position: relative
}

.div-portfolio- {
    padding: 0
}

.div-item-info {
    padding: 30px 15px 30px 90px !important
}

.div-portfolio- {
    background: 0 0;
    position: relative;
    border-radius: 12px
}

.div-portfolio-:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    background: #1d1d1d;
    top: 0;
    left: 0;
    right: 0;
    height: 90vh;
    border-radius: 0
}

.owl-carousel .div-item-info img {
    width: auto !important
}

.app-tagline {
    font-size: 24px;
    color: #11acee;
    line-height: 36px;
    font-weight: 600;
    padding-bottom: 10px
}

.border-circle {
    margin: 15px 30px 15px 0
}

.circles-area {
    padding: 35px 0
}

.app-btn {
    margin-right: 30px
}

.nav-list {
    padding-right: 50px
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .2s;
    padding-left: 0
}

.border-circle img {
    width: 100%;
    height: auto
}

.sidenav a {
    padding: 8px 15px 8px 0;
    text-decoration: none;
    font-size: 25px;
    color: #bbb;
    display: block;
    transition: .3s
}

.sidenav a:hover {
    color: #15a0e5
}

.sidenav .closebtn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 85px;
    margin-left: 50px;
    font-weight: 200;
    z-index: 1;
    color: #1b1b1b;
    line-height: 55px
}

.sidenav ul li a {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600
}

.fullmenu-dropdown {
    position: absolute;
    left: 300px;
    top: 70px
}

.dropdown-menu li {
    width: 50%;
    float: left;
    position: static !important
}

.dtls-sub-menu,
.dtls-sub-menu ul {
    overflow: hidden
}

.dtls-sub-menu li {
    width: 100% !important;
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.sidenav ul li .dropdown-menu .dtls-sub-menu li ul {
    padding: 15px 0
}

.sidenav ul li .dropdown-menu .dtls-sub-menu li ul li a {
    font-size: 16px !important;
    line-height: 24px;
    padding: 5px 20px;
    font-weight: 300;
    color: #666;
    transition: .4s all
}

.sidenav ul li .dropdown-menu .dtls-sub-menu li ul li a:hover {
    color: #15a0e5;
    transition: .4s all
}

.sidenav ul li .dropdown-menu .dtls-sub-menu {
    padding: 5px 0;
    position: relative
}

.sidenav ul li.show a {
    position: relative
}

.sidenav ul li.show a span.circle-dott {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #15a0e5;
    display: inline-block;
    top: 25px;
    margin-left: 10px;
    border-radius: 50%
}

.sidenav ul li.show a:active,
.sidenav ul li.show a:focus {
    color: #15a0e5
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    transition: .3s
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    transition: .3s
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    left: 315px;
    top: 75px;
    right: 30px;
    background: #fff;
    box-shadow: none;
    bottom: 0
}

.sidenav .nav-info a {
    padding: 0
}

.nav-phone i {
    float: left;
    font-size: 24px;
    padding-right: 10px;
    color: #444
}

.nav-mail i {
    float: left;
    font-size: 24px;
    padding-right: 10px;
    color: #444
}

.sidemenu-info {
    padding: 0 30px 0 15px
}

.nav-info ul li {
    float: left;
    padding: 0 10px
}

.nav-info a {
    font-size: 20px;
    line-height: 24px;
    color: #333 !important;
    font-weight: 500
}

.nav-info ul li i {
    padding-right: 0
}

.nav-info ul li a {
    font-size: 18px;
    line-height: 30px;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    padding: 5px 0 !important;
    text-align: center;
    border-radius: 50%
}

.nav-info {
    padding: 10px 0;
    text-align: left
}

.nav-info ul {
    overflow: hidden;
    margin-top: -5px
}

.navbar {
    padding-bottom: 0;
    padding-top: 150px;
    position: relative
}

.menu-icon {
    font-size: 30px;
    cursor: pointer;
    color: #fff
}

.main-header.sticky .menu-icon {
    color: #fff
}

.nav-info-body {
    margin-top: 40px;
    position: relative;
    padding-left: 320px !important;
    border-top: 1px solid rgb(0 0 0/15%);
    padding-top: 15px
}

.sidenav ul li a.dropdown-toggle::after {
    display: none
}

.sidenav ul li a.multi-toggle i {
    font-size: 36px
}

.sidenav ul li .dropdown-menu .dtls-sub-menu li ul li a i {
    padding-right: 5px
}

.isotope_item.h-scl-:before {
    content: "";
    background: url(../images/shape/shape-1.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    right: -65px;
    top: -35px;
    z-index: -1
}

.gray-bx {
    background: #f7f7f7;
    width: 150px;
    height: 150px;
    border-radius: 12px;
    margin: 0 auto;
    position: relative;
    z-index: 0
}

.gray-bx:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f8cc33;
    z-index: -1;
    right: 20px;
    top: 20px;
    transition: all .5s ease;
    opacity: .3
}

.benefits-col-2 .gray-bx:before {
    background-color: #87f0e6
}

.benefits-col-3 .gray-bx:before {
    background-color: #ff7173
}

.benefits-col-4 .gray-bx:before {
    background-color: #a2d0ff
}

.gray-bx img {
    padding: 40px
}

.benefits-col:hover .gray-bx:before {
    transform: translate(10px, -10px);
    transition: all .5s ease
}

.benefits-col p span {
    font-size: 32px;
    font-weight: 700
}

.benefits-col p {
    font-size: 20px;
    z-index: 2;
    position: relative;
    margin-top: -20px
}

.benefits-col-1 {
    padding-top: 130px
}

.benefits-col-3 {
    padding-top: 130px
}

.benefits-col-4 {
    padding-top: 0;
    margin-top: -50px
}

.develop-content {
    margin-top: -230px
}

.develop-content-left {
    background-color: #101010;
    color: #fff;
    padding: 30px 15px 30px 140px
}

.develop-content-left .common-heading h2 {
    margin-bottom: 24px
}

.develop-content-left p {
    font-size: 20px;
    line-height: 32px;
    padding-right: 30px
}

.develop-content-bx {
    padding: 30px;
    text-align: center;
    margin-top: 230px;
    min-height: 230px
}

.develop-content-bx h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400
}

.develop-content-bx h3 span {
    font-size: 48px;
    font-weight: 600
}

.develop-content-bx-1 {
    background: #00f
}

.develop-content-bx-2 {
    background: #f7f7f7
}

.text-light-blue {
    color: #11acee
}

.dpt-splized-heading-sec img {
    width: 75px;
    flex-basis: 20%;
    padding-right: 15px
}

.dpt-splized-heading-sec {
    padding-bottom: 15px
}

.cta-area-bottom.cta-area-2:before {
    background: #fff !important
}

.badges-section {
    position: relative
}

.marketers-section {
    position: relative
}

.left-mobile-vector {
    content: '';
    position: absolute;
    display: block;
    width: 160px;
    height: 260px;
    background-image: url(../images/home/mobile-vector.png);
    background-repeat: no-repeat
}

.right-mobile-vector {
    content: '';
    position: absolute;
    display: block;
    width: 160px;
    height: 260px;
    background-image: url(../images/home/mobile-vector-2.png);
    background-repeat: no-repeat;
    background-position: right
}

.right-mobile-lg-vector {
    content: '';
    position: absolute;
    display: block;
    width: 230px;
    height: 395px;
    background-image: url(../images/home/mobile-vector-3.png);
    background-repeat: no-repeat;
    background-position: right;
    opacity: .2;
    background-size: cover;
    background-position: center
}

.aadha-khada-mobile {
    content: '';
    position: absolute;
    display: block;
    width: 230px;
    height: 317px;
    background-image: url(../images/home/mobile-vector-4.png);
    background-repeat: no-repeat;
    background-position: right;
    opacity: .2;
    background-position: center
}

.right-circle-vector {
    content: '';
    position: absolute;
    display: block;
    width: 122px;
    height: 122px;
    background-image: url(../images/home/circle-vector1.png);
    background-repeat: no-repeat;
    background-position: right;
    opacity: .2
}

.left-quote-vector {
    content: '';
    position: absolute;
    display: block;
    width: 220px;
    height: 150px;
    background-image: url(../images/home/quote-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    opacity: .2;
    background-size: cover;
    background-position: center
}

.right-quote-vector {
    content: '';
    position: absolute;
    display: block;
    width: 220px;
    height: 150px;
    background-image: url(../images/home/quote-icon-right.png);
    background-repeat: no-repeat;
    background-position: right;
    opacity: .2;
    background-size: cover;
    background-position: center
}

.position-left-top {
    left: 0;
    top: 0
}

.position-left-bottom {
    left: 0;
    bottom: 0
}

.position-right-top {
    right: 0;
    top: 0
}

.position-right-bottom {
    right: 0;
    bottom: 0
}

.testinomial-section .position-left-top {
    left: 90px;
    top: 0
}

.ps-top-60 {
    top: 60px
}

.ps-top-30 {
    top: 30px
}

.ps-right-60 {
    right: -60px
}

.ps-left-60 {
    left: -60px
}

.ps-bottom-30 {
    bottom: -30px
}

.tech-stack {
    background: #f7f7f7;
    position: relative
}

.top-info-btn {
    background: 0 0;
    box-shadow: none;
    color: #ef791b;
}

.btn-round-.trngl:after {
    border-top: 8px solid #ef791b;
}

.mobile-vector {
    animation: 2s infinite arrowanim1;
    -webkit-animation: 2s infinite arrowanim1
}

.mobile-vector-2 {
    animation: 4s infinite mobanim1;
    -webkit-animation: 4s infinite mobanim1
}

@keyframes arrowanim1 {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(0, 15px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes arrowanim1 {
    0% {
        transform: translate(0, 0)
    }
    50% {
        transform: translate(0, 15px)
    }
    100% {
        transform: translate(0, 0)
    }
}

@keyframes mobanim1 {
    0% {
        transform: translate(0, 0)
    }
    35% {
        transform: rotate(10deg)
    }
    50% {
        transform: translate(0, 15px)
    }
    75% {
        transform: rotate(-10deg)
    }
    100% {
        transform: translate(0, 0)
    }
}

.stack-logo {
    animation: 2s infinite horizontalani;
    -webkit-animation: 2s infinite horizontalani
}

@keyframes horizontalani {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.8)
    }
    100% {
        transform: scale(1)
    }
}

.navbar-collapse.full-width-menu {
    width: 20% !important;
    float: left !important;
    flex-basis: 20% !important;
    flex-grow: inherit !important
}

.full-menu-benefits {
    width: 80% !important;
    float: left !important;
    flex-basis: 80% !important;
    flex-grow: inherit !important;
    margin-top: -75px
}

.navbar .container-fluid {
    align-items: normal
}

.full-menu-benefits li {
    width: 49%;
    float: left;
    padding: 10px
}

.full-menu-benefits li .benefit-icon {
    width: 65px;
    margin-right: 10px;
    display: flex
}

.full-menu-benefits li .benefit-icon img {
    flex-basis: 100%;
    width: 65px
}

.full-menu-benefits li h5 span {
    font-size: 22px;
    font-weight: 600
}

.full-menu-benefits li h5 {
    font-size: 20px;
    color: #333;
    font-weight: 300;
    text-align: left
}

.full-menu-benefits li .industry-workfor {
    background: rgb(255 255 255/0%);
    margin-top: 0;
    box-shadow: 0 0 15px rgb(0 0 0/0%)
}

.full-menu-benefits li .hoshd:hover {
    box-shadow: 0 10px 15px -8px rgb(0 0 0/20%)
}

.modal-content {
    background: #f7f7f7
}

.form-body {
    position: relative
}

.form-body h3,
.form-body p {
    z-index: 1;
    position: relative
}

.form-body:before {
    content: "";
    background: url(../images/shape/shape-1.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    left: -50px;
    top: -20px;
    z-index: 0
}

.form-block:after {
    content: "";
    background: url(../images/shape/shape-2.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    right: -38px;
    bottom: -42px;
    z-index: -1
}

.form-block {
    position: relative;
    z-index: 2
}

h3.form-heading {
    font-size: 42px !important;
    padding-top: 30px !important
}

.tech-stack-sprite {
    content: '';
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    background-image: url(../images/home/spirit-11.png);
    background-size: 480px;
    background-position: -5px -15px;
    background-color: #fff;
    border-radius: 50%
}

.stack-sprite-1 {
    background-position: -1090px -586px;
    background-size: auto
}

.stack-sprite-2 {
    background-size: 400px;
    background-position: -147px -1px
}

.stack-sprite-3 {
    background-size: 520px;
    background-position: -90px 0;
    width: 100px;
    height: 100px
}

.stack-sprite-4 {
    background-size: 380px;
    background-position: -207px -4px
}

.stack-sprite-5 {
    background-size: 300px;
    background-position: -218px 0;
    width: 60px;
    height: 60px
}

.stack-sprite-6 {
    background-size: 400px;
    background-position: 0 -85px
}

.stack-sprite-7 {
    background-size: 450px;
    background-position: -85px -99px
}

.stack-sprite-8 {
    background-size: 472px;
    background-position: -183px -106px
}

.stack-sprite-9 {
    background-size: 420px;
    background-position: -238px -92px
}

.stack-sprite-10 {
    background-size: 472px;
    background-position: 10px 0;
    width: 100px;
    height: 100px
}

.stack-sprite-11 {
    background-size: 420px;
    background-position: -4px -175px
}

.stack-sprite-12 {
    background-size: 440px;
    background-position: -170px -184px
}

.stack-sprite-13 {
    background-size: 520px;
    background-position: -86px -210px;
    width: 100px;
    height: 100px
}

.stack-sprite-14 {
    background-size: auto;
    background-position: -1086px -445px
}

.stack-sprite-15 {
    background-size: 300px;
    background-position: 0 -180px;
    width: 60px;
    height: 60px
}

.stack-sprite-16 {
    background-size: auto;
    background-position: -1220px -445px
}

.stack-sprite-17 {
    background-size: 360px;
    background-position: -77px -215px
}

.stack-sprite-18 {
    background-size: 520px;
    background-position: -232px -320px;
    width: 100px;
    height: 100px
}

.stack-sprite-19 {
    background-size: 420px;
    background-position: -659px -174px
}

.tech-stack-logos ul li {
    width: 33%;
    float: left;
    display: block
}

.stack-row-1 {
    width: 60%;
    margin: 0 auto
}

.stack-row-2 {
    width: 80%;
    margin: 0 auto
}

.stack-row-3 {
    width: 100%;
    margin: 0 auto
}

.stack-row-4 {
    width: 80%;
    margin: 0 auto
}

.stack-row-5 {
    width: 60%;
    margin: 0 auto
}

.gray-logo {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 130px
}

.dtls-sub-menu:after {
    content: '';
    display: block;
    width: 34px;
    height: 3px;
    background: #15a0e5;
    position: absolute;
    left: 0;
    top: 35px
}

.dropdown-menu li.all-service {
    width: 100%;
    font-size: 20px !important;
    text-align: center
}

.dropdown-menu li.all-service a {
    color: #15a0e5 !important;
    font-size: 20px !important;
    text-align: center;
    transition: .4s all;
    font-weight: 500;
    text-transform: capitalize
}

.dropdown-menu li.all-service a i {
    color: #15a0e5;
    font-size: 18px;
    transition: .4s all
}

.dropdown-menu li.all-service a:hover i {
    padding-left: 10px;
    transition: .4s all
}

.useful-serice {
    width: 100%;
    position: relative
}

.useful-serice .useful-serice__pagination {
    position: absolute;
    width: 15px;
    text-align: center;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 1;
    height: 200px
}

.useful-serice .swiper-slide {
    padding: 0;
    visibility: hidden !important;
    -webkit-transform: none;
    transform: none;
    transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s
}

.useful-serice .swiper-slide-active {
    visibility: visible !important;
    -webkit-transform: none;
    transform: none
}

.div-portfolio- figure .thumb_1 img {
    width: 100%;
    height: auto
}

.swiper-slide .full-height {
    padding-right: 0;
    padding-left: 30px
}

.div-portfolio-1:before {
    background: #222 !important
}

.div-portfolio-2:before {
    background: #333 !important
}

.div-portfolio-3:before {
    background: #151515 !important
}

.div-portfolio-4:before {
    background: #222 !important
}

.div-portfolio-5:before {
    background: #333 !important
}

.skyline-img-2 {
    background: rgb(17 172 238/15%)
}

.breadcrumb-area:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .85;
    right: 0;
    left: 0;
    z-index: 0;
    background: -moz-linear-gradient(-45deg, #222 0, #000 100%);
    background: -webkit-linear-gradient(-45deg, #222 0, #000 100%);
    background: linear-gradient(135deg, #222 0, #000 100%)
}

.menu-icon {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ef791b;
    padding: 12px 13px;
    border-radius: 50%;
}

.contact-card {
    background: #fff
}

.email-card {
    background: #fff
}

.skype-card {
    background: #fff
}

.swiper-pagination-bullet {
    background: #11acee
}

section {
    padding-left: 90px !important
}

section.work-section {
    padding-left: 0 !important
}

section.develop-section {
    padding-left: 0 !important
}

.navbar-nav {
    text-align: left !important
}

#mySidenav {
    transition: all .4s ease
}

#mySidenav:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    min-height: 105vh;
    background: #101010
}

.bg-light-gray {
    background: #f7f7f7
}

.main-header.main-header-inner {
    border-right: 1px solid rgb(0 0 0/10%)
}

.drk-blue {
    color: #2f4a99
}

.inner-hero-heading h1 {
    font-size: 48px !important;
    line-height: 54px !important;
    text-transform: uppercase;
    font-weight: 700
}

.color-black {
    color: #101010 !important
}

.color-light-blue {
    color: #12abee !important
}

.font-bold {
    font-weight: 700 !important
}

.inner-hero-heading {
    padding-right: 15px
}

.inner-hero-heading p.sub-menu {
    font-size: 36px;
    line-height: 46px;
    font-weight: 200;
    color: #101010
}

.hero-heading-sec.inner-hero-heading p {
    max-width: auto !important;
    margin: 10px 0
}

.center {
    text-align: center !important
}

.color-444 {
    color: #444 !important
}

p.sm-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.inner-hero-card-web {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
    min-height: 100vh !important
}

.shape-a44 {
    top: -125px;
    left: 30%
}

.shape-a44 img {
    width: 210px
}

.shape-a11 {
    bottom: -10px;
    left: 25%
}

.shape-a33 {
    bottom: 7%;
    right: 7%
}

.about-image img {
    width: 100%;
    height: auto
}

.hero-content-sec-3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.pd-15 {
    padding: 15px !important
}

h2.extra-lg {
    font-size: 100px;
    color: #101010;
    line-height: 120px;
    text-transform: uppercase;
    font-weight: 700
}

.video-cnt-left {
    padding: 60px 60px 30px 30px
}

.video-cnt-left p {
    padding-right: 100px
}

.video-cnt-right ul li {
    padding: 40px 15px
}

.video-cnt-right ul li span {
    font-size: 72px;
    font-weight: 600;
    color: #02a1f3;
    padding-left: 15px
}

.video-cnt-right ul li p {
    font-size: 20px;
    line-height: 32px;
    color: #444;
    padding-top: 10px
}

.video-cnt-right ul li:nth-child(1) {
    border-bottom: 1px solid #ccc
}

.video-cnt-right ul {
    padding-top: 20px
}

.semi-font {
    font-size: 26px;
    font-weight: 300px;
    line-height: 34px;
    padding-bottom: 10px
}

.fw-bold {
    font-weight: 700
}

.mb15 {
    margin-bottom: 15px !important
}

.about-sec-app .small .statnumb {
    padding-left: 0;
    padding-right: 15px
}

.about-sec-app .in-stats .statistics span {
    font-size: 48px;
    color: #02a1f3
}

.about-sec-app .small {
    margin-top: 60px
}

.about-sec-app .in-stats .statistics p {
    color: #444;
    padding-top: 10px
}

.home-about-left {
    padding-right: 30px
}

.white-bg.service-section {
    background: #f7f7f7
}

.white-bg.service-section:before {
    background: url(../images/shape/dot-shape.png) #f7f7f7
}

.white-bg.service-section .s-block {
    padding: 40px 20px;
    background: #fff;
    border: none;
    min-height: 445px
}

.white-bg.service-section .s-block h4 {
    font-size: 36px;
    color: #101010;
    margin-bottom: 15px
}

.white-bg.service-section .s-block p {
    color: #444
}

.white-bg.service-section .s-card-icon {
    width: 90px
}

.white-bg.service-section .s-block:hover {
    background: #12abee;
    color: #fff
}

.white-bg.service-section .s-block:hover h4,
.white-bg.service-section .s-block:hover p {
    color: #fff
}

.dark-bg {
    background: #101010
}

.margin-left-45 {
    margin-left: 45px
}

.mgmt-img {
    float: left;
    width: 50%;
    overflow: hidden
}

.mgmt-img img {
    width: 100%;
    height: auto;
    filter: grayscale(1);
    transition: all .4s
}

.mgmt-box:hover .mgmt-img img {
    filter: grayscale(0);
    border-radius: 60px 0 0 0;
    transition: all .4s
}

.mgmt-box:hover .mgmt-img {
    border-radius: 60px 0 0 0;
    transition: all .4s
}

.mgmt-cnt {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-top: 0
}

.font-24 {
    font-size: 24px !important
}

.fw-500 {
    font-weight: 500
}

.fw-400 {
    font-weight: 400
}

.mgmt-cnt img {
    opacity: .1
}

.mgmt-cnt span {
    font-weight: 700;
    font-size: 37px;
    line-height: 40px
}

.mgmt-count span {
    color: #02a1f3;
    font-size: 50px;
    line-height: 100px
}

.mgmt-cnt .mgmt-text {
    color: #9f9d9dfc;
    font-size: 16px;
    line-height: normal;
    margin-top: 20px
}

.mg-title {
    color: #fefefe
}

.mg-title span {
    font-weight: 200
}

.mgmt-cnt p.mgmt-sm-font {
    line-height: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    font-weight: 400
}

.mgmt-cnt p {
    font-size: 20px;
    color: #12abee;
    line-height: 10px;
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.mgmt-cnt-right {
    text-align: right;
    padding: 50px 15px 0 0
}

.mgmt-cnt-right p.mgmt-sm-font {
    padding-right: 0;
    padding-left: 15px
}

.mgmt-cnt-right img {
    transform: rotatey(180deg)
}

.mgmt-box-1 .mgmt-cnt {
    padding-top: 0
}

.mgmt-box-2 .mgmt-cnt {
    padding-top: 0
}

.mgmt-box-3 .mgmt-cnt {
    padding-top: 100px
}

.mgmt-box-4 .mgmt-cnt {
    padding-top: 100px
}

.mgmt-box-2:hover .mgmt-img img {
    border-radius: 0 60px 0 0;
    transition: all .4s
}

.mgmt-box-2:hover .mgmt-img {
    border-radius: 0 60px 0 0;
    transition: all .4s
}

.mgmt-box-3:hover .mgmt-img img {
    border-radius: 0 60px 0 0;
    transition: all .4s
}

.mgmt-box-3:hover .mgmt-img {
    border-radius: 0 60px 0 0;
    transition: all .4s
}

.mgmt-box-3 .mgmt-cnt-right img {
    transform: rotatey(0)
}

.mgmt-box-4 .mgmt-cnt img {
    transform: rotatey(180deg)
}

.pd-r0 {
    padding-right: 0 !important
}

.pd-l0 {
    padding-left: 0 !important
}

.card-header .btn-link:hover {
    color: #fff
}

.dark-bg {
    background: #101010;
    overflow: hidden;
    position: relative
}

.world-map {
    background: url(../images/home/map.png);
    width: 570px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat
}

.bling-circle {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgb(255 255 255/0%)
}

.bling-circle:after {
    content: "";
    width: 1px;
    height: 1px;
    border-radius: 100%;
    border: 3px solid #fff;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring-animation 2.4s ease-out infinite;
    box-shadow: 0 0 0 0 rgb(18 171 238/80%)
}

@-webkit-keyframes ring-animation {
    to {
        box-shadow: 0 0 0 40px transparent
    }
}

.bling-address-1 {
    transition: .5s all
}

.address-block {
    display: block;
    width: 210px;
    border: 1px solid rgb(255 255 255/33%);
    background: rgb(255 255 255/11%);
    transform: scale(0);
    transition: .5s all
}

.address-block h4 {
    color: #fff;
    font-size: 24px;
    line-height: 32px
}

.bling-address-1:hover .address-block {
    display: block;
    transition: .5s all;
    padding: 15px;
    z-index: 1;
    position: relative;
    transform: scale(1)
}

.bling-address-2:hover .address-block {
    display: block;
    transition: .5s all;
    padding: 15px;
    z-index: 1;
    position: relative;
    transform: scale(1)
}

.bling-address-3:hover .address-block {
    display: block;
    transition: .5s all;
    padding: 15px;
    z-index: 1;
    position: relative;
    transform: scale(1)
}

.bling-address-4:hover .address-block {
    display: block;
    transition: .5s all;
    padding: 15px;
    z-index: 1;
    position: relative;
    transform: scale(1)
}

.bling-address-5:hover .address-block {
    display: block;
    transition: .5s all;
    padding: 15px;
    z-index: 1;
    position: relative;
    transform: scale(1)
}

.country-name img {
    width: 50px;
    float: left;
    padding-right: 15px
}

.bling-address {
    display: inline-block;
    width: 0
}

.bling-address-1 {
    position: absolute;
    top: 90px;
    left: 60px
}

.bling-address-2 {
    position: absolute;
    top: 40px;
    left: 220px
}

.bling-address-3 {
    position: absolute;
    top: 117px;
    left: 320px
}

.bling-address-4 {
    position: absolute;
    top: 25%;
    right: 39%
}

.bling-address-5 {
    position: absolute;
    top: 245px;
    right: 130px
}

.form-control:focus {
    box-shadow: none
}

.custom-select:focus {
    box-shadow: none
}

.footer-form-body .form-block input {
    background: 0 0;
    border-radius: 0;
    border: none !important;
    border-bottom: 2px solid rgb(255 255 255/50%) !important;
    padding: 0
}

.footer-form-body .form-block select {
    background: 0 0;
    border-radius: 0;
    border: none !important;
    border-bottom: 2px solid rgb(255 255 255/50%) !important;
    padding: 0
}

.footer-form-body .form-block textarea {
    background: 0 0;
    border-radius: 0;
    border: none !important;
    border-bottom: 2px solid rgb(255 255 255/50%) !important;
    padding: 15px 0 0
}

.footer-form-body .form-block input:-webkit-autofill {
    caret-color: #fff;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-background-clip: text;
    box-shadow: 0 0 0 50px #101010 inset
}

.footer-form-body .form-block textarea {
    color: #fff
}

.footer-form-body .form-block select {
    color: #fff
}

.footer-form-body .form-block select option {
    color: #444 !important
}

.footer-form-body .form-block input:focus {
    background-color: transparent !important
}

.footer-form-body .form-block input::placeholder,
.footer-form-body .form-block textarea::placeholder {
    color: #fff
}

.office-text ul li {
    padding: 8px 0
}

.office-text ul li i {
    padding-right: 10px
}

.office-text ul li a {
    color: #444
}

.value-listing li {
    text-align: left;
    padding-bottom: 10px
}

.value-listing li span {
    float: left;
    line-height: 24px
}

.value-listing li p {
    line-height: 24px;
    padding-left: 30px
}

.leader-section .info-text-block h4 {
    margin-bottom: 0
}

.leader-section .info-text-block h5 {
    margin-bottom: 10px;
    font-weight: 600
}

.full-image-card {
    position: relative
}

.fluid-performer-heading {
    position: static;
    text-align: center
}

.fluid-performer-section .full-image-card .image-div {
    float: left;
    border-radius: 0 !important
}

.fluid-performer-section .full-image-card .image-div img {
    width: auto !important;
    border-radius: 0 !important
}

.fluid-performer-section .full-image-card {
    overflow: hidden;
    margin-top: 0
}

.fluid-performer-section .info-text-block {
    position: absolute;
    bottom: 0;
    left: 33%;
    background: #fff;
    padding: 10px 15px
}

.fluid-performer-section .info-text-block h4 {
    font-size: 32px
}

.pd-0 {
    padding: 0
}

.full-image-card-1 {
    margin-top: 150px !important;
    margin-left: -35px
}

.full-image-card-3 {
    padding-left: 55px;
    margin-top: 60px !important
}

.full-image-card-4 .info-text-block {
    position: absolute;
    left: 22%;
    text-align: right;
    z-index: 1
}

.full-image-card-4 .image-div {
    float: right !important
}

.full-image-card-4 {
    margin-top: 15px !important
}

.full-image-card-2 {
    margin-top: -30px
}

.fluid-performer-section .full-image-card-2 .info-text-block {
    left: 25%
}

.fluid-performer-section .full-image-card-3 .info-text-block {
    left: 50%
}

.statistics .statnumb-lg span {
    font-size: 48px
}

.statistics-section-lg .statistics {
    display: flex !important
}

.statistics-section-lg .statistics .statnumb {
    padding-left: 0
}

.statistics-section-lg .small .statistics span {
    font-size: 36px
}

.font-20 {
    font-size: 20px !important
}

.mask-content {
    position: absolute;
    top: 45%;
    text-align: center;
    left: 0;
    right: 0;
    background: #000;
    background: rgb(0 0 0/40%);
    transform: scale(.6);
    opacity: 0;
    transition: all .4s ease
}

.mask-content p {
    font-size: 30px;
    font-weight: 500;
    padding: 10px;
    color: #fff
}

.h-scl-:hover .h-scl-base .mask-content {
    opacity: 1;
    transform: scale(1);
    transition: all .4s ease
}

.benefit-box {
    position: relative
}

.icon-square {
    width: 250px;
    height: 250px;
    background: #1d1d1d;
    box-shadow: 0 0 15px rgb(0 0 0/13%);
    border-radius: 8px
}

.icon-square img {
    padding: 48px 30px;
    z-index: 1;
    position: relative
}

.benefit-box-cnt {
    position: absolute;
    top: 50px;
    left: 200px
}

.benefit-box-cnt p:nth-child(1) {
    font-size: 90px;
    line-height: 120px;
    font-weight: 600;
    color: #12abee
}

.benefit-box-cnt p:nth-child(2) {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #a2a2a2
}

.benefit-box-sm .icon-square {
    width: 200px;
    height: 200px;
    background: #1d1d1d;
    box-shadow: 0 0 15px rgb(0 0 0/13%);
    border-radius: 8px
}

.benefit-box-sm p:nth-child(1) {
    font-size: 65px;
    line-height: 90px;
    font-weight: 600;
    color: #12abee
}

.benefit-box-sm p:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #a2a2a2
}

.benefit-box-sm .icon-square img {
    padding: 40px 20px;
    z-index: 1;
    position: relative
}

.benefit-box-sm .benefit-box-cnt {
    left: 160px
}

.fs-30 {
    font-size: 30px !important;
    line-height: 38px !important
}

.fs-48 {
    font-size: 48px !important;
    line-height: 54px !important
}

.teckstack-inner .techstack-inner-right ul {
    list-style: circle;
    margin-left: 30px
}

.inner-section-1 {
    position: relative
}

.inner-section-1:before {
    content: '';
    display: block;
    width: 50%;
    height: 75%;
    background: #101010;
    position: absolute;
    left: 0
}

.inner-section-1-lft {
    padding-right: 100px !important
}

.inner-benefit-section h2 {
    font-size: 200px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 200px;
    text-align: center;
    position: absolute;
    opacity: .03;
    padding-top: 210px;
    left: 0;
    right: 0;
    color: #fff
}

.benefit-box .icon-square:before {
    content: '';
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    background-color: #87f0e6;
    top: 30px;
    left: 30px;
    z-index: 0;
    transition: all .5s ease;
    opacity: .3
}

.benefit-box-sm .icon-square:before {
    content: '';
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    background-color: #87f0e6;
    top: 20px;
    left: 20px;
    z-index: 0;
    transition: all .5s ease;
    opacity: .3
}

.benefit-box-sm .icon-square-2:before {
    background-color: #f8cc33
}

.benefit-box-sm .icon-square-3:before {
    background-color: #ff7173
}

.bg-dark {
    background: #101010 !important
}

.inner-benefit-section {
    position: relative;
    overflow: hidden
}

.inner-benefit-section .shape {
    opacity: .3
}

.dg-hero-shp1-right {
    right: 0;
    left: auto
}

.inner-section-1-rgt {
    padding: 30px 60px 30px 90px;
    border: 2px solid #101010;
    margin-left: -120px;
    margin-top: 45px
}

.inner-section-1-rgt p:nth-child(1) {
    font-size: 24px;
    font-style: italic;
    padding-bottom: 15px;
    line-height: 34px;
    font-weight: 500
}

.inner-section-1-rgt p:nth-child(1) i {
    color: #12abee;
    font-size: 26px;
    opacity: .7
}

.four-colom-section .s-block {
    padding: 30px 15px
}

.four-colom-section .op-2 .s-block {
    min-height: 436px
}

.four-colom-section .ovr-bg2 .ovr-base:before {
    background: linear-gradient(156deg, #02a1f3 0, #304b99 100%)
}

.bd-hor .bd-hor-base:hover h4 {
    color: #304b98
}

.fw-600 {
    font-weight: 600 !important
}

.why-choose-section .s-block {
    background: #1d1d1d;
    border: 1px solid #333
}

.why-choose-section .why-app-grid .s-block {
    height: 245px
}

.eight-grids .s-block {
    overflow: hidden;
    height: 281px
}

.pro-lists .process-cnt ul li {
    padding: 0 4px 0 0
}

.review-panel {
    border: 2px solid #b6dff3;
    padding: 22px 0;
    background: linear-gradient(to right, #fff 0, #fffcf5 100%)
}

.pb-0 {
    padding-bottom: 0 !important
}

.p-relative {
    position: relative
}

.fluid-performer-section .shape-dg-1 {
    left: 90px;
    top: -80px
}

.pd-l-15 {
    padding-left: 15px
}

.why-choose-section .wide-sblock h4 {
    color: #fff
}

.why-choose-section .s-card-icon img {
    width: 80px;
    max-width: inherit
}

.p-gray {
    color: #a2a2a2 !important
}

.numbering {
    font-size: 160px;
    font-weight: 600;
    color: rgb(255 255 255/5%);
    position: absolute;
    right: -5px;
    top: 0
}

.app-category {
    margin-top: -60px
}

.app-category-body h4 {
    font-size: 20px
}

.media.align-right-text-div {
    display: block;
    padding-right: 30px
}

.media.align-right-text-div .img-ab- {
    float: right
}

.media.align-right-text-div .media-body {
    margin-left: 0;
    margin-right: 90px;
    text-align: right
}

.media.align-right-text-div .media-body h4 {
    text-align: right
}

.media.align-right-text-div ul {
    padding-top: 5px
}

.media.align-right-text-div ul li {
    padding: 5px
}

.media.align-right-text-div ul li i {
    float: right;
    line-height: 28px
}

.media.align-right-text-div ul li p {
    padding-right: 30px
}

.media.align-left-text-div {
    padding-left: 30px
}

.media.align-left-text-div ul {
    padding-top: 5px
}

.media.align-left-text-div ul li {
    padding: 5px
}

.media.align-left-text-div ul li i {
    line-height: 28px;
    float: left
}

.media.align-left-text-div ul li p {
    padding-left: 30px
}

.customize-app-service {
    position: relative
}

.customize-app-service:before {
    content: '';
    display: block;
    background: #324aa9;
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    bottom: 0
}

.mt30 {
    margin-top: 30px !important
}

.semi-font-2 {
    font-size: 22px !important;
    line-height: 34px !important
}

.techstack-inner-left {
    padding-right: 100px
}

.techstack-inner-right ul li {
    padding: 8px 30px 8px 1px;
    font-size: 20px;
    font-weight: 500;
    position: relative
}

.techstack-inner-right ul li:nth-child(even):before {
    background: 0 0;
    border: 2px solid #324aa9
}

.techstack-inner-right h4 {
    color: #324aa9;
    font-size: 30px;
    margin-bottom: 10px
}

.technology-row {
    margin-bottom: 25px
}

.inner-services-section .ovr-bg1 .ovr-base:before {
    content: "";
    width: 100%;
    background: linear-gradient(0deg, #304b98 0, #12abee 100%);
    width: 100%
}

.dg-portfolio-section .div-portfolio- {
    padding: 60px
}

.dg-portfolio-section .div-portfolio- .div-item-info h3 {
    font-size: 60px;
    color: #fff
}

.inner-port-info span {
    font-size: 48px
}

.inner-port-info p {
    font-size: 24px
}

.inner-process>ul>li span {
    position: absolute;
    left: 0;
    top: 40px
}

.inner-process ul li {
    padding: 20px 0;
    position: relative
}

.process-cnt {
    padding-left: 30px
}

.process-cnt h3 {
    font-size: 54px;
    line-height: 56px
}

.process-cnt ul li {
    float: left;
    position: relative;
    font-size: 17px;
    line-height: 26px;
    padding: 0 20px 0 0
}

.process-cnt ul {
    overflow: hidden;
    padding-top: 10px
}

.inner-process>ul {
    margin-top: -40px
}

.inner-process img {
    width: 100%;
    padding: 0 60px;
    margin-top: -40px
}

.dev-cost {
    width: 100%;
    height: 300px
}

.inner-cost-section-bg {
    background: #000;
    position: relative;
    height: 400px
}

.inner-cost-section-bg:before {
    content: "";
    background: url(../images/home/appikr-stands-among.png);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0
}

.inner-cost-section {
    padding-left: 0 !important
}

.inner-cost-heading {
    width: 50%;
    float: right;
    padding: 0
}

.inner-cost-heading .common-heading {
    background: #fff;
    color: #101010;
    right: 60px;
    top: 125px;
    padding: 60px;
    text-align: left;
    box-shadow: 0 0 25px rgb(0 0 0/7%)
}

.inner-cost-heading .common-heading h2 {
    color: #101010
}

.app-category2 .s-block {
    background: #ccecff
}

.app-category1 .s-block {
    background: #d5dbec;
    border: 1px solid #d5dbec
}

.img-resp {
    width: 100%;
    height: auto
}

.business-cnt .media-body ul li {
    padding: 8px 0
}

.business-cnt .media-body ul li p {
    font-size: 22px;
    padding-left: 30px;
    line-height: 30px
}

.business-cnt .media-body ul li i {
    float: left;
    line-height: 28px;
    font-size: 20px;
    padding-right: 10px
}

.business-cnt .media-body h4 {
    font-size: 36px;
    padding-bottom: 20px;
    padding-top: 30px
}

.inner-process>ul>li span {
    position: absolute;
    left: -25px;
    top: 20px;
    font-size: 54px;
    line-height: 56px;
    background: #304b99;
    padding: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #ffff;
    font-weight: 500
}

.inner-process>ul>li span::before {
    content: '';
    position: absolute;
    width: 86px;
    height: 86px;
    background: 0 0;
    border-radius: 50%;
    top: -8px;
    left: -8px;
    border: 1px solid #304b99
}

.process-cnt {
    padding-left: 75px
}

.inner-process>ul {
    position: relative
}

.inner-process>ul::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 83%;
    left: 10px;
    top: 25px;
    bottom: 0;
    background: 0 0;
    border-right: 2px dashed #304b99
}

.inner-process ul li {
    cursor: pointer
}

.inner-process ul li:hover h3 {
    color: #304b99
}

.cost-affect .s-card-icon {
    float: left
}

.cost-affect .s-card-icon {
    text-align: left
}

.cost-affect .s-card-icon img {
    width: 60px
}

.cost-affect {
    padding-bottom: 30px
}

.cost-affect h4 {
    padding-left: 75px;
    text-align: left
}

.cost-affect p {
    padding-left: 75px;
    text-align: left
}

.cost-affect-body-1 {
    margin-top: 15px;
    border: none;
    border-bottom: 8px solid #304b99
}

.cost-affect-body-2 {
    margin-top: 105px;
    border: none;
    border-bottom: 8px solid #304b99
}

.cost-affect-body-3 {
    margin-top: 205px;
    border: none;
    border-bottom: 8px solid #304b99
}

.cost-affect-cta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto
}

.pos-relative {
    position: relative
}

.cost-affect-body-1 .cost-affect:nth-child(3) {
    padding-bottom: 0
}

.cost-affect-body-2 .cost-affect:nth-child(3) {
    padding-bottom: 0
}

.cost-affect-body-3 .cost-affect:nth-child(3) {
    padding-bottom: 0
}

.inner-banner-hero-img1 {
    transform: translateZ(0) scale(1)
}

.statize-planning li img {
    width: 60px
}

.statize-planning li {
    border-right: 1px solid #e5e5e5;
    padding: 0 60px
}

.statize-planning li h4 {
    padding-top: 5px
}

.statize-planning li:nth-last-child(1) {
    border-right: 0 !important
}

.top-rated-sec2 {
    position: relative
}

.top-rated-sec2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    height: 570px;
    background: #101010;
    border-radius: 0 0 300px 0
}

.top-rated-services .media {
    display: block
}

.top-rated-services .media-body {
    margin-left: 0 !important;
    margin-top: 15px
}

.itm-media-object.top-rated-services .media .img-ab- {
    width: 75px !important
}

.mt40 {
    margin-top: 40px !important
}

.specialized-offer-cnt {
    background: #000;
    position: relative
}

.specialized-offer-cnt:before {
    content: "";
    background: url(../images/home/specialized-offer.jpg);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .15;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center
}

.specialized-offers {
    padding-left: 0 !important
}

.specialized-offer-col-body {
    padding-left: 125px;
    padding-right: 40px
}

.specialized-offer-col-body .s-block {
    background: 0 0;
    display: block;
    text-align: left;
    border: none;
    border-right: 1px solid rgb(255 255 255/20%);
    border-bottom: 1px solid rgb(255 255 255/20%);
    border-radius: 0
}

.cst-specialized-offers .s-block {
    min-height: 350px
}

.specialized-offer-col-body .s-block .s-card-icon {
    margin: 0 0 15px 15px;
    width: 60px
}

.specialized-offer-col-body .s-block h4 {
    color: #fff
}

.specialized-offer-col {
    padding: 0 !important
}

.specialized-offer-col-body .specialized-offer-col:nth-child(3) .s-block {
    border-right: 0 !important
}

.specialized-offer-col-body .specialized-offer-col:nth-child(6) .s-block {
    border-right: 0 !important;
    border-bottom: 0 !important
}

.specialized-offer-col-body .specialized-offer-col:nth-child(4) .s-block {
    border-bottom: 0 !important
}

.specialized-offer-col-body .specialized-offer-col:nth-child(5) .s-block {
    border-bottom: 0 !important
}

.specialized-offer-col-body .s-block:hover h4 {
    color: #02a1f3
}

.specialized-offer-col-body .s-block:hover p.p-gray {
    color: #fff !important
}

.development-process .service-slide {
    background: 0 0 !important;
    padding: 15px;
    min-height: 510px
}

.mob-app .devlop-process-cnt h4 {
    font-size: 22px !important
}

.development-process .service-slide.card-bg-1 {
    background: #324aa9 !important
}

.development-process .service-slide.card-bg-2 {
    background: #15a0e5 !important
}

.development-process .service-slide.card-bg-3 {
    background: #324aa9 !important
}

.development-process .service-slide.card-bg-4 {
    background: #15a0e5 !important
}

.development-process .service-slide.card-bg-5 {
    background: #324aa9 !important
}

.development-process .service-slide.card-bg-6 {
    background: #15a0e5 !important
}

.development-process .devlop-process-cnt {
    height: 380px !important
}

.development-process .devlop-process-cnt img {
    width: 70px;
    margin: 0 auto 15px
}

.development-process .devlop-process-cnt h4 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 15px;
    color: #fff
}

.development-process .devlop-process-cnt p {
    color: #fff
}

.development-process .devlop-process-cnt .numbering {
    font-size: 140px;
    font-weight: 700;
    color: rgb(255 255 255/30%);
    position: absolute;
    right: auto;
    left: 30%;
    bottom: -35px;
    top: auto;
    border-radius: 50%
}

.what-different-col-cnt {
    padding-left: 10px
}

.what-different-col-cnt h3 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 5px
}

.what-different-col-cnt p {
    font-size: 20px;
    line-height: 28px
}

.what-different-col .dpt-splized-heading-sec img {
    padding-right: 10px
}

.what-different-col {
    padding: 5px 0
}

.pd-l-35 {
    padding-left: 35px !important
}

ul.development-service-ul li i {
    float: left;
    line-height: 28px
}

ul.development-service-ul li p {
    padding-left: 30px
}

ul.development-service-ul li {
    padding: 7px 0;
    font-size: 18px
}

ul.development-service-ul li p {
    font-size: 18px !important
}

.pd-r-60 {
    padding-right: 60px
}

ul.development-service-ul li:hover {
    color: #02a1f2;
    padding-right: 15px
}

.max-w-100 {
    max-width: 100% !important;
    width: auto !important
}

.fs-16 {
    font-size: 16px !important
}

ul.development-app-ul li {
    padding: 7px 0
}

ul.development-app-ul li i {
    float: left;
    line-height: 28px
}

ul.development-app-ul li p {
    padding-left: 30px
}

.app-category3 .s-block {
    background: #e5e5e5;
    border-color: #e5e5e5
}

.case-study-banner .img-block-ca2 .abt-ca2 {
    border-radius: 0;
    position: relative;
    z-index: 5;
    width: auto
}

.case-study-banner h1 {
    font-size: 110px !important;
    text-transform: capitalize !important;
    line-height: 140px !important;
    color: #101010
}

.case-study-banner p.sub-menu {
    font-size: 60px !important;
    color: #101010
}

.app-store-icons ul li {
    margin-right: 15px;
    margin-top: 50px
}

.ui-d {
    font-size: 30px
}

.ui-d span {
    font-weight: 700
}

.case-study .project-view {
    padding-right: 50px
}

.case-study .list-style- li {
    list-style: none;
    padding: 5px 0
}

.case-study .list-style- li i {
    padding-right: 10px
}

.case-study .list-style- {
    padding-left: 0
}

.features-cnt {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 15px
}

.feature-box {
    position: relative
}

.features-cnt h3 {
    padding-bottom: 15px
}

.feature-box-1 {
    margin-top: -200px
}

.feature-box.feature-box-4 {
    margin-bottom: 0
}

.feature-box {
    margin-bottom: 70px
}

.challenge-img img {
    width: 100%;
    height: auto
}

.challange-cnt .media-body h4 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px !important
}

.fs-20 {
    font-size: 20px
}

.challange-cnt-1 {
    border-right: 1px solid #ffffff45
}

.challange-cnt-2 .media-body {
    padding-left: 30px !important
}

.dark-gray-bg {
    background: #222
}

.project-screens .screen-splits {
    padding: 20px 10px
}

.card-nx .icon-card- {
    padding: 15px 0
}

.tech-bx {
    width: 130px;
    height: 130px;
    border: 1px solid #f3f3f3;
    padding: 25px;
    border-radius: 50%;
    box-shadow: 0 0 15px #0000000d;
    margin-bottom: 15px
}

.tech-bx img {
    width: 100%;
    height: auto
}

.domain img {
    width: 100%;
    height: auto
}

.feedback-img img {
    width: 100%
}

.dark-blue {
    background-color: #324aa9
}

.case-about-us {
    position: relative
}

.case-about-us::before {
    content: '';
    width: 100%;
    height: 260px;
    background-color: #324aa9;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.case-about-us p {
    font-size: 20px !important;
    line-height: 38px !important;
    margin-top: 140px
}

section.case-benefits-body {
    padding-left: 0 !important
}

.case-benefit-img {
    min-height: 300px;
    position: relative;
    z-index: 1
}

.benefit-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90%;
    z-index: -1
}

.benefit-heading {
    padding-top: 30px;
    padding-right: 50px
}

.offer-content {
    background-color: #222;
    padding: 120px 0 0;
    margin-top: 0
}

.offer-list {
    margin: 0 -15px
}

.offer-box {
    width: 33.33%;
    margin-bottom: 35px;
    padding: 0 15px
}

.offer-box p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin: 13px;
    padding-left: 18px
}

.resp-img {
    width: 100%;
    height: auto
}

.case-study {
    position: relative
}

.pd-l-90 {
    padding-left: 90px
}

.services-process {
    position: relative
}

.border-r0 img {
    border-radius: 0 !important
}

.strate {
    text-align: left
}

.strate span {
    font-size: 100px;
    font-weight: 600;
    color: #12abee !important;
    margin-bottom: 15px;
    display: block
}

.pr-30 {
    padding-right: 30px !important
}

.logo-weworkfor .owl-item .items img {
    filter: grayscale(100%);
    width: 170px !important
}

.all-client-logos .logo-weworkfor .owl-item .items img {
    filter: invert(1);
    color: #fff
}

.logo-weworkfor .owl-item .items img:hover {
    filter: none
}

.weworkfor-top {
    background: #f7f7f7 !important;
    padding-bottom: 30px
}

.fw-300 {
    font-weight: 300
}

.game-app-3 {
    background-image: url(../images/service/game/game-banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom
}

section.game-app-3 .ht-420 {
    height: 420px;
    min-height: 420px
}

.game-app-left {
    padding-bottom: 50px
}

.game-app-right {
    position: relative
}

.game-app-right img {
    position: absolute;
    bottom: 0;
    right: 0
}

.game-app-left .media-body h4 {
    color: #fff
}

.img-mx-width {
    max-width: 100%
}

.game-app-6 .inner-cost-section-bg:before {
    content: "";
    background: url(../images/service/game/game-bg.jpg);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0
}

.statnumb2 {
    background: #fff;
    padding: 18px;
    text-align: center;
    box-shadow: 0 16px 44px -19px #242526a6;
    border-radius: 0 18px 68px 0
}

.statnumb2 span {
    font-size: 35px;
    color: #12abee !important
}

.statnumb2 p {
    color: #101010 !important
}

.statnumb2 img {
    width: 50%;
    display: block;
    margin: auto;
    margin-bottom: 17px
}

.bl-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.fluper-title {
    position: absolute;
    left: 30px;
    width: 177px;
    top: 11%;
    font-size: 18px;
    color: #ffffffcf;
    z-index: 999;
    font-weight: 500
}

.game-app-6 .inner-cost-heading .common-heading {
    top: 200px
}

.service-card-prb {
    display: block
}

.service-card-prb2 {
    display: none !important
}

.weworkfor-game {
    background: #0e0321 !important;
    margin-bottom: 60px
}

.weworkfor-top .owl-carousel .owl-stage {
    display: flex;
    align-items: center
}

.custom-port .portfolio-item-info .reviews-card {
    background: rgb(255 255 255/90%);
    padding: 25px;
    border-radius: 8px
}

.bg-gradient7-1 {
    background: #7effb0
}

.bg-gradient7-11 {
    background: #ffce4b
}

.bg-color-light-red {
    background: #ff866f
}

.cust-portf {
    padding: 60px 0
}

.logo-wrap {
    padding: 20px;
    background-color: #ffffffbd;
    display: inline-block;
    border-radius: 6px
}

.spvt-container {
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden
}

.swiper-slide {
    min-height: 550px;
    padding: 20px 0;
    border-radius: 6px
}

.swiper-slide-active .slider-sub-title {
    animation: rollIn 1s
}

.swiper-slide-active .slider-title {
    animation: fadeInUp 1.5s
}

.swiper-slide-active.slide-2 .slider-title {
    animation: fadeInRight 1.5s
}

.swiper-slide-active.slide-3 .slider-title {
    animation: fadeInLeft 1.5s
}

.swiper-slide-active .slider-buttton {
    animation: zoomIn 2s
}

.portfolio-banner {
    position: relative;
    overflow: hidden
}

.abs-img-1 {
    position: absolute;
    right: -66px;
    bottom: 50px;
    opacity: .6
}

.abs-img-2 {
    position: absolute;
    left: -58px;
    bottom: 50px;
    opacity: .6
}

.abs-img-3 {
    position: absolute;
    bottom: -322px;
    left: 41%;
    opacity: .6
}

.portfolio-banner {
    padding-left: 0 !important
}

.cust-portf .circles-area {
    padding: 20px 0
}

.mt-60 {
    margin-top: 60px
}

.portfolio-ul li h5 {
    padding-left: 15px
}

.portfolio-circle ul li h5 {
    font-size: 28px;
    margin-top: 7px
}

.portfolio-circle ul li {
    list-style: none;
    float: left;
    width: 31%;
    text-align: center;
    padding: 17px 0;
    margin-right: 10px;
    background-image: url(../images/portfolio/circle.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.portfolio-circle ul {
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 30px
}

.user-review {
    padding: 22px 0 0;
    text-align: left
}

.user-review .media-body {
    margin: 30px 0 0
}

.case-rating {
    padding: 70px 0 0
}

.andorid-panel-bg {
    background-image: url(../images/banner/car-bg.jpg)
}

.unity-app-3 {
    background-image: url(../images/service/game/Hire-Unity.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom
}

.unity-app-3 .ht-420 {
    height: 390px;
    min-height: 390px
}

.grow-game {
    background-image: url(../images/service/game/game-dm-bottom.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom
}

.grow-game .ht-420 {
    height: 350px;
    min-height: 350px
}

.portfolio-10 h5 {
    font-size: 17px;
    font-weight: 400;
    color: #171616
}

.portfolio-10 h5 span {
    font-weight: 600
}

.portfolio-ul.portfolio-10 li h5 span {
    font-size: 18px
}

.circle-dott1:before {
    content: '\f054';
    position: initial;
    font-family: 'font awesome 5 free';
    margin-left: 15px;
    font-size: 20px
}

.service-cont {
    text-align: center;
    padding-bottom: 0;
    width: 100%;
    padding-right: 80px;
    position: relative;
    margin-top: -64px
}

.service-cont h4 {
    font-size: 30px
}

.service-cont p {
    font-size: 14px;
    font-weight: 400
}

.dtls-sub-menu li {
    font-size: 16px !important
}

.shape-icon img {
    height: 309px !important;
    width: 84% !important
}

.shape-icon {
    left: 110px !important
}

.ios-box .s-block {
    min-height: 100%
}

.onestop-box h4 {
    font-size: 22px
}

.onestop-box .s-block {
    background: #1d1d1d;
    border: 1px solid #333;
    min-height: 100%
}

.mb-game {
    padding: 46px !important
}

.unity-box1 .common-heading {
    padding: 50px !important
}

.sticky-slider {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.req-link {
    color: #fff;
    box-shadow: 0 0 1px #fff
}

.cli-logo .brand-logo {
    max-width: 180px;
    margin: 0 auto;
    padding: 13px;
    background: #fff
}

.fuild-bg .image-div {
    float: left;
    border-radius: 0 !important;
    height: 360px
}

.fluid-performer-section .fuild-bg .image-div img {
    width: 100% !important
}

.vision-content {
    background: #ffffffe8;
    padding: 22px;
    box-shadow: 0 15px 39px -11px #46638e45
}

.vision-content {
    background: #ffffffe8;
    padding: 22px;
    box-shadow: 0 15px 39px -11px #46638e45;
    min-height: 300px
}

.mission-content {
    padding: 22px;
    background: #ffffffe8;
    margin-bottom: 27px;
    box-shadow: 0 15px 39px -11px #46638e45
}

.mission-title h4 {
    margin-bottom: 15px;
    font-size: 30px
}

.mission-panl .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 16px 44px -19px #242526a6;
    margin-top: -11px
}

.mission-panl .nav-pills .nav-link {
    border-radius: .25rem;
    text-align: center;
    border: 1px solid #dbd7d7;
    margin: 0 6px;
    background: #ffffffe6
}

.mission-text h4 {
    font-size: 36px;
    line-height: 74px;
    color: #19aaec
}

.mission-banner img {
    height: 454px
}

.mission-text {
    width: 74%;
    padding-left: 9px;
    padding-top: 16px
}

.mission-text p {
    font-size: 18px;
    line-height: 32px
}

.why-pic {
    width: 70%
}

.start-pnl .inner-cost-heading .common-heading {
    background: #fff;
    color: #101010;
    right: 60px;
    top: 189px;
    padding: 60px;
    text-align: left;
    box-shadow: 0 0 25px rgb(0 0 0/7%)
}

.iot-img img {
    width: 70%
}

.iot-need img {
    width: 44%
}

.profit-box .s-block {
    min-height: 100%
}

.wear-top {
    padding: 56px 0 0
}

.best-list .industry-workfor {
    margin-top: 17px;
    border: 1px solid #ddd
}

.wear-ill img {
    height: 400px
}

.unity-box1 .inner-cost-section-bg:before {
    content: "";
    background: url(../images/service/game/unity-bg.png) !important;
    background-size: cover !important
}

.foot-icon li i {
    font-size: 14px;
    color: #ef791b;
}

.andriod-gm-bg .inner-cost-section-bg:before {
    content: "";
    background: url(../images/service/game/andriod-bg_2.png);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0
}

.career-panel {
    background: linear-gradient(to right, rgb(248 247 245), rgb(253 253 253), rgb(248 246 247))
}

.career-grid {
    background: #fff;
    padding: 19px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    min-height: 97%
}

.career-grid:hover {
    box-shadow: 3px 7px 10px #dddddd8a
}

.career-grid h5 {
    font-size: 24px;
    line-height: 46px
}

.jobinfo {
    line-height: 48px;
    font-weight: 700;
    cursor: pointer;
    position: relative
}

.job-lists {
    line-height: 26px;
    list-style-type: circle;
    padding-left: 20px
}

.exp-grid p {
    font-size: 16px;
    font-weight: 600
}

.career-2 {
    background-size: contain
}

.modal-apply .modal-dialog {
    max-width: 65%;
    margin: 2.75rem auto
}

.modal-apply .form-group {
    margin-bottom: 12px
}

.modal-apply .modal-content {
    background: #fff
}

.modal-apply .modal-body {
    padding: 0
}

.modal-apply form {
    padding: 25px 35px 20px 15px
}

.modal-apply .form-control {
    border: none;
    border-bottom: 2px solid #e5e8e8;
    border-radius: 0
}

.input-group-text {
    background-color: transparent;
    border: none
}

.modal-apply .btn-main {
    font-size: 14px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    padding: 0 28px;
    line-height: 44px
}

.leftside-img {
    background: #f1f8fb;
    padding-right: 0;
    padding-left: 0
}

.career-mdl {
    padding: 14px
}

.close-btn .close {
    background: #f27405;
    color: #fff;
    opacity: 1;
    font-size: 29px;
    padding: 5px;
    position: absolute;
    right: -11px;
    top: -12px;
    border-radius: 40px;
    width: 38px;
}

.career-mdl h1 {
    font-size: 27px;
    line-height: 42px
}

.input-group-text i {
    color: #f27405;
    font-size: 23px;
}

.why-choose-section .careeer-benfit .s-block {
    height: 100%
}

.lead-team {
    display: flex;
    padding: 40px 0 0
}

.lead-team-pic {
    width: 100%;
    margin-right: 0
}

.lead-team-content {
    padding: 16px;
    background: #f7f7f7
}

.lead-tm-name {
    padding-bottom: 11px
}

.lead-team-pic img {
    height: 242px;
    border-radius: 0 0 0 48px
}

.lead-tm-name h4 {
    font-size: 23px;
    line-height: 33px;
    font-weight: 700
}

.lead-tm-name h6 {
    color: #02a1f3
}

.alittle .in-stats .statistics span {
    font-size: 48px;
    color: #02a1f3
}

.alittle .in-stats .statistics p {
    color: #444;
    padding-top: 10px
}

.alittle {
    padding-bottom: 100px
}

.solution-team img {
    width: 70% !important;
    margin: auto
}

.all-team .nav-pills .nav-link {
    border-radius: .25rem;
    color: #333;
    line-height: 24px
}

.all-team .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #02a1f3 !important;
    background-color: #fff
}

.all-team .col-md-4 {
    border-left: 1px solid #ddd
}

.all-team-grid {
    text-align: center;
    margin-bottom: 35px;
    cursor: pointer;
    transition: all .5s
}

.all-team-grid:hover {
    transform: translateY(-10px)
}

.our-team-lists .tab-content {
    padding: 17px 0 0
}

.team-name {
    font-size: 17px;
    font-weight: 500;
    padding: 10px;
    background: #f7f7f7
}

.all-team .nav-pills .nav-link:hover {
    color: #02a1f3
}

.our-team-lists {
    overflow-y: auto;
    height: 560px
}

.appikr-gm img {
    width: 82%
}

.how-game img {
    width: 90%;
    margin-top: 40px
}

.game-start .inner-cost-section-bg:before {
    content: "";
    background: url(../images/service/game/game-bg_2.png);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0
}

.react-best .wide-sblock {
    min-height: 100%
}

.react-tech .s-block {
    padding: 30px 15px;
    min-height: 100%
}

.life-box-1 {
    height: 410px;
    max-height: 410px;
    margin-bottom: 20px;
    overflow: hidden
}

.life-box-2 {
    height: 250px;
    max-height: 250px;
    overflow: hidden
}

.life-box-3 {
    height: 410px;
    max-height: 410px;
    margin-bottom: 20px;
    overflow: hidden
}

.life-box-4 {
    height: 250px;
    max-height: 250px;
    margin-bottom: 20px;
    overflow: hidden
}

.life-box-5 {
    height: 410px;
    max-height: 410px;
    margin-bottom: 20px;
    overflow: hidden
}

.wfh-box {
    height: 290px;
    max-height: 290px;
    margin-bottom: 20px;
    overflow: hidden
}

.life-box-6 {
    height: 250px;
    max-height: 250px;
    overflow: hidden
}

.life-grid img {
    height: 100%;
    width: 100%;
    object-fit: fill
}

.life-title {
    font-size: 20px
}

.life-grid img {
    transition: all .5s
}

.life-grid img:hover {
    transform: scale(1.1)
}

.team-rank {
    padding-bottom: 40px
}

.alittle .statistics-img {
    width: 100px;
    height: 100px;
    margin-right: 20px
}

.alittle .statistics-img {
    background: #e9f5ff
}

.cross-header img {
    width: 95%
}

.need-cross img {
    width: 70%
}

.leftside-2 {
    background: #fbfbfb
}

.screen-popup .career-mdl {
    background: #fbfbfb;
    padding: 16px 0 0 17px
}

.popup-info-grid {
    width: 87%;
    margin: auto
}

.career-mdl p {
    font-size: 17px;
    font-weight: 500
}

#mobile-form {
    display: none
}

.screen-popup .contact-submit {
    line-height: 44px
}

.thanks-title {
    font-size: 170px;
    color: #fff;
    font-weight: 700;
    -webkit-text-stroke: 2px #ffffffd6;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    position: relative;
    line-height: 3
}

.thank-pnl {
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding: 40px;
    background: #fff;
    color: #131313;
    margin-top: -89px;
    position: relative;
    margin-bottom: 60px;
    border-radius: 30px;
    box-shadow: 0 16px 44px -19px #242526a6
}

.thank-pnl p {
    text-align: center;
    font-size: 19px
}

.privacy-policy-header {
    background: linear-gradient(to right, #673ab7 0, #02a1f3 100%);
    position: relative;
    min-height: 450px;
    text-align: center;
    display: grid
}

.privacy-policy-title {
    color: #fff;
    margin-top: -10rem
}

.privacy-policy-title span {
    font-weight: 100
}

.pp-text h4 {
    font-size: 21px;
    line-height: 51px;
    color: #222
}

.pp-text ul li {
    line-height: 33px;
    list-style: circle;
    margin-left: 40px
}

.privacy-content {
    padding-right: 40px
}

.appi-tl span {
    font-size: 280px;
    color: #fff;
    font-weight: 700;
    -webkit-text-stroke: 2px #ffffffd6;
    -webkit-text-fill-color: transparent;
    opacity: .3;
    position: relative
}

.casest-box img {
    width: 47%
}

.send-btn {
    background: url(../images/send-btn.png);
    height: 61px;
    width: 68%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    border: none;
    transition: .5s all ease
}

.send-btn:hover {
    transform: translateX(10px)
}

.user-rat {
    width: 72px
}

.sp-icon {
    filter: invert(1);
    height: 210px
}

.industry-icon .icon-bg img {
    width: 65px;
    filter: grayscale(1);
    color: #333
}

.special-icon img {
    filter: invert(1);
    opacity: .9
}

.brain-icon img {
    filter: invert(1);
    width: 80px
}

.page-error {
    height: 80vh;
    padding: 40px 0
}

.error-title1 h1 {
    font-size: 228px;
    color: #333;
    -webkit-text-stroke: 2px #1c1b1bd6;
    -webkit-text-fill-color: transparent;
    line-height: revert
}

.error-title1 a {
    margin-top: 5%
}

.case-m-title h4 {
    font-size: 22px
}

.lead-team-content1 {
    position: relative;
    padding: 23px;
    margin-left: 57px
}

.animation-circle {
    position: absolute;
    left: -5px
}

.animation-circle img {
    position: relative;
    transform: translateY(140px);
    webkit-animation: techBounce 3s linear infinite alternate;
    animation: techBounce 3s linear infinite alternate
}

.animation-dot {
    position: absolute;
    right: 43px;
    margin-top: -90px
}

.animation-dot img {
    position: relative;
    webkit-animation: techBounce 3s linear infinite alternate;
    animation: techBounce 3s linear infinite alternate
}

.team-info h1 {
    font-size: 21px
}

@keyframes techBounce {
    0%,
    100% {
        top: 0
    }
    25%,
    75% {
        top: -15px
    }
    50% {
        top: -30px
    }
}

.pad-panel {
    padding: 50px 0
}

.ios-team-pic img {
    border-radius: 27px
}

.tm-three-left {
    background-color: #12abee;
    position: relative;
    padding: 50px 20px 40px 55px;
    box-shadow: 0 0 32px 0 rgb(80 80 80/10%);
    border-radius: 11px
}

.tm-three-left .nav-pills .nav-link {
    margin-bottom: inherit;
    padding-bottom: 60px
}

.market-bg {
    padding: 21px 43px;
    border-radius: 10px;
    background-color: #f7f7f7
}

.tm-three-left .nav-pills:before {
    top: 39px;
    left: 19px;
    width: 6px;
    height: 80%;
    content: "";
    position: absolute;
    background-color: #f7f7f7cc
}

.team-wapper {
    margin-top: 50px
}

.technology-text li {
    font-size: 17px;
    padding-left: 3px;
    position: relative;
    margin-bottom: 18px
}

.technology-text {
    margin-top: 23px
}

.tm-content h3 {
    margin-bottom: 20px
}

.nav-pills .show>.nav-link,
.tm-three-left .nav-pills .nav-link.active {
    color: #fff;
    background-color: transparent
}

.tm-three-left .nav-pills .nav-link {
    color: #f7f7f7cc;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px
}

.tm-content h4 {
    margin-bottom: 15px
}

.technology-text i {
    margin-right: 13px;
    color: #464545
}

.team-sec img {
    height: 500px;
    width: 500px !important;
    margin: auto;
    position: relative;
    border-radius: 20px
}

.team-info {
    position: absolute;
    bottom: 31px;
    left: 100px;
    background: #ffffffd9;
    padding: 18px;
    color: #fff;
    width: 211px;
    border-radius: 18px;
    line-height: 35px
}

.statnumb-hr span {
    font-size: 40px;
    font-weight: 700;
    color: #12abee
}

.statnumb-hr span {
    font-size: 48px;
    color: #02a1f3
}

.pr-head {
    font-size: 67px;
    color: #0c97d4;
    font-weight: 600
}

.box-1 {
    width: 39.22%;
    height: 158px;
    margin: 10px;
    float: left;
    padding: 18px;
    text-align: center;
    box-shadow: 0 0 38px 0 rgb(1 44 118/8%)
}

.lead-team-1 {
    width: 360px;
    border-radius: 20px;
    margin: auto;
    overflow: hidden
}

.lead-tm-name-2 h1 {
    font-size: 26px
}

.lead-tm-name-2 h1 span {
    display: block;
    color: #12abee;
    font-weight: 700;
    font-size: 40px
}

.lead-tm-name-2 {
    margin-top: -90px;
    background: #fff;
    position: absolute;
    z-index: 999;
    padding: 11px;
    width: 290px;
    box-shadow: 0 0 38px 0 rgb(1 44 118/8%);
    text-align: center;
    border-radius: 0 100px 10px 21px
}

.android-box {
    left: 0
}

.lead-tm-name-2 h1 .dev-text {
    color: #333;
    font-weight: 200;
    font-size: 26px;
    display: contents
}

.architects-box {
    background: #fff;
    padding: 58px;
    box-shadow: 0 0 38px 0 rgb(1 44 118/8%);
    border-radius: 20px;
    position: relative;
    z-index: 9999
}

.architects-box .common-heading {
    text-align: left
}

.ios-team-pic {
    width: 350px
}

.tech-btm-box h1 {
    color: #fff;
    font-size: 36px
}

.teach-pnl-wapper .nav-pills {
    padding: 30px 0 40px
}

.technology-content {
    width: 90%;
    padding-top: 30px
}

.teach-pnl-wapper .mission-banner img {
    margin-bottom: 60px
}

.tech-3sec img {
    width: 60px;
    margin: 6px
}

.tech-3sec {
    width: 335px;
    position: relative;
    margin-top: -10%
}

.white-bg1.service-section:before {
    background: url(../images/shape/dot-shape.png) #f7f7f7
}

.white-bg1 {
    min-height: 304px
}

.shape-btn1 img {
    position: absolute;
    z-index: 999;
    right: 19px;
    bottom: 0
}

.teach-pnl-wapper {
    position: relative
}

.te-heading {
    font-size: 24px;
    line-height: 50px;
    font-weight: 600
}

.text-second1 {
    color: #12abee;
    font-weight: 300
}

.flag-icon-ht img {
    width: 50px;
    height: 50px
}

.location-tab-pnl .nav-link {
    display: block;
    padding: 0;
    text-align: center;
    margin: 10px 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff
}

.location-tab-pnl .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fff;
    box-shadow: 0 0 25px -10px #000000c7
}

.branch-titl ul li {
    line-height: 35px;
    font-size: 18px;
    padding-top: 5px
}

.branch-titl p {
    padding: 20px 0
}

.arrow-point {
    font-size: 22px;
    position: absolute;
    left: -15px;
    top: 23px;
    color: #f07c1e;
    -webkit-animation: pulse 1.5s .5s infinite normal ease forwards;
    animation: pulse 1.5s .5s infinite normal ease forwards;
}

@keyframes pulse {
    0% {
        opacity: 0;
        background-position: center top;
        -moz-background-size: 0 auto;
        -o-background-size: 0 auto;
        -webkit-background-size: 0 auto;
        background-size: 0 auto
    }
    10% {
        opacity: 0
    }
    50% {
        opacity: 1;
        -moz-background-size: 75% auto;
        -o-background-size: 75% auto;
        -webkit-background-size: 75% auto;
        background-size: 75% auto
    }
}

.arrow-point-2 {
    top: 93px
}

.arrow-point-3 {
    top: 170px
}

.arrow-point-4 {
    top: 240px
}

.branch-titl {
    padding: 19px 14px;
    width: 400px;
    float: left
}

.branch-titl h1 {
    font-size: 25px;
    line-height: 0;
    padding-bottom: 30px
}

.branch-titl ul li a {
    color: #333;
    margin-left: 12px
}

.branch-titl a i {
    color: #333;
    padding: 10px
}

.branch-titl ul li i {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 32px;
    background: linear-gradient(135deg, #12abee 5%, #17b0ff 50%, #046292 100%);
    font-size: 15px
}

.img-city {
    position: absolute;
    right: 5%;
    width: 60%;
    bottom: -29%
}

.add-icn img {
    width: 60px
}

.hiring-pro-img {
    padding: 0;
    width: 190px;
    height: 190px;
    margin: auto;
    transition: all 1.9s
}

.hiring-pro-img:hover {
    transform: rotate(360deg)
}

.add-icn {
    padding: 40px 20px;
    position: relative
}

.hiring-pro-img h6 {
    padding: 0 30px;
    font-weight: 700
}

.hiring-grid-1 {
    background: url(../images/wfh/pro-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: inherit
}

.hiring-grid-2 {
    background: url(../images/wfh/pro-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: inherit
}

.hiring-grid-3 {
    background: url(../images/wfh/pro-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: inherit
}

.hiring-grid-4 {
    background: url(../images/wfh/pro-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: inherit
}

.add-icn:after {
    content: '';
    display: block;
    width: 140px;
    height: 138px;
    background: #fff;
    position: absolute;
    top: 30px;
    z-index: 9999;
    mix-blend-mode: saturation;
    border-radius: 100%
}

.case-admin {
    position: relative
}

.offer-noon img {
    position: absolute;
    top: 0;
    right: 92px;
    width: 29%
}

.market-pic {
    border-radius: 20px;
    overflow: hidden;
    text-align: center
}

.top-mobile-pg .common-heading {
    top: 210px
}

.common-heading .simply-team {
    font-weight: 200
}

.dddd {
    display: block !important
}

.ser-2 {
    display: block !important
}

.ser-3 {
    display: block !important;
    background: #333
}

.cas-icon {
    padding: 6px
}

.about-sub-menu li {
    width: 100%
}

.top-mobile-pg h2 {
    font-size: 40px
}

.we-agency-title h2 {
    font-size: 39px
}

.case-study-1 .about-sub-menu li a {
    font-size: 17px;
    color: #171616
}

.case-study-1 .about-sub-menu li a:hover {
    color: #03a9f4
}

.cas-icon h6 {
    font-size: 17px
}

.cas-icon h6:hover {
    color: #03a9f4
}

.case-std-title {
    padding: 1px 10px;
    border-left: 4px solid #03a9f4;
    margin: 10px 0 20px
}

.service-portfolio {
    text-align: center;
    background: #fff;
    padding: 12px;
    border-radius: 18px;
    margin: 10px 0 40px;
    border-bottom: 4px solid #12abee
}

.download-button-img a img {
    height: 64px;
    margin: 0 15px 0 0
}

.service-portfolio img {
    height: 70px;
    text-align: center;
    margin: auto
}

.s-portfolio-text {
    color: #fff;
    padding: 20px 0
}

.service-portfolio h5 {
    font-size: 24px;
    color: #333
}

.s-portfolio-title {
    color: #03a9f4
}

.div-item-image .app-screen-pic {
    width: 90% !important
}

.dark-bg .footer-form-body .form-block input {
    color: #fff
}

.run-pet {
    font-weight: 200
}

.common-study {
    background: url(../images/case-study/date/mil-img.png);
    background-repeat: no-repeat;
    position: relative
}

.case-sprite {
    min-height: 490px;
    width: 284px;
    background-size: 1500px
}

.mingle-1 {
    background-position: top -514px left -889px
}

.mingle-2 {
    background-position: top -514px left -596px
}

.mingle-3 {
    background-position: top -514px left -305px
}

.mingle-4 {
    background-position: top -14px left -1204px
}

.brite-study {
    background: url(../images/case-study/event/all-event.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: 1230px
}

.brite-1 {
    background-position: top -23px left -20px
}

.brite-2 {
    background-position: top -23px left -295px
}

.brite-3 {
    background-position: top -25px left -591px
}

.brite-4 {
    background-position: top -25px left -889px
}

.brite-01 {
    background-position: top -524px left -14px
}

.brite-02 {
    background-position: top -524px left -304px
}

.brite-03 {
    background-position: top -524px left -597px
}

.brite-04 {
    background-position: top -527px left -893px
}

.my-study {
    background: url(../images/case-study/health/medical-app.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: 1230px
}

.medical-1 {
    background-position: top -3px left -35px
}

.medical-2 {
    background-position: top -3px left -567px
}

.medical-3 {
    background-position: top -3px left -305px
}

.medical-4 {
    background-position: top -3px left -837px
}

.medical-5 {
    background-position: top -526px left -38px;
    background-size: 1200px
}

.medical-6 {
    background-position: top -526px left -297px;
    background-size: 1200px
}

.medical-7 {
    background-position: top -526px left -828px;
    background-size: 1200px
}

.medical-8 {
    background-position: top -526px left -38px;
    background-size: 1200px
}

.realtor-study {
    background: url(../images/case-study/real/realtor-fet.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: 1230px
}

.realtor-1 {
    background-position: top -13px left -35px
}

.realtor-2 {
    background-position: top -13px left -300px
}

.realtor-3 {
    background-position: top -13px left -574px
}

.realtor-4 {
    background-position: top -13px left -842px
}

.realtor-5 {
    background-position: top -544px left -32px
}

.realtor-6 {
    background-position: top -544px left -292px
}

.realtor-7 {
    background-position: top -544px left -563px
}

.realtor-8 {
    background-position: top -544px left -836px
}

.noon-study {
    background: url(../images/case-study/noon/noon-app.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: 1230px
}

.noonshop-1 {
    background-position: top -13px left -25px
}

.noonshop-2 {
    background-position: top -13px left -585px
}

.noonshop-3 {
    background-position: top -13px left -311px
}

.noonshop-4 {
    background-position: top -13px left -838px
}

.noonresult-1 {
    background-position: top -530px left -25px
}

.noonresult-2 {
    background-position: top -530px left -295px
}

.noonresult-3 {
    background-position: top -530px left -570px
}

.noonresult-4 {
    background-position: top -530px left -840px
}

.trip-study {
    background: url(../images/case-study/trip/trip-screen.png);
    background-repeat: no-repeat;
    position: relative
}

.trip-1 {
    background-position: top -41px left -25px
}

.trip-2 {
    background-position: top -27px left -582px
}

.trip-3 {
    background-position: top -27px left -292px
}

.trip-4 {
    background-position: top -27px left -856px
}

.trip-5 {
    background-position: top -566px left -14px
}

.trip-6 {
    background-position: top -566px left -290px
}

.trip-7 {
    background-position: top -566px left -574px
}

.trip-8 {
    background-position: top -561px left -853px
}

.food-study {
    background: url(../images/case-study/food/food-case.png);
    background-repeat: no-repeat;
    position: relative
}

.food-01 {
    background-position: top -41px left -25px
}

.food-02 {
    background-position: top -41px left -576px
}

.food-03 {
    background-position: top -41px left -295px
}

.food-04 {
    background-position: top -41px left -849px
}

.food-05 {
    background-position: top -587px left -25px
}

.food-06 {
    background-position: top -587px left -292px
}

.cabify_study {
    background: url(../images/case-study/cabify-app.png);
    background-repeat: no-repeat;
    position: relative
}

.cabify-01 {
    background-position: top -41px left -25px
}

.cabify-02 {
    background-position: top -41px left -574px
}

.cabify-03 {
    background-position: top -41px left -292px
}

.cabify-04 {
    background-position: top -41px left -849px
}

.cabify-05 {
    background-position: top -580px left -25px
}

.cabify-06 {
    background-position: top -580px left -292px
}

.cabify-07 {
    background-position: top -580px left -569px
}

.cabify-08 {
    background-position: top -28px left -23px
}

.test-sprite {
    background: url(../images/home/technology_icon.png) no-repeat;
    position: relative
}

.review-ht {
    height: 86px;
    width: 158px;
    margin: auto
}

.review-01 {
    background-position: top -375px left -309px
}

.review-02 {
    background-position: top -375px left -497px
}

.review-03 {
    background-position: top -375px left -675px
}

.wetech {
    height: 83px;
    width: 150px;
    background-size: 560px
}

.tech_inco-1 {
    background-position: top 0 left -6px
}

.tech_inco-2 {
    background-position: top 0 left -102px
}

.tech_inco-3 {
    background-position: top 0 left -283px
}

.tech_inco-4 {
    background-position: top -1px left -426px;
    background-size: 630px
}

.tech_inco-5 {
    background-position: top 0 left -470px
}

.tech_inco-6 {
    background-position: top 0 left -190px
}

.rankedweb {
    height: 168px
}

.badge_01 {
    background-position: top -172px left 9px
}

.badge_02 {
    background-position: top -172px left -247px
}

.badge_03 {
    background-position: top -172px left -508px
}

.badge_04 {
    background-position: top -172px left -764px
}

.rankfooter {
    height: 130px;
    width: 175px;
    background-size: 739px;
    margin: auto
}

.footer_01 {
    background-position: top -112px left -2px
}

.footer_02 {
    background-position: top -235px left -1px
}

.footer_03 {
    background-position: top -112px left -376px
}

.footer_04 {
    background-position: top -112px left -560px
}

.home-icon {
    background: url(../images/icons.png);
    background-repeat: no-repeat
}

.app-1-icon {
    height: 70px;
    width: 70px;
    background-position: top -184px left -739px;
    margin: auto
}

.app-2-icon {
    height: 70px;
    width: 70px;
    background-position: top -184px left -624px;
    margin: auto
}

.app-3-icon {
    height: 70px;
    width: 70px;
    background-position: top -184px left -509px;
    margin: auto
}

.app-4-icon {
    height: 70px;
    width: 70px;
    background-position: top -184px left -393px;
    margin: auto
}

.app-5-icon {
    height: 70px;
    width: 70px;
    background-position: top -184px left -278px;
    margin: auto
}

.app-6-icon {
    height: 70px;
    width: 70px;
    background-position: top -184px left -854px;
    margin: auto
}

.appikr-icon-1 {
    height: 70px;
    width: 70px;
    background-position: top -46px left -394px;
    margin: auto
}

.appikr-icon-2 {
    height: 70px;
    width: 70px;
    background-position: top -45px left -507px;
    margin: auto
}

.appikr-icon-3 {
    height: 70px;
    width: 70px;
    background-position: top -50px left -624px;
    margin: auto;
    transform: scale(.9)
}

.appikr-icon-4 {
    height: 70px;
    width: 70px;
    background-position: top -50px left -740px;
    margin: auto;
    transform: scale(.8)
}

.appikr-icon-5 {
    height: 70px;
    width: 70px;
    background-position: top -50px left -855px;
    margin: auto;
    transform: scale(.8)
}

.service-add-icon {
    height: 90px;
    width: 90px
}

.appikr-service-1 {
    height: 90px;
    width: 90px;
    background-position: top -47px left -273px;
    margin: auto
}

.appikr-service-2 {
    height: 90px;
    width: 90px;
    background-position: top -47px left -165px;
    margin: auto
}

.appikr-service-3 {
    height: 90px;
    width: 90px;
    background-position: top -47px left -48px;
    margin: auto
}

.appikr-service-4 {
    height: 90px;
    width: 90px;
    background-position: top -178px left -160px;
    margin: auto
}

.appikr-service-5 {
    height: 90px;
    width: 90px;
    background-position: top -182px left -50px;
    margin: auto
}

.appikr-service-6 {
    height: 90px;
    width: 90px;
    background-position: top -47px left -975px;
    margin: auto
}

.top-off .offer-pnl {
    padding-top: 60px
}

.layout-icon-1 {
    height: 60px;
    width: 60px;
    background-position: top -419px left -632px;
    display: block
}

.layout-icon-2 {
    height: 60px;
    width: 60px;
    background-position: top -182px left -398px;
    transform: scale(.8);
    display: block
}

.layout-icon-3 {
    height: 60px;
    width: 60px;
    background-position: top -186px left -975px;
    transform: scale(.8)
}

.layout-icon-4 {
    height: 60px;
    width: 60px;
    transform: scale(.8);
    background-position: top -422px left -741px;
    display: block
}

.industry-1 {
    height: 70px;
    width: 70px;
    background-position: top -413px left -276px;
    margin: auto
}

.industry-2 {
    height: 70px;
    width: 70px;
    background-position: top -412px left -957px;
    margin: auto;
    transform: scale(1.1)
}

.industry-3 {
    height: 70px;
    width: 70px;
    background-position: top -414px left -50px;
    margin: auto;
    transform: scale(1)
}

.industry-4 {
    height: 70px;
    width: 70px;
    background-position: top -300px left -392px;
    margin: auto;
    transform: scale(1)
}

.industry-5 {
    height: 70px;
    width: 70px;
    background-position: top -300px left -737px;
    margin: auto;
    transform: scale(1)
}

.industry-6 {
    height: 70px;
    width: 70px;
    background-position: top -300px left -968px;
    margin: auto;
    transform: scale(1)
}

.industry-7 {
    height: 70px;
    width: 70px;
    background-position: top -300px left -509px;
    margin: auto;
    transform: scale(1)
}

.industry-8 {
    height: 70px;
    width: 70px;
    background-position: top -300px left -276px;
    margin: auto;
    transform: scale(1)
}

.industry-9 {
    height: 70px;
    width: 70px;
    background-position: top -300px left -853px;
    margin: auto;
    transform: scale(1)
}

.industry-10 {
    height: 70px;
    width: 70px;
    background-position: top -412px left -853px;
    margin: auto;
    transform: scale(1)
}

.industry-11 {
    height: 70px;
    width: 70px;
    background-position: top -300px left -46px;
    margin: auto;
    transform: scale(1)
}

.industry-12 {
    height: 70px;
    width: 70px;
    background-position: top -300px left -164px;
    margin: auto;
    transform: scale(1)
}

.benefits-icon-1 {
    height: 100px;
    width: 70px;
    background-position: top -16px left -394px;
    margin: auto
}

.benefits-icon-2 {
    height: 100px;
    width: 70px;
    background-position: top -19px left -507px;
    margin: auto
}

.benefits-icon-3 {
    height: 100px;
    width: 70px;
    background-position: top -382px left -734px;
    margin: auto
}

.benefits-icon-4 {
    height: 100px;
    width: 70px;
    background-position: top -268px left -619px;
    margin: auto
}

.eng-icon-1 {
    height: 70px;
    width: 70px;
    display: block;
    transform: scale(.8);
    background-position: top -413px left -397px
}

.eng-icon-2 {
    height: 70px;
    width: 70px;
    display: block;
    transform: scale(.8);
    background-position: top -184px left -519px
}

.eng-icon-3 {
    height: 70px;
    width: 70px;
    background-position: top -414px left -166px;
    display: block;
    transform: scale(.8)
}

.eng-icon-4 {
    height: 70px;
    width: 70px;
    background-position: top -413px left -507px;
    display: block;
    transform: scale(.8)
}

.eng-icon-5 {
    height: 70px;
    width: 70px;
    background-position: top -184px left -854px;
    display: block;
    transform: scale(.8)
}

.eng-icon-6 {
    height: 70px;
    width: 70px;
    background-position: top -50px left -740px;
    display: block;
    transform: scale(.8)
}

.spirit-icon {
    background: url(../images/service/spirit-icon.png);
    background-repeat: no-repeat
}

.android-ser-1 {
    height: 80px;
    width: 80px;
    background-position: top -80px left -80px;
    display: block;
    margin: auto
}

.android-ser-2 {
    height: 80px;
    width: 80px;
    background-position: top -80px left -240px;
    display: block;
    margin: auto
}

.android-ser-3 {
    height: 80px;
    width: 80px;
    background-position: top -80px left -399px;
    display: block;
    margin: auto
}

.android-ser-4 {
    height: 80px;
    width: 80px;
    background-position: top -80px left -560px;
    display: block;
    margin: auto
}

.android-ser-5 {
    height: 80px;
    width: 80px;
    background-position: top -80px left -722px;
    display: block;
    margin: auto;
    filter: invert(1)
}

.android-ser-6 {
    height: 80px;
    width: 80px;
    background-position: top -80px left -1201px;
    display: block;
    margin: auto;
    filter: invert(1)
}

.android-ser-7 {
    height: 80px;
    width: 80px;
    background-position: top -80px left -1040px;
    display: block;
    margin: auto;
    filter: invert(1)
}

.android-ser-8 {
    height: 80px;
    width: 80px;
    background-position: top -80px left -880px;
    display: block;
    margin: auto;
    filter: invert(1)
}

.android-ser-9 {
    height: 80px;
    width: 80px;
    background-position: top -240px left -80px;
    margin: auto
}

.android-ser-10 {
    height: 80px;
    width: 80px;
    background-position: top -80px left -1683px;
    margin: auto
}

.android-ser-11 {
    height: 80px;
    width: 80px;
    background-position: top -80px left -1517px;
    margin: auto
}

.android-ser-12 {
    height: 80px;
    width: 80px;
    background-position: top -80px left -1352px;
    margin: auto
}

.spirit-grid {
    height: 60px;
    width: 60px;
    margin: auto;
    display: block;
    background-size: 854px
}

.wearable-icon-box .s-card-icon {
    margin: 0 auto 10px
}

.android-ser-13 {
    background-position: top -98px left -321px
}

.android-ser-14 {
    background-position: top -98px left -253px
}

.android-ser-15 {
    background-position: top -98px left -177px
}

.android-ser-16 {
    background-position: top -98px left -105px
}

.android-ser-17 {
    background-position: top -98px left -399px
}

.android-ser-18 {
    background-position: top -104px left -487px;
    background-size: 884px
}

.spirit-grid-2 {
    height: 80px;
    width: 80px;
    margin: auto;
    display: block;
    background-size: 1524px
}

.android-ser-19 {
    background-position: top -192px left -59px
}

.android-ser-20 {
    background-position: top -194px left -985px
}

.android-ser-21 {
    background-position: top -194px left -1117px
}

.android-ser-22 {
    background-position: top -188px left -460px
}

.android-ser-23 {
    background-position: top -188px left -850px
}

.android-ser-24 {
    background-position: top -59px left -1120px
}

.android-ser-25 {
    background-position: top -59px left -1251px
}

.android-ser-26 {
    background-position: top -193px left -1385px
}

.work-category .spirit-grid-2 {
    height: 80px;
    width: 80px;
    margin: auto;
    display: block;
    background-size: 1494px;
    zoom: .9
}

.int-advance-1 {
    background-position: top -322px left -451px
}

.int-advance-2 {
    background-position: top -321px left -319px
}

.int-advance-3 {
    background-position: top -321px left -195px
}

.int-advance-4 {
    background-position: top -321px left -65px
}

.int-advance-5 {
    background-position: top -322px left -573px
}

.int-advance-6 {
    background-position: top -322px left -712px
}

.int-advance-7 {
    background-position: top -62px left -1225px
}

.int-advance-8 {
    background-position: top -322px left -841px
}

.int-advance-9 {
    background-position: top -321px left -965px
}

.int-advance-10 {
    background-position: top -322px left -1097px
}

.int-advance-11 {
    background-position: top -322px left -1356px
}

.int-advance-12 {
    background-position: top -322px left -1229px
}

.fact-cast-1 {
    background-position: top -465px left -460px
}

.fact-cast-2 {
    background-position: top -465px left -62px
}

.fact-cast-3 {
    background-position: top -465px left -323px
}

.fact-cast-4 {
    background-position: top -465px left -194px
}

.fact-cast-5 {
    background-position: top -465px left -727px
}

.fact-cast-6 {
    background-position: top -465px left -595px
}

.fact-cast-7 {
    background-position: top -326px left -1124px
}

.fact-cast-8 {
    background-position: top -60px left -860px
}

.fact-cast-9 {
    background-position: top -193px left -1388px
}

.ios-grid {
    height: 80px;
    width: 80px;
    display: block
}

.ios-app-1 {
    background-position: top -559px left -721px
}

.ios-app-2 {
    background-position: top -720px left -1520px
}

.ios-app-3 {
    background-position: top -720px left -1040px
}

.ios-app-4 {
    background-position: top -720px left -1679px
}

.ios-app-5 {
    background-position: top -880px left -1523px
}

.ios-app-6 {
    background-position: top -720px left -877px
}

.ios-app-7 {
    background-position: top -720px left -1361px
}

.ios-app-8 {
    background-position: top -720px left -1199px
}

.ios-app-9 {
    background-position: top -880px left -560px;
    filter: invert(1)
}

.ios-app-10 {
    background-position: top -560px left -240px;
    filter: invert(1)
}

.ios-app-11 {
    background-position: top -560px left -721px;
    filter: invert(1)
}

.ios-app-12 {
    background-position: top -80px left -727px;
    filter: invert(1)
}

.ios-app-13 {
    background-position: top -397px left -103px
}

.ios-app-14 {
    background-position: top -397px left -26px
}

.ios-app-15 {
    background-position: top -397px left -397px
}

.ios-app-16 {
    background-position: top -545px left -324px
}

.ios-app-17 {
    background-position: top -397px left -324px
}

.ios-app-18 {
    background-position: top -545px left -473px
}

.global-ios-1 {
    background-position: top -855px left -588px
}

.global-ios-2 {
    background-position: top -717px left -317px
}

.global-ios-3 {
    background-position: top -717px left -197px
}

.global-ios-4 {
    background-position: top -855px left -715px
}

.global-ios-5 {
    background-position: top -717px left -852px
}

.global-ios-6 {
    background-position: top -323px left -319px
}

.global-ios-7 {
    background-position: top -717px left -990px
}

.global-ios-8 {
    background-position: top -62px left -1248px
}

.global-ios-9 {
    background-position: top -322px left -459px
}

.global-ios-10 {
    background-position: top -717px left -1120px
}

.global-ios-11 {
    background-position: top -717px left -1251px
}

.ios-fact-1 {
    background-position: top -726px left -1389px
}

.ios-fact-2 {
    background-position: top -854px left -462px
}

.ios-fact-3 {
    background-position: top -854px left -198px
}

.ios-fact-4 {
    background-position: top -465px left -467px
}

.ios-fact-5 {
    background-position: top -717px left -1251px
}

.ios-fact-6 {
    background-position: top -854px left -328px
}

.ios-fact-7 {
    background-position: top -854px left -64px
}

.ios-fact-8 {
    background-position: top -995px left -594px
}

.ios-fact-9 {
    background-position: top -330px left -326px
}

.iot-icon-1 {
    background-position: top -854px left -851px
}

.iot-icon-2 {
    background-position: top -854px left -985px
}

.iot-icon-3 {
    background-position: top -854px left -1114px
}

.iot-icon-4 {
    background-position: top -854px left -1254px
}

.iot-icon-5 {
    background-position: top -854px left -1380px
}

.iot-icon-6 {
    background-position: top -985px left -67px
}

.iot-icon-7 {
    background-position: top -985px left -197px
}

.iot-icon-8 {
    background-position: top -721px left -199px
}

.iot-icon-9 {
    background-position: top -988px left -331px
}

.specialized-1 {
    background-position: top -988px left -459px;
    filter: invert(1)
}

.specialized-2 {
    background-position: top -64px left -606px;
    filter: invert(1)
}

.specialized-3 {
    background-position: top -590px left -1383px;
    filter: invert(1)
}

.specialized-4 {
    background-position: top -60px left -461px;
    filter: invert(1)
}

.specialized-5 {
    background-position: top -60px left -722px;
    filter: invert(1)
}

.specialized-6 {
    background-position: top -455px left -725px;
    filter: invert(1)
}

.iot-pro-1 {
    background-position: top -988px left -727px;
    filter: invert(1)
}

.iot-pro-2 {
    background-position: top -855px left -459px;
    filter: invert(1)
}

.iot-pro-3 {
    background-position: top -988px left -984px;
    filter: invert(1)
}

.iot-pro-4 {
    background-position: top -985px left -467px;
    filter: invert(1)
}

.iot-pro-5 {
    background-position: top -988px left -860px;
    filter: invert(1)
}

.iot-pro-6 {
    background-position: top -65px left -197px;
    filter: invert(1)
}

.iphone-icon-1 {
    background-position: top -988px left -1119px
}

.iphone-icon-2 {
    background-position: top -988px left -1251px
}

.iphone-icon-3 {
    background-position: top -1112px left -1384px
}

.iphone-icon-4 {
    background-position: top -1112px left -60px
}

.iphone-icon-5 {
    background-position: top -1112px left -193px
}

.iphone-icon-6 {
    background-position: top -1112px left -325px
}

.iphone-icon-7 {
    background-position: top -1112px left -455px
}

.iphone-icon-8 {
    background-position: top -1112px left -589px
}

.android-game-1 {
    background-position: top -545px left -175px
}

.android-game-2 {
    background-position: top -693px left -175px
}

.android-game-3 {
    background-position: top -321px left -28px
}

.android-game-4 {
    background-position: top -25px left -473px
}

.android-game-5 {
    background-position: top -321px left -26px
}

.android-game-6 {
    background-position: top -473px left -622px
}

.android-game-7 {
    background-position: top -469px left -104px
}

.android-game-8 {
    background-position: top -473px left -399px
}

.android-game-9 {
    background-position: top -621px left -622px
}

.android-game-10 {
    background-position: top -618px left -694px
}

.spirit-grid-3 {
    height: 70px;
    width: 70px;
    margin: auto;
    display: block;
    background-size: 1200px
}

.game-fact-1 {
    background-position: top -46px left -462px
}

.game-fact-2 {
    background-position: top -46px left -776px
}

.game-fact-3 {
    background-position: top -983px left -45px
}

.game-fact-4 {
    background-position: top -360px left -255px
}

.game-fact-5 {
    background-position: top -157px left -881px
}

.game-fact-6 {
    background-position: top -983px left -151px
}

.game-fact-7 {
    background-position: top -989px left -256px
}

.game-fact-8 {
    background-position: top -879px left -990px
}

.game-fact-9 {
    background-position: top -989px left -356px
}

.unity-icon-1 {
    background-position: top -470px left -399px
}

.unity-icon-2 {
    background-position: top -247px left -474px
}

.unity-icon-3 {
    background-position: top -469px left -771px
}

.unity-icon-4 {
    background-position: top -546px left -473px
}

.unity-icon-5 {
    background-position: top -27px left -473px
}

.unity-icon-6 {
    background-position: top -843px left -27px
}

.unity-icon-7 {
    background-position: top -98px left -470px
}

.unity-icon-8 {
    background-position: top -544px left -325px
}

.unity-icon-9 {
    background-position: top -693px left -399px
}

.unity-icon-10 {
    background-position: top -398px left -399px
}

.react-icon-1 {
    background-position: top -398px left -27px
}

.react-icon-2 {
    background-position: top -398px left -101px
}

.react-icon-3 {
    background-position: top -398px left -399px
}

.react-icon-4 {
    background-position: top -546px left -324px
}

.react-tool-1 {
    background-position: top -1250px left -990px
}

.react-tool-2 {
    background-position: top -188px left -728px
}

.react-tool-3 {
    background-position: top -315px left -985px
}

.react-tool-4 {
    background-position: top -1250px left -1121px
}

.arvr-icon-1 {
    background-position: top -397px left -177px
}

.arvr-icon-2 {
    background-position: top -590px left -1383px
}

.arvr-icon-3 {
    background-position: top -854px left -62px
}

.arvr-icon-4 {
    background-position: top -854px left -1382px
}

.wearable-icon-1 {
    background-position: top -1250px left -1252px
}

.wearable-icon-2 {
    background-position: top -1250px left -1383px
}

.wearable-icon-3 {
    background-position: top -1386px left -57px
}

.wearable-icon-4 {
    background-position: top -586px left -197px
}

.wearable-icon-5 {
    background-position: top -587px left -724px
}

.wearable-icon-6 {
    background-position: top -1386px left -191px
}

.wearable-icon-7 {
    background-position: top -985px left -989px
}

.wearable-icon-8 {
    background-position: top -1386px left -327px
}

.wearable-icon-9 {
    background-position: top -186px left -461px
}

.wearable-icon-10 {
    background-position: top -1386px left -855px
}

.wearable-uniq-1 {
    background-position: top -1386px left -455px;
    filter: invert(1)
}

.wearable-uniq-2 {
    background-position: top -1390px left -591px;
    filter: invert(1)
}

.wearable-uniq-3 {
    background-position: top -1386px left -719px;
    filter: invert(1)
}

.wearable-uniq-4 {
    background-position: top -1386px left -855px;
    filter: invert(1)
}

.wearable-uniq-5 {
    background-position: top -987px left -855px
}

.wearable-uniq-6 {
    background-position: top -1386px left -990px
}

.wearable-uniq-7 {
    background-position: top -1386px left -1120px
}

.wearable-uniq-8 {
    background-position: top -1386px left -1251px
}

.wearable-dev-1 {
    background-position: top -397px left -250px
}

.wearable-dev-2 {
    background-position: top -546px left -250px
}

.wearable-dev-3 {
    background-position: top -248px left -172px
}

.wearable-dev-4 {
    background-position: top -175px left -771px
}

.cross-icon-1 {
    background-position: top -195px left -990px;
    filter: invert(1)
}

.sp-mobile-1 {
    background-position: top -1520px left -205px;
    filter: invert(1)
}

.sp-mobile-2 {
    background-position: top -192px left -595px;
    filter: invert(1)
}

.sp-mobile-3 {
    background-position: top -1386px left -599px;
    filter: invert(1)
}

.sp-mobile-4 {
    background-position: top -1520px left -325px;
    filter: invert(1)
}

.sp-mobile-5 {
    background-position: top -1386px left -326px;
    filter: invert(1)
}

.sp-mobile-6 {
    background-position: top -1520px left -455px;
    filter: invert(1)
}

.top-app-1 {
    background-position: top -842px left -325px
}

.top-app-2 {
    background-position: top -770px left -24px
}

.different-sec .spirit-grid {
    margin: 0;
    background-size: 1180px
}

.different-sec .pd-l-15 {
    padding-left: 10px
}

.different-icon-1 {
    background-position: top -767px left -457px
}

.different-icon-2 {
    background-position: top -458px left -47px
}

.different-icon-3 {
    background-position: top -352px left -974px
}

.different-icon-4 {
    background-position: top -458px left -254px
}

.different-icon-5 {
    background-position: top -458px left -354px
}

.different-icon-6 {
    background-position: top -1173px left -562px
}

.different-icon-7 {
    background-position: top -458px left -462px
}

.different-icon-8 {
    background-position: top -458px left -147px
}

.spirit-home {
    background: url(../images/home/home-icon.png);
    background-repeat: no-repeat
}

.header-port {
    height: 60px;
    width: 60px;
    display: block;
    background-size: 650px
}

.port-icon-1 {
    background-position: top -5px left -39px
}

.port-icon-2 {
    background-position: top -7px left -132px
}

.port-icon-3 {
    background-position: top -7px left -224px
}

.port-icon-4 {
    background-position: top -7px left -315px
}

.port-icon-5 {
    background-position: top -7px left -406px
}

.port-icon-6 {
    background-position: top -7px left -498px
}

.port-icon-7 {
    background-position: top -7px left -586px
}

.port-icon-8 {
    background-position: top -89px left -43px
}

.port-icon-9 {
    background-position: top -88px left -133px
}

.port-icon-10 {
    background-position: top -96px left -226px
}

.port-icon-11 {
    background-position: top -96px left -315px
}

.port-icon-12 {
    background-position: top -93px left -403px
}

.benefit-icon-1 {
    background-position: top -93px left -497px
}

.benefit-icon-2 {
    background-position: top -91px left -583px
}

.benefit-icon-3 {
    background-position: top -177px left -403px
}

.benefit-icon-4 {
    background-position: top -176px left -38px
}

.benefit-icon-5 {
    background-position: top -177px left -501px
}

.benefit-icon-6 {
    background-position: top -176px left -129px
}

.benefit-icon-7 {
    background-position: top -176px left -308px
}

.benefit-icon-8 {
    background-position: top -176px left -223px
}

.industry-icon p {
    padding: 10px 0 0
}

.career-icon-1 {
    background-position: top -208px left -716px;
    filter: invert(1)
}

.career-icon-2 {
    background-position: top -320px left -54px;
    filter: invert(1)
}

.career-icon-3 {
    background-position: top -320px left -162px;
    filter: invert(1)
}

.career-icon-4 {
    background-position: top -320px left -278px;
    filter: invert(1)
}

.case-height {
    height: 64px
}

.slider-app {
    background: url(../images/home/header-app.png) no-repeat;
    position: relative;
    height: 418px
}

.service-card-hh .app-bg-1 {
    background-position: top -36px left -38px
}

.service-card-hh .app-bg-2 {
    background-position: top -35px left -327px
}

.service-card-hh .app-bg-3 {
    background-position: top -35px left -630px
}

.service-card-hh .app-bg-4 {
    background-position: top -34px left -934px
}

.service-card-hh .app-bg-5 {
    background-position: top -492px left -36px
}

.service-card-hh .app-bg-6 {
    background-position: top -492px left -328px
}

.service-card-hh .app-bg-7 {
    background-position: top -492px left -629px
}

.front-app {
    overflow: hidden
}

#cookieConsent {
    background: #161829ed;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999
}

#cookieConsent p a {
    color: #fff;
    font-size: 16px
}

#cookieConsent p {
    line-height: 20px
}

#closeCookieConsent {
    float: right;
    cursor: pointer;
    color: #fff
}

.ft-req {
    color: #fff
}

#cookieConsent a i {
    color: #ef791b;
    font-size: 18px;
}

#cookieConsent p {
    color: #fff;
    font-size: 15px
}

.cookies-tl {
    color: #ffeb3b;
    font-weight: 600
}

@media(max-width:991px) and (min-width:768px) {
    .right-mobile-lg-vector.ps-right-60 {
        right: 10px
    }
    .inner-section-1:before {
        height: 400px
    }
    section {
        padding-left: 0 !important
    }
    .inner-section-1-rgt {
        padding: 30px 20px 30px 90px;
        border: 2px solid #101010;
        margin-left: -80px;
        margin-top: 45px
    }
    .app-category {
        margin-top: 0
    }
    .techstack-inner-left {
        padding-right: 0
    }
    .inner-cost-heading {
        width: 85%;
        top: 70px
    }
    .cost-affect-body-2 {
        margin-top: 15px;
        border: none;
        border-bottom: 8px solid #304b99
    }
    .cost-affect-body-3 {
        margin-top: 0;
        border: none;
        border-bottom: 8px solid #304b99
    }
    .cost-affect-cta {
        position: relative;
        left: 0;
        bottom: 0;
        width: auto
    }
    .appi-tl span {
        font-size: 185px;
        color: #fff
    }
    .case-feature {
        margin-top: 0
    }
    .case-feat-lists .single-image {
        text-align: left
    }
    .strate span {
        font-size: 60px
    }
    .service-cont p {
        display: none
    }
    .top-rated-sec2:before {
        width: 98%
    }
    .page-error {
        height: auto
    }
    .location-tab-pnl .flex-column {
        flex-direction: row !important;
        justify-content: space-around
    }
    .cli-logo .brand-logo {
        margin: 0 6px;
        padding: 9px
    }
    .service-card-hh .app-bg-1 {
        background-position: top -36px left -1px
    }
    .service-card-hh .app-bg-2 {
        background-position: top -35px left -288px
    }
    .service-card-hh .app-bg-3 {
        background-position: top -35px left -589px
    }
    .service-card-hh .app-bg-4 {
        background-position: top -34px left -895px
    }
    .service-card-hh .app-bg-5 {
        background-position: top -492px left 4px
    }
    .service-card-hh .app-bg-6 {
        background-position: top -492px left -284px
    }
    .service-card-hh .app-bg-7 {
        background-position: top -492px left -589px
    }
}

@media(max-width:767px) {
    .sm-d-none {
        display: none
    }
    .mobile-abs {
        display: none
    }
    .service-cont {
        display: none
    }
    section {
        padding-left: 0 !important
    }
    .cust-portf .btn-group .app-btn img {
        width: 130px
    }
    .services-process .common-heading span {
        font-size: 48px !important
    }
    .right-mobile-lg-vector.mobile-vector {
        right: 0
    }
    .sm-no-padding-right {
        padding-right: 0 !important
    }
    .inner-section-1:before {
        width: 100%
    }
    .fs-48 {
        font-size: 36px !important;
        line-height: 50px !important
    }
    .inner-section-1-rgt {
        padding: 30px;
        border: 2px solid #101010;
        margin-left: 0;
        margin-top: 45px
    }
    .inner-section-1-rgt p:nth-child(1) {
        font-size: 20px;
        font-style: italic;
        padding-bottom: 15px;
        line-height: 28px
    }
    .sm-no-padding-top {
        padding-top: 0 !important
    }
    .sm-padding-20px-top {
        padding-top: 20px
    }
    .sm-padding-40px-top {
        padding-top: 40px !important
    }
    .customize-app-service:before {
        width: 100%
    }
    .dg-portfolio-section .div-portfolio- .div-item-info h3 {
        font-size: 36px;
        color: #fff
    }
    .process-cnt h3 {
        font-size: 36px;
        line-height: 56px;
        line-height: 30px
    }
    .inner-process>ul>li span {
        font-size: 36px;
        width: 50px;
        height: 50px;
        line-height: 35px;
        left: 5px
    }
    .inner-process>ul>li span::before {
        width: 65px;
        height: 65px
    }
    .inner-process>ul::before {
        left: 30px
    }
    .inner-cost-heading {
        width: 100%;
        float: none;
        padding: 0
    }
    .inner-cost-heading .common-heading {
        background: #fff;
        color: #101010;
        right: 0;
        top: 0;
        padding: 30px;
        text-align: left;
        box-shadow: 0 0 25px rgb(0 0 0/7%)
    }
    .slider-app {
        width: 87%;
        margin: auto
    }
    .service-card-hh .app-bg-1 {
        background-position: top -36px left 23px
    }
    .service-card-hh .app-bg-2 {
        background-position: top -35px left -269px
    }
    .service-card-hh .app-bg-3 {
        background-position: top -35px left -571px
    }
    .service-card-hh .app-bg-4 {
        background-position: top -34px left -869px
    }
    .service-card-hh .app-bg-5 {
        background-position: top -492px left 23px
    }
    .service-card-hh .app-bg-6 {
        background-position: top -492px left -270px
    }
    .cost-affect-body-2 {
        margin-top: 0
    }
    .cost-affect-body-3 {
        margin-top: 0
    }
    .cost-affect-cta {
        position: relative
    }
    .inner-benefit-section .benefit-box .icon-square img {
        width: 100px
    }
    .icon-square {
        width: 140px;
        height: 150px
    }
    .benefit-box-cnt {
        position: absolute;
        top: 0;
        left: 152px
    }
    .benefit-box-cnt p:nth-child(1) {
        font-size: 50px;
        line-height: 75px
    }
    .benefit-box-sm .icon-square {
        width: 140px;
        height: 150px
    }
    .left-quote-vector,
    .right-quote-vector {
        width: 60px;
        height: 60px;
        background-size: 100%
    }
    .btm-cta-body {
        margin-left: 0
    }
    .cta-call {
        text-align: center
    }
    .portfolio-10 .benefit-icon {
        float: none !important;
        display: inline-table
    }
    .case-height {
        height: auto
    }
    .leftside-2 {
        display: none
    }
    #mobile-form {
        display: block
    }
    .modal-apply .modal-dialog {
        max-width: 90%;
        margin: 2.75rem auto
    }
    .career-mdl h1 {
        font-size: 22px;
        line-height: 35px
    }
    .screen-popup .career-mdl {
        background: #fbfbfb;
        padding: 10px
    }
    .modal-apply form {
        padding: 16px 14px 27px 15px
    }
    .appi-tl span {
        font-size: 100px
    }
    .privacy-policy-title {
        color: #fff;
        margin-top: -5rem
    }
    .privacy-policy-header {
        min-height: 394px
    }
    .features-cnt {
        position: revert;
        bottom: 0;
        left: 47%;
        padding: 0
    }
    .feature-box-1 {
        margin-top: 0
    }
    .offer-pnl .offer-box {
        width: 100%;
        margin-bottom: 35px;
        padding: 0 15px
    }
    .ben-pnl .text-white {
        color: #333 !important
    }
    .techstack-inner-left {
        padding-right: 0
    }
    .let-title {
        color: #333
    }
    .about-sec-app .in-stats .statistics span {
        font-size: 50px;
        color: #02a1f3
    }
    .about-statistics .statnumb {
        text-align: center
    }
    .Cabify-tl h1 {
        color: #333 !important;
        font-size: 56px !important;
        line-height: 64px !important
    }
    .tech-all .d-flex {
        flex-wrap: wrap;
        justify-content: space-around !important
    }
    .popup-modalfull .modal-body {
        overflow-y: inherit
    }
    .page-error {
        height: auto;
        padding: 40px 0
    }
    #cookieConsent {
        display: none !important
    }
    .portfolio-10 .industry-workfor {
        display: inline-flex
    }
    .portfolio-ul.portfolio-10 li h5 span {
        font-size: 18px;
        padding-left: 18px
    }
}

@media(max-width:1200px) and (min-width:1024px) {
    .main section>img {
        right: 0 !important;
        transform: translateY(100px) !important
    }
    .appi-tl span {
        font-size: 185px;
        color: #fff
    }
    .privacy-content {
        padding-right: 0
    }
    .tech-3sec {
        width: auto;
        position: relative;
        margin-top: -10%
    }
}

@media(max-width:991px) and (min-width:768px) {
    .onepage-pagination {
        display: none
    }
    .main section.page2 .page_container {
        margin-left: 10% !important;
        margin-top: 10px !important
    }
    .hide-md {
        display: none
    }
    .appi-tl span {
        font-size: 185px;
        color: #fff
    }
    .privacy-content {
        padding-right: 0
    }
    .specialized-offer-col-body {
        padding-left: 5px;
        padding-right: 5px
    }
    .start-pnl .inner-cost-heading .common-heading {
        top: 186px;
        padding: 20px
    }
    .mb-game {
        padding: 20px !important
    }
    .unity-app-3 .ht-420 {
        height: 180px;
        min-height: 181px
    }
    .wear-top {
        padding: 6px 0 0
    }
    .box-1 {
        width: 42.22%;
        height: 194px;
        margin: 9px;
        float: left;
        padding: 18px;
        text-align: center;
        box-shadow: 0 0 38px 0 rgb(1 44 118/8%)
    }
    .tech-3sec {
        width: min-content;
        position: relative;
        margin-top: -20%
    }
    .rankedweb {
        margin: auto;
        width: 81%
    }
}

@media(max-width:767px) {
    .main section .page_container .app-logo h2 {
        text-align: left !important;
        font-size: 36px !important
    }
    .img-xs-hide {
        display: none
    }
    .onepage-pagination {
        display: none
    }
    .main section.page1 h1 span {
        font-size: 45px !important
    }
    body.disabled-onepage-scroll section .page_container h1 {
        text-align: center;
        font-size: 40px !important
    }
    .contact-btn div {
        padding-top: 25px
    }
    .contact-btn {
        justify-content: center !important
    }
    .page2 .btn-group .app-btn img {
        width: 150px
    }
    .page2 .btn-group {
        display: inline-block
    }
    body.disabled-onepage-scroll .main section .page_container {
        margin-top: 0 !important
    }
    body.disabled-onepage-scroll .main section.port-1-banner .page_container {
        margin-top: auto !important
    }
    .main section.page2 .page_container {
        margin-left: 12% !important
    }
    .service-cont {
        margin-top: 0;
        color: #fff
    }
    .service-cont h4 {
        color: #eee6e6;
        font-size: 25px
    }
    .mission-panl .nav-pills .nav-link {
        margin: 0 6px;
        width: min-content
    }
    .mission-panl .row {
        flex-direction: column-reverse
    }
    .mission-text {
        width: 100%;
        padding-left: 9px;
        padding-top: 16px
    }
    .close-btn .close {
        right: 6px;
        top: -27px
    }
    .privacy-content {
        padding-right: 0
    }
    .privacy-content {
        padding-right: 0
    }
    .why-choose-section .why-app-grid .s-block {
        height: 100%
    }
    .lead-team {
        display: table-cell;
        padding: 40px 0 0;
        text-align: center
    }
    .top-rated-sec2:before {
        width: 100%;
        height: 700px
    }
    .statize-planning li {
        border-right: 1px solid #e5e5e5;
        padding: 0 20px
    }
    .specialized-offer-col-body {
        padding-left: 1px;
        padding-right: 0
    }
    .specialized-offer-col-body .s-block .s-card-icon {
        margin: auto
    }
    .start-pnl .inner-cost-heading .common-heading {
        right: 0;
        top: 53px;
        padding: 13px
    }
    .start-pnl .common-heading h3 {
        padding: 60px 0 0
    }
    .home-about-left h3 {
        color: #333
    }
    .new-title h3 {
        color: #333
    }
    .mb-game {
        padding: 34px !important
    }
    .game-app-6 .inner-cost-heading .common-heading {
        top: 35px;
        padding: 23px !important
    }
    .unity-app-3 .ht-420 {
        height: 100px;
        min-height: 100px
    }
    .pd-l-35 {
        padding-left: 5px !important
    }
    .main section.page1 .page_container {
        top: -10px !important
    }
    .bread-title h2,
    h2 {
        font-size: 29px !important;
        line-height: 42px
    }
    .dropdown-menu li {
        width: 100%
    }
    .blog-dy {
        display: inline-flex !important;
        width: 100% !important
    }
    .sp-icon {
        filter: invert(1);
        height: inherit
    }
    .architects-box {
        padding: 20px;
        margin-bottom: 34px
    }
    .ios-grid-pnl {
        margin: 10px 0
    }
    .lead-team-1 {
        margin-bottom: 60px
    }
    .box-1 {
        width: 49.22%;
        height: 158px;
        margin: 0
    }
    .process-wrp {
        margin-top: 30px
    }
    .team-sec img {
        height: 100%
    }
    .mission-panl .tech-3sec .nav-link {
        width: 100%;
        margin-top: 16% !important;
        display: inline-flex
    }
    .te-heading {
        font-size: 20px;
        line-height: 50px;
        font-weight: 600
    }
    .popup-modalfull .modal-content {
        height: 100%
    }
    .location-tab-pnl .flex-column {
        flex-direction: row !important;
        justify-content: space-around
    }
    .common-heading-1 {
        text-align: center
    }
    .img-city {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%
    }
    .case-std-title {
        color: #ddd
    }
    .case-study-1 .about-sub-menu li a {
        color: #dddd
    }
    .cas-icon h6 {
        font-size: 18px;
        color: #dddd
    }
    .mt-60 {
        margin-top: 30px
    }
    .rocket-img img {
        display: none
    }
    .dg-portfolio-section .div-portfolio- {
        padding: 0
    }
    .service-portfolio {
        margin: 10px 0 0
    }
    .offer-content {
        padding: 28px 0 0
    }
    .medi-title h1 {
        color: #333 !important
    }
    .rankedweb {
        width: 65%;
        margin: auto
    }
    .video-section .row {
        flex-direction: column-reverse
    }
    .video-section.pad-tb {
        padding-top: 0 !important
    }
}

@media(max-width:425px) {
    .portfolio-circle ul li p {
        font-size: 11px !important;
        line-height: 7px
    }
    .portfolio-circle ul li img {
        width: 25px !important
    }
    .portfolio-circle ul li h5 {
        font-size: 18px !important;
        margin-top: 2px !important
    }
    .portfolio-circle ul li {
        width: 30% !important;
        padding: 20px 0 !important;
        margin-right: 5px !important
    }
    .pot-panel p {
        font-size: 14px
    }
    .pot-panel ul li {
        width: 30% !important;
        padding: 4px !important
    }
    .life-grid img {
        height: fit-content;
        width: 100%
    }
    .Cabify-tl h1 {
        color: #333 !important;
        font-size: 56px !important;
        line-height: 64px !important
    }
    .case-study-banner p.sub-menu {
        font-size: 46px !important;
        color: #101010
    }
    .ios-team-pic {
        width: 100%;
        margin: auto
    }
    .market-pic {
        margin-top: 30px;
        text-align: center
    }
    .architects-box {
        padding: 20px;
        margin-bottom: 34px
    }
    .rankedweb {
        margin: auto;
        background-size: 1021px
    }
}

@media(max-width:375px) {
    .portfolio-circle ul li {
        padding: 14px 0 !important
    }
    .startup-logos ul li {
        width: 44% !important;
        margin: 8px !important
    }
    .life-grid img {
        height: fit-content;
        width: 100%
    }
    .sp-icon {
        filter: invert(1);
        height: inherit
    }
    .lead-tm-name-2 {
        width: 100%
    }
    .lead-team-1 {
        width: 100%
    }
    .lead-tm-name-2 {
        width: auto
    }
    .box-1 {
        width: 49.22%;
        height: 187px;
        margin: 0
    }
    .tm-three-left .nav-pills .nav-link {
        margin-bottom: inherit;
        padding-bottom: 20px
    }
    .market-bg {
        padding: 21px 20px
    }
    .rankedweb {
        margin: auto;
        width: 72%
    }
    

    
    
    
}

@media(max-width:768px) {
    .tm-three-left {
        padding: 50px 20px 40px 5px
    }
    .tm-three-left .nav-pills:before {
        left: 12px;
        width: 0
    }
    .tm-three-left .nav-pills .nav-link {
        font-size: 18px
    }
    .architects-box {
        padding: 20px
    }
    .fuild-bg .image-div {
        height: 100%
    }
    .thanks-title {
        font-size: 105px;
        line-height: 1.3
    }
    .thank-pnl {
        margin-top: -9px
    }
}

@media(min-width:1024px) {
    .cst-width {
        width: 220px
    }
    li.cst-list ul.dropdown-menu.multi-level {
        left: 250px;
        padding-left: 65px
    }
    li.cst-list:hover ul.dropdown-menu.multi-level {
        display: block;
        width: 100%;
        height: 90%;
        padding-right: 250px
    }
    .portfolio-10 li {
        width: 33.33%;
        float: left;
        position: static !important
    }
}



@media(min-device-width:768px) and (max-device-width:1024px) {
    .portfolio-ul li {
        padding: 5px 1px;
        height: 142px
    }
    .sidenav ul li a {
        font-size: 22px
    }
    .circle-dott1:before {
        content: '\f054';
        display: inline-block;
        position: initial;
        font-family: 'font awesome 5 free';
        margin-left: 10px
    }
    .full-menu-benefits li {
        width: 49%;
        float: left;
        padding: 10px;
        height: 118px
    }
    .home-about-left h3 {
        color: #333
    }
    .new-title h3 {
        color: #333
    }
    .why-choose-section .why-app-grid .s-block {
        height: 100%
    }
    .inner-cost-heading .common-heading {
        padding: 30px
    }
    .unity-box1 .common-heading {
        padding: 31px !important
    }
    .game-app-6 .inner-cost-heading .common-heading {
        top: 140px
    }
    .video-cnt-left p {
        padding-right: 0
    }
}







.head{
    padding: 20px 0;
}
.head .lo_wrp{}
.head .lo_wrp img{
    width: 35%;
}
.head .btn_wrp{text-align: right;}
.head .btn_wrp span{
    margin: 0 50px 0 0;
}
.head .btn_wrp span i{
    color: #ef791b;
    font-size: 22px;
}
.head .btn_wrp span a{
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.head .btn_wrp span img.flagz{width: 6%;
    vertical-align: baseline;}
    
    
    @media(min-device-width:375px) and (max-device-width:768px) {
    
    
    .head .btn_wrp {
    text-align: left;}
    
    .head .btn_wrp span {
    margin: 10px 0;
    display: block;}
    .head .lo_wrp img {
    width: 40%;
}
.head {
    padding: 10px 0;
}
.head .btn_wrp span a {
    font-size: 15px;

}
}