@font-face {
    font-family: 'neuropolitical';
    src: url('../neuropoliticalfont/neuropolitical_rg-webfont.eot');
    src: url('../neuropoliticalfont/neuropolitical_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../neuropoliticalfont/neuropolitical_rg-webfont.woff2') format('woff2'),
         url('../neuropoliticalfont/neuropolitical_rg-webfont.woff') format('woff'),
         url('../neuropoliticalfont/neuropolitical_rg-webfont.ttf') format('truetype'),
         url('../neuropoliticalfont/neuropolitical_rg-webfont.svg#neuropoliticalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.grecaptcha-badge {
    display: none !important;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Source Sans Pro', sans-serif;
}

:root {
    --color-default: #7b3192;
    --color-primary: #574fa1;
    --color-secondary: #f5f4f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Heebo, sans-serif;                                         
}

p,
a {
    font-family: 'Source Sans Pro', sans-serif;
}

p {
    font-size: 17px;
}

.container-fluid {
    padding-left: 90px !important;
    padding-right: 90px !important;
    max-width: 1920px;
}

@media (max-width: 991px) {
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

.navbar {
    background-color: #fdfefd !important;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 24%);
    padding: 0;
}

.navbar .contact-sec a {
    color: #7b3192;
    text-decoration: none;
    font-weight: 700;
}

/*breadcrumbs css*/
.breadcrumbs 
{
    box-shadow: 0px 2px 10px rgb(0 0 0 / 9%);
}
.breadcrumb-link
{
    padding: 20px 0;
}
.breadcrumb-link a
{
    margin-left: 2.5rem;
    font-size: 14px;
    font-weight: 400;
    color: #47464A;
}
.breadcrumb-link a:hover
{
    color: #00205b;
    text-decoration: none;
}
.breadcrumb-link a:first-child
{
     margin-left: 0px;
}
.breadcrumb-link a:last-child
{
    font-weight: 600;
    color: #00205B;
}
.breadcrumb-link a:first-child:before
{
    display: none;
}
.breadcrumb-link img
{
    margin-top: -4px;
}
.breadcrumb-link a:before
{
     content: "";
    background-image: url(../images/right-crumbs.png);
    position: absolute;
    width: 7px;
    height: 12px;
    margin-top: 5px;
    margin-left: -24px;
}

#hero {
    width: 100%;
    height: 70vh;
    background: url(../images/Qualifide-Cover-Banner.png) top center;
    background-size: cover;
    position: relative;
}

#hero h1 {
    font-size: 80px;
    letter-spacing: 10px;
    /*filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));*/
    /*text-shadow: 0.35rem 0.35rem 0.4rem rgb(0 0 0 / 50%);*/
    text-shadow: 2px 3px 10px #000000;
    color: #fff;
    font-family: 'neuropolitical', sans-serif !important;
    font-weight: normal;
}

#hero h4 {
    font-size: 30px;
    color: var(--color-default);
     font-family: 'neuropolitical', sans-serif !important;
    font-weight: normal;
}

#hero:before {
    content: "";
    /*background: rgba(0, 0, 0, 0.4);*/
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container-fluid {
    padding-top: 72px;
}

@media (max-width: 991px) {
    #hero .container-fluid {
        padding-top: 62px;
    }

    #hero h1 {
        font-size: 50px;
        letter-spacing: 3px;
    }

    #hero h4 {
        font-size: 25px;
         font-family: 'Source Sans Pro', sans-serif !important;
    color: #fff;
    font-weight: unset;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
    }

    .service-offering-description {
        padding: 25px 25px 30px 25px !important;
    }

    .service-video-sec span {
        margin-left: 0px !important;
    }
    .service-video-sec:before
    {
        background: none !important;
    }
}

.brief-description p span {
    color: var(--color-default);
    font-weight: 700;
}


/*--------service offering section-------*/
.service-offering-left {
    background: #5B53A4;
    color: #fff;
    border-radius: 0px 20px 20px 0px;
}
.service-offering-description .col-6{
   margin-bottom: 10px;
}
.components
{
    border: 2px solid #fff;
    padding: 10px 5px;
    border-radius: 10px;
    height:  100%;
    margin-bottom: 10px;
}

.service-offering-left p {
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding-left: 10px;
}

