.ck_contents_wrapper img{
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
    margin-top: 10px;
}
.pink-bg {
    background: #ff578c;
}

.lila-bg {
    background: #667cfc;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

#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);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}

.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 0.2s;
    transition: all 0.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;
}

/* ====================== [ Start Text Animation & Images ] ====================== */
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.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 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.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 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.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%);
}

/* ====================== [ End Text Animation & Images ] ====================== */
/* ====================== [ End Overlay ] ====================== */
/* ====================== [ Start Heading ] ====================== */
.sec-head {
    position: relative;
    margin: 0 auto 40px;
    text-align: center;
}

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

.sec-head h3 {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 4px;
    /* text-shadow: 0 8px rgba(0, 0, 0, 0.05);  */
}

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

/* ====================== [ End Button Style ] ====================== */
/* ====================== [ Start navbar ] ====================== */
.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 12px;
    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: -80px; */
    top: 0px;
    /* -webkit-transition: -webkit-transform .5s; */
    /* transition: -webkit-transform .5s; */
    /* -o-transition: transform .5s; */
    /* transition: transform .5s; */
    /* transition: transform .5s, -webkit-transform .5s; */
    /* -webkit-transform: translateY(80px); */
    /* -ms-transform: translateY(80px); */
    /* transform: translateY(80px); */
}

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

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

/* ====================== [ End navbar ] ====================== */
.static {
    position: static;
}

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

/* ====================== [ Start brands ] ====================== */
.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 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.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;
    /*border: 1px solid #ebebeb;*/
    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 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.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 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.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 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.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 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

.clients .brands .item {
    transition: all ease 0.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: white;
    z-index: 1;
}

.half-bg.bottom {
    bottom: 0;
}

.half-bg.top {
    top: 0;
}

/* ====================== [ Start Footer ] ====================== */
.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: 0.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 0px;
    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;
}

/* ====================== [ End Footer ] ====================== */
/* ====================== [ Start Responsive ] ====================== */
@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: white;
        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 0 !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;
    }
}

/* ====================== [ End Responsive ] ====================== */
.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: 0.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;
    /* margin-bottom: 100px; */
}

.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: 0.5s;
    transition: 0.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: 0px;
}

.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 {
    /* content: "\f101";*/
    position: absolute;
    left: 0;
    filter: brightness(0) invert(1);
    /*  font-family: Font Awesome\ 5 Free;
    font-weight: 700;*/
    top: 0px;
    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;
}

/*h4.footerhead:before {
    width: 30px;
    height: 30px;
    background: $color__white;
    position: absolute;
    content: '';
    opacity: .1;
    border-radius: 50%;
    left: -12px;
}*/
.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 0px;
}

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

.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: 0.3;
}

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

.footer-half .copyright ul li:last-child {
    padding-right: 0px;
}

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

/*For Brands Css Start*/
.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;
}

/*For Brands Css Ends*/
@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) {
    /* margin-top:0; */
    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;
    }
}

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

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

@media only screen and (max-width: 1024px) {
    .typing-sec .valign.darkcolor {
        padding: 60px 40px 60px !important;
    }

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

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

@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: 0px;
        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 60px !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: 0px 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: 0px;
    }

    .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-bottom: 20px !important;
        margin: 0 0 40px;
    }

    .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 60px !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 9px;
}

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

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

@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;
    }
}

#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 30px;
    border-radius: 18px;
    font-size: 24pt;
    margin-top: 30px;
    color: #fff;
    font-weight: 700;
    transition: all 0.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 0.3s;
}

#contact .btn:hover {
    background: #ff578c;
    border: none;
    color: white;
}

.rounded-section {
    color: white;
    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: white;
}

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

.rounded-sections {
    color: white;
    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: white;
}

.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 0.3s all;
}

footer .contactlist span a:hover {
    color: #ff578c;
}

footer .footerlist a {
    transition: ease 0.3s all;
}

footer .footerlist a:hover {
    color: #ff578c;
}

footer svg.mail {
    fill: white;
    height: 30px;
    width: 20px;
    margin-right: 10px;
}

footer .socialicon svg.icon {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    fill: #7e2ecc;
    transition: ease 0.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: white;
}

.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: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 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: 0px;
    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;
}

/*# sourceMappingURL=style.css.map */
/*Css Start*/
.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: 0px 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;
}

/*Css Ends*/
.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;
    text-shadow: 1px 1px 4px #006585;
}

