
.p0{
    padding:0px !important;
}

h1,h2,h3,h4,h5,h6,p,a,li,span,button{
    font-family: 'Segoe UI' !important;
    margin-bottom: 0;
}

body {
    font-family: 'Segoe UI';
    overflow-x: hidden;
}
a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}

section {
    float: left;
    width: 100%;
}



/*navigation*/
.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 0px 20px 0px 20px;
    /* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
    background: transparent !important;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
    height: 24px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
nav.navbar {
    padding: 0;
}
.navigation-wrap{
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
    border-top: solid 1px #00000033;
}
.navbar{
    padding: 0;
}
.navbar-brand img{
    height: auto;
    width: 180px;
    display: block;
    /* filter: invert(15%) sepia(42%) saturate(4395%) hue-rotate(241deg) brightness(78%) contrast(136%); */
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
    padding: 10px;
    filter: url();
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}
/*.nav-item:hover .nav-link{
    color: #8167a9 !important;
}*/
.nav-item.active .nav-link, .nav-item .nav-link:hover{
    /* color: #f58201!important; */
}
.nav-link {
    position: relative;
    padding: 5px 0px 0px 0px !important;
    display: inline-block;
    font-size: 16px;
    color: #616067 !important;
    font-weight: 500;
}
.nav-item:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 200ms linear;
}
.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}
.logo img {
    height: 26px;
    width: auto;
    display: block;
  filter: brightness(10%);
    transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 10px!important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129,103,169,.6);
}
div#navbarSupportedContent {
    text-align: center;
    justify-content: center;
}

.header-btn {
    /* width: 20vw; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 130px;
    position: relative;
}

ul.navbar-nav {
    width: 100%;
    text-align: center;
    justify-content: center;
    /* margin: 0 0 0 222px !important; */
    column-gap: 51px;
}

.navbar-brand {
    width: 12vw;
}

.head-get-btn {
    /* flex-wrap: wrap; */
    display: flex;
    align-items: center;
    color: #272727;
    font-size: 18px;
    font-weight: 600;
    /* border-bottom: 2px solid; */
    position: relative;
    padding: 0 0 5px 0;
}
.head-tel-btn {
    /* flex-wrap: wrap; */
    display: flex;
    align-items: center;
    color: #272727;
    font-size: 18px;
    font-weight: 600;
}

.head-tel-btn span {
    display: block;
    /* width: 65%; */
    font-size: 16px;
    text-align: initial;
}

.phone-icon {
    display: block;
    width: 45px;
    height: 45px;
    background: #f58201;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.phone-icon i {
    font-size: 20px;
    color: #fff;
}

.navbar-nav .nav-link {
    color: #616067 !important;
}


.nav-item:hover::after {
    background: #f58201 !important;
}
.head-tel-btn span b {
    font-weight: 600;
    font-size: 14px;
}

.head-get-btn:hover {
    color: #f58201;
    border-color: #f58201;
}

.head-tel-btn:hover span {
    color: #f58201;
}

.header-top ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 13px;
    margin-right: -50px;
}

.header-top ul li {
    margin: 0 10px;
}

.header-top ul li:last-child {
    margin-right: 0;
}

.header-top li a {
    color: #000;
}

.header-top {
}

.header-top li a i {
    font-size: 30px;
}
.header-mail-top {
    padding: 10px 0;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 2;
}

.header-mail-top a {
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
}
.header-mail-top a:hover {
    color: #f58201;
}

.header-mail-top a i {
    margin-right: 10px;
    font-size: 25px;
}
/*navigation*/



/*banner*/
.main-banner {
    display: flex;
    background: url(../images/banner-img.png);
    align-items: center;
    justify-content: center;
    padding: 150px 0 70px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 770px;
}

.main-banner .row {
    align-items: center;
    position: relative;
}

.bnr-side-img img {
    width: auto;
}

.bnr-side-img {display: table;margin: auto;}

.bnr-txt h5 {
    font-size: 16px;
    color: #616067;
    font-weight: 600;
    margin-bottom: 0;
}

.bnr-txt h1 {
    font-size: 40px;
    font-weight: bold;
    color: #272727;
    line-height: 51px;
    padding: 5px 0 10px 0;
    margin-bottom: 0;
    position: relative;
}

.bnr-txt h1 span {
    color: #f58201;
    position: relative;
}
.bnr-txt h1 span .bnr-hd-line {
    position: absolute;
    bottom: -8px;
    left: 0;
}
.bnr-txt p {
    font-size: 16px;
    color: #616067;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0px 20px;
    margin-bottom: 0;
}

.bnr-txt h6 {
    font-size: 16px;
    color: #616067;
    margin-bottom: 0;
    font-weight: 400;
    padding: 10px 0 30px;
}

ul.trust-div {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.trust-div li {
    margin-right: 5px;
}
.rating-box ul {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.main-banner .client-col {
    display: flex;
    align-items: end;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -95px;
}
.client-box p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #616067;
    font-weight: 500;
}
.client-box {
    width: 50%;
}

.rating-box {
    width: 100%;
    margin: 1px 0 0 0;
}

.rating-box ul li {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-box p {
    margin-bottom: 0;
    font-size: 16px;
    margin-left: 15px;
}

.rating-box ul li:last-child {
    margin-right: 0;
}

.client-col:before {
    content: '';
    background: #7070707a;
    position: absolute;
    left: 35px;
    right: 0;
    margin: auto;
    width: 1px;
    height: 90px;
}
.bnr-btn a {
    font-size: 18px;
    font-weight: 600;
    color: #272727;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-right: 25px;
    transition: all .5s ease-in-out;
}

.bnr-btn {
    padding-bottom: 30px;
}

.bnr-btn a.publish-btn {
    margin-right: 0;
    color: #f58201;
}
.about-pub-btn2 .publish-btn:hover {
    color: #272727 !important;
}

.about-pub-btn2 .publish-btn:hover i {
    color: #f58201 !important;
}

.started-btn:hover {
    color: #f58201;
}

.publish-btn:hover {
    color: #f58201 !important;
}
/*banner*/



/*feature-sec*/
.feature-sec {
    padding: 70px 0;
}

.hd-txt {
    text-align: center;
    padding-bottom: 30px;
}

.hd-txt h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
    color: #272727;
    padding-bottom: 15px;
}

.hd-txt h2 span {
    color: #f58201;
}

.hd-txt p {
    font-size: 16px;
    color: #616067;
    font-weight: 400;
    margin: 0 auto;
    line-height: 22px;
}


.feature-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #272727;
    margin: 0 0 0 18px;
}

.feature-box p {
    color: #616067;
    font-size: 16px;
    margin: 30px 0 30px 0;
    font-weight: 400;
}

