/* Defult CSS */
@import 'default.css';

/* Topbar start */

.header-top {
    background: linear-gradient(102.92deg, #1b1285 -36.3%, #643088 100%);
}

.topbar {
    text-align: right;
}

.topbar ul {
    padding: 0;
    margin: 0;
}

.topbar ul li {
    display: inline-block;
    padding: 5px 10px;
}

.topbar ul li:last-child {
    display: inline-block;
    padding-left: 0;
}

.topbar ul li a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
}

/* Topbar end */

/*HEADER*/
header {
    background: #ffffff;
    transition: 400ms;
    border-bottom: 2px solid #f0eded;
}

.menubar ul {
    text-align: right;
}

.menubar ul li {
    display: inline-block;
}

.menubar ul li a {
    text-transform: capitalize;
    display: inline-block;
    height: 35px;
    padding: 7px 10px;
    color: var(--bpc);
}

.menubar ul li a.active,
.menubar ul li a:hover {
    border-bottom: 2px solid black;
    font-weight: 600;
}

.mobile-menu ul li.active,
.mobile-menu ul li:hover {
    background: #e9ecef;
}

.menubar .login-menu {
    background: linear-gradient(102.92deg, #1b1285 -36.3%, #643088 100%);
    color: var(--wc);
    border-radius: 5px;
}

/*HEADER*/

/*MOBILE MENU*/

/*ACCORDION CUSTOM*/
.mobile-logo img {
    width: 150px;
    padding: 10px 0;
    margin-left: 10px;
}

.mobile-logo i {
    font-size: 20px;
    float: right;
    margin: 5px 20px;
    color: var(--pc);
    cursor: pointer;
    padding: 5px;
}

.mobile-logo i:hover {
    color: var(--sc);
}

.custom.accordion-button {
    text-transform: capitalize;
    font-size: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: var(--pc);
    font-weight: 400;
}

.custom.accordion-button:hover {
    color: var(--sc);
}

.custom.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #ccc;
}

.custom.accordion-button:not(.collapsed) {
    color: var(--sc);
    background: var(--rc);
    -webkit-transform: none;
    transform: none;
    font-weight: 400;
}

.custom.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: '\f068';
    font-family: 'FontAwesome';
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.none.accordion-button:not(.collapsed)::after {
    content: none;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.custom.accordion-button::after {
    background-image: none;
    content: '\f067';
    font-family: 'FontAwesome';
}

.none.accordion-button::after {
    content: none;
}

.custom.accordion-body {
    padding: 0 0px;
}

.custom.accordion-body ul {
    padding: 0;
    margin: 0;
}

.custom.accordion-body ul li {
    list-style: none;
    padding: 8px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom.accordion-body ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--pc);
    font-weight: 400;
    display: inline-block;
    margin-left: 40px;
}

.custom.accordion-body ul li a i {
    font-size: 10px;
    margin-right: 5px;
}

.custom.accordion-body ul li:hover {
    color: var(--wc);
    background: var(--rc);
}

.custom.accordion-body ul li:hover a {
    color: var(--sc);
}

.custom.accordion-item a {
    text-decoration: none;
}

.accordion-button.custom i {
    padding: 0 10px;
}

/*ACCORDION CUSTOM END*/

.mobile-menu {
    width: 265px;
    position: fixed;
    left: -380px;
    top: 0;
    z-index: 1030;
    background: var(--wc);
    height: 100%;
    overflow: auto;
    transition: 0.4s;
    padding: 10px 0;
}

#mobileOverlay {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(101, 41, 145, 0.71);
    z-index: 1025;
    cursor: pointer;
}

.mobileAdd {
    left: 0 !important;
}

.mobile-overlay {
    position: inherit !important;
}

/*MOBILE MENU END*/

/* Banner part start */

/*.banner-part {*/
/*    background-image: url(../img/photos/banner-bg.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*    display: block;*/
/*    position: relative;*/
/*    padding-bottom: 50%;*/
/*background-size: 100%;*/
/*}*/

