/*Plugin CSS*/


.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}



@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}


/*Custom CSS*/
::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #e8e8e8
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #00ffc3, #738b85)
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(45deg, #738b85, #00ffc3);
    background-image: -o-linear-gradient(45deg, #738b85, #00ffc3);
    background-image: linear-gradient(45deg, #738b85, #00ffc3)
}

::-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: 'Open Sans', sans-serif;
    color: #6a6a8e;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    font-size: 17px;
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    color: #050748;
    font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0
}

ul {
    list-style: none
}

.common-heading {
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 10
}

.common-heading h2 {
    margin-bottom: 60px
}
.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)
}

span.circle {
    background: rgba(255, 255, 255, .2);
    display: block;
    position: absolute;
    top: -10%;
    right: -130px;
    width: 200px;
    height: 200px;
    border-radius: 50%
}
.text-second {
    color: #1ed760
}

.text-bold {
    font-weight: 700
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px
}

.modal {
    z-index: 999999
}

body.menu-white .nav-bg-b .custom-nav .nav-list li a.menu-links {
    color: #fff
}

.main-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)
}

.main-header {
    padding: 0 20px;
    height: 85px;
    z-index: 99999;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.fa-ani {
    margin-left: 5px;
    font-size: 12px;
    animation: 2s infinite arrowanim;
    -webkit-animation: 2s infinite arrowanim
}

.sub-menu-center-block {
    display: flex
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.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: "-"
}

body .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: left;
    line-height: 85px
}

.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: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    padding: 0 30px;
    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%);
    display: none
}

.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 0;
    padding: 0 0 14px 0;
    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: 30px 0;
    display: inline-block;
    background-color: #fff;
    margin-top: 4px
}


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 {
    position: relative
}

.contact-show:hover .contact-inquiry {
    display: block
}

.contact-inquiry {
    width: 285px;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 99;
    display: none;
    transition: all 2s linear
}



.hero-card-web {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 100px;
    height: 100vh;
    align-items: center;
    display: flex
}

.hero-main-rp {
    padding: 0 30px 0 180px
}

.hero-heading-sec h1 {
    color: #fff;
    font-size: 55px;
    line-height: 67px;
    text-transform: uppercase;
    font-weight: 700
}

.hero-heading-sec h1 span {
    display: block
}

.hero-heading-sec>p {
    color: #fff000;
    font-size: 18px;
    max-width: 400px;
    margin: 40px 0
}

.flags-size {
    width: 25px;
    margin-right: 10px
}

.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: #fff000
}

.hero-service-cards {
    margin-top: 100px
}

.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: 250px;
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0 auto
}

.image-sr-mm img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto 0;
    max-width: 100%;
    max-height: 100%;
    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
}

.card-bg-a {
    background: #3faee5;
    background: -moz-linear-gradient(top, #3faee5 0, #6d03ce 100%);
    background: -webkit-linear-gradient(top, #3faee5 0, #6d03ce 100%);
    background: linear-gradient(to bottom, #3faee5 0, #6d03ce 100%)
}

.card-bg-b {
    background: #ff92f6;
    background: -moz-linear-gradient(top, #ff92f6 0, #b300a5 100%);
    background: -webkit-linear-gradient(top, #ff92f6 0, #b300a5 100%);
    background: linear-gradient(to bottom, #ff92f6 0, #b300a5 100%)
}

.card-bg-c {
    background: #3e35b7;
    background: -moz-linear-gradient(top, #3e35b7 0, #4c4aff 100%);
    background: -webkit-linear-gradient(top, #3e35b7 0, #4c4aff 100%);
    background: linear-gradient(to bottom, #3e35b7 0, #4c4aff 100%)
}

.card-bg-d {
    background: #f72c8c;
    background: -moz-linear-gradient(top, #f72c8c 0, #b82dcf 100%);
    background: -webkit-linear-gradient(top, #f72c8c 0, #b82dcf 100%);
    background: linear-gradient(to bottom, #ffa76a 0, #ff8e38 100%)
}

.card-bg-e {
    background: #5782ea;
    background: -moz-linear-gradient(top, #5782ea 0, #2251af 100%);
    background: -webkit-linear-gradient(top, #5782ea 0, #2251af 100%);
    background: linear-gradient(to bottom, #5782ea 0, #2251af 100%)
}

.card-bg-f {
    background: #95e5ff;
    background: -moz-linear-gradient(top, #95e5ff 0, #009688 100%);
    background: -webkit-linear-gradient(top, #95e5ff 0, #009688 100%);
    background: linear-gradient(to bottom, #95e5ff 0, #009688 100%)
}

.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: 0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgba(233, 30, 99, .15);
    box-shadow: 0 10px 15px 0 rgba(233, 30, 99, .15)
}

.header-heading h1 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 30px
}

.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: #03ffc6;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
    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 0
}

.s-block a {
    display: inline-block;
    margin: 30px 0 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 0
}

.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: 20px;
    margin: 10px 0 0 0;
    font-weight: 500
}

.statistics span {
    font-size: 45px;
    font-family: Poppins, sans-serif;
    color: #050748;
    font-weight: 700;
    display: inline-block
}

.statistics-img {
    width: 100px;
    height: 100px;
    float: left;
    padding: 15px;
    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)
}

.statnumb {
    margin: 0 0 0 20px;
    text-align: left;
    float: left
}

.small .statistics-img {
    width: 75px;
    height: 75px
}

.t-ctr {
    text-align: center
}

.small .statistics span {
    font-size: 35px;
    color: #050748
}

.in-stats .statistics span {
    font-size: 35px;
    color: #1ed760
}

.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
}

.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 0
}

.isotope_item h4 {
    font-weight: 600;
    margin: 0 0 10px 0
}

.isotope_item h4 a {
    color: #050748
}

.item-image {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #f3f9ff
}

.item-image img {
    width: 100%
}

.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 0
}

.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: #fbf9ed;
    background: -moz-linear-gradient(top, #fbf9ed 0, #fbeaf8 100%);
    background: -webkit-linear-gradient(top, #fbf9ed 0, #fbeaf8 100%);
    background: linear-gradient(to bottom, #fbf9ed 0, #fbeaf8 100%);
    position: relative;
    z-index: 2
}

.work-category .common-heading h2 {
    margin-bottom: 30px
}

.work-card p {
    color: #050748;
    font-family: Poppins, sans-serif;
    line-height: 24px;
    font-size: 16px;
    margin: 5px 0 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 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    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)
}

.cd1 {
    background: #70e4e8
}

.cd2 {
    background: #f5eb92
}

.cd3 {
    background: #a3ffe2
}

.cd4 {
    background: #ffbc7a
}

.cd5 {
    background: #e3ff8e
}

.cd6 {
    background: #ffa0c6
}

.cd7 {
    background: #f3a6ff
}

.cd8 {
    background: #97ffaf
}

.cd9 {
    background: #6cfffa
}

.cd10 {
    background: #77baff
}

.cd11 {
    background: #ffefd4
}

.cd12 {
    background: #7affdb
}

.testinomial-section {
    background: url(../images/shape/shape-9.svg) #fff;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat
}

.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 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;
    border: 1px solid #ff1f8e
}

.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: #ff1f8e;
    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: 2px solid #e6e6e6 !important
}

.form-block input:focus,
.form-block textarea:focus {
    border-bottom: 2px solid #ff1f8e
}

.form-block input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px 0;
    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 0;
    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 0;
    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
}

.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 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 0
}

.office-text h4 {
    margin: 0 0 10px 0
}

.office-text p {
    padding: 0 50px 0 0;
    margin: 0 0 20px 0
}

.skyline-img {
    background: #fbf4f1;
    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
}

.custompackages_tabs div#nav-tab {
    text-align: center
}

.custompackages_tabs div#nav-tab .nav-item {
    margin-bottom: 20px
}

.pricing-table .inner-table .details ul {
    overflow-y: scroll;
    width: auto;
    height: 250px;
    text-align: left
}

#scrollUp:hover {
    opacity: 1
}

#scrollUp {
    bottom: 100px;
    right: 20px;
    width: 30px;
    height: 50px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    opacity: .4;
    background: url(../images/icons/up-arrow.svg) #1ed760;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center center;
    background-repeat: no-repeat
}

footer {
    position: relative
}

.footer-svg {
    height: 80px;
    overflow: hidden;
    margin: -20px 0 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 0
}

footer a.navbar-brand img {
    width: 100%;
}

.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: 'Open Sans', sans-serif
}

.footer-address-list li>span {
    position: relative;
    top: 5px
}

.footer-address-list li {
    color: #6a6a8e;
    display: flex;
    padding: 0 0 5px 0
}

.footer-address-list li:last-child {
    padding: 0
}

.footer-address-list li a {
    color: #6a6a8e;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px
}

.footer-address-list li i {
    margin: 0 15px 0 0;
    display: initial;
    font-size: 21px
}

.ftr-details li {
    padding: 0 0 15px 0
}

.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: #1ed760 !important
}

.footer-social-media-icons a {
    color: #6a6a8e;
    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 0
}

.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: #1ed760 !important
}

.breadcrumb-area {
    padding: 150px 0 90px 0;
    position: relative;
    overflow: hidden;
    text-align: center
}

.breadcrumb-areav2 {
    padding: 150px 0 100px 0;
    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%);
    pointer-events: none
}

.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%);
    pointer-events: none
}

.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;
    pointer-events: none
}

.breadcrumb-area ul li {
    display: block;
    display: inline-block
}

.breadcrumb-area .bread-menu li a {
    color: #1f2d41;
    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
}

.text-block {
    position: relative;
    z-index: 55
}

.bread-title h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    margin: 15px 0 0 0;
    color: #1f2d41
}

.bread-inner p {
    font-size: 16px;
    line-height: 28px
}

.block-1 p+p {
    margin: 25px 0 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 0
}

.info-text-block h4 {
    margin: 0 0 10px 0
}

.info-text-block h4 a {
    color: #050748
}

.full-image-card {
    margin-top: 60px
}

.otherinfo {
    margin: 30px 0 0 0
}

.otherinfo p {
    line-height: 28px
}

.social-media-profile {
    margin: 30px 0 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 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 0
}

.filters .filter-menu li {
    display: inline-block;
    padding: 20px;
    color: #000;
    cursor: pointer;
    background: rgb(2 255 198 / 17%);
    -webkit-border-radius: 100px;
    border-radius: 40px 40px 40px 20px
}

.filters .filter-menu li.is-checked {
    background: linear-gradient(to right, #1ed760 0, #10bc4d 100%);
    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: 'Open Sans', 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/inner-banner-portfolio.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: #e0f8ff;
    background: -moz-linear-gradient(top, #e0f8ff 0, #fff0e5 100%);
    background: -webkit-linear-gradient(top, #e0f8ff 0, #fff0e5 100%);
    background: linear-gradient(to bottom, #e0f8ff 0, #fff0e5 100%)
}

.btn-outline {
    border: 2px solid #000248;
    color: #050748;
    display: inline-block;
    padding: 0 32px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    background: #fff;
    -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: #1ed760;
    color: #fff;
    border: 2px solid #1ed760
}

.cta-call {
    margin: 30px 0 0 0
}

.cta-call i {
    margin: 0 5px 0 0
}

.cta-call a {
    font-family: Poppins, sans-serif;
    font-size: 24px;
    color: #6a6a8e;
    display: inline-block;
    padding: 0 0 0 10px
}

.cta-area .common-heading h2 {
    margin-bottom: 40px
}

.shape {
    position: absolute
}

.shape-a1 {
    bottom: -20px;
    left: 0
}

.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%;
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    line-height: 100px;
    margin: 0 0 20px 0;
    color: #fff;
    border-radius: 68% 32% 64% 36%/59% 59% 41% 41%;
    background: #1ed760;
    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 0;
    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 0
}

.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 .inner-table .details li {
    line-height: 1.2;
    padding: 10px 0
}

.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 0
}

.entry-blog a {
    color: #6a6a8e
}

.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: #1ed760;
    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: 0;
    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: 0;
    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
}

.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 0
}

