/*neuro-marketing*/
.neuro-blog .box-content1 h3 {
    direction: rtl;
    font-size: 14px !important;
    color: #565656;
    text-align: center;
    line-height: 1.8;
}

.neuro-blog .box-blog .img-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 200px;
    border-radius: 10px;
}

.title-border-neuro h3 {
    border-bottom: 2px solid #134ac3;
}

.neuro-blog .box-content1 a:hover h3 {
    color: #2859c3;
}

.title-border-neuro h3 {
    margin-bottom: -1px;
}

.title-border-neuro {
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.title-border-neuro .more {
    font-size: 14px;
    color: #134ac3;
    font-weight: bold;
}


/*market-research*/
.market-research-dir {
    direction: rtl;
    text-align: right;
    line-height: 1.8;
    font-size: 14px;
}

.text-marketing h2, .text-marketing h4, .text-marketing h5, .text-marketing h3 {
    color: #2c64a0;
}

.market-research {
    background: #1b427e;
    color: #ffffff;
    text-align: center;
}
.market-research1 {
    background: url(../images/research.png) no-repeat;
}
.creativitystudio1 {
    background: url(../images/video-camera.png) no-repeat;
}
.celebrity1 {
    background: url(../images/autograph-collection.png) no-repeat;
}
.neuromarketing1 {
    background: url(../images/idea.png) no-repeat;
}

.market-research1 , .creativitystudio1
, .celebrity1 , .neuromarketing1 {
    background-size: 25%;
    height: 250px;
    background-position: center;
}

.social-links a {
    font-size: 15px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 32px;
    height: 32px;
}

.marketing-carousel h6 {
    font-size: 13px;
}

.items-marketing {
    list-style: none;
}

.market-research-dir .servicesBox {
    padding-top: 95px !important;
}

.market-research-dir .servicesBox .read-more {
    padding: 5px 10px !important;
    left: 20% !important;
}

.market-research-dir .servicesBox .service-icon {
    line-height: 280px !important;
}

.market-research-dir .servicesBox .title {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 60px !important;
}

.offset-right1 {
    margin-right: 8.333333%;
}

@media (max-width: 767px) {
    .market-research1 , .celebrity1 , .creativitystudio1,
    .neuromarketing1 {
        display: none;
    }
}

/*celebrity*/

.blink-celebrity {
    text-shadow: 1px 1px 5px #3F51B5, 0 0 1px #216f92, 0 0 10px #116b94;
    animation: blink1 3s linear infinite;
}

.celebrityForm .form-control {
    font-size: 14px !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 400px !important;
    }
}

@keyframes blink1 {
    0% {
        opacity: 0.65;
    }
    25% {
        opacity: 0.75;
    }
    75% {
        opacity: 0.85;
    }
    100% {
        opacity: 1;
    }
}

/*public*/
.blink-image {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #448811;
        -webkit-box-shadow: 0 0 3px #70bb37;
    }
    50% {
        background-color: #448811;
        -webkit-box-shadow: 0 0 40px #70bb37;
    }
    100% {
        background-color: #448811;
        -webkit-box-shadow: 0 0 3px #70bb37;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #448811;
        -moz-box-shadow: 0 0 3px #70bb37;
    }
    50% {
        background-color: #448811;
        -moz-box-shadow: 0 0 40px #70bb37;
    }
    100% {
        background-color: #448811;
        -moz-box-shadow: 0 0 3px #70bb37;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #448811;
        box-shadow: 0 0 3px #70bb37;
    }
    50% {
        background-color: #448811;
        box-shadow: 0 0 40px #70bb37;
    }
    100% {
        background-color: #448811;
        box-shadow: 0 0 3px #70bb37;
    }
}

@keyframes glowing {
    0% {
        background-color: #448811;
        box-shadow: 0 0 3px #70bb37;
    }
    50% {
        background-color: #448811;
        box-shadow: 0 0 40px #70bb37;
    }
    100% {
        background-color: #448811;
        box-shadow: 0 0 3px #70bb37;
    }
}