/*.banner-part .content {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    width: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

/*.banner-part .content h1 {*/
/*    color: #FFFFFF;*/
/*    font-weight: bold;*/
/*    font-size: 65px;*/
/*    line-height: 70px;*/
/*}*/

/*.banner-part .content p {*/
/*    color: #FFFFFF;*/
/*    margin-bottom: 70px;*/
/*    font-size: 19px;*/
/*    line-height: 28px;*/
/*    letter-spacing: .5px;*/
/*}*/

/*.banner-part .content .get-started-btn {*/
/*    display: inline-block;*/
/*    font-weight: 600;*/
/*    font-size: 20px;*/
/*    line-height: 36px;*/
/*    padding: 7px 25px;*/
/*    color: #FFFFFF;*/
/*    border-radius: 100px;*/
/*    border: 1px solid #FFFFFF;*/
/*    transition: .52s ease;*/
/*}*/

/*.banner-part .content .get-started-btn:hover {*/
/*    color: #000000;*/
/*    background: #FFFFFF;*/
/*}*/

/* Focus point start */

.focus-point {
    background-color: #ffffff;
}

.focus-point .card {
    background: #ffffff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border: none;
    height: 190px;
}

.focus-point img {
    width: 70px;
    margin: auto;
    height: 70px;
}

.focus-point h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}

.focus-point .content h6 {
    font-size: 24px;
    line-height: 9px;
    font-weight: 400;
    color: #000000;
}

.focus-point .content h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 67px;
    color: #060050;
}

.focus-point .content p {
    line-height: 30px;
    color: #555555;
    font-size: 19px;
}

/*COUNT SECTION*/
.count-section {
    background: var(--gb);
    text-align: center;
}

.count-section span {
    font-size: 50px;
    font-weight: 600;
    color: #00fff0;
}

.count-section p {
    font-size: 24px;
    font-weight: 600;
    color: var(--wc);
    margin: 0;
    padding-top: 10px;
}

/*COUNT SECTION*/
.research-banner {
    background: url('../img/marketing/banner.png');
    position: relative;
    color: #fff;
}

.research-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

.research-banner h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 67px;
    color: #ffffff;
}

.research-banner p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.service-banner {
    position: relative;
    color: #fff;
}

.service-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

.service-banner h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 67px;
    color: #ffffff;
}

.marketing-banner {
    background: url('../img/marketing/banner.png');
    position: relative;
    color: #fff;
}

.marketing-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

.marketing-banner h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 67px;
    color: #ffffff;
}

.investment-banner {
    background: url('../img/investment/investment-banner.png');
    position: relative;
    color: #fff;
}

.investment-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

.investment-banner h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 67px;
    color: #ffffff;
}

.shopper-banner {
    background: url('../img/shopper/banner.png');
    position: relative;
    color: #fff;
}

.shopper-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

.shopper-banner h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 67px;
    color: #ffffff;
}

.sponsor-banner {
    background: url('../img/sponsor/banner.png');
    position: relative;
    color: #fff;
}

.sponsor-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

.sponsor-banner h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 67px;
    color: #ffffff;
}

.partnership-banner {
    background: url('../img/partnership/banner.png');
    position: relative;
    color: #fff;
}

.partnership-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

.partnership-banner h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 67px;
    color: #ffffff;
}

.consult-banner {
    background: url('../img/consult/banner.png');
    position: relative;
    color: #fff;
}

.consult-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

.consult-banner h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 67px;
    color: #ffffff;
}

.strategic-banner {
    background: url('../img/stratigic/banner.png');
    position: relative;
}

.strategic-banner h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 67px;
    color: #ffffff;
}

.strategic-banner p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.strategic-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

/* Reagions banner start */

.regions-banner {
    background: url('../img/about/about-us.png');
    position: relative;
}

.regions-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

.regions-banner h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 67px;
    color: #ffffff;
}

.regions-banner p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.regions-main h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #060050;
}

.regions-main p {
    line-height: 28px;
    color: #555555;
    font-size: 17px;
}

/* Reagions banner end */

