/*----------------------
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: #f4d329;
    color: #000;
    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 {
    /*padding: 35px 0px;*/
    padding: 10px 0px;
}
.two_col_btns ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    align-items: center;
}

.two_col_btns ul li a {
    display: inline-block;
    height: 50px;
    padding: 0px 30px;
    border: solid 1px #000;
    border-radius: 35px;
    line-height: 50px;
    color: #000;
    transition: all 0.5s linear;
}

.two_col_btns ul li a:hover {
    background: #000;
    color: #fff;
}
.two_col_btns ul li.img_btn a {
    padding: 0px;
    border: none;
    position: relative;
    top: -5px;
}
.under_line_txt {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.under_line_txt:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    height: 18px;
    background: #f4d329;
    z-index: -1;
}

.top_banner_section {
    height: 727px;
}

.top_banner_cover img {
    max-width: 110% !important;
    position: relative;
    top: 30px;
}
.my_menu_style .elementor-nav-menu--main ul li:last-child a {
    padding: 10px 25px !important;
    border: solid 1px #000;
    border-radius: 35px;
    transition: all 0.5s linear;
}

.my_menu_style .elementor-nav-menu--main ul li:last-child a:hover {
    background: #000;
    color: #fff !important;
}
.add_extra_btm_sp_title {
    margin-bottom: 30px;
}

.platform_list ul {
    display: flex;
    display: -webkit-flex;
    /*justify-content: space-between;*/
    align-items: center;
    gap: 20px;
  margin: 25px 0px 0px;
}

.feature_row {
    /*padding: 8em 0px 0px;*/
    padding: 5em 0px;
}
.custom_btn a.elementor-button-link {
    padding: 13px 25px !important;
}
.author_section {
    padding: 5em 0px 5em;
}

.author_section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25%;
    height: 100%;
    background: #ccc;
    border-radius: 0px 30px 30px 0px;
    background-image: linear-gradient(0deg, #f4d92a 22%, #db9304 60%);
}
.top_testi_slider .elementor-testimonial__text {
    position: relative;
}

.top_testi_slider .elementor-testimonial__text:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 30px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #f4d92a 22%, #db9304 60%);
}

.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.testi_top_section {
    border-top: solid 1px #b3b3b3;
    border-bottom: solid 1px #b3b3b3;
    margin: 8em 0px 0px;
}
.my_testi_slider .elementor-main-swiper {width: 100% !important;overflow: hidden;}

.my_testi_slider .elementor-main-swiper .swiper-slide {
    padding: 0px !important;
}

.my_testi_slider .elementor-main-swiper .elementor-testimonial__footer {
    margin-top: 10px !important;
}

.testi_main_row {
    padding: 10em 0px;
    margin-bottom: 70px;
}

.testi_gallery img {
    border: none !important;
}

.testi_gallery {
    padding: 0px 3em !important;
}
h2.post-title {
    display: none;
}
.inner_row {
    margin-bottom: 35px;
}

.blog_section {
    padding: 7em 0px;
}

.my_blogs_list a.elementor-post__read-more {
    padding: 10px 25px !important;
    border: solid 1px #000;
    display: inline-block;
    border-radius: 35px;
    transition: all 0.5s linear;
}

.my_blogs_list article:hover a.elementor-post__read-more {
    background: #000 !important;
    color: #fff !important;
}
.inc_size_top_banner {
    font-size: 95px;
}

.black_txt {
    color: #000;
}

.inner_miss_row {
    border-top: solid 1px #b3b3b3;
    padding: 20px 0px 0px;
}
.dont_miss_section:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 25%;
    height: 75%;
    background: #ccc;
    border-radius: 0px;
    background-image: linear-gradient(0deg, #f4d92a 0%, #db9304 60%);
}

.dont_miss_section {
    padding: 3em 0px 4em;
}

.miss_section_cover  img {
    max-width: 110% !important;
    float: right !important;
}
.subs_form input {
    background: transparent !important;
    padding: 12px 35px;
    color: #fff !important;
}

.subs_form input::placeholder {
}

.subs_form .elementor-button {
    min-height: auto !important;
    padding: 13px 0px !important;
}

.subs_form {
    padding: 0px 13em;
}
.cp_txt p {
    margin: 0px;
}

