/** 
* #RESET & FORM
**/

select[multiple],textarea{vertical-align:top}a,hr{padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;margin:1em 0}button,input,label,select,textarea{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:0 0;line-height:1;font-size:19px;font-family:Arial}input:focus{outline:0}input,textarea{-webkit-box-sizing:content-box;box-sizing:content-box}button,input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],select{-webkit-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{width:13px;height:13px}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box}::-webkit-search-decoration{display:none}button,input[type=reset],input[type=button],input[type=submit]{overflow:visible;width:auto}::-webkit-file-upload-button{padding:0;border:0;background:0 0}textarea{overflow:auto}

/**
* #GLOBAL
**/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.clear::before,
.clear::after {
    content: ' ';
    display: table;
}
.clear::after {
    clear: both;
}
.clear {
    clear: both;
    *zoom: 1;
}

html,
body {
    height: 100%;
}
a,
a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
li {line-height: normal !important;}

/**
* #MISC
**/

.break {
    display: block;
}
.skip {
    position: absolute;
    left: -10000em;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip:focus {
    position: static;
    width: auto;
    height: auto;
}


* {
    font-family: 'Calibri', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,h7, .div_title{
    font-family:"Lato", sans-serif;
}

/* -------------------------- menu -------------------- */

.wrapper {
    padding: 0 40px;
    max-width: 1380px;
    margin: auto;
}
.navbar .nav{
    padding:2px 10px !important;
}

.navbar-inner{
    background-image:none !important;
    background-color:#47509E !important;
    border:0px !important;
    -webkit-box-shadow:0 0 0 0;
    box-shadow:0 0 0 0;
    /* padding-left:0 !important; */
}

.slider-arrow{
    position:absolute;
    display: inline-block;
    width:25px;
    height:auto;
}

ul#listMenuRootmain-menu > .dropdown:last-child{
    background: #40519e;
}
ul#listMenuRootmain-menu > .dropdown.open:last-child > .dropdown-toggle{
    background: #4f6ae6;
}

ul#listMenuRootmain-menu > .dropdown:last-child b{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
ul#listMenuRootmain-menu > li > a{
    color:white;
    padding:1.3rem 0.4rem;
    text-shadow:none !important;
    text-transform: uppercase;
    font-size: 1rem;
}

.dropdown-menu{
    border-radius:0px !important;
    padding:1px !important;
    
}

ul.dropdown-menu li a{
    padding:10px 20px;
}

.navbar-inner{
    /* padding-left:20px; */
}
/* -------------------------- menu -------------------- */

.overlay{
    position:absolute;
    top:0;
    left:0;
    background:#000;
    width:100%;
    height:100%;
    opacity:0.6;
    z-index:200;
}

.cards-item .overlay{
    border-radius:100%;
}

.text-descrip{
    padding:60px 100px;
    background:#0081c2;
    color:white;
    font-size:2rem;
    line-height:1.3;
}
.banner .call2action{
    padding:30px 60px;
    font-size:2rem;
    -webkit-transition:all 600ms ease-in-out;
    transition:all 600ms ease-in-out;
}

.call2action:hover{
    color:#0081c2;
    background:white;
    text-decoration: none;
}

.banner .button-box{
    margin-top:30px;
}

.language-bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: end; 
    -ms-flex-pack: end; 
    justify-content: flex-end;
    padding:8px 20px;
    background:white;
    border-bottom: 3px solid #40519e;
}

.languages{
    font-size:1.1rem;
    color:dimgray;
}

.social-media{
    font-size:1.5rem;
    margin-right:30px;
}

.social-media a {
    margin: 0 5px;
    padding:5px;
}

.testimoni-slider {
    padding: 50px 0;
}

.language-bar a{
    text-decoration: none;
    text-transform: uppercase;
}



/* .language-bar div:nth-child(2) a:first-child::after{
    content:"/";
    display: inline-block;
    margin:0 2px;
} */

.testimoni-item{
    padding:0px 20px;
}

.testimoni-item span{
    display: block;
    text-align: center;
    font-size:1.6rem;
    padding:20px 0;
    font-weight:700;
}
.testimoni-item blockquote{
    text-align: center;
    border-left:0px;
    padding:0 50px;
    font-size:1.1rem;
    
}

.testimoni-item blockquote span::after, .testimoni-item blockquote span::before{
    content:'"';
}

.header-banner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:20px;
}

.header-banner .social-media a{
 color:#40519e;
}