.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: 0 15px 15px 15px
}

.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: transparent;
    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: #6a6a8e;
    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 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 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 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 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: 0;
    padding-right: 0
}

.service-sec-list p {
    font-size: 15px;
    line-height: 24px;
    margin: 14px 0 0 0
}

.-service-list li a {
    font-size: 10px;
    color: #6a6a8e;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 600;
    pointer-events: none
}

.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, #007bff 0, #ff1f8e 100%);
    background: linear-gradient(to right, #007bff 0, #ff1f8e 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: #f3f5ff;
    border-bottom: 4px solid #b0bdff
}

.srcl2 {
    background: #fff3e6;
    border-bottom: 4px solid #ffc093
}

.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: #050748;
    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: 12px;
    padding-top: .5em;
    letter-spacing: 0;
    font-weight: 300;
    color: #959595
}

.clients-logos ul li {
    display: inline-block;
    padding: 30px 0 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, #1e579900 0, #207cca00 70%, rgb(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(top, #1e579900 0, #207cca00 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 #ff2d8d;
    border-bottom: 7px solid transparent;
    text-align: center;
    margin: 0 auto 0
}

.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
}

.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 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;
    width: 100px;
    margin: 0;
    height: 50px;
    padding: 25px 0 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 0;
    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: 10px
}

.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;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500
}

.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 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 0
}

.link-reviewrr a {
    display: block;
    padding: 0 0 4px 0;
    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 00px 100px;
    left: 0;
    bottom: 0
}

.shpdez2 {
    width: 140px;
    height: 140px;
    background: #00bcd4;
    border-radius: 00px 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 00px 100px 0;
    position: relative;
    z-index: 5;
    width: 80%
}

.img-block-ca2 .dot-sp-ca2 {
    position: relative;
    z-index: 0
}

.div-portfolio- {
    background: #1d1d1d;
    padding: 60px;
    border-radius: 8px
}

.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, #fc00c7 0, #1c4efd 54%, #00aded 100%);
    background: linear-gradient(135deg, #9100ff 0, #3663ff 54%, #00e2ff 100%)
}

.dot-c1 {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 0
}

.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;
    align-items: center
}

.img100w {
    max-width: 100% !important;
    width: auto !important
}

.funfct {
    box-shadow: 0 11px 20px rgb(123 149 162 / 15%);
    line-height: 26px;
    padding: 30px;
    border-radius: 8px 8px 8px 40px;
    margin-top: 30px;
    position: relative;
    text-align: center
}

.funfct p {
    font-weight: 600;
    color: #6a6a8e
}

.funfct img {
    width: 65px;
    margin: 0 auto 15px;
    display: block
}

.funfct .services-cuntr {
    display: inline-block;
    font-weight: 900;
    font-size: 30px;
    color: #050748;
    padding: 15px 0
}

.about-sec-app {
    background: url(../images/shape/bg-light2.webp);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center center
}

.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 5px;
    border-right: 1px solid #d4d4d4;
    display: inline-block
}

.link-prbs {
    display: block;
    color: #6a6a8e;
    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;
    border-radius: 100%
}

.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: 40px 8px 40px 8px;
    height: 100%;
}

.servc-icon-sldr {
    display: flex
}

.clients-section-app {
    background: #4302ae
}

.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: 15px 20px;
    border-radius: 8px;
    margin-top: 30px;
    display: flex;
    align-items: center
}

.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;
    width: 200px;
    height: 200px;
    border-radius: 100px 100px 100px 100px;
    border: 6px solid #f8d873
}

.shape-c2 {
    background: 0;
    width: 200px;
    height: 200px;
    border-radius: 100px 100px 100px 30px;
    border: 6px solid #00f2a6;
    right: -20px;
    top: -70px
}

.shape-c3 {
    background: 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: #fff;
    border-radius: 8px
}

.apppg li p {
    color: #fff;
    margin: 10px 0 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 rgb(2 255 198 / 40%)
}

.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: white
}

.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: 8px;
    font-size: 35px;
    font-weight: 700;
    top: -2px;
    color: #d6d6d6;
    border: 0;
    background: 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 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 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: 100%
}

.footer-brands {
    background: #f8f9fa;
    padding: 30px 0
}

.single-blog- img {
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 8px;
    object-fit: cover
}

.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: #050748
}

.single-blog- .content .title a:hover {
    color: #ff1f8e
}

.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: #1f2d41;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0);
    animation: pulse 2s infinite;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    padding: 30px
}

@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: 45px;
    line-height: 57px
}

h2 {
    font-size: 40px;
    line-height: 52px
}

h3 {
    font-size: 34px;
    line-height: 46px
}

h4 {
    font-size: 22px;
    line-height: 32px
}

h5 {
    font-size: 20px;
    line-height: 30px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 17px;
    line-height: 28px
}

.pad-tb {
    padding-top: 100px;
    padding-bottom: 100px
}

.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
}

.hero-card-web .bg-btn {
    background: linear-gradient(to right, #1ed760 0, #10bc4d 100%);
    color: #fff;
    font-weight: 600
}

.bg-btn,
.bg-btn2,
.bg-btn3 {
    background: #673ab7;
    background: -moz-linear-gradient(left, #673ab7 0, #2196f3 100%);
    background: linear-gradient(to right, #1ed760 0, #10bc4d 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-btn4 {
    background: 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: #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, #fc00c7 0, #1c4efd 54%, #00aded 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, #1f2d41 0, #02ffc7 36%, #02ffc7 65%, #1f2d41 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: #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: #e8fffc;
    background: -moz-linear-gradient(top, #e8fffc 0, #fff4f4 100%);
    background: -webkit-linear-gradient(top, #e8fffc 0, #fff4f4 100%);
    background: linear-gradient(to bottom, #e8fffc 0, #fff4f4 100%)
}

.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: #3f36b9;
    background: -moz-linear-gradient(left, #3f36b9 0, #20206b 100%);
    background: -webkit-linear-gradient(left, #3f36b9 0, #20206b 100%);
    background: linear-gradient(to right, #3f36b9 0, #20206b 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: .05s
}

.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: rgba(0, 0, 0, 0) !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: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0);
    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
}

.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: 0
}

.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: 0
}

.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
}

.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
}

.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: #6a
}

.active-dark .blog-share-icon span {
    color: #6a
}

.active-dark .blog-post-tag a {
    color: #6a6a8e;
    border-color: #40
}

.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
}

.custom-nav .menu-dorpdown {
    width: 240px;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    overflow: hidden !important
}

.shape-bg3:before {
    height: 100%;
    width: 100%;
    opacity: .03;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    right: 0
}

.itm-media-object h4 a {
    color: #1e2c40
}

.itm-media-object h4 a:hover {
    color: #1ed760
}

.itm-media-object .media {
    align-items: center
}

.landscp iframe {
    transition: all .3s ease-in-out !important
}

.landscp iframe:hover {
    filter: none
}

.footer-badges- li a img {
    filter: grayscale(1);
    transition: all .3s ease-in-out !important
}

.footer-badges- li:hover a img {
    filter: none
}

ul.badges-content {
    display: flex;
    justify-content: space-between
}

ul.badges-content li {
    margin-right: 20px
}

ul.badges-content li:last-child {
    margin: 0
}

ul.badges-content li img {
    transition: all .3s ease-in-out !important;
    width: 100%
}

ul.badges-content li:hover img {
    filter: opacity(.5)
}

.testinomial-section-app .justify-content-center a span {
    font-size: 10px;
    color: #1f2d41;
    margin-right: 8px
}

.testinomial-section-app .justify-content-center {
    align-items: center
}

.testinomial-section-app .justify-content-center a div {
    display: flex;
    align-items: center
}

.testinomial-section-app .justify-content-center a {
    padding: 0 24px
}

.review-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between !important;
    margin-top: 40px;
    text-align: center
}

.review-icons a {
    max-width: 33%;
    flex: 0 0 33%
}

.testinomial-section .owl-carousel .owl-dots {
    width: 100%;
    transform: rotate(90deg);
    left: 62%;
    top: -70px
}

.review-ref {
    justify-content: flex-start
}

.clr-green {
    color: #1ed760
}

.video-testimonials .owl-nav {
    display: block !important;
    text-align: center;
    margin-top: 30px
}

.video-testimonials .owl-nav button {
    margin: 0 24px;
    height: 45px;
    color: #000 !important;
    font-size: 50px !important;
    line-height: 0 !important
}

section.service.pad-tb>.container>.row {
    align-items: center
}

body.service-inner .nav-bg-b.main-header .mega-darks-logo {
    display: block
}

body.service-inner .nav-bg-b.main-header .mega-white-logo {
    display: none
}

body.service-inner .custom-nav .nav-list li a.menu-links {
    color: #050748
}

.graphic-blocks .wide-sblock {
    min-height: 244px
}

.quote_m0 .wide-sblock .s-card-icon {
    margin: 0
}

.single-image.custom-animate {
    border-radius: 100%;
    overflow: hidden;
    height: 370px
}

.single-image.custom-animate img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.cst-block.image-block1 {
    position: relative
}

.cst-block.image-block1:after {
    content: '';
    height: 100%;
    width: 10px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9
}

.custom-animate .isotope_item:hover h4 a {
    color: #fff
}

.custom-animate .isotope_item:hover .item-info-div {
    transition: all .8s ease-in-out !important
}

.custom-animate .isotope_item:hover .item-info-div {
    background: linear-gradient(to right, #1ed760 0, #10bc4d 100%)
}

.isotope_item:hover .item-image img {
    transform: scale(1.1)
}

.isotope_item .item-image img {
    transition: all .8s ease-in-out !important
}

.isotope_item .item-image img.img-pop {
    display: none
}

div#portfoilio-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 72%)
}

a.close-pop {
    position: absolute;
    right: 10%;
    top: 10%;
    font-size: 144px;
    color: #fff;
    text-decoration: none;
    z-index: 1
}

div#portfoilio-popup .pop-content {
    height: 100%;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat
}

div#portfoilio-popup .pop-content .screen {
    height: 100%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center
}

div#portfoilio-popup .pop-content .screen .full-image {
    height: 514px;
    overflow: hidden;
    position: absolute;
    top: 13%;
    left: 37px;
    overflow-y: scroll;
    width: 92.5%
}

body.stuck {
    overflow: hidden
}

.firstcs {
    position: relative
}

.firstcs:before {
    content: '';
    height: 100%;
    width: 50%;
    background: #4ea7ac;
    position: absolute;
    left: 0;
    top: 0
}

.firstcs.scndcs:before {
    left: auto;
    right: 0;
    background: #e00119
}

.firstcs .case-content {
    display: table-cell;
    padding: 0 80px 0 0;
    height: 763px;
    vertical-align: middle
}

