/*----------------------
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: #000000;
    color: #06c2b4;
    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 */

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

.bold_txt {
    font-weight: 700;
}

.underline_bold_txt {
    position: relative;
    z-index: 1;
}

.underline_bold_txt:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 100%;
    height: 14px;
    background-image: linear-gradient(to bottom, #1589d3, #06c2b4);
    z-index: -1;
}

.platform_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 20px;
}

.platform_title {
    margin: 50px 0px 25px 0px !important;
}

.platform_title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -15px;
    width: 74px;
    height: 4px;
    background-image: linear-gradient(to right, #1589d3, #06c2b4);
    border-radius: 0px 2px 2px 0px;
}

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

.two_col_btn ul a {
    display: inline-block;
    padding: 11px 24px;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(150deg, #1589d3, #06c2b4);
    border-radius: 35px;
    border: solid 2px #fff;
    transition: all 0.5s linear;
    background-position: 100% 100%;
}

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

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

.two_col_btn ul a:hover {
    background-image: linear-gradient(300deg, #1589d3, #06c2b4);
}

.top_banner_section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('/wp-content/uploads/2024/08/top_banner_before_img.png');
    width: 946px;
    height: 598px;
    z-index: -1;
}

.top_banner_section:after {
    content: '';
    position: absolute;
    right: -100px;
    top: -55px;
    background-image: url('/wp-content/uploads/2024/08/top_banner_after_img.png');
    width: 869px;
    height: 839px;
    z-index: -1;
}

header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    z-index: 1;
}

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

.top_banner_section {
    padding: 15em 0px 5em;
}
.inner_page_banner {
    min-height: 500px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    background: #f4f4f4;
    position:relative;
    overflow:hidden;
}

.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: "Gotham Bold", Sans-serif;
    color: #000;
}
.inner_page_banner:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('/wp-content/uploads/2024/08/top_banner_before_img.png');
    width: 946px;
    height: 598px;
}

.inner_page_banner:after {
    content: '';
    position: absolute;
    right: -100px;
    top: -55px;
    background-image: url('/wp-content/uploads/2024/08/top_banner_after_img.png');
    width: 869px;
    height: 839px;
}


.author_abt_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 35px;
}

.author_abt_list ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -23px;
    top: 7px;
    background-image: url('/wp-content/uploads/2024/08/author_section_list_icon.png');
    width: 13px;
    height: 12px;
}

.author_abt_list ul li {
    position: relative;
}
.author_section {
    padding: 4em 0px 8em;
}
.section_title_small {
    margin-bottom: 5px !important;
}

.section_title_large {
    margin-bottom: 10px !important;
}
.book_info_list li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

span.bold_txt {
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
}
.book_type_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
    color:#fff;
    margin-bottom:15px;
}

.book_type_btn ul li a {
    display: inline-block;
    padding: 8px 20px;
    background: transparent;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 35px;
    border: solid 2px #000;
    transition: all 0.5s linear;
}

.book_type_btn ul li a img {
    margin-left: 10px;
    transition:all 0.5s linear;
}

.book_type_btn ul li a:hover {
    background: #1589d3;
    border-color: #1589d3;
    color:#fff
}
.book_type_btn ul li a:hover img {
    filter:invert(1);
}
.add_tran_borde.two_col_btn ul a {
    border-color: transparent;
}

.book_cover_img img {
    max-width: 120% !important;
    position: relative;
    /*top: -30px;*/
}

.book_main_section {
    /*height: 530px;*/
        padding: 4em 0px 5em;
}

.book_txt_top_sp
{
    padding-top:35px;
}

.book_txt_top_sp .section_txt {
    margin-bottom: 10px !important;
}
.trailer_box {
    height: 453px;
}

.video_section {
    padding: 10em 0px 6em;
}

.inner_row {
    margin-bottom: 20px;
}
.blog_section {
    padding: 7em 0px 5em;
}
.blog_section {
    padding: 7em 0px 5em;
}

.my_blog_style .elementor-post__read-more {
    position: relative;
}

.my_blog_style .elementor-post__read-more:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #000;
}

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

.my_testi_style .swiper-slide {
    background: #005f61;
    border-radius: 25px;
    padding: 25px !important;
}