.blink-moreinfo {
    -webkit-animation: glowing1 1500ms infinite;
    -moz-animation: glowing1 1500ms infinite;
    -o-animation: glowing1 1500ms infinite;
    animation: glowing1 1500ms infinite;
}

@-webkit-keyframes glowing1 {
    0% {
        background-color: #173880;
        -webkit-box-shadow: 0 0 3px #70bb37;
    }
    50% {
        background-color: #173880;
        -webkit-box-shadow: 0 0 40px #70bb37;
    }
    100% {
        background-color: #173880;
        -webkit-box-shadow: 0 0 3px #70bb37;
    }
}

@-moz-keyframes glowing1 {
    0% {
        background-color: #173880;
        -moz-box-shadow: 0 0 3px #70bb37;
    }
    50% {
        background-color: #173880;
        -moz-box-shadow: 0 0 40px #70bb37;
    }
    100% {
        background-color: #173880;
        -moz-box-shadow: 0 0 3px #70bb37;
    }
}

@-o-keyframes glowing1 {
    0% {
        background-color: #173880;
        box-shadow: 0 0 15px #4f6cad;
    }
    50% {
        background-color: #173880;
        box-shadow: 0 0 40px #4f6cad;
    }
    100% {
        background-color: #173880;
        box-shadow: 0 0 3px #4f6cad;
    }
}

@keyframes glowing1 {
    0% {
        background-color: #173880;
        box-shadow: 0 0 5px #4f6cad;
    }
    50% {
        background-color: #173880;
        box-shadow: 0 0 30px #4f6cad;
    }
    100% {
        background-color: #173880;
        box-shadow: 0 0 3px #4f6cad;
    }
}

.filter-search {
    background-color: #f2f2f2;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 2rem
}

.filter-search .filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em
}

.filter-search .divider {
    flex: 0 0 100%;
    margin: 5px 0
}

.filter-search .search .form-control {
    display: inline-block;
    width: 300px
}

.filter-search .btn {
    background-color: transparent;
    border: 1px solid #999;
    outline: none !important;
    box-shadow: initial !important;
    min-width: 70px
}

.filter-search .btn:hover {
    border-color: #173880;
    color: #173880
}

.filter-search .btn.is-checked {
    border-color: #2a4a85;
    background-color: #2a4a85;
    color: #fff
}

.result-filter .tabs h3 {
    padding: .75rem;
    font-size: 17px;
    margin: 0;
    color: #333;
    text-align: center
}

.result-filter .grid {
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-bottom: 0
}

.result-filter li {
    list-style: none;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    position: relative
}

.result-filter a, .result-filter span {
    display: inline-block;
    vertical-align: middle
}

.result-filter .count {
    width: 40px;
    text-align: center;
    line-height: 43px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: #333
}