div#iwithblockmsg-logo img {
    max-width: 400px;
}

.header-banner i {
    font-size: 2rem;
    margin-right:10px;
    -webkit-transition:all 500ms ease-in-out;
    transition:all 500ms ease-in-out;
}

.navbar{
    position:relative;
    z-index: 9000;
    margin-bottom:0px !important;
    top: 0;
}

.navbar .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.nav a{
    font-size:1.1rem;
}

.navbar .nav>li>a{
    color:white !important;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    color: white;
    text-decoration: none;
    background-color: transparent;
}

.navbar .divider-vertical {
    height: 20px !important;
    margin: 20px 5px !important;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}




.slider img{
    width:100%;
    height:100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.slider-item{
    position:relative;
    overflow: hidden;
    max-height:100%;
    /* height:500px; */
    
}
.slider-item img{
    display: block;
    width:100% !important;
    height: 100% !important;
    
}

.overlay-item{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:black;
    z-index:500;
    -webkit-transition:all 4000ms;
    transition:all 4000ms;
    opacity:0;
    visibility: hidden;
    display: none;
}

.slick-current .overlay-item{
    visibility: visible;
    opacity:0.6;
}

.slider-text {
    position:absolute;
    text-align: center;
    min-width:300px;
    bottom:7.5%;
    left: 25%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    z-index:600;
    color: #333;
    padding: 2em;
    background-color: rgba(245,245,245,0.7);
    text-align: left;
    font-size: 1.2em;
}
.slick-dots {
    display: none;
}
.slider h2, .slider h1{
    /* margin-top:50px; */
}
.noticies .slider-text h2{
    margin-top:30px;
}

.slider-text h2{
display: block;
}

.slider-text p{
    margin-top:30px;
}

.banner{
    position:relative;
    width:100%;
    height:300px;
}

.banner-text{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: white;
    z-index:300;
}

.button-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding:20px;
}

.cards{
    position:relative;
    display: block;
    margin-top:50px;
    
}

.call2action{
    display:inline-block;
    padding:20px 40px;
    text-transform: uppercase;
    text-decoration: none;
    background:#0081c2;
    color:white;
}

.cards section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    padding:50px 0;
    justify-content: center;
    align-items: center;
}

.social-media .fa-facebook-square {
    color: #151569;
}

.right-footer p{
    font-size:1rem;
}

.right-footer{
    color:#40519e;
}



.sub-footer span {
    display: block;
    margin-bottom:30px;
    font-size: 1.5rem;
    font-weight:700;
}

.cards-item{
   
    -webkit-box-flex:1;
   
    -ms-flex:0 1 31%;
   
    flex:0 1 31%;
    -webkit-transition:all 400ms;
    transition:all 400ms;
}

.language-bar a:hover{
    color:#00599b;
}

a:hover{
    text-decoration: none !important;
    color:#0081c2;
}

.footer a:hover{
    color:#0081c2;
}

.cards-item a:hover{
    color:#414141;
}

 

.cards-item img{
    max-width:200px;
    width:100%;
    border-radius:100%;
}

.banner img{
    width:100%;
    height:100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cards-item{
    position:relative;
    margin:1%;
}

.block-title{
    background:#47509E;
    display: block;
    text-align: center;
    text-transform:none;
    color:white;
    padding:20px;
    color:white;
    font-size:2rem;
    line-height:1.3;
}

#iwith-ajudem-title{
    margin-top:-5px;
}

.div-title{
    display: block;
    text-align: center;
    font-size:1.3rem;
    color:#0081c2;
    padding:40px 0;
}

.cards-item a {
    display: block;
    position: relative;
    z-index: 300;
    color:#606264;
    text-decoration: none;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 1.5px;
}
/* footer */
.footer{
    position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal !important;
    -webkit-box-direction:normal !important;
    -ms-flex-flow:row nowrap !important;
    flex-flow:row nowrap !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background:#fff;
    color:#0081c2;
    padding:50px 25px;
    z-index: 700;
    font-size:0.8rem;
    border-top:3px solid #40519e;
}

.footer a{
    color:#0081c2;
}



.footer-title{
    display: block;
    text-transform: uppercase;
    margin-bottom:20px;
}

.footer li{
    margin-bottom:10px;
}

.footer-div{
    padding:20px;
}

.footer a:first-child{
    display: inline-block;
}

