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

/* 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_sec_sps .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
header {
  padding: 8px 0px;
}
.my_menu_style .menu-item a {
  position: relative;
}
.my_menu_style .menu-item a:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 8px;
  width: 0%;
  height: 2px;
  background: #4fafc6 !important;
  transition: all 0.5s linear;
  opacity: 1 !important;
  margin: 0 auto;
}
.my_menu_style .menu-item.current_page_item a:after,
.my_menu_style .menu-item:hover a:after
{
  width: 100%;
}
.my_menu_style .menu-item:last-child a::after {
  display: none;
}

.my_menu_style .menu-item:last-child a {
  padding: 10px 25px !important;
  background: #4fafc6;
  color: #fff !important;
  border-radius: 35px !important;
  border: solid 1px #4fafc6;
}
.my_menu_style .menu-item:last-child:hover a {
  background: #000;
  border-color: #000;
}

.top_bann_sec {
  border-radius: 0px 0px 400px 0px !important;
}

.two_btn_list {
  display: flex;
  display: -webkit-flex;
  gap: 10px;
}
.two_btn_list a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 35px;
  background: #4fafc6;
  color: #000;
  font-size: 15px;
  border: solid 1px #4fafc6;
}
.two_btn_list a:hover {
  background: #000;
  border-color: #000;
  color:#fff;
}
.two_btn_list li.white_border_btn a {
    color:#fff;
  background: transparent;
  border-color: #fff;
}
.two_btn_list li.white_border_btn a:hover {
  background: #104469;
  border-color: #104469;
}
.two_btn_list .img_anchor img {
  margin-right: 5px;
}

.top_bann_sec .elementor-widget-wrap.elementor-element-populated {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.features_list {
  display: flex;
  display: -webkit-flex;
  gap: 30px;
  align-items: center;
}
.features_list li:first-child {
  position: relative;
}
.features_list li:first-child:after {
  content: '';
  position: absolute;
  right: -15px;
  top: -2px;
  width: 2px;
  height: 20px;
  background: #000;
}
.fea_list_top {
  background: #4fafc6;
  padding: 35px;
  border-radius: 0px 60px 0px 0px;
}
.top_feature_row:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #4fafc6;
  width: 30%;
  height: 96px;
}
.features_list img {
  filter: brightness(0);
}
.top_large_word {
  font-size: 100px;
}

.top_bann_cover_row {
  padding: 7em 0px 0px;
}


.author_single_img img {
  border: solid 2px #4fafc6 !important;
  border-radius: 0px 160px 0px 160px !important;
}
.author_single_img {
  position: relative;
}
.author_single_img:before {
  content: '';
  position: absolute;
  left: -15em;
  bottom: 0px;
  background-image: url('/wp-content/uploads/2026/02/author_sec_single_img_before-blue.webp');
  width: 354px;
  height: 347px;
  z-index: -1;
}
.author_sec {
  padding: 7em 0px;
}
.section_title_small,.section_title_large,.section_txt
{
  margin-bottom: 10px !important;
}
.abt_txt_col {
  padding-left: 3em;
}
.author_info_list ul {
  display: flex;
  display: -webkit-flex;
  gap: 33px;
  background: #4fafc6;
  padding: 15px 0px 15px 7em;
  border-radius: 35px;
  position: relative;
  left: -7em;
  z-index: -1;
}
.author_info_list ul li {
  position: relative;
}
.author_info_list ul li:not(:last-child):after {
  content: '';
  position: absolute;
  right: -25px;
  top: 0px;
  background-image: url('/wp-content/uploads/2026/02/author_sec_list_icon.webp');
  width: 18px;
  height: 23px;
}

.book_info_list ul {
  display: flex;
  display: -webkit-flex;
  gap: 8px;
  margin-bottom: 5px;
}
.book_info_list ul li:first-child {
  flex: 0 0 30%;
}
.blod_txt {
  color: #4fafc6;
}
.two_btn_list li.black_border_btn a {
  background: transparent;
  border-color: #000;
}
.two_btn_list li.black_border_btn a:hover {
  background: #000;
}
.two_btn_list li.black_border_btn a:hover img {
  filter: invert(1);
}
.book_sec {
  padding: 7em 0px;
}
.book_sec::before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url('/wp-content/uploads/2026/02/book_sec_cover_after_img_n_blue.webp');
  width: 678px;
  height: 754px;
  border-radius: 20px 0px 0px 400px;
}

.pref_list ul {
  display: flex;
  display: -webkit-flex;
  gap: 25px;
  align-items: center;
}
.pref_list ul .img_box,.pref_list ul .sm_txt {
  display: block;
}
.pref_list ul .img_box
{
  width: 60px !important;
  height: 60px !important;
  background: #4fafc6;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s linear;
}
.pref_list ul li {
  text-align: center;
}
.pref_list ul li:first-child {
  text-align: left;
}
.pref_list ul .sm_txt {
  font-size: 13px;
}
.pref_list ul .img_box img {
  filter: brightness(0);
  transition: all 0.5s linear;
}
.pref_list ul a {
  color: #000;
}
.pref_list ul li:hover .img_box {
  background: #104469;
}
.pref_list ul li:hover .img_box img{
  filter: brightness(0) invert(1);
}

.my_video_box, .my_video_box .elementor-open-lightbox,.my_video_box .elementor-custom-embed-image-overlay {
  height: 500px !important;
  width: 100%;
}
.my_video_box img {
  border: solid 2px #4fafc6 !important;
  border-radius: 20px 260px 20px 260px !important;
  height: 500px !important;
}
.inner_row {
  margin-bottom: 20px;
}
.video_sec {
  padding: 3em 0px 7em;
}

.post-title {
  display: none;
}
.blog_inner_sec {
  padding: 3em 0px 3em;
}

.blogs_sec {
  padding: 0em 0px 7em;
}
.my_blogs_style .elementor-post__thumbnail {
  border: solid 2px #4fafc6;
}
.my_blogs_style .elementor-post__text {
  padding: 0px 30px 20px;
}
.my_blogs_style .elementor-post {
  transition: all 0.5s linear;
  border-radius: 20px 80px 20px 80px;
}
.my_blogs_style .elementor-post:hover {
  background: #f3f3f3;
}

.product_sec {
  padding: 7em 0px;
  border-radius: 80px 80px 0px 0px;
}
.product_price {
  width: 68px !important;
  height: 68px !important;
  margin: 0px !important;
  display: flex !important;
  display: -webkit-flex;
  align-items: center !important;
  background: #104469 !important;
  flex-flow: column !important;
  justify-content: center !important;
  border-radius: 100%;
  position: absolute !important;
  right: 20px;
  top: 20px;
}
.product_title,.pro_desc {
  margin-bottom: 10px !important;
}
.pro_single_img img {
  border: solid 2px #4fafc6;
  border-radius: 25px !important;
}

.testi_sec {
  padding: 7em 0px;
      border-top: solid 3px #4fafc6;
}
.my_testi_block .elementor-main-swiper {
  padding: 0px !important;
  width: 100% !important;
  overflow: hidden;
}
.my_testi_block .elementor-testimonial__image img {
  width: auto !important;
  height: auto !important;
  border: solid 2px #4fafc6;
}
.my_testi_block .elementor-testimonial__footer {
  position: relative;
  margin-bottom: 55px !important;
}
.my_testi_block .elementor-testimonial__footer:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -40px;
  background-image: url('/wp-content/uploads/2026/02/testi_sec_stars_icon.webp');
  width: 135px;
  height: 22px;
  margin: 0 auto;
}
.my_testi_block .swiper-slide {
  padding: 15px !important;
}
.my_testi_block .swiper-pagination {
  position: relative;
  bottom: 0px;
  margin-top: 25px;
}
.my_testi_block .swiper-pagination-bullet {
  transition: all 0.5s linear;
}
.my_testi_block .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 80px !important;
  border-radius: 5px;
}


.my_testi_block .elementor-testimonial__text {
  position: relative;
}
.my_testi_block .elementor-testimonial__text:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: 35%;
  width: 70px;
  height: 57px;
  background-image: url('/wp-content/uploads/2026/02/testi_sec_quote_icon.webp');
  z-index: -1;
}

.foo_top_sec .elementor-widget-wrap.elementor-element-populated {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.foo_menu_row {
  background: #4fafc6;
  padding: 10px 0px;
  margin: 0px 0px 15px;
}
.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 8px;
    justify-content: center;
}

.social_list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #4fafc6;
    border-radius: 50px;
    text-align: center;
    line-height: 32px;
    border: solid 1px #4fafc6;
    transition: all 0.5s linear;
}

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

.social_list a:hover {
    background: #fff;
}
.social_list a img {
  filter: brightness(0);
}
.social_list a:hover img {
    filter: invert(1);
}
.foo_top_sec {
    padding: 50px 0px 40px;
}
.cp_txt p {
    margin: 0px;
}
.cp_row {
    padding: 4px 0px;
}

.abt_inner_sec {
  border-top: solid 3px #4fafc6;
}
.blog_inner_sec {
  padding: 5em 0px;
  border-top: solid 3px #4fafc6;
  border-bottom: solid 3px #4fafc6
}
.contact_inner_section {
    padding: 7em 0px;
}

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

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 15px 0px !important;
    min-height: auto !important;
}
.style_list ul li,.style_list ol li {
    position: relative;
    padding: 0px 0px 7px 20px;
}

.style_list ul li:before, .style_list ol li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 8px;
    width: 10px;
    height: 4px;
    background: #4fafc6;
}

@media screen and (max-width: 1375px) {
    .book_sec::before {
        right: -7em;
    }
}

@media screen and (max-width: 1180px) {
    .book_sec::before {
        right: -11em;
    }
}

/* New css ends here */