.result-filter .count:before {
    content: '';
    border: 30px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.frame {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden
}
.result-filter .frame {
    padding-bottom: 0;
    width: 130px;
    height: 130px;
    border-radius: 5px
}

.result-filter .like {
    position: absolute;
    bottom: 15px;
    left: 15px;
    text-align: left;
    line-height: 22px
}

.result-filter .like div:first-child {
    margin-bottom: 5px
}

.result-filter .like span, .result-filter .like .fa {
    vertical-align: middle
}

.result-filter .like span {
    font-weight: normal;
    font-size: 14px;
}

.result-filter .like .fa {
    cursor: pointer;
    font-size: 14px;
    opacity: 0.7;
    margin-right: 5px
}

.result-filter .like .fa:hover {
    opacity: 1
}

.result-filter .like .fa-thumbs-up {
    color: green
}

.result-filter .like .fa-thumbs-down {
    color: red
}

.result-filter h3.style-1 {
    background-color: #fa5959;
    border-bottom-color: #fa5959
}

.result-filter .style-1 .grid {
    border-color: #fa5959
}

.result-filter .style-1 li {
    border-bottom-color: #fa5959
}

.result-filter .style-1 .count:before {
    border-top-color: #fa5959;
    border-left-color: #fa5959
}

.result-filter h3.style-2 {
    background-color: #fff568;
    border-bottom-color: #fff568
}

.result-filter .style-2 .grid {
    border-color: #fff568
}

.result-filter .style-2 li {
    border-bottom-color: #fff568
}

.result-filter .style-2 .count:before {
    border-top-color: #fff568;
    border-left-color: #fff568
}

.result-filter h3.style-3 {
    background-color: #d7d7d7;
    border-bottom-color: #d7d7d7
}

.result-filter .style-3 .grid {
    border-color: #d7d7d7
}

.result-filter .style-3 li {
    border-bottom-color: #d7d7d7
}

.result-filter .style-3 .count:before {
    border-top-color: #d7d7d7;
    border-left-color: #d7d7d7
}

@media screen and (max-width: 991px) {
    .result-filter {
        padding: 0 15px;
        position: relative;
        width: 400px;
        max-width: 100%;
        margin: 0 auto
    }

    .text-marketing h3 {
        font-size: 14px !important;
    }

    .result-filter.active-style-1 .tabs {
        border-bottom: 1px solid #fa5959
    }

    .result-filter.active-style-1 .tabs .style-1 {
        background-color: #fa5959;
        border-bottom-color: #fa5959;
        color: #333
    }

    .result-filter.active-style-1 .contents .style-1 {
        z-index: 2;
        opacity: 1
    }

    .result-filter.active-style-1 .contents .style-1 .grid {
        border-color: #fa5959
    }

    .result-filter.active-style-1 .contents .style-1 li {
        border-bottom-color: #fa5959
    }

    .result-filter.active-style-1 .contents .style-1 .count:before {
        border-top-color: #fa5959;
        border-left-color: #fa5959
    }

    .result-filter.active-style-2 .tabs {
        border-bottom: 1px solid #fff568
    }

    .result-filter.active-style-2 .tabs .style-2 {
        background-color: #fff568;
        border-bottom-color: #fff568;
        color: #333
    }

    .result-filter.active-style-2 .contents .style-2 {
        z-index: 2;
        opacity: 1
    }

    .result-filter.active-style-2 .contents .style-2 .grid {
        border-color: #fff568
    }

    .result-filter.active-style-2 .contents .style-2 li {
        border-bottom-color: #fff568
    }

    .result-filter.active-style-2 .contents .style-2 .count:before {
        border-top-color: #fff568;
        border-left-color: #fff568
    }

    .result-filter.active-style-3 .tabs {
        border-bottom: 1px solid #d7d7d7
    }

    .result-filter.active-style-3 .tabs .style-3 {
        background-color: #d7d7d7;
        border-bottom-color: #d7d7d7;
        color: #333
    }

    .result-filter.active-style-3 .contents .style-3 {
        z-index: 2;
        opacity: 1
    }

    .result-filter.active-style-3 .contents .style-3 .grid {
        border-color: #d7d7d7
    }

    .result-filter.active-style-3 .contents .style-3 li {
        border-bottom-color: #d7d7d7
    }

    .result-filter.active-style-3 .contents .style-3 .count:before {
        border-top-color: #d7d7d7;
        border-left-color: #d7d7d7
    }

    .result-filter .tabs {
        width: 371px;
        max-width: 100%;
        border-top: 15px solid #fff
    }

    .result-filter .tabs .row {
        margin: 0
    }

    .result-filter .tabs .col-4 {
        padding: 0
    }

    .result-filter .tabs h3 {
        font-size: 1.22em;
        line-height: 50px;
        padding: 0;
        cursor: pointer;
        background-color: #999;
        color: #eee;
        border-left: 1px solid #eee
    }

    .result-filter .contents {
        height: 0
    }

    .result-filter .contents .col-lg-4 {
        position: absolute !important;
        top: 100%;
        left: 0;
        right: 0;
        border-color: #999;
        z-index: 1;
        opacity: 0
    }

    .result-filter.fixed-mobile .tabs {
        position: fixed;
        top: 0;
        /*left: 50%;*/
        transform: translateY(50%);
        text-align: center;
        z-index: 9
    }

    .result-filter.fixed-mobile .contents .grid {
        margin-top: 66px
    }
}

@media screen and (min-width: 768px) {
    .filter-search .divider {
        margin: 0 15px 0 0;
        padding-right: 15px;
        line-height: 30px;
        flex: initial;
        border-right: 1px solid #cacaca
    }

    .filter-search .btn {
        min-width: 50px
    }
}

@media screen and (min-width: 992px) {
    .special-title {
        padding-right: 0;
        border-right: 0;
        width: 125%
    }

    .special-title .title {
        font-size: 2.4em
    }
}


.special-title .square {
    position: absolute;
    top: -1px;
    right: 0;
    border: 1px solid #7e7e7e;
    background-color: #fff;
    line-height: 25px;
    color: #7e7e7e;
    padding: 0 12px;
    z-index: 3;
    margin-top: -14px
}

.special-title .title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.8;
    margin: 0.5em 0
}