.navbar.fixed{
    position:fixed;
    width:100%;
    left:0;
}
#iwithblockmsg-peu{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
 
    -webkit-box-orient:horizontal;
 
    -webkit-box-direction:normal;
 
    -ms-flex-flow:row wrap;
 
    flex-flow:row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width:100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
footer .social-media a{
    display: inline-block;
    margin-right:10px;
    font-size:1.7rem;
}

.left-foot, .right-foot{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.social-media {
}
/* footer */


/* interior */
div#iwith-box1 {
    padding: 20px 40px;
    padding-bottom:40px;
}
.main-content {
    font-weight: 300;
}
.main-content h1{
    padding:50px 0;
    display: block;
    text-align: center;
    font-size: 2em;
}
.main-content ul {
    list-style: disc;
    line-height: 1.6em;
}
/* interior */
ul#listMenuRootmain-menu > li:last-child > a{
    background:#1E0D61 !important;
}

/* responsive */

@media (min-width:992px) {
    .navbar .nav {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -webkit-flex-flow: row nowrap !important;
    -moz-flex-flow: row nowrap !important;
    -ms-flex-flow: row nowrap !important;
    -o-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
    justify-content: space-between !important;
    align-content: center !important;
    align-items: center !important;
    width: 100% !important;
    }
}
@media (max-width: 979px){

ul#listMenuRootmain-menu > .dropdown:last-child{
 margin-left:0;   
}

ul#listMenuRootmain-menu > .dropdown:last-child > a:hover{
    background-color:#1E0D61 !important;
}
    
    .nav-collapse .dropdown:last-child .dropdown-menu a{
        color:#fff;
    }

}

@media only screen and (max-width: 900px){
    .text-descrip p{
        font-size:1.2rem;
    }
    
    .header-banner{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-flow:column nowrap;
        flex-flow:column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    
    #iwithblockmsg-peu{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-flow:column nowrap;
        flex-flow:column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    
    .footer .social-media{
 margin:20px 0;   
}
    
    .conveni{
        padding:40px 0;
    }
    
} 

@media only screen and (max-width: 600px){
    .header-banner img{
        width:200px;
    }
    
    main{
        border-right:0;
        border-left:0;
    }
} 

/* responsive */

.left-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.right-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-align: center;
    
    -ms-flex-align: center;
    
    align-items: center;

    padding:20px 20px;
}


.right-footer img{
    max-width:300px;
    -ms-flex-item-align: center;
    align-self: center;
    padding:30px;
    
}

.conveni img {
    max-width: 200px;
    margin-left: 50px;
}

.under-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 20px;
    border-top:0;
}
.testimonis-layer {
    padding: 20px;
}
.testimonis-layer section div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    margin-bottom:30px;
}

.conveni span {
    color: #606264;
    font-size: 1.2rem;
}
.conveni img {
    max-width: 200px;
    margin-left: 30px;
    vertical-align: middle;
}

.missio h2 {
    font-size: 1.1rem;
    margin-top: 30px;
    display: block;
    text-transform:uppercase;
    color:#5B5D62;
}

.testimonis-layer img {
    width: 150px;
    border-radius:100%;
}
.testimonis-layer p {
    padding: 20px 40px;
    -webkit-box-flex:1;
    -ms-flex:1 1 200px;
    flex:1 1 200px;
}

.dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-submenu:hover>a,.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{
    background-color:#40519e !important;
    background-image:none !important;
}

.header-banner i:hover{
    font-size:2.3rem;
}
li.divider-vertical:nth-child(14) {
    display: none;
}

.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #1E0D61 !important;
    
}
.photo-title-container{
    margin-top:50px;
    
}

#iwith-photo-title img{
    height:300px;
    width:100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.photo-title-container {
    position: relative;
    margin-top: 50px;
    height: 300px;
}

h2.photo-title,
h1.photo-title {
    position: absolute;
    z-index: 400;
    display: block;
    background: rgba(245, 245, 245, 0.7);
    padding: 20px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

#iwith-photo-title img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: 100;
}

/* Dsotof fixes 19/07/31 */
.iwSocialBookmarking_container,.news-date-article {
    display: none;
}
@media (max-width:1200px) {
/*     .navbar .container {
        width: 1170px;
    } */
}
/* forms */
body form.iwithForm .fieldInput input, form.iwithForm .fieldInput textarea, form.iwithForm .fieldInput .button, form.iwithForm .fieldInput select {
    font-size: 18px;
    padding: 10px 12px;
}