/*
Theme Name: mb
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


/*Add your own styles here:*/
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');


html {
    font-family: 'HelveticaNeue' ;
}
ul {
    /*list-style-type: none;*/
    margin-left: 0;
}

.l-preloader {

    z-index: 119257;

}
.l-preloader {
    background: #ffffff !important;
}
.l-preloader-spinner img {
	max-width: 153px;
	border-radius: 0;
}
.l-preloader-spinner:after {
    position: absolute;
    top: 0;
    left: 38%;
    display: block;
    width: 190px;
    height: 190px;
    border-top: 2px solid #005aaa;
    border-right: 2px solid #005aaa;
    border-radius: 50%;
    content: "";
    margin: -43px 0 0 -80px;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}
 @-webkit-keyframes rotate {
 0% {
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes rotate {
 0% {
 -webkit-transform: rotate(0);
 -ms-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/* end loader  */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(83, 83, 83, 0.6);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #03227d;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #87bd49;
}



::-moz-placeholder{opacity:1;color:inherit}
::-webkit-input-placeholder{color:inherit;opacity:1}

body,p,h1,h2,h3,h4,h5,h6,textarea,label,input,a,li,span, .w-counter.color_heading .w-counter-value,div#slide-3-layer-1
{
 /* font-family: 'Poppins'; */
}





p {
    /* text-align: justify; */
}
img.alignright {
    float: right;
    margin: 0 0 2rem 2rem;
}

@media (min-width: 768px){
	a.w-nav-anchor.level_1 span.w-nav-title {
    font-weight: 700;
}
.h-title {
    position: relative;
    padding: 15px 5px !important;
}

.h-title.level_2 > a.w-nav-anchor.level_2 {
    border-bottom: solid 1px #D6B253 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
	}
.job-box {
    border: solid 1px #cacaca;
    border-radius: 15px;
    margin: 15px;
}
.jobs-grid .w-grid-item-h {
    display: flex;
}
.jobs-grid .left-colm {
    margin: 0 15px;
}
.jobs-grid .w-grid-item {
    position: relative;
    border: solid 3px #7fa545;
    margin: 15px 0;
    padding: 015px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}



.jobs-grid  .usg_html_1 {
    width: 60px;
}

.search-box {
    background: rgba(48, 165, 20, 0.34);
    max-width: 700px;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    /* display: block; */
    margin: auto !important;
    /* border: solid 7px rgb(243, 243, 243); */
}
.search-box .vc_col-sm-12.wpb_column.vc_column_container {
    background: #fff;
    border-radius: 15px;
    padding: 30px 15px;
}

.image-title {
    position: relative;
}
.image-title:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 90%;
    z-index: 0;
    right: 10%;
    background: #fdca78;
    bottom: 29%;
}
.image-title .w-image-h {
    z-index: 2;
    position: relative;
}

.img-st1 {
    position: relative;
    z-index: 2;
    margin-left: -112px;
}



/* form */
.jobs-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.contact-form-row .jobs-form {
    justify-content: center;
}
.section-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-full {
       flex: 0 0 100%;
    max-width: 100%;
}
@media screen and (max-width: 767px){
.section-col {
    flex: 0 0 100%;
    max-width: 100%;
}
.about-row h2{
    text-align: center;
}
}


.fullwidth-section-two .icon-box {
    position: relative;
    left: 0;
    top: 0;
    float: left;
    color: #fff;
    font-size: 64px;
    line-height: 1em;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
}
.rtl .fullwidth-section-two .icon-box {

    float: right;

}
.fullwidth-section-two .phone .title {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em;
    padding-top: 14px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: exo, sans-serif;
}

.fullwidth-section-two strong {
    font-weight: 700;
    color: #fff;
    display: block;
    font-size: 46px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}


.jobs-form  label{

    display: none;

}
.jobs-form  .cv-col label{

    display: block;

}
.jobs-form .section1, .jobs-form .section2,.jobs-form .section3, .jobs-form .section4 {
    position: relative;
    float: right;
    padding: 15px;
    width: 100%;
}
.jobs-form .wrap-inner {
    width: 50%;
    float: right;
    margin: 15px 0;
}
.jobs-form .colm {
    /* float: right; */
    /* width: 45%; */
    padding: 5px 15px 0;
    position: relative;
}
.jobs-form .colm br {
    display: none;
}
.phone-col span.phone-code {
    position: absolute;
    left: 15px;
    bottom: 0;
    padding: 5px 10px;
    background: #e6e6e6;
    display: block;
    direction: ltr;
}
[dir=ltr] .phone-col input {
    padding-left: 65px;
}
.jobs-form  p {
    display: none !important;
}
h3.title-2 {
    border-bottom: solid 1px #cacaca;
    padding-bottom: 15px;
    margin: 0 15px 20px;
}
@media (min-width: 768px){
.jobs-form .colm-2 {
   float: right;
   width: 50%;
   min-height: 100px;
}
.jobs-form .colm-3 {
   float: right; 
    width: 33.3333%; 
}
	}
.jobs-form h2.title {
    /* border-bottom: solid 1px #cacaca; */
    color: #007934;
    padding-bottom: 15px;
    margin: 0 15px 10px;
}
.jobs-form .btn {
    width: 100%;
    float: right;
    text-align: center;
    padding: 15px;
}
.col-full .wpcf7-submit {
    display: block;
    clear: both;
    margin: 0 auto 15px;
}
input[type="checkbox"], input[type="radio"] {
    margin-left: .3rem;
    margin-right: .3rem;
    margin-top: 9px;
}
.counter-row {
    position: relative;
}
counter-row .w-counter-value {
    line-height: 1;
    font-size: 3rem !important;
}

.news-grid .w-grid-item-h {
    position: relative;
    border: 0;
    background: #fff;
    /* margin: 15px 0; */
    padding: 015px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-radius: 0;
}
.news-grid .usg_post_image_1 {
    width: 100%;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-radius: 0;
}
.news-grid .post_image img {
    height: 233px;
    object-fit: cover;
}
.news-grid .post_title {
    text-align: initial;
}
.main-post-img img {
    text-align: center;
    margin: auto;
}


.emaillist {
    position: relative;
}
.emaillist .es_submit_button {
    background-color: #ababab;
    height: 25px;
    line-height: 0px;
    border-radius: 13px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 30px;
    font-family: 'HelveticaNeueLTW20-Roman';
}
.emaillist input.es_required_field.es_txt_email {
    /* width: 155px; */
    height: 30px;
    background-color: #FFF;
    border: none;
    border-radius: 13px;
    color: #000000 !important;
    padding-right: 100px;
        font-size: 14px;
    text-align: center;
}
.emaillist  label {
    color: #4d4d4d;
    height: 60px;
    display: block;
}


.vc_col-sm-4.wpb_column.vc_column_container {
    position: relative;
}
.copy-right {
    font-size: 12px;
    margin: 15px 0;
}
.vc_wp_custommenu.layout_hor ul li a {
    color: #fff;
}
.clrearfix {
    clear: both;
}
ul.w-nav-list.level_1.hover_simple li a {
    font-size: 14px !important;
}

/* new  */

.w-nav.type_desktop .hover_underline .w-nav-title {
    position: static;
}
.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1:hover .w-nav-title:after {
    bottom: 1px !important;
}

.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
    height: 6px;
}
.counter-row .count-colm .vc_column-inner {
    padding: 0 5px !important;
}
.count-colm .vc_column-inner > .wpb_wrapper {
    box-shadow: 0 0 8px #7b7b7b;
    margin: 5px;
   padding: 25px 15px
}

.count-colm img.attachment-large.size-large {
    height: 80px;
}

.count-colm .w-counter-value {
    font-weight: 600;
    font-size: 44px;
    direction: ltr;
    margin: 10px 0 0;
    color: #007934;
}
.count-colm .w-counter-title {
    font-size: 22px !important;
    color: #000;
    font-weight: 500;
    
}
/* career page  */
.text-box1 {
    background: #F2F2F2;
    padding: 15px;
    border-right: solid 7px #007934;
}
.text-box1.green1 {
    border-right: solid 7px #81BB27;
}

.icon-vbox .w-iconbox-title {
    padding: 5px 0 !important;
    font-size: 20px !important;
    font-weight: bold;
}
.icon-vbox .w-iconbox-icon {
    /* font-size: 90px !important; */
    height: 115px;
    text-align: center;
    max-width: 100%;
    transition: background 0.2s,color 0.2s,box-shadow 0.2s;
}
.slide-team {
    margin: 0 15px !important;
    display: flex !important;
}
.slide-team img {
    display: block;
    margin: 0 !important;
    width: 100%;
}
.slider-team .slick-arrow {
    color: #fff !important;
    background: #007934 !important;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* career grid  */

body .w-search.career-search.layout_simple button {
    display: block;
    position: relative;
    top: 0;
    transform: none;
    right: 0;
    height: 2em;
    padding: 0;
    margin: 15px auto 0;
    font-size: inherit;
    background: #007934!important;
    border-radius: 50px;
    color: #fff;
    width: 150px;
}
body .w-search.career-search.layout_simple button i::after {
content: "Search" !important;
position: relative;
 padding: 5px;
}
body.rtl .w-search.career-search.layout_simple button i::after {
content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«" !important;

}

a.w-filter-item-value {
    border: solid 1px #007934 !important;
    color: #007934 !important;
    border-radius: 50px;
    margin: 0 5px 5px !important;
    /* padding: 5px; */
}
.w-filter-item-value label {
    display: flex;
    text-align: center;
    justify-content: center;
}
@media screen and (max-width: 767px){
.g-filters-item, .w-filter.state_desktop[class*="style_switch_"] .w-filter-item-value {
    width: auto !important;
    margin: 5px !important;
    padding: 0 !important;
    text-align: center;
}
}
.w-filter.state_desktop[class*="style_switch_"] [data-ui_type="radio"] .w-filter-item-value.selected {
    cursor: default;
    pointer-events: none;
    color: #ffffff !important;
    background: #007934;
}

.careers-grid .w-grid-item-h {
    border: solid 1px #cacaca;
    padding: 15px 20px;
}
.careers-grid .w-post-elm.post_title {
    padding: 0;
    margin-bottom: 15px !important;
    font-size: 22px;
}

.sp1-flex{
    justify-content: space-between;
}
.careers-grid .w-post-elm.post_custom_field, .careers-grid .post_date {
    width: 50%;
    margin: 0 0 5px!important;
    padding-left: 5px;
    /* margin-left: 8% !important; */
    /* text-align: left; */
}
.careers-grid .w-post-elm.post_custom_field i ,.careers-grid .post_date i {
    color: #007934 !important;
}
.careers-grid a.w-btn {
    margin: 15px 0 0 !important;
    padding: 10px 50px;
}


/* end career grid  */

/* end career page  */

/* career page details  */
@media screen and (min-width: 767px){
.job-dt-wrap >* {
    margin-left: calc( var(--hwrapper-gap,4.2rem) / 2 ) !important;
    margin-right: calc( var(--hwrapper-gap,4.2rem) / 2 ) !important;
}
}
.job-dt-wrap i {
    display: block;
    color: #007934;
}

.job-content {
    /* border: solid 1px #cacaca; */
    padding: 15px;
    box-shadow: 0 0px 9px #dadada;
    margin: 15px 0;
}

/* end career page details  */
.map-row {
    border: solid 1px #cacaca;
}


.contact-wrap .w-iconbox {
    margin-bottom: 15px;
}

.row-img-st1 {
    box-shadow: 1px 1px 8px #989898;
    margin: 0 !important;
}
.row-img-st1 .text-col {
    padding-bottom: 15px;
}
.row-img-st1 .img-col img {
    width: 100%;
}
.about-row-icons .w-iconbox {
    flex: 0 0 30%;
    margin-bottom: 15px;
}


/* icons serv  */
.featured-section {
    position: relative;
    padding: 100px 0 70px
}

.featured-section .pattern-layer {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 383px
}

.featured-block {
    margin-bottom: 30px
}

.featured-block .inner-box {
    position: relative;
    padding: 50px 30px
}

.featured-block .image-layer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 58, 102, .88)
}

.featured-block .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: scaleX(.7) translateX(-30px);
    -ms-transform: scaleX(.7) translateX(-30px);
    -moz-transform: scaleX(.7) translateX(-30px);
    transform: scaleX(.7) translateX(-30px);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left
}