.special-title {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    padding: 15px;
    position: relative;
    margin: 30px 0
}

@media screen and (min-width: 1200px) {
    .filter-search {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .filter-search .filter {
        margin-bottom: 0
    }

    .filter-search .search .form-control {
        width: 200px
    }
}

@media screen and (max-width: 460px) {
    .caption1-marketing {
        font-size: 24px !important;
    }

    .caption2-marketing, .caption3-marketing {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 375px) {
    .filter-search .btn {
        min-width: auto !important;
    }

    .filter-search .search .form-control {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .step-branding .servicesBox .service-icon img {
        width: 25% !important;
    }
}

.frame {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden
}

.frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: 0
}

.celebrity-services .result-filter.active-style-1 {
    margin-bottom: 50px;
}

/*.res-celebrity, #groupmember, footer.bg-section,*/
/*.footer-links-home, #copyright, .sticky-wrapper {*/
/*    display: none;*/
/*}*/

@media (min-width: 992px) and (max-width: 1199px) {
    .market-research-dir .servicesBox .read-more {
        left: 10% !important;
    }

    .market-research-dir .servicesBox .title {
        margin-top: 20px;
    }

    .feature-number {
        right: 5px !important;
    }

}

@media (min-width: 576px) and (max-width: 991px) {
    .offset-right1 {
        margin-right: 0;
    }

    .market-research-dir .servicesBox .read-more {
        left: 25% !important;
    }

    .market-research-dir .servicesBox .title {
        margin-top: 20px;
        margin-bottom: 25px !important;
    }
}

@media (max-width: 575px) {
    .offset-right1 {
        margin-right: 0;
    }

    .market-research-dir .servicesBox .read-more {
        left: 35% !important;
    }

    .market-research-dir .servicesBox .title {
        margin-top: 20px;
        margin-bottom: 25px !important;
    }

    .feature-after:before {
        height: 0 !important;
    }

    .feature-number {
        right: 35px !important;
        top: -15px !important
    }
}

/*creativitystudio*/

.items-marketing.studio-item {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.feature-item:nth-child(1) .feature-after:before {
    left: -78.5px !important;
}

.feature-after:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 50px;
    height: 5px;
    width: 100%;
    background: #08427f;
}

.feature-item:nth-child(5) .feature-after:before {
    right: -78.5px !important;
}

.home-post {
    box-shadow: 0 10px 55px 15px rgba(137, 173, 255, 0.25);
    border-radius: 20px;
    height: 100%;
}

.home-post p {
    text-align: justify !important;
}


.main-timeline {
    font-family: 'PT Sans', sans-serif;
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    margin: 0 -15px;
}

.main-timeline .timeline-content {
    color: #173880;
    text-align: center;
    display: block;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-year {
    font-size: 40px;
    font-weight: 600;
    padding: 0 0 15px;
    margin: 0 0 60px;
    border-bottom: 3px solid #555;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline-year:before,
.main-timeline .timeline-year:after {
    content: '';
    background: radial-gradient(#fff, #EA2027, #EA2027);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -10px;
}

.main-timeline .timeline-year:after {
    background: #555;
    height: 55px;
    width: 3px;
    border-radius: 0;
    bottom: -55px;
    z-index: -1;
}

.main-timeline .inner-content {
    /*background-color: #fff7e2;*/
    /*padding: 20px 10px 10px;*/
    /*margin: 0 10px;*/
    /*box-shadow: 0 0 5px #444;*/
    /*border-radius: 0 0 0 40px;*/
    position: relative;
}

.main-timeline .inner-content:before,
.main-timeline .inner-content:after {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    height: 25px;
    width: 25px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -25px;
}

.main-timeline .inner-content:after {
    background-color: #555;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    top: -20px;
}

.main-timeline .timeline-icon {
    font-size: 40px;
    transition: all 0.3s;
}

.main-timeline .timeline:hover .timeline-icon {
    transform: rotateY(360deg);
}

.main-timeline .title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

/*.main-timeline .timeline.blue .timeline-content, .main-timeline .timeline.blue .timeline-content h3 {*/
/*    color: #1B1464 !important;*/
/*}*/

.main-timeline .timeline.blue .timeline-year:before {
    background: radial-gradient(#fff, #1B1464, #1B1464);
}

/*.main-timeline .timeline.orange .timeline-content, .main-timeline .timeline.orange .timeline-content h3 {*/
/*    color: #EE5A24 !important;*/
/*}*/

/*.main-timeline .timeline.orange .timeline-year:before {*/
/*    background: radial-gradient(#fff, #EE5A24, #EE5A24);*/
/*}*/

/*.main-timeline .timeline.green .timeline-content, .main-timeline .timeline.green .timeline-content h3 {*/
/*    color: #009432 !important;*/
/*}*/

/*.main-timeline .timeline.green .timeline-year:before {*/
/*    background: radial-gradient(#fff, #009432, #009432);*/
/*}*/

/*.main-timeline .timeline.bluep .timeline-content, .main-timeline .timeline.bluep .timeline-content h3 {*/
/*    color: #007bff !important;*/
/*}*/

/*.main-timeline .timeline.bluep .timeline-year:before {*/
/*    background: radial-gradient(#fff, #007bff, #007bff);*/
/*}*/

@media screen and (max-width: 767px) {
    .main-timeline .timeline {
        margin: 0 0 15px;
    }

    .offset-right-2 {
        margin-right: 0;
    }

    .offset1-right {
        margin-right: 0 !important;
    }
}


@media screen and (max-width: 425px) {
    .feature-number {
        right: 25% !important;
        top: -14px !important;
    }

    .feature-image {
        width: 80px !important;
        height: 80px !important;
    }

}
.feature-number {
    right: 20px;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    border-radius: 50%;
    position: absolute;
    background-color: #2c64a0;
}

.feature-number span {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.feature-image {
    background-color: white;
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
    width: 100px;
    height: 100px;
    border: 5px solid #2c64a0;
    border-radius: 50%;
    margin: auto;
}

.feature-describtion {
    color: #2c64a0;
    font-weight: bold;
}

.hoverimg1:nth-child(1) {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.hoverimg1 {
    color: #3a7bc7;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.24);
    background-color: #4a90e21c;
}

.imgbox {
    width: 110px;
    height: 110px;
    padding: 15px;
    border-radius: 50%;
}

.hoverimg1:nth-child(2) {
    background-color: transparent;
}

.hoverimg1:nth-child(3) {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.hoverimg:hover .imgbox, .hoverimg1:hover .imgbox {
    border: 4px solid #007bff08;
    background-color: #007bff47;
}

@media (min-width: 576px) {
    .services-modal .modal-dialog {
        max-width: 800px !important;
    }
}

.step-branding .servicesBox .service-icon {
    line-height: 250px !important;
}

.step-branding .servicesBox {
    padding: 75px 20px 50px !important;
}

.step-branding .servicesBox .read-more {
    padding: 5px 15px !important;
    left: 27% !important;
}

.neuro-blog.banner-research{
  direction: ltr !important;
}