.firstcs.scndcs .case-content {
    padding: 80px 0 60px 80px
}

.firstcs .case-content h4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px
}

.firstcs .case-content p {
    padding-bottom: 0;
    color: #fff;
    font-size: 16px
}

.item-image.case-logo {
    background: 0;
    margin-bottom: 20px;
    box-shadow: none !important
}

.firstcs .case-content ul li {
    padding: 20px 0
}

.item-image.case-logo img {
    width: auto
}

.featured-project.sec-case-study {
    background: 0
}

.featured-project.sec-case-study .mb-100 {
    margin-bottom: 100px
}

.figarea {
    display: table-cell;
    padding: 0 0 0 80px;
    height: 763px;
    vertical-align: middle
}

.case-2 .figarea {
    padding: 0 80px 0 0
}

.figarea .single-test {
    position: relative;
    padding-left: 40px
}

.figarea .single-test .comment {
    position: absolute;
    left: 0;
    font-size: 24px
}

.figarea .single-test h4 {
    font-size: 20px;
    padding-bottom: 20px;
    font-style: italic;
    font-weight: 500
}

.figarea .single-test h5 {
    padding-bottom: 0;
    font-size: 22px
}

letter-spacing 1px.firstcs.firstcs-3:before {
    background: #e0891b
}

a.close-pop span {
    height: 7px;
    width: 100px;
    background: #fff;
    display: block;
    margin: 10px;
    transform: translate3d(0, 31%, 0) scale(1, 1) rotate(132deg)
}

a.close-pop span.line2 {
    transform: translate3d(0, -196%, 0) scale(1, 1) rotate(222deg)
}

.customPortfolio_tabs .item-info p {
    display: none
}

.customPortfolio_tabs .item-image {
    height: 380px
}

.customPortfolio_tabs .item-image img {
    height: 100%;
    object-fit: cover
}

div#portfoilio-popup .pop-content .screen .full-image img {
    width: 100%
}

.logo-popup div#portfoilio-popup .pop-content .screen {
    background: 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-popup div#portfoilio-popup .pop-content .screen .full-image {
    height: auto;
    overflow: visible;
    position: relative;
    top: auto;
    left: auto;
    text-align: center
}

.logo-popup div#portfoilio-popup .pop-content .screen .full-image img {
    width: auto
}

.customPortfolio_tabs .item-image iframe {
    display: none
}

.customPortfolio_tabs .single-card-item {
    position: relative !important;
    top: auto;
    left: auto !important;
    right: auto !important
}

.customPortfolio_tabs .card-list {
    height: auto !important
}

.nav-tabs .nav-link {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px;
    color: #000;
    cursor: pointer;
    background: rgb(244 111 54 / 35%);
    border-radius: 40px 40px 40px 20px;
    margin-bottom: 0;
    margin-left: 10px
}

div#nav-tab {
    text-align: right;
    display: block;
    border: 0;
    margin: 0 0 4rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    background-color: #f46f36 !important;
    color: #fff !important;
}

#nav-home .single-card-item {
    display: none
}

#nav-profile .single-card-item {
    display: none
}

#nav-contact .single-card-item {
    display: none
}

#nav-about .single-card-item {
    display: none
}

.customPortfolio_tabs .video .item-image:before {
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 71%);
    position: absolute;
    top: 0;
    z-index: 3;
    pointer-events: none
}

.customPortfolio_tabs .video .item-image:after {
    content: '\f144';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #27cea7;
    font-size: 75px;
    position: absolute;
    top: 43%;
    left: 40%;
    z-index: 4;
    background: #fff;
    border-radius: 100%;
    pointer-events: none
}

.tab-pane button.btn {
    line-height: 58px;
    color: #fff;
    border-radius: 100px;
    padding: 0 20px;
    background: linear-gradient(to right, #1ed760 0, #10bc4d 100%);
    width: 220px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0 auto;
    display: inherit;
    margin-top: 50px;
    box-shadow: none;
    outline: 0
}

.tab-pane button.btn.noContent {
    cursor: default;
    background: #f0f0f0;
    color: #000
}

.video-popup div#portfoilio-popup .pop-content .screen .full-image {
    overflow: hidden
}

.case-study-detail {
    position: relative;
    padding-top: 282px;
    padding-bottom: 130px;
    overflow: hidden
}

.case-study-detail:before {
    content: '';
    border-bottom: 1080px solid #192938;
    border-right: 425px solid transparent;
    height: 0;
    width: 59%;
    position: absolute;
    left: 0;
    top: 0
}

.case-study-detail .intro h4 {
    color: #2699cf;
    font-size: 60px;
    line-height: 1.4;
    border: 10px solid #50b848;
    border-radius: 80px;
    display: inline-block;
    padding: 20px 40px;
    margin-bottom: 20px
}

.case-study-detail .intro {
    padding-left: 95px
}

.case-study-detail .intro h1 {
    color: #50b848;
    font-size: 60px;
    line-height: 1.4;
    margin-bottom: 62px
}

.case-study-detail .intro h3 {
    font-size: 56px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 35px
}

.case-study-detail .intro p {
    font-size: 30px;
    line-height: 1.4;
    color: #fff
}

.case-study-detail .intro .btn-custom a {
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    padding: 12px 48px;
    background: red
}

section.featured-project.pad-tb.open-popupVideo .item-image:after {
    content: '\f144';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #27cea7;
    font-size: 75px;
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 4;
    background: #fff;
    border-radius: 100%;
    pointer-events: none
}

.menu-dorpdown .sub-menu-column ul li:last-child {
    margin-bottom: 0
}

.sypp-title {
    display: none
}

div#graphic .item-info {
    display: none
}

section.sec-app-d-cs>.container:first-child>.row {
    align-items: center
}

section.sec-app-d-cs {
    border-bottom: 1px solid #ededed
}

section.sadcs1 img.img-adl {
    width: 35%
}

section.sadcs2 img.img-adl {
    width: 45%
}

section.sadcs3 img.img-adl {
    width: 60%
}

section.sec-app-d-cs img.img-adl {
    display: block;
    margin-bottom: 40px
}

section.sadcs3 {
    padding-top: 100px
}

section.sec-app-d-cs h2 {
    color: #000;
    font-size: 35px;
    margin-bottom: 15px
}

section.sec-app-d-cs p {
    color: #c1c1c1;
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 180%
}