.cp_row {
    padding: 1em 0px;
}
.center_footer_row {
    border-top: solid 1px #343330;
    border-bottom: solid 1px #343330;
    padding: 4em 0px;
}
.subs_row_top {
    padding: 5em 0px;
}
.blog_section_main {
    padding: 0em 0px 5em;
}
.my_form_style input {
    padding: 12px 15px !important;
}

.my_form_style textarea {
    padding: 12px 15px !important;
    resize: none;
}

.my_form_style button.elementor-button {
    padding: 15px 0px !important;
    border-radius: 10px !important;
}

.contact_section {
    padding: 3em 0px 6em;
}
.blog_list_style ul li {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.blog_list_style ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 10px;
    height: 6px;
    background: #000;
}

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

.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;
    font-size: 18px;
    text-transform: uppercase;
}

.img_box {
  width: 61px;
  height: 61px;
  display: inline-block;
  background: #f4d329;
  border-radius: 10px;
  transition: all 0.5s linear;
  line-height: 60px !important;
}
.img_box img{
    transition: all 0.5s linear;
}
.chooser_per_option ul li a {
  color: #000;
}
.chooser_per_option ul li a:hover .img_box {
  background: #14130F;
}
.chooser_per_option ul li a:hover .img_box img{
  filter: invert(0)
}
.soon_txt {
    font-size: 15px;
    text-transform: uppercase;
    background: #FF0000;
    color: #fff;
    padding: 5px;
    display: block;
    font-weight: 400;
}

.my_menu_style .elementor-nav-menu--dropdown li.menu-item a:hover{
  background: transparent !important;
}

.testi_section {
    padding: 7em 0px;
}
.my_test_style .elementor-main-swiper {
    width: 100% !important;
    overflow: hidden !important;
}

.my_test_style .swiper-slide {
    padding: 50px 32px 10px !important;
    margin-top: 26px;
    overflow: visible !important;
}

.my_test_style .elementor-testimonial__content {
    position: relative;
}

.my_test_style .elementor-testimonial__content:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -5em;
    right: 0px;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/11/testi_stars_icon.png');
    width: 150px;
    height: 20px;
    background-color: #14130F;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center;
	border: solid 2px #f4d329;
}

.my_test_style cite.elementor-testimonial__cite {
    background: #f4d329;
    padding: 5px 45px;
    position: relative;
    top: 25px;
}

.elementor-testimonial__footer {
    margin-top: 0px !important;
}
.video_sec {
    padding: 7em 0px;
}
.my_video_box, .my_video_box .elementor-widget-container, .my_video_box .elementor-widget-container .elementor-open-lightbox, .my_video_box .elementor-widget-container .elementor-open-lightbox .elementor-custom-embed-image-overlay,.my_video_box .elementor-widget-container .elementor-open-lightbox .elementor-custom-embed-image-overlay img {
    width: 231px !important;
    height: 47px !important;
}
.video_inner_sec_row {
    padding: 10em 3em;
    box-shadow: 0px 0px 25px 0px rgb(0,0,0,0.5);
    z-index:1;
}

.new-test-section .slider_wrapper {
	width: unset !important;
    height: unset !important;
    overflow: unset !important;
}
.test-slide-new .swiper-slide {
    position: relative;
}

.test-slide-new {
	text-align: center;
}
.test-slide-new .elementor-star-rating {
    position: absolute;
    font-style: unset !important;
    top: 0 !important;
    transform: translateX(-50%);
    left: 50%;
    background: #e9a53f;
    color: white;
    font-size: 17px;
    padding: 2px 30px;
}
.test-slide-new .swiper-slide .elementor-testimonial__name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(233 165 63);
    padding: 6px 32px;
    display: inline-block !important;
    width: max-content;
}
.test-slide-new .swiper-slide .elementor-testimonial__text {
    background: #db9304;
    padding: 5rem 3rem;
    height: 100% !important;
}


.test-slide-new .elementor-testimonial__content {
    height: 400px;
}

@media only screen and (max-width: 1024px) {
    .container {
      width: 100%;
    }
    .top_banner_cover img,.miss_section_cover img
    {
      max-width: 100% !important;
      top: 0px;
    }
    .top_banner_section {
      height: auto;
      padding: 5em 0px;
    }
    .remove_sp_mob .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    header {
      padding: 0px 0px;
    }
}

