* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none
}

body {
    color: #0c0f16;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: 'Aller'
}

body.bd-dark {
    color: #fff;
    background: #0c0f16
}

img {
    width: 100%;
    height: auto
}

span, a, a:hover {
    display: inline-block;
    color: inherit
}

h1 {
    font-size: 55px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 35px
}

h4 {
    font-size: 30px
}

h5 {
    font-size: 25px
}

h6 {
    font-size: 18px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Aller'
}

p {
    color: #202a72;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0
}

a, span {
    display: inline-block
}

a:hover, span:hover {
    text-decoration: none
}

.container {
    max-width: 1200px
}

.custom-font {
    font-family: 'Aller'
}

.o-hidden {
    overflow: hidden
}

.position-re {
    position: relative
}

.ontop {
    position: relative;
    z-index: 7
}

.full-over {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.full-width {
    width: 100% !important
}

.main-color {
    color: #528fb7 !important
}

.bg-gray {
    background-color: #f8f4f3
}

.bg-gray .primery-shadow {
    -webkit-box-shadow: 0 4px 30px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px -4px rgba(0, 0, 0, 0.2)
}

.bg-dark {
    background-color: #141414 !important
}

.bg-dark .primery-shadow {
    -webkit-box-shadow: 0 4px 40px -4px rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 40px -4px rgba(255, 255, 255, 0.2)
}

.bg-color {
    background-color: #528fb7 !important
}

.bg-color .primery-shadow {
    -webkit-box-shadow: 0 4px 40px -4px rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 40px -4px rgba(255, 255, 255, 0.2)
}

.sub-bg {
    background: #f7f7f7 !important
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat
}

.bg-center {
    background-position: center center
}

.bg-fixed {
    background-attachment: fixed
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.section-padding {
    padding: 120px 0
}

.section-ptb {
    padding: 80px 0
}

.cmd-padding {
    padding: 0 10px
}

.csm-padding {
    padding: 0 5px
}

.head-pt {
    padding: 80px 0 0
}

.head-pb {
    padding: 0 0 80px
}

.rounded {
    border-radius: 5px
}

.circle {
    border-radius: 50%
}

.unlist {
    list-style: none
}

.undecro:hover {
    text-decoration: none
}

.inline {
    display: inline-block
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.primery-shadow {
    -webkit-box-shadow: 0 8px 30px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 30px -4px rgba(0, 0, 0, 0.1)
}

.padding5 {
    padding-right: 5%;
    padding-left: 5%
}

.text-white {
    color: #FFF
}

.text-black {
    color: #000
}

.text-extra-light-gray {
    color: #b7b7b7
}

.fw-100 {
    font-weight: 100 !important
}

.fw-200 {
    font-weight: 200 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

.fz-10 {
    font-size: 10px !important
}

.fz-12 {
    font-size: 12px !important
}

.fz-14 {
    font-size: 14px !important
}

.fz-15 {
    font-size: 15px !important
}

.fz-16 {
    font-size: 16px !important
}

.fz-18 {
    font-size: 18px !important
}

.fz-20 {
    font-size: 20px !important
}

.fz-22 {
    font-size: 22px !important
}

.fz-25 {
    font-size: 25px !important
}

.fz-30 {
    font-size: 30px !important
}

.fz-40 {
    font-size: 40px !important
}

.fz-50 {
    font-size: 50px !important
}

.line-height-10 {
    line-height: 10px
}

.line-height-13 {
    line-height: 13px
}

.line-height-18 {
    line-height: 18px
}

.line-height-20 {
    line-height: 20px
}

.line-height-24 {
    line-height: 24px
}

.line-height-22 {
    line-height: 22px
}

.line-height-26 {
    line-height: 26px
}

.line-height-28 {
    line-height: 28px
}

.line-height-30 {
    line-height: 30px
}

.line-height-35 {
    line-height: 35px
}

.line-height-40 {
    line-height: 40px
}

.line-height-45 {
    line-height: 45px
}

.line-height-50 {
    line-height: 50px
}

.line-height-55 {
    line-height: 55px
}

.line-height-60 {
    line-height: 60px
}

.line-height-65 {
    line-height: 65px
}

.line-height-70 {
    line-height: 70px
}

.line-height-75 {
    line-height: 75px
}

.line-height-80 {
    line-height: 80px
}

.line-height-85 {
    line-height: 85px
}

.line-height-90 {
    line-height: 90px
}

.line-height-95 {
    line-height: 95px
}

.line-height-100 {
    line-height: 100px
}

.line-height-110 {
    line-height: 110px
}

.line-height-120 {
    line-height: 120px
}

.text-u {
    text-transform: uppercase !important
}

.text-l {
    text-transform: lowercase !important
}

.text-c {
    text-transform: capitalize !important
}

.text-non {
    text-transform: none !important
}

.text-i {
    font-style: italic
}

.ls0 {
    letter-spacing: 0 !important
}

.ls1 {
    letter-spacing: 1px !important
}

.ls2 {
    letter-spacing: 2px !important
}

.ls3 {
    letter-spacing: 3px !important
}

.ls4 {
    letter-spacing: 4px !important
}

.ls5 {
    letter-spacing: 5px !important
}

.ls10 {
    letter-spacing: 10px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-5 {
    margin-top: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-62 {
    margin-top: 62px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-75 {
    margin-top: 75px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mt-85 {
    margin-top: 85px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-95 {
    margin-top: 95px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-62 {
    margin-bottom: 62px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-85 {
    margin-bottom: 85px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-95 {
    margin-bottom: 95px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-5 {
    padding-top: 5px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-65 {
    padding-top: 65px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-75 {
    padding-top: 75px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-85 {
    padding-top: 85px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-95 {
    padding-top: 95px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-85 {
    padding-bottom: 85px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-95 {
    padding-bottom: 95px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.no-padding {
    padding: 0 !important
}

.splitting.animated .char {
    -webkit-animation: fadeInUp .4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp .4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index))
}

.splitting .whitespace {
    width: 5px
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index))
}

.splitting.txt .whitespace {
    width: 5px
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #528fb7;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #528fb7;
    opacity: .3
}

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #528fb7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out
}

.cursor-outer.cursor-hover {
    opacity: 0
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #528fb7;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #528fb7;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear
}

[data-overlay-dark], [data-overlay-light] {
    position: relative
}

[data-overlay-dark] .container, [data-overlay-light] .container {
    position: relative;
    z-index: 2
}

[data-overlay-dark]:before, [data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

[data-overlay-dark]:before {
    background: #02050b
}

[data-overlay-light]:before {
    background: #fff
}

[data-overlay-dark] h1, [data-overlay-dark] h2, [data-overlay-dark] h3, [data-overlay-dark] h4, [data-overlay-dark] h5, [data-overlay-dark] h6, [data-overlay-dark] span, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark span, .bg-color h1, .bg-color h2, .bg-color h3, .bg-color h4, .bg-color h5, .bg-color h6, .bg-color span {
    color: #fff
}

[data-overlay-dark] p, .bg-dark p, .bg-color p {
    color: #dad6d6
}

[data-overlay-dark="0"]:before, [data-overlay-light="0"]:before {
    opacity: 0
}

[data-overlay-dark="1"]:before, [data-overlay-light="1"]:before {
    opacity: .1
}

[data-overlay-dark="2"]:before, [data-overlay-light="2"]:before {
    opacity: .2
}

[data-overlay-dark="3"]:before, [data-overlay-light="3"]:before {
    opacity: .3
}

[data-overlay-dark="4"]:before, [data-overlay-light="4"]:before {
    opacity: .4
}

[data-overlay-dark="5"]:before, [data-overlay-light="5"]:before {
    opacity: .5
}

[data-overlay-dark="6"]:before, [data-overlay-light="6"]:before {
    opacity: .6
}

[data-overlay-dark="7"]:before, [data-overlay-light="7"]:before {
    opacity: .7
}

[data-overlay-dark="8"]:before, [data-overlay-light="8"]:before {
    opacity: .8
}

[data-overlay-dark="9"]:before, [data-overlay-light="9"]:before, [data-overlay-color="9"]:before {
    opacity: .9
}

[data-overlay-dark="10"]:before, [data-overlay-light="10"]:before {
    opacity: 1
}

.sec-head {
    position: relative;
    margin: 0 auto 40px
}

.sec-head h6 {
    color: #202a72;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 5px
}

.sec-head h3 {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 4px
}

.sec-head .tbg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10vw;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    opacity: .3
}

.sec-head.tr-head {
    text-align: right;
    margin-bottom: 0
}

.sec-head.tr-head .tbg {
    text-align: left
}

.sub-title {
    position: relative;
    padding-left: 0;
    margin-bottom: 5px
}

.sub-title h6 {
    font-family: 'Aller';
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3px
}

.sub-title span {
    position: absolute;
    left: -5px;
    bottom: 0;
    display: none
}

.sub-title span img {
    width: 17px
}

.main-title {
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 4px
}

.extra-title {
    font-weight: 700
}

.sm-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.btn-curve {
    background: transparent;
    padding: 1px 18px;
    border: 1px solid #1e1e1e;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 36px;
    line-height: normal;
    border-radius: 12px
}

.btn-curve:focus {
    outline: none
}

.btn-curve:hover {
    outline: none
}

.btn-curve:hover:after {
    bottom: -30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.btn-curve:hover span {
    color: #fff
}

.btn-curve:after {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: 130%;
    background: #1e1e1e;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.btn-curve span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.btn-curve.btn-lit {
    border-color: #2e37a9;
    color: #fff
}

.btn-curve.btn-lit:hover {
    border: 2px solid #202a72 !important;
    color: #fff
}

.btn-curve.btn-lit:hover span {
    color: #fff !important
}

.btn-curve.btn-lit:after {
    background: #202a72;
    border: 2px solid #202a72 !important
}

.btn-curve.btn-blc {
    background: #1e1e1e
}

.btn-curve.btn-blc:after {
    background: #fff
}

.btn-curve.btn-blc span {
    color: #fff
}

.btn-curve.btn-blc:hover span {
    color: #1e1e1e
}

.btn-curve.btn-color {
    background: #528fb7;
    border-color: #528fb7
}

.btn-curve.btn-color:after {
    background: #fff
}

.btn-curve.btn-color span {
    color: #0c0f16
}

.btn-curve.btn-color:hover span {
    color: #528fb7
}

.btn-curve.btn-lg {
    padding: 14px 40px
}

.btn-curve.btn-lg span {
    font-size: 14px
}

.btn-curve.btn-wit {
    background: #fff;
    border-color: #fff
}

.btn-curve.btn-wit:after {
    background: #090909
}

.btn-curve.btn-wit span {
    color: #1e1e1e
}

.btn-curve.btn-wit:hover span {
    color: #fff
}

.btn-curve.btn-radius {
    border-radius: 30px
}

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid transparent;
    z-index: 999;
    min-height: 60px
}

.navbar .icon-bar {
    color: #fff
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #2e37a9;
    padding: 15px 7px;
    margin: 10px 15px;
    font-family: 'Aller'
}

.search a.login-btn {
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 11px 31px;
    border: 2px solid #fff
}

.navbar .navbar-nav .dropdown-menu {
    padding: 10px 0;
    border: 0;
    -webkit-box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1)
}

.navbar .navbar-nav .dropdown-item {
    font-size: 13px;
    padding: 10px 20px;
    opacity: .9
}

.navbar .navbar-nav .dropdown-item:hover {
    background: transparent;
    color: #528fb7
}

.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    color: #0c0f16;
    background: #fff;
    min-width: 185px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.navbar .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.navbar .dropdown-menu .dropdown-item {
    color: #0c0f16;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 10px 25px;
    position: relative
}

.navbar .dropdown-menu .dropdown-item:after {
    content: '';
    width: 0;
    height: 1px;
    background: #528fb7;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.navbar .dropdown-menu .dropdown-item:hover {
    padding-left: 30px
}

.navbar .dropdown-menu .dropdown-item:hover:after {
    width: 10px
}

.navbar .logo {
    width: 40px
}

.navbar.light .navbar-nav .nav-link {
    color: #0c0f16
}

.navbar.light .search {
    color: #0c0f16;
    border-color: #ccc
}

.nav-scroll {
    background: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 0;
    position: fixed;
    top: 0
}

.nav-scroll .navbar-nav .nav-link {
    color: #202a72
}

.nav-scroll .search {
    color: #202a72;
    border-color: #ccc
}

.topnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 30px 0;
    color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s
}

.topnav .container, .topnav .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.topnav .container-fluid {
    padding: 0 50px
}

.topnav .logo {
    width: 50px
}

.topnav .menu-icon {
    margin-left: auto;
    cursor: pointer
}

.topnav .menu-icon:hover .text .char {
    -webkit-animation: fadeInUp .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index))
}

.topnav .menu-icon .text {
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.topnav .menu-icon .text:after {
    content: 'close';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.topnav .menu-icon .text .word {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.topnav .menu-icon .text.open .word {
    opacity: 0;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.topnav .menu-icon .text.open:after {
    opacity: 1;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.topnav .menu-icon .icon {
    display: table-cell
}

.topnav .menu-icon .icon i {
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
    margin: 4px 0
}

.topnav.dark .menu-icon {
    color: #000
}

.topnav.dark .menu-icon .icon i {
    background: #000
}

.topnav.dark.navlit .menu-icon {
    color: #fff
}

.topnav.dark.navlit .menu-icon .icon i {
    background: #fff
}

.slider {
    position: relative
}

.slider.fixed-slider {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.slider .swiper-slide-active {
    z-index: 3
}

.slider .parallax-slider {
    position: relative
}

.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px
}

.slider .parallax-slider .swiper-slide .bg-img {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    height: 80vh;
    left: 0;
    background-size: cover;
    background-position: 78%
}

.slider .parallax-slider .swiper-slide-active .caption h1 span {
    color: #202a72
}

.slider .parallax-slider .swiper-slide-active .caption h1 {
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0;
    opacity: 1;
    color: #202a72;
    padding-top: 95px;
    visibility: visible;
    font-family: 'Aller';
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 0
}

.slider .parallax-slider .swiper-slide-active .caption h1 .char {
    -webkit-animation: fadeInUp .5s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp .5s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index))
}

.slider .parallax-slider .swiper-slide-active .caption .thin, .slider .parallax-slider .swiper-slide-active .caption .btn-curve, .slider .parallax-slider .swiper-slide-active .caption p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slider .parallax-slider .caption .thin {
    color: #528fb7;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.slider .parallax-slider .caption .thin span {
    color: #528fb7
}

.slider .parallax-slider .caption h1 {
    font-size: 2.1875rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: #202a72;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility .5s;
    -o-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s
}

.slider .parallax-slider .swiper-slide .caption img {
    max-width: 400px;
    margin: 18px 0 10px
}

.slider .parallax-slider .caption p {
    color: #202a72;
    margin-top: 15px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    font-size: .9375rem
}

.slider .parallax-slider .caption .btn-curve {
    border: 2px solid #2e37a9;
    line-height: 2;
    background: #2e37a9
}

.slider .parallax-slider .caption .btn-curve span {
    font-weight: 700;
    font-size: 1rem
}

.nosecondary:hover {
    background-color: #ff578c !important;
    border-color: #ff578c !important
}

.slider .parallax-slider .caption .btn-curve:hover span {
    color: #0c0f16
}

.slider .parallax-slider .caption.dig h1 {
    font-weight: 800;
    font-size: 80px;
    text-transform: uppercase
}

.slider .parallax-slider .caption.dig h1 .tline {
    margin-left: 80px
}

.slider .parallax-slider .caption.dig h1 .whitespace {
    width: 20px
}

.slider .setone {
    position: absolute;
    bottom: 8%;
    right: 40px;
    z-index: 8
}

.slider .setone .swiper-nav-ctrl {
    color: #2f38aa;
    font-size: 13px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin: 5px 0;
    border: none;
    position: static
}

.slider .setone .swiper-nav-ctrl:after {
    display: none
}

.slider .setone.setwo {
    position: static
}

.slider .setone.setwo .swiper-nav-ctrl {
    border-radius: 50%
}

.slider .setone.setwo .next-ctrl {
    position: absolute;
    top: 50%;
    right: 30px
}

.slider .setone.setwo .prev-ctrl {
    position: absolute;
    top: 50%;
    left: 30px
}

.slider .txt-botm {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 8
}

.slider .txt-botm .swiper-nav-ctrl {
    position: absolute;
    width: auto;
    height: auto;
    margin-top: auto;
    top: auto;
    bottom: 0
}

.slider .txt-botm .swiper-nav-ctrl i {
    color: #ccc;
    font-size: 13px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slider .txt-botm .swiper-nav-ctrl span {
    font-weight: 500;
    font-size: 12px;
    color: #fff
}

.slider .txt-botm .swiper-nav-ctrl:after {
    display: none
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next {
    right: 40px
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-next i {
    margin-left: 10px
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev {
    left: 40px
}

.slider .txt-botm .swiper-nav-ctrl.swiper-button-prev i {
    margin-right: 10px
}

.slider .txt-botm .swiper-nav-ctrl:hover i {
    border: 1px solid rgba(255, 255, 255, 0.3)
}

.slider .swiper-pagination-fraction.top {
    position: absolute;
    right: 15%;
    left: auto;
    bottom: auto;
    top: 20%;
    width: auto;
    color: #fff;
    font-size: 40px;
    font-weight: 500
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current {
    font-size: 60px;
    font-weight: 700;
    position: relative;
    color: transparent;
    -webkit-text-stroke: .5px #fff
}

.slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
    content: '/';
    color: #fff;
    position: relative;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 100
}

.slider .swiper-pagination-fraction.top.botm {
    top: auto;
    bottom: 40px;
    right: 40px
}

.slider .swiper-pagination-fraction.steps {
    position: absolute;
    width: 100px;
    color: #fff;
    font-size: 15px;
    bottom: 40px;
    left: calc(50% - 50px);
    right: auto;
    top: auto;
    text-align: left
}

.slider .swiper-pagination-fraction.steps:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 15%;
    width: 70%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3)
}

.slider .swiper-pagination-fraction.steps .swiper-pagination-total {
    float: right
}

.slider .social-icon {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 8
}

.slider .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 13px
}

.static {
    position: static
}

.main-content {
    background: #fff;
    position: relative;
    z-index: 3
}

.clients .brands:hover .link {
    opacity: 1 !important;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

.clients .brands:hover .char {
    -webkit-animation: fadeInUp .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index))
}

.clients .brands .item {
    text-align: center;
    background: #fff;
    height: 137px;
    line-height: 137px;
    border-radius: 45px;
    overflow: hidden
}

.clients .brands .img {
    position: relative
}

.clients .bord .brands:nth-child(1) .img {
    position: relative;
    background-color: #667cfc
}

.clients .bord .brands:nth-child(2) .img {
    position: relative;
    background-color: #ff5786
}

.clients .bord .brands:nth-child(3) .img {
    position: relative;
    background-color: #7e2ecc
}

.clients .bord .brands:nth-child(4) .img {
    position: relative;
    background-color: #667cfc
}

.clients .brands:nth-child(1) .img {
    position: relative;
    background-color: #7e2ecc
}

.clients .brands:nth-child(2) .img {
    position: relative;
    background-color: #667cfc
}

.clients .brands:nth-child(3) .img {
    position: relative;
    background-color: #ff5786
}

.clients .brands:nth-child(4) .img {
    position: relative;
    background-color: #7e2ecc
}

.clients .brands .img img {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    max-width: 125px;
    margin: auto
}

.clients .brands .img .link {
    font-size: 13px;
    margin-bottom: 3px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.clients .bord .item {
    background: #fff
}

.navbar-nav .nav-link.active {
    color: #2e37a9
}

.navbar-nav .nav-link:hover {
    color: #ff578c
}

ul.footerlist li a:hover {
    opacity: 1
}

.clients-brand .brands:hover .img {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.clients-brand .brands:hover .link {
    opacity: 1 !important;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

.clients-brand .brands:hover .char {
    -webkit-animation: fadeInUp .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index))
}

.clients-brand .item {
    position: relative;
    text-align: center
}

.clients-brand .item .link {
    font-size: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.clients-brand .img {
    max-width: 85px;
    margin: auto;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.clients .brands .item {
    transition: all ease .3s
}

.clients .brands:hover .item {
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3)
}

.clients .brands {
    padding: 8px
}

.clients .brands img {
    filter: invert(1)
}

.profile-dropdown img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover
}

.profile-dropdown a.dropdown-item, .profile-dropdown span {
    color: #2e37a9 !important
}

.profile-dropdown .dropdown-toggle::after {
    border-top: .3em solid #2e37a9
}

.profile-dropdown .dropdown-menu .dropdown-item:after {
    display: none
}

.profile-dropdown a.dropdown-item i {
    margin-right: 5px
}

.half-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    background: #f7f7f7;
    z-index: 1
}

.half-bg.bottom {
    bottom: 0
}

.half-bg.top {
    top: 0
}

.half-bg.not-sub {
    background: #0c0f16
}

.footer-half {
    color: #fff;
    padding-top: 70px;
    background: #2e37a9 !important;
    position: relative;
    z-index: 2
}

.footer-half .stit {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 30px
}

.footer-half .cont .logo {
    width: 55px;
    margin-bottom: 30px
}

.footer-half .cont .con-info li {
    margin-top: 10px;
    font-weight: 200
}

.footer-half .cont .con-info li span {
    margin-right: 10px;
    font-weight: 500
}

.footer-half .cont .social-icon {
    margin-top: 40px
}

.footer-half .cont .social-icon .social a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 50%;
    margin-right: 5px;
    font-size: 13px;
    opacity: .6
}

.footer-half .subscribe p {
    color: #999;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px
}

.footer-half .subscribe form .form-group {
    position: relative;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-half .subscribe form input {
    padding: 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.01);
    border: 0;
    color: #fff
}

.footer-half .subscribe form button {
    border: 0;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.02);
    color: #528fb7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    z-index: 2;
    cursor: pointer
}

.footer-half .copyrights {
    margin-top: 50px;
    padding: 15px 0 10px;
    background: rgba(255, 255, 255, 0.1)
}

.footer-half .copyrights p {
    font-size: 14px;
    color: #fff;
    font-family: 'Aller';
    font-weight: 400;
    line-height: 24px
}

.footer-half .copyrights p a {
    color: #528fb7
}

ul.contactlist li {
    display: flex;
    align-items: flex-start
}

ul.contactlist i.fa {
    min-width: 20px;
    margin-top: 3px
}

ul.contactlist li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 11px
}

@media screen and (max-width: 991px) {
    .md-mb10 {
        margin-bottom: 10px
    }

    .md-mb20 {
        margin-bottom: 20px
    }

    .md-mb30 {
        margin-bottom: 30px
    }

    .md-mb40 {
        margin-bottom: 40px
    }

    .md-mb50 {
        margin-bottom: 50px
    }

    .md-mb60 {
        margin-bottom: 60px
    }

    .md-mb70 {
        margin-bottom: 70px
    }

    .md-mb80 {
        margin-bottom: 80px
    }

    .md-pb10 {
        padding-bottom: 10px
    }

    .md-pb20 {
        padding-bottom: 20px
    }

    .md-pb30 {
        padding-bottom: 30px
    }

    .md-pb40 {
        padding-bottom: 40px
    }

    .md-pb50 {
        padding-bottom: 50px
    }

    .md-pb60 {
        padding-bottom: 60px
    }

    .md-pb70 {
        padding-bottom: 70px
    }

    .md-pb80 {
        padding-bottom: 80px
    }

    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .container {
        max-width: 95%
    }

    .navbar {
        min-height: 60px
    }

    .navbar .navbar-collapse {
        max-height: 340px;
        overflow: auto;
        background: #fbfbfb;
        text-align: left;
        padding: 10px 15px;
        border: 0;
        margin-top: 10px
    }

    .navbar .nav-link {
        margin: 10px auto !important
    }

    .navbar .logo {
        margin-left: 15px;
        width: 50px
    }

    .nav-scroll .navbar-collapse .nav-link, .light .navbar-collapse .nav-link {
        color: #000 !important
    }

    .nav-scroll .navbar-collapse .active, .light .navbar-collapse .active {
        color: #528fb7 !important
    }

    .navbar .search {
        border: 0;
        padding: 0;
        margin-top: 30px
    }

    .navbar .search .search-form {
        display: block;
        position: static;
        height: auto
    }

    .navbar .search .search-form form {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .navbar .search .search-form form input {
        padding: 15px;
        width: 100%;
        font-size: 14px
    }

    .navbar .search .icon, .navbar .search .search-form .close {
        display: none
    }

    .navbar-nav .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        background: #0c0f16;
        text-align: center;
        color: #eee
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: #eee
    }

    .navbar-nav .dropdown-menu.show {
        display: block
    }

    .navbar .navbar-nav .nav-link {
        padding: 0
    }

    .navbar .navbar-nav .nav-link:hover {
        color: #528fb7
    }

    .slider .parallax-slider .caption.dig {
        text-align: center
    }

    .slider .parallax-slider .caption.dig h1 {
        font-size: 60px
    }

    .slider .parallax-slider .caption.dig h1 .tline {
        margin-left: 0
    }

    .slider .parallax-slider .caption h1 {
        font-size: 50px;
        letter-spacing: 1px
    }

    .slider .parallax-slider .caption h1 br {
        display: none
    }

    .curve-bg {
        display: none
    }

    .about .img-mons, .number-sec .item, .block-sec .vid-area .cont, .about .content, .skills-box {
        margin-bottom: 50px
    }

    .about .blc-img .skills-circle {
        right: 0
    }

    .about .blc-img .skills-circle .item {
        width: 50%
    }

    .hero-sec .skills-box {
        padding-left: 0;
        margin-top: 50px
    }

    .min-area .content, .min-area .img {
        padding: 120px 0
    }

    .sec-head.tr-head {
        text-align: center;
        margin-bottom: 55px
    }

    .block-sec .testim-box {
        margin-bottom: 120px
    }

    .block-sec .showreel {
        background: #13161d
    }

    .number-sec {
        padding-bottom: 70px
    }

    .sec-head h3 br {
        display: none
    }

    .sec-head.mb-0 {
        margin-bottom: 80px !important
    }

    .blog-grid .item.active {
        margin: 50px 0
    }

    .footer-half:after {
        width: 100%
    }

    .footer-half .cont {
        margin-bottom: 50px
    }

    .next-prog .box .caption h1, .next-prog .box .copy-cap h1 {
        font-size: 40px
    }

    .about.bookstag-section .valign.darkcolor.br-rad-100 {
        padding-bottom: 50px !important;
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .footer-half .copyrights ul li {
        padding-right: 10px
    }
}

@media screen and (max-width: 767px) {
    .about .ftbox ul {
        flex-wrap: wrap
    }

    .about .ftbox ul li {
        margin: 0 0 15px !important
    }

    .valign.clight-color, .valign.darkcolor {
        padding: 30px !important
    }

    .sm-mb10 {
        margin-bottom: 10px
    }

    .sm-mb20 {
        margin-bottom: 20px
    }

    .sm-mb30 {
        margin-bottom: 30px
    }

    .sm-mb40 {
        margin-bottom: 40px
    }

    .sm-mb50 {
        margin-bottom: 50px
    }

    .sm-mb60 {
        margin-bottom: 60px
    }

    .sm-mb70 {
        margin-bottom: 70px
    }

    .sm-mb80 {
        margin-bottom: 80px
    }

    .sm-pb10 {
        padding-bottom: 10px
    }

    .sm-pb20 {
        padding-bottom: 20px
    }

    .sm-pb30 {
        padding-bottom: 30px
    }

    .sm-pb40 {
        padding-bottom: 40px
    }

    .sm-pb50 {
        padding-bottom: 50px
    }

    .sm-pb60 {
        padding-bottom: 60px
    }

    .sm-pb70 {
        padding-bottom: 70px
    }

    .sm-pb80 {
        padding-bottom: 80px
    }

    .container {
        max-width: 540px
    }

    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    h6 {
        font-size: 16px
    }

    .progress-wrap {
        right: 15px;
        bottom: 15px
    }

    .navbar .logo {
        width: 40px
    }

    .topnav .container-fluid {
        padding: 0 30px
    }

    .topnav .logo {
        width: 40px
    }

    nav.navbar a.logo img {
        width: auto;
        height: 40px
    }

    .btn-curve span {
        font-size: 16px;
        letter-spacing: 1px
    }

    .slider .parallax-slider .caption h1 {
        font-size: 40px
    }

    .slider .parallax-slider .caption h1 br {
        display: none
    }

    .slider .parallax-slider .swiper-slide-active .caption h1 {
        font-size: 30px
    }

    .slider .social-icon {
        display: none
    }

    .slider .setone.setwo .prev-ctrl {
        left: 15px;
        bottom: 15px;
        top: auto;
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    .slider .setone.setwo .next-ctrl {
        left: 70px;
        bottom: 15px;
        top: auto;
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    .slider .swiper-pagination-fraction.top.botm {
        right: 15px;
        bottom: 15px
    }

    .slider .swiper-pagination-fraction.top .swiper-pagination-current {
        font-size: 40px
    }

    .slider .parallax-slider .caption.dig h1 {
        font-size: 40px
    }

    .slider.fixed-slider, .works-header.hfixd {
        position: static
    }

    .main-content {
        margin-top: 0 !important
    }

    .about .img-mons .img1, .about .img-mons .img2, .about .img-mons .img3 {
        margin-bottom: 10px
    }

    .about .img-mons .img3 {
        width: 100%;
        margin-top: 0
    }

    .sec-head h3 {
        font-size: 45px
    }

    .sec-head h6 {
        font-size: 15px;
        letter-spacing: 5px
    }

    .about.bookstag-section .valign.darkcolor.br-rad-100 {
        padding-bottom: 35px !important
    }

    html .about.bookstag-section {
        padding: 7px
    }

    .slider .parallax-slider .swiper-slide .bg-img {
        background-position: 70% 50%
    }
}

@media screen and (max-width: 480px) {
    .topnav .container-fluid {
        padding: 0 15px
    }

    .pages-header .cont .path {
        font-size: 15px
    }

    .pages-header .cont .path span {
        margin: 0 10px
    }

    .slider-bus .caption h1 {
        font-size: 50px
    }

    .slider .swiper-pagination-fraction.steps {
        bottom: 60px
    }

    .circle-slide .swiper-slide .bg-img {
        height: 280px !important;
        width: 280px !important
    }

    .showcase-carus.circle-slide .caption h1, .showcase-carus.circle-slide .copy-cap h1 {
        font-size: 40px
    }

    .works-header .capt h2 {
        font-size: 30px;
        letter-spacing: 1px
    }

    .sec-head h3 {
        font-size: 35px
    }

    .about .blc-img .skills-circle {
        display: block;
        padding-bottom: 30px !important
    }

    .about .blc-img .skills-circle .item {
        width: 100%
    }

    .about .blc-img .skills-circle .item:last-of-type {
        margin-left: 0
    }
}

.search a.login-btn {
    background: #2e37a9;
    color: #fff;
    font-weight: 600;
    height: 36px;
    padding: 4px 18px;
    border: 2px solid #2e37a9;
    margin-left: 40px;
    min-width: 90px;
    text-align: center;
    border-radius: 12px
}

.search a.login-btn:hover {
    background: #202a72;
    border: 2px solid #202a72
}

.valign.clight-color {
    background: #667cfc;
    color: #fff;
    padding: 100px
}

.valign.clight-color p {
    color: #fff
}

.valign.darkcolor {
    background: #ff5786;
    color: #fff;
    padding: 100px
}

.valign.darkcolor p {
    color: #fff
}

.valign.darkcolor .simple-btn {
    z-index: 1
}

.valign.darkcolor .simple-btn:after {
    background: rgba(82, 143, 183, 0.43);
    z-index: -1
}

.valign.clight-color .simple-btn {
    z-index: 1
}

.valign.clight-color .simple-btn:after {
    background: rgba(82, 143, 183, 0.43);
    z-index: -1
}

.btn-white {
    font-weight: 600;
    padding: 4px 18px;
    height: 36px;
    font-size: 1rem;
    background: #fff;
    border: 2px solid #fff;
    color: #7e2ecc;
    border-radius: 12px
}

.btn-white:hover {
    background: #7e2ecc;
    border: 2px solid #7e2ecc;
    color: #fff
}

.featured-item {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    position: relative
}

.featured-item .featured-img {
    border-radius: 30px
}

.featured-item .featured-img img {
    border-radius: 30px
}

.featured-item .featured-social {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.featured-item .featured-text {
    background: #fff;
    border-radius: 23px;
    position: absolute;
    bottom: -17px;
    z-index: 9;
    left: 20px;
    right: 20px;
    max-width: 95%;
    margin: auto;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 15px;
    margin-bottom: 30px
}

.featured-item:hover .featured-social {
    bottom: 106px
}

.featured-item .featured-text h3 {
    font-size: 22px;
    color: #202a72;
    margin-bottom: 0
}

.featured-item:hover .featured-text h3 a {
    color: #2e37a9
}

.featured-item .featured-text p {
    font-size: 15px;
    line-height: 1.75
}

.featured-text {
    background: #fff;
    border-radius: 23px;
    position: absolute;
    bottom: -29px;
    z-index: 9;
    left: 20px;
    right: 20px;
    max-width: 79%;
    margin: auto;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 15px;
    margin-bottom: 30px;
    text-align: center
}

.featured-social > a i {
    font-size: 14px;
    color: #fff;
    margin-right: 5px
}

.featured-social > a.featured-tiktok {
    background: #010101;
    white-space: nowrap
}

.featured-social > a.featured-tiktok img {
    width: 18px;
    object-fit: contain;
    white-space: nowrap;
    height: 18px;
    border-radius: 50%;
    padding: 3px
}

.featured-social > a.featured-twitter {
    background: #4da6e9
}

.featured-social > a.featured-youtube {
    background: #f60201
}

span.countryflag {
    position: absolute;
    top: 0;
    right: 0
}
span.flag {
    position: absolute;
    top: 12px;
    left: 24px
}
span.flag img {
    border-radius: 0 !important;
    border: none;
}

span.countryflag img {
    width: 35px !important;
    height: 30px !important;
    object-fit: cover;
    border-radius: 10px !important;
}
.featured-img .countryflag img {
   border: 0px solid !important;
}
span.countryflag {
    position: absolute;
    top: 20px;
    right: 30px
}

.featured-social > a.featured-instagram {
    background: linear-gradient(#515bd4 0%, #8134af 31%, #dd2a7b)
}

.featured-social > a {
    position: relative;
    z-index: 1;
    font-size: 12px;
    margin-right: 4px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 3px 5px;
    border-radius: 7px
}

.clients .brands .item:hover .img {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2)
}

h4.footerhead {
    position: relative;
    z-index: 1;
    font-family: 'Aller';
    margin-bottom: 20px;
    font-size: 22px
}

ul.footerlist li a:after {
    position: absolute;
    left: 0;
    filter: brightness(0) invert(1);
    top: 0;
    width: 7px;
    content: url('../img/BG-pijl-bubblegum-r.svg')
}

ul.footerlist li a {
    font-size: 16px;
    font-family: 'Aller';
    position: relative;
    padding-left: 15px
}

ul.footerlist li {
    margin-bottom: 10px
}

.br-rad-100 {
    border-radius: 100px
}

.bookstag-section p {
    font-size: 19px
}

.text-purple {
    color: #202a72
}

.btn-secondary {
    background: #ff578c;
    color: #fff;
    font-weight: 600;
    padding: 4px 18px;
    height: 36px;
    border: 2px solid #ff578c;
    border-radius: 12px
}

.btn-secondary:hover {
    background: #202a72;
    border: 2px solid #202a72
}

.progress-wrap.cursor-pointer.active-progress {
    display: none
}

.slider .swiper-slide .bg-img.valign:after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    bottom: 0;
    opacity: 1;
    right: 0;
    background: url(../img/lines.svg);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    opacity: .35;
    display: none
}

.slider .swiper-slide .bg-img.valign:before {
    display: none
}

.slider .caption .btn-curve.btn-lit {
    padding: 4px 18px;
    border-radius: 18px;
    height: auto
}

.about .img-mons .img1, .about .img-mons .img2, .about .img-mons .img3 {
    height: 200px;
    border-radius: 10px;
    overflow: hidden
}

.about .img-mons .img1 img, .about .img-mons .img2 img, .about .img-mons .img3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.about .img-mons .img3 {
    width: 75%;
    margin-top: 20px
}

.about .ftbox ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start
}

.about .ftbox ul li {
    width: 100%;
    padding: 17px 35px 17px 17px;
    text-align: center;
    border-radius: 30px 40px 40px 30px;
    position: relative;
    margin: 10px 10px 0
}

.about .ftbox ul li .icon {
    color: #528fb7;
    font-size: 30px;
    margin-bottom: 20px;
    display: none
}

.about .ftbox ul li h6 {
    font-size: 16px;
    font-weight: 500;
    color: #202a72;
    text-transform: inherit;
    letter-spacing: 2px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    text-align: left
}

.about .ftbox ul li h6.custom-font i {
    font-size: 30px;
    margin-right: 15px
}

.about {
    display: inline-block;
    width: 100%
}

.footer-half .copyrights ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer-half .copyrights ul li {
    display: inline-block;
    padding-right: 12px;
    position: relative;
    z-index: 1
}

.footer-half .copyrights ul li:after {
    position: absolute;
    content: "";
    right: 2px;
    top: 4px;
    width: 2px;
    height: 16px;
    background: #fff;
    opacity: .3
}

.footer-half .copyrights ul li:last-child:after {
    display: none
}

.footer-half .copyrights ul li:last-child {
    padding-right: 0
}

.footer-half .copyrights ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: 'Aller';
    font-weight: 400;
    line-height: 24px
}

.slidernew.slick-initialized .slick-slide {
    display: block;
    padding: 0 7px
}

.box-blue {
    background: #2e38a8
}

.box-purple {
    background: #7e2ecc
}

.box-pink {
    background: #ff5786
}

.box-lt-blue {
    background: #667cfc
}

.badge-danger {
    color: #fff;
    background-color: #ff5786 !important
}

.typeeffect {
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    width: 100%;
    animation: animated-text 2s steps(30, end) 1s 1 normal both
}

@keyframes animated-text {
    from {
        width: 0
    }
    to {
        width: 800px
    }
}

.forbrands-banner h1 {
    color: #202a72;
    text-transform: capitalize;
    margin-bottom: 7px;
    font-size: 2.1875rem;
    font-weight: 700;
    letter-spacing: 4px
}

.forbrands-banner p {
    font-size: 1rem
}

.bannerbtn a.btn-video:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: rgba(242, 106, 128, .2);
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.bannerbtn a.btn-video {
    width: 54px;
    position: relative;
    z-index: 1;
    height: 54px;
    background: #f9738c;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 19px
}

.clients.brandservices .brands .img {
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.videomodal {
    background: transparent;
    border: none
}

.videomodal button.close {
    opacity: 1;
    text-shadow: none;
    color: #7e2ecc;
    width: 35px;
    height: 35px;
    background: #fff;
    position: absolute;
    right: -18px;
    top: -20px;
    z-index: 1;
    border-radius: 50%
}

.videomodal .modal-content {
    background: transparent;
    border: none
}

.clients .brands .item h2 {
    font-size: 18px;
    color: #fff;
    
}

.forbrands-banner {
    min-height: 75vh;
    background-size: contain !important
}

.btn-primary2 {
    padding: 4px 18px;
    border-radius: 18px;
    height: auto;
    color: #fff;
    border: 2px solid #2e37a9;
    line-height: 2;
    background: #2e37a9;
    font-weight: 700;
    font-size: 1rem
}

.btn-primary2:hover {
    color: #fff;
    border: 2px solid #202a72;
    background: #202a72
}

@media only screen and (min-width: 1600px) {
    .featured-item .featured-text p, ul.footerlist li a, p {
        font-size: 13pt
    }

    .search a.login-btn {
        padding: 2px 18px;
        font-size: 16pt
    }

    .slider .parallax-slider .caption .btn-curve span {
        font-size: 16pt
    }

    .btn-curve {
        line-height: 36px !important
    }

    .slider .parallax-slider .caption .btn-curve span {
        font-size: 24pt
    }

    .slider .caption .btn-curve.btn-lit {
        padding: 15px 18px 9px
    }

    .container {
        max-width: 90%
    }

    .slider .parallax-slider .swiper-slide .caption img {
        max-width: 400px
    }
    .embed-container iframe, .embed-container object, .embed-container embed {
        max-width: 100% !important;
    }
}

.about .ftbox ul li:nth-child(2n) {
    display: block
}

.section-padding.stra-sa {
    padding: 80px 0
}

.main-title.mb-dys {
    margin-bottom: 4rem;
    text-transform: capitalize;
    letter-spacing: 2px
}

.mb-8rem {
    margin-bottom: 8rem
}

.mt-8rem {
    margin-top: 8rem
}

.featured-item .featured-img > img {
    min-height: 420px;
    object-fit: cover
}

ul.socialicon li {
    display: inline-block
}

ul.socialicon .icon-social:hover {
    opacity: .75
}

ul.socialicon .icon-social {
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    color: #7e2ecc;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 8px
}

@media only screen and (max-width: 1137px) {
    .about .ftbox ul {
        flex-wrap: wrap
    }

    .about .ftbox ul li {
        width: 47.98%
    }
}

@media only screen and (max-width: 1036px) {
    .about .ftbox ul {
        flex-wrap: wrap
    }

    .about .ftbox ul li {
        width: 47.9%
    }
}

@media only screen and (max-width: 1024px) {
    .about .ftbox ul {
        flex-wrap: wrap
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 40px !important
    }

    .about .ftbox ul li {
        width: 47.98%
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 40px
    }

    .forbrands-banner {
        position: relative;
        min-height: 60vh
    }

    .main-title.mb-dys, .main-title.about-title, .mbbottnone .content {
        margin-bottom: 0 !important
    }

    .about .ftbox ul li {
        margin: 0 10px 20px
    }

    .forbrands-banner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8)
    }

    .mb-8rem {
        margin-bottom: 4rem
    }

    .mt-8rem {
        margin-top: 4rem
    }
}

@media only screen and (max-width: 997px) {
    nav.navbar.change button.navbar-toggler {
        border-radius: 0;
        padding: 7px 14px 12px
    }

    .navbar .icon-bar {
        background-color: #ff578c !important
    }

    .about .ftbox ul li h6 {
        font-size: 13px
    }

    .navbar .search {
        margin-top: 10px
    }

    .about.bookstag-section.typing-sec.workIt .content.text-center.pink-section {
        margin-bottom: 0 !important
    }

    .about.bookstag-section .valign.darkcolor.br-rad-100 {
        padding-bottom: 60px !important
    }

    .search a.login-btn {
        margin-left: 0;
        margin-bottom: 20px
    }

    .slider .parallax-slider .swiper-slide .bg-img {
        background-position: center
    }

    .about .ftbox ul {
        flex-wrap: wrap
    }

    .about .ftbox ul li {
        width: 47%
    }

    .about .ftbox ul li:nth-child(2n) {
        margin-top: 0
    }

    .about.section-padding.stra-sa {
        padding-bottom: 0
    }

    .about .ftbox ul {
        flex-wrap: wrap
    }

    .about .ftbox ul li {
        width: 47.9%
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 40px !important
    }

    .navbar {
        padding: 15px 0
    }

    .forbrands-banner {
        position: relative;
        min-height: 60vh
    }

    .main-title.mb-dys, .main-title.about-title, .mbbottnone .content {
        margin-bottom: 0 !important
    }

    .about .ftbox ul li {
        margin: 0 10px 20px
    }

    .forbrands-banner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8)
    }

    .mb-8rem {
        margin-bottom: 4rem
    }

    .mt-8rem {
        margin-top: 4rem
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .slider .parallax-slider .swiper-slide .bg-img {
        height: 85vh
    }

    .slider .parallax-slider .swiper-slide .caption img {
        max-width: 220px
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 40px 10px
    }

    .forbrands-banner {
        position: relative;
        min-height: 60vh
    }

    .about .ftbox ul li {
        width: 47%
    }

    .main-title.mb-dys, .main-title.about-title, .mbbottnone .content {
        margin-bottom: 0 !important
    }

    .about .ftbox ul li {
        margin: 0 10px 20px
    }

    .forbrands-banner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8)
    }

    .mb-8rem {
        margin-bottom: 4rem
    }

    .mt-8rem {
        margin-top: 4rem
    }

    .workIt .typingtext {
        width: 100%;
        display: flex
    }

    .slider .parallax-slider .caption h1 {
        font-size: 25px
    }

    .main-content {
        margin-top: 85vh !important
    }

    h4.footerhead {
        font-size: 18px
    }

    ul.footerlist li a, ul.contactlist li {
        font-size: 14px
    }

    .footer-half .copyrights ul li a, .footer-half .copyrights p {
        font-size: 12px
    }
}

@media only screen and (max-width: 768px) {
    .about .ftbox ul li {
        width: 47.1%
    }
}

@media only screen and (max-width: 767px) {
    .about.bookstag-section {
        padding: 0 15px
    }

    .forbrands-banner.valign.bg-img.parallaxie {
        background-position: top right !important
    }

    .about.bookstag-section .content.text-center.pink-section {
        margin-bottom: 0
    }

    .typeeffect {
        white-space: initial;
        overflow: initial;
        animation: initial
    }

    .bookstag-section p {
        font-size: 15px
    }

    .forbrands-banner .cont {
        background: rgba(255, 255, 255, .45);
        padding: 25px
    }

    .forbrands-banner {
        background-size: cover !important;
        background-position: right !important;
        background-attachment: initial !important
    }

    .about.section-padding.stra-sa {
        padding-bottom: 0
    }

    .about .ftbox ul li {
        width: 100%
    }

    .bookstag-section .content {
        margin-bottom: 0
    }

    .slider .parallax-slider .swiper-slide .bg-img .caption.text-left {
        background: red;
        padding: 20px
    }

    nav.navbar.change button.navbar-toggler {
        border-radius: 0;
        padding: 7px 14px 12px
    }

    .about .ftbox ul li h6 {
        font-size: 13px
    }

    nav.navbar.change {
        padding: 10px
    }

    .navbar .logo {
        margin-left: 0
    }

    .slider .parallax-slider .swiper-slide .caption img {
        margin: 10px 0 5px;
        max-width: 200px
    }

    .slider .parallax-slider .swiper-slide-active .caption h1 {
        font-size: 24px;
        padding-top: 55px
    }

    .slider .parallax-slider .caption p {
        line-height: 26px
    }

    .slider .parallax-slider .caption .btn-curve span {
        font-size: 14px
    }

    .slider .caption .btn-curve.btn-lit {
        padding: 3px 18px;
        height: auto;
        margin-top: 15px !important
    }

    .slider .parallax-slider .swiper-slide {
        min-height: 75vh;
        padding-bottom: 0
    }

    .section-padding.stra-sa {
        padding: 50px 0
    }

    .sub-title h6 {
        font-size: 12px;
        letter-spacing: 3px
    }

    .sub-title {
        margin-bottom: 10px
    }

    .main-title {
        font-size: 22px
    }

    .main-title.mb-dys {
        margin-bottom: 25px
    }

    .section-padding.stra-sa {
        padding: 50px 0 0
    }

    .sec-head h3 {
        font-size: 22px
    }

    .featured {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .about.valign.darkcolor {
        padding: 40px 0 0 !important
    }

    .sec-head.mb-0 {
        margin: 0 0 20px !important
    }

    .section-padding {
        padding: 50px 0
    }

    .clients .brands .item {
        height: 107px;
        line-height: 107px
    }

    .footer-half {
        padding-top: 40px
    }

    h4.footerhead {
        margin-bottom: 12px;
        font-size: 20px
    }

    ul.footerlist {
        margin-bottom: 25px
    }

    ul.footerlist li a, ul.contactlist li {
        font-size: 14px
    }

    .footer-half .copyrights p {
        font-size: 12px
    }

    .footer-half .copyrights ul li a {
        font-size: 10px
    }

    .forbrands-banner {
        position: relative;
        min-height: 80vh
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 20px !important
    }

    .br-rad-100 {
        border-radius: 50px
    }

    .about.bookstag-section {
        padding: 0
    }

    .mb-8rem {
        margin-bottom: 3rem
    }

    .mt-8rem {
        margin-top: 3rem
    }
}

.btn-wrapper {
    display: flex;
    justify-content: center
}

.btn-wrapper .btn-white {
    margin-left: 8px
}

.pink-section .main-title {
    text-transform: uppercase
}

.about .ftbox ul.font-strs li h6 {
    font-size: 15px
}

.btn-seyt {
    min-width: 120px;
    text-align: center;
    letter-spacing: 1px
}

.btn-primary2.psff {
    padding: 9px 30px
}

ul.socialicon .icon-social i.fab.fa-instagram {
    font-weight: 600
}

.slider .parallax-slider .caption .btn-curve {
    font-size: 18px
}

.featured-item .featured-social {
    justify-content: space-evenly;
    padding: 0 20px
}

.featured-item .featured-social a:last-child {
    margin-right: 0
}

ul.socialicon .icon-social i.fa-instagram {
    font-size: 19px;
    position: relative;
    top: 2px
}

.ftbox iframe {
    background: #1fbff0;
    padding: 17px;
    width: 100%;
    max-width: 800px;
    border-radius: 30px
}

.about .ftbox ul.font-strs li h6 {
    letter-spacing: 1px
}

.main-title.about-title {
    margin-bottom: 2.5rem
}

@media only screen and (min-width: 1600px) {
    .btn-white {
        padding: 2px 18px;
        font-size: 16pt
    }
}

.forbrands-banner {
    background-position: center right !important
}

.typing-sec .content {
    width: 100%
}

@media screen and (max-device-width: 767px) and (orientation: portrait) {
    .slider .parallax-slider .swiper-slide-active .caption h1 {
        padding-top: 0
    }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
    .slider .parallax-slider .swiper-slide .bg-img {
        height: 100vh
    }
}

.form-wraper {
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
    padding: 40px 50px;
    background: #f4f4f4;
    border-radius: 20px
}

.profile-pic img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    margin: 22px 0 10px
}

.profile-pic {
    position: relative;
    width: 120px;
    margin: 0 auto
}

.profile-pic i {
    position: absolute;
    top: 32px;
    right: 2px;
    background: #fcf7f7;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    box-shadow: 0 0 5px #ccc;
    text-align: center
}

.form-wraper .form-control {
    background: transparent;
    font-size: 14px;
    border-color: #a4a5a5
}

.form-wraper input {
    height: 45px
}

.form-wraper textarea {
    height: 90px
}

.form-wraper .btn {
    font-weight: 600;
    padding: 7px 26px;
    height: auto;
    font-size: 1rem;
    background: #2e37a9;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 12px;
    margin-top: 15px
}

.form-wraper ul li {
    display: inline-block;
    margin: 0 7px
}

.form-wraper ul li a {
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%
}

.orLine {
    position: relative;
    margin-top: 32px;
    margin-bottom: 30px !important
}

.hrOr {
    background-color: #2e37a9;
    height: 1px;
    margin-bottom: 0 !important;
    border: 0
}

.spanOr {
    display: block;
    position: absolute;
    left: 50%;
    top: -.75em;
    margin-left: -1.5em;
    background-color: #f4f4f4;
    width: 3em;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #2e37a9
}

.form-wraper .login-btns li {
    display: block;
    margin-bottom: 10px
}

.form-wraper .login-btns li a {
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    display: block;
    text-align: left
}

.form-wraper .login-btns li > a > i {
    border-right: 1px solid #fff;
    width: 50px;
    text-align: center;
    height: 44px;
    line-height: 44px
}

.form-wraper .login-btns li a span {
    display: inline-block;
    width: 85%;
    text-align: center;
    max-width: 100%
}

.error {
    color: red !important
}

.padding-bottom .camp-details {
    padding-bottom: 46px
}

.camp-details h5 {
    font-size: 20px;
    margin-top: 17px;
    margin-bottom: 20px;
    font-weight: 500
}

.camp-details h3 {
    margin-bottom: 0;
    border: transparent;
    padding-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 12px;
    padding-bottom: 14px
}

.camp-details .cross-icon {
    position: absolute;
    top: 0;
    background: #fff !important;
    color: #000 !important;
    border-color: #fff;
    border-radius: 100px !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0 !important;
    font-size: 12px;
    right: 60px;
    float: right
}

.camp-details .check-icon {
    position: absolute;
    top: 0;
    background: #fff !important;
    color: #000 !important;
    border-color: #fff;
    border-radius: 100px !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0 !important;
    font-size: 12px;
    right: 22px !important;
    float: right !important;
}

.camp-details .checkmsg-icon {
    position: absolute !important;
    top: -21px !important;
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
    border-radius: 100px !important;
    height: 30px !important;
    width: 30px !important;
    line-height: 30px !important;
    padding: 0 !important;
    font-size: 12px !important;
    right: 82px !important;
    float: right !important
}

.camp-details h4 {
    font-size: 17px;
    font-weight: 400
}

@media (max-width: 580px){
    .camp-details-wrapper .col-md-3{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .camp-details-wrapper .col-md-3 .featured-img a img{
        height: auto;
    } 
}


@media (min-width: 581px) and (max-width: 991px){
    .camp-details-wrapper .col-md-3{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .camp-details-wrapper .col-md-3 .featured-img a img{
        height: 250px;
    } 
}
@media (min-width: 992px){
    .camp-details-wrapper .col-md-3{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
    }
    .camp-details-wrapper .col-md-3 .featured-img a img{
        height: 250px;
    }
}

.marg-row {
    margin-top: 42px
}

.camp-details .circle {
    padding: 10px 11px !important
}

.main-mrgs {
    margin-top: 42px
}

.main-mrgs .featured-img img {
    border-radius: 0;
    height: 120px;
    object-fit: cover;
    width: 120px;
    border-radius: 7px
}

.main-mrgs .des-main h4 {
    font-size: 25px;
    margin-bottom: 6px
}

.main-mrgs .com-details p {
    color: #929292;
    line-height: 23px;
    font-size: 14px
}

.backblock {
    margin-top: 80px !important
}

.titlestatus {
    padding: 15px
}

.content-wraper {
    box-shadow: 0 0 5px #ccc;
    padding: 15px;
    background: #fff;
    border-radius: 10px
}

.content-wraper h3 {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px
}

.content-wraper h3::after {
    position: absolute;
    content: '';
    display: block;
    background: #1fbff0;
    width: 50px;
    height: 3px;
    bottom: -1px;
    left: 0
}

.content-wraper .form-group {
    margin-bottom: 25px
}

.content-wraper label {
    font-weight: 500;
    font-size: 14px;
    color: #6c757d;
    max-width: 100%;
}

.content-wraper .sidebar_header-login a.btn {
    padding: 6px 12px
}

.content-wraper .btn {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 3px;
    cursor: pointer;
    background: #1fbff0
}
.content-wraper .btn.add-pitch-btn {
    background: #007bff;
}
.content-wraper .btn.bulk-select-reject-btn {
    background: #007bff;
}

.content-wraper .nice-select {
    line-height: 38px;
    margin-bottom: 0
}

.content-wraper .table .thead-light th {
    color: #6c757d;
    background-color: #f3f7f9;
    border-color: #dee2e6;
    border-bottom: 2px solid #dee2e6;
    font-weight: 500;
    font-size: 15px
}

.content-wraper .table td, .content-wraper .table th {
    vertical-align: middle
}

.content-wraper .table td {
    color: #6c757d;
    font-size: 14px
}

.content-wraper .table .btn-xs {
    padding: .2rem .6rem;
    font-size: .75rem;
    border-radius: .15rem
}

.content-wraper .table-responsive .table .btn-edit {
    color: #fff;
    background-color: #7e2ecc !important;
    border-color: #7e2ecc !important;
    margin-top: 15px;
    vertical-align: middle
}

.content-wraper .table-responsive .table .btn-detail {
    color: #fff;
    background-color: #ccc72e !important;
    border-color: #ccc72e !important;
    margin-top: 15px;
    margin-right: 10px;
    vertical-align: middle
}

.content-wraper .table-responsive .table .btn-selected {
    color: #fff;
    background-color: #2ecc83 !important;
    border-color: #2ecc83 !important;
    margin-top: 15px;
    margin-right: 10px;
    vertical-align: middle
}

.content-wraper .table-responsive .table .btn-danger {
    background: #ff578c !important;
    border-color: #ff578c !important;
    border: 0
}

.content-wraper .btn:hover {
    opacity: .5
}

.content-wraper .table-responsive .table .btn-edit {
    margin-right: 8px
}

.trophy {
    margin: 8px 0
}

.trophy span {
    font-size: 16px
}

.trophy .fa.fa-trophy {
    font-size: 14px;
    color: #1fbff0 !important;
    padding-right: 6px
}

.main-line {
    border-bottom: 1px solid #ddd;
    margin-top: 26px
}

.camp-details .check-icon {
    top: -21px !important;
    right: 3px !important
}

.camp-details .cross-icon {
    top: -22px !important;
    right: 40px !important
}

.featured-img img {
    border: 1px solid #ddd
}

.featured-social > a.featured-tiktok {
    top: 0 !important
}

.content-wraper .sidebar_header-login a.btn {
    margin-top: 2px !important
}

#contact .container {
    background: #667cfc;
    border-radius: 100px;
    padding: 100px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

#contact .btn {
    float: right;
    margin-top: 2rem;
    color: #667cfc;
    border: none;
    transition: all ease .3s
}

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

.btn-white {
    font-weight: 600;
    padding: 4px 18px;
    height: 36px;
    font-size: 1rem;
    background: #fff;
    border: 2px solid #fff;
    color: #7e2ecc;
    border-radius: 12px;
    transition: .3s ease all
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    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
}

#intro h1 {
    padding-bottom: 2rem;
    color: #667cfc
}

#intro {
    padding: 10rem 0 4rem;
    text-align: center
}

#contact {
    padding: 4rem 0
}

#contact label {
    color: #fff
}

.text-img h2 {
    color: #7e2ecc
}

.text-img .row {
    justify-content: center
}

.text-img img {
    border-radius: 30px;
    max-height: 300px;
    height: auto;
    width: auto;
    max-width: 100%
}

.rounded-section {
    color: #fff;
    text-align: center;
    max-width: 100%;
    border-radius: 100px;
    padding: 100px
}

.pink-bg {
    background: #ff578c
}

.rounded-section h3, .rounded-section h6, .rounded-section p {
    color: #fff
}

.rounded-section .btn-white {
    margin-top: 4rem;
    font-size: 20pt;
    line-height: 20pt
}

section {
    padding-bottom: 8rem
}

#faq h2 {
    color: #202a72;
    padding: 2rem 0 2rem 80px
}

#faq .card:nth-child(2n) {
    background: #667cfc
}

#faq .card:nth-child(1n) {
    background: #2e37a9
}

#faq .card {
    margin-bottom: 4rem;
    color: #fff;
    padding: 17px 35px 17px 17px;
    border-radius: 30px 40px 40px 30px;
    position: relative
}

#faq .card:nth-child(3n) {
    background: #1fbff0
}

