/*----------------------
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 {
    line-height: 20px;
    font-family: 'Inter';
    font-size:14px;
    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;
}
section.top_footer {
    background-color: #0f213f;
    margin-top: 0;
    padding: 80px 0px;
}

footer h3 {
    font-size: 21px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 25px;
}
footer ul li {
    font-size: 16px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 400;
    margin-bottom: 15px;
}

footer ul li a {
    text-decoration: none !important;
    font-size: 16px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 400;
    transition: all 0.5s linear;
}

footer ul li a:hover {
    color: #ffd015;
}

footer p {
    font-size: 16px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 25px;
}
footer .social_info {
    float: left;
    margin-top: 25px;
}

footer .social_info ul li a i {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s linear;
}

footer .social_info span {
    color: #fff;
}

footer .social_info ul li a {
    transition: all 0.5s linear;
}

footer .social_info ul li a:hover i {
    color: #ffd015;
}
.social_info span {
    text-transform: uppercase;
}
section.copyright {
    text-align: center;
    padding: 30px 0px;
}

section.copyright p {
    margin-bottom: 0px;
    color: #0d4199;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
}
div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    color: #A0A0A0;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
div#service-slider h2 {
    color: #161616;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
}

div#service-slider .content p {
    font-size:20px;
    color: #0d4199;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    /*font-style: italic;*/
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}
.owl-dots button {
    background: #A0A0A0 !important;
    width: 4px;
    height: 15px;
    margin: 0px 5px;
}

.owl-dots {
    text-align: center;
    margin-top: 25px;
}

.owl-dots button.active {
    background: #1a49a4 !important;
}

div#service-slider .content a {
    margin: 20px auto 0;
    display: table;
    background-color: #1a49a4;
    color: #fff;
    padding: 15px 35px;
    border-radius: 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}
div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    padding:25px;
    background:#f3f3f3;
}
#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;
}
h2.post-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}
h2.post-title:after {content: "";width: 10%;height: 2px;background-color: #0f213f;position: absolute;bottom: 0;left: 0;}

/* New css starts here */
    
header {    
    background:#fff;
}
section.top_info {
    border-bottom: solid 1px #cccccc;
    padding: 10px 0px;
}
ul#menu-menu-1 {
    display: flex;
    display: -webkit-flex;
    float: right;
}

ul#menu-menu-1 li {
    margin: 0px 7px;
}

ul#menu-menu-1 li a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 400;
    text-decoration:none;
    transition: all 0.3s linear;
}
ul#menu-menu-1 li a:hover
{
    color:#ffd015;
}

ul#menu-menu-1 li:last-child {
    margin-right: 0px;
}

ul.header_social li:last-child {
    margin-right: 0px;
}
section.menu_section {
    padding: 25px 0px;
}
h3.post_title a {
    font-size: 23px;
    color: #000000;
    font-family: 'Inter';
    font-weight: 600;
    text-decoration: none;
    line-height: 26px;
    margin: 20px 0px !important;
    display: block;
}
p.anchor a {
    font-size: 16px !important;
    font-family: 'Inter';
    font-weight: 600;
    background: #0d4199 !important;
    border: none !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    padding: 15px 30px !important;
    display: inline-block;
    border-radius: 4px;
    margin-top: 22px;
    text-decoration: none;
}
p.anchor a:hover {
    background: #000 !important;
}
.post_image a img {
    width: 100%;
}
header ul#menu-menu-1 {
    margin-top: 20px;
}

.follow_us_txt {
    position: absolute !important;
    left: 0px;
    top: 0%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 25px !important;
    writing-mode: vertical-lr;
    text-orientation: upright;
}


.follow_us_txt:before {
    content: '';
    position: absolute;
    left: 11px;
    top: 0px;
    width: 1px;
    height: 80.5%;
    background: #161616;
}

.follow_us_txt h2 {
        background: #ffffff;
        position: relative;
        z-index: 9;
        padding:2px;
}
.my_social_links {
    position: absolute !important;
    left: 0px;
    top: 80%;
}

.my_social_links:before {
    content: '';
    position: absolute;
    left: -211px;
    width: 190px;
    height: 1px;
    background: #161616;
    top: 10px;
}
.my_testi_slider .eicon-chevron-left:before {
    content: "\f30a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.my_testi_slider .eicon-chevron-right::before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.my_testi_slider .elementor-swiper-button {
    top: 30%;
}
.my_testi_slider span.elementor-testimonial__name:after {
    content: "\f005 \f005 \f005 \f005 \f005";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    letter-spacing:3px;
    color:#f7d726;
    font-size:15px;
}
.remove_all_spaces .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.make_this_full_img img 
{
    position: relative;
    top: -70px;
}
.testi_slider_section:after {
    content: '';
    position: absolute;
    right: 6em;
    bottom: -9em;
    background-image: url(/wp-content/uploads/2023/02/tesi-sectionafter.png);
    width: 489px;
    height: 305px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
}