.sil {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.sil>a:not(:first-child) {
    margin-left: 15px
}

.sil img.img-fluid {
    width: 75%
}

section.sec-app-d-cs>.container-fluid:last-child>.row>div:last-child {
    text-align: right
}

section.sec-app-d-cs>.container-fluid:last-child>.row>div:last-child img,
section.sec-app-d-cs>.container-fluid:last-child>.row>div:last-child p {
    padding-right: 50px;
    color: #000;
    font-weight: 600
}

section.sadcs-btn {
    text-align: center
}

.sil+a.btn-main.bg-btn2.lnk {
    margin-top: 20px;
    margin-bottom: 20px
}

section.csp-colp0>div>.row>.col-lg-7 {
    padding-left: 0;
    padding-right: 0
}

section.csp-colp0>div>.row.row {
    display: flex;
    align-items: center
}

section.csp-sec .csp-sec-sec-content img.img-adl {
    margin-bottom: 20px
}

section.csp-sec .csp-sec-sec-content h2 {
    font-size: 26px;
    line-height: 120%
}

.csp-sec-sec-content h2,
.csp-sec-sec-content h4,
.csp-sec-sec-content p {
    color: #000
}

.csp-cw .csp-sec-sec-content h2,
.csp-cw .csp-sec-sec-content h4,
.csp-cw .csp-sec-sec-content p {
    color: #fff
}

section.csp-sec .csp-sec-sec-content h2,
section.csp-sec .csp-sec-sec-content h4,
section.csp-sec .csp-sec-sec-content p {
    margin-bottom: 15px
}

section.csp-sec .csp-sec-sec-content .sil+a.btn-main.bg-btn2.lnk {
    margin-top: 30px
}

section.transferlakey-sec.csp-sec.csp-colp0 {
    background: #45b649;
    background: -moz-linear-gradient(top, #45b649 0, #7dc242 100%);
    background: -webkit-linear-gradient(top, #45b649 0, #7dc242 100%);
    background: linear-gradient(to bottom, #45b649 0, #7dc242 100%)
}

section.transferlakey-sec .bg-btn2 {
    background: -moz-linear-gradient(left, #1f2d41 0, #1f2d41 100%);
    background: linear-gradient(to right, #1f2d41 0, #1f2d41 100%)
}

section.snakeatab-sec {
    background-color: #e0e7f1
}

section.silkletting-sec {
    background-color: #192938
}

section.hautehouse-sec {
    background-color: #fff
}

section.emlaknow-sec {
    padding-top: 60px;
    padding-bottom: 60px
}

section.homestay-sec {
    position: relative;
    z-index: 3
}

section.homestay-sec .sil>a {
    pointer-events: none
}

section.emlaknow-sec,
section.homestay-sec {
    border-bottom: 1px solid #999
}

section.emlaknow-sec img.img-adl {
    width: 45%
}

section.hautehouse-sec img.img-adl,
section.homestay-sec img.img-adl,
section.silkletting-sec img.img-adl,
section.zetime-sec img.img-adl {
    width: 35%
}

section.snakeatab-sec img.img-adl,
section.transferlakey-sec img.img-adl {
    width: 25%
}

section.csi-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 1px solid #999
}

section.csi-sec>div>.row {
    display: flex;
    align-items: center
}

.zetime-img {
    text-align: center
}

section.zetime1-sec {
    padding-top: 50px
}

.zetime1-b h2 {
    font-size: 20px;
    color: #000;
    line-height: 110%;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 65px
}

.zetime1-b h2:not(:last-child) {
    margin-bottom: 20px
}

.zetime1-b>h2 span {
    display: block;
    background-color: #134e9b;
    height: 32px;
    width: 32px;
    border-radius: 9px;
    transform: skew(45deg, -45deg);
    display: block;
    margin-right: 18px
}

.zetime1-b>h2 span>p {
    transform: skew(-45deg, 45deg);
    line-height: 32px;
    text-align: center;
    font-size: 8px;
    color: #fff
}

section.zetime2-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.zetime2-b h2,
.zetime2-b h4 {
    color: #134e9b;
    line-height: 100%;
    margin-bottom: 12px
}

.zetime2-b h2 {
    font-size: 110px
}

.zetime2-b h4 {
    font-size: 40px
}

section.zetime3-sec {
    padding-top: 50px
}

.zetime3-b h2,
.zetime3-b h4 {
    color: #134e9b;
    line-height: 100%;
    margin-bottom: 12px
}

.zetime3-b h2 {
    font-size: 110px
}

section.zetime4-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.zetime4-b h2,
.zetime4-b h4 {
    color: #134e9b;
    line-height: 100%;
    margin-bottom: 12px
}

.zetime4-b h2 {
    font-size: 110px
}

.zetime4-b h4 {
    font-size: 40px
}

section.zetime5-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.zetime5-b h2,
.zetime5-b h4 {
    color: #134e9b;
    line-height: 120%;
    margin-bottom: 12px
}

.zetime5-b h2 {
    font-size: 70px
}

.zetime5-b h4 {
    font-size: 40px
}

.zetime5-bpis {
    display: flex;
    align-items: center;
    width: 70%;
    margin-bottom: 28px
}

span.zetime5-bpis2 {
    margin-left: 45px
}

span.zetime5-bpis2 h4,
span.zetime5-bpis2 p {
    color: #203c73
}

.zetime5-bp .zetime5-bpi {
    transform: skew(-25deg)
}

.zetime5-bp .zetime5-bpi .zetime5-bpis {
    transform: skew(25deg)
}

.zetime5-bpis1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 4px 2px 0 #134e9b, 2px 2px 0 #134e9b;
    animation: spin 1s infinite linear
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.zetime5-bpis11 {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    animation: spin 1s infinite linear reverse;
    color: #203c73;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 0
}

section.zetime6-sec {
    position: relative;
    z-index: 2
}

section.zetime6-sec .zetime-img {
    width: 100%
}

.zetime6-content {
    padding: 0
}

.transferlakey1-content .zelogos img,
.transferlakey2-content .zelogos img,
.transferlakey3-content .zelogos img,
.transferlakey4-content .zelogos img,
.transferlakey5-content .zelogos img,
.transferlakey6-content .zelogos img {
    box-shadow: 0 0 20px #0000004d;
    border-radius: 50%;
    margin-bottom: 20px
}

.transferlakey-img {
    text-align: center
}

section.transferlakey1-sec {
    padding-top: 50px
}

.transferlakey1-b h2 {
    font-size: 20px;
    color: #000;
    line-height: 110%;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 65px
}

.transferlakey1-b h2:not(:last-child) {
    margin-bottom: 20px
}

.transferlakey1-b>h2 span {
    display: block;
    background-color: #50b848;
    height: 32px;
    width: 32px;
    border-radius: 9px;
    transform: skew(45deg, -45deg);
    display: block;
    margin-right: 18px
}

.transferlakey1-b>h2 span>p {
    transform: skew(-45deg, 45deg);
    line-height: 32px;
    text-align: center;
    font-size: 8px;
    color: #fff
}

section.transferlakey2-sec {
    padding-top: 50px
}

.transferlakey2-b h2,
.transferlakey2-b h4 {
    color: #000;
    line-height: 100%;
    margin-bottom: 12px
}

.transferlakey2-b h2 {
    font-size: 60px
}

.transferlakey2-b h4 {
    font-size: 40px
}

section.transferlakey3-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.transferlakey3-b h2,
.transferlakey3-b h4 {
    color: #000;
    line-height: 100%;
    margin-bottom: 12px
}

.transferlakey3-b h2 {
    font-size: 60px
}

section.transferlakey4-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.transferlakey4-b h2,
.transferlakey4-b h4 {
    color: #000;
    line-height: 100%;
    margin-bottom: 12px
}

.transferlakey4-b h2 {
    font-size: 60px
}

.transferlakey4-b h4 {
    font-size: 40px
}

section.transferlakey5-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.transferlakey5-b h2,
.transferlakey5-b h4 {
    color: #000;
    line-height: 120%;
    margin-bottom: 12px
}

.transferlakey5-b h2 {
    font-size: 70px
}

.transferlakey5-b h4 {
    font-size: 40px
}

.transferlakey5-bpis {
    display: flex;
    align-items: center;
    width: 70%;
    margin-bottom: 28px
}

span.transferlakey5-bpis2 {
    margin-left: 45px
}

span.transferlakey5-bpis2 h4,
span.transferlakey5-bpis2 p {
    color: #192a38
}

.transferlakey5-bp .transferlakey5-bpi {
    transform: skew(-25deg)
}

.transferlakey5-bp .transferlakey5-bpi .transferlakey5-bpis {
    transform: skew(25deg)
}

.transferlakey5-bpis1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 4px 2px 0 #192a38, 2px 2px 0 #192a38;
    animation: spin 1s infinite linear
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.transferlakey5-bpis11 {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    animation: spin 1s infinite linear reverse;
    color: #192a38;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 0
}

section.transferlakey6-sec {
    position: relative;
    z-index: 2
}

section.transferlakey6-sec .transferlakey-img {
    width: 100%
}

.transferlakey6-content {
    padding: 0
}

.silkletting1-sec .zelogos img,
.silkletting2-sec .zelogos img,
.silkletting3-sec .zelogos img,
.silkletting4-sec .zelogos img,
.silkletting5-sec .zelogos img,
.silkletting6-sec .zelogos img {
    margin-bottom: 20px
}

.silkletting-img {
    text-align: center
}

section.silkletting1-sec {
    padding-top: 50px
}

.silkletting1-b h2 {
    font-size: 20px;
    color: #000;
    line-height: 110%;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 65px
}

.silkletting1-b h2:not(:last-child) {
    margin-bottom: 20px
}

.silkletting1-b>h2 span {
    display: block;
    background-color: #50b848;
    height: 32px;
    width: 32px;
    border-radius: 9px;
    transform: skew(45deg, -45deg);
    display: block;
    margin-right: 18px
}

.silkletting1-b>h2 span>p {
    transform: skew(-45deg, 45deg);
    line-height: 32px;
    text-align: center;
    font-size: 8px;
    color: #fff
}

section.silkletting2-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.silkletting2-b h2,
.silkletting2-b h4 {
    color: #000;
    line-height: 100%;
    margin-bottom: 12px
}

.silkletting2-b h2 {
    font-size: 60px
}

.silkletting2-b h4 {
    font-size: 40px
}

section.silkletting3-sec {
    padding-top: 50px
}

.silkletting3-b h2,
.silkletting3-b h4 {
    color: #000;
    line-height: 100%;
    margin-bottom: 12px
}

.silkletting3-b h2 {
    font-size: 60px
}

section.silkletting4-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.silkletting4-b h2,
.silkletting4-b h4 {
    color: #000;
    line-height: 100%;
    margin-bottom: 12px
}

.silkletting4-b h2 {
    font-size: 60px
}

.silkletting4-b h4 {
    font-size: 40px
}

section.silkletting5-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.silkletting5-b h2,
.silkletting5-b h4 {
    color: #000;
    line-height: 120%;
    margin-bottom: 12px
}

.silkletting5-b h2 {
    font-size: 70px
}

.silkletting5-b h4 {
    font-size: 40px
}

.silkletting5-bpis {
    display: flex;
    align-items: center;
    width: 70%;
    margin-bottom: 28px
}

span.silkletting5-bpis2 {
    margin-left: 45px
}

span.silkletting5-bpis2 h4,
span.silkletting5-bpis2 p {
    color: #192a38
}

.silkletting5-bp .silkletting5-bpi {
    transform: skew(-25deg)
}

.silkletting5-bp .silkletting5-bpi .silkletting5-bpis {
    transform: skew(25deg)
}

.silkletting5-bpis1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 4px 2px 0 #192a38, 2px 2px 0 #192a38;
    animation: spin 1s infinite linear
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.silkletting5-bpis11 {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    animation: spin 1s infinite linear reverse;
    color: #192a38;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 0
}

section.silkletting6-sec {
    position: relative;
    z-index: 2
}

section.silkletting6-sec .silkletting-img {
    width: 100%
}

.silkletting6-content {
    padding: 0
}

.snakeatap1-sec .zelogos img,
.snakeatap2-sec .zelogos img,
.snakeatap3-sec .zelogos img,
.snakeatap4-sec .zelogos img,
.snakeatap5-sec .zelogos img,
.snakeatap6-sec .zelogos img,
.snakeatap7-sec .zelogos img {
    margin-bottom: 20px
}

.snakeatap-img {
    text-align: center
}

section.snakeatap1-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

.snakeatap1-b h2 {
    font-size: 50px;
    color: #000;
    line-height: 110%
}

section.snakeatap2-sec .snakeatap-img {
    padding-top: 50px;
    padding-bottom: 50px
}

section.snakeatap3-sec {
    padding-top: 50px;
    padding-bottom: 50px
}

section.snakeatap4-sec,
section.snakeatap5-sec,
section.snakeatap6-sec,
section.snakeatap7-sec {
    padding-top: 50px
}

.snakeatap4-b h2,
.snakeatap4-b h4,
.snakeatap5-b h2,
.snakeatap5-b h4,
.snakeatap6-b h2,
.snakeatap6-b h4,
.snakeatap7-b h2,
.snakeatap7-b h4 {
    color: #000;
    line-height: 100%;
    margin-bottom: 12px
}

.snakeatap4-b h2,
.snakeatap5-b h2,
.snakeatap6-b h2,
.snakeatap7-b h2 {
    font-size: 60px
}

.snakeatap4-b h4,
.snakeatap5-b h4,
.snakeatap6-b h4,
.snakeatap7-b h4 {
    font-size: 40px
}

section.snakeatap7-sec {
    position: relative;
    z-index: 2
}

.privacy-policy-page h2,
.privacy-policy-page p,
.terms-conditions-page h2,
.terms-conditions-page p {
    margin-bottom: 20px
}

div#logo-design .isotope_item .item-info {
    display: none
}

section.notfound_page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.mainnotfound_page footer,
.mainnotfound_page header.nav-bg-b.main-header.navfix.fixed-top.menu-white,
.mainnotfound_page nav.hc-offcanvas-nav.hc-nav-1.nav-levels-expand.nav-position-left.disable-body.close-no-label,
.mainnotfound_page section.breadcrumb-area.banner-1 {
    display: none !important
}

section.notfound_page h1 {
    font-size: 140px;
    line-height: 190px
}

section.notfound_page h3 {
    margin: 0 0 10px
}

section.notfound_page a.btn-main.bg-btn3.lnk.mt20 i {
    margin: 0 10px 0 0
}

@media screen and (max-width:1680px) {
    div#portfoilio-popup .pop-content .screen .full-image {
        top: 16%;
        height: 512px
    }
}

@media screen and (max-width:1600px) {
    div#portfoilio-popup .pop-content .screen .full-image {
        top: 10.5%;
        height: 509px;
        width: 92.4%
    }
}

@media screen and (max-width:1367px) {
    div#portfoilio-popup .pop-content .screen {
        height: 90%;
        background-size: 100% 100% !important;
        width: 90%
    }
    div#portfoilio-popup .pop-content .screen .full-image {
        top: 38px;
        height: 63%
    }
    a.close-pop {
        right: 5%
    }
}

@media screen and (min-height:1040px) and (max-height:1080px) {
    div#portfoilio-popup .pop-content .screen .full-image {
        top: 17%
    }
}

@media screen and (height:1200px) {
    div#portfoilio-popup .pop-content .screen .full-image {
        height: 504px;
        top: 21%
    }
}

@media screen and (max-width:1600px) {
    .awards-block-tt a img {
        margin-right: 15px
    }
}

@media screen and (max-width:1400px) {
    .silkletting5-b2,
    .transferlakey5-b2,
    .zetime5-b2 {
        padding-left: 100px
    }
    .awards-block-tt a img {
        margin-right: 10px;
        margin-bottom: 20px
    }
    .testinomial-section .owl-carousel .owl-dots {
        left: 56%
    }
}

@media screen and (max-width:1199px) {
    .silkletting5-b2,
    .transferlakey5-b2,
    .zetime5-b2 {
        padding-left: 0
    }
    .silkletting5-bp .silkletting5-bpi,
    .silkletting5-bp .silkletting5-bpi .silkletting5-bpis,
    .transferlakey5-bp .transferlakey5-bpi,
    .transferlakey5-bp .transferlakey5-bpi .transferlakey5-bpis,
    .zetime5-bp .zetime5-bpi,
    .zetime5-bp .zetime5-bpi .zetime5-bpis {
        transform: skew(0)
    }
    .silkletting5-bpis,
    .transferlakey5-bpis,
    .zetime5-bpis {
        width: 100%
    }
}