#faq .card:nth-child(4n) {
    background: #ff578c
}

#faq .card:nth-child(5n) {
    background: #202a72
}

#faq .card-header {
    background: transparent;
    border: none
}

#faq .card:nth-child(6n) {
    background: #7e2ecc
}

#faq .btn-link {
    color: #fff;
    font-family: "Aller";
    font-size: 20px;
    text-decoration: none !important;
    text-align: left;
    white-space: normal
}

#faq .card-body {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 1.25rem;
    color: #202a72
}

.interestselect {
    position: absolute;
    right: 31px;
    left: 580px;
    top: -59px;
    margin-top: 0
}

.white-text {
    color: #fff
}

#contact #booksignup-form .btn {
    width: 100%;
    max-width: 100px;
    margin-top: 0
}

#booksignup-form .form-group.mb-0 {
    float: left;
    width: 100%;
    text-align: center
}

#contact #signup-form .btn {
    width: 100%;
    max-width: 100px;
    margin-top: 0
}

#signup-form .form-group.mb-0 {
    float: left;
    width: 100%;
    text-align: center
}

.sidebar_content-wraper {
    background: #fff;
    padding: 135px 0 80px
}

.list-usrs li a.name-ls img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    left: 20px;
    position: absolute;
    top: 13px;
    object-fit: cover
}