.feature-hd-txt {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.feature-box a {
    font-size: 20px;
    font-weight: 600;
    color: #272727;
    border-bottom: 2px solid;
    padding-bottom: 8px;
    display: table;
    transition: all .5s ease-in-out;
}
.feature-box a:hover {
    color: #f58201;
}
/*feature-sec*/


/*about-sec*/

.about-sec {
    padding: 0px 0 110px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about-sec:before{
    content: '';
    background: url(../images/about-bf-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: -400px;
    top: 120px;
    bottom: 0;
    margin:auto;
    width: 65%;
    height: 585px;
    z-index: -1;
}


.about-txt.hd-txt {
    text-align: left;
    padding-bottom: 0;
}

.about-txt.hd-txt p {
    width: 100%;
    padding: 25px 0 35px;
}

.about-txt h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #616067;
}

.about-txt.hd-txt h2 {
    padding: 8px 0 0px;
}

.about-txt.hd-txt h3 {
    font-size: 20px;
    font-weight: bold;
    color: #272727;
    margin: 0;
}


.about-side-img {
    position: relative;
}

.about-side-box {
    position: absolute;
    bottom: -70px;
    right: 10px;
    background: url(../images/about-side-box-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 35px;
    border-radius: 18px;
    width: 290px;
    height: 215px;
}
.about-txt.hd-txt h3 i {
    color: #f58201;
    margin-right: 4px;
}
.about-side-box h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    padding: 5px 0 0 0;
}

.about-side-box img {
    margin-bottom: 15px;
}
.about-side-img img {
    margin: 0 auto;
    display: table;
}

.about-side-box img {
    margin: 0 0 8px 0;
}
/*about-sec*/


/*rank-sec*/
.article-img-box img {
    width: 91%;
    margin: 0 auto;
    display: table;
}

.rank-rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 52px;
    position: relative;
}

.rank-rating-box .ranking-div {
    width: 50%;
}

.rank-rating-box .ranking-div:nth-child(2) {
    padding-left: 20px;
}

.rank-rating-box .ranking-div h2 span {font-size: 60px;font-weight: bold;color: #f58201;}

.rank-rating-box .ranking-div h2 {
    margin: 0;
    color: #f58201;
    padding-bottom: 8px;
}

.ranking-div p {
    color: #616067;
    font-size: 16px;
    margin: 0;
}

.rank-rating-box:last-child {
    margin-bottom: 0;
}

.rank-rating-box:before {
    content: '';
    background: #707070;
    width: 1px;
    height: 90%;
    position: absolute;
    left: -10px;
    right: 0;
    margin: auto;
    bottom: 0;
}

.article-text.hd-txt {
    padding: 0;
    text-align: left;
}

.article-text.hd-txt p {
    width: 100%;
    padding: 20px 0;
}

.article-text.hd-txt h2 {
    padding-bottom: 0;
}

.rnk-ratng-col {
    padding-right: 0;
}

.article-text.hd-txt .bnr-btn {
    padding-bottom: 0;
}

.article-text.hd-txt .bnr-btn a {
    display: table;
}
.article-sec {
    background: #F7FAFB;
    padding: 70px 0;
}
.article-text.hd-txt h2 span {
    color: #f58201;
}
.article-text.hd-txt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin: 0;
}

.article-sec .row {
    align-items: center;
}
/*rank-sec*/

/*about-publist-3*/
.about-publish-sec-3 {
    padding: 70px 0;
    position: relative;
    overflow-x: hidden;
}
.about-publish-sec-3 .publish-btn:before {
    display: none;
}
.about-publish-sec-3:before {
    content: '';
    background: url(../images/about-bf-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    right: -210px;
    top: -104px;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 475px;
    z-index: -1;
    transform: scaleX(-1);
}

.about-publish-sec-3 .publish-btn {
    border: 0;
    color: #f58201 !important;
}

.about-publish-sec-3 .publish-btn:hover {
    color: #272727 !important;
}

.arrow-img-pub-3 {
    position: absolute;
    left: -190px;
    bottom: 0;
    top: 10px;
    margin: auto;
    display: none;
}

.ab-tx-ul-li img {
    margin-right: 8px;
}

.ab-tx-ul-li img:last-child {
    margin-right: 0;
}

.about-publish-sec-3 .row {
    display: flex;
    align-items: center;
}

.about-txt-pub-3 ul {
    padding: 0;
    list-style: none;
}

.about-txt-pub-3 ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.about-txt.about-txt-pub-3 ul li p {
    padding: 0 0 10px 0;
    font-size: 20px;
}

.about-txt.about-txt-pub-3 ul li i {
    position: relative;
    top: 4px;
    background: #f58201;
    width: 25px;
    height: 25px;
    
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
}

.about-publish-sec-3 .bnr-btn.about-pub-btn {
    margin-top: 30px;
    padding-bottom: 0;
}

.about-pub-3-side-box-st h3 {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.about-pub-3-side-box-st {
    background: #272727;
    display: table;
    padding: 15px 40px;
    border-radius: 20px 0px 20px 0px;
    position: absolute;
    top: 40px;
    left: 0;
}

.about-pub-3-img {
    position: relative;
}

.about-pub-3-img .about-pub-img-3-st {
    width: 100%;
}
.about-txt.hd-txt p a {
    color: #f58201;
}
.amount-new-price-tag h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 21px;
}

.amount-new-price-tag h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: bold;
}

.amount-new-price-tag:before {
    content: '';
    background: #272727;
    position: absolute;
    top: -10px;
    right: 0;
    width: 88px;
    height: 2px;
}

.amount-new-price-tag:after {
    content: '';
    background: #272727;
    position: absolute;
    bottom: -10px;
    left: -15px;
    width: 88px;
    height: 2px;
}
.about-pub-3-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-price-tag-pub {
    position: relative;
}
.amount-new-price-tag {
    background: url(../images/price-tag-new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 350px;
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    position: relative;
}

.amount-price-tag {
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    margin: auto;
}
/*about-publist-3*/

/*about-publish-sec*/
.about-publish-sec {
    padding: 70px 0 110px;
    position: relative;
}

.about-publish-sec:before {
    content: '';
    background: url(../images/about-publish-af-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    right: -400px;
    top: 150px;
    bottom: 0;
    margin: auto;
    width: 65%;
    height: 585px;
    z-index: -1;
}

.about-publish-sec .row {
    align-items: center;
}

.about-txt-pub.hd-txt {
    text-align: left;
}

.about-txt-pub.hd-txt p {
    width: 100%;
    padding: 20px 0;
}

.about-txt-pub.hd-txt h2 {
    padding: 8px 0 0px;
}

.about-txt-pub.hd-txt h5 {
    color: #616067;
    margin-bottom: 0;
}

.about-pub-side-img img {
    margin: 0 auto;
    display: table;
}

.about-pub-side-box {
    position: absolute;
    bottom: -40px;
    left: 30px;
    background-image: url(../images/about-bx-tran-img.png);
    background-color: #f58201;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 100px 30px 35px;
    border-radius: 18px;
    text-align: left;
}

.about-pub-side-box img {
    margin: 0 0 10px 0;
}

.about-pub-side-box h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}


.about-pub-btn .publish-btn {
    position: relative;
}

.about-pub-btn .publish-btn img {
    position: absolute;
    right: -145px;
    top: -12px;
}

.about-pub-btn .publish-btn:before {
    content: '';
    background: url(../images/line-dotted.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -22px;
    top: auto;
    right: -105px;
    width: 99px;
    height: 19px;
}

/*about-publish-sec*/

/*cta-sec*/
.cta-sec{
    background: url(../images/cta-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0;
}

.cta-txt.hd-txt h2 {
    font-size: 60px;
    font-weight: bold;
}

.cta-txt.hd-txt p {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    color: #272727;
    padding: 10px 0 0 0;
    line-height: 32px;
}

.bnr-btn.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}

.bnr-btn.cta-btn a.head-tel-btn {
    margin-right: 0;
    border: 0;
    padding-bottom: 0;
}

.bnr-btn.cta-btn a.publish-btn {
    margin-right: 25px;
}

.cta-txt.hd-txt {
    padding-bottom: 45px;
}
/*cta-sec*/


/*about-publish-2*/
.about-publsh-side-img img {
    margin: 0 auto;
    display: table;
}

.about-publish-sec-2 {
    padding: 70px 0 100px;
    position: relative;
}

.about-publish-sec-2:before {
    content: '';
    background: url(../images/about-bf-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: -400px;
    top: 180px;
    bottom: 0;
    margin: auto;
    width: 65%;
    height: 585px;
    z-index: -1;
}

.about-txt-pub2.hd-txt {
    padding-bottom: 0;
}

.about-publish-sec-2 .row {
    align-items: center;
}

.about-pub-btn2 {
    padding-bottom: 0;
}

.about-pub-btn2 .publish-btn {
    border: 0;
    color: #f58201 !important;
    padding-bottom: 0;
}

.about-pub-side-box2 {
    background-color: #44B549;
    border-radius: 40px 2px 40px 2px;
    padding: 15px 30px;
    border: 1px solid transparent;
    width: 65%;
    position: absolute;
    bottom: -30px;
    right: 50px;
    background-image: url(../images/about-bx-tran-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-pub-side-box2 p {
    margin-bottom: 0;
    color: #fff;
}

.about-pub-side-box2 h3 {
    margin-bottom: 0;
    color: #fff;
}

.about-pub-side-box2 h3 {
    font-size: 22px;
    font-weight: bold;
}

.about-pub-side-box2 p {
    font-size: 16px;
    font-weight: 600;
}

.about-publsh-side-img {
    position: relative;
}
.about-pub-btn2 .publish-btn i {
    color: #272727;
    margin-left: 10px;
}
/*about-publish-2*/


/*marketers-sec*/
.marketer-sec {
    padding: 70px 0;
    position: relative;
    overflow:hidden;
}
.mkrtrs-af-img {
    position: absolute;
    right: -870px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.marketer-sec .row {
    position: relative;
}
/*.marketer-sec:before{
    content: '';
    background: url(../images/market-side-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right:0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto;
}
*/
.marketers-box img {
    width: auto;
}

.marketers-box p {
    margin-bottom: 0;
    padding: 23px 0;
}

.marketers-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.marketers-box ul li {
    width: 30%;
}

.marketers-box ul li h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #f58201;
}

.bnr-btn.mrktr-btn {
    padding-bottom: 0;
    display: flex;
    padding-top: 17px;
}
.bnr-btn.mrktr-btn a:hover {
    color: #272727;
}

.bnr-btn.mrktr-btn a {
    color: #f58201;
    margin-right: 0;
    font-size: 20px;
    font-weight: 600;
}

.marketers-box ul li p {
    padding: 2px 0 0 0;
}

.marketers-box {
    padding-bottom: 55px;
}

.main-markters-col-div .col-sm-4:nth-child(n+4 ) .marketers-box {
    padding-bottom: 0;
}
/*marketers-sec*/


/*process-sec*/
.process-sec {
    padding: 70px 0;
    background: #F7FAFB;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.process-hd-img {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.process-hd-img h2 {
    font-size: 25px;
    margin: 0;
    color: #f58201;
    font-weight: bold;
    margin-left: 0;
    padding: 15px 0;
    /* display: flex; */
    text-align: center;
    min-height: 90px;
}

.process-hd-img h2 span {
    color: #272727;
}

.process-txt p {
    margin-bottom: 0;
    font-size: 16px;
    padding-left: 0;
    text-align: center;
}

.process-box {
    padding-bottom: 32px;
}


.process-main-col .col-sm-4:nth-child(n+4) .process-box {
    padding-bottom: 0;
}
.process-sec:before {
    content: '';
    background: #E3F4FB;
    position: absolute;
    top: 0px;
    right: -350px;
    width: 590px;
    height: 483px;
    border-radius: 63%;
    transform: rotate(2deg);
}

.process-sec:after {
    content: '';
    background: #F7F6EC;
    position: absolute;
    top: auto;
    left: -360px;
    width: 600px;
    height: 405px;
    border-radius: 63%;
    transform: rotate(-40deg);
    bottom: 30px;
    z-index: -1;
}
/*process-sec*/


/*testi-sec*/
.testi-sec {
    padding: 70px 0;
}

.testi-box h3 {
    margin: 0;
    color: #272727;
    font-size: 25px;
    font-weight: bold;
}

.testi-box p {
    margin: 0;
    font-size: 16px;
    padding: 18px 0 30px;
    color: #272727;
}

.testi-box {
    padding: 35px 30px;
    background: #E8F0F2;
    margin: 0 15px;
    position: relative;
    transition: all .5s ease-in-out;
}

.testi-box p {
    /* color: #272727; */
}

.testi-slider .slick-list {
    padding-bottom: 75px;
}
.testi-box img {
    width: 100%;
}

.trust-div li {
    position: relative;
}

.trust-div li .trust-logo-white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.trust-logo-blck {
}

.trust-div li .trust-logo-blck {
    transition: all .5s ease-in-out;
}

.testi-arrow {
    position: absolute;
    bottom: -35px;
    left: -35px;
    border-left: solid 70px transparent;
    border-right: solid 70px transparent;
    border-bottom: solid 70px #e8f0f2;
    height: 0;
    width: 0;
    transform: rotate(90deg);
    transition: all .5s ease-in-out;
}

.slick-current .testi-box, .testi-box:hover {
    background: #272727;
}

.slick-current .testi-box span.testi-arrow, .testi-box:hover span.testi-arrow {border-bottom-color: #272727;}

.slick-current .testi-box h3,.testi-box:hover h3, .slick-current .testi-box p, .testi-box:hover p {
    color: #fff;
}

.slick-current .testi-box .trust-logo-white, .testi-box:hover .trust-logo-white {opacity: 1;}
/*testi-sec*/



/*cta-bg-2*/
.cta-sec-2{
    background: url(../images/cta-bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}
/*cta-bg-2*/


/*footer*/
.footer-sec {
    padding: 50px 0;
    background: #F7FAFB;
}

.ftr-bx-1 img {
    width: 180px;
    padding-bottom: 25px;
    /* filter: invert(15%) sepia(42%) saturate(4395%) hue-rotate(241deg) brightness(78%) contrast(136%); */
}

.footer-bx p {
    font-size: 18px;
    font-weight: 400;
    color: #616067;
    margin-bottom: 0;
}

.footer-bx ul {
    padding: 0;
    list-style: none;
}

.footer-bx ul li {
    line-height: 30px;
    position: relative;
}

.footer-bx ul li a {
    color: #616067;
    font-size: 16px;
}

.footer-bx ul li:before {
    content: '';
    width: 25px;
    height: 1px;
    position: absolute;
    left: -34px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #f58201;
}

.footer-bx.ftr-bx-2 {
    padding-left: 40px;
}

.ftr-lst-col{
        align-items: baseline !important;
}


.ftr-lst-col ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 33.33%;
}

.ftr-lst-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}



ul.ftr-ul-3 a {
    font-size: 18px;
    color: #272727;
display: flex;
    gap: 11px;
}

ul.ftr-ul-3 .fa-solid  {
    font-size: 25px;
    padding: 0 5px 0 0px;
}



ul.ftr-ul-1 h4 {font-size: 18px;color: #616067;padding-bottom: 15px;margin-bottom: 0;}

ul.ftr-ul-2 a {
    font-size: 18px;
    color: #272727;
}

ul.ftr-ul-2 a.head-tel-btn {
    padding-top: 15px;
}

ul.ftr-ul-3 {
    /*display: flex;*/
    align-items: center;
    justify-content: space-around;
}

.footer-bx ul li a:hover {
    color: #f58201;
}

.footer-bx h3 {
    font-size: 40px;
    font-weight: bold;
    color: #272727;
    margin-bottom: 0;
    padding-bottom: 6px;
}

.copy-right-sec {
    padding: 12px 0;
    background: #272727;
    text-align: center;
}

.copy-right-sec h4 {font-size: 18px;color: #fff;margin: 0;font-weight: 400;}
/*footer*/











/*book-publishing*/


.inner-banner .bnr-txt h1 {/* padding-bottom: 0; */}

.inner-banner .bnr-txt p {
    /* padding: 6px 0 8px; */
}
.inner-banner .bnr-side-btn {
    text-align: center;
    margin-right: 0;
    margin: 0 auto;
    /* margin-right: 0; */
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
    position: relative;
    padding: 0 0 0 90px;
}

.inner-banner .bnr-side-btn a {
    padding: 3px 17px;
    border: 1px solid #717171;
    border-radius: 5px;
    color: #6a696e;
    font-size: 16px;
}

.inner-banner .bnr-side-btn img {
    position: absolute;
    right: 0px;
    left: 140px;
    margin: auto;
    top: 0;
}
.inner-banner {
    /* height: 900px; */
}

.inner-banner .client-col {
    /* bottom: -145px; */
}
.about-sec-inner {
    padding: 70px 0;
}

.about-sec-inner .row {
    align-items: center;
}

.about-txt-inner {
    text-align: left;
}

.about-txt-inner p {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 4px;
}

.about-side-img-inner img {
    width: 100%;
}

.inner-publishing-sec {
    padding: 70px 0 30px;
}

.inner-main-col-serv-publishing {
    display: flex;
    flex-wrap: wrap;
}

.inner-main-col-serv-publishing .inr-pub-hd {
    display: flex;
    align-items: center;
}

.inner-main-col-serv-publishing .inr-pub-hd h3 {
    margin: 0;
    font-size: 22px;
    color: #0e0071;
    font-weight: 600;
    margin-left: 15px;
}

.inr-pub-img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8d15a;
    border-radius: 60%;
}

/*book-publishing*/


.book-publish-ser-sec{background: url('../images/book-publish/services-bg.png');background-repeat: no-repeat;background-size: cover;min-height: 900px;background-position: center;}

.iner-pub-box p {
    padding: 20px 0 0px 0;
    color: #666666;
    /* min-height: 199px; */
    max-width: 90%;
    margin: 0;
}

.learn-more-btn{

    font-size: 20px;
    font-weight: 600;
    color: #272727;
    border-bottom: 2px solid;
    padding-bottom: 8px;
    display: table;
    transition: all .5s ease-in-out;
}

.iner-pub-box {
    /* margin: 0 0 50px 0; */
    height: 100%;
}

.book-publish-cta-sec{background: url('../images/book-publish/book-publish-cta-banner.png');background-repeat: no-repeat;background-size: cover;padding: 70px 0px;}

.book-publish-cta-sec .hd-txt {
    padding: 0;
}

.book-publish-cta-sec .hd-txt p {
    padding: 10px 0px 20px 0;
}

.container {
    max-width: 1200px !important;
}


.book-publish-our-work .slick-list {
    width: 170%;
}



.book-publish-our-work .hd-txt p {
    width: 100%;
    padding: 0 0 15px 0;
}

.book-publish-our-work .hd-txt {
    text-align: left;
}

.book-publish-our-work {
    padding: 70px 0px;
    position: relative;
}

.trans-head h3 {
    -webkit-text-stroke: 1px #cbcbcb;
    -webkit-text-fill-color: transparent;
    font-size: 200px;
    font-weight: bold;
}

.trans-head {
    position: absolute;
    bottom: 0;
}

.book-publish-our-work .slick-arrow {
    font-size: 0;
    position: absolute;
    cursor: pointer;
    z-index: 0;
}

.book-publish-our-work .slick-arrow:before {
    font-family: FontAwesome;
    color: #000000;
    transition: .5s;
    font-size: 20px;
}

.book-publish-our-work .slick-prev {
    left: 50px;
    top: 390px;
}

.book-publish-our-work .slick-prev:before {
    content: "\f060";
}

.book-publish-our-work .slick-next {
    right: 600px;
    top: 390px;
}
.book-publish-our-work .slick-next:before {
    content: "\f061";
}

.brand-strategy-img-bf {
    position: absolute;
    top: -200px;
    bottom: 0;
    margin: auto;
    left: -30px;
}

.rotate-text {
    position: absolute;
    transform: rotate(-90deg) translate(50%, 0px);
    display: flex;
    align-items: center;
    top: -160px;
    bottom: 0;
    margin: auto;
    right: 50px;
    transform-origin: right;
    white-space: nowrap;
}

.rotate-text h3 {font-size: 40px;font-weight: bold;color: #e7ebee;}

.brand-strategy-bnr-txt .bnr-hd-line {
    position: absolute;
    bottom: 8px;
    right: 190px;
}

.brand-strategy-position-bf {
    position: absolute;
    left: -383px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.brand-strategy-position-sec .row {
    position: relative;
    display: flex;
    align-items: center !important;!;!i;!im;
}

.brand-strategy-position-sec {
    padding: 50px 0px;
}
.brand-strategy-position-list {
    list-style: none;
    padding: 0 0 0px 0;
    margin: 10px 0 10px 0;
    column-count: 2;
}

.brand-strategy-position-list li i {
    color: #f58201;
    padding: 0px 5px 0px 0px;
}

.brand-strategy-position-list li {
    color: #000000;
    font-weight: 500;
    padding: 0 0 20px 0;
    font-family: "Poppins" !important;
}
.brand-strategy-data-bf {
    position: absolute;
    right: -382px;
}
.brand-strategy-data-img {text-align: end;}


.brand-strategy-data-box{background: url(../images/brand-strategy/brand-strategy-img-7.png);width: 230px;height: 209px;text-align: left;padding: 40px 30px 0 30px;}


.brand-strategy-data-box h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 0 0 0;
}

.brand-strategy-data-box {
    position: absolute;
    bottom: 50px;
    right: 270px;
}

.brand-strategy-surge-sec .brand-strategy-data-img {
    text-align: left;
}

.brand-strategy-surge-sec .brand-strategy-data-box {
    right: 100px;
    /* top: 100px; */
    background: url(../images/brand-strategy/brand-strategy-img-11.png);
}

.hd-txt.about-txt-inner stron {
    color: #f58201;
    font-size: 20px;
    font-weight: bold;
}

section.book-publish-cta-sec .hd-txt strong {
    color: #0e0071;
    font-size: 22px;
    font-weight: bold;
}
.hd-txt.about-txt-inner strong {
    color: #f58201;
    font-size: 22px;
    font-weight: bold;
}

.content-engagement-we-sec{background: url('../images/content-engagement/content-engagement-img-3.png');background-repeat: no-repeat;background-size: cover;min-height: 950px;}
.content-engagement-ser-sec {
    padding: 70px 0px;
}

.content-engagement-ser-box h4 {
    color: #0e0071;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.content-engagement-ser-box {
    text-align: center;
}

.content-engagement-ser-box p {
    color: #666666;
}

.content-engagement-ser-icon-box {
    position: relative;
    z-index: 1;
}

.content-engagement-ser-icon-box::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: rgb(248, 209, 90);
    width: 80px;
    height: 80px;
    z-index: -1;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
}

.digital-marketing-agency-bf {
    position: absolute;
    left: -110px;
    top: -40px;
}
.digital-marketing-agency-sec {
    padding: 100px 0 20px 0;
}

.reputation-managment-target-bf {
    position: absolute;
    left: -160px;
}

.reputation-managment-brand-box {
    background-color: rgb(248, 209, 90);
    padding: 50px 20px 15px;
    border-radius: 25px 25px 0px 26px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    z-index: 1;
    height: 100%;
}

.reputation-managment-brand-icon-box {
    position: absolute;
}

.reputation-managment-brand-box h4 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    max-width: 65%;
    display: table;
    margin: auto;
    padding: 0 0 10px 0;
}

.reputation-managment-brand-icon-box {
    border-radius: 50%;
    background-color: rgb(14, 0, 113);
    width: 87px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -10px;
    top: -10px;
    transition: 0.5s;
}

.reputation-managment-brand-box p {
    color: #fff;
}
.reputation-managment-brand-box:hover {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.reputation-managment-brand-box:hover h4 {
    color: #0e0071;
}

.reputation-managment-brand-box:hover p {
    color: #666666;
}



.reputation-managment-brand-box:hover .reputation-managment-brand-icon-box {
    background: #f58201;
}

.about-company-sec .hd-txt {
    padding: 0;
}

.about-company-sec {
    padding: 70px 0px 50px;
}

.about-company-sec .about-txt-inner {
    text-align: center;
}

.contact-us-form-box input {
    border: 2px solid #d5cec6;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    padding: 0px 10px 0px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #616067;
}

.contact-us-form-box textarea {
    border: 2px solid #d5cec6;
    width: 100%;
    height: 110px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 15px;
    font-size: 16px;
    font-weight: 500;
    resize: none;
    color: #616067;
}

.contact-us-form-box button {
    background-color: rgb(14, 0, 113);
    width: 100%;
    height: 41px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.contact-us-form-sec {
    padding: 70px 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.contact-cta-sec {
    background: #f58201;
    padding: 40px 0px;
}

.contact-cta-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-cta-sec-main-box {
    display: flex;
    align-items: center;
    column-gap: 15px;
    position: relative;
}

.contact-cta-sec-head h4 {
    color: #fff;
    font-size: 25px;
}

.contact-cta-sec-head h3 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.contact-cta-sec-box h5 {
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.contact-cta-sec-box a {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}

section.contact-cta-sec .container {
    max-width: 1300px !important;
}

.contact-cta-sec-main-box::before {
    position: absolute;
    content: "";
    background: #ff5988;
    width: 2px;
    height: 172px;
    left: -25px;
}




.contact-cta-sec-main-box-bf::before {
    display: none;
}
.website-design-client-sec {
    padding: 70px 0px;
}

.website-design-client-box {
    text-align: center;
}


.web-design-why-sec .brand-strategy-data-box {
    background: url(../images/brand-strategy/brand-strategy-img-7.png);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.web-design-our-work .slick-prev {
    top: 440px;
}

.web-design-our-work .slick-next {
    top: 440px;
}
.web-design-tech-sec .hd-txt {
    padding-bottom: 20px;
}

.web-design-tech-sec {
    padding: 70px 0px 50px;
}

.press-release-pub-sec{background: url('../images/press-release/press-release-img-3.png');background-repeat: no-repeat;background-size: cover;}

.press-release-why-sec{background: url('../images/press-release/press-release-img-4.png');background-repeat: no-repeat;}
.press-release-writing-list li {
    color: #282828;
    font-size: 16px;
    padding: 0 0 2px 0;
}

.press-release-writing-list li i {
    padding: 0px 5px 0 0;
}

.press-release-writing-list {
    margin: 0 0 20px 0;
}


.header-top {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 0;
    padding: 0;
    /* position: absolute; */
    right: 334px;
    top: -50px;
}
.home-img {
    position: absolute;
    top: 0;
    /* opacity: 0.5; */
}

ul.navbar-nav li {
    padding: 0 !important;
    margin: 0 !important;
}

.header-btn-main {
    padding: 0;
    /* position: relative; */
    margin: -20px 0 0 0;
}

.ranking-div h2 {
    color: #f58201;
}
.bnr-btn a i {
    padding: 0 0 0 5px;
}

.footer-sec .row {
    justify-content: space-between;
}
ul.ftr-ul-2 {
    padding: 0 0 0 25px;
}


ul.ftr-ul-2 .fa-solid.fa-envelope {
    font-size: 25px;
    padding: 0 5px 0 0px;
}
.ftr-ul-1 {
    padding: 0 0 0 15px !important;
}
.head-get-btn::before {
    position: absolute;
    content: "";
    background: #272727;
    width: 105%;
    height: 2px;
    bottom: -7px;
    left: -5px;
}
.feature-sec-icon-box {
    position: relative;
    z-index: 1;
}

.feature-sec-icon-box::before {
    position: absolute;
    content: "";
    background: #F8D15A;
    width: 80px;
    height: 80px;
    z-index: -1;
    border-radius: 50%;
    left: -22px;
    top: -20px;
}

video.inner_vid {
/*    width: 441px;
    height: 577px;
    object-fit: cover;
    border-radius: 25px;*/

    width: 441px;
    height: 557px;
    border-radius: 25px;
    object-fit: contain;


}

.about-sec .about-txt h5 {
    padding: 0 0 10px 0;
}

.about-sec .trust-div {
    margin: 30px 0 0 0;
}

.inner-banner{

    background: url('../images/ser-banner.png');
}

.article-writing-superhero-sec .brand-strategy-data-box {
    right: 50px !important;
    bottom: 35px;
}
section.brand-strategy-position-sec .hd-txt {
    padding: 0;
}


ul.book-publish-genre-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 25px 0px 65px 0;
}

ul.book-publish-genre-list li {
    text-align: center;
    cursor: pointer;
}

ul.book-publish-genre-list li h5 {
    color: #282828;
    font-size: 18px;
    padding: 15px 0 0 0;
}

section.book-publish-genre-sec {
    position: relative;
    padding: 90px 0px;
}

.book-publish-genre-sec .trans-head {
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.book-publish-genre-sec .trans-head h3 {
    font-size: 250px;
    color: #f58201;
}

.book-publish-genre-box {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.book-publish-genre-head .hd-txt p {
    padding: 5px 0 30px 0;
}

.book-publish-genre-head .hd-txt {
    padding: 0;
    text-align: left;
}

.book-publish-genre-sec .row {
    align-items: center;
}

 
.book-publish-genre-sec li.active img {
    filter: invert(24%) sepia(75%) saturate(4054%) hue-rotate(330deg) brightness(-5799%) contrast(101%);
}

.book-publish-genre-sec li.active h5 {
    color: #272727 !important;
}

.book-publish-genre-sec .bnr-btn a {
    color: #f58201;
}

.book-publish-genre-sec .bnr-btn a.publish-btn {
    color: #272727;
}
.contact-faq-sec{background: url('../images/contact-faq-sec.png');background-repeat: no-repeat;padding: 70px 0px;background-size: cover;background-position: center;height: 800px;}
.accordion-item {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: none;
    /* padding: 18px 0px; */
    margin: 0 0 10px 0;
}

.accordion-item h2 {
    border: none;
    padding: 15px 0px 15px 50px;
    font-size: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
}

.accordion-item h2 button {
    border: none;
    background: none;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    line-height: normal;
}

.accordion-body {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0 20px 50px;
}

.accordion-item h2 button:focus {
    outline: none;
}
.faq-head-main h3 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.faq-head-main p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.faq-head-main {
    margin: 0 0 30px 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: none!important;
    transform: rotate(0)!important;
    position: absolute!important;
    content: "\f068"!important;
    color: #f58201 !important;
    font-size: 15px;
}
.accordion-button::after {
    content: ""!important;
    background-image: none!important;
    background-size: 1.25rem!important;
    transition: transform .2s ease-in-out!important;
    position: absolute!important;
    content: "\f067"!important;
    font-family: FontAwesome;
    left: 35px!important;
    color: #000000;
    font-size: 16px;
}

.ab-tx-ul-li {
    margin: 0 0 5px 0;
}
.iner-pub-main-box {
    height: 100%;
}

.inner-publishing-sec .col-sm-4:nth-child(1), .inner-publishing-sec .col-sm-4:nth-child(2),.inner-publishing-sec .col-sm-4:nth-child(3) {
    margin: 0 0 100px 0;
}

.reputation-managment-personal-sec{background: url('../images/reputation-managment/reputation-managment-bus-banner.png');background-repeat: no-repeat;background-size: cover;padding: 70px 0px;}

.reputation-managment-personal-box{background: url('../images/reputation-managment/reputation-managment-personal-banner.png');background-repeat: no-repeat;/* background-size: contain; */padding: 70px 130px 70px 30px;}

.reputation-managment-bus-sec h4 {
    color: #101010;
    font-size: 40px;
    font-weight: bold;
}

.reputation-managment-bus-sec p {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 5px 0 20px 0;
}

.reputation-managment-personal-list li i {
    color: #f58201;
    padding: 0px 5px 0 0;
}

.reputation-managment-personal-list li {
    color: #000000;
    font-size: 16px;
}

.reputation-managment-personal-list {
    margin: 0 0 25px 0;
}





/*  */

.reputation-managment-personal-box h4 {
    color: #fff;
}

.reputation-managment-personal-box p {
    color: #fff;
}

.reputation-managment-personal-box .reputation-managment-personal-list li {
    color: #ffff;
}

.reputation-managment-personal-box .reputation-managment-personal-list li i {
    color: #f8d15a;
}

.reputation-managment-personal-box .bnr-btn a {
    color: #fff;
}

.reputation-managment-personal-box .bnr-btn a i {
    color: #f8d15a;
}

section.header-mail-top marquee {
    color: #000;
}

.top-header-box {
    display: flex;
    justify-content: end;
    column-gap: 50px;
}
/*  */

[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}



.process-main-col{
    justify-content: center;
    flex-wrap: wrap;
}








.terms-inner-banner{
    
}




.sec_pricing{

    background: #fff;
    padding: 60px 0;
}



.pricing-table{
    color: #737373;
}





.pricing-table-colorful {
    margin-left: 0px;
    margin-right: 0px;
}



.pricing-table-colorful {
    margin-left: 0;
    margin-right: 0;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 14px 14px 70px rgba(0,0,0,.07);
}



.pricing-table-colorful .pricing-table-header {
    padding: 18px 20px;
    position: relative;
    opacity: 1;
}




.pricing-table-colorful.color-green .pricing-table-header, .bg-green {
    background-color: #b3e2c5;
        opacity: 1;
}



.pricing-table-colorful .pricing-table-header:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 3px 3px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    z-index: 0;
    background-color: var(--color-primary);
}




.pricing-table-colorful.color-green .pricing-table-header:before {
    background-color: #46d664;
}




.pricing-table-colorful h5 {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 7px 0;
    position: relative;
    z-index: 2;
    font-size: 23px;
    font-weight: 600;
    color: #181b31;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}


.pricing-emoji {
    width: 42px;
    margin-right: 8px;
    margin-top: -6px;
}

.pricing-table-colorful h5 small {
    font-size: 1.1em;
}

.pricing-table-colorful h5 small {
    color: #6F3C22;
}


.pricing-table-colorful.color-green .featured-tag, .pricing-table-colorful.color-green h5 small {
    color: #46d664;
}

.pricing-table-colorful.color-blue .featured-tag, .pricing-table-colorful.color-green h5 small {
    color: #194929;
}


.pricing-table-colorful .pricing-table-body {
    padding: 10px 0;
}



.pricing-table-colorful ul {
    color: #808291;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-table-colorful ul li {
border-bottom: 1px solid #e7eaef;
    padding: 1em;
    display: block;
    text-align: center;
}


.pricing-table-body img {
height: 100%;
    max-height: 16px;
    margin-right: 6px;
} 


.pricing-table-body img.google-news {
max-height: 20px;
    margin-top: -6px;
    margin-left: 4px;
}

.pricing-table-colorful ul strong {
    color: #181b31;
}

.pricing-table-colorful .pricing-table-footer {
    margin-bottom: 42px;
}


.pricing-table-colorful.color-blue .pricing-table-header:before {
    background-color: #02a0e5;
}



.pricing-table-colorful .pricing-table-header:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 3px 3px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    z-index: 0;
    background-color: #ff798e;
}







.button_pricing{

        width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #272727;
    color: #fff;
    padding: 10px 0;
    margin: 0 0 0 0;
    border-radius: 5px;
    font-size: 21px;
}


.button_pricing:hover{
background: #f58201;
color: #fff;
    }



    .terms-inner-banner {
    height: 110px;
}


.terms_condition{
width: 100%;
    float: left;
    padding: 50px 0;

}


.terms_condition .title{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    color: #272727;
    padding-bottom: 10px;
}



.tabs_pricing{

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 9px 0 0 0;
    float: left;
    width: 100%;
    padding-bottom: 17px;
    gap: 41px;
}


.tabs_pricing a{
    color: #000 !important;
    padding: 12px 29px !important;

}

.tabs_pricing a.active { 
  background: #F8D15A !important;
    color: #000 !important;
    padding: 12px 29px !important;
    </span>
}


.tabs_pricing a:hover{ 
background: #F8D15A !important;
    color: #000 !important;
    padding: 12px 29px !important;
}



.contact-faq-sec-pricing{
    height: auto !important;
}


.expiery {
    display: flex;
    justify-content: space-between;
}



.contact-us-form-box select {
    border: 2px solid #d5cec6;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin: 0 0 10px 0;
    padding: 0px 10px 0px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #616067;
    width: 47%
}


.payment_page {
    margin: 0 0 14px 0;
}



.contact-us-form-box .sec_pricing {
    margin: -50px 0 0;
    background: transparent;
}

.contact-us-form-box .get-btn{
    display: none;
}

/*ghost-services-pages*/
section.wiki-hire-section {
    padding: 50px 0;
    position: relative;
}
section.wiki-hire-section .brand-strategy-position-bf {left: 0;top: 235px;}
.ghost-bener-bg {
background-image: url(../images/wikipedia-writing-banner-bg.png);
}

.custom-wiki-ul-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 10px 0;
}

.custom-wiki-ul-box ul li {
    width: 50%;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #616067;
    margin: 0 0 5px 0;
}

.custom-wiki-ul-box ul li i {
    color: #f58201;
}
section.wiki-hire-section .about-txt-inner p {
    padding: 0 0 0 0;
    margin: 0;
    color: #616067;
}

p.pera-border {
    position: relative;
    padding: 0 !important;
    margin: 0;
}

p.pera-border:before {
    content: '';
    position: absolute;
    border: solid 1px #F8D15A;
    height: 85px;
    width: 2px;
    top: 5px;
    left: -10px;
    display: none !important;
}

.coun-tex-flex {
    display: flex;
    align-items: center;
}

h3.counter-value {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: #272727;];
}

.prou-countr-box span {
    font-size: 45px;
    font-weight: 600;
    color: #272727;
}

.prou-countr-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.prou-countr-box p {
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0 !important;
}

.ser-ghot-img img {
    width: 100%;
}

.row.row-box {
    display: flex;
    align-items: center;
    padding: 70px 0 0 1px;
}

section.wiki-hire-section .bnr-btn {
    padding: 0;
}




.ghsot-engagement-sec .inner-main-col-serv-publishing .inr-pub-hd {
    display: block !important;!
}

.ghsot-engagement-sec .iner-pub-main-box {
    height: auto;
    background: #F6FAFB;
    padding: 30px 20px;
    text-align: center;
    border-radius: 30px;
}

.ghsot-engagement-sec .inr-pub-img {
    text-align: center;
    margin: 0 auto 10px;
}

.ghsot-engagement-sec a.learn-more-btn.popup-btn {
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
}

.ghsot-engagement-sec .iner-pub-main-box:hover {
    background: #0e0071;
}

.ghsot-engagement-sec .iner-pub-main-box:hover h3 {
    color: #fff;
}

.ghsot-engagement-sec .iner-pub-main-box:hover p {
    color: #fff;
}
.ghsot-engagement-sec .iner-pub-main-box:hover .learn-more-btn {
    color: #fff;
}

/* Hover effect (blue background) */
.ghsot-engagement-sec .iner-pub-main-box:hover {
    background-color: #0e0071;
    color: white; /* Optional: Change text color */
}

/* Active effect (same as hover) */
.ghsot-engagement-sec .iner-pub-main-box.active {
    background-color: #0e0071;
    color: white; /* Ensure text color matches hover effect */
}


.iner-pub-main-box.active p {
    color: #fff;
    text-align: center;
    margin: auto;
}

.iner-pub-main-box.active h3 {
    color: #fff;
}

.iner-pub-main-box.active .learn-more-btn {
    color: #fff;
}
.ghsot-engagement-sec {
    background: transparent;
}

.ghsot-engagement-sec .inr-pub-img {
    background: #F8AE1B;
    border-radius: 15px;
}

section.owner-ship-sec {
    padding: 30px 0;
}
.owner-box {
    padding: 30px 20px;
    border: solid 1px #6160671f;
    border-radius: 5px;
}

.owner-img-box {
    height: 61px;
    width: 61px;
    background: #F8AE1B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.owner-box p {
    font-size: 16px;
    font-weight: 400;
    color: #616067;
    margin: 0;
    padding: 0;
    min-height: 150px;
}

.owner-box h4 {
    font-size: 17px;
    font-weight: 600;
    color: #272727;
    margin: 20px 0 10px 0;
}
/*ghost-services-pages*/


ul#toplevel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 999;
}

ul#toplevel li {
    width: 16% !important;
    margin: 50px auto 0;
    display: table !important;
    
}

.ghot-work-tb h4 {
    font-size: 25px;
    font-weight: 600;
    color: #f58201;
    margin: 10px 0 10px 0;
}

.ghost-tb-flex p {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.ghost-tb-flex {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    background: #fff;
}

section.ghost-work-section {
    padding: 50px 0;
    background: #F5F9FA;
}


.ghot-tab-img img {
    width: 100%;
}

section.ghost-work-section ul#toplevel li a {
    font-size: 20px;
    font-weight: 600;
    color: #2f2f2f;
}


section.ghost-work-section ul#toplevel li span {
    height: 45px !important;
    width: 45px !important;
    background: #fff;
    padding: 6px;
    border-radius: 40px;
    border: solid 1px #0000001f;
    margin: auto;
    display: table;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.ghost-work-section ul#toplevel:before {
    position: absolute;
    content: '';
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    border: solid 1px #000;
    width: 85%;
    z-index: -1;
}
section.ghost-work-section li.active span {
    background: #f58201 !important;
    color: #fff;
    transform: scale(1.1);
}


section.award-section {
    padding: 20px 0;
    background: #F8AE1B;
    position: relative;
}

section.award-section .hd-txt h2 {
    padding: 0;
    text-align: start;
    color: #000;
    line-height: 40px;
}

section.award-section .hd-txt {
    padding: 0;
}

.logos-slider img {
    width: 80px;
}
section.award-section:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    /* height: 100%; */
    width: 56%;
    background: #272727;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
}
section.wiki-hire-section .hd-txt {
    padding: 0;
}

section.ghot-port {
    padding: 50px 0;
}

/*.box18*/
.box18 {
    overflow: hidden;
    position: relative
}

.box18::after,
.box18::before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.box18:hover::after,
.box18:hover::before {
    -webkit-transform: scale(400);
    -moz-transform: scale(400);
    -ms-transform: scale(400);
    -o-transform: scale(400);
    transform: scale(400)
}

.box18::before {
    -o-transition: .5s linear .3s;
    -moz-transition: .5s linear .3s;
    -ms-transition: .5s linear .3s;
    -webkit-transition: .5s linear .3s;
    transition: .5s linear .3s
}

.box18:hover::before {
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s
}

.box18::after {
    -o-transition: .5s linear .6s;
    -moz-transition: .5s linear .6s;
    -ms-transition: .5s linear .6s;
    -webkit-transition: .5s linear .6s;
    transition: .5s linear .6s
}

.box18:hover::after {
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.box18 img {
    width: 100%;
    height: auto;
    border-radius: 4px
}

.box18 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    color: #fff;
    padding-top: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.box18:hover .box-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.box18 .title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-top: 20px
}

.box18 .description {
    font-size: 14px;
    font-style: italic;
    padding: 0 10px;
    margin: 15px 0
}

.box18 .read-more {
    display: block;
    width: 120px;
    background: #178993;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0 auto
}

@media only screen and (max-width:990px) {
    .box18 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:479px) {
    .box18 .box-content {
        padding-top: 0
    }
}

@media only screen and (max-width:359px) {
    .box18 .title {
        padding-bottom: 10px
    }
}

.box18:hover .box-content i {
    font-size: 40px;
    color: #fff
}

/*.box18*/


section.ghot-port .slick-dots li button:before {
    content: "\25CF"; /* Unicode for a circle */
    font-size: 30px; /* Adjust size */
    color: #060606; /* Default color */
    transition: color 0.3s;
}

section.ghot-port .slick-dots li.slick-active button:before {
    color: #f58201; /* Active color */
}

section.ghot-port .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 0 0;
    list-style: none;
    text-align: center;
}
section.ghot-port .slick-dots li {
    margin: 0 2px;
}


/* Sub-menu container */
.start-header .dropdown-submenu {
    position: relative;
}

/* Positioning the sub-menu */
.start-header .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-left: 0;
    display: none; /* Initially hidden */
}

/* Show sub-menu on hover */
.start-header .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Optional: Add arrow indicator for sub-menu */
.start-header .dropdown-submenu > .dropdown-item::after {
    content: "";
    margin-left: 10px;
    transform: rotate(270deg);
    margin: 0 0 -2px 10px;
    font-size: 18px;
}
.start-header .dropdown-submenu a.dropdown-item.dropdown-toggle {
    /* color: #f58201; */
    font-weight: bold;
    color: rgba(0,0,0,.5);
}

.navbar-brand:before {
    position: absolute;
    content: "";
    top: 0;
    left: -35px;
    right: 0;
    bottom: 0;
    background: #0F0F0F;
    width: 245px;
    clip-path: polygon(80% 0, 100% 100%, 0 100%, 0 0);
    height: 80px;
}
.header-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: -50px;
    right: 0;
    bottom: 0;
    background: #0f0f0f;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 15% 0);
    height: 80px;
    width: 265px;
    z-index: -1;
}

.header-btn a.head-tel-btn {
    color: #fff;
    margin: 10px 0 0 0;
}
section.inner-publishing-sec.content-engagement-we-sec.ghsot-engagement-sec .iner-pub-box p {
    text-align: center;
    margin: auto;
}



/*section.faq-section*/

section.faq {
   padding: 50px 0;
   /* background-image: url(../images/faqs-bg.webp); */
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   overflow: hidden;
   background: #F5F9FA;
}

.faq_single {
   overflow: hidden;
   margin-bottom: 20px;
   border-radius: 29px;
   /* background: #F7F7F7; */
}

.faq_single p.faq__title {
   position: relative;
   margin: 0;
   padding: 15px 40px 15px 20px;
   color: #fff;
   cursor: pointer;
   background-image: linear-gradient(to right, #aa076b, #61045f);
}

.faq_single p.faq__title:before {
   content: "\f107";
   font-family: 'FontAwesome';
   position: absolute;
   right: 20px;
   transition: .5s;
   font-size: 17px;
   top: 14px;
   background-color: #ffffff40;
   width: 22px;
   height: 22px;
   text-align: center;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff !important;
}

.faq_single h4.faq__title {
   position: relative;
   /* margin: 0; */
   padding: 15px 40px 20px 0;
   color: #222;
   cursor: pointer;
   font-size: 18px;
   border-bottom: solid 1px #929292;
   border-radius: 0;
   line-height: 27px;
   text-transform: capitalize;
   font-weight: 600;
   width: 95%;
}

.faq_single h4.faq__title:before {
   content: "\f107";
   font-family: 'FontAwesome';
   position: absolute;
   right: 0;
   transition: .5s;
   font-size: 22px;
   top: 20px;
   /* background-color: #000; */
   width: 22px;
   height: 22px;
   text-align: center;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #f6432e;
}

.faq_single .faq__text {
   padding: 20px 30px 30px 0px;
   /* background-color: #2b202012; */
   display: none;
}

.faq_single .faq__text p:last-child {
   margin: 0;
}

.faq_single:last-child {
   margin-bottom: 0;
}

.faq_single .open_faq:before {

    .__ourServices {
    padding: 50px 0;
}
.__ourServices .__content p:not(.__testiCard .__identity .__content p){
    /* min-height: 100px; */
    margin: 0;
    /* min-height: 220px; */
}

.__ourServices .__testiCard {
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 20px;
    width: 95% !important;
}

.__ourServices .__testiCard .__content:not(.__identity .__content) {
    /* border-bottom: 1px solid #707070; */
    padding: 10px 0 0;
}

.__ourServices .__testiCard .__identity {
    padding: 10px 0;
    gap: 10px;
    display: none !important;
}

.__ourServices .__testiCard .__identity .__content h4 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
}

.__ourServices .__testiCard .__identity .__content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

ul.slick-dots {
    position: absolute;
    display: flex;
    /* justify-content: start; */
    gap: 0;
    align-items: center;
    bottom: -65px;
    left: 40px;
    justify-content: center;
}

ul.slick-dots li {
    background-color: #D3D5D8;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

ul.slick-dots li.slick-active {
    background-color: #272727;
    width: 15px;
    height: 15px;
}

ul.slick-dots li button {
    display: none;
}

.__ourServices button.slick-prev.slick-arrow {
    position: absolute;
    left: 92%;
    top: inherit !important;
    bottom: -40px;
}

.__ourServices button.slick-next.slick-arrow {
    top: inherit !important;
    right: 40px;
    bottom: -40px;
}

.__ourServices .slick-next,
.__ourServices .slick-prev {
    background: inherit;
    cursor: pointer;
}
.__testiCard h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.__ourServices .hd-txt {
    padding: 0;
}
   transform: rotate(180deg);
}

.faq_single .faq__text p {
   font-size: 16px;
   width: 100%;
   color: #242424;
   border-bottom: solid 1px #929292;
   padding: 0 0 20px 0;
}

.faq_wrap {
   margin: 30px 0 0 0;
}

section.faq-section .faq_wrap .faq_single .firstOpen {
   display: block;
}

section.faq .hd-txt {
    padding: 0 0 0px 0;
    text-align: start;
}

/*section.faq-section*/


.__ourServices {
    padding: 50px 0;
}
.__ourServices .__content p:not(.__testiCard .__identity .__content p){
    /* min-height: 100px; */
    margin: 0;
    /* min-height: 220px; */
}

.__ourServices .__testiCard {
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 20px;
    width: 95% !important;
}

.__ourServices .__testiCard .__content:not(.__identity .__content) {
    /* border-bottom: 1px solid #707070; */
    padding: 10px 0 0;
}

.__ourServices .__testiCard .__identity {
    padding: 10px 0;
    gap: 10px;
    display: none !important;
}

.__ourServices .__testiCard .__identity .__content h4 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 700;
}

.__ourServices .__testiCard .__identity .__content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

ul.slick-dots {
    position: absolute;
    display: flex;
    /* justify-content: start; */
    gap: 0;
    align-items: center;
    bottom: -65px;
    left: 40px;
    justify-content: center;
}

ul.slick-dots li {
    background-color: #D3D5D8;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

ul.slick-dots li.slick-active {
    background-color: #272727;
    width: 15px;
    height: 15px;
}

ul.slick-dots li button {
    display: none;
}

.__ourServices button.slick-prev.slick-arrow {
    position: absolute;
    left: 92%;
    top: inherit !important;
    bottom: -40px;
}

.__ourServices button.slick-next.slick-arrow {
    top: inherit !important;
    right: 40px;
    bottom: -40px;
}

.__ourServices .slick-next,
.__ourServices .slick-prev {
    background: inherit;
    cursor: pointer;
}
.__testiCard h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.__ourServices .hd-txt {
    padding: 0;
}
.custom-wiki-ul-box {
    margin: 15px 0 0 0;
}
section.brand-strategy-position-sec h4 {
    font-size: 20px;
    margin: 15px 0 0 0;
}

section.brand-strategy-position-sec .about-txt-inner p {
    padding: 15px 0 0 0;
}

section.brand-strategy-position-sec .hd-txt h2 {
    margin: 0;
    padding: 0;
}

.__testiCard .__content p {
    height: 145px;
    width: 100%;
    overflow-y: scroll;
    /* padding: 0 20px 0 0; */
    margin: 0;
    overflow: auto;
}

.__testiCard .__content p::-webkit-scrollbar {
    display: none;
}


.__testiCard .__content p {
  -ms-overflow-style: none;  / IE and Edge /
  scrollbar-width: none;  / Firefox /
}

.dropdown-menu {
    position: absolute;
}

.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-left: 0.1rem;
}


/* .pera-scrollbar {
    float: left;
    height: 170px;

    overflow-y: scroll;
    margin-bottom: 25px;
}


.pera-scrollbar::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
  }
  

  .pera-scrollbar::-webkit-scrollbar-track {
    background: #272727;
    border-radius: 10px;
  }
  

  .pera-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }
  

  .pera-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
  } */