/* Alternative start */

.alternative-featcher ::-webkit-scrollbar {
    width: 0px;
    border-radius: 10px;
}

/* Track */
.alternative-featcher ::-webkit-scrollbar-track {
    background: #cccccc;
}

/* Handle */
.alternative-featcher ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.alternative-featcher ::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.alternative-featcher .card {
    overflow-y: scroll;
    background: #ffffff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    height: 280px;
    border: none;
}

.alternative-featcher .card p {
    line-height: 28px;
    color: #555555;
}

/* Alternative end */

/* Partnership start */

.partnership-description p {
    line-height: 28px;
    font-size: 17px;
    color: #555555;
}

.partnership-featcher {
}

.partnership-featcher .card {
    background: #ffffff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    height: 192px;
    border: none;
}

.partnership-featcher .card h2 {
    font-weight: 600;
    line-height: 57px;
    color: #a9a9a9;
}

.partnership-featcher .card p {
    font-size: 20px;
    line-height: 28px;
    color: #555555;
}

/* Partnership end */

/* Corporate Identity start */

.benifite-corporate ::-webkit-scrollbar {
    width: 0px;
    border-radius: 10px;
}

/* Track */
.benifite-corporate ::-webkit-scrollbar-track {
    background: #cccccc;
}

/* Handle */
.benifite-corporate ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.benifite-corporate ::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.benifite-corporate .card {
    overflow-y: scroll;
    height: 523px;
    background: #ffffff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border: none;
}

.benifite-corporate .card .card-img {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 10px;
}

.benifite-corporate .card p {
    line-height: 28px;
    color: #555555;
}

.benifite-corporate .descriptoin p {
    line-height: 28px;
    color: #555555;
}

/* Corporate Identity end */

/* Trademark registration start */

.trademark-registration .container {
    border-bottom: 1px solid #cccccc;
}

.trademark-registration h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #555555;
}

/* Trademark registration end */

/* Point box start */

.point-box p {
    margin: 0;
    padding-right: 0;
    padding-left: 80px;
    text-align: left;
    position: relative;
    line-height: 28px;
    color: #555555;
}

.point-box p span {
    position: absolute;
    top: 0;
    right: auto;
    height: 53px;
    width: 53px;
    line-height: 53px;
    text-align: center;
    color: #bcbcbc;
    font-size: 40px;
    font-weight: 600;
    left: 0;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

/* Point box end */

/* Types of trademarks start */

.types-trademarks h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #555555;
    margin-bottom: 0px;
}

.types-trademarks .bg {
    height: 145px;
    background: linear-gradient(102.92deg, #1b1285 -36.3%, #643088 100%);
    border-radius: 5px;
}

.types-trademarks .bg h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
}

.types-trademarks .card {
    border: none;
    height: 340px;
    width: calc(100% - 50px);
    margin: auto;
    margin-top: -16%;
    background: #ffffff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.types-trademarks .card p {
    line-height: 28px;
    text-align: center;
    color: #555555;
}

.types-trademarks .steps p {
    padding: 10px 2px;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #555555;
    border: 1px solid #1b1285;
    border-radius: 5px;
}

/* Types of trademarks end */

/* After Banner start */

.after-banner img {
    height: 270px;
}

.after-banner .content {
    background: linear-gradient(102.92deg, #1b1285 -36.3%, #643088 100%);
    padding: 30px;
    width: 76%;
    margin-left: -10%;
}

.after-banner .content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}

/* After Banner end */

/* Marketing research featcher   */

.research-featcher h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #555555;
    margin-bottom: 0px;
}

.research-featcher .bg {
    background: linear-gradient(102.92deg, #1b1285 -36.3%, #643088 100%);
    border-radius: 5px;
}

.research-featcher .bg h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    padding: 90px 0;
}

.research-featcher .card {
    overflow-y: scroll;
    height: 340px;
    width: calc(100% - 50px);
    margin: auto;
    margin-top: -10%;
    background: #ffffff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border: none;
}

.research-featcher ::-webkit-scrollbar {
    width: 0px;
    border-radius: 10px;
}