.featured-social > a {
    display: inline-block !important;
    margin: 0 3px
}

.featured-social {
    display: inline-block;
    width: 100%
}

.featured-social > a {
    display: inline-block !important;
    margin: 0;
    padding: 7px !important
}

.nofound {
    margin-left: 20px
}

.tabsde .badge-success.active, .tabsde .badge-success:hover {
    background-color: #1fbff0;
    color: #fff
}

.tabsde .badge-success {
    background-color: #f3f7f9;
    color: #000;
    cursor: pointer;
    border-width: initial;
    border-style: initial;
    border-color: #7fff00;
    border-image: initial;
    padding: 10px;
    transition: all .3s ease 0;
    border-radius: 5px 5px 0 0
}

.tabsde .badge-success:focus, .tabsde .badge-success:hover {
    outline: none;
    background-color: #1fbff0;
    color: #fff
}

.name-ls1 {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.name-ls1 img.avt {
    width: 50px;
    height: 50px;
    object-fit: contain
}

.name-ls1 .featured-social > a {
    font-size: 10px
}

.sugest-book.mybooks {
    padding-bottom: 0
}

.sugest-book.mybooks ul {
    margin-top: 0 !important
}

.sugest-book.mybooks h6 {
    font-size: 14px;
    font-weight: 400;
    color: #6c757d
}

.roundebox .rounded-sections {
    margin-left: 0
}

section.sidebar_content-wraper .content-wraper .list-chts .indicator {
    right: 17px !important;
    top: 10px !important;
    margin-left: 260px;
    position: absolute
}

.chataware {
    right: 17px !important;
    top: 10px !important;
    margin-left: 260px !important;
    position: absolute !important
}

.badge.badge-soft-danger.dsb {
    background: #2e37a9;
    color: #fff
}

.sugest-book .user-sidebar {
    padding: 20px 40px;
    background: #667cfc !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.sugest-book .user-sidebar h4 {
    color: #fff;
    margin-top: 0
}

.cntct-lict .list-usrs {
    padding: 0 19px
}

.sugest-book ul {
    margin-top: 32px !important
}

button.btn.circle.btn-theme.effect.btn-md {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 3px;
    cursor: pointer;
    background: #1fbff0
}

.box-list li a {
    background: #1fbff0;
    color: #fff;
    width: auto;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 8px
}

.box-list {
    margin-bottom: 0
}

.box-list li {
    display: inline-block
}

.firs-name-txt {
    background: #faf5f5;
    text-align: center;
    color: #202a72;
    font-size: 18px;
    padding: 6px 0
}

.profile-img {
    border: 4px solid #faf5f5
}

.field-txt {
    font-weight: 500;
    font-size: 14px
}

.dropdown:hover .dropdown-menu.show {
    display: block;
    opacity: 1 !important;
    visibility: visible !important
}

.dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible
}

