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



p {
    font-weight:400;
}
/*----------------------
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 */

.org_txt {
    color: #ef6b23;
}

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

header {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
    z-index: 1;
}
.section_title_large .elementor-heading-title {
    background: -webkit-linear-gradient(40deg, #c33f1b 15%, #cb9328 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 300px #000;
}
.two_column_btns ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.two_column_btns ul li {
    position: relative;
}

.two_column_btns ul li a {
    display: inline-block;
    background-image: linear-gradient(120deg, #c33f1b 35%, #cb9328 85%);
    height: 44px;
    line-height: 44px;
    padding: 0px 33px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    outline: solid 1px transparent;
    transition: all 0.5s linear;
}

.two_column_btns ul li.img_btn a {
    background: transparent;
    outline-color: #fff;
    color: #fff;
}

.two_column_btns ul li.img_btn a img {
    margin-right: 10px;
}

.two_column_btns ul li.img_btn a {padding-left: 5px;}

.two_column_btns ul li.img_btn a:hover {
    background: #000;
    outline-color: #000;
}

.two_column_btns ul li a:hover {
    background-image: linear-gradient(280deg, #c33f1b 35%, #cb9328 85%);
}

.elementor-element.elementor-element-e3f04c0.section_titles_small.elementor-widget.elementor-widget-heading {}

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

.section_titles_small .elementor-heading-title:before {
    content: '';
    position: absolute;
    top: -8px;
    left:0px;
    background-image: url('/wp-content/uploads/2024/06/section_title_after.png');
    width: 62px;
    height: 34px;
    transition: all 0.5s linear;
    animation: moreLeft 2.5s infinite;
    transform: translate(0px, 0px);
}

@keyframes moreLeft {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
        transform: translate(-5px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.top_banner_section,.author_section,.book_main_section,
.blogs_main_section,.testi_main_row 
{
    border-bottom: solid 4px #ef6b23;
}


.author_section {
    padding: 15em 0px;
}

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

.abt_auhtor_list ul img {
    margin-right: 8px;
}

.two_column_btns ul li.trans_btn a {
    background: transparent;
    color: #fff;
    outline: solid 1px #fff;
}

.two_column_btns ul li.trans_btn a:hover {
    background: #000;
    outline-color: #000;
}

.book_main_section {
    padding: 15em 0px;
}

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

.prefer_btns ul li a {
    display: inline-block;
    padding: 8px 18px;
    background: #3e1600;
    border-radius: 25px;
    color: #fff;
    transition: all 0.5s linear;
    border: solid 1px #3e1600;
}

.prefer_btns ul li a img {
    margin-left: 10px;
}

.prefer_btns ul li a:hover {
    background: #ca9227;
    border-color: #ca9227;
}

.book_info_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    flex-flow: wrap;
}

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

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

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

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

.book_info_list ul li p {
    color: #ef6b23;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 0px 55px;
}
.single_book_cover_img img {
    max-width: unset !important;
    position: relative;
    right: 60px;
}
h2.post-title {
    display: none;
}

.top_page_inner {
    min-height: 600px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.top_banner_titles h1 {
    background: -webkit-linear-gradient(40deg, #c33f1b 15%, #cb9328 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blogs_main_section {
    padding: 13em 0px;
}

.inner_row {
    margin-bottom: 35px;
}

.my_posts_style article.elementor-post {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    transition: all 0.5s linear;
    transform: translate(0px, 0px);
}

.my_posts_style article.elementor-post .elementor-post__excerpt {
    margin: 0px;
}

.my_posts_style article.elementor-post:hover {
    background: #000;
    transform: translate(0px, -5px);
}

.my_posts_style article.elementor-post:hover .elementor-post__title a,.my_posts_style article.elementor-post:hover .elementor-post__excerpt p
{
    color: #fff;
}

.center_after_title .elementor-heading-title {
    display: table;
    margin: 0 auto;
}

.make_title_after.section_titles_small .elementor-heading-title:after {
    content: '';
    position: absolute;
    top: -8px;
    right: 0px;
    background-image: url(/wp-content/uploads/2024/06/section_title_after.png);
    width: 62px;
    height: 34px;
    transition: all 0.5s linear;
    transform: rotate(180deg) translate(0px, 0px);
    animation: moreright 2.5s infinite;
}

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

@keyframes moreright {
  0% {
    transform: rotate(180deg) translate(0px, 0px);
  }
  50% {
        transform: rotate(180deg) translate(5px, 0px);
  }
  100% {
    transform: rotate(180deg) translate(0px, 0px);
  }
}

.center_btn_list  ul {
    justify-content: center;
}

.testi_main_row 
{
    padding: 15em 0px;
}
.my_testi_style .elementor-main-swiper {
    width: 100%;
    overflow: hidden;
}

.my_testi_style .elementor-testimonial__footer {
    flex-flow: column;
    justify-content:center;
}

.my_testi_style cite.elementor-testimonial__cite {
    margin-left:0px;
    position:relative;
    text-align:center !important;
}

.my_testi_style cite.elementor-testimonial__cite:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0px;
    right:0px;
    margin:0 auto;
    background-image: url('/wp-content/uploads/2024/06/testi_section_stars.png');
    width: 94px;
    height: 17px;
}

.elementor-swiper-button.elementor-swiper-button-prev {
    position:absolute;
    top:50px;
    background-image: url('/wp-content/uploads/2024/06/left_arrow.png'), linear-gradient(120deg, #c33f1b 35%, #cb9328 85%) !important;
    background-repeat:no-repeat;
    background-position:center center;
    z-index:9;
}

.elementor-swiper-button.elementor-swiper-button-next {
    position:absolute;
    top:50px;
    background-image: url('/wp-content/uploads/2024/06/right_arrow.png'), linear-gradient(120deg, #c33f1b 35%, #cb9328 85%) !important;
    background-repeat:no-repeat;
    background-position:center center;
    z-index:9;
}

.my_testi_style .elementor-swiper-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: linear-gradient(120deg, #c33f1b 35%, #cb9328 85%);
    text-align: center;
    line-height: 50px;
}

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

.my_testi_style .elementor-testimonial__text {
    padding: 0px 8em;
}

.all_platform_list ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

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

.footer_platform_row {
    padding: 32px 0px;
}

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

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

.social_links ul li a:hover {
    background: #000;
}

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

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

.foo_menu li.menu-item {
    position: relative;
}

.foo_menu li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -6px;
    width: 0%;
    height: 4px;
    background: #ef6b23 !important;
    opacity: 1 !important;
    transition: all 0.5s linear;
}

.foo_menu li.menu-item a:hover:after, .foo_menu li.menu-item.current-menu-item a:after {
    width: 100%;
}

.footer_center_row {
    padding: 5em 0px;
}

.cp_txt p {
    margin: 0px;
}

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

.cp_row_main {
    padding: 15px 0px !important;
}

.cp_menu li.menu-item {
    position: relative;
}

.cp_menu li.menu-item:not(:last-child) a:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 2px;
    width: 2px;
    height: 15px;
    background: #fff !important;
    opacity: 1 !important;
}

aside.menu_box {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    transform: translate(-500px, 0px);
    background: #000;
    z-index: 9;
    width: 350px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    transition:all 0.5s linear;
}
aside.menu_box.active_menu {
    transform: translate(0px, 0px);
}


aside.menu_box ul li a {
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px 15px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

aside.menu_box ul li a:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 0%;
    height: 4px;
    background: #ef6b23;
    transition: all 0.5s linear;
}

aside.menu_box ul li:hover a:after {
    width: 100%;
}

.close_btn {
    position: absolute;
    right: -15px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: #f00;
    border-radius: 0px 0px 20px 0px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
}

.close_btn a {
    color: #fff;
}
.contact_section_inner {
    padding: 8em 0px;
}

.contact_section_inner {
    padding: 10em 0px;
}

.my_form_style input,.my_form_style textarea {
    background: transparent !important;
    border: solid 1px #fff !important;
    color: #fff !important;
    padding: 12px 15px !important;
    border-radius: 10px;
}

.my_form_style input::placeholder,.my_form_style textarea::placeholder 
{
    color: #fff;
    opacity: 1 !important;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style button {
    padding: 15px 0px !important;
}
.blog_section_main {
    padding: 5em 0px;
}
.list_of_certificates img {
    background: #fff;
    border-radius: 50% !important;
}
/* New css ends here */
