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

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

header {
    padding: 13px 0px;
}

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

.my_menu_style li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -4px;
    width: 0px;
    height: 3px;
    background: #142b6f !important;
    opacity: 1 !important;
    margin: 0 auto;
    transition: all 0.5s linear;
}

.my_menu_style li.menu-item a:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -4px;
    width: 0px;
    height: 3px;
    background: #142b6f !important;
    opacity: 1 !important;
    margin: 0 auto;
    transition: all 0.5s linear;
}

.my_menu_style li.menu-item:hover a:before,
.my_menu_style li.menu-item:hover a:after,
.my_menu_style li.menu-item.current-menu-item a:after,
.my_menu_style li.menu-item.current-menu-item a:before
{
    width:24px;
}
.two_col_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.two_col_btn ul a {
    display: inline-block;
    padding: 13px 30px;
    background: #ffd602;
    color: #000;
    transition: all 0.5s linear;
    border: solid 1px #ffd602;
}

.two_col_btn ul a:hover {
    background: #142b6f;
    border-color: #142b6f;
    color: #fff;
}

.two_col_btn ul li.simple_white_btn a {
    background: transparent;
    border-color: transparent;
    color: #fff;
}

.two_col_btn ul li.simple_white_btn a:hover {
    background: #142b6f;
    border-color: #142b6f;
}

.two_col_btn ul li.simple_white_btn a img
{
    margin-left:8px;
}

.my_btn_style .elementor-button {
    padding: 14px 30px !important;
}

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

.top_banner_section {
    padding: 7em 0px;
}

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

.two_col_btn ul a {
    display: inline-block;
    padding: 13px 25px;
    background: #ffd602;
    color: #000;
    transition: all 0.5s linear;
    border: solid 1px #ffd602;
}

.two_col_btn ul a:hover {
    background: #142b6f;
    border-color: #142b6f;
    color: #fff;
}

.two_col_btn ul li.simple_white_btn a {
    background: transparent;
    border-color: transparent;
    color: #fff;
}

.two_col_btn ul li.simple_white_btn a:hover {
    background: #142b6f;
    border-color: #142b6f;
}

.two_col_btn ul li.simple_white_btn a img
{
    margin-left:8px;
}

.my_btn_style .elementor-button {
    padding: 14px 35px !important;
}

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

.top_banner_section {
    padding: 7em 0px;
}
.author_section {
    padding: 7em 0px;
}
.two_col_btn ul li.simple_black_btn a {
    background: transparent;
    border-color: transparent;
    color: #000;
}

.two_col_btn ul li.simple_black_btn a img {
    filter: invert(1);
    transition: all 0.5s linear;
    margin-left: 8px;
}

.two_col_btn ul li.simple_black_btn a:hover {
    background: #142b6f;
    color: #fff;
    border-color: #142b6f;
}

.two_col_btn ul li.simple_black_btn a:hover img {
    filter: invert(0);
}
ul.book_info_list {
    display: flex;
    flex-flow: column;
}
ul.book_info_list li {
    position: relative;
    display: inline-block;
    padding-left:75px;
}

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

ul.book_info_list li p {
    padding-left: 75px;
    margin: 14px 0px 0px;
    font-size: 14px;
}

ul.book_info_list li h3 {
    /*padding-left: 75px;*/
    font-size: 16px;
    margin: 0px;
}

ul.book_info_list li:not(:last-child) {margin-bottom: 45px;}

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

.featured_platform_row {
    margin: 50px 0px 0px;
}

.book_main_section {
    padding: 8em 0px;
}
.inner_row {
    margin-bottom: 30px;
}

.event_sec {
    padding: 9em 0px;
}
h2.post-title {
    display: none;
}

.inner_blog_sec {
    padding: 2em 0px 5em;
}
.my_blog_style article.elementor-post {
    position: relative;
}

.my_blog_style .elementor-post__text {
    padding: 0px 25px 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.blog_section {
    padding: 7em 0px;
}
.my_subs_form {
    max-width: 48%;
}

.my_subs_form input {
    padding: 15px !important;
}

.my_subs_form .elementor-button {
    padding: 18px 0px !important;
    min-height: auto !important;
}
.stay_conn_sec {
    padding: 7em 0px;
}

.cp_row p {
    margin: 0px;
}

.cp_row {
    padding: 4px 0px;
}

ul.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    position: relative;
    z-index:9;
}

ul.social_list li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #ffd602;
    text-align: center;
    line-height: 36px;
    transition: all 0.5s linear;
}

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

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

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

.footer_top_sec {
    padding: 6em 0px;
}

ul.social_list:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 5px;
    width: 2px;
    height: 25px;
    background: #fff;
}
.footer_top_sec {
    position: relative;
}

.blue_color_col {
    background: #142b6f;
    height: 75px;
    margin-top: 24px;
}

.footer_top_sec:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 118px;
    width: 500px;
    height: 75px;
    background: #142b6f;
}
.foo_menu  ul#menu-1-69aee32 {
    margin-left: 14px;
}
.book_main_section_inner {
    padding: 3em 0px 5em;
}
.blog_section_inner,.contact_inner_section
{
    padding: 3em 0px 5em;
}
.my_form_style input,.my_form_style textarea {
    padding: 12px 15px;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 18px 0px !important;
    min-height: auto !important;
}
/* New css ends here */