.featured-block .inner-box:hover .image-layer {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0px);
    -ms-transform: scaleX(1) translateX(0px);
    -moz-transform: scaleX(1) translateX(0px);
    transform: scaleX(1) translateX(0px)
}

.featured-block .icon-box {
    position: relative;
    font-size: 46px;
    line-height: 1em;
    color: #1bb399;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-block h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 20px
}

.featured-block h3 a {
    position: relative;
    color: #222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-block.style-two {
    margin-bottom: 0
}

.featured-block.style-two h3 {
    font-size: 22px
}

.featured-block p {
    position: relative;
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 12px;
    color: rgba(0, 0, 0, .7);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-block .inner-box:hover .icon-box,
.featured-block .inner-box:hover p,
.featured-block .inner-box:hover h3 a {
    color: #fff
}


.pr-box {
    background: #fff;
    padding: 15px;
    border: solid 2px #dedede;
    border-top: solid 7px #03227d;
    margin: 35px 0 0;
}
.pr-box{
    background: #fff;
    padding: 15px;
    border: solid 2px #dedede;
    border-top: solid 7px #03227d;
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 180px;
}

.featured-list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 25px 20px;
}

.featured-list li {
    position: relative;
    color: #000;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 30px;
    overflow: hidden;
}

.featured-list li:last-child {
    margin-bottom: 0;
}

