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

.top_banner_small_title .elementor-heading-title {
    display: inline-block;
    padding: 11px 25px 11px 50px;
    background: #d82329;
    border-radius: 25px;
    position: relative;
}

.top_banner_small_title .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 6px;
    background-image: url('/wp-content/uploads/2024/06/top_banner_star_icon.png');
    width: 25px;
    height: 25px;
}

.large_title {
    display: inline-block;
    font-size: 105px;
}

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

.two_column_btn ul li a {
    display: inline-block;
    padding: 10px 27px;
    background: #d82329;
    border: solid 1px #d82329;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s linear;
    border-radius: 50px;
}

.two_column_btn ul li a:hover {
    background: #000;
    border-color: #000;
}
.two_column_btn ul li.black_btn a {
    border-color: #000;
    background: transparent;
    color: #000;
}

.two_column_btn ul li.black_btn a:hover {
    background: #d82329;
    color: #fff;
    border-color: #d82329;
}
.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: 0px;
    z-index: 1;
    padding: 15px 0px;
}

.top_banner_section:before
{
    content:'';
    position:absolute;
    top:0px;
    right:0px;
    background-image:url('/wp-content/uploads/2024/06/top_banner_section_after_img_n.png');
    width:1007px;
    height:722px;
}

.top_banner_section {
    padding: 12em 0px 0em;
}

.top_banner_cover img {
    max-width: unset !important;
}

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

.our_menu li.menu-item:last-child a {
    padding: 13px 25px !important;
    background: #fff !important;
    color: #000 !important;
    border-radius: 25px !important;
    border: solid 1px #fff !important;
}

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

.our_menu li.menu-item a:after {
    content: '';
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 5px;
    margin: 0 auto;
    width: 17px;
    height: 2px;
    background: #780408 !important;
    opacity: 0 !important;
}

.our_menu li.menu-item a:before {
    content: '';
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: 0 auto;
    width: 7px;
    height: 2px;
    background: #780408 !important;
    opacity: 0 !important;
}

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

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

.our_menu li.menu-item:last-child a:before,.our_menu li.menu-item:last-child a:after
{
    display:none;
}
.author_list ul {
    display: flex;
    display: -webkit-flex;
    background: #d82329;
    border-radius: 25px;
    padding: 15px 25px;
    gap: 35px;
    width: 75%;
}

.author_list ul li {
    position: relative;
}

.author_list ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -25px;
    top: 3px;
    background-image: url('/wp-content/uploads/2024/06/abt_section_list_icon.png');
    width: 17px;
    height: 17px;
}

.author_section {
    padding: 7em 0px 9em;
}

.section_title_small .elementor-heading-title {
    position: relative;
    padding-left: 35px;
}

.section_title_small .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -5px;
    background-image: url('/wp-content/uploads/2024/06/section_title_icon.png');
    width: 25px;
    height: 25px;
}

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

.section_title_large .elementor-heading-title {
    text-transform: uppercase;
}
.other_book_btns ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    margin-bottom: 10px;
}

.other_book_btns ul li a {
    display: inline-block;
    padding: 10px 20px;
    background: #231f20;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    transition: all 0.5s linear;
    border: solid 1px #231f20;
}

.other_book_btns ul li a img {
    margin-left: 5px;
    transition: all .5s linear;
}

.other_book_btns ul li a:hover {
    background: #fff;
    color: #d82329;
}

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

.two_column_btn ul li.white_btn a {
    background: transparent;
    border-color: #fff;
}

.two_column_btn ul li.white_btn a:hover {
    background: #d82329;
    border-color: #d82329;
}

.book_info_list ul {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 20px;
}

.book_info_list ul li {
    flex: 0 0 40%;
    position: relative;
}

.book_info_list ul li:nth-child(1) {
    flex: 0 0 25%;
}

.book_info_list ul li img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.book_info_list ul li h4 {
    margin: 7px 0px 0px;
    padding-left: 60px;
    font-size: 14px;
    position: relative;
}

.book_info_list ul li h5 {
    margin: 0px 0px 0px;
    padding-left: 60px;
    color: #d82329;
}
.book_info_list .book_img_box:before{
    /*content: '';*/
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 0px;*/
    /*width: 2px;*/
    /*height: 5px;*/
    /*background: #fff;*/
}

.book_info_list ul li h5:before {
    content:'';
    position:absolute;
    left: 51px;
    top: 12px;
    width:2px;
    height:20px;
    background: #d82329;
}

.book_info_list ul li:first-child h5:before {
    left: 50px;
}

.book_main_section {
    /*height: 700px;*/
}

.book_cover_img img {
    max-width: unset;
    position: relative;
    right: 4em;
    top: 2em;
}
.book_section_top_sp {
    padding: 5em 0px 0px;
}

.book_main_section {
    padding: 4em 0px;
}

.book_main_section {
    border-left: solid 15px #fff;
    border-right: solid 15px #fff;
    border-radius: 50px !important;
}
.book_trailer_section {
    padding: 10em 0px 8em;
}