@media screen and (max-width:991px) {
    section.csp-sec {
        text-align: center
    }
    section.csp-sec .sil {
        justify-content: center
    }
    section.csp-sec .csp-sec-sec-content {
        padding-top: 50px;
        padding-bottom: 30px
    }
    section.csi-sec:nth-child(odd)>div>.row,
    section.csp-sec:nth-child(even)>div>.row {
        flex-direction: column-reverse
    }
    section.csi-sec {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .silkletting1-b,
    .silkletting2-b,
    .silkletting3-b,
    .silkletting4-b,
    .silkletting5-b,
    .silkletting6-b,
    .snakeatap1-b,
    .snakeatap2-b,
    .snakeatap3-b,
    .snakeatap4-b,
    .snakeatap5-b,
    .snakeatap6-b,
    .snakeatap7-b,
    .transferlakey1-b,
    .transferlakey2-b,
    .transferlakey3-b,
    .transferlakey4-b,
    .transferlakey5-b,
    .transferlakey6-b,
    .zetime1-b,
    .zetime2-b,
    .zetime3-b,
    .zetime4-b,
    .zetime5-b,
    .zetime6-b {
        padding-top: 35px
    }
}

@media screen and (max-width:767px) {
    .silkletting2-b h2,
    .silkletting3-b h2,
    .silkletting4-b h2,
    .silkletting5-b h2,
    .snakeatap1-b h2,
    .snakeatap4-b h2,
    .snakeatap5-b h2,
    .snakeatap6-b h2,
    .snakeatap7-b h2,
    .transferlakey2-b h2,
    .transferlakey3-b h2,
    .transferlakey4-b h2,
    .transferlakey5-b h2,
    .zetime2-b h2,
    .zetime3-b h2,
    .zetime4-b h2,
    .zetime5-b h2 {
        font-size: 32px
    }
    .silkletting2-b h4,
    .silkletting3-b h4,
    .snakeatap4-b h4,
    .snakeatap5-b h4,
    .snakeatap6-b h4,
    .snakeatap7-b h4,
    .transferlakey3-b h4,
    .zetime2-b h4,
    .zetime4-b h4 {
        font-size: 22px
    }
}

@media screen and (max-width:767px) {
    .item-info-div h4 {
        font-size: 13px;
        line-height: 1.4
    }
    .item-info-div {
        padding: 15px 10px
    }
    .lead-gen-client .clients-logo {
        min-height: 150px !important;
        max-height: 150px !important
    }
    ul.badges-content {
        flex-wrap: wrap;
        justify-content: center
    }
    .badges-section .col-6 {
        max-width: 100%;
        flex: 100%
    }
    ul.badges-content li {
        margin: 20px 0;
        flex: 50%;
        max-width: 50%;
        padding: 0 15px
    }
    .service-section-app .upset .col-lg-4 {
        max-width: 75%;
        margin: 0 auto 40px
    }
    .funfact .col-sm-12 {
        max-width: 50%
    }
    .common-heading h2 {
        font-size: 30px;
        line-height: 1.4
    }
    .common-heading>span {
        font-size: 14px
    }
    p {
        font-size: 14px;
        line-height: 24px
    }
    .hero-heading-sec h1 {
        font-size: 36px;
        line-height: 1.4
    }
    .hero-heading-sec>p {
        font-size: 15px !important;
        padding: 0 8%
    }
    .cta-card>h3 {
        font-size: 24px;
        line-height: 1.4
    }
    .bg-btn,
    .bg-btn2,
    .bg-btn3,
    .bg-btn4,
    .btn-outline {
        font-size: 14px;
        line-height: 48px
    }
    .office-card .info-text-div h4 {
        font-size: 18px;
        line-height: 1.4
    }
    .office-card .info-text-div h6 {
        font-size: 14px;
        margin-top: 4px
    }
    .-address-list li {
        line-height: 30px
    }
    .-address-list li a {
        font-size: 14px
    }
    .ftr-brand-pp .navbar-brand img {
        width: 100%
    }
    .footer-row2 h5 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 20px
    }
    .footer-address-list li p {
        font-size: 14px
    }
    .footer-address-list li a,
    .footer-address-list li p span {
        font-size: 13px;
        line-height: 20px
    }
    .single-blog- .content .title {
        font-size: 14px
    }
    .footer-blog- .single-blog- .post-thumb {
        margin-right: 0;
        margin-bottom: 15px
    }
    .footer-blog- .single-blog-:last-child {
        margin-top: 0;
        display: block
    }
    .footer-row2 .col-sm-6 {
        margin-bottom: 30px
    }
    .single-blog- img {
        width: 100%;
        height: auto
    }
    .testinomial-section {
        overflow: hidden
    }
    .testinomial-section .owl-carousel .owl-dots {
        display: none
    }
    body:not(.home) .main-header {
        padding: 15px
    }
    body:not(.menu-white) .main-header.sticky .nav-brand .mega-darks-logo {
        display: block
    }
    body:not(.menu-white) .nav-bg-b.main-header.sticky .mega-white-logo {
        display: none
    }
    body:not(.home) .main-header.sticky {
        padding: 4px 15px
    }
    .bread-titlev2 h1 {
        font-size: 34px;
        line-height: 1.4
    }
    .statistics-wrap .small .col-sm-6 {
        max-width: 50%
    }
    .small .statistics span,
    .statistics span {
        font-size: 28px !important
    }
    .small .statistics p {
        font-size: 14px;
        margin-top: 5px
    }
    section.service-block .upset .col-sm-6 {
        max-width: 75%;
        flex: 75%;
        margin: 0 auto 20px
    }
    section.service-block .upset .col-sm-6:last-child {
        margin-bottom: 0
    }
    .ps-block h3 {
        font-size: 24px;
        line-height: 1.4
    }
    .ps-block p {
        font-size: 15px;
        line-height: 24px
    }
    .s-block h4 {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 15px
    }
    .s-card-icon {
        margin: 0 auto !important
    }
    .wide-sblock {
        text-align: center !important
    }
    .featured-project .col-lg-4 {
        width: 50%
    }
    .isotope_item h4 {
        font-size: 18px;
        line-height: 1.4
    }
    div#portfoilio-popup .pop-content {
        width: 100%
    }
    div#portfoilio-popup .pop-content .screen {
        background: 0 0 !important;
        width: 75%;
        height: 100%;
        top: 0
    }
    div#portfoilio-popup .pop-content .screen .full-image {
        height: 80%;
        width: 100%;
        left: 0
    }
    a.close-pop {
        right: 0;
        top: 20px
    }
    a.close-pop span {
        width: 45px
    }
    .single-image.custom-animate {
        width: 75%
    }
    .video-popup div#portfoilio-popup .pop-content .screen .full-image iframe {
        height: 100%
    }
    .nav-tabs .nav-link {
        font-size: 16px;
        padding: 16px 16px
    }
    .firstcs:before {
        width: 100%;
        height: 50%
    }
    .firstcs.scndcs:before {
        top: auto;
        bottom: 0
    }
    .firstcs .case-content h4 {
        font-size: 20px
    }
    .firstcs .case-content p {
        font-size: 15px
    }
    .figarea .single-test h4 {
        font-size: 17px;
        line-height: 30px
    }
    .firstcs.scndcs {
        border-top: 1px solid #ededed
    }
    .figarea {
        padding-left: 0
    }
    .firstcs.scndcs .case-content {
        padding-left: 0
    }
}

@media screen and (max-width:540px) {
    .testinomial-section .owl-carousel .owl-dots {
        display: none
    }
    .mob-nav2 li:first-child {
        display: none
    }
    section.testinomial-section {
        overflow: hidden
    }
    section.testinomial-section {
        overflow: hidden
    }
    .hero-heading-sec h1 {
        font-size: 24px !important;
        line-height: 1.4 !important
    }
    .common-heading h2 {
        font-size: 24px
    }
    .service-section-app .upset .col-lg-4 {
        max-width: 100%
    }
    .item-info-div h4 {
        font-size: 16px
    }
    .footer-badges- li {
        max-width: 50%;
        flex: 50%;
        margin: 10px 0;
        padding: 10px !important
    }
    .footer-badges- {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center !important
    }
    p br {
        display: none
    }
    .statistics-wrap .small .col-sm-6 {
        max-width: 100%
    }
    .statistics {
        justify-content: center
    }
    .featured-project .col-lg-4 {
        width: 100%
    }
    .bread-titlev2 h1 {
        font-size: 24px
    }
    section.service-block .upset .col-sm-6 {
        max-width: 90%
    }
    div#portfoilio-popup .pop-content .screen .full-image {
        height: 50%;
        top: 25%
    }
    div#portfoilio-popup .pop-content .screen {
        width: 85%
    }
    .nav-tabs .nav-link {
        display: block;
        margin-bottom: 10px
    }
    .item-image.case-logo img {
        width: 100%
    }
}

.sub-menu-column ul li a span {
    display: block
}

ul.footer-address-list.link-hover {
    display: block;
    column-count: 2
}

div#portfoilio-popup .pop-content .screen .full-image iframe {
    height: 100%
}

.service-block.custom_height .s-block {
    min-height: 485px
}

.app-dev .service-block.custom_height .s-block {
    min-height: 520px
}

.devop-service .service-block.custom_height .s-block {
    min-height: 518px
}

.video-animate .service-block.custom_height .s-block {
    min-height: 250px
}

.service-inner .featured-project .isotope_item .item-info {
    display: none
}

.bread-menu {
    display: none
}

.awards-block-tt img {
    margin-right: 30px
}

.case-img img {
    margin: 10px 0;
    padding: 40px 0 60px;
    border-bottom: 1px solid #ededed
}

.case-img img:first-child {
    padding-top: 0;
    margin-top: 0
}

section.featured-project.pad-tb.sec-case_study {
    padding-top: 0;
    padding-bottom: 0;
    background: 0
}

.case-img img:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

@media screen and (max-width:767px) {
    body:not(.home) .nav-bg-b .hc-nav-trigger span,
    body:not(.home) .nav-bg-b .hc-nav-trigger span::after,
    body:not(.home) .nav-bg-b .hc-nav-trigger span::before {
        background: #1f2d41
    }
}

section.thank-you h2,
section.thank-you p {
    margin-bottom: 20px
}

.logo-popup div#portfoilio-popup .pop-content img.pop-content-bg-img {
    display: none
}

@media screen and (min-width:992px) {
    .website-popup div#portfoilio-popup .pop-content {
        position: relative;
        height: 100vh;
        width: 60%;
        padding: 50px 0 50px;
        display: block
    }
    .website-popup div#portfoilio-popup .pop-content .pop-content-bg-img {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 90vh;
        width: 100%;
        display: block
    }
    .website-popup div#portfoilio-popup .pop-content .screen {
        background-image: none !important
    }
    .website-popup div#portfoilio-popup .pop-content .screen {
        background-image: none !important;
        position: unset;
        margin: 0 auto;
        z-index: 4;
        width: 100%;
        height: 67vh;
        overflow: hidden;
        padding: 35px
    }
    .website-popup div#portfoilio-popup .pop-content .screen .full-image {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100%;
        width: 100%
    }
    .website-popup div#portfoilio-popup a.close-pop {
        z-index: 9
    }
}

