/*----------------------
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: #FF5E99;
    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;
    line-height:25px;
}
/*----------------------
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 */

.header_top_row {
    padding: 3px 0px;
}

.my_custom_menu li.menu-item a {
    position: relative;
    color: #000 !important;
}

.my_custom_menu li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 0px;
    height: 5px;
    background-image: linear-gradient(to right, #ffa300, #ff7a00);
    opacity: 1 !important;
    bottom: 5px;
    transition: all 0.5s linear;
}

.my_custom_menu li.menu-item.current-menu-item a:after,.my_custom_menu li.menu-item:hover a:after {
    width: 20px;
}

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

.my_custom_menu li.menu-item:last-child a {
    padding: 13px 46px !important;
    background-image: linear-gradient(to right, #ffa300, #ff7a00);
    color: #fff !important;
    border-radius: 10px;
    box-shadow: 0px 2px 0px 0px #ec5500;
    transition: all 0.5s linear;
}

.my_custom_menu li.menu-item:last-child:hover a {
    background-image: linear-gradient(to left, #ffa300, #ff7a00);
}

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

.two_col_btns ul li a {
    display: inline-block;
    /*padding: 13px 35px !important;*/
    padding: 10px 30px !important;
    background-image: linear-gradient(to right, #ffa300, #ff7a00);
    color: #fff !important;
    border-radius: 10px;
    box-shadow: 0px 2px 0px 0px #ec5500;
    transition: all 0.5s linear;
    font-size:16px;
}

.two_col_btns ul li a:hover {
    background-image: linear-gradient(to left, #ffa300, #ff7a00);
}

.two_col_btns ul li.trans_btn a {
    background-image: linear-gradient(to right, transparent, transparent);
    box-shadow: 0px 0px 0px 1px #ffffff;
}

.two_col_btns ul li.trans_btn a:hover {
    box-shadow: none;
    background: #0faa9a;
}

.top_banner_section {
    padding: 7.5em 0px;
}

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

.header_top .elementor-nav-menu {
    margin-top: 28px;
}

.header_logo_col {
    position: relative;
    z-index: 1;
}

.header_logo_col .elementor-element {
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}
.featured_logos_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0px 0px;
}

.featured_logos_list ul li {
    flex: 0 0 17%;
    background: #fff;
    height: 63px;
    border-radius: 10px;
    margin-bottom: 5px;
    line-height: 60px;
}

.featured_row {
    padding: 50px 0px;
}

.grad_col {
    background-image: linear-gradient(to top, #764a9d,#502675);
    border-radius: 10px;
    padding: 20px;
}

.grad_col p {
    margin: 0px;
}

.section_title_mid .elementor-heading-title {
    position: relative;
}

.section_title_mid .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    width: 100px;
    height: 5px;
    background-image: linear-gradient(to right, #ffa300, #ff7a00);
    margin: 0 auto;
}
.abt_title_btm_sp {
    margin-bottom: 35px !important;
}

.center_btns ul {
    justify-content: center;
}

.abt_btn_sp {
    margin: 30px 0px;
}
.abt_social_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 35px;
}

.abt_social_list ul li {
    flex: 0 0 20%;
    position: relative;
    background: #e9eef7;
    border-radius: 10px;
    padding: 10px 15px 5px;
}

.abt_social_list ul li img {
    position: absolute;
    left: 18px;
}

.abt_social_list ul li p {
    margin: 0px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 0px 0px 55px;
}

.abt_social_list ul li h4 {
    color: #000;
    padding: 0px 0px 0px 55px;
    margin: 0px 0px 2px;
    font-size: 20px;
    font-weight: 600;
}
.author_section {
    padding: 5em 0px 6em;
}
.transform_row {
    padding: 4em 0px;
}
.makr_large_title_after .elementor-heading-title {
    position: relative;
}

.makr_large_title_after .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -9px;
    width: 100px;
    height: 5px;
    background-image: linear-gradient(to right, #ffa300, #ff7a00);
}
.book_choose_btn ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.book_choose_btn ul a {
    display: inline-block;
    padding: 5px 20px;
    background: #000;
    border-radius: 5px;
    color: #fff;
}

.book_choose_btn ul a img {
    margin: 0px 0px 0px 10px;
}
.book_info_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: nowrap;
    gap: 15px;
    align-items: center;
}

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

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

.book_info_list ul li h4 {
    margin: 10px 0px 0px;
    padding: 0px 0px 0px 55px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", Sans-serif;
}

.book_info_list ul li p {
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 55px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    background: -webkit-linear-gradient(#ffa300, #ff7a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.book_info_list ul li:last-child {
    flex: 0 0 44%;
}

.book_info_list ul li h4:before {
    content: '';
    position: absolute;
    left: 43px;
    top: 10px;
    width: 2px;
    height: 30px;
    background: #000;
}

.book_info_list ul li:last-child img {
    width: 35px;
    top: 8px;
}
.book_main_section {
    padding: 7em 0px;
}
.center_ttile_after .elementor-heading-title:after {
    margin: 0px auto;
}

.set_sp_titles {
    margin-bottom: 30px;
}

.set_sp_titles .elementor-heading-title:after {
    bottom: -15px;
}
.program_cols_box .elementor-column {
    border-radius: 0px 0px 10px 10px;
    margin: 0px 10px;
}

.program_cols_box .elementor-column .elementor-widget-wrap.elementor-element-populated {
    padding: 0px;
    background: #e9eef7;
}

.program_small_title .elementor-heading-title:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -9px;
    width: 50px;
    height: 5px;
    background-image: linear-gradient(to right, #ffa300, #ff7a00);
    margin:0 auto;
}

.inner_row_btm_sp {
    margin-bottom: 35px;
}

.program_cols_box {
    margin-bottom: 45px;
}

.program_single_btn {
    position: relative;
    top: 15px;
}

.program_cols_box .program_small_txt {
    margin: 0px;
    padding: 0px 25px;
	min-height: 110px;
}
.two_col_btns ul li.black_btn a {
    background: transparent;
    box-shadow: none;
    border: solid 1px #000;
    color: #000 !important;
}

.two_col_btns ul li.black_btn a:hover {
    background: #0faa9a;
    color: #fff !important;
    border-color: #0faa9a !important;
}

.programs_section {
    padding: 0em 0px 6em;
}
.foo_social_row {
    background-image: linear-gradient(to top, #764a9d, #502675);
}

.social_media_link {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    gap: 15px;
}

.social_media_link li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
}
.footer_main_row {
    padding: 2em 0px;
}

.my_foo_large_mene {
    border-bottom: solid 2px #633889;
    padding-bottom: 30px !important;
}

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

.my_foo_large_mene li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 0px;
    height: 5px;
    background-image: linear-gradient(to right, #ffa300, #ff7a00) !important;
    bottom: -10px;
    transition: all 0.5s linear;
    opacity: 1 !important;
}

.my_foo_large_mene li.menu-item:hover a:after, .my_foo_large_mene li.menu-item.current-menu-item a:after {
    width: 21px;
}
.programs_section_inner {
    padding: 5em 0px;
}
.connect_section {
    padding: 5em 0px 6em;
}

.my_form_style input,.my_form_style textarea {
    padding: 15px !important;
	border-radius: 10px;
}

.my_form_style button.elementor-button {
    padding: 13px 46px !important;
    background-image: linear-gradient(to right, #ffa300, #ff7a00);
    color: #fff !important;
    border-radius: 10px;
    box-shadow: 0px 2px 0px 0px #ec5500;
    transition: all 0.5s linear;
}
.top_banner_cover img {
    max-width: unset !important;
    position: relative;
    right: 40px;
}

/* New css ends here */