.inner_row {
    margin-bottom: 25px;
}

.center_after .elementor-heading-title {
    display: inline-block;
}

.center_after .elementor-heading-title {
    padding-right: 35px;
}

.center_after .elementor-heading-title:after {
    content: '';
    position: absolute;
    right: 0px;
    top: -5px;
    background-image: url('/wp-content/uploads/2024/06/section_title_icon.png');
    width: 25px;
    height: 25px;
}
h2.post-title {
    display: none;
}

.inner_page_banner {
    min-height: 450px;
    /*background: #f4f4f4;*/
    background: #dad5cf;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.inner_page_banner:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url('/wp-content/uploads/2024/06/top_banner_section_after_img_n.png');
    width: 1007px;
    height: 722px;
}

.inner_page_banner h2 {
    margin: 3em 0px 0px;
    font-size: 40px;
    color: #000;
    font-family: "Ebrima Bold", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.blog_section_main {
    padding: 5em 0px;
}
.trailer_video {
    height: 502px;
}

.my_blogs_section article {
    background: #231f20;
    border-radius: 20px;
    padding: 15px !important;
    margin: 50px 0px !important;
    overflow: visible !important;
}

.my_blogs_section article a.elementor-post__thumbnail__link {
    position: relative;
    margin-top: -65px;
    border: solid 2px #d82329;
    border-radius: 20px;
}

.my_blogs_section article .elementor-post__text {
    /*padding: 0px 35px !important;*/
    padding: 0px 0px 18px !important;
}

.my_blogs_section article a.elementor-post__read-more {
    background: #d82329;
    padding: 10px 25px !important;
    display: inline-block;
    border-radius: 25px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    margin: 0 auto;
    width: 100%;
    max-width: 50%;
}

.my_blogs_section article {
    position: relative;
}
.my_blogs_section article .elementor-post__text .elementor-post__title {margin: 0px 0px 20px !important;position: relative;}

.my_blogs_section article .elementor-post__text .elementor-post__title:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 50px;
    height: 4px;
    background: #fff;
    bottom: -12px;
}


.testi_slider {
    border-radius: 25px;
    background-image: url('/wp-content/uploads/2024/06/test_section_text_bg_img.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

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

.testi_section {
    padding: 9em 0px;
}

.testi_slider .swiper-slide {
    padding-bottom:60px !important;
}

.testi_slider  .elementor-testimonial__content {
    position: relative;
    padding-top: 65px;
}

.testi_slider:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -45px;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2024/06/testi_section_quote_icon_img.png');
    width: 101px;
    height: 101px;
}

.testi_slider cite.elementor-testimonial__cite {
    position: relative;
}

.testi_slider cite.elementor-testimonial__cite:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -16px;
    background-image: url('/wp-content/uploads/2024/06/testi_section_stars_icon.png');
    width: 94px;
    height: 16px;
    margin: 0 auto;
}
.testi_slider .swiper-slide {
    padding-bottom: 90px;
}

.testi_slider .elementor-swiper-button {
    width: 44px;
    height: 44px;
    background: #d82329;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
}

.testi_slider .elementor-swiper-button i {
    font-size: 0px;
}

.testi_slider .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url('/wp-content/uploads/2024/06/arrow_left.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 15em;
    bottom:-20px;
    margin: 0 auto;
}

.testi_slider .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url('/wp-content/uploads/2024/06/arrow_right.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 15em;
    bottom:-20px;
    margin: 0 auto;
}

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

.platform_row {
    padding: 22px 0px;
}

.footer_top_section {
    padding: 5em 0px;
}

.foo_menu .elementor-nav-menu {
    background: #fff;
    padding: 26px 70px;
    border-radius: 35px;
    margin: 10px auto 20px;
}
.cp_txt p {
    margin: 0px;
}

.cp_row {
    padding: 5px 0px;
}
.my_contact_list .elementor-icon-list-icon {
    background: #d82329;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.my_contact_list .elementor-icon-list-text {
    padding-left: 15px !important;
    transition: all 0.5s linear;
}

.my_contact_list .elementor-icon-list-text:hover {
    opacity: 0.7;
}
.book_main_section_inner {
    padding: 6em 0px;
    border-radius: 0px !important;
}
.blog_section_inner {
    padding: 8em 0px;
}
.contact_inner_section {
    padding: 7em 0px;
}

.my_form_style  input {
    border-radius: 0px;
    padding: 13px 15px !important;
}

.my_form_style textarea {
    border-radius: 0px;
    padding: 13px 15px !important;
    resize: none;
    min-height: 150px;
}

.my_form_style  button.elementor-button {
    min-height: auto !important;
    padding: 11px 0px !important;
}
span.overline_txt {
    position: relative;
}

span.overline_txt:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 25px;
    width: 100%;
    height: 6px;
    background: #d82329;
}
span.overline_txt_para {
    position: relative;
}

span.overline_txt_para:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 7px;
    width: 100%;
    height: 2px;
    background: #fff;
}

/* New css ends here */