.testi_main_row {
    padding: 7em 0px 7em;
}

.my_testi_style .elementor-testimonial__image img {
    width: auto !important;
    height: auto !important;
}

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

.my_testi_style .elementor-testimonial__title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -13px;
    background-image: url('/wp-content/uploads/2024/08/testi_section_stars.png');
    width: 66px;
    height: 11px;
}
.my_testi_style .elementor-testimonial__text {
    border-bottom: solid 1px #fff;
    padding-bottom: 18px;
    min-height:262px;
}
.footer_top_section {
    padding: 5em 0px;
}

.social_links ul {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
}

.social_links ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(150deg, #1589d3, #06c2b4);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}

.cp_row {
    background-image: linear-gradient(to bottom, #1589d3, #06c2b4);
    padding: 7px 0px;
}

.cp_row p {
    margin: 0px;
}
.author_section_inner {
    padding: 7em 0px;
}
.book_main_section_inner .book_cover_img img {
    max-width: 100%;
    top: 0px;
}

.book_main_section_inner {
    padding: 7em 0px;
}
.my_form_style input,.my_form_style textarea {
    padding: 12px 15px;
}

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

.my_form_style button {
    padding: 14px 0px !important;
}

.contact_inner_section {
    padding: 7em 0px;
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }
    .top_banner_middle_title .elementor-heading-title {
        font-size: 50px !important;
        line-height: 55px !important;
    }
    .section_title_large .elementor-heading-title {
        font-size: 42px !important;
        line-height: 42px !important;
    }
    .book_cover_img img {
        max-width: 100% !important;
    }
    .social_links ul li a {
        transform: scale(0.8);
    }
    .social_links ul {
        gap: 0px;
    }
}

@media only screen and (max-width: 767px) {
    header {
        position: relative;
        top: 0px;
        padding:10px 0px;
    }
    .menu_col_mob .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    header .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -80px;
    }
    .top_banner_section {
        padding: 5em 0px 0em;
        overflow: hidden;
        position:relative;
    }
    .author_section_inner,.book_main_section_inner
    {
        padding: 5em 0px;
    }
    .top_banner_section .elementor-column,.author_section .elementor-column,.book_main_section .elementor-column,
    .testi_main_row .elementor-column,.author_section_inner .elementor-column,.book_main_section_inner .elementor-column
    {
        width: 100% !important;
    }
    .book_main_section .elementor-container.elementor-column-gap-default,
    .book_main_section_inner .elementor-container.elementor-column-gap-default
    {
        flex-flow: column-reverse;
    }
    .top_banner_middle_title .elementor-heading-title br,
    .section_title_large .elementor-heading-title br
    {
        display:none;
    }
    .book_cover_img {
        margin-bottom: 35px;
    }
    .contact_inner_section {
        padding: 3em 0px;
    }
    .book_main_section {
        padding: 5em 0px;
    }
    .top_banner_middle_title .elementor-heading-title {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .section_title_large .elementor-heading-title {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .top_banner_section:after {
        top: 30%;
        right: 0px;
        display:none;
    }
    .author_section {
        padding: 5em 0px 5em;
    }
    .book_txt_top_sp {
        padding-top: 0px;
    }
    .testi_main_row {
        padding: 5em 0px;
    }
    .my_testi_style .elementor-testimonial__text {
        min-height: auto;
    }
    .my_testi_style {
        margin-top: 25px;
    }
    .footer_top_section {
        padding: 3em 0px;
    }
    .footer_logo {
        text-align: left !important;
    }
    .platform_title {
        margin: 25px 0px 25px 0px !important;
    }
    span.bold_txt {
        display: initial;
        margin-right: 0px;
    }
    .author_single_img {
        margin-bottom: 35px;
    }
    .inner_page_banner {
        min-height: 400px;
    }
    .inner_page_banner:after
    {
        display:none;
    }
    .inner_page_banner h2 {
        margin: 0em 0px 0px;
        font-size: 35px;
    }
}

@media only screen and (max-width: 568px) {
}

@media only screen and (max-width: 480px) {
    .book_info_list li {
        width: 100%;
    }
    .section_title_large .elementor-heading-title {
        font-size: 35px !important;
        line-height: 35px !important;
    }
    
}

/* New css ends here */