.testi_slider_section {
    overflow: hidden !important;
}
.form_style input {
    width: 100%;
    background: transparent !important;
    border: solid 1px #fff;
    padding: 12px;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    margin-bottom: 15px;
}

.form_style input::placeholder {
    color: #fff;
}

.form_style textarea {
    width: 100%;
    background: transparent !important;
    border: solid 1px #fff;
    padding: 12px;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    resize: none;
    height: 150px;
    margin-bottom: 15px;
}

.form_style input[type=submit] {
    width: auto;
    background: #fff !important;
    color: #6a161e !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 35px 15px 35px;
    transition: all 0.5s linear;
}

.form_style input[type=submit]:hover {
    background: #6a161e !important;
    color: #fff !important;
}

.form_style input.wpcf7-not-valid {
    border-color: #dc3232;
}

.form_style span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-response-output {
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", Sans-serif;
}
.remove_left-right_spaces .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}
.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 12px 10px !important;
}

/* New css ends here */


.zindex {
    position: relative;
    z-index: 99;
}
.rotate_the_book img {transform: rotate(10deg);}

.post.type-post p {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.post.type-post ul li,.post.type-post ol li {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
}

.post.type-post ul,.post.type-post ol {
    margin-bottom: 20px;
}

.post.type-post ul li:before,.post.type-post ol li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
}

.post.type-post h2 {
    color: #000000;
    font-family: "Bebas Neue", Sans-serif !important;
    font-size: 40px !important;
    font-weight: 600 !important;
}

.post.type-post {
    margin-bottom: 75px;
}
.page_home  .elementor.elementor-9 {
    position: absolute;
    z-index: 99;
    width: 100%;
}

.page_home  .elementor.elementor-9 nav.elementor-nav-menu--main {
    background-color: #1212127d;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
    padding: 0 30px;
}

.page_home  .elementor.elementor-9 nav.elementor-nav-menu--main a {
    color: #fff !important;
}
div#post-6 {
    margin-top: -10px;
}
.page_home .logo-inner {
    display: none;
}

.logo-home {
    display: none;
}

.page_home .logo-home {
    display: block;
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
    }
    .logo-home {
        text-align: left !important;
    }
    nav.elementor-nav-menu--main {
        display: none !important;
    }
    .page_home .elementor-menu-toggle {
        color:#fff !important;
    }
    .elementor-menu-toggle {
        position: absolute;
        right: 0px;
        top: -5em;
        color: #000 !important;
    }
    
    .make_all_center h2,.make_all_center h5 {
        text-align: center !important;
    }
    .make_all_center {
        margin-bottom: 35px !important;
    }
    .set_section_on_mob {
        padding: 5em 0px 15em;
    }
    .page_home .elementor-element-1a2c1a0 nav.elementor-nav-menu--main {
        display: block !important;
    }
    .rotate_the_book img {
        /*transform: rotate(0deg);*/
        margin-top: 35px;
    }
    .make_this_full_img img {
        position: relative;
        top: 0px;
    }
    .testi_slider_section:after
    {
        display:none;
    }
    .elementor-135 .elementor-element.elementor-element-8ebd4a8 {
        padding: 0% 0% 7% 0% !important;
    }
    .logo-inner img {
        max-width: 85% !important;
    }
    .logo-inner {
        text-align: left !important;
    }
    .elementor-201 .elementor-element.elementor-element-5e8421b5 {
        margin-top: 0em !important;
        margin-bottom: 4em;
    }
    .set_title_on_mob h2 {
        font-size: 50px !important;
    }
    .set_tabs_on_mob a.elementor-accordion-title {
        font-size: 27px !important;
    }
    .elementor-210 .elementor-element.elementor-element-25d3347 > .elementor-element-populated {
        padding: 0em 0em 0em 0em !important;
    }
    .make_all_btn_full .elementor-column {
        width: auto;
    }
    
    .make_all_btn_full a.elementor-button-link {
        margin-right: 15px;
    }
    .make_column_all_full .elementor-column {
        width: 100% !important;
    }
    .elementor-6 .elementor-element.elementor-element-21ba946 > .elementor-element-populated {
        padding: 0em 0em 0em 0em !important;
    }
	.elementor-6 .elementor-element.elementor-element-4fc0d99 {
		margin-bottom: 5em !important;
	}
}
@media only screen and (max-width: 480px) {
    .make_all_btn_full a.elementor-button-link {
        margin-right: 0px;
    }
    .make_all_btn_full .elementor-column {
        width: 100%;
    }
    .make_all_btn_full .elementor-column a {
        width: 100%;
        margin-bottom: 15px;
    }
}