.showcleardata {
    color: #545d71;
    background-color: #fff;
    font-weight: 5;
    font-size: 15px;
    margin-left: 11px;
    margin-top: 87px;
    text-align: center
}

.chatdrop {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 3px;
    cursor: pointer;
    background: #1fbff0;
    position: absolute;
    right: 31px;
    top: -8px
}

.chatdrop .dropdown-toggle::after {
    border-top: .3em solid #fff !important;
    display: none
}

.chat-foots .cont-all-set .attachfile {
    position: absolute;
    background: #fff !important;
    padding: 14px 20px;
    height: -68px !important;
    margin-left: -153px !important;
    right: 10px !important;
    border-radius: 50px;
    font-weight: 600;
    color: #171515 !important;
    top: 0 !important
}

.sidebar_content-wraper .msgs-all .chat-foots form#imageupload {
    position: absolute;
    right: 115px;
    top: 13px
}

.sidebar_content-wraper .msgs-all .chat-foots form#imageupload label i.fa {
    font-size: 20px
}

.sidebar_content-wraper .sidebar-wraper ul li a i.fa-circle {
    margin-left: 12px
}

.sidebar_content-wraper .sidebar-wraper ul li a:hover i.fa-circle {
    color: #fff !important
}

.fa-paperclip {
    cursor: pointer
}

