/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
    overflow-x:hidden;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */


/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/


/*----------------------
Footer
----------------------*/

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter';
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}
div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Inter';
}

div#service-slider .content p {
    font-size:20px;
    color: #0d4199;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
}
div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    padding:25px;
}
#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}

/* New css starts here */


.pre_next_btns {
    position: absolute !important;
    /*right: 0px;*/
    right: -60px;
    bottom: 150px;
    vertical-align: top;
    transform: rotate(7deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 25px !important;
    z-index: 9;
}

.pre_next_btns ul li a {
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    cursor: pointer;
    height: 50px;
    min-width: 100px;
    position: relative;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 20px;
    color: #fff;
}

.pre_next_btns ul {
    display: flex !important;
    display: -webkit-flex;
    flex-flow: row;
}

header {
    position: absolute;
    /*display:none;*/
    left: 0px;
    right: 0px;
    width: 100%;
    top: 0px;
    z-index: 1;
    transform: translateY(-100%);
}

header.sticky {
    position: fixed;
    /*display: block;*/
}
header.sticky {
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 99;
    top: 0px;
	animation: slide-down 0.7s;
	transform: translateY(0%);
	/*background: rgb(0, 0, 0, 0.5);*/
 /*   backdrop-filter: blur(5px);*/
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        
        transform: translateY(0);
    } 
}


.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.add_extra_glow_txt .elementor-heading-title {
    text-shadow: 0 0 0px #fff, 0 0 10px #d28cff, 0 0 15px #d28cff;
}

.pink_dark_shadow .elementor-heading-title {
    text-shadow: 0 0 0px #fff, 0 0 5px #d28cff, 0 0 10px #d28cff,0 0 20px #d28cff;
}

.top_menu_style li.menu-item a {
    position: relative;
}

.top_menu_style li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background: #E953DA !important;
    opacity: 1 !important;
    margin: 0 auto;
}

.top_menu_style li.menu-item:hover a:after {
    width: 100%;
}

.header_social_top {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    justify-content: flex-end;
    align-items: center;
}

.header_social_top li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    /*box-shadow: inset 0px 0px 8px 8px #003067;*/
    box-shadow: inset 0px 0px 8px 5px #1f77d5;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}

.header_social_top li:last-child a {
    width: auto;
    height: auto;
    padding: 2px 10px;
    border-radius: 10px;
}

.author_abt_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.author_abt_list ul li {
    display: inline-block;
    padding: 8px 20px;
    box-shadow: inset 0px 0px 10px 0px #EA00FF,inset 0px 0px 25px 0px #EA00FF;
    border-radius: 10px;
}

.my_pink_btn .elementor-button {
    box-shadow: inset -2px 5px 8px 0px #fff;
}

.btn_main_row {
    margin-top: -100px;
}

.btn_main_row .pre_next_btns {
    bottom: 230px;
}
.book_cover_img img {
    max-width: 130% !important;
}
.platform_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 80%;
    margin: 50px auto 0px;
}

.my_video_box {
    width: 54px !important;
    height: 54px !important;
    margin: 0 auto;
}

.set_btm_sp {
    margin-bottom: 10px !important;
}

.author_writer_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
}

.author_writer_list ul li {
    font-size: 15px;
    text-align: center;
}

.author_writer_list ul li img {
    display: block;
    margin: 0 auto 15px;
}

.add_col_shadow .elementor-widget-wrap.elementor-element-populated {
    box-shadow: inset 0px 0px 18px 12px #1f77d5;
    margin: 0px 5px;
    border-radius: 10px;
    padding: 25px !important;
}

.voice_row {
    margin: 40px 60px 0px;
}

.post_single_page h2.post-title {
    display: none;
}

.blog_section_row {
    padding: 3em 0px 2em;
}

.post_single_page header {
    background: rgb(0,0,0,0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.inner_row {
    margin-bottom: 35px;
}
.my_blog_style .elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}

.my_blog_style .elementor-post__text {
    padding: 25px;
    background: rgb(0,0,0,0.4);
    box-shadow: inset 0px -6px 25px 10px #1f77d5;
}

.my_blog_style .elementor-post__text .elementor-post__title {
    min-height: 88px;
}

.add_top_margin {
    margin-top: 81px;
}

.blog_section_main  .elementor-container.elementor-column-gap-default {
    transform: scale(0.95);
}

.my_testi_block .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden !important;
}

.my_testi_block .elementor-testimonial__content {
    padding: 100px 50px!important;
    box-shadow: inset 0px 0px 45px 13px #1f77d5;
    border-radius: 10px;
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}

.my_testi_block .elementor-testimonial__footer {
    margin-top: -60px !important;
}

.my_testi_block .elementor-testimonial__image img {
    width: auto !important;
    height: auto !important;
}
.book_cover_img {
    left: -50px;
}

.post_single_page .pre_next_btns {
    display: none;
}

@media only screen and (max-width: 1385px) {
    header.sticky {
    	background: rgb(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
    }
}

/* New css ends here */