@media screen and (min-width:992px) {
    .video-popup div#portfoilio-popup .pop-content {
        position: relative;
        height: 100vh;
        width: 60%;
        padding: 50px 0 50px;
        display: block
    }
    .video-popup div#portfoilio-popup .pop-content .pop-content-bg-img {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 90vh;
        width: 100%;
        display: block
    }
    .video-popup div#portfoilio-popup .pop-content .screen {
        background-image: none !important
    }
    .video-popup div#portfoilio-popup .pop-content .screen {
        background-image: none !important;
        position: unset;
        margin: 0 auto;
        z-index: 4;
        width: 100%;
        height: 67vh;
        overflow: hidden;
        padding: 35px
    }
    .video-popup div#portfoilio-popup .pop-content .screen .full-image {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 100%;
        width: 100%
    }
    .video-popup div#portfoilio-popup a.close-pop {
        z-index: 9
    }
}

@media screen and (max-width:991px) {
    .video-popup div#portfoilio-popup .pop-content .pop-content-bg-img,
    .website-popup div#portfoilio-popup .pop-content .pop-content-bg-img {
        display: none
    }
    .video-popup div#portfoilio-popup .pop-content .screen,
    .website-popup div#portfoilio-popup .pop-content .screen {
        background-image: none !important
    }
    div#portfoilio-popup .pop-content {
        width: 100%
    }
}

.btn-quote-package {
    margin-top: 150px !important
}

.btn-quote-package a {
    width: 150px
}

.crypto_grids .s-card-icon-large {
    width: auto;
    text-align: center;
    margin-bottom: 20px
}

.crypto_grids .s-block-content-large {
    width: 100%;
    margin: 0
}

.crypto_grids .s-block {
    height: 100%
}

.secAltCoin {
    background: linear-gradient(to top, #092356, #092356, #092356, #092356, #092356)
}

.secAltCoin .s-block {
    background: 0;
    border: 0;
    box-shadow: none;
    padding: 20px
}

.secAltCoin .s-block .s-card-icon-large {
    width: auto;
    margin-bottom: 20px
}

.secAltCoin .s-block .s-block-content-large {
    width: auto;
    margin: 0;
    color: #fff
}

.secAltCoin .s-block .s-block-content-large h4 {
    color: #fff
}

.clr-white {
    color: #fff
}

body.service-inner.logo-white .nav-bg-b.main-header .mega-white-logo {
    display: block
}

body.service-inner.logo-white .nav-bg-b.main-header .mega-darks-logo {
    display: none
}

body.service-inner.logo-white .nav-bg-b.main-header.sticky .mega-darks-logo {
    display: block
}

body.service-inner.logo-white .nav-bg-b.main-header.sticky .mega-white-logo {
    display: none
}

.cryptoBanner li.item {
    height: 885px;
    display: flex;
    align-items: center;
    padding-left: 10%;
    background-size: cover !important;
    background-position: center !important
}

.cryptoBanner .info h1 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 55px;
    line-height: 67px;
    text-transform: uppercase;
    font-weight: 700
}

.cryptoBanner .info p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px
}

.dots-slider .owl-theme .owl-dots {
    margin: 0 !important;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0
}

.dots-slider .owl-theme .owl-dots .owl-dot:after,
.dots-slider .owl-theme .owl-dots .owl-dot:before {
    display: none
}

.dots-slider .owl-theme .owl-dots .owl-dot {
    margin: 0 4px;
    border-radius: 100%;
    zoom: normal;
    background: #c1c1c1;
    height: 15px;
    width: 15px
}

.dots-slider .owl-theme .owl-dots .owl-dot span {
    margin: 0 !important;
    width: auto;
    display: none
}

.dots-slider .owl-theme .owl-dots .owl-dot.active,
.dots-slider .owl-theme .owl-dots .owl-dot:hover {
    background: #0ec79d
}

.dots-slider.PlatformSlider .owl-theme .owl-dots {
    bottom: -20px
}

.crypto-box h4 {
    background: #1e2c40;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 8px 0;
    margin: 0
}

.crypto-box figure {
    text-align: center;
    padding: 20px 0;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.crypto-box p {
    font-size: 16px;
    text-align: center;
    padding: 0 30px;
    line-height: 24px;
    height: 160px
}

.crypto-box .cpt-list {
    margin-top: 30px;
    padding: 20px;
    background: #1f2d41;
    min-height: 360px
}

.crypto-box .cpt-list ul li {
    color: #fff;
    position: relative;
    padding-left: 33px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px
}

.crypto-box .cpt-list ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    height: 20px;
    width: 20px;
    background: #fff;
    border-radius: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    color: #092356;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0
}

.crypto-box {
    border: 1px solid #dedede;
    height: 100%;
    background: #fff
}

.cryptoUser {
    background: #f2f5fa
}

.card-2 .card-header button {
    padding: 10px 22px
}

.accordion .acc-icon:after {
    top: 15px;
    right: 20px
}

.accordion .card-body .data-reqs {
    padding: 20px 40px
}

.accordion .card-body .data-reqs p {
    font-size: 18px;
    line-height: 32px
}

.secFaq {
    border-bottom: 1px solid #f9f9f9;
    background: #fbfbfb
}

.accordion .card-body {
    background: #f9f9f9
}

div#accordion3 .mt30 {
    margin-top: 15px !important
}

.sectiongray {
    background-color: #f3f3f3 !important
}

.repeat_section {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    padding: 0
}

.repeat_section:after,
.repeat_section:before {
    content: "";
    display: block;
    clear: both
}

.spacepaddingdomains {
    display: block;
    width: 100%;
    clear: both;
    padding: 40px 0;
    min-height: 625px
}

.spacepaddingdomains:after,
.spacepaddingdomains:before {
    content: "";
    display: block;
    clear: both
}

.algin_colmet .col {
    width: 20%
}

