/*----------------------
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;
    background:#0b0b0b;
    color:#fff;
}

::selection {
    background: #ff7e2b;
    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 */

header {
    padding: 15px 0px;
}

.my_custom_menu_style li.menu-item a {
    padding: 12px 15px !important;
    transition: all 0.5s linear !important;
    position: relative !important;
}

.my_custom_menu_style li.menu-item:last-child a {
    background: #ff7e2b;
    color: #0b0b0b !important;
    border-radius: 22px;
    padding: 12px 20px !important;
}

.my_custom_menu_style li.menu-item:last-child:hover a {
    background: #fff !important;
}

.my_custom_menu_style li.menu-item a:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 2px;
    background-image: url('/wp-content/uploads/2024/05/menu_item_before.png');
    width: 23px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s linear;
}

.my_custom_menu_style li.menu-item:hover a:before,.my_custom_menu_style li.menu-item.current-menu-item a:before {
    opacity: 1 !important;
}

.my_custom_menu_style li.menu-item:last-child a:after {
    display: none;
}
.two_columns_btns ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.two_columns_btns ul a {
    padding: 11px 30px;
    background: #ff7e2b;
    display: inline-block;
    border-radius: 35px;
    transition: all 0.5s linear;
    border: solid 1px #ff7e2b;
    color: #0b0b0b;
}

.two_columns_btns ul a:hover {
    background: #0b0b0b;
    color: #fff;
}

.two_columns_btns ul li:last-child a {
    padding: 4px 15px 4px 4px !important;
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.two_columns_btns ul li:last-child a img {
    margin-right: 8px;
}

.two_columns_btns ul li:last-child:hover a {
    /*background: #0b0b0b;*/
    background: #333;
}
.remove_title_btm_sp {
    margin-bottom: 0px !important;
}

.top_banner_small_title .elementor-heading-title {
    position: relative;
    padding-left: 75px;
}

.top_banner_small_title .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 68px;
    height: 3px;
    background: #ff7e2b;
}
.top_banner_section {
    border-right: solid 50px #0b0b0b;
    border-left: solid 50px #0b0b0b;
}

.top_banner_section {
    background: url("/wp-content/uploads/2024/03/top_banner_bg_img.png") 0% 0% / cover no-repeat !important;
    padding: 8em 0px;
}
.social_box {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
}

.social_box ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    margin-left: 20px;
}

.social_box ul li {
    width: 34px;
    height: 34px;
    border: solid 2px #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.social_box p {
    position: relative;
    padding-right: 16.8em;
    margin: 0px;
}

.social_box p:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 9px;
    width: 260px;
    height: 3px;
    background: #ff7e2b;
}
.top_single_social_row {
    position: absolute !important;
    left: unset;
    right: 0px !important;
    top: 45%;
    /* transform: rotate(90deg); */
    text-align: right;
    z-index: 1;
}

.social_media_top_box {
    /*position: absolute;*/
    /*right: 0em;*/
    /*top: 50%;*/
    /*transform: rotate(90deg);*/
}

.platform_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.platfrom_row {
    padding: 15px 0px 0px;
}

.platform_list ul li:hover img {
    filter: brightness(0) invert(1);
}

.platform_list ul li img {
    transition: all 0.5s linear;
}
.author_op_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 40px;
}

.author_op_list ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -27px;
    top: 5px;
    width: 15px;
    height: 15px;
    border: solid 3px #ff7e2b;
    border-radius: 50%;
}

.author_op_list ul li {
    position: relative;
}
.author_abt_writer_list ul {
    background: #333;
    padding: 15px 0px 15px 50px;
    border-radius: 50px 0px 0px 50px;
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    flex-flow: row;
    position: relative;
}

.author_abt_writer_list ul:after {
    content: '';
    position: absolute;
    right: -500px;
    top: 0px;
    height: 73px;
    width: 1000px;
    background: #333;
    z-index: -1;
}
.author_abt_writer_list ul li img {
    margin-right: 9px;
}

.without_img_btn ul li:last-child a {
    padding: 11px 30px !important;
}
.author_section {
    padding: 6em 0px;
}
.author_abt_writer_list {
    margin: 10px 0px 25px !important;
}
.author_single_img  img {max-width: unset;float: right;}

.make_title_before .elementor-heading-title {
    position: relative;
    padding-left: 75px;
}