/* Track */
.research-featcher ::-webkit-scrollbar-track {
    background: #cccccc;
}

/* Handle */
.research-featcher ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.research-featcher ::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.research-featcher .card p {
    line-height: 28px;
    color: #555555;
    margin-bottom: 10px;
    font-size: 16px;
}

/* Marketing research featcher   */

/* Establish  start */

.establish-content p {
    line-height: 28px;
    color: #555555;
    font-size: 20px;
}

.establish-content .content h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #060050;
}

/* Establish  end */

/* mystery featcher page */

.establish-content .featcher .content {
    position: relative;
    margin-left: 38px;
}

.establish-content .featcher .content h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #555555;
}

.establish-content .featcher .content img {
    position: absolute;
    top: 3px;
    left: -35px;
    width: 20px;
}

/* mystery featcher page */

/* Service part start */

.service-part ::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.service-part ::-webkit-scrollbar-track {
    background: #cccccc;
}

/* Handle */
.service-part ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.service-part ::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.service-part .card {
    overflow-y: scroll;
    background: #ffffff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    height: 250px;
    border: none;
}

.service-part .card p {
    line-height: 28px;
    color: #555555;
    font-size: 20px;
}

.service-part .header-with-border h3 {
    font-weight: 600;
    font-size: 50px;
    line-height: 57px;
    color: #000000;
    border-radius: 10px;
    border: 1px solid #643088;
}

/* Service part end */

/* Investment Main Start */

.investment-main .card {
    background: #ffffff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
    height: 181px;
    border: none;
    border-radius: 5px;
    /* cursor: pointer; */
}

.investment-main .card .white {
    display: none;
}

.investment-main .card:hover .white {
    display: block;
}

.investment-main .card:hover .black {
    display: none;
}

.investment-main .card:hover {
    background: linear-gradient(102.92deg, #1b1285 -36.3%, #643088 100%);
}

.investment-main .card h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #060050;
}

.investment-main .card:hover h5 {
    color: #ffffff;
}

.investment-main .card img {
    width: 44.87px;
    height: 50px;
    margin: auto;
}

/* Investment Main end */

/* Register mystery start */

.register-mystery h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    background: linear-gradient(102.92deg, #1b1285 -36.3%, #643088 100%);
    border-radius: 5px;
    display: inline-block;
    padding: 13px 59px;
}

.register-mystery .register-form {
    background: #ffffff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.register-mystery .register-form label {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #787878;
}

.register-mystery .register-form .form-control {
    background: #f2f2f2;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    color: var(--hc);
    letter-spacing: 1px;
}

.register-mystery .register-form option {
    color: var(--hc);
}

.register-mystery ::placeholder {
    opacity: 1;
    /* Firefox */
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    color: #cccccc;
    letter-spacing: 1px;
}

.register-mystery :-ms-input-placeholder {
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    color: #cccccc;
    letter-spacing: 1px;
}

.register-mystery ::-ms-input-placeholder {
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    color: #cccccc;
    letter-spacing: 1px;
}

.register-mystery ::-webkit-calendar-picker-indicator {
    filter: invert(1);
    display: none;
}

.form-check-input:checked {
    background-color: #778877;
    border-color: #778877;
}

.register-mystery .register-form .sign-in {
    background: #643088;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    color: #ffffff;
}

/* input[type=date]:invalid::-webkit-datetime-edit {
    color: red;
} */

/* Register mystery end */

/* Sponsorship Marketing Start */

.sponsor-main h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #060050;
}

.sponsor-main p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
}

/* Sponsorship Marketing End */

/* Sponsorship Featcher Start */

.sponsorship-featcher ::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.sponsorship-featcher ::-webkit-scrollbar-track {
    background: #cccccc;
}

/* Handle */
.sponsorship-featcher ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.sponsorship-featcher ::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.sponsorship-featcher .card p {
    line-height: 28px;
    color: #555555;
}

.sponsorship-featcher .card {
    overflow-y: scroll;
    background: #ffffff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    height: 314px;
    border: none;
}