@media only screen and (max-width: 767px) 
{
	.my_menu_style .elementor-nav-menu--dropdown li.menu-item a:hover{
	  background: #14130F !important;
	}	
	.elementor-20 .elementor-element.elementor-element-5c94315 .elementor-nav-menu--dropdown a.highlighted {
	  color: #000 !important;
    	background: #fff !important;
	}
    .my_menu_style .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -75px;
    }
    .top_banner_section .elementor-container.elementor-column-gap-default {
      flex-flow: column-reverse;
    }
    .top_banner_cover,.author_img,.miss_section_cover
    {
      margin-bottom:35px;  
    }
    .top_banner_title h2 {
      font-size: 40px !important;
    }
    .inc_size_top_banner {
      font-size: 55px !important;
    }
    .add_extra_btm_sp_title .elementor-heading-title {
      font-size: 28px !important;
    }
    .section_large_title .elementor-heading-title {
      font-size: 40px !important;
    }
    .author_section::before,.elementor-widget-text-editor br,.section_large_title .elementor-heading-title br,.add_extra_btm_sp_title .elementor-heading-title br,
    .dont_miss_section::before,.foo_title .elementor-heading-title br
    {
        display:none;
    }
    .author_section {
      padding: 4em 0px;
    }
    .feature_row {
      padding: 3em 0px 0em;
    }
    .testi_top_section {
      margin: 0em 0px 0px;
    }
    .testi_main_row {
      padding: 5em 0px;
      margin-bottom: 0px;
    }
    .blog_section {
      padding: 5em 0px;
    }
    .my_blogs_list .elementor-post:not(:last-child) {
      margin-bottom: 25px !important;
    }
    .miss_section_cover img {
      float: none !important;
    }
    .top_testi_slider .elementor-main-swiper {
      width: 100% !important;
      margin: 25px 0px 0px;
    }
    .top_testi_slider .elementor-testimonial__text::before {
      top:0px;
      right: 0px;
      margin: 0 auto;
    }
    .top_testi_slider .elementor-testimonial__text {
        font-size: 40px !important;
        line-height: 40px !important;
        padding-top: 35px !important;
    }
    .chooser_per_option ul {
      flex-flow: wrap;
    }
    .foo_title .elementor-heading-title {
      font-size: 35px !important;
    }
    .subs_form {
      padding: 0px 0em;
    }
    .footer_logo {
      text-align: center !important;
      margin-bottom: 30px !important;
    }
    
    .nav_menu .elementor-nav-menu {
      flex-flow: column;
    }
    .nav_menu .elementor-nav-menu li.menu-item a {
      margin: 0px 0px 15px !important;
    }
    .nav_menu .elementor-nav-menu li.menu-item:last-child a {
      margin-bottom: 0px !important;
    }
    .blog_section .under_line_txt::after
    {
      display:none;  
    }
    .contact_section {
      padding: 3em 0px;
    }
    .contact_section .elementor-widget-wrap.elementor-element-populated {
      padding: 0px !important;
    }
    .contact_section .elementor-widget.elementor-widget-text-editor {
      width: 100% !important;
      max-width: 100% !important;
    }
    .blog_section_main {
      padding: 0em 0px 0em;
    }
}

@media only screen and (max-width: 480px) {
    html .top_banner_title h2 {
      font-size: 40px !important;
    }
    html .inc_size_top_banner {
      font-size: 60px !important;
    }
    .under_line_txt::after {
      bottom: 5px;
      height: 10px;
    }
    .add_extra_btm_sp_title .elementor-heading-title {
        font-size: 20px !important;
      }
    .section_large_title .elementor-heading-title {
        font-size: 30px !important;
      }
      .section_small_title .elementor-heading-title {
      font-size: 22px !important;
    }
    .two_col_btns ul li a
    {
      height: auto;
      padding: 0px 20px;
      line-height: 40px;
    }
    .custom_btn a.elementor-button-link {
      padding: 12px 20px !important;
    }
    .blog_section {
        padding: 2em 0px;
      }
}
/* New css ends here */