.make_title_before .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 68px;
    height: 3px;
    background: #ff7e2b;
}
.author_info_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: nowrap;
    gap: 10px;
}

.author_info_list ul .orange_txt {
    display: inline-block;
        padding-left: 45px;
}

.author_info_list ul .white_txt {
    color: #fff;
    display: inline-block;
    padding-left: 45px;
    white-space: pre;    
}
.author_info_list ul li img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 23%;
}

.author_info_list ul li {
    position: relative;
}
.book_platform_list_btns ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.book_platform_list_btns ul a {
    display: inline-block;
    padding: 8px 20px;
    background: #333333;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s linear;
}

.book_platform_list_btns ul a:hover {
    background: #ff7e2b;
}

.book_platform_list_btns ul a img {
    margin-left: 10px;
}
.book_main_section {
    padding: 6em 0px;
}
.center_title .elementor-heading-title {
    display: inline-block;
    margin: 0 auto;
}

.make_title_after .elementor-heading-title:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 7px;
    width: 68px;
    height: 3px;
    background: #ff7e2b;
}

.make_title_after .elementor-heading-title {
    padding-right: 75px;
}

.my_video_box,.my_video_box .elementor-wrapper {
    height: 482px;
    width: 100%;
}
h2.post-title {
    display: none;
}
.inner_blog_row {
    margin-bottom: 25px;
}

.section_blog_main {
    padding: 5em 0px;
}

.my_blog_style article {
    background: #333;
    border-radius: 45px;
    padding: 20px 20px 0px !important;
    position: relative;
    transition: all 0.5s linear;
    overflow: visible !important;
}

.my_blog_style article:hover {
    background: #ff7e2b;
}

.my_blog_style article:hover a,.my_blog_style article:hover .elementor-post__excerpt p {
    color: #0b0b0b !important;
}

.my_blog_style article a.elementor-post__read-more {
    width: 62px;
    height: 62px;
    display: inline-block;
    border-radius: 50%;
    background: #ff7e2b;
    font-size: 0px;
    background-image: url("/wp-content/uploads/2024/05/blog_section_btn_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 9;
    bottom: 0px;
    position: absolute;
    bottom: -16px;
}

.my_blog_style article:hover a.elementor-post__read-more {
    background: url("/wp-content/uploads/2024/05/blog_section_btn_arrow.png") 50% 50% no-repeat #fff;
}

.my_blog_style article {
}

.elementor-post__excerpt {
    margin-bottom: 65px !important;
}
.my_testi_block  .elementor-main-swiper {
    width: 100%;
    overflow: hidden;
}

.my_testi_block .elementor-testimonial__image img {
       width: auto !important;
    height: auto !important;
    border: solid 2px #ff7e2b;
}

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

.my_testi_block span.elementor-testimonial__name {
    position: relative;
    display: inline-block !important;
    margin-bottom: 20px !important;
}

.my_testi_block span.elementor-testimonial__name:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -16px;
    background-image: url('/wp-content/uploads/2024/05/testi_stars_icon.png');
    width: 94px;
    height: 16px;
    margin: 0 auto;
}
.my_testi_block .elementor-testimonial__image:after {
    content: '';
    position: absolute;
    right: 23px;
    top: 0px;
    background-image: url("/wp-content/uploads/2024/05/testi_quote_icon.png");
    width: 99px;
    height: 99px;
}

.my_testi_block .elementor-testimonial__image {
    margin-top: 30px;
}

.my_testi_block .elementor-testimonial__image:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0px;
    background-image: url("/wp-content/uploads/2024/05/testi_section_after_img_user.png");
    width: 127px;
    height: 138px;
}
.my_testi_block .elementor-swiper-button {
    width: 44px;
    height: 44px;
    background: #ff7e2b;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 0px !important;
    position: relative;
    z-index: 9;
}