.sponsorship-featcher .card h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 57px;
    color: #a9a9a9;
}

.sponsorship-featcher .card p {
    font-size: 18px;
    line-height: 28px;
    color: #555555;
}

/* Sponsorship Featcher End */

/* Consulting services Start */

.consulting-services p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.consulting-featcher ::-webkit-scrollbar {
    width: 0px;
    border-radius: 10px;
}

/* Track */
.consulting-featcher ::-webkit-scrollbar-track {
    background: #cccccc;
}

/* Handle */
.consulting-featcher ::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.consulting-featcher ::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.consulting-featcher .card {
    overflow-y: scroll;
    width: 100%;
    height: 200px;
    border: none;
    background: #ffffff;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
}

.consulting-featcher .card h3 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 50px;
    line-height: 57px;
    color: #c6c6c6;
}

.consulting-featcher .card h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #060050;
}

.consulting-featcher .content {
    width: calc(100% - 10%);
    margin: 30px auto;
}

.consulting-featcher .content p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

.consulting-featcher h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #060050;
}

/* Consulting services end */

/* Methodology Start */

.methodology h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
}

.methodology p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

/* Methodology End */

/*SERVICE SECTION*/

.service-content .nav-item .nav-link.active {
    background: var(--gb);
    color: var(--wc);
    margin-right: 5px;
    font-weight: 600;
    font-size: 16px;
    color: var(--wc);
}

.service-content .nav-item .nav-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.service-content > ul {
    text-align: center;
    max-width: 990px;
    margin: 0 auto;
}

.service-section .card {
    height: 326px;
    background: #ffffff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    border: none;
}

.service-section .service-content .content span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
}

.service-section .service-content .content h6 {
    margin-top: 7px;
    font-weight: 500;
    font-size: 24px;
    line-height: 23px;
    color: #060050;
}

.service-section .content p {
    /* font-size: 19px; */
    /* line-height: 24px; */
    /* color: #555555; */
}

/*SERVICE SECTION END*/

/*TESTIMONIAL SECTION*/
.testimonial-section {
    background: #f1f8fb;
}

.testimonial-content {
    height: 400px;
}