.pointercur {
    cursor: pointer;
    right: 0;
    height: 37px;
    z-index: 10;
    position: absolute
}

.input-group.errorpos {
    position: relative
}

.input-group.errorpos input {
    width: 100%;
    color: #000 !important
}

.form-control.error {
    color: #000 !important
}

.indmob {
    display: none !important
}

@media (max-width: 767px) {
    .indeskt {
        display: none !important
    }

    .inflex {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .tabsde .badge-success {
        font-size: 14px
    }

    .indmob {
        padding: 5px 10px !important;
        display: inline-block !important;
        margin-top: 0 !important;
        border-radius: 100px !important
    }

    .mb15 {
        margin-top: 15px
    }
}

.pink-bg {
    background: #ff578c
}

.lila-bg {
    background: #667cfc
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    z-index: 1001
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #e2e2e2;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.no-js #loader-wrapper {
    display: none
}

.no-js h1 {
    color: #222
}

.navbar-toggler {
    position: absolute;
    right: 1rem;
    top: 1rem;
    border: none;
    background: transparent;
    outline: none !important;
    line-height: 1.5;
    font-size: 1rem
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    background-color: #7e2ecc
}

.navbar-toggler .middle-bar {
    opacity: 0
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    background-color: #7e2ecc
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    background-color: #ff578c
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #ff578c
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #ff578c
}

.navbar .icon-bar {
    width: 22px;
    height: 2px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-top: 4px
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none
}

body {
    color: #0c0f16;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: "Aller"
}

body.bd-dark {
    color: #fff
}

img {
    width: 100%;
    height: auto
}

span, a, a:hover {
    display: inline-block;
    color: inherit
}

h1 {
    font-size: 55px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 35px
}

h4 {
    font-size: 30px
}

h5 {
    font-size: 25px
}

h6 {
    font-size: 18px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
    font-family: "Aller"
}

p {
    color: #202a72;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0
}

a, span {
    display: inline-block
}

a:hover, span:hover {
    text-decoration: none
}

.container {
    max-width: 1200px
}

.o-hidden {
    overflow: hidden
}

.position-re {
    position: relative
}

.ontop {
    position: relative;
    z-index: 7
}

.full-over {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.full-width {
    width: 100% !important
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat
}

.bg-center {
    background-position: center center
}

.bg-fixed {
    background-attachment: fixed
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat
}

.section-padding {
    padding: 120px 0
}

.section-ptb {
    padding: 80px 0
}

.cmd-padding {
    padding: 0 10px
}

.csm-padding {
    padding: 0 5px
}

.head-pt {
    padding: 80px 0 0
}

.head-pb {
    padding: 0 0 80px
}

.rounded {
    border-radius: 5px
}

.circle {
    border-radius: 50%
}

.unlist {
    list-style: none
}

.undecro:hover {
    text-decoration: none
}

.inline {
    display: inline-block
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.splitting.animated .char {
    -webkit-animation: fadeInUp .4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp .4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index))
}

.splitting .color__whitespace {
    width: 5px
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index))
}