.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: 15px 15px;
    background-color: #1FBFF0;
    color: #fff;
    border-color: transparent;
}
.pageLoad select.form-control {
    height: 45px !important;
}

.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 0.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 0.3s;
}

.pageLoad .btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #2E37A9
}

.infoicon {
    font-size: 12px;
    position: relative;
    top: -2px;
    display: inline;
    color: #667cfc;
}

/* Container Tooltip */
.tooltipinfo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    left: 3px;
}

/* Style text tooltip */
.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;
    /*width: 250px;*/
    border: 1px solid #e7e7e7;
    font-family: "Aller";
    line-height: 18px;
    max-width: 290px;
    min-width: 290px;
    word-break: break-word;
    display: none
}

/*  Membuat dan style tip*/
.tooltipText::after {
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: #e7e7e7 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 40%;
    margin-left: 5%;
}

/* Hover text tooltip */
.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;
}


/*button.btn.circle.btn-theme.effect.btn-md.interestbtn {
    display: none !important;
}
button.btn.circle.btn-theme.effect.btn-md{
   display: none !important;
}*/
.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: 0.8rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    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 black;
    position: absolute;
    top: 13px;
    right: -22px;
    padding-left: 39px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    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;
}

.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 {
    font-size: 14px;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #007509;
}

.fixBox .send-bulk-active-main .cancel_bulk_message {
    font-size: 14px;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #d80000;
}

.fixBox .bulk-btn i {
    margin-right: 4px;
}

.dropzone .dz-preview .dz-error-message{
    opacity: 1 !important;
    width: 180px !important;
    z-index: 1 !important;
    padding: 4px 10px !important;
    background: #fff0 !important;
    color: red !important;
    font-weight: 600;
    margin: 16px 5px !important;
    font-size: 11px;
    margin-top: 5px !important;
}
.dropzone .dz-preview .dz-error-message:after{
    display: none !important;
}
.dropzone .dz-preview{
     margin-bottom: 30px !important;
}
.brand_profile{
    padding: 20px !important;
}
.brand_profile .dz-preview{
    margin-bottom: 55px !important;
}
.dropzone{
 padding-top: 0px !important;
}
#campaign_body_1{
    position: relative;
}
#campaign_body_1 a.btn{
    margin-top: -16px !important;
    right: 0px;
}
.ln-22 {
    line-height: 22px;
}
.video-tutorial {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-tutorial iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ibtn {
    background: url(../images/ibtn.png) no-repeat center;
    height: 17px;
    width: 17px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}
.tooltip-inner {
    max-width: 450px;
    text-align: left;
}
@media screen and (max-width: 400px) {
    .dropzone .dz-preview .dz-error-message{
        opacity: 1 !important;
        width: 300px !important;
        z-index: 1 !important;
        padding: 4px 10px !important;
        margin-top: 5px !important;
        zoom: 1;
        margin-left: -28px !important;
    }
}
@media screen and (max-width: 355px) {
    .dropzone .dz-preview .dz-error-message{
        width: 260px !important;
    }
} 

.datepicker-days, .datepicker-months, .datepicker-years, .datepicker-decades, .datepicker-centuries {
    padding: 15px;
}
.datepicker td, .datepicker th {
    height: 30px;
    width: 40px;
}
.modal.pageLoad .modal-dialog {
    max-width: 800px !important;
}

.pageLoad .select2, #pageLoad .selection {
    width: 100% !important;
}
.pageLoad .select2-container .select2-selection--multiple {
    min-height: 45px !important;
    padding: .375rem .75rem !important;
}
.pageLoad .form-control {
    height: 45px !important;
}
.pageLoad .select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.pageLoad .select2-container .select2-selection--multiple .select2-selection__rendered {
    /*display: inline-block;*/
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
}
.pageLoad .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px;
    margin-bottom: 3px;
    background: #1FBFF0;
    border-color: #1FBFF0;
}
.pageLoad .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    border-color: #fff;
}
.pageLoad .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background: #1FBFF0;
}
.pageLoad .select2-search {
    /*display: none;*/
    width: 100%;
}
.pageLoad .select2-selection__clear {
    display: none;
}
.pageLoad .select2-selection--clearable .select2-search--inline {
    display: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
    line-height: 17px;
}
.pageLoad #gender_other:focus{
    box-shadow: 0 0 0 2px #2f38a9;
}