.service-offering-right {
    /*background: var(--color-secondary);*/
    border-radius: 20px 0px 0px 20px;
    background-image: url(../images/video-bg.png);
    background-size: cover;
}

.service-offering-description {
    padding: 25px 25px 30px 90px;
    /*text-align: center;*/
}

.service-offering-description h3 {
    text-align: center;
}

.service-offering h3 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.service-video {
    padding: 30px 50px 30px 40px;
}

.service-video a {
    color: var(--color-default);
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}

.service-video-sec {
    background-image: url(../images/video-bg.png);
    background-size: cover;
    width: 100%;
    border-radius: 20px;
}
.service-video-sec:before
         {
            content: "";
     background: rgba(0, 0, 0, 0.1); 
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
         }
.service-video-sec .video-main{
    height:  100%;
}
.service-video-sec img{
    max-height: 351px;
}
.service-video-sec span {
    background: #574FA2;
    color: #fff;
    padding: 10px;
    position: absolute;
    border-radius: 20px 0px 20px;
    margin-left: -14px;
    font-size: 24px;
    font-weight: bold;
    z-index: 99;
}

.service-offering .play-btn {
    z-index: 99;
    width: 94px;
    height: 94px;
    background: radial-gradient(#fff 50%, rgba(13, 66, 255, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.service-offering .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(13, 66, 255, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.service-offering .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--color-primary);
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.service-offering .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

.service-offering .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*---------------key trends section---------*/
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.key-trends {
    background-color: #E8F3F5;
    background-size: cover;
    border-radius: 20px;
    padding: 30px 60px;
}

.key-trends h3,
.report h3 {
    font-size: 26px;
    color: var(--color-primary);
    font-weight: 600;
}

.testimonial-auther {
   text-align: right;
}
.testimonial
{
   
}
.owl-theme .owl-nav.disabled + .owl-dots
{
    margin-top: 0px !important;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 2px 2px !important;
    width: 7px !important;
    height: 7px !important;
    transition: transform .2s;
    background: var(--color-default) !important;
    font-size: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-primary) !important;
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

button:focus {
    outline: 0px !important;
}

@media (max-width: 991px) {
    .owl-item {
        height: 0;
    }

    .owl-item.active {
        height: auto;
    }

    .key-trends {
      
       
        padding: 25px 30px !important;
    }

    .report-padding {
        margin-top: 30px;
    }

    .service-offering-left {
        border-radius: 0px !important;
    }

    .service-offering-right {
        border-radius: 0px !important;
    }

    .service-video-sec {
        margin-top: 30px;
    }
}

.video-content {
    margin-top: 0%;
}

.video-content h3 {
    color: #004783;
    font-size: 30px;
}

.video-content p {
    font-size: 20px;
    font-weight: bold;
}

@media (min-width: 1920px) {
    .video-content {
        margin-top: 0%;
    }
}

.quotes {
    font-size: 19px;
}

.report-sec {
    border: 2px solid var(--color-primary);
    padding: 30px;
    border-radius: 20px;
}

.sample-report-png {
    border: 2px solid var(--color-primary);
    padding: 20px;
    border-radius: 20px;
}

.report-padding {
    /*padding-right: 60px;*/
}

.report-sec ul {
    list-style: none;
    padding-left: 0;
}

.report-sec ul li:before {
    content: "";
    background-image: url(../images/rectangle.png);
    position: absolute;
    width: 20px;
    height: 19px;
    left: 0;
    top: 3px;
}

.report-sec ul li {
    position: relative;
    padding-left: 30px;
    margin: 15px 0;
}

.owl-theme .owl-nav {
    text-align: left;
    margin-top: 0px;
}
.gdesc-inner
{
    display: none !important;
}


/*---------footer section----------*/
.credits a:hover {
    text-decoration: none;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 47px;
    bottom: 55px;
    z-index: 996;
    background: #636E79;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    transition: all 0.4s;
}

@media only screen and (max-width: 600px) {
    .back-to-top {
        right: 16px;
        bottom: 72px;
    }

}

@media (max-width: 991px) {
    .expand-li {
        display: none !important;
    }

    #demo,
    #demo1 {
        display: block;
    }

    #footer .footer-top .footer-links {
        margin-bottom: 15px !important;
    }
}