.splitting.txt .color__whitespace {
    width: 5px
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.sec-head {
    position: relative;
    margin: 0 auto 40px;
    text-align: center
}

.sec-head h6 {
    color: #202a72;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 5px
}

.sec-head h3 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 4px
}

.sec-head .tbg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10vw;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
    opacity: .3
}

.sec-head.tr-head {
    text-align: right;
    margin-bottom: 0
}

.sec-head.tr-head .tbg {
    text-align: left
}

.main-title {
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 4px
}

.extra-title {
    font-weight: 700
}

.sm-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.navbar {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid transparent;
    z-index: 999;
    min-height: 60px
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #2e37a9;
    padding: 15px 7px;
    margin: 10px 15px;
    font-family: "Aller"
}

.search a.login-btn {
    background: #fff;
    color: #000;
    font-weight: 600;
    padding: 11px 31px;
    border: 2px solid #fff
}

.navbar .logo {
    width: 45px
}

.navbar.light .navbar-nav .nav-link {
    color: #0c0f16
}

.navbar.light .search {
    color: #0c0f16;
    border-color: #ccc
}

.nav-scroll {
    background: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 2px 2px 0 rgba(31, 191, 240, 0.2);
    box-shadow: 0 2px 2px 0 rgba(31, 191, 240, 0.2);
    padding: 0;
    position: fixed;
    top: 0
}

.nav-scroll .navbar-nav .nav-link {
    color: #202a72
}

.nav-scroll .search {
    color: #202a72;
    border-color: #ccc
}

.static {
    position: static
}

.main-content {
    background: #fff;
    position: relative;
    z-index: 3
}

.clients .brands:hover .link {
    opacity: 1 !important;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

.clients .brands:hover .char {
    -webkit-animation: fadeInUp .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index))
}

.clients .brands .item {
    text-align: center;
    background: #fff;
    height: 137px;
    line-height: 137px;
    border-radius: 45px;
    overflow: hidden
}

@media screen and (max-width: 500px) {
    .clients .brands .item {
        border-radius: 30px
    }
}

.clients .brands .img {
    position: relative
}

.clients .bord .brands:nth-child(1) .img {
    position: relative;
    background-color: #667cfc
}

.clients .bord .brands:nth-child(2) .img {
    position: relative;
    background-color: #ff578c
}

.clients .bord .brands:nth-child(3) .img {
    position: relative;
    background-color: #7e2ecc
}

.clients .bord .brands:nth-child(4) .img {
    position: relative;
    background-color: #667cfc
}

.clients .brands .img {
    position: relative
}

.clients .brands:nth-child(1) .img {
    background-color: #7e2ecc
}

.clients .brands:nth-child(2) .img {
    background-color: #667cfc
}

.clients .brands:nth-child(3) .img {
    background-color: #ff578c
}

.clients .brands:nth-child(4) .img {
    background-color: #2e37a9
}

.clients .brands:nth-child(5) .img {
    background-color: #202a72
}

.clients .brands:nth-child(6) .img {
    background-color: #1fbff0
}

.clients .brands:nth-child(7) .img {
    background-color: #ff578c
}

.clients .brands:nth-child(8) .img {
    background-color: #2e37a9
}

.clients .brands .img img {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    max-width: 125px;
    margin: auto
}

.clients .brands .img .link {
    font-size: 13px;
    margin-bottom: 3px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.clients .bord .item {
    background: #fff
}

.clients .sec-head {
    text-align: left
}

@media screen and (max-width: 991px) {
    .clients .sec-head {
        text-align: center
    }
}

.navbar-nav .nav-link.active {
    color: #2e37a9
}

.navbar-nav .nav-link:hover {
    color: #ff578c
}

.clients-brand .brands:hover .img {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.clients-brand .brands:hover .link {
    opacity: 1 !important;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

.clients-brand .brands:hover .char {
    -webkit-animation: fadeInUp .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp .3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(20ms * var(--char-index));
    animation-delay: calc(20ms * var(--char-index))
}

.clients-brand .item {
    position: relative;
    text-align: center
}

.clients-brand .item .link {
    font-size: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.clients-brand .img {
    max-width: 85px;
    margin: auto;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.clients .brands .item {
    transition: all ease .3s
}

.clients .brands:hover .item {
    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.3)
}

.clients .brands {
    padding: 8px
}

.clients .brands img {
    filter: invert(1)
}

.half-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    background: #fff;
    z-index: 1
}

.half-bg.bottom {
    bottom: 0
}

.half-bg.top {
    top: 0
}

.footer-half {
    color: #fff;
    padding-top: 70px;
    background: #2e37a9 !important;
    position: relative;
    z-index: 2
}

.footer-half .stit {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 30px
}

.footer-half .cont .logo {
    width: 55px;
    margin-bottom: 30px
}

.footer-half .cont .con-info li {
    margin-top: 10px;
    font-weight: 200
}

.footer-half .cont .con-info li span {
    margin-right: 10px;
    font-weight: 500
}

.footer-half .cont .social-icon {
    margin-top: 40px
}

.footer-half .cont .social-icon .social a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 50%;
    margin-right: 5px;
    font-size: 13px;
    opacity: .6
}

.footer-half .subscribe p {
    color: #999;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px
}

.footer-half .subscribe form .form-group {
    position: relative;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-half .subscribe form input {
    padding: 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.01);
    border: 0;
    color: #fff
}

.footer-half .subscribe form button {
    border: 0;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.02);
    color: #528fb7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    z-index: 2;
    cursor: pointer
}

.footer-half .copyright {
    margin-top: 50px;
    padding: 15px 0;
    background: #667cfc
}

.footer-half .copyright p {
    font-size: 14px;
    color: #fff;
    font-family: "Aller";
    font-weight: 400;
    line-height: 24px
}

.footer-half .copyright p a {
    color: #1fbff0
}

ul.contactlist li {
    display: flex;
    align-items: flex-start
}

ul.contactlist i.fa {
    min-width: 20px;
    margin-top: 3px
}

ul.contactlist li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 11px
}

@media screen and (max-width: 991px) {
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .container {
        max-width: 95%
    }

    .navbar {
        min-height: 60px
    }

    .navbar .navbar-collapse {
        max-height: 340px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 10px 15px;
        margin-top: 10px
    }

    .navbar .nav-link {
        margin: 10px auto !important
    }

    .navbar .logo {
        margin-left: 15px;
        width: 50px
    }

    .nav-scroll .navbar-collapse .nav-link, .light .navbar-collapse .nav-link {
        color: #000 !important
    }

    .nav-scroll .navbar-collapse .active, .light .navbar-collapse .active {
        color: #528fb7 !important
    }

    .navbar .search {
        border: 0;
        padding: 0;
        margin-top: 30px
    }

    .navbar .search .search-form {
        display: block;
        position: static;
        height: auto
    }

    .navbar .search .search-form form {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .navbar .search .search-form form input {
        padding: 15px;
        width: 100%;
        font-size: 14px
    }

    .navbar .search .icon, .navbar .search .search-form .close {
        display: none
    }

    .navbar-nav .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        background: #0c0f16;
        text-align: center;
        color: #eee
    }

    .navbar-nav .dropdown-menu .dropdown-item {
        color: #eee
    }

    .navbar-nav .dropdown-menu.show {
        display: block
    }

    .navbar .navbar-nav .nav-link {
        padding: 0
    }

    .navbar .navbar-nav .nav-link:hover {
        color: #528fb7
    }

    .curve-bg {
        display: none
    }

    .about .blc-img .skills-circle {
        right: 0
    }

    .about .blc-img .skills-circle .item {
        width: 50%
    }

    .hero-sec .skills-box {
        padding-left: 0;
        margin-top: 50px
    }

    .min-area .content, .min-area .img {
        padding: 120px 0
    }

    .sec-head.tr-head {
        text-align: center;
        margin-bottom: 55px
    }

    .block-sec .testim-box {
        margin-bottom: 120px
    }

    .block-sec .showreel {
        background: #13161d
    }

    .number-sec {
        padding-bottom: 70px
    }

    .blog-grid .item.active {
        margin: 50px 0
    }

    .footer-half:after {
        width: 100%
    }

    .footer-half .cont {
        margin-bottom: 50px
    }

    .about.bookstag-section .valign.darkcolor.br-rad-100 {
        padding-bottom: 50px !important;
        padding-left: 50px !important;
        padding-right: 50px !important
    }

    .footer-half .copyright ul li {
        padding-right: 10px
    }
}

@media screen and (max-width: 767px) {
    .about .ftbox ul {
        flex-wrap: wrap
    }

    .about .ftbox ul li {
        margin: 0 0 15px !important
    }

    .valign.clight-color, .valign.darkcolor {
        padding: 30px !important
    }

    .sm-mb10 {
        margin-bottom: 10px
    }

    .sm-mb20 {
        margin-bottom: 20px
    }

    .sm-mb30 {
        margin-bottom: 30px
    }

    .sm-mb40 {
        margin-bottom: 40px
    }

    .sm-mb50 {
        margin-bottom: 50px
    }

    .sm-mb60 {
        margin-bottom: 60px
    }

    .sm-mb70 {
        margin-bottom: 70px
    }

    .sm-mb80 {
        margin-bottom: 80px
    }

    .sm-pb10 {
        padding-bottom: 10px
    }

    .sm-pb20 {
        padding-bottom: 20px
    }

    .sm-pb30 {
        padding-bottom: 30px
    }

    .sm-pb40 {
        padding-bottom: 40px
    }

    .sm-pb50 {
        padding-bottom: 50px
    }

    .sm-pb60 {
        padding-bottom: 60px
    }

    .sm-pb70 {
        padding-bottom: 70px
    }

    .sm-pb80 {
        padding-bottom: 80px
    }

    .container {
        max-width: 540px
    }

    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    h6 {
        font-size: 16px
    }

    .progress-wrap {
        right: 15px;
        bottom: 15px
    }

    .navbar .logo {
        width: 40px
    }

    .topnav .container-fluid {
        padding: 0 30px
    }

    .topnav .logo {
        width: 40px
    }

    nav.navbar a.logo img {
        width: auto;
        height: 40px
    }

    .btn-curve span {
        font-size: 16px;
        letter-spacing: 1px
    }

    .works-header.hfixd {
        position: static
    }

    .main-content {
        margin-top: 0 !important
    }

    .about .img-mons .img1, .about .img-mons .img2, .about .img-mons .img3 {
        margin-bottom: 10px
    }

    .about .img-mons .img3 {
        width: 100%;
        margin-top: 0
    }

    .sec-head h3 {
        font-size: 45px
    }

    .sec-head h6 {
        font-size: 15px;
        letter-spacing: 5px
    }

    .about.bookstag-section .valign.darkcolor.br-rad-100 {
        padding-bottom: 35px !important
    }

    html .about.bookstag-section {
        padding: 7px
    }
}