.testimonial-left {
    background-image: url(../img/testimonial/testimonial-bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: auto;
    position: relative;
}

.testimonial-left img:nth-child(1) {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonial-left img:nth-child(2) {
    position: absolute;
    left: 120px;
    top: 40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.testimonial-left img:nth-child(3) {
    position: absolute;
    left: 60px;
    bottom: 40px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

.testimonial-left img:nth-child(4) {
    position: absolute;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.testimonial-left img:nth-child(5) {
    position: absolute;
    right: 20px;
    bottom: 80px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.testimonial-left img:nth-child(6) {
    position: absolute;
    right: 20px;
    top: 10px;
    /* transform: */
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonial-right {
    position: relative;
}

.testimonial-footer-profile {
    margin-bottom: 20px;
    margin-left: 20px;
}

.message-overlay {
    /* position: absolute; */
    margin-left: 72px;
    background: #ffffff;
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 30px;
    clip-path: polygon(100% 0, 99% 84%, 12% 84%, 0 100%, 0 0);
}

.message-overlay p {
    font-size: 16px;
    line-height: 25px;
    color: #555555;
    padding-bottom: 20px;
}

.testimonial-footer-profile img {
    width: 120px;
    margin-right: 20px;
}

.testimonial-footer-profile h5 {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

.testimonial-footer-profile p {
    font-weight: 500;
    margin: 0;
}

.testimonial-footer-profile p i {
    color: #ff7a00;
    padding: 0 2px;
}

/* .testimonial-footer-profile p span {
    padding: 0 5px;
} */

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢';
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px !important;
}

/*TESTIMONIAL SECTION END*/

/*BLOG SECTION*/
.blog-section {
    /* margin-bottom: -140px; */
}

.blog-box {
    position: relative;
}

.blog-box img {
    width: 100%;
}

.blog-box .blog-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(242, 242, 242, 0.84);
    color: var(--sc);
    display: block;
    padding: 10px;
    transition: 0.5s;
    border-radius: 10px;
}

.blog-box .blog-overlay:hover {
    background: rgba(242, 242, 242, 0);
}

.blog-box .blog-overlay:hover span {
    color: var(--wc);
}

.blog-box .blog-overlay:hover p {
    color: var(--wc);
}

.blog-overlay span {
    color: var(--sc);
    font-weight: 500;
    transition: 0.5s;
}

.blog-overlay p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--sc);
    transition: 0.5s;
}

.posted-blog img {
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.posted-blog span {
    font-size: 12px;
    font-weight: 600;
}

.posted-blog {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

/*BLOG SECTION END*/

/*NOTIFICATION SECTION*/
.notification-section {
    background: var(--gb);
    padding-top: 80px;
}

.notification-section h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 30px;
    color: #00fff0;
}

.notification-section p {
    color: var(--wc);
}

.notification-section input {
    width: 100%;
    border-radius: 7px;
    outline: none;
    border: none;
    padding: 18px 25px;
    font-weight: 600;
    font-size: 18px;
    color: var(--pc);
    line-height: 20px;
}

.notification-section input::placeholder {
    font-size: 23px;
}

.notification-section button {
    background: #00fff0;
    color: var(--pc);
    display: inline-block;
    padding: 17px 25px;
    border-radius: 7px;
    font-size: 23px;
    font-weight: 600;
    line-height: 20px;
}

/*NOTIFICATION SECTION END*/

/*BRAND SECTION*/
.slider-item {
    margin: 0 10px;
}

.slider-width-control {
    width: 95%;
    margin: 0 auto;
}

.slider-box {
    position: relative;
}

.autoplay img {
    width: 130px;
}

.row-custom {
    display: flex;
    flex-wrap: wrap;
}

.row-custom::after {
    content: '';
    clear: both;
    display: table;
}

/*BRAND SECTION END*/

/*FOOTER SECTION*/
footer {
    background: #ffffff;
    color: var(--sc);
}

.footer-box img {
    max-width: 164px;
    margin-bottom: 20px;
}

.footer-box p {
    color: var(--sc);
}

.footer-box h6 {
    font-weight: 700;
    border-bottom: 1px solid var(--gc);
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
}

.footer-box h6::after {
    position: absolute;
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: var(--sc);
    margin-top: 14px;
}

.footer-menu a {
    display: block;
    color: var(--sc);
    padding: 6px 0;
    font-size: 16px;
    font-weight: 500;
}

.footer-box ul li {
    padding: 6px 0;
}

.social-media-footer h4 {
    border-bottom: 1px solid var(--gc);
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 40px;
}

.social-media-footer a i {
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: var(--sc);
    background: var(--wc);
    border: 1px solid var(--sc);
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s;
}

.social-media-footer a i:hover {
    color: var(--wc);
    background: var(--sc);
}

/*FOOTER SECTION END*/

/*COPYRIGHT SECTION*/
.copyright-section p {
    padding: 0;
    margin: 0;
    text-align: center;
    color: var(--sc);
    font-size: 16px;
    font-weight: 500;
    padding: 40px 0;
    border-top: 1px solid var(--gc);
}

/*COPYRIGHT SECTION END*/

/* Strategic Planning Start */

.strategic-planning {
    background: #f2f2f2;
}

/* Strategic Planning End */

.footer-box h6 {
    font-weight: 700;
    border-bottom: 1px solid var(--gc);
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
}

.footer-box h6::after {
    position: absolute;
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: var(--sc);
    margin-top: 14px;
}

.footer-menu a {
    display: block;
    color: var(--sc);
    padding: 6px 0;
    font-size: 16px;
    font-weight: 500;
}

.footer-box ul li {
    padding: 6px 0;
}

.social-media-footer h4 {
    border-bottom: 1px solid var(--gc);
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    margin-top: 40px;
}

.social-media-footer a i {
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: var(--sc);
    background: var(--wc);
    border: 1px solid var(--sc);
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    transition: 0.3s;
}

.social-media-footer a i:hover {
    color: var(--wc);
    background: var(--sc);
}

/*FOOTER SECTION END*/

/*COPYRIGHT SECTION*/
.copyright-section p {
    padding: 0;
    margin: 0;
    text-align: center;
    color: var(--sc);
    font-size: 16px;
    font-weight: 500;
    padding: 40px 0;
    border-top: 1px solid var(--gc);
}

/*COPYRIGHT SECTION END*/

/* Strategic Planning Start */

.strategic-planning {
    background: #f2f2f2;
}

/* Strategic Planning End */

/*registration start*/

#registration-section {
    background: linear-gradient(102.92deg, #1b1285 -36.3%, #643088 100%);
}

#registration-section .card {
    background: #ffffff;
    border-radius: 7px;
    border: none;
}

#registration-section h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #7e28a9;
}

#registration-section p {
    font-size: 16px;
    line-height: 24px;
}

.field-icon {
    float: right;
    color: #787878;
    margin-top: -30px;
    height: 22px;
    width: 22px;
    position: relative;
    z-index: 2;
    right: 10px;
    top: 4px;
}

#registration-section .sign-up {
    background: #ffffff;
    box-shadow: 6px 32px 34px 1px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
}

#registration-section .sign-up input {
    background: #eff6ff;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    border-radius: 7px;
}