.show-less,
.show-more {
    color: #fff;
}

.show-less:hover,
.show-more:hover {
    /*color: #FF7648;*/
    color: #fff;
}

.expand-li {
    padding: 8px 0;
}

.back-to-top i {
    font-size: 20px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: var(--color-default);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

#footer {
    background: #4a5562;
    padding: 0 0 15px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
    background: #515d6a;
    padding: 40px 0 0px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: var(--color-default);
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-top: 10px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0px 0 0 0;
    margin: 0;
}

#footer .footer-top .footer-links .sub-ul {
    padding: 0 0 0 0 !important;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 25px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.chervan-expand-icon {
    font-size: 30px !important;
}

#footer .footer-top .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    /*color: #FF7648;*/
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    padding-top: 15px;
}

#footer .credits {
    padding-top: 15px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.show-less {
    display: none;
}

a[aria-expanded="true"] .show-less {
    display: block;
}

a[aria-expanded="true"] .show-more {
    display: none;
}

#footer .credits a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    font-weight: 600;
    padding-right: 10px;
}

#footer .credits a:hover {
    /*color: #FF7648;*/
    color: #fff;
}


/*popup form style*/
span.error_text {
    color: #ea5e2a;
    font-size: 12px;
}

label {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 0.5rem;
    pointer-events: none;
}

label {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 0.5rem;
    position: absolute;
    top: 11px;
    left: 10px;
    background: #fff;
}

.invalid-fields+label,
.valid-fields+label {
    font-size: 12px;
    top: -12px !important;
}

.main-banner .banner-button .form-group .btn-primary {
    width: 100% ! important;
}

.form-control.invalid-fields+label {
    top: -10px;
    left: 14px;
    font-size: 12px ! important;
    position: absolute;
}

input:focus+label {
    top: -10px;
    left: 10px;
    position: absolute;
    font-size: 12px ! important;
    transition: 0.25s ease-in-out;
    color: #007EFC;
}

.form-control.invalid-fields+label {
    color: #F0320B;
}

.form-control.invalid-fields,
.form-control.invalid-fields:active,
.form-control.invalid-fields:focus,
.form-control.invalid-fields:hover {
    border-color: #F0320B ! important;
}

.form-control {
    font-size: 14px;
    border: 1px solid #ADADAD;
    height: 48px;
    transition: 0.25s ease-in-out;
    border-radius: 4px;
}

.modal-contact-form {
    max-width: 400px !important;
}

.modal-header {
    border-bottom: none;
    padding: 0;
}

.modal-header .close {
    margin: 0rem 0rem -1rem auto
}

.form-border a.web-bold {
    font-size: 22px;
}

.form-control:focus {
    border: 1px solid #007EFC;
}

.form-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.form-border .btn-primary {
    line-height: 1.5;
    width: 100%;
}

.form-border .back-to-form {
    width: 100%;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: var(--color-default);
    border-color: var(--color-default);
    border-radius: 10px;
    min-width: 247px;
}

.btn:hover {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff !important;
}

.btn:not(:disabled):not(.disabled).active {
    background-color: #00205b !important;
    border-color: #00205b !important;
    color: #fff !important;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.material-icons,
.close:not(:disabled):not(.disabled):focus {
    outline: none;
}

span.privacy-policy {
    padding-left: 5px;
    color: #0D308A;
}

.form-group {
    margin-bottom: 30px;
}

span.star {
    color: #F0320B;
}

.form-section .failed {
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    border-radius: 0;
}

.form-section {
    position: relative;
}

.form-section .close {
    position: absolute;
    top: 20px;
    right: 20px;
    outline: none;
}

.form-section .failed h4 {
    font-size: 20px;
    line-height: 1.5;
}

.form-section a {
    /*color: #4472c4;*/
    font-size: 16px;
}

input[type=checkbox] {
    cursor: pointer;
}

.main-banner_content .form_section h3 {
    font-size: 25px;
}

sup {
    color: #F0320B;
}

span.checkmark {
    font-size: 15px;
}

.form_transition.form-group {
    position: relative;
}

/*end of popub form*/


@media(max-width: 1160px)
{
    .components {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    }
    .service-offering-left p{
        font-size: 16px;
    }
}