.featured-list li .icon {
    position: relative;
    float: left;
    color: #fff;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px;
    display: inline-block;
    padding: 0 16px;
    background-color: #1cba9f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 20px rgba(28, 186, 159, .2)
}

.featured-list li:hover .icon {
    transform: rotateY(360deg)
}

.featured-list li .title {
    position: relative;
    display: block;
    color: #222;
    font-size: 22px;
    margin-bottom: 6px;
    display: block;
    font-weight: 700;
    font-family: exo, sans-serif
}

.featured-list li p {
    position: relative;
    color: #000;
    font-size: 17px;
    line-height: 1.8em
}

.featured-list .content {
    float: left;
    max-width: 450px
}

.featured-list li:nth-child(2) .icon {
    background-color: #558dca;
    box-shadow: 0 0 20px rgba(85, 141, 202, .2)
}

.featured-list li:nth-child(3) .icon {
    background-color: #223a66;
    box-shadow: 0 0 20px rgba(34, 58, 102, .2)
}

.featured-list-two {
    position: relative
}

.featured-list-two .content {
    position: relative;
    float: left;
    max-width: 450px
}

.featured-list-two li {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 32px
}

.featured-list-two li p {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.7em
}

.featured-list-two li:last-child {
    margin-bottom: 0
}

.featured-list-two .icon {
    position: relative;
    content: '';
    float: left;
    color: #223a66;
    font-size: 44px;
    margin-right: 30px;
    text-align: center;
    display: inline-block
}

