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

/*----------------------
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 {
    background: #131313;
    padding: 15px 0px 35px;
}

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

.page_home header {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    background: transparent !important;
}

.top_banner_section {
    padding: 30em 0px 10em;
    border-bottom: solid 6px #b90b2e;
}

.logo_box_head:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -25px;
    width: 165px;
    height: 180px;
    background: #fff;
    margin: 0 auto;
    border-radius: 0px 0px 80px 80px;
}

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

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

.less_btm_block_sp {
    margin-bottom: 10px !important;
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.two_col_btn ul a {
    display: inline-block;
    padding: 7px 38px;
    background: #b90b2e;
    color: #fff;
    border: solid 2px transparent;
    border-radius: 35px;
    outline: solid 2px #000;
    outline-offset: 2px;
    transition: all 0.5s linear;
}

.two_col_btn ul a:hover {
    background: #01185c;
}

.two_col_btn ul li.make_outline_white a {
    outline-color: #fff;
}

.center_btn_list ul {
    justify-content: center;
}
.author_section {
    padding: 9em 0px;
}

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

.section_title_large {
    margin-bottom: 10px !important;
}
.abt_txt_col {
    padding-left: 2em;
}
.two_col_btn ul li.black_btn a {
    background: #000;
}

.two_col_btn ul li.black_btn a:hover {
    background: #01185c;
}
.book_info_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    flex-flow: wrap;
    margin-bottom:15px;
}

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

.book_info_list ul li:first-child {
    flex: 0 0 15%;
}

.book_info_list ul li:last-child {
    flex: 0 0 48%;
}
.book_info_list ul li img {
    position: absolute;
    left: 0px;
    top: 13px;
}

.book_info_list ul li h4 {
    margin: 0px;
    color: #000;
    padding: 0px 0px 0px 55px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Helvetica", Sans-serif;
    font-weight: 400;
}

.book_info_list ul li p {
    margin: 0px;
    padding: 0px 0px 0px 55px;
}

.book_main_section {
    padding: 9em 0px 0em;
    background-image: linear-gradient(to right, #fff 68%, #b90b2e 50%);
    height: 556px;
}

.book_txt_col {
    /*padding-top: 4em;*/
}

.book_txt_col .section_txt {
    padding-right: 40px;
}

.book_sec_cover {
    right: -2em;
    z-index:1;
}
.other_op_list {
    background-image: linear-gradient(to right, #01185c 70%, transparent 50%);
    padding: 30px 0px;
    /*margin-top: -3em;*/
}

.book_prefer_type_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 18px;
}

.book_prefer_type_list ul li {
    position: relative;
}

.book_prefer_type_list ul li a {
    display: inline-block;
    padding: 6px 15px;
    background: #b90b2e;
    color: #fff;
    border-radius: 50px;
    transition: all 0.5s linear;
}

.book_prefer_type_list ul li a:hover {
    background: #fff;
}

.book_prefer_type_list ul li img {
    transition: all 0.5s linear;
}

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

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

.book_prefer_type_list ul li.list_title_first:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 10px;
    width: 2px;
    height: 20px;
    background: #b90b2e;
}

.book_prefer_type_list ul li.list_title_first {
    margin-right: 25px;
}
.my_video_box {
    height: 520px !important;
}
.my_video_box .elementor-wrapper.elementor-open-lightbox,.my_video_box .elementor-custom-embed-image-overlay {
    height: 520px !important;
    width: 100% !important;
    border-radius: 20px !important;
}
.inner_row {
    margin-bottom: 25px !important;
}

.video_sec {
    padding: 14em 0px 7em;
}
h2.post-title {
    display: none;
}

.blog_inner_main_row {
    padding: 5em 0px;
}
.my_blogs_style .elementor-post__text {
    background: #b90b2e;
    border-radius: 20px;
    padding: 25px 35px;
    margin-top: -10px;
    position: relative;
}

.my_blogs_style .elementor-post__thumbnail {
    margin: 0px 2em;
}

.my_blogs_style .elementor-post__title {
    position: relative;
}

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

.blog_section {
    padding: 10em 0px;
}
.my_testi_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden !important;
}

.my_testi_style .elementor-testimonial__content {
    border-radius: 20px;
    background: #01185c;
    padding: 85px 30px 30px;
    position: relative;
}
.my_testi_style .elementor-testimonial__text:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    background-image: url('/wp-content/uploads/2024/11/testi_stars_icon.png');
    width: 128px;
    height: 18px;
}

.my_testi_style .elementor-testimonial__text:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 20px;
    background-image: url('/wp-content/uploads/2024/11/testi_sec_col_icon.png');
    width: 62px;
    height: 45px;
}

.my_testi_style .elementor-testimonial__content:after {
    content:'';
    position:absolute;
    right: 35px;
    bottom: -50px;
    background-image:url('/wp-content/uploads/2024/11/testi_txt_after_icon.png');
    width:72px;
    height:72px;
    z-index: 1;
}
.my_testi_style .swiper-slide {
    padding: 15px !important;
}

.testi_section {
    padding: 7em 0px 5em;
}
ul.platform_list {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.make_title_after {
    margin-bottom: 35px !important;
}

.make_title_after .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #b90b2e;
    margin: 0 auto;
}

.featured_row {
    padding: 0em 0px 4em;
}
.my_social_list {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.my_social_list a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: solid 2px #fff;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s linear;
}

.my_social_list a:hover {
    background: #b90b2e;
}

.foo_menu nav {
    background: #b90b2e;
    padding: 25px;
    border-radius: 35px;
    border: solid 3px #000;
    outline: solid 5px #fff;
    outline-offset: 3px;
    position: relative;
    z-index: 9;
}

.foo_menu {
    margin-bottom: 15px;
}
.foo_small_txt {
    margin-bottom: 0px !important;
}
.foo_top_sec .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.foo_menu_row {
    position: relative;
}

.foo_menu_row:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 45px;
    width: 100%;
    height: 5px;
    background: #fff;
}
.foo_top_sec {
    padding: 4em 0px;
    border-top: solid 6px #b90b2e;
}
.book_main_section_inner {
    padding: 8em 0px 0em;
    background-image: linear-gradient(to right, #fff 68%, #b90b2e 50%);
}
.inner_op_sec {
    /*margin-top: -107px;*/
    margin-top: -50px;
}
.contact_inner_section {
    padding: 7em 0px;
}

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

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

.my_form_style .elementor-button {
    padding: 16px 0px !important;
}
.logo_box_head img {
    position: relative;
    top: -10px;
}

.my_testi_style .elementor-testimonial__text {
  min-height:216px;
}

/* New css ends here */