#registration-section .sign-up button {
    background: linear-gradient(102.92deg, #1b1285 -36.3%, #643088 100%);
    width: 100%;
    color: #ffffff;
}

/*registration end*/

/* Contact page start */

.contact-section {
    background: linear-gradient(102.92deg, #1b1285 -36.3%, #643088 100%);
}

.contact-section h5 {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.contact-section h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 45px;
    color: #ffffff;
}

.contact-section .section-content h3 {
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
}

.contact-section .section-content p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

/* Contact page end */

/* Contact form start */

.contact-form .card {
    background: #ffffff;
    box-shadow: 10px 10px 20px -7px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: none;
    margin-top: -70px;
}

.contact-form .card h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #333333;
}

.contact-form .card button {
    background: linear-gradient(102.92deg, #1b1285 -36.3%, #643088 100%);
    border-radius: 7px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
}

/* Contact form end */

/* Map start */

.map h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #6b438a;
}

/* Map end */

/* About Page start */

.about-section {
    background: #ffffff;
    height: 700px;
}

.about-section .blue-bg {
    /* background: url('../img/about/banner.png'); */
    background: linear-gradient(129deg, #430371, #b954ff);
    height: 480px;
    position: relative;
}

.about-section .blue-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

.about-section .blue-bg .header-content h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.about-section .blue-bg .header-content h4 {
    font-weight: 600;
    font-size: 50px;
    line-height: 45px;
    color: #ffffff;
}

.about-section .blue-bg .content h4 {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
}

.about-section .blue-bg .content p {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
}

.about-section .blue-bg .content .contact-btn {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 55px;
    padding: 10px 35px;
    background: linear-gradient(102.92deg, #1b1285 -36.3%, #643088 100%);
}

/* About Page end */

/* Vission mission start */

.mission-vission .mission-bg {
    background: #f2f2f2;
}

.mission-vission .mission-bg img {
    margin: 30%;
}

.mission-vission h4 {
    margin-top: 15px;
    font-size: 30px;
    line-height: 38px;
    color: #555555;
}

.mission-vission p {
    font-size: 16px;
    line-height: 24px;
    color: #787878;
}

/* Vission mission end */

/* About point box start */

.about-point-box {
    background: #fafafa;
}

.about-point-box .content {
    position: relative;
    margin-left: 38px;
}

.about-point-box .content img {
    position: absolute;
    top: 5px;
    left: -35px;
    width: 17px;
}

.about-point-box .content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #787878;
    transition: 0.5s;
}

.about-point-box .content p:hover {
    cursor: pointer;
    color: #555555;
}

/* About point box end */