.my_testi_block .elementor-swiper-button-prev {
    background-image: url("/wp-content/uploads/2024/05/arrow_left_btn.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute !important;
    left: -130px !important;
}

.my_testi_block .elementor-swiper-button-next {
    background-image: url("/wp-content/uploads/2024/05/arrow_right_btn.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute !important;
    left: -80px !important;
}

.my_testi_block:after {
    content: '';
    position: absolute;
    left: -1020px;
    bottom: -52px;
    background: #333;
    width: 1000px;
    height: 60px;
    border-radius: 50px;
}
.section_testi {
    padding: 5em 0px 8em;
}
.cp_txt p {
    margin: 0px;
}

.cp_row {
    padding: 6px 0px;
}

.footer_top_row {
    padding: 7em 0px 4em;
}

.contact_info_list span.elementor-icon-list-icon {
    width: 28px;
    height: 28px;
    background: #ff7e2b;
    border-radius: 50%;
    text-align: center !important;
    justify-content: center;
    align-items: center;
    line-height: 28px;
}

footer .my_form_style input {
    background: transparent !important;
    color: #fff !important;
    height: 45px;
    border: solid 2px #fff !important;
    padding: 15px 85px 15px 15px !important;
}

footer .my_form_style button {
    font-size: 0px;
    background-image: url("/wp-content/uploads/2024/05/footer_subform_btn_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
}

footer .my_form_style .elementor-field-type-submit {
    width: 72px;
    height: 52px !important;
    position: absolute;
    right: 2px;
    top: -10px;
}
.footer_menu_my li.menu-item:not(:last-child):after {
    content: '';
    position: absolute;
    right: -1px;
    top: 3px;
    width: 2px;
    height: 12px;
    background: #000;
}
.inner_page_top_banner {
    text-align: center;
    min-height: 350px;
    background: #000;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 2px #ff7e2b;
    border-top: solid 2px #ff7e2b;
}

.inner_page_top_banner h3 {
    margin: 0px;
    font-size: 45px;
    font-family: "Axiforma", Sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.why_read_row {
    padding-bottom: 5em;
}
.blog_section_inner {
    padding: 6em 0px;
}
.my_form_style button
{
    padding:0px !important;    
    height: 55px;
}
.my_form_style input {
    height: 51px;
    margin-bottom: 15px;
    background: transparent !important;
    color: #fff !important;
    border: solid 2px #fff !important;
    padding: 17px 15px !important;
}

.my_form_style textarea {
    margin-bottom: 15px;
    background: transparent !important;
    color: #fff !important;
    border: solid 2px #fff !important;
    padding: 17px 15px !important;
    resize: none;
}

.contact_inner_section {
    padding: 7em 0px;
}
ul.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

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

ul.social_list a:hover {
    background: #0b0b0b;
}

ul.social_list a img {
    filter: brightness(0);
    transition: all 0.5s linear;
}

ul.social_list a:hover img {
    filter: brightness(1);
}
footer .my_form_style button {height: 40px !important;}


.author_section:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url('/wp-content/uploads/2024/05/bg-shadow.png') 100% 100% / cover no-repeat;
    width: 771px;
    height: 771px;
    z-index: -1;
}

.book_main_section:after {
    content: '';
    position: absolute;
    right: -100px;
    bottom: 0px;
    background: url('/wp-content/uploads/2024/05/bg-shadow.png') 100% 100% / cover no-repeat;
    width: 771px;
    height: 771px;
    z-index: -1;
}

.video_section:before {
    content: '';
    position: absolute;
    left: -50px;
    top: -150px;
    background: url('/wp-content/uploads/2024/05/bg-shadow.png') 100% 100% / cover no-repeat;
    width: 771px;
    height: 771px;
    z-index: -1;
}

.video_section:after {
    content: '';
    position: absolute;
    right: -100px;
    bottom: -250px;
    background: url('/wp-content/uploads/2024/05/bg-shadow.png') 100% 100% / cover no-repeat;
    width: 771px;
    height: 771px;
    z-index: -1;
}

.my_blog_style:before {
    content: '';
    position: absolute;
    left: -15em;
    bottom: -23em;
    background: url('/wp-content/uploads/2024/05/bg-shadow.png') 100% 100% / cover no-repeat;
    width: 771px;
    height: 771px;
    z-index: -1;
}

.section_testi:after {
    content: '';
    position: absolute;
    right: -134px;
    bottom: 0em;
    background: url('/wp-content/uploads/2024/05/bg-shadow.png') 100% 100% / cover no-repeat;
    width: 771px;
    height: 771px;
    z-index: -1;

}
.my_custom_menu_style li.menu-item:last-child a:before {
    display: none;
}
/* New css ends here */