.featured-list-two .title {
    position: relative;
    display: block;
    color: #222;
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: exo, sans-serif
}


/* form style  */
.wpcf7-form-control.wpcf7-radio, .wpcf7-form-control.wpcf7-checkbox {
    display: block;
    vertical-align: top;
    padding: 0.5rem 15px;
    margin: 11px 0 0;
    background: #fff;
    border: solid 1px #cacaca;
    box-shadow: none;
    border-radius: 5px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="number"], .wpcf7-form input[type="date"], .wpcf7-form textarea, .wpcf7-form select {
    margin-top: 0.4rem;
    background: #fff;
}
.form-st1 {
    position: relative;
    padding: 15px;
    margin: 0 -15px;
    border-radius: 15px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
	 margin-bottom: 5px;
}
.form-col1,.form-col2 ,.form-col3{
    padding: 0 15px;
}
.form-col3 {
    width: 33%;
}
.form-col2 {
    width: 50%;
}
.form-col1 {
    width: 100%;
}
.form-col1.btn-form {
    text-align: center;
    margin: 15px 0;
}
@media (min-width: 768px){

.contact-row .vc_column-inner {
    padding: 64px !important;
}
}

@media (max-width: 768px){

    .form-col2,.form-col3,.form-col1  {
        width: 100%;
    }
}

/* service offer  */
.services-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 10px 25px;
    color: #fff;
    height: 125px;
    resize: none;
    font-size: 14px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-form .form-group.button-group {
    position: relative;
    margin: 0
}

.services-form .submit-btn {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 23px;
    color: #1cba9f !important;
    font-weight: 500;
    text-align: center;
    padding: 56px 15px;
    z-index: 1;
    background: 0 0;
    text-decoration: underline;
    text-transform: capitalize;
}

.services-form .submit-btn:hover {
    color: #558dca !important;
    text-decoration: none;
}

.services-form .submit-btn:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 0;
    right: 20px;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg)
}

.services-form .form-group:last-child {
    right: -30px
}

.services-form .form-group:first-child .ui-selectmenu-button.ui-button {
    padding-left: 52px
}

.services-form .form-group .map-icon {
    position: absolute;
    content: '';
    left: 40px;
    top: 18px;
    color: #fff;
    z-index: 1;
    font-size: 18px
}

.services-form .form-group .location-icon {
    position: absolute;
    content: '';
    right: 40px;
    top: 18px;
    color: #fff;
    z-index: 1;
    font-size: 18px;
    font-weight: 400
}

.services-form .form-group:first-child .ui-button .ui-icon:before {
    display: none
}

.services-form .form-group .left-curves {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.services-form .form-group .left-curves:before {
    position: absolute;
    content: '';
    left: 4px;
    top: 0;
    width: 22px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%)
}

.services-form .form-group .left-curves:after {
    position: absolute;
    content: '';
    left: 26px;
    top: 0;
    width: 8px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%)
}

.services-form .form-group .right-curves {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.services-form .form-group .right-curves:before {
    position: absolute;
    content: '';
    left: -27px;
    top: 0;
    width: 22px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%)
}