@media screen and (max-width: 480px) {
    .topnav .container-fluid {
        padding: 0 15px
    }

    .pages-header .cont .path {
        font-size: 15px
    }

    .pages-header .cont .path span {
        margin: 0 10px
    }

    .circle-slide .swiper-slide .bg-img {
        height: 280px !important;
        width: 280px !important
    }

    .works-header .capt h2 {
        font-size: 30px;
        letter-spacing: 1px
    }

    .sec-head h3 {
        font-size: 35px
    }

    .about .blc-img .skills-circle {
        display: block;
        padding-bottom: 30px !important
    }

    .about .blc-img .skills-circle .item {
        width: 100%
    }

    .about .blc-img .skills-circle .item:last-of-type {
        margin-left: 0
    }
}

.search a.login-btn {
    background: #2e37a9;
    color: #fff;
    font-weight: 600;
    height: 36px;
    padding: 4px 18px;
    border: 2px solid #2e37a9;
    margin-left: 40px;
    min-width: 90px;
    text-align: center;
    border-radius: 12px
}

.search a.login-btn:hover {
    background: #202a72;
    border: 2px solid #202a72
}

.valign.clight-color {
    background: #667cfc;
    color: #fff;
    padding: 100px
}

.valign.clight-color p {
    color: #fff
}

.valign.darkcolor p {
    color: #fff
}

.valign.darkcolor .simple-btn {
    z-index: 1
}

.valign.darkcolor .simple-btn:after {
    background: rgba(82, 143, 183, 0.43);
    z-index: -1
}

.valign.clight-color .simple-btn {
    z-index: 1
}

.valign.clight-color .simple-btn:after {
    background: rgba(82, 143, 183, 0.43);
    z-index: -1
}

.btn-white {
    font-weight: 600;
    padding: 4px 18px;
    height: 36px;
    font-size: 1rem;
    background: #fff;
    border: 2px solid #fff;
    color: #7e2ecc;
    border-radius: 12px;
    transition: .3s ease all
}

.btn-white:hover {
    background: #7e2ecc;
    border: 2px solid #7e2ecc;
    color: #fff
}

.featured-item {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    position: relative
}

.featured-item .featured-img {
    border-radius: 30px
}

.featured-item .featured-img img {
    border-radius: 30px
}

.featured-item .featured-social {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.featured-item .featured-text {
    background: #fff;
    border-radius: 23px;
    position: absolute;
    bottom: -17px;
    z-index: 9;
    left: 20px;
    right: 20px;
    max-width: 95%;
    margin: auto;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 15px;
    margin-bottom: 30px
}

.featured-item:hover .featured-social {
    bottom: 106px
}

.featured-item .featured-text h3 {
    font-size: 22px;
    color: #202a72;
    margin-bottom: 0
}

.featured-item:hover .featured-text h3 a {
    color: #2e37a9
}

.featured-item .featured-text p {
    font-size: 15px;
    line-height: 1.75
}

.featured-social > a.featured-tiktok {
    background: #010101;
    white-space: nowrap
}

.featured-social > a.featured-twitter {
    background: #4da6e9
}

.featured-social > a.featured-youtube {
    background: #f60201
}

span.countryflag {
    position: absolute;
    top: 0;
    right: 0
}

span.countryflag img {
    width: 35px !important;
    height: 30px !important;
    object-fit: cover;
    border-radius: 10px !important
}

span.countryflag {
    position: absolute;
    top: 20px;
    right: 30px
}

.featured-social > a.featured-instagram {
    background: linear-gradient(#515bd4 0%, #8134af 31%, #dd2a7b)
}

.featured-social > a {
    position: relative;
    z-index: 1;
    font-size: 12px;
    margin-right: 4px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 3px 5px;
    border-radius: 7px
}

.clients .brands .item:hover .img {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2)
}

h4.footerhead {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 22px
}

ul.footerlist li a:after {
    position: absolute;
    left: 0;
    filter: brightness(0) invert(1);
    top: 0;
    width: 7px;
    content: url("/assets/img/arrow.svg")
}

ul.footerlist li a {
    font-size: 16px;
    font-family: "Aller";
    position: relative;
    padding-left: 15px
}

ul.footerlist li {
    margin-bottom: 10px
}

.br-rad-100 {
    border-radius: 100px
}

.bookstag-section p {
    font-size: 19px
}

.text-purple {
    color: #202a72
}

.btn-secondary {
    background: #ff578c;
    color: #fff;
    font-weight: 600;
    padding: 4px 18px;
    height: 36px;
    border: 2px solid #ff578c;
    border-radius: 12px
}

.btn-secondary:hover {
    background: #202a72;
    border: 2px solid #202a72
}

.progress-wrap.cursor-pointer.active-progress {
    display: none
}

.about .img-mons .img1, .about .img-mons .img2, .about .img-mons .img3 {
    height: 200px;
    border-radius: 10px;
    overflow: hidden
}

.about .img-mons .img1 img, .about .img-mons .img2 img, .about .img-mons .img3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.about .img-mons .img3 {
    width: 75%;
    margin-top: 20px
}

.about .ftbox ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start
}

.about .ftbox ul li {
    width: 100%;
    padding: 17px 35px 17px 17px;
    text-align: center;
    border-radius: 30px 40px 40px 30px;
    position: relative;
    margin: 10px 10px 0
}

.about .ftbox ul li h6 {
    font-size: 16px;
    font-weight: 500;
    color: #202a72;
    letter-spacing: 2px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center
}

.about .ftbox ul li h6.custom-font i {
    font-size: 30px;
    margin-right: 15px
}

.about {
    display: inline-block;
    width: 100%
}

.footer-half .copyright ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer-half .copyright ul li {
    display: inline-block;
    padding-right: 12px;
    position: relative;
    z-index: 1
}

.footer-half .copyright ul li:after {
    position: absolute;
    content: "";
    right: 2px;
    top: 4px;
    width: 2px;
    height: 16px;
    background: #fff;
    opacity: .3
}

.footer-half .copyright ul li:last-child:after {
    display: none
}

.footer-half .copyright ul li:last-child {
    padding-right: 0
}

.footer-half .copyright ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: "Aller";
    font-weight: 400;
    line-height: 24px
}

.box-blue {
    background: #2e37a9
}

.box-blue svg.icon {
    fill: #2e37a9
}

.box-purple {
    background: #7e2ecc
}

.box-purple svg.icon {
    fill: #7e2ecc
}

.box-pink {
    background: #ff578c
}

.box-pink svg.icon {
    fill: #ff578c
}

.box-lt-blue {
    background: #667cfc
}

.box-lt-blue svg.icon {
    fill: #667cfc
}

.typeeffect {
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    width: 100%;
    animation: animated-text 2s steps(30, end) 1s 1 normal both
}

@media screen and (max-width: 991px) {
    .typeeffect {
        animation: none;
        white-space: normal
    }
}

@keyframes animated-text {
    from {
        width: 0
    }
    to {
        width: 800px
    }
}

.bannerbtn a.btn-video:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: rgba(242, 106, 128, 0.2);
    z-index: -1;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.bannerbtn a.btn-video {
    width: 54px;
    position: relative;
    z-index: 1;
    height: 54px;
    background: #ff578c;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 19px
}

.clients.brandservices .brands .img {
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.videomodal {
    background: transparent;
    border: none
}

.videomodal button.close {
    opacity: 1;
    text-shadow: none;
    color: #7e2ecc;
    width: 35px;
    height: 35px;
    background: #fff;
    position: absolute;
    right: -18px;
    top: -20px;
    z-index: 1;
    border-radius: 50%
}

.videomodal .modal-content {
    background: transparent;
    border: none
}

.clients .brands .item h2 {
    font-size: 18px;
    color: #fff
}

.btn-primary2 {
    padding: 4px 18px;
    border-radius: 18px;
    height: auto;
    color: #fff;
    border: 2px solid #2e37a9;
    line-height: 2;
    background: #2e37a9;
    font-weight: 700;
    font-size: 1rem
}

.btn-primary2:hover {
    color: #fff;
    border: 2px solid #202a72;
    background: #202a72
}

@media only screen and (min-width: 1600px) {
    .featured-item .featured-text p, ul.footerlist li a, p {
        font-size: 13pt
    }

    .search a.login-btn {
        padding: 2px 18px;
        font-size: 16pt
    }

    .btn-curve {
        line-height: 36px !important
    }

    .container {
        max-width: 90%
    }
}

.about .ftbox ul li:nth-child(2n) {
    display: block
}

.main-title.mb-dys {
    margin-bottom: 4rem;
    letter-spacing: 2px
}

.featured-item .featured-img > img {
    min-height: 420px;
    max-height: 420px;
    object-fit: cover
}

ul.socialicon li {
    display: inline-block
}

ul.socialicon .icon-social {
    width: 40px;
    height: 30px;
    background: #fff;
    text-align: center;
    color: #7e2ecc;
    line-height: 30px;
    border-radius: 10px;
    margin: 0 1px 10px 0
}

@media only screen and (max-width: 1600px) {
    .about .ftbox ul {
        flex-wrap: wrap
    }

    .about .ftbox ul li {
        width: 30%;
        margin: 0 auto 2rem
    }
    .clients .brands .item h2 {
        font-size: 16px !important;     
    }
}

@media only screen and (max-width: 1200px) {
    .about .ftbox ul {
        flex-wrap: wrap
    }

    .about .ftbox ul li {
        width: 47.98%
    }
    .clients .brands .item h2 {
        font-size: 14px !important;     
    }
}

@media only screen and (max-width: 1024px) {
    .typing-sec .valign.darkcolor {
        padding: 60px 40px !important
    }

    .about .ftbox ul li {
        width: 47.98%
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 40px
    }
}

@media only screen and (max-width: 997px) {
    .about .ftbox ul li h6 {
        font-size: 13px
    }

    .navbar .search {
        margin-top: 10px
    }

    .about.bookstag-section .valign.darkcolor.br-rad-100 {
        padding-bottom: 60px !important
    }

    .search a.login-btn {
        margin-left: 0;
        margin-bottom: 20px
    }

    .about .ftbox ul {
        flex-wrap: wrap
    }

    .about .ftbox ul li {
        width: 47%
    }

    .about .ftbox ul li:nth-child(2n) {
        margin-top: 0
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 40px !important
    }

    .navbar {
        padding: 15px 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .typing-sec .valign.darkcolor {
        padding: 60px 40px 10px
    }

    .about .ftbox ul li {
        width: 47%
    }

    .workIt .typingtext {
        width: 100%;
        display: flex
    }

    h4.footerhead {
        font-size: 18px
    }

    ul.footerlist li a, ul.contactlist li {
        font-size: 14px
    }

    .footer-half .copyright ul li a, .footer-half .copyright p {
        font-size: 12px
    }
}

@media only screen and (max-width: 768px) {
    .about .ftbox ul li {
        width: 47.1%
    }
}

@media only screen and (max-width: 767px) {
    .about.bookstag-section {
        padding: 0 15px
    }

    .about.bookstag-section .content.text-center.color__pink-section {
        margin-bottom: 0
    }

    .typeeffect {
        white-space: initial;
        overflow: initial;
        animation: initial
    }

    .bookstag-section p {
        font-size: 15px
    }

    .about .ftbox ul li {
        width: 100%
    }

    .bookstag-section .content {
        margin-bottom: 0
    }

    .about .ftbox ul li h6 {
        font-size: 13px
    }

    nav.navbar.change {
        padding: 10px
    }

    .navbar .logo {
        margin-left: 0
    }

    .sub-title h6 {
        font-size: 12px;
        letter-spacing: 3px
    }

    .sub-title {
        margin-bottom: 10px
    }

    .main-title {
        font-size: 22px
    }

    .main-title.mb-dys {
        margin-bottom: 25px
    }

    .sec-head h3 {
        font-size: 22px
    }

    .about.valign.darkcolor {
        padding: 40px 0 0 !important
    }

    .sec-head.mb-0 {
        margin: 0 0 20px !important
    }

    .section-padding {
        padding: 50px 0
    }

    .clients .brands .item {
        height: 107px;
        line-height: 107px
    }

    .footer-half {
        padding-top: 40px
    }

    h4.footerhead {
        margin-bottom: 12px;
        font-size: 20px
    }

    ul.footerlist {
        margin-bottom: 25px
    }

    ul.footerlist li a, ul.contactlist li {
        font-size: 14px
    }

    .footer-half .copyright p {
        font-size: 12px
    }

    .footer-half .copyright ul li a {
        font-size: 10px
    }

    .typing-sec .valign.darkcolor {
        padding: 60px 20px !important
    }

    .br-rad-100 {
        border-radius: 50px
    }

    .about.bookstag-section {
        padding: 0
    }
}

.btn-wrapper {
    display: flex;
    justify-content: center
}

.btn-wrapper .btn-white {
    margin-left: 8px
}

.about .ftbox ul.font-strs li h6 {
    font-size: 18px
}

.btn-seyt {
    min-width: 120px;
    text-align: center;
    letter-spacing: 1px
}

.btn-primary2.psff {
    padding: 9px 30px
}

ul.socialicon .icon-social i.fab.fa-instagram {
    font-weight: 600
}

.featured-item .featured-social {
    justify-content: space-evenly;
    padding: 0 5px
}

.featured-item .featured-social a:last-child {
    margin-right: 0
}

ul.socialicon .icon-social i.fa-instagram {
    font-size: 19px;
    position: relative;
    top: 2px
}

.ftbox iframe {
    background: #1fbff0;
    padding: 25px;
    border-radius: 40px
}

@media screen and (max-width: 600px) {
    .ftbox iframe {
        border-radius: 25px;
        padding: 15px
    }
}

.about .ftbox ul.font-strs li h6 {
    letter-spacing: 1px
}

.main-title.about-title {
    margin-bottom: 2.5rem
}

@media only screen and (min-width: 1600px) {
    .btn-white {
        padding: 2px 18px;
        font-size: 16pt
    }
}

.typing-sec .content {
    width: 100%
}

#faq {
    padding-top: 4rem
}

#faq .card {
    margin-bottom: 4rem;
    color: #fff;
    padding: 17px 35px 17px 17px;
    border-radius: 30px 40px 40px 30px;
    position: relative
}

