/*----------------------
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 {
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

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

.style_my_menu .elementor-nav-menu {
    background: #fff;
    padding: 8px !important;
    border-radius: 35px;
}

.style_my_menu li.menu-item a {
    padding: 0px 0px 0px !important;
    margin: 0px 12px !important;
    border-radius: 35px;
    transition: all 0.5s linear;
}

.style_my_menu li.menu-item.current-menu-item a {
    /*background: #0b2241;*/
}
.style_my_menu li.menu-item:last-child a {
    background-image: linear-gradient(to right, #824882, #d76273, #f1b36a);
    color: #fff !important;
    font-weight: 700 !important;
    padding: 15px 70px 15px 22px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    position: relative;
}

.style_my_menu li.menu-item:last-child a:after {
    display: none;
}

.style_my_menu li.menu-item:last-child a:before {
    content: '';
    position: absolute;
    right: -25px;
    top: 10px;
    background-image: url(/wp-content/uploads/2023/11/btn_arrow_style.png);
    width: 34px;
    height: 17px;
    opacity: 1 !important;
    left: unset !important;
    padding: 14px 30px !important;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 14px;
}
.style_my_menu li.menu-item:last-child:hover a:before {
    right: 3px;
}

.style_my_menu li.menu-item:hover a {
    /*background: #0b2241;*/
    /*color: #fff !important;*/
}

.style_my_menu li.menu-item a:after {
    bottom: 7px;
}

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

.abt_list_icons ul {
    display: flex;
    display: -webkit-flex;
    /*margin: 25px 0px 0px;*/
}
.large_txt_gradient h2 {
    background: -webkit-linear-gradient(#00ead3, #00b9a7) !important;
    background: -o-linear-gradient(#00ead3, #00b9a7) !important;
    background: -moz-linear-gradient(right,#00ead3, #00b9a7) !important;
    background: linear-gradient(to right,#00ead3, #00b9a7) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.abt_list_icons ul li {
    margin: 0px 10px;
    font-size: 18px;
    color: #000;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}

.abt_list_icons ul li:first-child {margin-left: 0px;}

.abt_list_icons ul li img {
    margin-right: 10px;
}
.remove_list_spaces .elementor-widget-wrap {
    padding-left: 0px !important;
}

.make_one_line .elementor-counter {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}

.make_one_line .elementor-counter .elementor-counter-title {
    margin-left: 8px;
        text-align: left !important;
}
.make_cover_some_left img {
    max-width: 125%;
    position: relative;
    right: 4em;
}
.starts_after .elementor-counter-title:before {
    content: '';
    position: absolute;
    top: -22px;
    left: 0px;
    background-image: url(/wp-content/uploads/2023/10/stars_icon.png);
    width: 110px;
    height: 20px;
}

.starts_after .elementor-counter-title {
    position: relative;
    margin-top:12px;
}
.make_one_line span.elementor-counter-number,.make_one_line span.elementor-counter-number-suffix {
    /*background: linear-gradient(to right, #00ead3 0%, #00b9a7 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}
.video_trailer_section i:before {
    background: #fff;
    border-radius: 50% !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

.video_trailer_section .elementor-custom-embed-play i {
    color: #013449;
}
.video_trailer_section i {
    opacity: 1 !important;
}
.my_custom_blog_section article.elementor-post {
    position: relative;
}

.my_custom_blog_section article.elementor-post .elementor-post__text {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.my_custom_blog_section article.elementor-post .elementor-post__text h3 {
    margin-right: 50px;
}
.my_custom_blog_section article.elementor-post a.elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}

.my_testi_style .elementor-swiper-button-prev {
    /*position: absolute !important;*/
    /*top: 40% !important;*/
    /*text-align: center !important;*/
    /*width: 55px !important;*/
    /*height: 17px !important;*/
    /*background-image: url(/wp-content/uploads/2023/11/testi_arrow_img.png);*/
    /*left: 20px !important;*/
    /*background-color: #863657;*/
    /*border-radius: 35px;*/
    /*padding: 15px 0px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*transform: rotate(-180deg) !important;*/
    
    content: '';
    position: absolute;
    left: 0px;
    top: 40%;
    width: 55px;
    height: 17px;
    background: #863657;
    background-image: url(/wp-content/uploads/2023/12/testi_arrow_img-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 35px;
    border-radius: 35px;

}

.my_testi_style .elementor-swiper-button-prev i,.my_testi_style .elementor-swiper-button.elementor-swiper-button-next i {
    /*display: none;*/
    font-size:0px;
}

.my_testi_style .elementor-swiper-button.elementor-swiper-button-next {
    /*position: absolute !important;*/
    /*top: 40% !important;*/
    /*transform: translateY(0%) !important;*/
    /*text-align: center !important;*/
    /*width: 55px !important;*/
    /*height: 17px !important;*/
    /*background-image: url(/wp-content/uploads/2023/11/testi_arrow_img.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*border-radius: 35px;*/
    /*padding: 15px 0px;*/
    /*background-color: #863657;*/
    /*right: 20px !important;*/
    
    content: '';
    position: absolute;
    right: 0px;
    top: 40%;
    width: 55px;
    height: 17px;
    background: #863657;
    background-image: url(/wp-content/uploads/2023/11/testi_arrow_img.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px 35px;
    border-radius: 35px;
}


.my_testi_style .elementor-testimonial {
    background-image: linear-gradient(to right, #824882, #d76273, #f1b36a);
    padding: 5em 5em !important;
    border-radius: 20px !important;
    position:relative;
    margin-top: 20px;
}

.my_testi_style .swiper-slide .elementor-testimonial__footer {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.my_testi_style .swiper-slide .elementor-testimonial__footer cite.elementor-testimonial__cite {
    text-align: center;
    margin: 18px 0px 0px;
}

.my_testi_style .swiper-slide .elementor-testimonial__footer img {
    width: auto !important;
    height: auto !important;
}

.my_testi_style .swiper-slide .elementor-testimonial__footer {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 9;
}

.my_testi_style .swiper-slide {
    padding-bottom: 8em !important;
}

.remove_btm_space p {
    margin-bottom: 0px !important;
}
section.inner_banner_section {
    min-height: 450px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #863657;
}

section.inner_banner_section h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 2em 0px 0;
    font-family: "Newsreader", Sans-serif;
    font-size: 45px;
    font-weight: 600;
}

ul.banner_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

ul.banner_list li {
    margin: 0px 15px;
}

ul.banner_list li a {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
}
h2.post-title {
    display: none;
}
.style_my_menu .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
}
.my_blogs_style a.elementor-post__read-more {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.my_testi_style .swiper-pagination {
    text-align: center !important;
}
.list_style ol li,.list_style ul li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}

.list_style ol li:before, .list_style ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5px;
    height: 100%;
    background: #000;
}
ul.platform_links {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    gap: 35px;
    flex-flow: wrap;
}

ul.platform_links li img {
    filter: brightness(0) invert(1);
    transition: all 0.5s linear;
}

ul.platform_links li:hover img {
    filter: grayscale(0);
}
.platform_row {
    margin-top:-30px;
    margin-bottom: 100px;
}
.make_border_bottom ul.elementor-icon-list-items {
    position: relative;
    margin-bottom: 15px;
}

.make_border_bottom ul.elementor-icon-list-items:after {
        content: '';
    position: absolute;
    left: 8px;
    bottom: -20px;
    width: 150px;
    height: 6px;
    border-radius: 2px;
    background: #863657;
}
html .add_list_after li.elementor-icon-list-item:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(/wp-content/uploads/2023/11/abt_after_img.png);
    width: 24px !important;
    height: 24px !important;
    border: none !important;
    left: unset !important;
}

.make_border_bottom .elementor-widget-container {
    overflow: visible !important;
}

.make_cover_full img {
    max-width: 140% !important;
}
.title_border_btm .elementor-heading-title
{
    margin-bottom:15px;
}

.title_border_btm .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 150px;
    height: 6px;
    border-radius: 0px;
    background: #863657;
}

.video_section_full img {
    max-width: unset !important;
    float: right;
}
.video_icon_img img {
    width: auto !important;
}
.my_testi_style .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px !important;
    border-radius:5px !important;
    height: 4px;
}

.my_testi_style .swiper-pagination span.swiper-pagination-bullet {
    transition: all 0.5s linear !important;
}

.center_after .elementor-heading-title:after {
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.footer_menu .elementor-nav-menu--main:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 111px;
    height: 4px;
    border-radius: 2px;
    background: #863657;
    overflow: visible !important;
    right: 0px;
    margin: 0 auto;
}

.footer_menu .elementor-nav-menu--main {
    margin-bottom: 30px;
}

.my_style_btn a {
    background-image: linear-gradient(to right, #824882, #d76273, #f1b36a);
    color: #fff !important;
    position: relative;
}

.my_style_btn a:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 10px;
    background-image: url(/wp-content/uploads/2023/11/btn_arrow_style.png);
    width: 34px;
    height: 17px;
    opacity: 1 !important;
    left: unset !important;
    padding: 13px 30px !important;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 14px;
    background-color: #863657;
    transition: all 0.5s linear !important;
}

.my_style_btn a:hover:after {
    right: -10px;
}
.auth_img:after {
    content: '';
    position: absolute !important;
    width: 80%;
    height: 85%;
    background: #863657;
    left: -10px;
    top: -15px;
    z-index: -1;
    border-radius: 20px 0px 0px;
}
.small_txt_gradient .elementor-heading-title {
    display: inline-block;
    padding: 10px 15px;
    background-image: linear-gradient(to right, #824882, #d76273, #f1b36a);
    border-radius: 10px;
}
.my_first_after_img {
    z-index: -1 !important;
}

.my_first_after_img img
{
    width:100% !important;
}

.my_first_after_img {
    margin-top: 50px;
}

.second_full_img {
    z-index: -1 !important;
    margin-top: 30px;
}

.second_full_img img {
    width: 100%;
}

.genre_icon {
    background-image: linear-gradient(to right, #824882, #d76273, #f1b36a);
    border-radius: 20px;
    display: inline-block !important;
    margin: 0 auto !important;
    width: 129px !important;
    height: 102px !important;
    line-height: 102px !important;
    position: absolute !important;
    left: 0px;
    right: 0px;
    top: -60px;
}

.genre_col .elementor-widget-wrap.elementor-element-populated {
    margin: 60px 15px 0px 15px !important;
    padding: 65px 15px 20px !important;
}
.dark_pink_bg .elementor-heading-title {
    background: #863657;
}
.make_btn_bg_white  a.elementor-button-link {
    background: #fff !important;
    color: #863657 !important;
}

.genre_title .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    width: 40px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
}
.white_col .elementor-widget-wrap.elementor-element-populated {
    margin: 40px 12px;
    border-radius: 20px;
    padding: 25px 20px;
    transition: all 0.5s linear !important;
    border: solid 3px #863657;
}

.book_format_row section.elementor-section {padding: 0px 25px;}

.change_border_color .elementor-heading-title:after {
    background: #863657;
}

.white_col_icon {
    display: table;
    margin: 0 auto;
    width: 83px !important;
    height: 83px !important;
    line-height: 80px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #824882, #d76273, #f1b36a);
}

.white_col .elementor-widget-wrap.elementor-element-populated:hover {
    border-color: #fff;
    border: solid 3px #fff;
    background-color: #863657 !important;
}

.white_col .elementor-widget-wrap.elementor-element-populated:hover .elementor-heading-title,.white_col .elementor-widget-wrap.elementor-element-populated:hover .elementor-element {
    color: #fff;
}
.video_icon_img:before {
    content: '';
    position: absolute !important;
    width: 80%;
    height: 85%;
    background: #863657;
    right: -15px;
    top: -15px;
    z-index: -1;
    border-radius: 0px 20px 0px;
}

.video_icon_img:after {
    content: '';
    position: absolute !important;
    width: 80%;
    height: 85%;
    background: #863657;
    left: -15px;
    bottom: -15px;
    z-index: -1;
    border-radius: 0px 20px 0px;
}
.remove_btm_title_space {
    margin-bottom: 8px !important;
}
.my_blogs_style .elementor-post__text {
    background-image: linear-gradient(to right, #824882, #d76273, #f1b36a);
    border-radius: 10px;
    padding: 30px 35px !important;
    position: relative;
    z-index: 9;
    width: 100%;
    max-width: 85%;
    margin: -60px auto 0px;
}

.my_blogs_style .elementor-post__text a.elementor-post__read-more {
    position: absolute;
    font-size: 0px !important;
}

.my_blogs_style .elementor-post__text a.elementor-post__read-more:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 10px;
    background-image: url(/wp-content/uploads/2023/11/btn_arrow_style.png);
    width: 34px;
    height: 17px;
    opacity: 1 !important;
    left: unset !important;
    padding: 13px 30px !important;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 14px;
    background-color: #863657;
    transition: all 0.5s linear !important;
}
.my_testi_style .elementor-testimonial:after {
    content: '';
    position: absolute !important;
    left: 0px;
    right: 0px;
    background-color: #863657;
    background-image: url(/wp-content/uploads/2023/11/testi_quote_icon.png);
    width: 93px;
    height: 93px;
    top: -30px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.my_form_style .elementor-field {
    padding: 15px;
}

.my_form_style button {
    padding: 18px 0px !important;
}
/* New css ends here */