.services-form .form-group .right-curves:after {
    position: absolute;
    content: '';
    left: -35px;
    top: 0;
    width: 8px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%)
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 56px;
    padding: 10px 28px;
    line-height: 34px;
    color: #fff;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3)
}

.form-group .ui-button .ui-icon {
    background: 0 0;
    position: relative;
    top: 6px;
    font-size: 0;
    text-indent: 0;
    color: #333
}

.form-group .ui-button .ui-icon:before {
    font-family: icomoon !important;
    content: "\e874";
    position: absolute;
    right: 0;
    top: 2px !important;
    height: 20px;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    z-index: 5
}

/* footer  */
footer .w-iconbox.iconpos_left .w-iconbox-icon {
    margin-right: 0;
    margin-left: 1.5rem;
    margin-left: 5px;
}
footer .w-iconbox .w-iconbox-title {
    font-weight: 500;
}
footer .w-iconbox-meta {
    margin: 0 5px;
}
.time-list {
    position: relative
}
.time-list ul {
    list-style: none;
}

.time-list li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #313131;
    line-height: 1.7em;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0
}

.time-list li:last-child {
    padding-bottom: 0;
    border: transparent
}

.time-list li .t1 {
    position: relative;
    float: right
}




@media screen and (max-width: 767px){

.contact-row {
    text-align: center;
}
.contact-row .w-socials {
    margin: 25px 0 15px;
}
.fullwidth-section-two .icon-box {
    float: none;
    font-size: 64px;
    line-height: 1em;
    margin-top: 20px;
    margin-right: 0;
    display: block;
    text-align: center;
}
.fullwidth-section-two .phone .title {
    margin-bottom: 15px;
}

 header .logo-outer:before,   .container-fluid .outer-section .left-column .inner-column:before, .services-form .form-group .left-curves, .services-form .form-group .right-curves {
    display: none;
}
.services-form .submit-btn:before {
    left: 0;
    right: 0;
    -ms-transform: skewX(0deg);
    -webkit-transform: skewX(
0deg);
    transform: skewX(
0deg);
}
.services-form .form-group:last-child {
    right: 0;
    margin-bottom: 10px !important;
}
.w-nav.type_mobile li a.w-nav-anchor.level_1 {
    padding: 8px 20px !important;
}
.w-nav.type_mobile li a.w-nav-anchor.level_2 {
    padding: 8px 35px !important;
}
.services-form .submit-btn {
    padding: 20px 10px;
        text-decoration: none;
    text-transform: capitalize;
}

/* ul.w-nav-list.level_2 {
    height: auto ;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block ;
    opacity: 1 ;
} */
.timeline-wrapper {
    overflow: initial !important;
}
.yearItem label {
    position: relative;
    right: 15px;
    top: 19px;
    font-size: 10px;
    font-weight: bold;
}

.featured-list li {
    position: relative;
    color: #000;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 30px;
    border: solid 1px #cacaca;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
}
.featured-list li .icon {
    margin-bottom: 20px;
}
.featured-list .content {
    max-width: 100%;
}
.fullwidth-section-two strong {

    font-size: 26px;

}
.job-dt-wrap {
    flex-wrap: wrap;
}
.job-dt-wrap .w-post-elm {
    flex: 0 0 44%;
    margin-bottom: 15px;
    font-size: 15px;
}
.g-filters-list, .w-filter.state_desktop[class*="style_switch_"] .w-filter-item-values {
    justify-content: center!important;
}
.slick-next, .slick-prev {
    top: 100% !important;
    margin-top: 15px !important;
}

.slick-prev {
    right: 40% !important;
    left: auto !important;
}
.slick-next {
    right: auto !important;
    left: 35% !important;

}

[dir=rtl] .slick-prev {
    right: auto !important;
    left: 40% !important;
}
[dir=rtl] .slick-next {
    right: 35% !important;
    left: auto !important;

}
.about-row-icons .w-iconbox {
    flex: 0 0 100%;
    margin-bottom: 15px;
}
.col-dt .vc_column-inner {
    padding-top: 0 !important;
}
.f-wrapper {
    flex-direction: column;
    margin: 15px 0;
}
.f-wrapper .t1 {
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-wrap {
    justify-content: flex-start !important;
}
.contact-page-section .form-column .inner-column, .featured-block .inner-box {
    border: solid 1px #cacaca;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
}

}

  /* #popup
================================================== */
.w-popup-wrap {
    justify-content: flex-end;
}
.w-popup-box {
    height: 100%;
}

.w-popup-box.animation_slideTop .w-popup-box-h {
    transform: translateX(100%);
}
.w-popup-box.animation_slideTop.active .w-popup-box-h {

    height: 100%;
}
.w-popup-box-content {
    overflow: hidden;
    height: 100%;
    background: #272727 !important;
    padding: 30px 0!important;
}

.w-popup-box  .w-socials.style_solid .w-socials-item-link {
    background: var(--color-content-bg-alt-grad);
    color: #1cb89d;
}
.w-popup i.material-icons {
    font-size: 33px;
}




.box-grey {
    background: #F4F4F4;
    padding: 31px;
    border-radius: 15px;
}
.box-icon-st1 {
    position: relative;
    background: #F4F4F4;
    border-radius: 15px;
    padding: 15px;
    min-height: 350px;
}

.box-icon-st1 p {
    font-size: 14px;
    line-height: normal;
}
@media screen and (max-width: 767px){
.box-icon-st1 {
    min-height: 50px;
}
}

/* box icon 2 */
.icon-box-st2 {
    background: #fff;
}

.icon-box-st2 .w-iconbox.box-icon-st2 {
    background: #b38916;
    padding: 15px;
}

.icon-box-st2 .w-iconbox-icon {
    font-size: 66px !important;
}

.icon-box-st2  .w-iconbox-title {
    color: #fff !important;
    max-width: 127px;
    font-size: 20px;
}

/* end box icon 2 */

.main-title h2 {
    border-top: solid 1px #5cbcb0;
    position: relative;
    padding: 5px 15px 0;
    margin: 0;
    text-align: initial !important;
    color: #594C96;
}

.main-title h2:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 15px;
    right: 15px;
    width: 30px;
    height: 6px;
    background: #9c27b0;
    border-radius: 100px;
}


