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


.remove_sec_sps .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.platform_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.top_bann_txt {
  margin-bottom: 0px !important;
}
.two_btn_list {
    display: flex;
    display: -webkit-flex;
    gap: 12px;
}

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

.two_btn_list a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.two_btn_list li.white_border_btn a {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.two_btn_list li.white_border_btn a:hover {
    background: #ff500c;
    border-color: #ff500c;
}

.center_btn_list .two_btn_list {
    justify-content: center;
}
.orange_txt {
    color: #ff500c;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-46 {
}
.my_menu_style li.menu-item:last-child a {
    padding: 11px 25px !important;
    background: #ff500c;
    color: #fff !important;
    border-radius: 10px;
    border: solid 1px #ff500c !important;
}
.my_menu_style li.menu-item:last-child:hover a {
    background: #000 !important;
    /*border-color: #000 !important;*/
}
.top_bann_large_title
{
  margin-bottom:10px !important; 
}

.platforms_sec {
  padding: 2em 0px;
}
.top_bann_sec {
  padding: 30em 0px 25em;
}
header {
  background: #000;
  padding: 10px 0px;
}
.page_home header {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1;
  background: transparent;
}
.my_menu_style li.menu-item.current-menu-item a:after,.my_menu_style li.menu-item:hover a:after 
{
  width: 100%;
}
.my_menu_style li.menu-item a:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 9px;
  margin: 0 auto;
  width: 0%;
  height: 2px;
  background: #ff500c !important;
  opacity: 1 !important;
}
.my_menu_style li.menu-item:last-child a::after {
  display: none;
}

.platform_list a img {
  transition: all 0.5s linear;
}
.platform_list a:hover img {
  filter: brightness(0) invert(1);
}
.section_title_small,.section_title_large,.section_txt,.product_title
{
  margin-bottom: 10px !important;
}

.author_sec,.book_sec,.shop_sec,.widsom_sec,.blogs_sec,.testi_sec,.subs_sec
{
  padding: 7em 0px;
}
.inner_row {
  margin-bottom: 30px;
}
.book_pref_list {
  display: flex;
  display: -webkit-flex;
  gap: 15px;
}
.book_pref_list li a {
  color: #fff;
  transition: all 0.5s linear;
  border-bottom: solid 1px #fff;
}
.book_pref_list li a:hover {
  color: #ff500c;
}
.avaliable_at_title {
  margin: 30px 0px 10px !important;
}

.italian_list h3 {
  margin: 0px 0px 5px;
  font-size:24px;
  color:#ff500c;
  font-weight:600;
}
.italian_list {
  background: #fff;
  padding: 20px;
  border-radius: 25px;
}
.italian_list p {
  margin: 0px;
}
.post-title {
  display: none;
}
.inner_blog_sec {
  padding: 5em 0px;
}
.style_list ul li,.style_list ol li {
  position: relative;
  padding: 0px 0px 10px 20px;
}
.style_list ul li:before, .style_list ol li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 10px;
  width: 13px;
  height: 2px;
  background: #ff500c;
}
.product_single_img img
{
    border-radius:25px !important;
}

.my_blogs_style .elementor-post__thumbnail {
  position: relative;
}
.my_blogs_style .elementor-post__thumbnail::before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  background-image: linear-gradient(to top,#ff500c,transparent);
  width: 100%;
  height: 100%;
}
.my_blogs_style .elementor-post {
  position: relative;
}
.my_blogs_style .elementor-post .elementor-post__text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 15px;
  margin: 0 auto;
  padding: 0px 4em;
}

.my_testi_style .swiper-slide {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  padding: 0px !important;
}
.my_testi_style .elementor-testimonial {
  padding: 20px;
}
.my_testi_style .elementor-testimonial__footer {
  margin: 0px 0px 12px !important;
}
.my_testi_style .elementor-testimonial__footer .elementor-testimonial__image img {
  width: auto !important;
  height: auto !important;
}
.my_testi_style .elementor-testimonial__cite {
  margin-top: 15px !important;
}
.my_testi_style .elementor-main-swiper {
  width: 100% !important;
  padding-bottom: 0px !important;
}
.my_testi_style .swiper-pagination {
  position: relative !important;
  bottom: 0px !important;
  margin-top:20px;
}
.my_testi_style .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff500c !important;
}
.my_testi_style .swiper-pagination-bullet {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
  opacity: 1;
}
.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;
}

.my_subs_form {
  width: 100%;
  max-width: 65%;
  margin: 0 auto;
}

.foo_top_sec {
  border-top: solid 7px #ff500c;
  padding: 50px 0px;
}
.foo_txt {
  margin-bottom: 10px !important;
}
.cp_txt p {
  margin: 0px;
}
.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 5px;
    justify-content: flex-end;
}

.social_list a img {
    transition: all 0.5s linear;
}
.social_list a:hover img {
    filter: invert(1);
}
/* New css ends here */
