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

/*----------------------
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_sec {
  background-image: linear-gradient(to left,#010c28 52%,#1746ea 50%);
}
.social_list {
  display: flex;
  display: -webkit-flex;
  gap: 25px;
  justify-content: flex-end;
  align-items: center;
}
.social_list li a {
  transition: all 0.5s linear;
}
.social_list li a:hover {
  opacity: 0.7;
}
.contact_list ul {
  display: flex;
  display: -webkit-flex;
  gap: 25px;
}
.contact_list ul a {
  transition: all 0.5s linear;
  color: #fff;
}
.contact_list ul a:hover {
  opacity: 0.8;
}
.header_top_sec {
  padding: 5px 0px;
}
.header_top {
  padding: 15px 0px;
}
.my_menu_style li.menu-item:last-child a {
  padding: 13px 50px 13px 27px !important;
  background: #000 !important;
  color: #fff !important;
  position: relative;
  transition: all 0.5s linear;
}
.my_menu_style li.menu-item:last-child:hover a {
  background:  #1746ea !important;
}
.my_menu_style li.menu-item:last-child a:after {
  content: '';
  position: absolute;
  right: 27px;
  top: 18px;
  background-image: url('/wp-content/uploads/2025/09/header_btn_arrow.png');
  width: 15px;
  height: 13px;
  opacity: 1 !important;
}
.top_banner_small_title {
  margin-bottom: 10px !important;
}
.top_banner_large_title {
  margin-bottom: 10px !important;
}
.top_banner_txt {
  margin-bottom: 5px !important;
}
.my_btn_style .elementor-button {
  padding: 13px 28px !important;
}
.remove_section_space .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.top_banner_section {
  padding: 10em 0px;
}

.my_top_slider .elementor-testimonial__footer {
  margin: 0px !important;
}
.my_top_slider .elementor-testimonial__content {
  position: relative;
}
.my_top_slider .elementor-testimonial__text::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0px;
  background-image: url('/wp-content/uploads/2025/09/slider_after_icon.png');
  width: 26px;
  height: 26px;
}
.my_top_slider .swiper-slide {
  overflow: visible !important;
}
.my_top_slider .elementor-main-swiper {
  width: 100% !important;
  overflow: hidden !important;
}

.top_sec_slider {
  padding: 5px 0px;
}


.who_other_logos_list ul {
  display: flex;
  display: -webkit-flex;
  gap: 15px;
  justify-content: space-between;
  margin-top: 30px;
}
.inner_row {
  margin-bottom: 35px;
}
.section_title_small {
  margin-bottom: 10px !important;
}
.after_title .elementor-heading-title {
  position: relative;
}
.after_title .elementor-heading-title:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -25px;
  width: 200px;
  height: 4px;
  background: #1746ea;
}
.center_title .elementor-heading-title::after {
  right: 0px;
  margin: 0 auto;
}
.after_title {
  margin-bottom: 45px !important;
}
.section_title_two_small .elementor-heading-title:after {
  width: 150px;
}

.who_we_sec {
  padding: 7em 0px;
}

.abt_txt_col {
  padding-top: 6em;
}
.author_section {
  padding: 7em 0px;
}
.key_points_sec {
  background: #1746ea;
  padding: 35px 0px 35px 0px;
  margin: -150px 0px 0em 4em;
  position: relative;
}
.style_bullet_txt ul li {
  position: relative;
  padding: 0px 0px 5px 12px;
}
.style_bullet_txt ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.white_title_after .elementor-heading-title::after {
  background: #fff;
}
.key_points_sec:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 100px solid #fff;
  border-right: 100px solid transparent;
  transform: rotate(90deg);
}
.key_points_sec::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 23px;
  width: 60px;
  height: 60px;
  background: #a5b9ff;
  z-index: 1;
}
.abt_single_img {
  position: relative;
  z-index: 1;
}


.services_sec {
  padding: 7em 0px;
}
.services_inner_row .elementor-column {
}
.services_inner_row .elementor-column .elementor-widget-wrap.elementor-element-populated {
  padding: 25px 30px 20px !important;
  background: #010c28;
  margin: 0px 10px;
}
.services_list li {
  position: relative;
  padding: 0px 0px 10px 12px;
}
.services_list li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.book_info_list ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: row;
}

.book_info_list ul li:nth-child(odd) {
    flex: 0 0 18%;
}

.book_info_list ul li:nth-child(even) {
    flex: 0 0 33%;
}

.book_info_list ul li {
    margin: 0px 0px 6px;
}

.blod_txt {
    font-weight: 600;
  color: #1746ea;
}

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

.two_btn_list li a {
    display: inline-block;
    padding: 10px 28px;
    background: #1746ea;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: solid 1px #1746ea;
    transition: all 0.5s linear;
}

.two_btn_list a:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

.two_btn_list a img {
    transition: all 0.5s linear;
    margin-right: 10px;
    position: relative;
}

.two_btn_list a:hover img {
    filter: invert(1);
}
.two_btn_list li.blue_border_btn a {
    background: transparent;
    border-color: #000;
    color: #000;
}

.two_btn_list li.blue_border_btn a:hover {
    background: #000;
    color: #fff;
}

.two_btn_list li.white_border_btn a {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.two_col_btn li.white_border_btn a img {
    filter: invert(1);
}
.two_col_btn li.white_border_btn a:hover {
    background: #000;
    color: #fff;
}

.book_main_section {
    padding: 7em 0px;
}
.chooser_per_option ul {
    display: flex;
    display: -webkit-flex;
    gap: 35px;
}

.chooser_per_option ul li {
    text-align: center;
}

.choose_pref_row {
    margin: 20px 0px 0px;
}

span.sm_txt {
    font-weight: 500;
    display: block;
    margin: 10px 0px 0px;
}

.img_box {
  width: 61px;
  height: 61px;
  display: inline-block;
  background: #010c28;
  border-radius: 10px;
  transition: all 0.5s linear;
  line-height: 60px !important;
}
.chooser_per_option ul li a {
  color: #000;
}
.chooser_per_option ul li a:hover .img_box {
  background: #1746ea;
}

.blog_section {
  padding: 8em 0px;
}
.my_blog_style .elementor-post__thumbnail img {
  border-radius: 10px;
}
.my_blog_style .elementor-post__read-more {
  display: inline-block;
  padding: 11px 25px;
  background: #1746ea;
  transition: all 0.5s linear;
}
.my_blog_style .elementor-post:hover .elementor-post__read-more {
  background: #fff !important;
  color: #1746ea !important;
}

.my_testi_style .elementor-main-swiper {
  width: 100% !important;
  padding-bottom: 0px !important;
  overflow: hidden;
  padding-right: 3px;
}
.my_testi_style .swiper-slide {
  border: solid 2px #000;
  border-radius: 10px;
  padding: 40px 30px 30px !important;
}
.my_testi_style .elementor-testimonial__footer {
  justify-content: right !important;
}
.my_testi_style .elementor-testimonial__footer .elementor-testimonial__image {
  float: right !important;
}
.my_testi_style .elementor-testimonial__footer img {
  width: auto !important;
  height: auto !important;
}
.my_testi_style .elementor-testimonial__text {
  position: relative;
}
.my_testi_style .elementor-testimonial__text:before {
  content: '';
  position: absolute;
  left: -31px;
  top: -50px;
  background-image: url('/wp-content/uploads/2025/09/testi_sec_stars.png');
  background-color: #1746ea;
  width: 150px;
  height: 20px;
  background-repeat: no-repeat;
  padding: 15px;
  background-position: center;
}
.my_testi_style .swiper-pagination {
  position: relative !important;
  bottom: 0px !important;
  margin-top:  15px !important;
}
.my_testi_style .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.4);
}
.my_testi_style .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
}
.testi_section {
  padding: 7em 0px;
}
.my_testi_style .elementor-testimonial__text {
  min-height: 190px;
}

.foo_btm {
    padding: 3em 0px 2em;
  border-top: solid 4px #1746ea;
}

.my_social_list {
    display: flex;
    display: -webkit-flex;
    gap: 5px;
}

.my_social_list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #1746ea;
    border-radius: 0px;
    text-align: center;
    line-height: 32px;
    border: solid 1px #1746ea;
    transition: all 0.5s linear;
}

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

.my_social_list a:hover {
    background: #fff;
}

.my_social_list a:hover img {
    filter: invert(1);
}

.foo_main_menu {
    border-bottom: solid 2px #fff;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

.foo_privacy_menu .elementor-nav-menu li {
    position: relative;
}

.foo_privacy_menu .elementor-nav-menu li:not(:last-child) a:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 3px;
    width: 2px;
    height: 12px;
    background: #fff !important;
    border: none !important;
    opacity: 1 !important;
}

.post-title {
  display: none;
}

.contact_inner_section {
    padding: 7em 0px;
}

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

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 15px 0px !important;
    min-height: auto !important;
}
.foo_btm {
    border-top: solid 3px #1746ea;
}

/* New css ends here */