.box-flex1 {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-top: -50px;
    z-index: 6;
    position: relative;
    box-shadow: 1px 1px 13px #c7c7c7;
}
@media (min-width: 991px){
.box-flex1 .w-image img {
    width: 186px;
    margin-top: -50px;
    margin-bottom: -50px;
}
}
.news-home .w-grid-list article.w-grid-item.size_1x1:nth-child(2) .w-hwrapper.usg_hwrapper_2.align_none.valign_top {
    flex-wrap: wrap !important;
}
.w-post-elm.post_image.usg_post_image_1 {
    margin-bottom: 25px;
}
section#contact .wpb_wrapper {
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
}


.col-form.col-map .vc_column-inner {
    padding: 0 !important;
}

.col-form.col-map .wpb_wrapper {
    width: 100% !important;
}
.col-form.col-map iframe {position:relative;}
section#contact form p br {
    display: none;
}
section#contact form input,section#contact form textarea{
    border-radius: 10px;
}


/* fc wide  */

.fc-wide .w-grid-list .w-grid-item .w-post-elm.post_image {
    width: 37%!important;
}
.fc-wide .w-grid-list .w-grid-item:nth-child(even) .w-grid-item-h .w-hwrapper {
    display: flex;
    flex-direction: row-reverse;
}

.fc-wide .w-grid-list .w-grid-item:nth-child(even) .w-post-elm.post_image {
    margin-right: 0!important;
/* margin-left: 5%!important; */
}
.fc-wide .w-grid-item .w-grid-item-h:hover {
    transform: none;
    z-index: 999;
}
@media (max-width: 768px){
.fc-wide .w-grid-list .w-grid-item .w-post-elm.post_image {
    width: 100%!important;
    margin: 0;
}
.fc-wide .w-vwrapper.usg_vwrapper_1.align_none.valign_middle {
    padding: 15px !important;
    margin-bottom: 15px;
    background: #fff;
}
.fc-wide  .w-hwrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
}

/* solution grid  */
.w-post-elm.post_title a {
    font-weight: 600;
}
.solutions-grid .post_title {
    color: #b38815;
	 padding: 3px 15px;
    margin-bottom: 5px !important;
}

.solutions-grid .post_date {
    color: #fff;
    background: #484848;
    border-radius: 5px;
    padding: 3px 15px;
    margin: 8px 15px 5px;
    font-size: 12px;
    direction: rtl;
    display: inline-block;
}
.solutions-grid .dt-wrap {
    padding: 0 15px;
}
.solutions-grid .w-post-elm.post_image.usg_post_image_1 {
    margin-bottom: 5px;
    /* height: 200px; */
}
.solutions-grid .w-post-elm.post_image.usg_post_image_1 img{
    height: 150px;
    object-fit: cover;
}