#faq .card:nth-child(1n) {
    background: #2e37a9
}

#faq .card:nth-child(2n) {
    background: #667cfc
}

#faq .card:nth-child(3n) {
    background: #1fbff0
}

#faq .card:nth-child(4n) {
    background: #ff578c
}

#faq .card:nth-child(5n) {
    background: #202a72
}

#faq .card:nth-child(6n) {
    background: #7e2ecc
}

#faq .card-header {
    background: transparent;
    border: none
}

#faq .card-body {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 1.25rem;
    color: #202a72
}

#faq .card-body li {
    padding-bottom: 30px
}

#faq .btn-link {
    color: #fff;
    font-family: "Aller";
    font-size: 20px;
    text-decoration: none !important;
    text-align: left;
    white-space: normal
}

#faq h2 {
    color: #202a72;
    padding: 2rem 0 2rem 80px
}

@media screen and (max-width: 991px) {
    #faq h2 {
        padding: 2rem 0 2rem 40px
    }
    .clients .brands .item h2 {
        font-size: 16px !important;     
    }
}

@media screen and (max-width: 769px) {
    .home #header {
        text-align: center;
        display: flex;
        height: 100vh;
        align-items: center;
        margin: 0
    }
}

#header {
    margin: 75px 0 8rem
}

@media screen and (max-width: 769px) {
    #header {
        text-align: center;
        margin: 125px 0 6rem
    }
}
@media screen and (max-width: 600px) {
    .clients .brands .item h2 {
        font-size: 14px !important;     
    }
}
#header h1 {
    color: #202a72
}

#header .header-img {
    align-self: flex-end
}

@media screen and (max-width: 769px) {
    #header .header-img {
        display: none
    }
}

#header .header-img img {
    max-height: 78vh;
    width: auto;
    float: right;
    max-width: 100%
}

#header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header .caption img {
    max-width: 550px;
    padding: 2rem 0
}

.about svg {
    fill: #202a72;
    display: inline;
    width: 30px;
    height: 30px;
    margin-right: 20px
}

#intro {
    padding: 10rem 0 4rem;
    text-align: center
}

#intro h1 {
    padding-bottom: 2rem;
    color: #667cfc
}

.header-btn {
    background: #2e37a9;
    padding: 15px 30px 10px;
    border-radius: 18px;
    font-size: 24pt;
    margin-top: 30px;
    color: #fff;
    font-weight: 700;
    transition: all .3s ease-in-out
}

.header-btn:hover {
    color: #fff;
    background: #1fbff0
}

.forbrands-banner h1 {
    color: #ff578c;
    padding-bottom: 2rem;
    font-size: 40px
}

#content {
    padding: 4rem 0;
    line-height: 1.5
}

#content h2 {
    color: #2e37a9;
    padding: 1rem 0
}

#content ol {
    color: #202a72;
    padding: 1rem 0 1rem 3rem
}

#content ol li {
    list-style-type: decimal
}

#content h4 {
    font-size: 18px;
    color: #667cfc;
    padding-top: 1rem
}

#contact {
    padding: 4rem 0
}

#contact .container {
    background: #667cfc;
    border-radius: 100px;
    padding: 100px
}

@media screen and (max-width: 769px) {
    #contact .container {
        padding: 30px;
        border-radius: 30px;
        padding-bottom: 100px
    }
}

#contact label {
    color: #fff
}

#contact .btn {
    float: right;
    margin-top: 2rem;
    color: #667cfc;
    border: none;
    transition: all ease .3s
}

#contact .btn:hover {
    background: #ff578c;
    border: none;
    color: #fff
}

.rounded-section {
    color: #fff;
    text-align: center;
    max-width: 100%;
    border-radius: 100px;
    padding: 100px;
    margin: 0 auto;
    width: 100%
}

@media screen and (max-width: 600px) {
    .rounded-section {
        padding: 60px 40px;
        border-radius: 60px
    }
}

.rounded-section h3, .rounded-section h6, .rounded-section p {
    color: #fff
}

.rounded-section .btn-white {
    margin-top: 4rem;
    font-size: 15pt;
    line-height: 20pt
}

.rounded-sections {
    color: #fff;
    text-align: center;
    max-width: 100%;
    border-radius: 100px;
    padding: 100px;
    margin-left: 269px
}

@media screen and (max-width: 600px) {
    .rounded-sections {
        padding: 60px 40px;
        border-radius: 60px
    }
}

.rounded-sections h3, .rounded-sections h6, .rounded-sections p {
    color: #fff
}

.rounded-sections .btn-white {
    margin-top: 4rem;
    font-size: 20pt;
    line-height: 20pt
}

section {
    padding-bottom: 8rem
}

@media screen and (max-width: 769px) {
    section {
        padding-bottom: 6rem
    }
}

.workflow .button {
    text-align: center;
    margin-top: 4rem
}

footer .contactlist span {
    padding-top: 1.5px
}

footer .contactlist span a {
    transition: ease .3s all
}

footer .contactlist span a:hover {
    color: #ff578c
}

footer .footerlist a {
    transition: ease .3s all
}

footer .footerlist a:hover {
    color: #ff578c
}

footer svg.mail {
    fill: #fff;
    height: 30px;
    width: 20px;
    margin-right: 10px
}

footer .socialicon svg.icon {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    fill: #7e2ecc;
    transition: ease .3s all
}

footer .socialicon a:hover svg.icon {
    fill: #ff578c
}

@media screen and (max-width: 991px) {
    footer .footerlist {
        margin-bottom: 3rem
    }
}

@media screen and (max-width: 600px) {
    footer .text-left, footer .text-right {
        width: 100%;
        text-align: center !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.text-img img {
    border-radius: 30px;
    max-height: 300px;
    height: auto;
    width: auto;
    max-width: 100%
}

@media screen and (max-width: 769px) {
    .text-img img {
        margin: 2rem auto;
        display: block
    }
}

.text-img h2 {
    color: #7e2ecc
}

.text-img .row {
    justify-content: center
}

.featured-social svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    fill: #fff
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.profile-dropdown img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover
}

.profile-dropdown a.dropdown-item, .profile-dropdown span {
    color: #2e37a9 !important
}

.profile-dropdown .dropdown-toggle::after {
    border-top: .3em solid #2e37a9
}

.profile-dropdown .dropdown-menu .dropdown-item:after {
    display: none
}

.profile-dropdown a.dropdown-item i {
    margin-right: 5px
}

.navbar .navbar-nav .dropdown-menu {
    padding: 10px 0;
    border: 0;
    -webkit-box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px -4px rgba(0, 0, 0, 0.1)
}

.navbar .navbar-nav .dropdown-item {
    font-size: 13px;
    padding: 10px 20px;
    opacity: .9
}

.navbar .navbar-nav .dropdown-item:hover {
    background: transparent;
    color: #528fb7
}

.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    color: #0c0f16;
    background: #fff;
    min-width: 185px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.navbar .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.navbar .dropdown-menu .dropdown-item {
    color: #0c0f16;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 10px 25px;
    position: relative
}

.navbar .dropdown-menu .dropdown-item:after {
    content: '';
    width: 0;
    height: 1px;
    background: #528fb7;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.navbar .dropdown-menu .dropdown-item:hover {
    padding-left: 30px
}

.navbar .dropdown-menu .dropdown-item:hover:after {
    width: 10px
}

.dropdown:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible
}

.sidebar_content-wraper table.table label.badge {
    margin: 0
}

.sidebar_content-wraper table.table tr td a {
    margin-top: 0 !important;
    display: block
}

.sidebar_content-wraper .content-wraper ul.box-list li a {
    padding: 0 10px
}

.sidebar_content-wraper .content-wraper ul.box-list li {
    margin-bottom: 10px
}

.sidebar_content-wraper .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    height: 36px
}

.error {
    color: red !important
}

.pageLoad .modal-dialog-centered {
    min-height: 100%;
    height: 100%;
    transform: translate(0, 0) !important;
    margin: 0 auto;
    max-width: 580px
}

.pageLoad {
    background-color: rgba(0, 0, 0, 0.5)
}

.pageLoad .modal-body {
    text-align: center
}

.pageLoad h1 {
    font-size: 30px;
    line-height: 38px;
}

.pageLoad p {
    margin: 15px 0 17px;
    color: #fff;
    font-size: 18px
}

.pageLoad .form-control {
    border-radius: 4px;
    height: 50px;
    border-color: transparent
}

.pageLoad .modal-content {
    border-radius: 15px;
    padding: 30px;
    background-color: #1FBFF0;
    color: #fff;
    border-color: transparent
}

.pageLoad .close {
    position: absolute;
    top: -3px;
    right: -3px;
    background-color: red;
    opacity: 1;
    width: 26px;
    color: #fff;
    border-radius: 100px;
    height: 26px;
    font-size: 19px;
    transition: all .3s
}

.pageLoad .close:focus, .pageLoad .close:active {
    box-shadow: none !important;
    outline: none
}

.pageLoad .close:hover {
    background-color: #000
}

.pageLoad .btn {
    border-radius: 18px;
    padding: 14px;
    background-color: #2E37A9;
    border-color: #2E37A9;
    transition: all .3s
}

.pageLoad .btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #2E37A9
}

.infoicon {
    font-size: 12px;
    position: relative;
    top: -2px;
    display: inline;
    color: #667cfc
}

.tooltipinfo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    left: 3px
}

.tooltipText {
    background-color: #fff;
    position: absolute;
    bottom: 9px;
    left: -112px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    font-size: 14px;
    color: #6c757d;
    opacity: 0;
    transition: all .5s;
    border: 1px solid #e7e7e7;
    font-family: "Aller";
    line-height: 18px;
    max-width: 290px;
    min-width: 290px;
    word-break: break-word;
    display: none
}

.tooltipText::after {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #e7e7e7 transparent transparent;
    position: absolute;
    top: 100%;
    left: 40%;
    margin-left: 5%
}

.tooltipinfo i:hover .tooltipText {
    opacity: 1;
    transform: translateY(-10px);
    display: block
}

.toolp {
    display: flex
}

.featured-tiktok {
    position: relative;
    top: 2px
}

.featured-tiktok img {
    width: 12px !important
}

.main-mrgs {
    position: relative
}

.ribbonbuttons {
    position: absolute;
    right: 12px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 150px;
    height: 126px;
    text-align: right
}

.ribbon {
    position: absolute;
    right: -2px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 126px;
    height: 126px;
    text-align: right
}

.ribbon span {
    font-size: .8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 32px;
    transform: rotate(36deg);
    width: 180px;
    display: block;
    background: #667cfc;
    background: linear-gradient(#667cfc 0%, #667cfc 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 13px;
    right: -22px;
    padding-left: 39px
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #667cfc;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #667cfc
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #667cfc;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #667cfc
}


.fixBoxSelect {
    position: fixed;
    z-index: 33;
    right: 15px;
    bottom: 88px;
    padding: 10px 15px
}

.fixBox {
    position: fixed;
    z-index: 33;
    right: 15px;
    bottom: 15px;
    padding: 10px 15px
}

.fixBox label {
    text-transform: initial;
    margin-right: 14px
}

.fixBox .send-bulk-active-main .send_bulk_message, .fixBox .select_bulk {
    font-size: 14px;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #007509
}

.fixBox .send-bulk-active-main .cancel_bulk_message, .fixBox .reject_bulk {
    font-size: 14px;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #d80000
}
.fixBox .cancel_bulk {
    border-radius: 23px;
    padding: 6px 17px !important;
}

.fixBox .bulk-btn i {
    margin-right: 4px
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #1fbff0 !important;
    z-index: 3 !important;
    border-radius: 30px !important;
    margin: 0 3px
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background: #1fbff0 !important;
    background-color: #1fbff0 !important
}

.featured-social > a {
    display: inline-flex !important
}

.featured-social a.featured-tiktok img {
    width: 12px !important;
    object-fit: contain;
    height: auto !important;
    padding: 0 !important;
}
.list-all-chat .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
}
.my_pitch {
    position: absolute;
    width: 75px;
    top: 32px;
    right: 37px;
}
.my_pitch .btn {
    padding: 0px 8px;
    font-size: 14px;
}
