/*----------------------
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;
    color: #161616;
    font-family: "Bebas Neue", Sans-serif;
    /*font-size: 70px;*/
    /*font-weight: 500;*/
}
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: #264a69 !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 35px 15px 35px;
    transition: all 0.5s linear;
}

.form_style input[type=submit]:hover {
    background: #1A49A4 !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: 6px 0px !important;
}

/* New css ends here */


.zindex {
    position: relative;
    z-index: 99;
}

.title_box_shadow {
    /*    margin-top: -5em;*/
    /*background: rgb(0,0,0,0.6);*/
    /*width: 100%;*/
    /*max-width: 74%;*/
    /*margin: -10em auto 0px;*/
    /*position: relative;*/
    /*z-index: 1;*/
    /*padding: 50px;*/
    /*transition: all 0.5s linear;*/
}
.title_box_shadow:hover {
    /*margin-top: -12em;*/
}
.title_box_shadow .elementor-counter-title {
    line-height: 40px;
}
.add_filter_img img {
    filter: brightness(0) invert(1);
}
.post.type-post p {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.post.type-post {
    margin-bottom: 50px;
}
.autowidth img{
	max-width: unset !important;
}
section#headermain {
    position: absolute;
    z-index: 9;
}
.featlist li {
    width: 50%;
    margin-bottom: 20px !important;
}

.featlist li strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 12px;
}

.write  li {
    border: 2px solid #234b69;
    padding: 7px 20px !important;
    border-radius: 50px;
}