/*----------------------
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: #ab5c81;
    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;} */



p {
    font-weight:400;
    line-height:25px;
}
/*----------------------
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 */

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

header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20px;
    margin: 0 auto;
    z-index: 1;
}
.top_banner_section {
    padding: 10em 0px 0em;
    height: 750px;
    border-bottom: solid 10px #ab5c81;
}
.add_col_top_sp {
    padding-top: 10em;
}

.my_btn_style .elementor-button {
    padding: 14px 33px !important;
}
.large_txt {
    font-size: 95px;
}
.platform_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 20px;
    align-items: center;
}

.platform_list ul li.right_list_border {
    position: relative;
}
.platform_list ul li.right_list_border:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 18px;
    width: 2px;
    height: 60%;
    background: #ab5c81;
}
.top_banner_cover_img {
    text-align: right !important;
    right: -5em;
    top: 20px;
}
.platform_list {
    margin: 25px 0px 0px;
}
.author_section {
    padding: 12em 0px 5em;
}

.section_small_title {
    margin-bottom: 12px !important;
}

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

.author_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.author_list ul li {
    border: solid 2px #ab5c81;
    padding: 5px 22px;
    border-radius: 35px;
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.two_col_btn ul a {
    display: inline-block;
    padding: 12px 33px !important;
    font-size: 16px;
    color: #fff;
    background: #ab5c81;
    border-radius: 35px;
    border: solid 2px #ab5c81;
    transition: all 0.5s linear;
    background-position: 100% 100%;
}

.two_col_btn ul li.black_border_btn a {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.two_col_btn ul li.black_border_btn a:hover {
    background: #000;
    border-color: #000;
}

.two_col_btn ul a:hover {
    background: #000;
    border-color: #000;
}


.two_col_btn ul li.black_border_btn img {
    margin-right: 10px;
}

.book_info_list ul
{
    display:flex;
    display:-webkit-flex;
    flex-flow:wrap;
}

.book_info_list li {
    flex:0 0 50%;
    margin-bottom: 15px;
}

span.bold_txt {
    display:block;
    margin:0px 0px 5px;
}

span.small_txt {
    font-size: 13px;
}

.book_main_section {
    height: 450px;
    margin: 14em 0px 6em;
}

.book_info_list li:last-child {
    margin-bottom: 0px;
}

.book_txt_col {
    padding-top: 38px;
}

.book_cover_img {
    position: relative;
    top: -13em;
    right: 3em;
}

.book_cover_img img {
    max-width: 115% !important;
}
h2.post-title {
    display: none;
}
.inner_page_banner {
    min-height: 500px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background: #181818;
    border-bottom: solid 10px #ab5c81;
}

.inner_page_banner h2 {
    margin: 1.5em 0px 0px;
    text-shadow: 0px 0px 3px #000;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Times New Roman", Sans-serif;
    color: #ab5c81;
}
.main_blog_section {
    padding: 7em 0px;
}
.blog_main_section {
    padding: 10em 0px 6em;
}

.my_testi_style .swiper-slide {
    padding: 0px !important;
}

.my_testi_style .elementor-testimonial__title {
    position: relative;
}

.my_testi_style .elementor-testimonial__title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -12px;
    background-image: url('/wp-content/uploads/2024/09/testi_star_icon.png');
    width: 77px;
    height: 13px;
}

.my_testi_style .elementor-testimonial__title {
    display: inline-block;
    margin-bottom: 15px;
}

.my_testi_style .elementor-testimonial__footer {
    position: relative;
    margin-top: 20px !important;
}

.my_testi_style .elementor-testimonial__footer:after {
    content: '';
    position: absolute;
    right: 0px;
    top: -10px;
    background-image: url('/wp-content/uploads/2024/09/testi_quote_icon.png');
    width: 95px;
    height: 74px;
}
.my_testi_style .elementor-main-swiper {
    width:100% !important;
    overflow:hidden
}
.testi_section {
    padding: 2em 0px 6em;
}
.footer_top {
    padding: 6em 0px 4em;
}

.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 11px;
}

.social_list li a {
    display: inline-block;
    width: 41px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    background: #ab5c81;
    border-radius: 50%;
    transition: all 0.5s linear;
}

.social_list li a:hover {
    background: #fff;
}

.social_list li a img {
    transition: all 0.5s linear;
}

.social_list li a:hover img {
    filter: invert(1);
}

.cp_txt p {
    margin: 0px;
}

.cp_row {
    padding: 5px 0px;
}
.foo_contact_list .elementor-icon-list-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #ab5c81;
    text-align: center !important;
    line-height: 25px;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50%;
    margin-right: 5px;
}
.author_section_inner,
.book_main_section_inner 
{
    padding: 7em 0px;
}
.contact_main_section {
    padding: 7em 0px;
}

.my_form_style input,.my_form_style textarea {
    padding: 12px 15px !important;
}

.my_form_style textarea {
    resize: none;
    min-height: 150px;
}

.my_form_style .elementor-button {
    padding: 16px 0px !important;
}


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

.my_menu_style li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    margin: 0 auto;
    width: 0%;
    height: 2px;
    background: #ab5c81 !important;
    opacity: 1 !important;
    transition: all 0.5s linear;
}

.my_menu_style li.menu-item.current_page_item a:after,.my_menu_style li.menu-item:hover a:after {
    width: 80%;
}

/* New css ends here */