.touchtp .cell_itam {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.cell_itam.color-1 {
    background: #f4eba1
}

.cell_itam {
    height: 170px;
    border-radius: 15px;
    text-align: center;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 -5px;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .8s ease .3s;
    transition: all .8s ease .3s;
    z-index: 1;
    opacity: 0
}

.cell_itam_inneer {
    display: block;
    width: 100%;
    position: relative
}

.cell_itam_A {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 3
}

.touchtp .cell_itam+.cell_itam {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.cell_itam+.cell_itam {
    margin-top: 18px
}

.touchtp .cell_itam {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.cell_itam.color-2 {
    background: #f9939a
}

.cell_itam+.cell_itam {
    -webkit-transform: translateY(-320px);
    transform: translateY(-320px)
}

.cell_itam_img.digital_content {
    background-position: -62px 0
}

.cell_itam_img {
    display: block;
    height: 60px;
    width: 60px;
    background-image: url(../images/algo-img-sprites.png);
    margin: 0 auto;
    background-repeat: no-repeat
}

.cell_itam h5 {
    display: block;
    font-size: 14px;
    font-weight: 900 !important;
    color: #111;
    padding-top: 10px;
    line-height: 1.4;
    text-transform: uppercase
}

.cell_itam.color-3,
.innerbox.color-3 {
    background: #53e3b7
}

.cell_itam.color-4,
.innerbox.color-4 {
    background: #c1db83
}

.cell_itam.color-5,
.innerbox.color-5 {
    background: #f4cca1
}

.cell_itam.color-6,
.innerbox.color-6 {
    background: #7bd8f0
}

.cell_itam.color-7,
.innerbox.color-7 {
    background: #a1c7f4
}

.cell_itam.color-8,
.innerbox.color-8 {
    background: #b9adf6
}

.cell_itam.color-9,
.innerbox.color-9 {
    background: #70e4e8
}

.cell_itam.color-10,
.innerbox.color-10 {
    background: #53bbfd
}

.help_busness_text {
    display: block;
    width: 100%;
    padding-left: 45px
}

.help_busness_text h4 {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    line-height: 1.4
}

.help_busness_text p {
    display: block;
    font-size: 16px;
    color: #000;
    padding-top: 5px
}

.spacepaddingdomains:after,
.spacepaddingdomains:before {
    content: "";
    display: block;
    clear: both
}

.repeat_section:after,
.repeat_section:before {
    content: "";
    display: block;
    clear: both
}

.cell_itam:hover {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .8)
}

.innerbox {
    display: block;
    width: 100%;
    position: relative;
    height: 140px;
    border-radius: 10px;
    padding: 0 4px;
    margin: 10px !important;
    vertical-align: top
}

.innerbox.color-1 {
    background: #f4eba1
}

.innerbox.color-2 {
    background: #53e3b7
}

.col-ctrl {
    text-align: center;
    display: flex
}

.innerbox-content {
    margin-top: 20%
}

.cell_itam_img.sha256 {
    background-position: 6px 0
}

.cell_itam_img.scrypt {
    background-position: -62px 0
}

.cell_itam_img.x11 {
    background-position: -137px 0
}

.cell_itam_img.x13 {
    background-position: -206px 0
}

.cell_itam_img.x15 {
    background-position: -274px 0
}

.cell_itam_img.quark {
    background-position: -343px 0
}

.cell_itam_img.equihash {
    background-position: -412px 0
}

.cell_itam_img.ethash {
    background-position: -488px 0
}

.cell_itam_img.eosio {
    background-position: -557px 0
}

.cell_itam_img.sha3 {
    background-position: -627px 0
}

.cell_itam_img.cryptonight {
    background-position: -704px 0
}

.cell_itam_img.scp {
    background-position: -776px 0
}

.secAltCoin.sec_ourProver {
    background: url(../images/devopIconBanner.jpg);
    background-size: cover;
    background-attachment: fixed
}

.crypto_grids.secAlCoins {
    background: url(../images/icons/dotted_bg.jpg);
    background-size: cover
}

.PlatformSlider .btc_logo {
    height: 178px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
    border-radius: 6px
}

.PlatformSlider .btc_logo svg {
    height: 100%
}

.PlatformSlider .btc_logo.bg_orange {
    background: #f7931a
}

.PlatformSlider .btc_logo.bg_feather svg path,
.PlatformSlider .btc_logo.bg_green svg path,
.PlatformSlider .btc_logo.bg_nano svg path,
.PlatformSlider .btc_logo.bg_orange svg path,
.PlatformSlider .btc_logo.bg_primecoin svg path,
.PlatformSlider .btc_logo.bg_waves svg path {
    fill: #fff
}

.PlatformSlider .btc_logo.bg_gray-light {
    background: #bebebe
}

.PlatformSlider .btc_logo.bg_gray-light svg polygon {
    fill: #fff
}

.PlatformSlider .btc_logo.bg_green {
    background: #61c80e
}

.PlatformSlider .btc_logo.bg_nano {
    background: #4a90e2
}

.PlatformSlider .btc_logo.bg_waves {
    background: #3eb6d3
}

.techList ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.techList ul li {
    max-width: 15%;
    flex: 14%;
    padding: 20px 0;
    text-align: center;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.techList ul li p {
    font-size: 13px;
    font-weight: 600;
    color: #a9a8a8;
    margin: 0
}

.techList ul li figure {
    margin: 0
}

.PlatformSlider .btc_logo.bg_feather {
    background: #0a2f43
}

.PlatformSlider .btc_logo.bg_primecoin {
    background: #ffd512
}

@media screen and (max-width:767px) {
    .cryptoAfterHeader {
        overflow: hidden
    }
    .desktop {
        display: none
    }
    .crypto_grids .s-block {
        width: 70%;
        margin: 0 auto
    }
    .cryptoBanner .info h1 {
        font-size: 36px;
        line-height: 1.2
    }
    .cryptoBanner .info p {
        font-size: 16px
    }
    .cryptoBanner .info p br {
        display: none
    }
    .cryptoBanner .info {
        padding-right: 20%
    }
    .cryptoBanner .info .btn-main {
        display: inline-block;
        font-size: 12px
    }
    .common-heading.ptag h2,
    .cryptoUser h2.text-center.mb40,
    .like_bicoin h2.text-center,
    .secAltCoin h2,
    .secFaq h2.text-center {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 20px
    }
    .card-2 .card-header button {
        font-size: 14px;
        padding-right: 40px
    }
    .cryptoUser .col-lg-6.col-md-12 {
        margin: 10px auto
    }
    .crypto-box p {
        height: auto
    }
}

@media screen and (max-width:540px) {
    .crypto_grids .s-block {
        width: 90%
    }
    .crypto_grids .s-card-icon-large {
        text-align: center
    }
    .secAltCoin .s-block {
        padding: 0 20px
    }
    .cryptoBanner .info h1 {
        font-size: 20px
    }
    .cryptoBanner .info p {
        font-size: 14px;
        line-height: 22px
    }
    .cryptoBanner .info .btn-main {
        display: none
    }
    .cryptoBanner .info {
        text-align: center
    }
}



/*Responsivs CSS*/

@media screen and (max-width:1920px) and (min-width:992px){.dropdown:hover>.dropdown-menu{display:block;width:max-content;padding:10px 0;right:0;left:auto}.dropdown>.dropdown-toggle:active{pointer-events:none}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1200px}}@media only screen and (max-width:1370px){.navbar-light .navbar-nav .nav-link{padding:0 12px}.hero-service-cards{margin-top:90px}.hero-heading-sec>p{margin:30px 0}.image-sr-mm{height:200px;width:100%}.hero-heading-sec h1{font-size:45px;line-height:57px}.hero-card-web{padding-top:120px;padding-bottom:100px;height:780px}.hero-main-rp{padding:0 30px 0 30px}.hero-section{padding-top:100px;padding-bottom:100px;height:750px}.hero-service-cards{margin-top:90px}.mobile-app- .hero-heading-sec2 h1{font-size:40px;line-height:50px}.mobile-app- .hero-heading-sec2>p{margin:30px 0 0 0}.mobile-app- .app-hero-bnr img{max-width:80%;margin:0 auto;display:block}.mobile-app- h5{font-size:17px;line-height:25px}html .hero-card-web.mobile-app-{height:auto}.hero-digital-agency-1 .header-heading h1{font-size:60px;line-height:70px}.header-heading h1{font-size:50px;line-height:62px}html .graphic-studio{height:auto}.business-startup{background-size:cover}.btn-main{display:inline-flex;justify-content:center;white-space:nowrap;align-items:center}.hero-card-web{min-height:780px;height:auto}}@media only screen and (max-width:1150px){::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#0d0c40}.mobile-menu2{display:block}.service-sec-list h5{font-size:15px;line-height:24px}.-service-list li a{font-size:11px}.-service-list li{padding:0 3px}.custom-nav .nav-list{display:none}.top-header .navbar-light .navbar-nav .nav-link{padding:0 12px}.header-heading h1{font-weight:700;margin-bottom:30px;font-size:45px;line-height:57px}}@media only screen and (max-width:991px){.popup-modal1 .modal-dialog{min-height:100%;margin:0 0 0 auto;background:#fff}.popup-modal1 .modal-content{border:0}.card-stats .statistics{padding:15px}.pr--100{padding-right:0}.pl--100{padding-left:0}.pl--50{padding-left:0}.pr--50{padding-right:0}.dg-hero-img0{transform:translateZ(0px);margin-top:30px}#testimonials-avatar{text-align:center}.dot-c1{position:inherit;width:80px;height:80px;border-radius:100px;border:0;width:46%!important;margin:20px 0 0 0}.div-portfolio-{padding:30px 20px}.itm-media-object{text-align:left}.ag-dg2{border-radius:8px 8px 50px 8px;right:0}.ag-dg1{border-radius:8px 8px 8px 50px;left:0}.shpdez2{width:60px;height:60px}.img-block-ca2 .abt-ca2{border-radius:50px 00px 50px 0;position:relative;z-index:5;width:90%}.service-sec-list,.service-sec-brp,.img-block{margin-top:30px}.posiqut{opacity:.2;top:0}.tcd{padding:40px 30px;border-radius:40px 8px 8px 8px;margin-top:30px}.pl50{padding-left:0!important}.div-item-info{text-align:center;margin-top:30px}.testinomial-section-app,.minimal-portfolio{text-align:center}.client-logoset{padding:0 15px}.about-sec-app .text-l{text-align:center!important}.cta-card{text-align:center}.onloadpage .pre-text-{width:88%}.video-intro-pp{margin-top:20px;text-align:center}.content-sec,.-content-sec{display:block!important}.mr25{margin-right:0}.mobile-app-{text-align:center}.hero-heading-sec2 h1{font-size:40px;line-height:50px}.sctxt{font-size:40px}.portfolio-block{padding:20px;display:block}.portfolio-item-info{width:100%;padding-right:0}.portfolio-item-image{width:100%;text-align:center;margin-top:30px}.portfolio-item-info .reviews-card{padding:20px}.header-heading .title-{text-align:center}.servie-key-points{margin-top:30px}.servie-key-points h4{text-align:center}.service-desc-{text-align:center}.m-mt50{margin-top:50px}.m-mt30{margin-top:30px}.lead-gen-client .clients-logo{max-height:max-content;min-height:auto;padding:30px 10px}.main-header.sticky{height:65px}.main-header.sticky .dsk-logo{line-height:65px}.main-header.sticky .nav-brand img{max-height:55px}.footer-badges-{margin-top:20px}.footer-brands{text-align:center}.ftr-brand-pp .btn-main{width:max-content;margin:20px 0 0 0;display:block}.review-icons a{margin-top:30px}.review-ref{display:block;align-items:center;justify-content:center;text-align:center}.service-sec-brp p{font-size:15px;line-height:24px}.m-mb30{margin-bottom:30px}.mt30-{margin-top:0}.m-t-c,.text-l{text-align:center!important}.col-lg-3-cus{width:50%}.col-lg-6-cus{width:50%}.hero-service-cards{margin-top:40px}.hero-content-sec{display:block;text-align:center;margin-top:40px}.title-hero-oth p{font-size:20px;margin:20px 0 0 0}.hero-heading-sec>p{color:#fff000;font-size:18px;max-width:100%;margin:20px 0}.hero-heading-sec,.end-footer-,.footer-link--{text-align:center}.hero-heading-sec h1 span{display:inline-block}.hero-card-web{padding-top:150px;padding-bottom:100px;height:auto}.breadcrumb-area{padding:120px 0 60px 0}.common-heading h2,.common-heading h4,.common-heading>span,.header-heading p,.image-block,.single-image{text-align:center}.single-image{margin:30px auto 0;display:block}.lead-intro-{margin:30px auto 0;display:block}.portfolio-section:before{height:300px}.wide-block:after{background-size:150px;background-position:right bottom;opacity:.6}.block-space-{max-width:70%}.wide-block{padding:20px}.navbar .mobile-menu{display:inline-block}.mobile-none{display:none}.navbar-light .navbar-toggler{color:#000;border-color:transparent}.custom-btn{padding:0 25px!important;line-height:42px}.header-heading h1{font-weight:700;margin-bottom:30px;font-size:38px;line-height:50px;text-align:center}.header-heading p{font-size:18px;line-height:28px;margin-bottom:35px}.btn-main{width:max-content;margin:0 auto;display:block}.hero-section{padding-top:120px;padding-bottom:80px;height:auto}.image-block{margin-bottom:30px}.pad-tb{padding-top:80px;padding-bottom:80px}.user-{margin:0 auto;display:table}.opl ul li,.statistics{margin-bottom:30px}.statistics{text-align:left}.about-agency p,.about-image,.block-1 .small,.block-1 .statnumb,.case-study1 p,.case-study3 p,.common-heading.pp,.email-subs,.filter-menu,.in-stats .statistics,.office-text,.service p,.testimonial-card .t-text{text-align:center}.small{margin-top:0}.small .statistics span{color:#050748}.statistics-img{width:80px;height:80px}.small .statistics-img{width:80px;height:80px}.icon-set,.opl ul li{width:33.333%}.small .statistics span,.statistics span{font-size:35px}.opl ul li:last-child{margin-bottom:0}.testinomial-section{background-size:0}.testimonial-card .t-text,.work-card-set,.img-design{margin-top:30px}.testinomial-section .owl-carousel .owl-dots{position:relative;width:100%;text-align:center}.pl25{padding-left:0!important}.client-thumbs{margin:30px auto 0;display:table}.enquire-image{margin-top:30px}.office-card{margin-bottom:60px}.office-text p{padding:0;margin:0 0 20px}.email-subs p{margin-bottom:30px}.footer-social-media-icons a{margin:0 10px}.footer-svg{margin:-3px 0 0}.block-1 .small{margin-top:50px}.in-stats .statistics{margin-bottom:0;display:inline-block}.block-1 .statnumb{margin:0}.in-stats .statistics span{font-size:35px;color:#ff1f8e}.about-image{margin-bottom:30px}.ps-block{padding:0;margin:30px 0 0}.contact-details{margin-top:60px}.filter-menu,.m-mt30{margin-top:30px}.showin-mobile{display:block}.fl-hero{background-position:center center,center center;background-size:0,cover;background-repeat:no-repeat,no-repeat}.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:0,cover;background-repeat:no-repeat,no-repeat}.counter-facts{margin:60px 0 0 0;text-align:center}.s-block{padding:50px 15px}.mmt30{margin-top:30px}.singl-heripic{margin-top:30px}.itm-media-object h4{text-align:left}.lead-gen-client .clients-logo{margin:0 10px}}@media only screen and (max-width:767px){.psforgt{margin-top:10px;display:block;text-align:center}.social-btnnxx{display:flex}.login-form-div{max-width:100%;margin:0 15px;background:#fff;padding:30px 20px;border-radius:8px}.hero-digital-agency-1 .header-heading h1{font-size:40px;line-height:50px}.video-review+.video-review{margin-top:30px}.video-testimonial{display:block}.mr15{margin-right:0}.itm-media-object .media .img-ab-{width:55px}.-content-sec .title-hero-oth p{margin:20px 0 0 0}.app-hero-bnr,.img-hro{margin-top:30px}.niwax{transform:translate3d(0,0,0)!important}.shape-c1,.shape-c2,.shape-c3{opacity:.3}.apppg li p{font-size:15px}.industry-workfor{padding:15px;display:block;text-align:center;margin:0 auto 15px}.industry-workfor img{width:45px}.industry-workfor h6{margin:5px 0 0 0;font-size:14px;line-height:20px}.light-bgs{padding:30px 0}.s-block-content-large{margin:0;width:100%;text-align:center}.s-card-icon-large{width:150px;margin:0 auto 20px}.wide-sblock{display:block;text-align:left;padding:30px 20px}.s-block-content{margin:0;text-align:center}.footer-link-v2 a{padding:14px 0}.clients-logo{padding:60px 15px}.cta-call a{font-size:20px}.itm-media-object .media-body{margin-left:15px}.badges-content p{padding:0}.footer-badges- li a img{width:100%}.service-sec-list h5{font-size:18px;line-height:28px}.-service-list li a{font-size:13px}.skyline-img{text-align:center}.-cta-btn p{margin:0 0 30px 0;font-size:25px;line-height:35px}.free-cta-title{display:block}.col-lg-6-cus{width:100%;text-align:center}.col-lg-3-cus{width:100%;text-align:center}.service-slide{max-width:initial}.about-freelance p{text-align:center}.about-lead-gen p{text-align:center}.why-choos-lg p{text-align:center}.why-choos-lg .media-body p{text-align:left}.follow-label h6{margin:0 0 10px 0}.follow-label{display:block;text-align:center}.follow-label h6:after{content:none}.follow-label a{font-size:20px}.tabs-layout .nav-tabs .nav-link{padding:12px 35px;margin:0 auto 10px}.tabs-layout .nav-tabs .nav-item{margin-bottom:5px;display:contents}.about-statistics .statistics,.form-blog{margin-bottom:30px}.order1{order:1}.order2{order:2}.pad-tb{padding-top:60px;padding-bottom:60px}.icon-set,.opl ul li{width:50%}.email-subs-form button{width:55px;height:55px;border-radius:100px;font-size:0;line-height:55px;padding:5px;text-align:center}.email-subs-form input{width:100%;height:65px;padding:0 30px}.shape-a1{bottom:-130px;left:-50px}.shape-a2{bottom:-30px;right:-70px}.portfolio-meta{margin-top:30px}.pr25{padding-right:0!important}.form-blog{background:#fafafb;padding:30px 15px}}@media(min-width:576px){.modal-dialog{max-width:400px;margin:1.75rem auto}}@media(max-width:580px){.ftr-brand-pp .btn-main{width:max-content;margin:20px auto 0;display:block}.ftr-brand-pp{text-align:center}}@media only screen and (max-width:520px){.service-point-2 li{float:none;width:100%}.hero-heading-sec h1{font-size:35px;line-height:45px}.footer-badges-{display:flow-root;justify-content:space-between}.footer-badges- li{display:block;width:50%;float:left;padding:0 6px}.m-pad{padding:0}.main-header{padding:0 15px}.title-serv-c{text-align:center}.author-block .media,.contact-details .media{display:block}h1{font-size:32px;line-height:42px}.bread-title h2,h2{font-size:26px;line-height:36px}h3{font-size:24px;line-height:34px}h4{font-size:20px;line-height:30px}h5{font-size:18px;line-height:26px}h6{font-size:16px;line-height:24px}.small .statistics span,.statistics span{font-size:30px}.custom-control label{font-size:12px}.contact-details .media-body{padding:0;margin:20px 0 0}.shape-a1{bottom:-130px;left:-150px}.filters .filter-menu li{padding:20px 12px;margin-bottom:6px}.comments-block .user-info h5 span{font-size:15px;text-align:left;float:none;color:#6a6a8e;display:block;padding:5px 0 0}.author-block .user-info{margin:15px 0 0}.replied{padding-left:0}}@media only screen and (max-width:350px){.header-heading h1{font-size:30px;line-height:40px}h2{font-size:24px;line-height:32px}.info-card a{font-size:16px}.custom-btn{padding:0 14px!important;line-height:42px}.filters .filter-menu li{font-size:12px}.case-study4 .card-stats .statistics{padding:10px}.case-study4 .statistics h3{font-size:15px;margin:10px 0 0}}@media only screen and (max-width:767px){.rpb-cart-table table tr td.rpbrs-titl::before,.rpb-cart-table table tr td.rpbrs-titl::before{content:attr(data-title) ": ";font-weight:700;float:left}.rpb-cart-table table tr td,.rpb-cart-table table tr td{display:block;text-align:right!important}.rpb-cart-table table thead,.rpb-cart-table table thead{display:none}.rpb-cart-table table .product-thumbnail{display:none}.cart-pg-coupon input,.cart-pg-coupon button{width:48%}.update-cart button{width:100%}.post-info a.btn-main{width:max-content;margin:10px 0 0 0;display:block}}@media only screen and (max-width:520px){.btn-grp a+a{margin-top:15px}.btn-grp a{width:100%;margin:0}.custom-control label{font-size:12px;padding:0 0 0 8px;text-indent:1px;line-height:16px}}@media only screen and (max-width:1700px){html .hero-card-web.mobile-app-{height:auto}.hero-card-web{height:auto}.hero-section{height:auto}.hero-service-cards{margin-top:70px}}@media only screen and (max-width:991px){.pvcpolcy p{text-align:left}}
.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: 14px;
    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;
    width: 25px
}

.contact-info-:after {
    content: '';
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid rgba(255, 255, 255, .95);
    top: -14px;
    right: 22px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease
}
.home-mail .form-block input {
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    height: 62px;
}
.home-mail .form-block textarea {
    border: 1px solid #e6e6e6;
    padding: 18px 20px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 15px;
}

.home-mail.pad-tb {
    background-attachment: fixed;
}
.home-mail .btn-outline {
    border-color: transparent;
    transition: all 0.3s ease-in-out !important;
}

@media screen and (max-width: 440px) {
    .home-mail .btn-main {
        margin-bottom: 20px;
    }
}


section.internet-package {
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
    background-repeat: no-repeat;
    background: linear-gradient(to right, #1ed760 0, #10bc4d, #202525 100%);
}
.internet-txt{
    color:#fff;
    text-align:center;
    }
.internet-txt h4{
    font-size:25px;
    margin: 0px 0 20px 0;
    text-transform:uppercase;
    color:#fff;
    }
.internet-txt h3{
        font-size:80px;
        margin: 0px 0 20px 0;
        text-transform:uppercase;
        font-weight:600;
        color:#fff;
        }
    .internet-txt p{
        font-size:25px;
        margin: 0px 0 20px 0;
        line-height:30px;
        color:#fff;
        }
    .internet-tab .tab{
        border:1px solid #ccc;
        background:#f1f1f1;
        border-radius:25px;
        display:flex;
        align-items:center;
        justify-content:space-between;
        margin:30px 0 40px 0;
        }
    .internet-tab .tab button{
        border:none;outline:0;
        cursor:pointer;
        padding:14px 21px;
        transition:.3s;
        font-size:15px;
        font-weight:600;
        border-radius:100px;
        flex-wrap:nowrap;
        }
    .internet-tab .tab button:hover{
          background: linear-gradient(to right, #1ed760 0, #10bc4d, #202525 100%);
          color:#fff;
  }
 .internet-tab .tab button.active {
    position: relative;
    color: #fff!important;
   background: linear-gradient(to right, #1ed760 0, #10bc4d, #202525 100%);
}
.internet-tab .tab button.active::before{
    content:"";
    position:absolute;
    /* background:url(../images/packages-after.png) no-repeat center center/cover; */
    width:17px;
    height:14px;
    bottom:-12px;
    left:50%;
    transform:translateX(-50%);
    }
.internet-tab .tabcontent{
    display:none;padding:6px 12px;
    border-top:none;
    }
.package-ideal{
    background-color:#fff;
    padding:15px 12px 4px;
    margin-top:-10px;
    border-radius:14px;
    float:left;width:100%;
    transform:scale(.9);
    box-shadow:0 0 1px 2px #f5f4f4;
    }
    .pckg-cntr{
        transform:scale(1.1);
    }
    .package-ideal h2{
        font-size:29px;
        font-weight:700;
        color:#000!important;
        min-height:70px;
        text-align: center;
        }
    .owl-theme .owl-dots{
        text-align:center;
        -webkit-tap-highlight-color:transparent;
        display:none;
        }
    .internet-package .owl-nav{
        position:absolute;
        top:45%;left:0;
        right:0;
        width:100%;
        }
    .internet-package .owl-nav button.owl-prev{
        left:-40px;
        position:absolute;
        }
    .internet-package .owl-nav button.owl-next{
        right:-40px;
        position:absolute;
        }
    .package-ideal p{
        color:#9a9a9a;
        font-size:14px;
        font-weight:700;
        }
    .package-ideal ul{
        padding:0;
        position:relative;
        }
    .package-ideal .scrollbar{
        margin-left:0;
        float:left;
        height:200px;
        overflow-y:scroll;
        margin-bottom:0;
        width:100%;
        overflow-x:hidden;background:0 0;
        }
    .force-overflow{
        min-height:200px;
        }
   /* #style-3::-webkit-scrollbar-track{
        -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
        background-color:#f5f5f5;
        }
    #style-3::-webkit-scrollbar{
        width:6px;
        background-color:#f5f5f5;
        }
    #style-3::-webkit-scrollbar-thumb{
        background-color:#0064ef;
        }*/
    .package-ideal ul li {
    list-style: none;
    font-size: 14px;
    border-top: 1px solid #eef0f0;
    padding: 5px 0;
    color: #4b4b4b;
    display: flex;
    font-weight: 700;
    line-height: 19px;
}

.package-ideal h1::before, .package-ideal h6::before {
    content: '';
    background: url(../images/span-img-logos.png);
    position: absolute;
    width: 61%;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center left;
    top: -30px;
    left: 153px;
}

.package-ideal h1, .package-ideal h6 {
    position: relative;
    color: #4f4f4f;
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0 30px;
    position: relative;
    top: 13px;
}

.package-ideal h1 span, .package-ideal h6 span {
    z-index: 999;
    position: absolute;
    right: 41px;
    top: 10px;
    color: #fff;
    font-size: 27px;
}

.package-ideal h1 span del, .package-ideal h6 span del {
    z-index: 999;
    position: absolute;
    right: 85px;
    top: -28px;
    color: #fff;
    font-size: 13px;
}

.package-ideal h1 span small, .package-ideal h6 span small {
    position: absolute;
    left: -40px;
    font-size: 19px;
    color: #fff;
    z-index: 999;
    top: -27px;
    font-weight: 600;
}

.package-ideal .col-md-6 {
    float: left;
}

.package-ideal h4 {
    font-size: 16px;
    color: #03a84e;
    font-weight: 700;
    padding-top: 30px;
}

.order-live {
    position: relative;
}

.order-live::before {
    content: '';
    position: absolute;
    border-left: 3px solid #f3f3f3;
    height: 49px;
    left: -16px;
}

.order-live h3 {
    padding-bottom: 0;
    padding-top: 21px;
}

.package-ideal h5 {
    color: #03a84e;
    font-weight: 700;
    font-size: 16px;
    border-top: 1px solid #eef0f0;
    border-bottom: 1px solid #eef0f0;
    padding: 10px 0;
}

.order-live h5 {
    padding-top: 0;
}

.order-live h3 {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 8px;
}

.order-btn {
    text-align: center;
    display: inline-block;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.col-md-12.order-btn button {
    color: #fff;
    background: linear-gradient(to right, #1ed760 0, #10bc4d, #202525 100%);
    font-weight: 600;
    outline: 0;
    border: none;
    padding: 8px 24px;
    border-radius: 25px;
    margin: 18px 0;
}
