a:focus,
a:hover,
body,
h2 {
    color: #393939
}

.theme_btn:hover,
h3 {
    color: #000
}

h5,
ul {
    margin: 0 0 20px
}

.menuSec,
.menuSec ul,
.noPadding,
ul {
    padding: 0
}

.menuSec ul li,
.menuSec ul li a,
.theme_btn {
    display: inline-block;
    position: relative
}

.menuSec ul li a,
a,
a:focus,
a:hover {
    text-decoration: none
}

.centerCol,
.menuSec li:hover li {
    float: none
}

body {
    word-break: break-word;
    font: 15px/25px Poppins, sans-serif;
    overflow-x: hidden
}

h1,
h2 {
    font-size: 55px;
    font-family: Poppins, Sans-Serif
}

h1,
h2,
p {
    font-weight: 500;
    line-height: 1.2
}

a {
    color: #28b16d;
    white-space: initial
}

a:hover {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out
}

img {
    max-width: 100%
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    outline: 0
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

ul {
    list-style-type: none
}

.noLeft {
    padding-left: 0
}

.menuSec ul li:last-child a,
.noRight {
    padding-right: 0
}

.centerCol {
    margin: 0 auto
}

.pt_8 {
    padding-top: 80px
}

.pb_8 {
    padding-bottom: 80px
}

.py_8 {
    padding: 80px 0
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #fff;
    z-index: 1;
    background: #242889;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, .27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, .27);
    transition: 250ms;
    overflow: hidden
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, .27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, .27);
    transition: 250ms
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.theme_btn:hover::before {
    width: 100%
}

.droopdwon li:hover>ul,
.menuSec li:hover>ul {
    position: absolute;
    background-color: #000;
    width: 230px;
    text-align: left;
    z-index: 1000;
    left: 0
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center
}

h1 {
    color: #fff;
    margin: 0 0 17px
}

h2 {
    margin: 0 0 30px
}

h3 {
    font-family: Poppins, Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 28px
}

h4,
h5,
h6 {
    font-family: Poppins, Sans-Serif;
    line-height: 1.2;
    font-weight: 500;
    color: #393939
}

h4 {
    font-size: 24px;
    margin: 0 0 13px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px;
    margin: 0 0 22px
}

select {
    background: url('../images/arrow.html') right no-repeat #fff;
    padding: 0 40px 0 30px
}

::-webkit-input-placeholder {
    color: #575757
}

::-moz-placeholder {
    color: #575757;
    opacity: 1
}

:-ms-input-placeholder {
    color: #575757
}

:-moz-placeholder {
    color: #575757;
    opacity: 1
}

.menuSec img {
    margin: 0
}

.menuSec ul {
    position: relative;
    list-style: none;
    margin: 0;
    text-align: right;
    text-transform: capitalize
}

.menuSec ul li {
    margin: 0;
    padding: 0
}

.menuSec li ul,
.menuSec li>ul>li>a:after,
.menuSec li>ul>li>a:before,
.menuSec ul li:last-child a:after {
    display: none
}

.menuSec ul li a {
    color: #393939;
    padding: 10px 23px;
    font-size: 13px
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939
}

.menuSec ul li a.active,
.menuSec ul li a:hover {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    color: #28b16d
}

.menuSec li:hover>ul {
    display: block;
    top: 38px
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0
}

.droopdwon li:hover li a:hover,
.menuSec li ul li a:hover {
    background-color: #fff;
    color: #000 !important
}

.menuSec ul ul ul {
    left: 100%;
    top: 0
}

.menuSec ul:after,
.menuSec ul:before {
    content: " ";
    display: table
}

.menuSec ul:after {
    clear: both
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0;
    width: 270px
}

.droopdwon li:hover>ul {
    display: block;
    top: 40px
}

.droopdwon {
    float: left
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto
}

.carousel-control.left,
.carousel-control.right {
    background: rgba(255, 255, 255, .1);
    opacity: 1;
    width: 50px;
    height: 50px;
    top: 40%;
    text-shadow: none
}

.carousel-control.left:hover,
.carousel-control.right:hover {
    background: rgba(255, 27, 27, .6);
    color: #fff
}

.carousel-control.left .fa,
.carousel-control.right .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: .5
}

.carousel-control.right {
    right: 0
}

.carousel-control.left {
    left: 0
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    border-radius: 20px
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1)
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px
}

.blog_sec {
    padding: 5% 0
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px
}

.articals_pg .inner_banner_textt h2,
.ghost_Pg .inner_banner_textt h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 32px
}

.articals_pg .inner_banner_textt h1,
.ghost_Pg .inner_banner_textt h1 {
    font-size: 40px;
    color: #f90;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 45px
}

.articals_pg .faqss .faqs-heading h3,
.copywri_pg .faqss .faqs-heading h3,
.ebook_pg .faqss .faqs-heading h3,
.ghost_Pg .faqss .faqs-heading h3,
.press_pg .faqss .faqs-heading h3,
.product_pg .faqss .faqs-heading h3,
.seo_Pg .faqss .faqs-heading h3 {
    font-size: 50px;
    color: #000;
    text-align: center;
    width: 100%;
    margin: 0 auto 10px;
    font-weight: 700;
    line-height: 60px
}

.copywri_pg .inner_banner_textt p {
    margin-bottom: 5px
}

.copywri_pg .inner_banner_textt ul {
    margin: 20px 0 0
}

.copywri_pg .inner_banner_textt h1,
.ebook_pg .inner_banner_textt h1 {
    font-size: 30px;
    color: #f90;
    margin-bottom: 10px;
    line-height: 32px
}

.product_pg .inner_banner_textt h1,
.seo_Pg .inner_banner_textt h1 {
    color: #f90
}

.social_media_linkss_ft ul {
    margin: 0;
    gap: 20px
}

.social_media_linkss_ft ul li a i {
    font-size: 20px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s;
    color: #fff
}

.social_media_linkss_ft ul li a i:hover {
    transition: .5s;
    transform: scale(1.3)
}

.social_media_linkss_ft ul li a .fa-brands.fa-linkedin-in,
.social_media_linkss_ft ul li a i.fa-brands.fa-facebook-f {
    background: #3b5998
}

.social_media_linkss_ft ul li a i.fa-brands.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.social_media_linkss_ft ul li a i.fa-brands.fa-twitter {
    background: #1da1f2
}

.social_media_linkss_ft ul li a i.fa-brands.fa-youtube {
    background: red
}

.new_lbel {
    color: #fff
}

.new_lbel input {
    height: auto !important;
    width: auto !important
}

.publishing_ebooks h2 {
    font-size: 28px;
    line-height: 30px;
}