/* new site  */
.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
       padding-top: calc(var(--header-height) - 45px) !important;
}
.l-subheader.at_middle .l-subheader-cell.at_center {
    border-left: solid 1px #1b3a56;
    border-right: solid 1px #1b3a56;
}




.l-header.shadow_thin .l-subheader.at_middle, .l-header.shadow_thin .l-subheader.at_bottom {
    box-shadow: none !important;
}

.h-info-box {
    display: flex;
    margin: 0 !important;
    /* border-left: solid 1px #1b3a56; */
    /* border-right: solid 1px #1b3a56; */
}

.h-info-box .top-box {
    border: solid 1px #cacaca;
    border-radius: 15px;
    min-width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    padding: 5px 20px;
    position: relative;
}

.h-info-box .top-box i {
    background: #005aaa;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    right: -16px;
}
.h-info-box .top-box i::before {
    z-index: 1;
}

.h-info-box .top-box i::after {
    o-border-radius: 120px 0 120px 120px;
    -webkit-border-radius: 120px 0 120px 120px;
    -moz-border-radius: 120px 0 120px 120px;
    -ms-border-radius: 120px 0 120px 120px;
    border-radius: 120px 0 120px 120px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
    background: #005aaa;
}
.h-info-box .top-box:hover i::after {
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.h-info-box .top-box a {
    color: #1B3A56;
    font-weight:bold;
    font-size: 20px;
}
.rq-btn {
    font-size: 18px;
}

.l-subheader.at_bottom {
    /* max-width: 1200px; */
    /* margin-top: -24px; */
    /* display: flex; */
    /* justify-content: flex-start; */
    padding: 0 !important;
}

/* end header  */

.about-row {
     position: relative;
     padding-top: 56px !important;
     padding-bottom: 70px !important;
}
.l-subheader.at_middle::before{
	    content: "";
	    /* background: url(images/top-lins.svg) repeat-x center top; */
	    height: 8px;
	    width: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    z-index: 2;
}
.about-row::before {
    content: "";
    background: url(images/curve-bg.png) no-repeat center top;
    height: 300px;
    width: 100%;
    position: absolute;
    top: -194px;
    left: 0;
    right: 0;
    z-index: 2;
}
.about-row .l-section-h.i-cf {
    z-index: 3;
}


.serv-box {
    background: #fff;
    border: solid 1px #cacaca;
    border-radius: 15px;
    margin-bottom: 40px;
    justify-content: flex-start !important;
}



.serv-box .w-iconbox-icon {
    font-size: 45px !important;
    background: #79bc19;
    border-radius: 100px !important;
    width: 75px !important;
    height: 75px;
    margin: -10px 0;
    margin-right: -15px !important;
}
.serv-box .w-iconbox-icon::after {
    o-border-radius: 120px 0 120px 120px;
    -webkit-border-radius: 120px 0 120px 120px;
    -moz-border-radius: 120px 0 120px 120px;
    -ms-border-radius: 120px 0 120px 120px;
    border-radius: 120px 0 120px 120px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -o-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(right top , #51980b, #6ac610) repeat scroll 0 0;
}
.serv-box:hover .w-iconbox-icon::after {
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.serv-box .w-iconbox-icon {
    position: relative;
}

.serv-box  svg, .serv-box  img {
    z-index: 2;
}
.serv-box .w-iconbox-icon i {
    z-index: 2;
    color: #fff;
    font-size: 33px;
}
.serv-inner h4.w-iconbox-title {
    font-size: 14px;
    padding: 5px !important;
    text-align: center;
}

@media (min-width:768px){
.left-col .w-iconbox.serv-box {
    flex-direction: row-reverse;
}

.left-col .w-iconbox-icon {
    margin-right: calc(15px + 0.2em) !important;
    margin-left: -15px !important;
}

.left-col .serv-box .w-iconbox-icon::after {
    border-radius: 0 120px 120px 120px;
}
.left-col .serv-box:hover .w-iconbox-icon::after {
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	}

/* project-grid */
@media (min-width:768px){
.project-col .owl-nav {
    position: absolute;
    right: 7%;
    bottom: 50px;
}
/*
.project-col .owl-carousel .owl-nav div {
    background: #79bc19;
    margin: 5px;
    color: #fff;
}

.project-col .owl-carousel, .product-col .owl-carousel .owl-item {
    position: static !important;
}
	*/

.project-col {
    position: static !important;
}

.project-col .vc_column-inner {
    position: static !important;
}


	
}
.sm-col {
    padding: 15px 35px;
}
/* end project grid  */

.product-grid .post_title {
    padding: 15px 0;
}

.product-grid .post_image {
    margin: 0 !important;
}
/* clients  */
.clients-grid .post_image {
    background: #fff;
    height: 132px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 13%);
}

.clients-grid .post_image a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.clients-grid .post_image img {
    object-fit: contain;
}
/* home contct  */
.wrap-info {
    background: rgb(0 0 0 / 43%);
    padding: 20px;
    border-radius: 15px;
}

.wrap-info br {
    display: none;
}

.wrap-info a {
    color: #fff;
    /* width: 100%; */
}

.tm {
    display: inline-block;
}



.text {
    display: flex;
    align-items: center;
	margin-bottom:5px;
}

.text::before {
    content: "" !important;
}
.text i {
    margin-left: 10px;
    font-size: 21px;
    background: rgb(20 124 184);
    color:#fff;
    border-radius: 100px;
    /* width: 59px; */
    min-width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.fa-box .left {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    background: rgb(18 18 18 / 55%);
    border-radius: 15px;
    padding: 10px 15px;
    /* min-width: 94%; */
    width: 100%;
}
.text.phone-ltr.fa-box a.t1 {
    /* width: 36%; */
    margin: 0 15px;
}

.wrap-info .work-time .left {
    flex-direction: row;
}

.wrap-info .work-time .t1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}



/* footer  */
.f-nav {
    position: relative;
}

.f-nav ul {
    list-style: none !important;
    margin: 0;
}

.f-nav ul li {
   
}
.footer-bottom:before {
    border-top: solid 0.6px var(--color-footer-text);
    content: "";
    width: 85%;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.footer-top h4:after {
    content: "";
    border: solid 0.3px #C19C37;
    width: 63%;
    position: absolute;
    top: 38px;
    right: 20px;
}
.wpcf7-spinner{
    display: block;
}

@media (max-width: 768px){
	.l-subheader.at_bottom {
    margin-top: -5px;
    padding: 0 1.5rem !important;
}
	.l-subheader.at_middle .l-subheader-cell.at_center {
    border: 0;
}
	.fa-box .left {

    text-align: initial;
}
.footer-top h4:after {

    display: none;
}


.f-nav {
    background: rgb(0 0 0 / 33%);
    padding: 15px;
    border-radius: 5px;
}

.f-nav a {
    display: block;
    border-bottom: solid 1px rgb(255 255 255 / 12%);
    padding: 5px;
}

.f-nav ul li {
    margin: 0;
}

.footer-nav-col h4 {
    text-align: center !important;
}

footer .w-socials-list {
    text-align: center;
}
}
/* .l-header.bg_transparent:not(.sticky) .l-subheader.at_middle{
    background: rgb(71 71 71 / 52%) !important;
} */


.c-title {
    color: #CAA03A;
    font-weight: bold;
    /* direction: ltr; */
}


/* clinic grid  */
.clinic-grid .post_title {
    text-align: center;
    background: #2C2F6D;
    color: #fff;
    padding: 0;
    border-radius: 100px;
}
.clinic-grid .post_title a {
display:block;
    padding: 15px;
}
.clinic-grid .owl-item:nth-child(even) .post_title {
    background: #CAA03A;
}
.clinic-grid .post_image {
    border-radius: 30px;
    /* max-height: 164px; */
}
.clinic-grid .post_image img {height: 204px;object-fit: cover;}


.doctor-grid .box-wrap {
    text-align: center;
    background: #ffffff;
    border-bottom:solid 4px #2C2F6D;
    color: #000;
    border-radius: 100px;
    padding: 15px;
}
.doctor-grid .post_title {
    display:block;
    padding: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.doctor-grid .post_title a {display:block;padding: 0;}
.doctor-grid .owl-item:nth-child(even) .box-wrap {
     background: #ffffff;
     border-bottom:solid 4px #bf9644;
     /* padding: 15px; */
}


.doctor-grid .post_image {
    border-radius: 30px;
}
.doctor-grid .job-field {
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #2c2f6d;
}
.doctor-grid .owl-item:nth-child(even) .job-field {
     color: #bf9644;
}
.page-share {
    background: #fff;
    z-index: 999 !important;
    box-shadow: 2px 3px 4px #8f8f8f;
}

.w-sharing.type_fixed .w-sharing-item {
    color: #000000 !important;
}

.fixed-social .w-socials-list {
    position: fixed;
    top: 50%;
    left: 10px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 999;
    box-shadow: 2px 3px 4px #8f8f8f;
}
.rq-btn {
    width: 100%;
}
@media only screen and (min-width: 1200px){
	.rq-btn {
    font-size: 20px !important;
}
}
/*{Services page}*/
time.w-post-elm.post_date.usg_post_date_1.has_text_color.entry-date.published {
    display: none;
}
/**/
